aboutsummaryrefslogtreecommitdiff
path: root/src/api/web.rs
AgeCommit message (Expand)Author
2024-05-25Update admin interface dependencies (#4581)Mathijs van Veluw
2024-03-02fix: web API call for jquery 3.7.1 (#4400)1.30.5Calvin Li
2024-02-25Update crates, GHA and a Python/JS scripts (#4357)1.30.4Mathijs van Veluw
2023-10-05Fix typostuhana
2023-08-31Update Rust and CratesBlackDex
2023-08-31Update admin interfaceBlackDex
2023-07-17Remove debug code during attachment downloadBlackDex
2023-07-03Add some extra access checks for attachments and groupsDaniel García
2023-04-30Change `String` to `&str` for all Rocket functionsBlackDex
2023-04-10Several config and admin interface fixesBlackDex
2023-03-05Add HEAD routes to avoid spurious error messagesJeremy Lin
2023-01-26Fix Javascript issue on non sqlite databasesBlackDex
2023-01-09Resolve uninlined_format_args clippy warningsBlackDex
2022-12-31Removed unsafe-inline JS from CSP and other fixesBlackDex
2022-12-16Disable groups by default and Some optimizationsBlackDex
2022-12-09use black favicon for /adminHelmut K. C. Tessarek
2022-12-05use a custom 404 pageStefan Melmuk
2022-12-04Update dependencies for Rust and Admin interface.BlackDex
2022-10-15use static_files() for email attachmentsStefan Melmuk
2022-09-25add not_found catcher for 404 errorsStefan Melmuk
2022-09-06Change the handling of login errors.BlackDex
2022-04-23Add `/api/{alive,now,version}` endpointsJeremy Lin
2022-02-27Update to rocket 0.5 and made code async, missing updating all db calls, that...Daniel García
2022-01-23Remove references to "bwrs" #2195Daniel García
2021-12-28Additionally set expires header when caching responsesJake Howard
2021-10-09Added DbConn to /alive healthcheckBlackDex
2021-07-15FormattingDaniel García
2021-07-15Protect namedfile against path traversal, rocket only does it for pathbufDaniel García
2021-06-25Add token with short expiration time to send urlDaniel García
2021-06-19Multiple Admin Interface fixes and some others.BlackDex
2021-05-15Fix attachment downloadsJeremy Lin
2021-05-08Updated branding, email and cratesBlackDex
2021-04-06Modify rustfmt fileJake Howard
2021-03-31Run `cargo fmt` on codebaseJake Howard
2021-03-14Send APIDaniel García
2021-02-26Remove `md5.js` dependencyJeremy Lin
2020-09-19As requested here: https://bitwardenrs.discourse.group/t/searchable-user-list...BlackDex
2020-08-31Update admin page dependenciesDaniel García
2020-07-14Removed try_trait and some formatting, particularly around importsDaniel García
2020-05-28Redesign of the admin interface.BlackDex
2020-02-18Add backend support for alternate base dir (subdir/subpath) hostingJeremy Lin
2019-12-27FormattingDaniel García
2019-12-06Collapsed log messages from 3 lines per request to 2 and hidden the ones valu...Daniel García
2019-10-08Changed HIBP Error message.BlackDex
2019-09-17Remove Result<T, E: Debug> in preparation of deprecation as Rocket responder.Daniel García
2019-08-31Use the local scripts instead of cloudflare, remove jquery and update config ...Daniel García
2019-08-31Rename static files endpointDaniel García
2019-08-20Update HIBP to v3, requires paid API key, fixes #583Daniel García
2019-05-01Change path for served images to avoid collision with vault imagesDaniel García
2019-02-17Set correct MIME typeTheMardy