Commit Graph

69 Commits

Author SHA1 Message Date
Andrew Lalis 9d1712889e Add account deletion, data requests, and more. 2023-03-31 19:02:46 +02:00
Andrew Lalis 75680d1041 Added admin page. 2023-03-27 19:56:02 +02:00
Andrew Lalis f36a1d8912 Added paginated submissions and support for generalized pagination. 2023-03-25 13:23:16 +01:00
Andrew Lalis bb5cf53908 Cleaned up UserService.java, refactored user page to use profile information instead of other endpoints. 2023-03-25 11:29:15 +01:00
Andrew Lalis 346c5d9813 Added endpoint for reporting users. 2023-03-24 16:54:26 +01:00
Andrew Lalis 3653fe697e Added email reset code and follow request. 2023-03-24 16:21:03 +01:00
Andrew Lalis bc1e2b4397 Cleaned up api dev start. 2023-03-24 13:18:30 +01:00
Andrew Lalis 56c105a240 Added start-dev scripts. 2023-03-24 13:14:59 +01:00
Andrew Lalis 116bfa07bd Removed runner and made actual cli project. 2023-03-24 10:53:00 +01:00
Andrew Lalis ae3c22422c Added lots of stuff!!! 2023-02-17 17:05:15 +01:00
Andrew Lalis eb02563714 Improved upload flow, fixed vulnerability in search. 2023-02-16 20:40:03 +01:00
Andrew Lalis 654623ce4e Added submission count to gym index, made user data access protected. 2023-02-16 18:11:03 +01:00
Andrew Lalis 6b7b38595e Added user submission improvements. 2023-02-16 14:48:01 +01:00
Andrew Lalis aa843227d2 Added report and voting entities, and api status controller. 2023-02-08 08:30:16 +01:00
Andrew Lalis 080c44c467 Added improved submission model. 2023-02-07 14:50:24 +01:00
Andrew Lalis 184491b9ea Added improved sample data generation. 2023-02-07 12:01:41 +01:00
Andrew Lalis ee5ff41167 Refactored indexing and searching to be modular. 2023-02-06 13:28:51 +01:00
Andrew Lalis a8715fa8d2 Improved sample data. 2023-02-06 11:57:58 +01:00
Andrew Lalis 6097b0df7e Added endpoints and logic for user following system. 2023-02-06 10:41:46 +01:00
Andrew Lalis e69008a582 Added user preferences endpoints. 2023-02-06 10:17:50 +01:00
Andrew Lalis 9218a38850 Expanded user-derived database models. 2023-02-06 10:08:35 +01:00
Andrew Lalis 8c2a84755d Added submission page and cleaned up time formatting. 2023-02-05 12:48:30 +01:00
Andrew Lalis 7c638d066e Added submission page, momentjs, and UTC timezone for all services. 2023-02-05 11:30:50 +01:00
Andrew Lalis 64e604a946 Fixed sample data loading. 2023-02-04 13:28:57 +01:00
Andrew Lalis 3a0bae209b Added additional user data. 2023-02-04 13:26:29 +01:00
Andrew Lalis 1134eef3ad Updated front-end to follow updated APIs. 2023-02-03 22:12:26 +01:00
Andrew Lalis 4c94a346c3 Added endpoint for updating user's password. 2023-02-03 17:15:09 +01:00
Andrew Lalis abbe1cccbe Removed CommandFailedException.java 2023-02-03 17:05:43 +01:00
Andrew Lalis 5d18da6ebe Refactored API organization, added functionality for password resets. 2023-02-03 17:05:33 +01:00
Andrew Lalis d60f7142e8 Added CDN client to sample data loader, and finalized base implementation of CDN. 2023-02-03 14:09:38 +01:00
Andrew Lalis 2dae2bb905 Merged from main. 2023-01-31 22:24:35 +01:00
Andrew Lalis 7583e48fb0 Merge remote-tracking branch 'origin/main' into main
# Conflicts:
#	gymboard-api/src/main/resources/application-development.properties
2023-01-31 22:18:33 +01:00
Andrew Lalis 67bc04b0fc Fixed CORS error. 2023-01-31 11:57:55 +01:00
Andrew Lalis c58e29cbd8 Added proper login and registration flows. 2023-01-31 11:53:06 +01:00
Andrew Lalis 595a33a801 Merge remote-tracking branch 'origin/main' into main
# Conflicts:
#	gymboard-api/src/main/java/nl/andrewlalis/gymboard_api/config/WebConfig.java
#	gymboard-api/src/main/resources/application-development.properties
#	gymboard-app/src/layouts/MainLayout.vue
2023-01-30 21:54:08 +01:00
Andrew Lalis 4293ddb157 Added explicitly defined endpoint security. 2023-01-30 14:08:02 +01:00
Andrew Lalis f8dcfc8843 Added auth stuff to the web app. 2023-01-30 11:55:09 +01:00
Andrew Lalis 0e96d74203 Added users! 2023-01-30 10:07:28 +01:00
Andrew Lalis 1034f7e65a Removed unused import, changed to save and flush submission during processing. 2023-01-30 08:18:09 +01:00
Andrew Lalis c7e327ff1e Added about page, cleaned up web config. 2023-01-28 18:48:34 +01:00
Andrew Lalis 9371431114 Added more submissions. 2023-01-28 11:06:59 +01:00
Andrew Lalis 34cd6cac2c Added leaderboard page and api support. 2023-01-28 10:52:20 +01:00
Andrew Lalis 16a7f105f8 Extracted processing logic to a separate service. 2023-01-27 23:03:50 +01:00
Andrew Lalis 617bd45127 Changed to ULID submission ids. 2023-01-27 20:41:39 +01:00
Andrew Lalis e0433753ea Lots of updates:
- Map
- Better submissions.
2023-01-26 16:49:51 +01:00
Andrew Lalis d1aa06dd95 Added submissions.csv to sample data, and improved concurrency. 2023-01-26 14:07:41 +01:00
Andrew Lalis 3908c2becd Added better submission upload workflow. 2023-01-26 12:52:22 +01:00
Andrew Lalis f23002a6b8 Added comments to explain stuff. 2023-01-25 12:54:28 +01:00
Andrew Lalis aff5ffedf9 Disabled sql output. 2023-01-25 12:43:21 +01:00
Andrew Lalis 124e833d28 Added working exercise submission. 2023-01-25 12:42:33 +01:00