* 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>
* Adding a post title only filter to the search page.
- Also fixing restore data on unban.
- Accounting for newly removed block views.
* Only show post title button for All and Post searches.
* Addressing PR comments.
* Fix tribute
* Group modals into common directory
* Make display modal
* Make registration applications viewable
* Remove potential crash
* Add translations
* Updating translations.
* Adding a link to view all a user's moderation history from an item.
- Also making moderation history strings more detailed.
* Fix.
* Adding admin view moderation history to profile page.
* Adding a torrent help message.
* Updating translations.
* Updating translations.
* Updating translations.
* Adding a link to view all a user's moderation history from an item.
- Also making moderation history strings more detailed.
* Fix.
* Adding admin view moderation history to profile page.
* Adding admin view moderation history to profile page.
* Remove trending communities card from home.
- This proved after time to be pointless. I thought about keeping the
create and explore communities buttons, but these are already in the
navbar, and so just take up more pointless space.
- Fixes#2027
- Fixes#2007
* Forgot to remove trending loading skeleton.
* Prevent broken logo from crashing site
* Cache icons in memory to make site less vulnerable to DOS attacks
* Swap try and if blocks for apple touch icon
Browsers without size property for URLSearchParams always returned an
empty string.
Co-authored-by: SleeplessOne1917 <28871516+SleeplessOne1917@users.noreply.github.com>