Commit Graph

129 Commits

Author SHA1 Message Date
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 3ec052b442 Added scheduled task to remove old tasks. 2023-02-03 22:31:47 +01:00
Andrew Lalis 8bdecb7e07 Oops, forgot to commit this. 2023-02-03 22:12:39 +01:00
Andrew Lalis 1134eef3ad Updated front-end to follow updated APIs. 2023-02-03 22:12:26 +01:00
Andrew Lalis 67504d0883 Fixed test. 2023-02-03 21:07:39 +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 91648a13fa Added testing stuff. 2023-02-03 08:31:23 +01:00
Andrew Lalis 7d9c210278 Added Video Processing logic. 2023-02-02 17:03:41 +01:00
Andrew Lalis f76f080311 Added other stuff. 2023-02-01 08:40:13 +01:00
Andrew Lalis 8d11279b6e Added FileService 2023-02-01 08:37:06 +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 af6d587c76 Changed to spring/java cdn implementation. 2023-01-31 19:22:12 +01:00
Andrew Lalis 4760a5833d Added start of cdn implementation. 2023-01-31 15:00:56 +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 6b1e20d544 Added login page. 2023-01-31 09:13:18 +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 c56f8f72c2 Added auth management, and AccountMenuItem.vue 2023-01-30 15:57:11 +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 75c0fdcff6 Changed to standard compound id format. 2023-01-28 11:30:08 +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 a8168768a8 Added check for submission. 2023-01-26 16:53:55 +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 ed3152aa2b Added more docs. 2023-01-25 13:28:00 +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
Andrew Lalis e612c084da Implemented backend submission flow. 2023-01-25 11:55:14 +01:00
Andrew Lalis 6702fb564b Improved exercise submission flow. 2023-01-25 08:48:49 +01:00
Andrew Lalis 50a6ece0d8 Added ExerciseController 2023-01-24 22:43:40 +01:00
Andrew Lalis 93d212f7e5 Fixed index search case sensitivity, and index translation. 2023-01-24 22:21:51 +01:00
Andrew Lalis 3ce2d99c22 Fixed another merge. 2023-01-24 22:03:56 +01:00
Andrew Lalis 17e3aada18 Used compressed video. 2023-01-24 21:53:50 +01:00
Andrew Lalis 53c51e8ecd merged 2023-01-24 21:47:46 +01:00
Andrew Lalis 39a02c467a Updated readme. 2023-01-24 19:56:44 +01:00