77 Commits (77f95146d61a2759b8c2f49c06d9897bae4ab8e7)

Author SHA1 Message Date
Daniel García 70f3ab8ec3
Migrate lazy_static to once_cell, less macro magic and slightly faster 5 years ago
BlackDex 5a974c7b94 Added SMTP test button in the admin gui 5 years ago
BlackDex 5f61607419 Added SMTP test button in the admin gui 5 years ago
Daniel García cd8907542a
Make sure the provided domain contains the protocol and show a useful error when it doesn't 5 years ago
Jeremy Lin 29a0795219 Add backend support for alternate base dir (subdir/subpath) hosting 5 years ago
Daniel García 325039c316
Attachment size limits, per-user and per-organization 5 years ago
Daniel García 8867626de8
Add option to change invitation org name, fixes #825 5 years ago
Daniel García 480ba933fa
Don't error if admin token is empty but disabled 5 years ago
Miro Prasil c4101162d6 SIGNUPS_ALLOWED with no whitelist [fixes #830] 5 years ago
tomuta e277f7d1c1 Fix change email when no whitelist is configured 5 years ago
Daniel García ff7b4a3d38
Update handlebars to 3.0 which included performance improvements. 5 years ago
Daniel García d212dfe735
Accept y/n, True/False, 1/0 as booleans in environment vars 5 years ago
Daniel García 88c56de97b
Config option for client IP header 5 years ago
Daniel García a0ece3754b
Formatting 5 years ago
Daniel García 8d1b72b951
Collapsed log messages from 3 lines per request to 2 and hidden the ones valued as less informative. 5 years ago
Daniel García 1e224220a8
Updated deps and fixed some lints 5 years ago
tomuta bd1e8be328 Implement change-email, email-verification, account-recovery, and welcome notifications 5 years ago
tomuta 64d6f72e6c Add the ability to disable signups, but allow signups from a whitelist 5 years ago
BlackDex 3f6809bcdf Fixed issue/request #705 5 years ago
BlackDex c52adef919 Added configurable smtp timeout. 5 years ago
Daniel García d29b6bee28
Remove unnecessary clones and other clippy fixes 5 years ago
vpl 3b7a5bd102 Move 2FA email config to after SMTP config 6 years ago
Daniel García 881c1978eb
Error when the URL scheme doesn't match the database type 6 years ago
Daniel García 662bc27523
Updated dependencies and fixed disable_admin_token description 6 years ago
BlackDex 9124d8a3fb Updated icon blacklisting. 6 years ago
Daniel García e3404dd322
Use the local scripts instead of cloudflare, remove jquery and update config so disabling a master toggle doesn't remove the values 6 years ago
vpl 591ae10144 Get token from single u64 6 years ago
ViViDboarder 2d2745195e Allow explicitly defined smtp auth mechansim 6 years ago
Daniel García d23d4f2c1d
Allow editing HIBP key in the admin panel 6 years ago
Daniel García 515b87755a
Update HIBP to v3, requires paid API key, fixes #583 6 years ago
vpl ee7837d022 Add option to require new device emails 6 years ago
vpl ad2225b6e5 Add configuration options for Email 2FA 6 years ago
vpl 0b60f20eb3 Add email message for twofactor email codes 6 years ago
vpl bc6a53b847 Add new device email when user logs in 6 years ago
Cubity_First 6989fc7bdb
Corrected Spelling 6 years ago
Daniel García 9add8e19eb
Update dependencies and remove travis unused feature 6 years ago
Nils Domrose dc36f0cb6c re-added sqlite check_db code, cleanup 6 years ago
Nils Domrose ff759397f6 initial mysql support 6 years ago
Emil Madsen ab95a69dc8 Rework migrations for MySQL 6 years ago
Emil Madsen 42af7c6dab MySQL database 6 years ago
Daniel García 8d9827c55f
Implement selection between global config and user settings for duo keys. 6 years ago
Daniel García cad63f9761
Auto generate akey 6 years ago
Daniel García bf446f44f9
Enable DATA_FOLDER to affect default CONFIG_FILE path 6 years ago
Daniel García 754087b990
Add global duo config and document options in .env template 6 years ago
Daniel García c5832f2b30
With the latest fern, syslog can be a config option instead of a build flag 6 years ago
Daniel García 2475c36a75
Implement log_level config option 6 years ago
Daniel García 4b40cda910
Added domain blacklist regex for icons service and improved valid domain check. 6 years ago
Daniel García e93538cea9
Add option to use wrapped TLS in email, instead of STARTTLS upgrade 6 years ago
Daniel García 0718a090e1
Trim spaces from admin token during authentication and validate that the admin panel token is not empty 6 years ago
Daniel García 7d2bc9e162
Added option to force 2fa at logins and made some changes to two factor code. 6 years ago