0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-06-10 16:08:57 +02:00
bitwarden_rs/src/api
Mathijs van Veluw 3427217686
Remove custom WebSocket code (#4001)
* Remove custom WebSocket code

Remove our custom WebSocket code and only use the Rocket code.
Removed all options in regards to WebSockets
Added a new option `WEBSOCKET_DISABLED` which defaults too `false`.
This can be used to disable WebSockets if you really do not want to use it.

* Addressed remarks given and some updates

- Addressed comments given during review
- Updated crates, including Rocket to the latest merged v0.5 changes
- Removed an extra header which should not be sent for websocket connections

* Updated suggestions and crates

- Addressed the suggestions
- Updated Rocket to latest rc4
  Also made the needed code changes
- Updated all other crates
  Pinned `openssl` and `openssl-sys`

---------

Co-authored-by: Daniel García <dani-garcia@users.noreply.github.com>
2024-03-17 19:52:55 +01:00
..
core Fix comment in events.rs (#4408) 2024-03-17 14:29:31 +01:00
admin.rs Add Kubernetes environment detection (#4290) 2024-02-02 21:44:19 +01:00
icons.rs Fix typos 2023-10-05 20:08:26 +03:00
identity.rs fix push device registration (#4297) 2024-01-31 22:31:22 +01:00
mod.rs Remove custom WebSocket code (#4001) 2024-03-17 19:52:55 +01:00
notifications.rs Remove custom WebSocket code (#4001) 2024-03-17 19:52:55 +01:00
push.rs register missing push devices at login (#3792) 2024-01-30 19:14:25 +01:00
web.rs fix: web API call for jquery 3.7.1 (#4400) 2024-03-02 19:09:36 +01:00