659 Commits

Author SHA1 Message Date
b792d33164 Merge pull request 'Update Rust Dependencies (Roblox Format Zstd Support)' (#142) from staging into master
Reviewed-on: StrafesNET/maps-service#142
2025-06-01 23:13:58 +00:00
d39a8c0208 submissions-api v0.7.1 make error type smaller 2025-05-14 00:50:34 -07:00
636282b993 submissions-api: make error type smaller 2025-05-14 00:50:34 -07:00
e3667fec0c validation: refactor some goofy roblox functions 2025-05-14 00:50:34 -07:00
0dff464561 validation: checks: write many documentation 2025-05-14 00:50:34 -07:00
e30fb5f916 validation: checks: named dummy types for readability 2025-05-14 00:50:34 -07:00
9dd7156f38 validation: avoid passing large struct in Err 2025-05-14 00:50:34 -07:00
fc9aae4235 submissions-api: appease clippy 2025-05-14 00:50:34 -07:00
a11a0d2fd5 validation: clippy fixes 2025-05-14 00:50:34 -07:00
9dad1a6b4d validation: update deps 2025-05-14 00:50:34 -07:00
929b5949f0 Merge pull request 'Snapshot "Working" Code' (#139) from staging into master
Reviewed-on: StrafesNET/maps-service#139
2025-04-27 21:21:05 +00:00
a95e6b7a9a docker: add AUTH_HOST env var to docker compose 2025-04-15 18:55:34 -07:00
ic3w0lf
4c1aef9113 Update README 2025-04-15 18:57:35 -06:00
ic3w0lf
c98d170423 Remove hardcoded auth URLs 2025-04-15 18:50:40 -06:00
6d14047f57 web: unused imports 2025-04-15 16:49:05 -07:00
41663624d3 web: conditionally show avatar when logged in 2025-04-15 16:49:05 -07:00
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