Roardom
6a703e810b
fix: most phpstan types in donation controllers
2025-08-19 19:39:30 +00:00
Roardom
a447269552
refactor: use moderation status enum and cast
...
For consistency and less magic numbers hard coded everywhere.
2025-02-26 14:23:02 +00:00
Roardom
868ad35aa4
refactor: swap magic RedirectResponse withX('Y') to with('X', 'Y')
...
Allows ctrl+clicking to access the underlying function unlike the previous magic implementation. Probably also negligibly faster.
Swapped all instances of `>withSuccess(` -> `>with('success', `, `>withWarning(` -> `>with('warning', `, and `>withInfo(` -> `>with('info', ` with ide's find and replace.
2025-01-21 16:05:11 +00:00
HDVinnie
8eb1e64cc1
Merge pull request #4300 from Roardom/ansi-db
...
(Refactor) Use ANSI-compatible syntax for raw database queries
2024-11-03 21:15:37 -05:00
Roardom
0e4bcb570d
refactor: use ANSI-compatible syntax for raw database queries
2024-11-02 04:26:49 +00:00
HDVinnie
98b7bad411
add: donation package soft deletes
...
- fixes #4277
2024-10-31 23:09:35 -04:00
HDVinnie
9eec2794ba
update: donation controller
2024-10-06 17:18:38 -04:00
HDVinnie
0e58d810f3
update: donation charts
...
- @json is deprecated
- move colors to css variables
- cleanup query
- cleanup JS
2024-10-03 21:43:22 -04:00
HDVinnie
6f3a2a6c17
add: daily + monthly donations charts
2024-10-03 20:52:25 -04:00
HDVinnie
f629f8d3f0
update: donation controller
2024-09-15 19:04:51 -04:00
HDVinnie
9c61d724b6
update: donation system
2024-09-14 23:05:13 -04:00
HDVinnie
f37067a4a8
update: DonationController.php
2024-09-14 10:55:23 -04:00
HDVinnie
428bf63910
add: base donation system
2024-09-12 13:03:38 -04:00