Michael Weimann
|
a8f064b9cd
|
Remove codacy badge
|
2022-07-15 15:17:30 +02:00 |
Igor Scheller
|
cf53d85ced
|
Fixed coverage for BarChart test
|
2022-07-12 00:36:38 +02:00 |
dependabot[bot]
|
164093896d
|
Bump moment from 2.29.2 to 2.29.4
Bumps [moment](https://github.com/moment/moment) from 2.29.2 to 2.29.4.
- [Release notes](https://github.com/moment/moment/releases)
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/moment/moment/compare/2.29.2...2.29.4)
---
updated-dependencies:
- dependency-name: moment
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-07-11 23:47:24 +02:00 |
Igor Scheller
|
c957b2784a
|
Cleanup duplicated app calls, replaced deprecated methods, readability improvements
|
2022-07-11 23:30:41 +02:00 |
Michael Weimann
|
006dde9d8e
|
Add SlevomatCodingStandard.Variables.UnusedVariable
|
2022-07-11 23:30:41 +02:00 |
Michael Weimann
|
1277f8f96f
|
Replace chart-js with backend rendering
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
|
2022-07-11 23:30:41 +02:00 |
Igor Scheller
|
0b4782fcab
|
Fix CI style validation
|
2022-07-11 22:35:48 +02:00 |
Michael Weimann
|
d6f1fda86f
|
Improve striped table colours
|
2022-07-11 20:54:45 +02:00 |
frischler
|
8380536055
|
Settings language handled in SettingsController
|
2022-06-30 14:05:46 +02:00 |
dependabot[bot]
|
5d489fec20
|
Bump guzzlehttp/guzzle from 7.4.4 to 7.4.5
Bumps [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) from 7.4.4 to 7.4.5.
- [Release notes](https://github.com/guzzle/guzzle/releases)
- [Changelog](https://github.com/guzzle/guzzle/blob/master/CHANGELOG.md)
- [Commits](https://github.com/guzzle/guzzle/compare/7.4.4...7.4.5)
---
updated-dependencies:
- dependency-name: guzzlehttp/guzzle
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-06-28 13:22:41 +02:00 |
Igor Scheller
|
493d7e1bdb
|
Fix PHP version in readme
|
2022-06-18 13:05:07 +02:00 |
Igor Scheller
|
97ee4641eb
|
Removed CI style check workaround
|
2022-06-17 21:18:24 +02:00 |
Igor Scheller
|
5e81b8d2af
|
Cleanup: Simplification and removed dead code and duplicated/outdated declarations
|
2022-06-17 21:08:53 +02:00 |
Bot
|
3ebea2ae15
|
Replaced DB with Db
|
2022-06-17 20:57:52 +02:00 |
Xu
|
05e94bbfee
|
add config option and permission for food voucher
|
2022-06-17 20:55:16 +02:00 |
Xu
|
53009c21a4
|
Message link in User view
|
2022-06-16 23:39:18 +02:00 |
frischler
|
3043a9512a
|
Settings themes handled in SettingsController
|
2022-06-14 13:34:01 +02:00 |
Igor Scheller
|
bb49b308fb
|
Generate UUID as shifts transaction id and fixed translation
|
2022-06-12 17:02:19 +02:00 |
Igor Scheller
|
7c448e6064
|
Use locking for shift transacton id generation
|
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 |
Igor Scheller
|
aa249868ba
|
Fix CI style check
|
2022-06-12 16:21:02 +02:00 |
Xu
|
a68cf7ae53
|
Exclude voucher edit permission migration from tests with sqlite
|
2022-06-12 16:14:22 +02:00 |
Xu
|
472e1bf806
|
translation minor change
|
2022-06-12 16:14:22 +02:00 |
Xu
|
9001907b74
|
added voucher angel group right
|
2022-06-12 16:14:22 +02:00 |
Igor Scheller
|
743a79ceea
|
Replace model data access workaround with twigbridge patch
|
2022-06-10 12:45:24 +02:00 |
dependabot[bot]
|
078d8516fb
|
Bump guzzlehttp/guzzle from 7.4.3 to 7.4.4
Bumps [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) from 7.4.3 to 7.4.4.
- [Release notes](https://github.com/guzzle/guzzle/releases)
- [Changelog](https://github.com/guzzle/guzzle/blob/master/CHANGELOG.md)
- [Commits](https://github.com/guzzle/guzzle/compare/7.4.3...7.4.4)
---
updated-dependencies:
- dependency-name: guzzlehttp/guzzle
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-06-10 12:45:01 +02:00 |
Igor Scheller
|
d9e4bf3cac
|
Unified message display, scroll to newest after sending or deleting
|
2022-06-06 16:12:47 +02:00 |
Igor Scheller
|
9e5f0ff854
|
Use pronoun for other pages too, a bit more cleanup
|
2022-06-06 16:12:47 +02:00 |
Igor Scheller
|
7acd34ba74
|
Added unread messages as global var
|
2022-06-06 16:12:47 +02:00 |
frischler
|
865873c099
|
Enabled to write messages to myself
|
2022-06-06 16:12:47 +02:00 |
frischler
|
71d183df01
|
Applied changes as suggested in https://github.com/engelsystem/engelsystem/pull/915
|
2022-06-06 16:12:47 +02:00 |
frischler
|
2c0d516578
|
Improved Messages UI and shrinking includes/user_messages.php
|
2022-06-06 16:12:47 +02:00 |
Xesxen
|
7d51953b84
|
Database: Increase shift_size column size
|
2022-06-03 16:03:59 +02:00 |
Igor Scheller
|
b41a675a35
|
Require @covers annotation for tests, increase workspace mem limit to 512M, improved coverage for db factories
|
2022-06-02 13:18:37 +02:00 |
Igor Scheller
|
724894316a
|
Add transaction around user creation to safeguard against partially created users
|
2022-05-29 12:29:34 +02:00 |
Xu
|
157211038d
|
make pronoun field default
|
2022-05-28 17:27:13 +02:00 |
dependabot[bot]
|
5a27ec4668
|
Bump guzzlehttp/guzzle from 7.4.1 to 7.4.3
Bumps [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) from 7.4.1 to 7.4.3.
- [Release notes](https://github.com/guzzle/guzzle/releases)
- [Changelog](https://github.com/guzzle/guzzle/blob/master/CHANGELOG.md)
- [Commits](https://github.com/guzzle/guzzle/compare/7.4.1...7.4.3)
---
updated-dependencies:
- dependency-name: guzzlehttp/guzzle
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-05-26 15:25:46 +02:00 |
Xu
|
939f20709f
|
fixed unanswered questions link and added links to design page alerts
|
2022-05-20 14:02:02 +02:00 |
Xu
|
25e28535d0
|
theme 7 small fixes
|
2022-05-14 17:39:30 +02:00 |
Igor Scheller
|
ffaf83af32
|
Allow phpcs to run as a composer plugin
|
2022-05-13 21:40:32 +02:00 |
Igor Scheller
|
d690d64d0e
|
/metrics: Add newline at the end to be spec compliant
Fixes #909: Error trying to parse /metrics
See also https://prometheus.io/docs/instrumenting/exposition_formats/#text-format-details
|
2022-05-11 00:25:20 +02:00 |
Igor Scheller
|
b842466b3a
|
Added assets hashing after build, added favicon
|
2022-04-29 22:26:58 +02:00 |
Igor Scheller
|
59e54fc1f5
|
Docker: Use single container for server
|
2022-04-29 20:22:08 +02:00 |
Michael Weimann
|
6ea938460a
|
Clean up styles
|
2022-04-29 15:16:23 +02:00 |
Igor Scheller
|
615858b7b6
|
CI: Fix style check
|
2022-04-19 23:48:23 +02:00 |
Michael Weimann
|
66e7a3e183
|
Add unused imports phpcs rule
|
2022-04-19 23:33:44 +02:00 |
Michael Weimann
|
c4b2fbda1a
|
Remove date/time pickers
|
2022-04-19 23:33:44 +02:00 |
Igor Scheller
|
4b77290134
|
CI: Fix k8s deployment when commit message contains a # or \, add more app dirs to whoops handler
|
2022-04-18 14:32:36 +02:00 |
Michael Weimann
|
7677c09237
|
Add specific theme build support
|
2022-04-18 01:16:50 +02:00 |
xuwhite
|
09ec60e42d
|
edit in arays doku changed
|
2022-04-12 23:43:55 +02:00 |