log pkg/controllers/pwreset.go @ 3961:9d395217bd1f

age author description
Tue, 16 Jul 2019 18:32:24 +0200 Sascha L. Teichmann PW reset: Mention in mail that the request will be canceled if you log in before following the link.
Tue, 16 Jul 2019 13:02:36 +0200 Sascha L. Teichmann More user friendly message if the hash URL is no longer valid. pwreset-rework
Tue, 16 Jul 2019 12:38:44 +0200 Sascha L. Teichmann Reworked password reset to be single mailed. pwreset-rework
Thu, 20 Jun 2019 18:04:53 +0200 Sascha L. Teichmann Password reset: Send redirect to server starting page when reset succeeded.
Sun, 25 Nov 2018 15:56:07 +0100 Sascha L. Teichmann To make golint happier made context.Context to be the first argument of auth.RunAs.
Sat, 24 Nov 2018 10:32:06 +0100 Sascha L. Teichmann Added missing authors names in Go files.
Tue, 23 Oct 2018 18:15:14 +0200 Sascha L. Teichmann Added GNU Affero General Public License.
Mon, 22 Oct 2018 17:17:43 +0200 Sascha L. Teichmann Wait in PW reset clean up code until config is loaded. persistent-import-queue
Tue, 04 Sep 2018 11:05:42 +0200 Sascha L. Teichmann Removed obsolete FIXMEs.
Mon, 03 Sep 2018 18:41:19 +0200 Sascha L. Teichmann If header "X-Use-Protocol" is set by proxy generate https URLS in password resets.
Mon, 03 Sep 2018 17:47:56 +0200 Sascha L. Teichmann Alway use HTTPs URL for password reset.
Mon, 03 Sep 2018 17:24:50 +0200 Sascha L. Teichmann Password reset: Generate right URLs for the server if we are behind a proxy.
Wed, 29 Aug 2018 10:34:46 +0200 Sascha L. Teichmann Password reset: Reduce the risk of timing attacks and being a user oracle when requesting resets.
Mon, 27 Aug 2018 17:09:51 +0200 Bernhard Reiter backend: add FIXMEs to password reset.
Mon, 27 Aug 2018 12:44:07 +0200 Bernhard Reiter proxy: improve texts for password reset mails.
Fri, 24 Aug 2018 16:26:53 +0200 Sascha L. Teichmann Use already declared password length in reset password.
Fri, 24 Aug 2018 15:30:31 +0200 Sascha L. Teichmann Use metamorphic database connections for auth.RunAs(). metamorph-for-all
Fri, 24 Aug 2018 13:56:06 +0200 Sascha L. Teichmann First stab to use the metamorphic db to do all database stuff. metamorph-for-all
Thu, 23 Aug 2018 16:41:44 +0200 Tom Gottfried Purge password reset role
Tue, 21 Aug 2018 16:57:55 +0200 Sascha L. Teichmann Moved some models used in controllers to to model package because they may be needed elsewhere (e.g. GeoServer config).
Tue, 21 Aug 2018 11:33:19 +0200 Sascha L. Teichmann Removed db service user. Use an impersonated metamorph user instead.
Wed, 15 Aug 2018 17:30:50 +0200 Sascha L. Teichmann Moved project specific Go packages to new pkg folder. base controllers/pwreset.go@6cb3703dc2f3