log pkg/controllers/importconfig.go @ 5490:5f47eeea988d logging

age author description
Thu, 24 Jun 2021 19:24:21 +0200 Sascha L. Teichmann Decouple and enforce roles in creating scheduled imports. extented-report
Thu, 24 Jun 2021 16:13:35 +0200 Sascha L. Teichmann Enforce that only sysadmins can create import configs of 'report' type. extented-report
Thu, 22 Aug 2019 11:26:48 +0200 Sascha L. Teichmann Moved JSONHandler into middleware package. json-handler-middleware
Thu, 22 Aug 2019 10:54:08 +0200 Sascha L. Teichmann Made the de-serialized input of the JSON handler accessible via the context of the request. json-handler-middleware
Thu, 22 Aug 2019 10:18:13 +0200 Sascha L. Teichmann Made the sql.Conn in function accessible via the context of the request. json-handler-middleware
Wed, 17 Jul 2019 11:30:21 +0200 Sascha L. Teichmann Removed stupid bool == true comparision.
Fri, 31 May 2019 14:48:47 +0200 Thomas Junk only write password attribute, when available previous
Fri, 31 May 2019 14:29:21 +0200 Thomas Junk refactor password persistence for import configurations.
Fri, 31 May 2019 13:31:44 +0200 Thomas Junk import_configuration: if password was persisted it should be repersisted again, if missing in frontend
Wed, 29 May 2019 09:56:42 +0200 Thomas Junk import: fix for passwordleakage. No passwords are received/sent if configuration is edited. password
Sun, 27 Jan 2019 23:09:42 +0100 Sascha L. Teichmann Imports: Re-enabled /imports/config/{id} PATCH. unify_imports
Sun, 27 Jan 2019 22:40:32 +0100 Sascha L. Teichmann Imports: Re-enabled /imports/config POST. unify_imports
Sun, 27 Jan 2019 22:03:46 +0100 Sascha L. Teichmann Imports: Re-enabled /imports/config/{id} DELETE. unify_imports
Sun, 27 Jan 2019 14:27:37 +0100 Sascha L. Teichmann Imports. Re-enabled /imports/config GET. unify_imports
Fri, 25 Jan 2019 18:27:04 +0100 Sascha L. Teichmann Imports: Re-enabled /imports/config/{id} DELETE. unify_imports