Igor Scheller
|
b41a9a02d1
|
Use bootstrap icons instead of glyphicons
|
2021-07-29 20:01:05 +02:00 |
Igor Scheller
|
f732a4af6f
|
Added Worklog model
|
2020-09-24 17:38:12 +02:00 |
Igor Scheller
|
390db395a6
|
File formatting fixes
|
2020-06-28 19:39:29 +02:00 |
Igor Scheller
|
e1471248fe
|
User: Add pronoun statement
|
2019-12-26 19:18:47 +01:00 |
Bot
|
be39c63f46
|
Renamed redirect() to throwRedirect()
|
2019-12-08 02:12:56 +01:00 |
Igor Scheller
|
4e709d0d23
|
Log messages without inline HTML
|
2019-06-03 20:33:09 +02:00 |
Igor Scheller
|
540efef63e
|
active angels: Bugfix and prevent errors when searching double spaces
|
2018-12-28 21:39:23 +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
|
82b22160fd
|
Fixed error if shirt size is not configured
|
2018-10-31 13:43:23 +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
|
89e62c95a7
|
Changed more functions 🎉
|
2018-10-31 13:43:23 +01:00 |
Igor Scheller
|
2a134e6c0b
|
Config: Removed nightshifts query
|
2018-09-23 11:40:53 +02:00 |
Bot
|
e8f8fc7f5f
|
Replaced gettext translation `_()` with `__()` that uses the Translator class
|
2018-08-29 23:46:32 +02:00 |
Igor Scheller
|
acfe72cb91
|
Removed translation from config file
|
2018-08-29 23:46:32 +02:00 |
Igor Scheller
|
fe58e4f422
|
database: updated checks for selectOne
|
2018-01-14 17:47:26 +01:00 |
msquare
|
73ed2308c1
|
use user tshirt count
|
2017-12-30 13:59:41 +01:00 |
msquare
|
b3ca550ed0
|
simplify t-shirt statistics
|
2017-12-30 13:40:24 +01:00 |
msquare
|
0314ba19e3
|
make got t-shirt always available
|
2017-12-30 13:37:26 +01:00 |
msquare
|
c961269bb7
|
better hour formatting
|
2017-12-30 12:07:10 +01:00 |
msquare
|
ee9fbda098
|
add work date to work log
|
2017-12-29 18:57:11 +01:00 |
msquare
|
86a38a3372
|
add user work log entries feature
|
2017-12-29 17:19:27 +01:00 |
Bot
|
952c7892f3
|
Formatting & Docstrings
|
2017-12-25 23:51:15 +01:00 |
msquare
|
15c50ab315
|
fix minor cody style issues (codacy)
|
2017-11-19 15:13:48 +01: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
|
73175e2b64
|
#337: Added routing
|
2017-08-28 17:34:00 +02:00 |
msquare
|
f82e5456d2
|
dried code by introducing selectOne for select queries with only one result line expected
|
2017-07-28 20:11:09 +02:00 |
Igor Scheller
|
3a1e460249
|
Changed $_GET, $_POST and $_REQUEST to use the Request object
|
2017-07-19 11:44:16 +02:00 |
Bot
|
3de0cc840f
|
Removed spaces
|
2017-01-22 01:12:57 +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
|
5600476c56
|
fix missing users on active angels view
|
2016-12-28 18:30:09 +01:00 |
msquare
|
f6da9148e7
|
fix missing var check
|
2016-11-10 13:38:31 +01:00 |
anykraus
|
efb7dbfb01
|
fix admin_active.php not displaying (issue #271)
Reverts 53ad1b5110 "fix codacy unused code" partially. (where $shift_sum_formula was removed from global)
|
2016-11-02 02:04:43 +01:00 |
msquare
|
3738d071f8
|
remove long array syntax
|
2016-09-30 17:08:20 +02:00 |
msquare
|
07ddbb0f4c
|
make short variable names longer
|
2016-09-29 12:45:06 +02:00 |
msquare
|
f05f1a3cd4
|
rename to
|
2016-09-29 12:08:12 +02:00 |
msquare
|
91dafb19ec
|
prohibit inline control structures on pages
|
2016-09-29 10:53:17 +02:00 |
msquare
|
53ad1b5110
|
fix codacy unused code
|
2016-08-21 18:00:39 +02:00 |
Philip Häusler
|
522546795b
|
search only for nickname on active angel page
|
2015-12-29 15:32:58 +01:00 |
Philip Häusler
|
28788e6702
|
put shirt statistics into one table
|
2015-08-14 14:16:09 +02:00 |
Philip Häusler
|
e8daa4d2ce
|
add table of needed shirts to user active page
|
2015-08-14 14:06:33 +02:00 |
Philip Häusler
|
1cd6a4f4f6
|
keep the show all users checkbox
|
2015-08-13 22:57:29 +02:00 |
Philip Häusler
|
f9fb12c7f1
|
show all forced active angels
|
2015-08-13 22:38:32 +02:00 |
Philip Häusler
|
34be996f22
|
add possibility to show already done shifts in admin active view
|
2015-08-13 20:28:48 +02:00 |