Igor Scheller
992e708276
Replaced ShiftTypes with shift_types / ShiftType model
2022-11-27 14:17:02 +01:00
Igor Scheller
ac162f4411
Removed referenced angeltype from shift type
2022-11-27 14:17:02 +01:00
Igor Scheller
99afe3f651
Permissions refactoring
...
* Migration: Added groups, privileges, user_groups, group_privileges, improved references
* Models: Added Group, Privilege and integrated it into User
* Replaced old permission handling with new models
2022-11-06 12:41:52 +01:00
Igor Scheller
4d9f4694ae
Groups: Fix naming and update IDs
2022-10-22 17:49:20 +02:00
Xu
b860b37ba9
add option to hide angeltype at registration
2022-10-21 22:30:17 +02:00
Igor Scheller
c0a39cb2a1
Migrations: Removed references to models to prevent further migration issues
2022-10-21 16:11:27 +02:00
Igor Scheller
3964982db0
Fixed migrations
2022-10-18 22:22:54 +02:00
Xu
f9da096308
add option to show mobile number of user in users view
2022-10-18 22:06:08 +02:00
Xu
4d6da1894a
added dect option for rooms
2022-10-18 21:22:37 +02:00
Igor Scheller
bb49b308fb
Generate UUID as shifts transaction id and fixed translation
2022-06-12 17:02:19 +02:00
Igor Scheller
96277dcfc4
Added transaction id to shifts for bulk deletion
2022-06-12 17:02:17 +02:00
Xu
9001907b74
added voucher angel group right
2022-06-12 16:14:22 +02:00
Xesxen
7d51953b84
Database: Increase shift_size column size
2022-06-03 16:03:59 +02:00
Michael Weimann
09babc596b
Fix docker dev and tests
2022-04-12 23:23:45 +02:00
Igor Scheller
80d87617f2
Fix migration and test improvements
2022-01-01 16:33:40 +01:00
Tobias Wiese
e361400f68
news: remove html support
...
Since the support for markdown in news the html feature isn't really
necessary any more.
2022-01-01 16:33:40 +01:00
Igor Scheller
05a206d367
Increased sessions table size
2021-12-29 17:12:19 +01:00
Igor Scheller
676a2113b4
Added User\License model
2021-12-29 17:12:19 +01:00
Igor Scheller
8d436d988a
More PHP 8.1 fixes to be compatible
2021-12-29 11:00:02 +01:00
Igor Scheller
0229e41149
Fixed create user table migration
2021-12-04 13:56:21 +01:00
Igor Scheller
dc0cf101b2
Moved gdpr goodie mail opt in to own configurable option
...
Co-authored-by: Michael Weimann <mail@michael-weimann.eu>
2021-12-04 11:58:06 +01:00
Igor Scheller
59993788ec
Added check if table exists to shifts migration
2021-11-27 11:43:53 +01:00
xuwhite
a1f5454bf5
Optional description for shifts
2021-11-27 11:34:20 +01:00
Igor Scheller
5c90a1ef37
Added shirt edit view
2021-10-23 17:04:19 +02:00
Igor Scheller
3912b4e93e
Set initial admin password if configured
...
Resolves #806 (Allow admins to configure the initial password of the admin user)
Closes #809 PR (Allow to configure initial admin pw)
2021-05-24 15:41:16 +02:00
Igor Scheller
bb2a13f605
OAuth: Compare oauth users using exact compare
2021-04-12 17:13:48 +02:00
Igor Scheller
149155fbda
Added email notification on new news
2021-04-12 16:15:25 +02:00
Igor Scheller
f0bddb321c
MySQL: Use bin format to compare oauth users
2020-12-29 00:28:37 +01:00
Igor Scheller
85044bc833
News: Add is_pinned
2020-12-27 10:59:28 +01:00
Igor Scheller
d423bb07d3
OAuth: Save auth tokens
2020-12-26 21:09:24 +01:00
Igor Scheller
48e1d9f5f8
Questions: Fix permissions migration
2020-12-20 19:53:15 +01:00
Igor Scheller
b5c974b9e3
Add new questions frontend
2020-12-20 17:46:45 +01:00
Igor Scheller
857ed23548
Added FAQ
2020-12-20 17:46:45 +01:00
Igor Scheller
ebab34ee67
Schedule import: Add overview
2020-11-22 16:53:07 +01:00
Igor Scheller
80941c2999
Login: Added OAuth support
2020-11-22 14:55:29 +01:00
Igor Scheller
dbf3737170
Questions: Add current timestamp on migration
2020-09-27 23:42:39 +02:00
Allen Taylor
6c177d5173
Added timestamps for questions
2020-09-27 19:28:27 +02:00
Igor Scheller
f732a4af6f
Added Worklog model
2020-09-24 17:38:12 +02:00
Igor Scheller
acf84f222d
Added Room model
2020-09-24 09:34:00 +02:00
Igor Scheller
8296ef0662
Migrations: Default to unsignedInteger in changeReferences()
2020-09-24 09:34:00 +02:00
Igor Scheller
8c630a2148
Groups: Added Welcome Angel
2020-09-22 11:46:11 +02:00
Igor Scheller
390db395a6
File formatting fixes
2020-06-28 19:39:29 +02:00
Igor Scheller
055586cb8f
DB/MySQL: Use utf8mb4 to support emojis
...
closes #706 (Allow emoji as private message text)
2020-04-25 16:54:30 +02:00
Igor Scheller
395f6706d6
Message: Add coverage, fix method hints
2019-12-30 01:53:20 +01:00
Michael Weimann
95adeca0ae
Add message model
2019-12-30 01:53:20 +01:00
Igor Scheller
e1471248fe
User: Add pronoun statement
2019-12-26 19:18:47 +01:00
Igor Scheller
42721e9572
Added Schedule parsing and replaced old Fahrplan importer
...
Resolves #553 (Change Frab Import from xCal to XML)
Resolves #538 (Feature Request: Multi Frab Import)
2019-12-08 02:20:48 +01:00
Igor Scheller
72123fcd31
Migration References->referencesUser: Changes $setPrimary from true to false
2019-12-08 02:09:52 +01:00
Igor Scheller
ad6b48bd20
Migration: Fixed formatting
2019-12-08 01:56:51 +01:00
Michael Weimann
24578c5cb0
Add questions table migration
2019-12-07 21:29:11 +01:00