Ferdinand Thiessen
7129469835
[roles] MySQL is caseinsensitive for strings so workaround it for renaming roles
2021-07-29 17:18:01 +02:00
Ferdinand Thiessen
03aa7a3231
[roles] controller: Fixed setting permissions
2021-04-04 21:46:51 +02:00
Ferdinand Thiessen
775e775e89
[core][plugin] Added Notifications, restructure plugins
2021-03-29 07:32:58 +02:00
Ferdinand Thiessen
a476e4f5b1
[cleanup] Fixed member names
...
* Use _name only for protected members (should not be used outside the
class
* Use name_ instead for all members which should not be API exported
2021-03-19 22:40:36 +01:00
Ferdinand Thiessen
b46e93fd26
[System] UserController: Passwords should be strings
...
* Even the inital dummy password
2021-01-29 23:01:13 +01:00
Ferdinand Thiessen
862bafbbd3
[Plugin] balance: Fixed transaction filter issue, fixed reverse
...
* Filter by end now filters correctly
* Reverse a transaction will now return correct reversal transaction
2021-01-29 01:25:30 +01:00
Tim Gröger
4a13d3ceb1
fixed issue that on register_user the birthday can be set
2021-01-23 09:31:31 +01:00
Ferdinand Thiessen
125ba1be78
[Plugin] users: Fixed installation of permissions and added documentation.
2021-01-22 14:11:16 +01:00
Ferdinand Thiessen
826893e42e
[Plugin] balance: Allow saving shortcuts
2021-01-21 20:24:10 +01:00
Ferdinand Thiessen
69ec4472c3
[System][Plugin] users: Send users a link to set their own password and initially set random password
2021-01-21 14:08:06 +01:00
Ferdinand Thiessen
aeadc78acc
[System][Plugin] auth: Using find_user for password reset, fixes #443
...
* find_user will also search auth backend for user, so password recovery will also work if user was never logged in on Flaschengeist.
2021-01-19 03:30:49 +01:00
Ferdinand Thiessen
7ec37914a1
[System] Send welcome and password-changed notifications, allow custom text per config file
2021-01-18 18:05:10 +01:00
Ferdinand Thiessen
1f93bc6d80
[System] Implemented password reset function in user controller
2021-01-18 16:17:40 +01:00
Ferdinand Thiessen
559c8c5c9c
Implemented function to delete all active sessions of an user
2021-01-18 16:12:11 +01:00
Ferdinand Thiessen
a9970bec5b
Allow mail as login name. Implemented #428
2021-01-14 19:09:01 +01:00
Ferdinand Thiessen
4b2cb56fbe
[System] Fix issue with avatar in userController
2020-11-18 03:18:52 +01:00
Ferdinand Thiessen
2d6b86e2eb
[System][Plugin] Improved Hooks, roles and auth_ldap improvements
...
* Hooks now allow multiple hooked functions
* Hooks can now be called before and after a function call
* Fixed issue in datetime util when string is None or empty
* Roles: Return new created role as json
* auth_ldap: Use new Hooks
* auth_ldap: Fixed an issue where ldap response is not checked (when role gets renamed)
2020-11-18 00:39:25 +01:00
Ferdinand Thiessen
58e121473b
Fixed avatar URL
2020-11-17 17:46:07 +01:00
Ferdinand Thiessen
28865649b4
[Plugin] Use plugin function instead of HookCall
2020-11-17 03:28:04 +01:00
Ferdinand Thiessen
a270857c41
[Plugin]users, auth_ldap: Implemented avatar
2020-11-16 02:30:24 +01:00
Ferdinand Thiessen
602e1bc941
[System] Detect offline database
2020-11-15 18:53:46 +01:00
Tim Gröger
04753e9a41
[Role] Fix Rolerename
...
Wenn gleicher name mitgesendet wird, wird die umbenennung nicht durchgeführt.
2020-11-15 14:19:59 +01:00
Ferdinand Thiessen
f9a873d303
[System] Fixed typo
2020-11-13 08:24:25 +01:00
Ferdinand Thiessen
2e77855fe9
[System] Fixed HTTP status when user has insufficient permission
2020-11-13 03:57:23 +01:00
Ferdinand Thiessen
cbcd5b39a3
[Plugin] Added plugin function when roles are modified
...
LDAP: Use same config style as the rest.
2020-11-13 01:20:25 +01:00
Ferdinand Thiessen
90f5267a36
[Controller] Fixed bug in registration, thanks @crimsen
2020-11-12 21:53:38 +01:00
Tim Gröger
0f64c718f5
[System] Usermodel geändert
...
* firstname und lastname nun 50 Zeichen lang
* email 60 zeichen lang
2020-11-12 19:30:18 +01:00
Ferdinand Thiessen
c524f2a7db
[System] Fixed user controller to allow new roles
2020-11-12 16:58:40 +01:00
Ferdinand Thiessen
824ffc8675
[Plugin] Roles: Fixed controller and Model
...
* Identify role by id not name, as name might change
* Set permissions and Delete Role are fixed (db exception was thrown)
2020-11-09 03:44:35 +01:00
Ferdinand Thiessen
6f0e9854d6
[API][Plugin] Bugfix and API change
...
* users: Fixed bug in edit_user where if modify by admin
* API: Users return list of roles as string not Roles
2020-11-06 01:13:52 +01:00
Ferdinand Thiessen
63660743bd
[Plugin] schedule: Restructure plugin
2020-11-02 15:45:38 +01:00
Ferdinand Thiessen
22499b7ece
[System][Plugin] Allow military timezone names for datetime
2020-11-02 13:32:44 +01:00
Ferdinand Thiessen
425eb1c849
[Plugin] balance: Added config option to add a default limit
2020-11-01 16:16:51 +01:00
Tim Gröger
66d559f63b
Fixed Bug to check Permissions
2020-10-31 21:30:48 +01:00
Ferdinand Thiessen
de5a2e1c65
Added registration feature
2020-10-31 00:02:02 +01:00
Ferdinand Thiessen
8a9776ae0e
[Doc] More documentation on decorator and plugins roles and auth*
2020-10-30 04:05:59 +01:00
Ferdinand Thiessen
a5d3b837cd
Restructured project, renamed modules, removed geruecht as it is dead.
2020-10-30 03:30:46 +01:00