Michael Weimann
|
88c727bf8e
|
Manually migrate /includes code to be phpcs compliant
|
2022-10-18 19:30:43 +02:00 |
Michael Weimann
|
f7d499b362
|
Include phpcs for /includes
|
2022-10-18 19:15:22 +02:00 |
Igor Scheller
|
7cd4befdfa
|
Refactored shift entry deletion: Use event for notification and worklog creation
|
2022-10-14 16:27:51 +02:00 |
Igor Scheller
|
5e81b8d2af
|
Cleanup: Simplification and removed dead code and duplicated/outdated declarations
|
2022-06-17 21:08:53 +02:00 |
Igor Scheller
|
ea0a4777d8
|
Fix additional shift description formatting
|
2021-12-29 17:12:19 +01:00 |
Igor Scheller
|
38dda01330
|
Use RFC3339 strings to represent start and end times for shifts json start/stop, fixed ical timezone output
|
2021-12-09 20:14:07 +01:00 |
msquare
|
bf1ea07eab
|
shift edit: fix form info for description field
|
2021-12-05 11:57:02 +01:00 |
xuwhite
|
a1f5454bf5
|
Optional description for shifts
|
2021-11-27 11:34:20 +01:00 |
Igor Scheller
|
e74eb6eee4
|
Shifts edit: Added schedule import warning
|
2020-10-18 16:58:36 +02:00 |
Igor Scheller
|
acf84f222d
|
Added Room model
|
2020-09-24 09:34:00 +02:00 |
Bot
|
be39c63f46
|
Renamed redirect() to throwRedirect()
|
2019-12-08 02:12:56 +01:00 |
Igor Scheller
|
9b08b951a2
|
Merge pull request #651 from MyIgel/shift-deletion-worklog
Save time of past shifts as worklog if they get deleted
|
2019-10-21 09:12:10 +02:00 |
Igor Scheller
|
35b820cd7d
|
Use 403 forbidden on shifts json, atom export and ical export
|
2019-09-18 14:09:30 +02:00 |
Igor Scheller
|
d71b27b78b
|
Shifts: Save time as worklog if past shift gets deleted
|
2019-09-18 04:27:56 +02:00 |
msquare
|
8139f2fb4e
|
redo fix shift view bug
|
2019-08-21 01:27:38 +02:00 |
msquare
|
a521ace9f7
|
fix shift view bug
|
2019-08-21 01:26:01 +02:00 |
Igor Scheller
|
c33940f64a
|
Moved permission checks to Authenticator class
|
2018-12-02 12:53:31 +01:00 |
Igor Scheller
|
944c29b964
|
Require POST for sending forms
* Ensure that the form is submitted with a post request
* Replaced several links with forms
Closes #494 (Security Vulnerability)
|
2018-11-21 19:24:36 +01:00 |
Igor Scheller
|
a2aaba9cab
|
User: Bugfixes & code cleanup
|
2018-10-31 13:43:23 +01:00 |
Igor Scheller
|
4e09ee3eb2
|
Replaced more user related stuff
(Contains some buggy stuff too...)
|
2018-10-31 13:43:23 +01:00 |
Igor Scheller
|
7c6afc2bfe
|
Removed `User($id)` function 🎉
|
2018-10-31 13:43:23 +01:00 |
Igor Scheller
|
89e62c95a7
|
Changed more functions 🎉
|
2018-10-31 13:43:23 +01:00 |
Igor Scheller
|
d0abc27c07
|
Merge remote-tracking branch 'MyIgel/translations'
|
2018-09-15 14:58:31 +02:00 |
Bot
|
e8f8fc7f5f
|
Replaced gettext translation `_()` with `__()` that uses the Translator class
|
2018-08-29 23:46:32 +02:00 |
msquare
|
1090d5e889
|
Update shifts_controller.php
fix problem when missing needed angeltype entry
|
2018-08-28 18:28:09 +02:00 |
Igor Scheller
|
d6c8f1a614
|
Merge branch 'master' to 'rebuild-database'
|
2018-08-20 21:07:57 +02:00 |
msquare
|
6dbec2e2fb
|
remove unused code
|
2018-01-28 14:52:26 +01:00 |
Igor Scheller
|
fe58e4f422
|
database: updated checks for selectOne
|
2018-01-14 17:47:26 +01:00 |
Bot
|
952c7892f3
|
Formatting & Docstrings
|
2017-12-25 23:51:15 +01:00 |
msquare
|
769d8c4af9
|
better logging of needed angeltypes for shifts and rooms
|
2017-12-17 13:22:29 +01:00 |
msquare
|
50f24271eb
|
fix all redirects to home (because of new urls redirect to ? wont work anymore)
|
2017-11-19 10:45:08 +01:00 |
Igor Scheller
|
96f1d9fd54
|
Bugfixes
|
2017-08-30 15:35:12 +02:00 |
Igor Scheller
|
d0074cf006
|
Merge remote-tracking branch 'engelsystem/feature-igel-rewrite'
# Conflicts:
# includes/controller/angeltypes_controller.php
# includes/pages/admin_groups.php
# includes/pages/user_settings.php
# includes/sys_page.php
# src/Exceptions/Handler.php
# src/Http/Request.php
|
2017-08-29 23:16:41 +02:00 |
Igor Scheller
|
cc01c906ba
|
#336: Integration of symfony/http-foundation request
|
2017-08-29 21:52:07 +02:00 |
Igor Scheller
|
73175e2b64
|
#337: Added routing
|
2017-08-28 17:34:00 +02:00 |
msquare
|
7f4aa6daa5
|
remove exit commands after redirects (redirect does already die)
|
2017-07-28 20:26:12 +02:00 |
msquare
|
a0af8d4624
|
further switching to db exceptions instead of return false
|
2017-07-28 19:15:52 +02:00 |
msquare
|
a157004f4a
|
handle failed db queries in Db class
|
2017-07-23 11:46:54 +02:00 |
Igor Scheller
|
3a1e460249
|
Changed $_GET, $_POST and $_REQUEST to use the Request object
|
2017-07-19 11:44:16 +02:00 |
Igor Scheller
|
781f830678
|
Fixes and improvements
|
2017-01-22 01:16:00 +01:00 |
Igor Scheller
|
8506d6d27e
|
Refactoring: Config cleanup / moved to class
|
2017-01-21 23:07:20 +01:00 |
Bot
|
740026a9de
|
Replaced [0-9] with \d
|
2017-01-21 20:12:48 +01:00 |
Igor Scheller
|
9a3ad88834
|
Changed from mysqli to PDO, some refactorings, faster sql queries
|
2017-01-21 13:58:53 +01:00 |
Bot
|
55141154c0
|
Replaced " with '
|
2017-01-03 15:32:59 +01:00 |
Bot
|
356b2582f3
|
PPHDoc, formatting, fixes, cleanup
|
2017-01-03 03:22:48 +01:00 |
Bot
|
d71e7bbfad
|
Formatting
|
2017-01-02 15:49:53 +01:00 |
Bot
|
7313e15ce8
|
PSR-2 formatting
|
2017-01-02 03:57:23 +01:00 |
msquare
|
46528fe1d8
|
shift view performance improvements
|
2016-12-27 23:02:05 +01:00 |
msquare
|
bae3ede662
|
fixes #279 fix exporting freeload comment in json export
|
2016-11-25 13:38:16 +01:00 |
msquare
|
ff31d0a1c5
|
fix shift signup state being combined to null
|
2016-11-24 09:32:32 +01:00 |