37 Commits

Author SHA1 Message Date
Gusted
8dc690ca01
Remove redunant format 2022-10-24 16:22:10 +02:00
Gusted
8826f6df8f
Fix compiling
- I made some mistakes while checking my two previous PRs(Seems like I
don't understand Rust that great after all).
- Do the url encoding only on the password part, not only the whole URL.
- Fix `temporary value dropped while borrowed` compile error.
2022-10-22 21:28:58 +02:00
Gusted
9fd8ffd666
Add more logging for configuration/env 2022-10-17 19:49:42 +02:00
Gusted
b3e0ff6769
Allow PORT environment to be not set
- It's quite weird to require the `PORT` environment to be set, when it
already can be set via the config file.
2022-10-16 23:07:10 +02:00
realaravinth
8c576d2b07
feat: queue length and IP runner config 2022-08-09 16:28:30 +05:30
Kian-Meng Ang
bb42841a66 Fix typos 2022-08-04 23:06:54 +08:00
realaravinth
a040b39558
fix: set db type when overriding with DATABASE_URL 2022-07-23 16:46:49 +05:30
realaravinth
f9efb062e0
feat: accept alt DB configuration 2022-07-23 11:59:42 +05:30
realaravinth
851874f8cf
feat: load config to make captcha stats optional 2022-05-27 15:25:33 +05:30
realaravinth
1d8554cb36
chore: rust fmpt 2022-05-11 13:33:29 +05:30
realaravinth
91c6f77cab
chore: update actix-* deps 2022-05-07 16:10:14 +05:30
realaravinth
fc8a1670d2
update copyright notice 2022-01-08 22:16:05 +05:30
realaravinth
f15df541c1
rm url field from DatabaseBuilder 2021-12-18 15:33:17 +05:30
realaravinth
42544ec421
rename pow section in settings to captcha and add options to configure
suggested difficulty factors for use in CAPTCHA configurations
estimates

The current CAPTCHA configuration panel requires the user to provide
difficulty factor <--> visitor threshold mapping, which can be tedious
if the user isn't familiar with those parameters. Also, it could lead to
ineffective limiting from mCaptcha's side, should it be configured
improperly.

So an estimate computed from well known statistics like peak, avg and
broke-my-site traffic could go a long way.
2021-12-03 14:21:18 +05:30
realaravinth
3c72d27b36
demo user 2021-08-09 10:37:19 +05:30
realaravinth
65ffc37549
strict transport policy heaer 2021-08-05 21:05:27 +05:30
realaravinth
6763867cbe
make billing section optional 2021-08-04 19:24:35 +05:30
realaravinth
69de0aaeef
notifications styling 2021-07-14 20:09:00 +05:30
realaravinth
0880dd27ce
configuration docs, make test 2021-07-09 12:04:48 +05:30
realaravinth
574efc2252
email verification 2021-06-30 20:57:26 +05:30
realaravinth
9f940c317a
upgrading to actix-v4-beta 2021-06-30 20:13:12 +05:30
realaravinth
804c81da38
read SMTP configuration 2021-06-29 21:08:40 +05:30
realaravinth
dcfba60c86
addressing clippy lints 2021-06-11 23:39:38 +05:30
realaravinth
f5624947b9
redis storage for captcha mech 2021-06-11 19:31:03 +05:30
realaravinth
9e70f8f756
rename guard -> mcaptcha 2021-06-01 17:33:47 +05:30
realaravinth
bb6cc840ea
configuration env seperator 2021-05-12 21:27:07 +05:30
realaravinth
4df220edad
read configuration from multiple locations 2021-05-12 18:02:16 +05:30
realaravinth
30f457ca43
deprecated mcaptcha add route 2021-05-06 13:57:14 +05:30
realaravinth
0531a26274
docs use const routes 2021-05-02 18:36:39 +05:30
realaravinth
06815469b7
set email 2021-04-14 09:45:59 +05:30
realaravinth
1b0dfd8082
routes updated 2021-04-12 10:45:53 +05:30
realaravinth
0d1ba0d150
url prefix processing 2021-04-11 23:23:14 +05:30
realaravinth
d012fec687
m_captcha bump and gc config in settings 2021-03-24 14:31:11 +05:30
realaravinth
68322def60
readme and env var prefix 2021-03-10 21:55:39 +05:30
realaravinth
7f289cce03
excluding main and from impls from code coverage 2021-03-10 21:37:20 +05:30
realaravinth
328fe5ed3a
auth and migration util 2021-03-10 20:43:25 +05:30
realaravinth
2c54518e12
moved from mono repo 2021-03-09 15:58:54 +05:30