Age | Commit message (Expand) | Author |
2024-05-25 | Update admin interface dependencies (#4581) | Mathijs van Veluw |
2024-03-02 | fix: web API call for jquery 3.7.1 (#4400)1.30.5 | Calvin Li |
2024-02-25 | Update crates, GHA and a Python/JS scripts (#4357)1.30.4 | Mathijs van Veluw |
2023-10-05 | Fix typos | tuhana |
2023-08-31 | Update Rust and Crates | BlackDex |
2023-08-31 | Update admin interface | BlackDex |
2023-07-17 | Remove debug code during attachment download | BlackDex |
2023-07-03 | Add some extra access checks for attachments and groups | Daniel García |
2023-04-30 | Change `String` to `&str` for all Rocket functions | BlackDex |
2023-04-10 | Several config and admin interface fixes | BlackDex |
2023-03-05 | Add HEAD routes to avoid spurious error messages | Jeremy Lin |
2023-01-26 | Fix Javascript issue on non sqlite databases | BlackDex |
2023-01-09 | Resolve uninlined_format_args clippy warnings | BlackDex |
2022-12-31 | Removed unsafe-inline JS from CSP and other fixes | BlackDex |
2022-12-16 | Disable groups by default and Some optimizations | BlackDex |
2022-12-09 | use black favicon for /admin | Helmut K. C. Tessarek |
2022-12-05 | use a custom 404 page | Stefan Melmuk |
2022-12-04 | Update dependencies for Rust and Admin interface. | BlackDex |
2022-10-15 | use static_files() for email attachments | Stefan Melmuk |
2022-09-25 | add not_found catcher for 404 errors | Stefan Melmuk |
2022-09-06 | Change the handling of login errors. | BlackDex |
2022-04-23 | Add `/api/{alive,now,version}` endpoints | Jeremy Lin |
2022-02-27 | Update to rocket 0.5 and made code async, missing updating all db calls, that... | Daniel García |
2022-01-23 | Remove references to "bwrs" #2195 | Daniel García |
2021-12-28 | Additionally set expires header when caching responses | Jake Howard |
2021-10-09 | Added DbConn to /alive healthcheck | BlackDex |
2021-07-15 | Formatting | Daniel García |
2021-07-15 | Protect namedfile against path traversal, rocket only does it for pathbuf | Daniel García |
2021-06-25 | Add token with short expiration time to send url | Daniel García |
2021-06-19 | Multiple Admin Interface fixes and some others. | BlackDex |
2021-05-15 | Fix attachment downloads | Jeremy Lin |
2021-05-08 | Updated branding, email and crates | BlackDex |
2021-04-06 | Modify rustfmt file | Jake Howard |
2021-03-31 | Run `cargo fmt` on codebase | Jake Howard |
2021-03-14 | Send API | Daniel García |
2021-02-26 | Remove `md5.js` dependency | Jeremy Lin |
2020-09-19 | As requested here: https://bitwardenrs.discourse.group/t/searchable-user-list... | BlackDex |
2020-08-31 | Update admin page dependencies | Daniel García |
2020-07-14 | Removed try_trait and some formatting, particularly around imports | Daniel García |
2020-05-28 | Redesign of the admin interface. | BlackDex |
2020-02-18 | Add backend support for alternate base dir (subdir/subpath) hosting | Jeremy Lin |
2019-12-27 | Formatting | Daniel García |
2019-12-06 | Collapsed log messages from 3 lines per request to 2 and hidden the ones valu... | Daniel García |
2019-10-08 | Changed HIBP Error message. | BlackDex |
2019-09-17 | Remove Result<T, E: Debug> in preparation of deprecation as Rocket responder. | Daniel García |
2019-08-31 | Use the local scripts instead of cloudflare, remove jquery and update config ... | Daniel García |
2019-08-31 | Rename static files endpoint | Daniel García |
2019-08-20 | Update HIBP to v3, requires paid API key, fixes #583 | Daniel García |
2019-05-01 | Change path for served images to avoid collision with vault images | Daniel García |
2019-02-17 | Set correct MIME type | TheMardy |