Commit Graph

488 Commits

Author SHA1 Message Date
Alice Gaudon 6a65ec723d AuthController: use Validator system for unknown user on login 2020-11-15 15:18:57 +01:00
Alice Gaudon 6eacfdcffa Throttler: log jail triggers 2020-11-15 15:18:49 +01:00
Alice Gaudon da38fdaf72 tests: get rid of useless csrf.njk template 2020-11-15 15:15:21 +01:00
Alice Gaudon ef51d128f1 Authentication tests: refactor magic link following from mail 2020-11-15 14:21:11 +01:00
Alice Gaudon 0d0724c315 Authentication tests: add more tests to email registration 2020-11-15 14:16:17 +01:00
Alice Gaudon 683fe7262b MagicLinkAuthMethod: do not allow register for already existing email 2020-11-15 14:14:56 +01:00
Alice Gaudon c08d03c8fb MagicLinkUserNameComponent: fix validator property name for "username" 2020-11-15 14:13:57 +01:00
Alice Gaudon cecf28502e ModelComponent: fix validators not transferred to attached model 2020-11-15 14:13:35 +01:00
Alice Gaudon 42da8a68bb Validation: respond with http 400 instead of 401 2020-11-15 14:12:45 +01:00
Alice Gaudon b28e2b75b7 Authentication: Improve registration tests and fix register/login overlap 2020-11-15 12:20:57 +01:00
Alice Gaudon 698ace965f Add authentication tests for username registration 2020-11-14 18:16:58 +01:00
Alice Gaudon f8c4906a51 PasswordAuthMethod: fix findUserByIdentifier() 2020-11-14 18:16:05 +01:00
Alice Gaudon b75b227ca1 Add required username to magic link authentication and fix many errors 2020-11-14 17:24:57 +01:00
Alice Gaudon acc5233185 Error handling: transform single validation errors into a validation bag 2020-11-14 16:25:18 +01:00
Alice Gaudon 3d819f03c7 Simplify build cp command and add README.md to published package files 2020-11-12 16:56:03 +01:00
Alice Gaudon 9d50c5cc5f Rename project to swaf 2020-11-12 16:11:16 +01:00
Alice Gaudon efdd81b650 Auth: refactor to support multiple auth factors and add password factor 2020-11-11 19:30:30 +01:00
Alice Gaudon 1fce157104 logging: prevent full logging of errors for silent logs 2020-11-11 19:29:23 +01:00
Alice Gaudon 24d83c73ad Add basic development environment for testing purposes 2020-11-11 19:29:23 +01:00
Alice Gaudon b8905ea02b Move Controller.validate to static Validator.validate 2020-11-11 19:29:23 +01:00
Alice Gaudon bb8b44b5a3 ModelFactory: add hasComponent method 2020-11-11 19:29:23 +01:00
Alice Gaudon ead3c8ce1e Controller: wrap use() middlewares to handle async 2020-11-11 19:29:23 +01:00
Alice Gaudon 79c2f33000 Deprecate legacy migrations
Fix CreateUsersAndUserEmailsTableMigration


sq
2020-11-11 19:29:23 +01:00
Alice Gaudon 03d9826f93 Migration: remove `connection` parameter from query() method
Closes #5
2020-11-11 19:29:23 +01:00
Alice Gaudon f20da06d43 logging: also log ip address 2020-11-11 19:29:23 +01:00
Alice Gaudon a09e92dd96 logging: make silent errors actually silent 2020-11-04 12:52:07 +01:00
Alice Gaudon 570a831172 Mail: remove usage of non-existent config property 2020-11-04 12:11:30 +01:00
Alice Gaudon f15535dda9 Version 0.22.5 2020-11-04 11:55:52 +01:00
Alice Gaudon d741517cb9 AuthGuard: add separate before and after registration callbacks 2020-11-04 11:55:34 +01:00
Alice Gaudon 19066b3e67 Version 0.22.4 2020-11-03 17:50:26 +01:00
Alice Gaudon c966536950 NunjucksComponent: fix view loaders using cache when in dev env 2020-11-03 17:46:04 +01:00
Alice Gaudon 7a4c157074 Version 0.22.3 2020-11-03 11:14:26 +01:00
Alice Gaudon 7c2572cddc Fix validation errors not being flashed correctly 2020-11-03 11:14:13 +01:00
Alice Gaudon 6fa2683318 Version 0.22.2 2020-11-03 10:30:34 +01:00
Alice Gaudon 4d0c714dbd Render emails using NunjucksComponent's environment 2020-11-03 10:29:36 +01:00
Alice Gaudon cfb7bddca6 DropLegacyLogsTable: fix sql syntax 2020-11-02 19:32:56 +01:00
Alice Gaudon 0d94faf0a6 Version 0.22.0 2020-11-02 18:05:02 +01:00
Alice Gaudon 9d30b16536 yarn: rename "build_and_publish" script to friendlier "release" 2020-11-02 18:04:31 +01:00
Alice Gaudon f33c3f04eb Upgrade dependencies 2020-11-02 17:52:16 +01:00
Alice Gaudon 88e5e19730 Replace custom logging system with tslog 2020-11-02 17:50:12 +01:00
Alice Gaudon 93bff1fdca Nunjucks/globals: fix route() context 2020-10-02 12:13:48 +02:00
Alice Gaudon 8cf069fb28 Version 0.22.0-rc.23 2020-10-02 12:08:22 +02:00
Alice Gaudon 595a6d4066 ModelQuery: add create() and fix boolean serialization 2020-10-02 12:08:01 +02:00
Alice Gaudon 00c806aa0a Fix log level output 2020-10-02 11:11:01 +02:00
Alice Gaudon bb100b3c13 configuration: use .json5 instead of .ts 2020-10-01 16:16:36 +02:00
Alice Gaudon 36f835b226 Version 0.22.0-rc.21 2020-10-01 14:19:25 +02:00
Alice Gaudon 47367e2d79 Upgrade dependencies 2020-10-01 14:18:41 +02:00
Alice Gaudon a98c06fa92 eslint: add no-floating-promises 2020-10-01 14:18:31 +02:00
Alice Gaudon e37184e5ee Add user model to RequireAuth middlewares 2020-10-01 13:59:19 +02:00
Alice Gaudon f41a456524 Improve typing precision of CacheProvider.get() 2020-10-01 13:58:50 +02:00