* OIDC SSO Support
Co-authored-by: Anthony Lawn <thepaperpilot@gmail.com>
* improvements based on review feedback
* Get started with modal
* Make list for providers
* Plug in providers list
* Create or edit provider modal tweaks
* Provider delete modal
* Fix delete modal
* Add add oauth provider buttons
* Hookup some functions
* Add edit oauth
* Some bug fixes
* Delete old OAuth form
* Tweak login page oauth UI
* pnpm version bump
* Use approach other than modal for login screen SSO providers
* Accomodate translation with key different than error type
* Incorporate translations
* Update src/shared/components/home/oauth/oauth-provider-list-item.tsx
Co-authored-by: privacyguard <92675882+privacyguard@users.noreply.github.com>
---------
Co-authored-by: privacyguard <privacyguard@users.noreply.github.com>
Co-authored-by: Anthony Lawn <thepaperpilot@gmail.com>
Co-authored-by: privacyguard <92675882+privacyguard@users.noreply.github.com>
* Post scheduling
Adds simple input for scheduling a post x minutes in the future.
Do you want to pull in a date picker library for this?
See https://github.com/LemmyNet/lemmy/pull/5025
* lint
* add date picker
* Adding i18n, and fixing some fields (#2694)
* fix edits
* cleanup
---------
Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
* Fixing titleOnly, PostSort, and CommentSort.
* SortType, Tagline, Emojis (#2718)
* PostSortType
* Hide post sort types in comment view
* Tagline
* CustomEmoji
* Update lemmy-js-client to 0.20.0-alpha.17
* Prompt before leaving unsaved forms
* Add cancel buttons, only create taglines when saving
* Cleanup SortSelect
* Use markdown url for custom emojis
This prevent SSR and CSR from rendering different images after changing
the image of an emoji, already posted emojis will keep showing the old
image. This will also display the same image on different instances that
have overlapping custom emojis.
* Cleanup EmojisForm sorting
* Use existing CommentSortSelect
* Simpler sort type conversion
---------
Co-authored-by: matc-pub <161147791+matc-pub@users.noreply.github.com>