|
49b9b41085
|
web: create login button
|
2025-04-15 16:20:52 -07:00 |
|
|
3614018794
|
web: remove redirect
|
2025-04-15 16:20:48 -07:00 |
|
|
872b98aa74
|
web: explain admin buttons a bit better
|
2025-04-15 15:56:52 -07:00 |
|
|
d5c8477869
|
web: const enum typescript xD
|
2025-04-15 15:45:16 -07:00 |
|
|
b600ca582b
|
web: show submit button for admin on ChangesRequested status
|
2025-04-15 15:45:16 -07:00 |
|
|
adbcbed9ac
|
submissions: allow admin to submit from changes requested
|
2025-04-15 15:45:16 -07:00 |
|
|
8f8d685f71
|
validator: plumb fields
|
2025-04-15 15:45:16 -07:00 |
|
|
a669de3c0b
|
submissions: allow bypass by admin in internal CreateSubmission
|
2025-04-15 15:45:16 -07:00 |
|
|
649b941d5f
|
submissions: implement CreateSubmissionAdmin endpoint
|
2025-04-15 15:45:16 -07:00 |
|
|
1b4456f30a
|
submissions: add initial fields
|
2025-04-15 15:31:55 -07:00 |
|
|
d34a5c7091
|
openapi: generate
|
2025-04-15 15:13:53 -07:00 |
|
|
2f36877cb6
|
openapi: admin create endpoint
|
2025-04-15 15:13:44 -07:00 |
|
|
3a124b8190
|
web: add hidden admin submit page
|
2025-04-15 14:23:25 -07:00 |
|
|
6cc6da4879
|
web: display username in audit events
|
2025-04-15 12:46:35 -07:00 |
|
|
123b0c9a81
|
web: add Username field to AuditEvent
|
2025-04-15 12:43:36 -07:00 |
|
|
54b0abbbf3
|
web: tweak submit button text
|
2025-04-13 17:16:55 -07:00 |
|
|
1b0384da11
|
submissions: fetch usernames from data service
|
2025-04-13 17:14:44 -07:00 |
|
|
e0cebfd80e
|
submissions: rename svc.Client to svc.Maps
|
2025-04-13 17:14:21 -07:00 |
|
|
5ba52ecb57
|
openapi: generate
|
2025-04-13 17:02:31 -07:00 |
|
|
9e42050a65
|
openapi: include usernames in AuditEvent
|
2025-04-13 17:02:28 -07:00 |
|
|
c817bfc8c8
|
validator: flatten check matches
|
2025-04-13 16:33:23 -07:00 |
|
|
8f97ca6690
|
validator: tweak error message
|
2025-04-12 21:01:23 -07:00 |
|
|
f220cb62bc
|
validator: fix empty check
|
2025-04-12 12:31:05 -07:00 |
|
|
f090fd7d68
|
validator: fix duplicate checks
|
2025-04-12 12:29:17 -07:00 |
|
|
404e1281ff
|
validator: improve "extra" error messages
|
2025-04-12 12:02:34 -07:00 |
|
|
e4f710c83f
|
validator: include original names of some objects in error message
|
2025-04-12 11:58:27 -07:00 |
|
|
a942c81ea8
|
validator: add teleport and wormhole set difference checks
|
2025-04-12 11:39:25 -07:00 |
|
|
109b24061a
|
validator: pluralize some error messages
|
2025-04-12 11:33:32 -07:00 |
|
|
ddef30984f
|
validator: remove placeholder comments
|
2025-04-11 23:42:43 -07:00 |
|
|
9331f37d70
|
validator: remove explicit StringEmptyCheck newtype
|
2025-04-11 23:20:48 -07:00 |
|
|
c4f910c1f0
|
validator: comment ModelInfo::check
|
2025-04-11 23:11:59 -07:00 |
|
|
343a4011dd
|
validator: tweak write_zone macro
|
2025-04-11 23:06:10 -07:00 |
|
|
c63997d161
|
validator: implement dangling anticheat zone check
|
2025-04-11 22:59:37 -07:00 |
|
|
ea58fcedc9
|
validator: save some loc with default
|
2025-04-11 22:30:55 -07:00 |
|
|
50e3fb283c
|
validator: comment ModelInfo::check
|
2025-04-11 22:25:49 -07:00 |
|
|
aa513a7973
|
validator: code tweaks
|
2025-04-11 22:20:59 -07:00 |
|
|
eff9097456
|
validator: remove newline
|
2025-04-11 21:59:37 -07:00 |
|
|
668c5fef51
|
validator: move function call so get_model_info is infallible
|
2025-04-11 21:46:44 -07:00 |
|
|
57db5f738e
|
todo
|
2025-04-11 21:03:57 -07:00 |
|
|
3789755a19
|
submissions: add updated info to validator-submitted
|
2025-04-11 21:01:58 -07:00 |
|
|
ee6c37ab9d
|
openapi: generate
|
2025-04-11 21:01:58 -07:00 |
|
|
12bfbfb0a0
|
openapi: add updated info to validator-submitted
|
2025-04-11 21:01:58 -07:00 |
|
|
c57a53692d
|
validator: code tweaks
|
2025-04-11 21:01:58 -07:00 |
|
|
ccf07c5931
|
validator: rename AtLeastOneMatchingAndNoExtraCheck to SetDifferenceCheck
|
2025-04-11 20:37:37 -07:00 |
|
|
6efab4f411
|
validator: annotate MapCheck fields
|
2025-04-11 20:19:49 -07:00 |
|
|
34d1db02a5
|
web: implement audit log on submissions
|
2025-04-11 19:36:54 -07:00 |
|
|
d86ed0cdf5
|
web: marginally improve audit events
|
2025-04-11 19:27:25 -07:00 |
|
|
d19763349e
|
web: fetch audit events and generate comments
|
2025-04-11 19:03:01 -07:00 |
|
|
5846e92924
|
validator: write check error message
|
2025-04-11 18:03:45 -07:00 |
|
|
34b8d7475d
|
validator: rustify map check
|
2025-04-11 17:55:59 -07:00 |
|