Jay Sizzla
9e1dd2acf7
Use shouldSend for NewRequestFillReject notifications
2025-02-27 13:08:43 +00:00
Jay Sizzla
1942d9f13b
Use shouldSend for NewRequestFill notifications
2025-02-27 13:08:43 +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
Roardom
b86475a732
add: strict types to all files
2024-05-23 13:58:29 +00:00
Roardom
c7408be672
update: pass types directly into some notifications
...
Only the request notifications for now, but they should all get done with time.
2024-03-01 17:58:24 +00:00
HDVinnie
b3f0386149
cleanup: pt.1
2023-10-12 22:30:52 -04:00
Roardom
193cdceb8e
fix: request rejection rejector fetching
2023-07-29 06:13:14 +00:00
HDVinnie
82122817dc
Merge pull request #2941 from Roardom/fix-request-rejection-permissions
...
(Fix) Allow users to reject request fills
2023-07-23 15:21:43 -04:00
Roardom
f818cbee35
fix: allow users to reject request fills
2023-07-23 01:01:06 +00:00
Roardom
73cc757ea8
fix: anon username in request fill rejections
2023-07-23 00:59:06 +00:00
Roardom
70e3505886
update: cruddy requests
...
Separate requests into cruddy routes. Use route model binding. Allow forfeit of award if request approval is revoked. Use form requests.
2023-07-07 03:18:13 +00:00