log pkg/controllers/user.go @ 4062:6c760abcff0e

age author description
Thu, 25 Jul 2019 11:32:22 +0200 Tom Gottfried Move handling of PostgreSQL errors to own package
Thu, 25 Jul 2019 09:15:53 +0200 Tom Gottfried Return comprehensible error message in case of duplicate user name
Tue, 02 Apr 2019 12:58:11 +0200 Bernhard Reiter Improve notification email contents
Tue, 19 Feb 2019 11:42:42 +0100 Markus Kottlaender fixed typo in testmail
Fri, 21 Dec 2018 13:04:46 +0100 Sascha L. Teichmann Scheduler: Moved code to figure out the scheduled jobs per user from the database to a more suited place.
Thu, 20 Dec 2018 18:39:19 +0100 Sascha L. Teichmann Scheduled imports: Don't track the user in the running scheduler.
Mon, 10 Dec 2018 13:17:50 +0100 Sascha L. Teichmann If a user is removed or renamed kill her/his schedule. Needs more case on renaming.