Commit Graph

64 Commits

Author SHA1 Message Date
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
Andrew Lalis 309a6fca5a Updated readme. 2023-01-24 19:56:44 +01:00
Andrew Lalis 1f81aca4fa Added icons, better navigation, and working translation. 2023-01-24 19:53:01 +01:00
Andrew Lalis 5cec0c79fb Added icons, better navigation, and working translation. 2023-01-24 19:53:01 +01:00
Andrew Lalis a2a8e78137 Added icons, better navigation, and working translation. 2023-01-24 19:52:55 +01:00
Andrew Lalis 0d14c31f6d Added icons, better navigation, and working translation. 2023-01-24 19:52:55 +01:00
Andrew Lalis 548d0a7397 Improved searcher with wildcards. 2023-01-24 17:41:20 +01:00
Andrew Lalis a0ffb9c166 Improved searcher with wildcards. 2023-01-24 17:41:20 +01:00
Andrew Lalis df2dd1242f Changed string fields to text fields. 2023-01-24 13:01:24 +01:00
Andrew Lalis 470842172c Changed string fields to text fields. 2023-01-24 13:01:24 +01:00
Andrew Lalis 17285d480e Reformatted stuff. 2023-01-24 12:51:36 +01:00
Andrew Lalis 7090036736 Reformatted stuff. 2023-01-24 12:51:36 +01:00
Andrew Lalis d5244de1ce Added basic search service, and improved web app UI. 2023-01-24 12:49:33 +01:00
Andrew Lalis d96d5bbe63 Added basic search service, and improved web app UI. 2023-01-24 12:49:33 +01:00
Andrew Lalis 0cc998f58e Added potential d code. 2023-01-22 19:24:12 +01:00
Andrew Lalis 728b611303 Added basic functionality for video file uploads and compression. 2023-01-22 19:23:56 +01:00