- Feb 20, 2019
-
-
Daniel García authored
-
- Feb 15, 2019
-
-
Daniel García authored
-
- Feb 12, 2019
-
-
Daniel García authored
-
- Feb 06, 2019
-
-
Daniel García authored
-
Daniel García authored
-
- Jan 27, 2019
-
-
BlackDex authored
-
- Jan 25, 2019
-
-
Daniel García authored
Improved some two factor methods.
-
- Jan 24, 2019
-
-
Daniel García authored
-
- Jan 21, 2019
-
-
Daniel García authored
-
- Jan 16, 2019
-
- Jan 15, 2019
-
-
Daniel García authored
-
- Jan 13, 2019
-
-
Daniel García authored
-
- Jan 12, 2019
-
-
Daniel García authored
- Jan 10, 2019
-
- Jan 08, 2019
-
-
Daniel García authored
-
- Jan 03, 2019
-
-
Daniel García authored
-
- Dec 30, 2018
-
-
Daniel García authored
Add build script to get some Git info to later show in admin panel, and add some metadata to Cargo.toml
-
Daniel García authored
-
- Dec 11, 2018
-
-
Daniel García authored
-
- Dec 07, 2018
-
-
Daniel García authored
-
- Dec 06, 2018
-
-
Daniel García authored
Implemented proper logging, with support for file logging, timestamp and syslog (this last one is untested)
-
Daniel García authored
-
- Dec 01, 2018
-
-
Daniel García authored
-
- Nov 19, 2018
-
-
Daniel García authored
-
Daniel García authored
-
- Nov 16, 2018
-
-
Stepan Fedorko-Bartos authored
-
Stepan Fedorko-Bartos authored
-
- Nov 01, 2018
-
-
Daniel García authored
-
- Oct 03, 2018
-
-
Daniel García authored
Updated dependencies, removed valid mail check (now done by lettre), and updated global domains file
-
- Sep 20, 2018
-
-
Daniel García authored
-
- Sep 19, 2018
-
-
Daniel García authored
-
Daniel García authored
-
- Sep 13, 2018
-
-
Daniel García authored
-
- Aug 30, 2018
-
-
Daniel García authored
For now only folder notifications are sent (create, rename, delete). The notifications are only tested between two web-vault sessions in different browsers, mobile apps and browser extensions are untested. The websocket server is exposed in port 3012, while the rocket server is exposed in another port (8000 by default). To make notifications work, both should be accessible in the same port, which requires a reverse proxy. My testing is done with Caddy server, and the following config: ``` localhost { # The negotiation endpoint is also proxied to Rocket proxy /notifications/hub/negotiate 0.0.0.0:8000 { transparent } # Notifications redirected to the websockets server proxy /notifications/hub 0.0.0.0:3012 { websocket } # Proxy the Root directory to Rocket proxy / 0.0.0.0:8000 { transparent } } ``` This exposes the service in port 2015.
-
- Aug 24, 2018
-
-
Daniel García authored
-
- Aug 21, 2018
-
-
Miroslav Prasil authored
-
Miroslav Prasil authored
-
- Aug 16, 2018
-
-
Jean-Christophe BEGUE authored
-
- Aug 15, 2018
-
-
Jean-Christophe BEGUE authored
-