-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IPraktikum gocast API/v2 #1279
base: dev
Are you sure you want to change the base?
IPraktikum gocast API/v2 #1279
Commits on Nov 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6131dba - Browse repository at this point
Copy the full SHA 6131dbaView commit details -
Configuration menu - View commit details
-
Copy full SHA for a4f6060 - Browse repository at this point
Copy the full SHA a4f6060View commit details
Commits on Nov 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ebb088b - Browse repository at this point
Copy the full SHA ebb088bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b40734d - Browse repository at this point
Copy the full SHA b40734dView commit details
Commits on Dec 7, 2023
-
I praktikum 36 user endpoints (#1258)
* Implement fetching of current user from jwt token sent in request * Implement GET:/user/me endpoint * Update user message * Update * Clean up api_v2 file structure and implement , , , , * Add basic code-doc * Add `last_name` attribute to the user table * add bookmark, notification and alert endpoints * Update errors for bookmark-endpoints * Add course endpoints --------- Co-authored-by: Achraf Labidi <[email protected]> Co-authored-by: Moritz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7be54e8 - Browse repository at this point
Copy the full SHA 7be54e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 930c348 - Browse repository at this point
Copy the full SHA 930c348View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7704e94 - Browse repository at this point
Copy the full SHA 7704e94View commit details
Commits on Dec 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3452329 - Browse repository at this point
Copy the full SHA 3452329View commit details
Commits on Dec 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 40f6c7e - Browse repository at this point
Copy the full SHA 40f6c7eView commit details
Commits on Dec 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 952ba59 - Browse repository at this point
Copy the full SHA 952ba59View commit details
Commits on Dec 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9001d8c - Browse repository at this point
Copy the full SHA 9001d8cView commit details
Commits on Dec 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4e3c813 - Browse repository at this point
Copy the full SHA 4e3c813View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a7e5bd - Browse repository at this point
Copy the full SHA 2a7e5bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for ee00a16 - Browse repository at this point
Copy the full SHA ee00a16View commit details
Commits on Dec 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6f794f6 - Browse repository at this point
Copy the full SHA 6f794f6View commit details -
I praktikum 73 push notifications (#1273)
* Add postDeviceToken and notification_service.go * Implement basic push notifications using FCM * Implement basic push notifications using FCM * Add note * Add deleteDeviceToken endpoint * Add fcm push notification service to worker_grpc * Add serverKey to config.yaml and tools.config.go * Add &model.Device{} to tumlive.go automigration * Add FK to device_token model and update notification endpoints * Remove TODOs
Configuration menu - View commit details
-
Copy full SHA for 0d3d719 - Browse repository at this point
Copy the full SHA 0d3d719View commit details
Commits on Dec 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8e3cb5d - Browse repository at this point
Copy the full SHA 8e3cb5dView commit details
Commits on Dec 22, 2023
-
IPraktikum get and patch user settings (#1276)
* add user settings functionality to get and patch user settings * fix getting current user to change and get settings according to review
Configuration menu - View commit details
-
Copy full SHA for 429b58f - Browse repository at this point
Copy the full SHA 429b58fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9fbb60f - Browse repository at this point
Copy the full SHA 9fbb60fView commit details -
Configuration menu - View commit details
-
Copy full SHA for efe915c - Browse repository at this point
Copy the full SHA efe915cView commit details -
Configuration menu - View commit details
-
Copy full SHA for cab066f - Browse repository at this point
Copy the full SHA cab066fView commit details -
Configuration menu - View commit details
-
Copy full SHA for a0462a9 - Browse repository at this point
Copy the full SHA a0462a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 145b771 - Browse repository at this point
Copy the full SHA 145b771View commit details
Commits on Dec 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 07aea7f - Browse repository at this point
Copy the full SHA 07aea7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 56073a5 - Browse repository at this point
Copy the full SHA 56073a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 32aae1e - Browse repository at this point
Copy the full SHA 32aae1eView commit details
Commits on Jan 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7e3c76b - Browse repository at this point
Copy the full SHA 7e3c76bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f8fd2c1 - Browse repository at this point
Copy the full SHA f8fd2c1View commit details -
Implement Chat Endpoints (#1288)
* Implement Initial Chat functionalities (Creating and Fetching) as well as Reactions and other functionalities mentioned in Issue 91 (gocast-mobile) ' * add cooldown period for duplicate messages by same user * better error messages for invalid chat operations * make updates of reactions atomic * fix reply mechanism to only fetch top level chats and disallow n deep recursive replies * code cleanup and minor fixes * add tumlive to gitignore * fix edge cases mentioned in code review * Update go.work according to PR Review * Update go.mod according to PR Review
Configuration menu - View commit details
-
Copy full SHA for fb1afe0 - Browse repository at this point
Copy the full SHA fb1afe0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1439db8 - Browse repository at this point
Copy the full SHA 1439db8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c1ef68 - Browse repository at this point
Copy the full SHA 0c1ef68View commit details -
Configuration menu - View commit details
-
Copy full SHA for 753f2bb - Browse repository at this point
Copy the full SHA 753f2bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for f99151f - Browse repository at this point
Copy the full SHA f99151fView commit details -
Configuration menu - View commit details
-
Copy full SHA for be8f4e7 - Browse repository at this point
Copy the full SHA be8f4e7View commit details
Commits on Jan 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e9bb083 - Browse repository at this point
Copy the full SHA e9bb083View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7847557 - Browse repository at this point
Copy the full SHA 7847557View commit details -
Configuration menu - View commit details
-
Copy full SHA for f5fd97a - Browse repository at this point
Copy the full SHA f5fd97aView commit details
Commits on Jan 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cf16fe2 - Browse repository at this point
Copy the full SHA cf16fe2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4bea99a - Browse repository at this point
Copy the full SHA 4bea99aView commit details -
I praktikum 150 test courses (#1313)
* Add basic tests for course gRPC endpoints * Add basic tests for gRPC notification endpoints * Fix testdb * Handle edge cases in stream and course endpoints * Implement basic tests for gRPC stream endpoints * Fix notification target bug * Fix public courses visibility bug * Run gofumpt -l -w ./api_v2 * Fix setup * fix settings enum indexing, 3 months name change cooldown and validation for empty names * add settings, bookmarks, pinned and user tests * Fix typo in user tests * Disable api_v2 tests --------- Co-authored-by: Moritz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 29acb9d - Browse repository at this point
Copy the full SHA 29acb9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9284b13 - Browse repository at this point
Copy the full SHA 9284b13View commit details -
Configuration menu - View commit details
-
Copy full SHA for 54b5c36 - Browse repository at this point
Copy the full SHA 54b5c36View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4773436 - Browse repository at this point
Copy the full SHA 4773436View commit details -
Configuration menu - View commit details
-
Copy full SHA for 80ba07b - Browse repository at this point
Copy the full SHA 80ba07bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 89ef8c8 - Browse repository at this point
Copy the full SHA 89ef8c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c4e4b0 - Browse repository at this point
Copy the full SHA 0c4e4b0View commit details
Commits on Jan 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1efd079 - Browse repository at this point
Copy the full SHA 1efd079View commit details
Commits on Jan 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5f035a4 - Browse repository at this point
Copy the full SHA 5f035a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2bfccdd - Browse repository at this point
Copy the full SHA 2bfccddView commit details
Commits on Jan 27, 2024
-
Update user vote in getPolls endpoint and updated response and reques…
…t types to be consistent
Configuration menu - View commit details
-
Copy full SHA for bfabdab - Browse repository at this point
Copy the full SHA bfabdabView commit details -
Configuration menu - View commit details
-
Copy full SHA for 15586eb - Browse repository at this point
Copy the full SHA 15586ebView commit details