-
Notifications
You must be signed in to change notification settings - Fork 0
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
Fixed overlapping content #37
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
OskarWiedeweg
added a commit
that referenced
this pull request
Jan 9, 2024
* Be/feed (#27) * fix: link author to post * feat: create post * feat: add owns post security expression * feat: add delete post endpoint * fix: handle anonymous auth in expression root * fix: access denied exception * fix: add update post endpoint * Better error messages (#3) * fix: include error messages for validation in response * fix: better error messages * Update Frontend URL in Readme (#4) doc: new url for readme * Fix 2FA (#5) fix: allow re setup, when not completed * added 2FA frontend (#6) * added 2FA frontend * added setting status --------- Co-authored-by: Jannis Cloodt <[email protected]> * fe/twoFA (#8) * added 2FA frontend * added setting status --------- Co-authored-by: Jannis Cloodt <[email protected]> Co-authored-by: Oskar Wiedeweg <[email protected]> * Fe/two fa (#12) * added 2FA frontend * added setting status * 2FA-Confirm Page --------- Co-authored-by: Jannis Cloodt <[email protected]> Co-authored-by: janniscloodt <[email protected]> * Svelte Components (#11) * feat: add navigation component * feat: fix type errors on root layout * feat: add input component * Regex Fix for Registration (#7) fix: regex fix for username and password in registration * Disable 2FA Functionality (#10) feat: add disable 2fa functionality * Add preview and image to posts (#9) * feat: add preview and image to posts * feat: add new fields to dto * Homepage (#13) * be/Feed (#26) * fix: link author to post * feat: create post * feat: add owns post security expression * feat: add delete post endpoint * fix: handle anonymous auth in expression root * fix: access denied exception * fix: add update post endpoint * Be/feed (#27) * fix: link author to post * feat: create post * feat: add owns post security expression * feat: add delete post endpoint * fix: handle anonymous auth in expression root * fix: access denied exception * fix: add update post endpoint * be/ReadMe (#28) * fix: remove jpa stuff from configuration * doc: Add backend README.md * ButtonDone Component * Error handling in register Form * updated Homepage --------- Co-authored-by: Oskar Wiedeweg <[email protected]> Co-authored-by: Jannis Cloodt <[email protected]> * be/SSOLogin (#14) * feat: add sso * feat: add sso frontend * feat: refactor sso service * feat: add github sso provider * feat: add github sso in frontend * fix: expose verify and get method on sso providers * feat: add configure sso functionality * feat: refactor sso in backend * feat: add configure sso in frontend * feat: add remove sso provider functionality * feat: add user service test * feat: add feed service test * fix: feed service test fix * 2FA Disable FE (#16) * be/Feed (#26) * fix: link author to post * feat: create post * feat: add owns post security expression * feat: add delete post endpoint * fix: handle anonymous auth in expression root * fix: access denied exception * fix: add update post endpoint * Be/feed (#27) * fix: link author to post * feat: create post * feat: add owns post security expression * feat: add delete post endpoint * fix: handle anonymous auth in expression root * fix: access denied exception * fix: add update post endpoint * be/ReadMe (#28) * fix: remove jpa stuff from configuration * doc: Add backend README.md * ButtonDone Component * Error handling in register Form * updated Homepage * updated Alert * Blog hover effect * added Modal to disable 2fa * Be/feed (#27) * fix: link author to post * feat: create post * feat: add owns post security expression * feat: add delete post endpoint * fix: handle anonymous auth in expression root * fix: access denied exception * fix: add update post endpoint * ButtonDone Component * Error handling in register Form * updated Homepage * updated Alert * Blog hover effect * added Modal to disable 2fa * modal * disable 2fa works * disable 2fa works v2 --------- Co-authored-by: Oskar Wiedeweg <[email protected]> Co-authored-by: Jannis Cloodt <[email protected]> * showBlogPage (#18) * be/Feed (#26) * fix: link author to post * feat: create post * feat: add owns post security expression * feat: add delete post endpoint * fix: handle anonymous auth in expression root * fix: access denied exception * fix: add update post endpoint * Be/feed (#27) * fix: link author to post * feat: create post * feat: add owns post security expression * feat: add delete post endpoint * fix: handle anonymous auth in expression root * fix: access denied exception * fix: add update post endpoint * be/ReadMe (#28) * fix: remove jpa stuff from configuration * doc: Add backend README.md * ButtonDone Component * Error handling in register Form * updated Homepage * updated Alert * Blog hover effect * added Modal to disable 2fa * Be/feed (#27) * fix: link author to post * feat: create post * feat: add owns post security expression * feat: add delete post endpoint * fix: handle anonymous auth in expression root * fix: access denied exception * fix: add update post endpoint * ButtonDone Component * Error handling in register Form * updated Homepage * updated Alert * Blog hover effect * added Modal to disable 2fa * modal * disable 2fa works * disable 2fa works v2 * added page to show the selected Blog * updatd styling * Apply suggestions from code review Co-authored-by: Ngo <[email protected]> * Update frontend/src/routes/blogs/+page.svelte Co-authored-by: Oskar Wiedeweg <[email protected]> --------- Co-authored-by: Oskar Wiedeweg <[email protected]> Co-authored-by: Jannis Cloodt <[email protected]> Co-authored-by: Ngo <[email protected]> * BlogPage Alert Update (#15) * be/Feed (#26) * fix: link author to post * feat: create post * feat: add owns post security expression * feat: add delete post endpoint * fix: handle anonymous auth in expression root * fix: access denied exception * fix: add update post endpoint * Be/feed (#27) * fix: link author to post * feat: create post * feat: add owns post security expression * feat: add delete post endpoint * fix: handle anonymous auth in expression root * fix: access denied exception * fix: add update post endpoint * be/ReadMe (#28) * fix: remove jpa stuff from configuration * doc: Add backend README.md * ButtonDone Component * Error handling in register Form * updated Homepage * updated Alert * Blog hover effect --------- Co-authored-by: Oskar Wiedeweg <[email protected]> Co-authored-by: Jannis Cloodt <[email protected]> * fix: some stuff * fix: remove description character descriptions * blogEndpoint (#20) * be/Feed (#26) * fix: link author to post * feat: create post * feat: add owns post security expression * feat: add delete post endpoint * fix: handle anonymous auth in expression root * fix: access denied exception * fix: add update post endpoint * Be/feed (#27) * fix: link author to post * feat: create post * feat: add owns post security expression * feat: add delete post endpoint * fix: handle anonymous auth in expression root * fix: access denied exception * fix: add update post endpoint * be/ReadMe (#28) * fix: remove jpa stuff from configuration * doc: Add backend README.md * ButtonDone Component * Error handling in register Form * updated Homepage * updated Alert * Blog hover effect * added Modal to disable 2fa * Be/feed (#27) * fix: link author to post * feat: create post * feat: add owns post security expression * feat: add delete post endpoint * fix: handle anonymous auth in expression root * fix: access denied exception * fix: add update post endpoint * ButtonDone Component * Error handling in register Form * updated Homepage * updated Alert * Blog hover effect * added Modal to disable 2fa * modal * disable 2fa works * disable 2fa works v2 * added page to show the selected Blog * updatd styling * Alert componet custom color * created endpoint to get Feed by ID --------- Co-authored-by: Oskar Wiedeweg <[email protected]> Co-authored-by: Jannis Cloodt <[email protected]> * Quill Editor (#23) feat: add quill editor * ChangeBlogState (#25) * be/Feed (#26) * fix: link author to post * feat: create post * feat: add owns post security expression * feat: add delete post endpoint * fix: handle anonymous auth in expression root * fix: access denied exception * fix: add update post endpoint * Be/feed (#27) * fix: link author to post * feat: create post * feat: add owns post security expression * feat: add delete post endpoint * fix: handle anonymous auth in expression root * fix: access denied exception * fix: add update post endpoint * be/ReadMe (#28) * fix: remove jpa stuff from configuration * doc: Add backend README.md * ButtonDone Component * Error handling in register Form * updated Homepage * updated Alert * Blog hover effect * added Modal to disable 2fa * Be/feed (#27) * fix: link author to post * feat: create post * feat: add owns post security expression * feat: add delete post endpoint * fix: handle anonymous auth in expression root * fix: access denied exception * fix: add update post endpoint * ButtonDone Component * Error handling in register Form * updated Homepage * updated Alert * Blog hover effect * added Modal to disable 2fa * modal * disable 2fa works * disable 2fa works v2 * added page to show the selected Blog * updatd styling * Alert componet custom color * created endpoint to get Feed by ID * added page to manage own blogs * Be/feed (#27) * fix: link author to post * feat: create post * feat: add owns post security expression * feat: add delete post endpoint * fix: handle anonymous auth in expression root * fix: access denied exception * fix: add update post endpoint * Error handling in register Form * updated Homepage * updated Alert * added Modal to disable 2fa * Be/feed (#27) * fix: link author to post * feat: create post * feat: add owns post security expression * feat: add delete post endpoint * fix: handle anonymous auth in expression root * fix: access denied exception * fix: add update post endpoint * Error handling in register Form * updated Homepage * Alert componet custom color * added page to manage own blogs * MyBlogs shows blogs * MyBlogs delete blogs * editFeed done * Be/feed (#27) * fix: link author to post * feat: create post * feat: add owns post security expression * feat: add delete post endpoint * fix: handle anonymous auth in expression root * fix: access denied exception * fix: add update post endpoint * Error handling in register Form * updated Homepage * updated Alert * added Modal to disable 2fa * Be/feed (#27) * fix: link author to post * feat: create post * feat: add owns post security expression * feat: add delete post endpoint * fix: handle anonymous auth in expression root * fix: access denied exception * fix: add update post endpoint * Error handling in register Form * updated Homepage * Alert componet custom color * added page to manage own blogs * Be/feed (#27) * fix: link author to post * feat: create post * feat: add owns post security expression * feat: add delete post endpoint * fix: handle anonymous auth in expression root * fix: access denied exception * fix: add update post endpoint * ButtonDone Component * Error handling in register Form * updated Homepage * Be/feed (#27) * fix: link author to post * feat: create post * feat: add owns post security expression * feat: add delete post endpoint * fix: handle anonymous auth in expression root * fix: access denied exception * fix: add update post endpoint * Alert componet custom color * created endpoint to get Feed by ID * added page to manage own blogs * MyBlogs shows blogs * MyBlogs delete blogs * editFeed done * Fixed Test --------- Co-authored-by: Oskar Wiedeweg <[email protected]> Co-authored-by: Jannis Cloodt <[email protected]> * MyBlogs (#22) * be/Feed (#26) * fix: link author to post * feat: create post * feat: add owns post security expression * feat: add delete post endpoint * fix: handle anonymous auth in expression root * fix: access denied exception * fix: add update post endpoint * Be/feed (#27) * fix: link author to post * feat: create post * feat: add owns post security expression * feat: add delete post endpoint * fix: handle anonymous auth in expression root * fix: access denied exception * fix: add update post endpoint * be/ReadMe (#28) * fix: remove jpa stuff from configuration * doc: Add backend README.md * ButtonDone Component * Error handling in register Form * updated Homepage * updated Alert * Blog hover effect * added Modal to disable 2fa * Be/feed (#27) * fix: link author to post * feat: create post * feat: add owns post security expression * feat: add delete post endpoint * fix: handle anonymous auth in expression root * fix: access denied exception * fix: add update post endpoint * ButtonDone Component * Error handling in register Form * updated Homepage * updated Alert * Blog hover effect * added Modal to disable 2fa * modal * disable 2fa works * disable 2fa works v2 * added page to show the selected Blog * updatd styling * Alert componet custom color * created endpoint to get Feed by ID * added page to manage own blogs * Be/feed (#27) * fix: link author to post * feat: create post * feat: add owns post security expression * feat: add delete post endpoint * fix: handle anonymous auth in expression root * fix: access denied exception * fix: add update post endpoint * Error handling in register Form * updated Homepage * updated Alert * added Modal to disable 2fa * Be/feed (#27) * fix: link author to post * feat: create post * feat: add owns post security expression * feat: add delete post endpoint * fix: handle anonymous auth in expression root * fix: access denied exception * fix: add update post endpoint * Error handling in register Form * updated Homepage * Alert componet custom color * added page to manage own blogs * MyBlogs shows blogs * MyBlogs delete blogs * Fixed Test --------- Co-authored-by: Oskar Wiedeweg <[email protected]> Co-authored-by: Jannis Cloodt <[email protected]> * editFeed (#24) * be/Feed (#26) * fix: link author to post * feat: create post * feat: add owns post security expression * feat: add delete post endpoint * fix: handle anonymous auth in expression root * fix: access denied exception * fix: add update post endpoint * Be/feed (#27) * fix: link author to post * feat: create post * feat: add owns post security expression * feat: add delete post endpoint * fix: handle anonymous auth in expression root * fix: access denied exception * fix: add update post endpoint * be/ReadMe (#28) * fix: remove jpa stuff from configuration * doc: Add backend README.md * ButtonDone Component * Error handling in register Form * updated Homepage * updated Alert * Blog hover effect * added Modal to disable 2fa * Be/feed (#27) * fix: link author to post * feat: create post * feat: add owns post security expression * feat: add delete post endpoint * fix: handle anonymous auth in expression root * fix: access denied exception * fix: add update post endpoint * ButtonDone Component * Error handling in register Form * updated Homepage * updated Alert * Blog hover effect * added Modal to disable 2fa * modal * disable 2fa works * disable 2fa works v2 * added page to show the selected Blog * updatd styling * Alert componet custom color * created endpoint to get Feed by ID * added page to manage own blogs * Be/feed (#27) * fix: link author to post * feat: create post * feat: add owns post security expression * feat: add delete post endpoint * fix: handle anonymous auth in expression root * fix: access denied exception * fix: add update post endpoint * Error handling in register Form * updated Homepage * updated Alert * added Modal to disable 2fa * Be/feed (#27) * fix: link author to post * feat: create post * feat: add owns post security expression * feat: add delete post endpoint * fix: handle anonymous auth in expression root * fix: access denied exception * fix: add update post endpoint * Error handling in register Form * updated Homepage * Alert componet custom color * added page to manage own blogs * MyBlogs shows blogs * MyBlogs delete blogs * editFeed done * Be/feed (#27) * fix: link author to post * feat: create post * feat: add owns post security expression * feat: add delete post endpoint * fix: handle anonymous auth in expression root * fix: access denied exception * fix: add update post endpoint * Error handling in register Form * updated Homepage * updated Alert * added Modal to disable 2fa * Be/feed (#27) * fix: link author to post * feat: create post * feat: add owns post security expression * feat: add delete post endpoint * fix: handle anonymous auth in expression root * fix: access denied exception * fix: add update post endpoint * Error handling in register Form * updated Homepage * Alert componet custom color * added page to manage own blogs * Be/feed (#27) * fix: link author to post * feat: create post * feat: add owns post security expression * feat: add delete post endpoint * fix: handle anonymous auth in expression root * fix: access denied exception * fix: add update post endpoint * ButtonDone Component * Error handling in register Form * updated Homepage * Be/feed (#27) * fix: link author to post * feat: create post * feat: add owns post security expression * feat: add delete post endpoint * fix: handle anonymous auth in expression root * fix: access denied exception * fix: add update post endpoint * Alert componet custom color * created endpoint to get Feed by ID * added page to manage own blogs * MyBlogs shows blogs * MyBlogs delete blogs * editFeed done * Fixed Test --------- Co-authored-by: Oskar Wiedeweg <[email protected]> Co-authored-by: Jannis Cloodt <[email protected]> * added endpoint to change feed status (#26) * added endpoint to change feed status * Fixed be changePostState Service --------- Co-authored-by: Jannis Cloodt <[email protected]> Co-authored-by: Oskar Wiedeweg <[email protected]> * Notifications (#27) * feat: add notifications to backend * feat: add notifications to frontend * feat: add notifications info to frontend * Change to Public/Draft in FE (#28) * Change to Public/Draft in FE * Change to Public/Draft in FE * Edit your own feed on BlogPage * Added Comment Section FE BlogPage * error on settings Page * added comment Table --------- Co-authored-by: Jannis Cloodt <[email protected]> * Profile (#30) * feat: add bio to user schema * feat: add get user post to feed service * feat: add profile endpoint * feat: add follower schema * feat: add follow/unfollow * feat: add follower and posts stats to profile * feat: add edit bio functionality * feat: add following bool * feat: add profile to frontend * feat: change schema version * feat: send notification on follow * be/commentToPost (#29) * added be to post Comments * updated BE to post Comments * error fix --------- Co-authored-by: Jannis Cloodt <[email protected]> * Fixed wrong Message after updating a Blog (#38) Co-authored-by: Jannis Cloodt <[email protected]> Co-authored-by: Oskar Wiedeweg <[email protected]> * Fixed overlapping content (#37) Co-authored-by: Jannis Cloodt <[email protected]> --------- Co-authored-by: janniscloodt <[email protected]> Co-authored-by: Jannis Cloodt <[email protected]> Co-authored-by: Ngo <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.