dendrite/setup/config
PiotrKozimor 374b77a3df
Entry improvements (#11)
* Refactor ApplicationServiceWorkerState to be more robust

* Add launch.json to VS Code

* Implement login with JWT, registering with email, failed login rate limiting and reset password with m.login.email.identity auth type

* Log errors when JWT parsing failed

* Development build script

* Fix linter errors

* Use golangci-lint as a linter in VS Code

* Fix tests with RtFailedLogin

* Pass config load tests - parse JWT public key only if enabled

* Reduce CI steps

Do not support 386 arch and go 1.16, 1.17

* Fix linter errors

* Change RtFailedLogin logic - nil pointer can be provided

* Respect access token in query

* Fix typos

* Use only one mutex in RtFailedLogin

* Remove eventsRemaining across appservice component

* Push dendrite to production registry as well

* Rafactor TestRtFailedLogin
2022-06-30 14:56:45 +02:00
..
config.go Entry improvements (#11) 2022-06-30 14:56:45 +02:00
config_appservice.go Shuffle config Verify/Defaults a bit around (#2459) 2022-05-13 09:33:55 +02:00
config_clientapi.go Entry improvements (#11) 2022-06-30 14:56:45 +02:00
config_federationapi.go Shuffle config Verify/Defaults a bit around (#2459) 2022-05-13 09:33:55 +02:00
config_global.go Add opt-in anonymous stats reporting (#2249) 2022-05-04 19:04:28 +02:00
config_jetstream.go Shuffle config Verify/Defaults a bit around (#2459) 2022-05-13 09:33:55 +02:00
config_keyserver.go Shuffle config Verify/Defaults a bit around (#2459) 2022-05-13 09:33:55 +02:00
config_mediaapi.go Shuffle config Verify/Defaults a bit around (#2459) 2022-05-13 09:33:55 +02:00
config_mscs.go Global database connection pool (for monolith mode) (#2411) 2022-05-03 16:35:06 +01:00
config_roomserver.go Shuffle config Verify/Defaults a bit around (#2459) 2022-05-13 09:33:55 +02:00
config_syncapi.go Shuffle config Verify/Defaults a bit around (#2459) 2022-05-13 09:33:55 +02:00
config_test.go remove obsolete config entry "federation_certificates" (#2318) 2022-04-04 17:31:41 +01:00
config_userapi.go Shuffle config Verify/Defaults a bit around (#2459) 2022-05-13 09:33:55 +02:00