Commit Graph

14 Commits

Author SHA1 Message Date
Justus Winter 42260ff2e1 web: change profile names to match rocket's new convention
see https://rocket.rs/v0.5-rc/guide/configuration/#default-provider
2022-02-06 22:58:29 +01:00
Hilary Brenum 3234400ffa
update Rocket.toml.dist because previous production config caused email errors 2020-05-11 10:21:06 +02:00
Vincent Breitmoser 77e9c13b5b
i18n: localize mail templates 2019-10-03 18:18:41 +02:00
Vincent Breitmoser a9a6c51fac
prometheus: introduce a couple simple prometheus stats 2019-07-20 00:13:23 +02:00
Vincent Breitmoser cb0f3acaca web: add RequestOrigin request guard 2019-06-22 22:45:17 +00:00
Vincent Breitmoser 7141d8dda1
rewrite verification mail 2019-06-06 17:45:14 +02:00
Vincent Breitmoser ee92301fb9 add "maintenance mode" 2019-05-14 16:27:12 +00:00
Vincent Breitmoser 24e739d886 rate limit mails for /manage 2019-05-14 16:27:12 +00:00
Vincent Breitmoser 34bce1ee22 fix paths handling in hagrid (for nginx, too) 2019-05-14 16:27:12 +00:00
Vincent Breitmoser a724a96406 rename state_dir to token_dir 2019-05-14 16:27:12 +00:00
Vincent Breitmoser 385efb37b3 restructure files 2019-05-14 16:27:12 +00:00
Justus Winter dfb90f2723
Provide token secret and validity for development. 2019-04-12 15:00:08 +02:00
Justus Winter c0e2a732fd
Use a base URI instead of a domain.
- Previously, Hagrid assumed https.  Using a base URI allows us to
    specify both protocol and port.  This helps with testing.

  - Fixes #79.
2019-03-13 10:35:00 +01:00
Justus Winter 008d4d756d
Use Rocket.toml to configure Hagrid.
- Fixes #69.
2019-03-12 11:09:52 +01:00