lemmy/crates/api/src
privacyguard b26aaac523
SSO Support (#4881)
* Added OAUTH2 OIDC support

* Fixes and improvements based on review feedback

* use derive_new::new instead of TypedBuilder

* merge migrations into a single file

* fixes based on review feedback

* remove unnecessary hostname_ui config

* improvement based on review feedback

* improvements based on review feedback

* delete user oauth accounts at account deletion

* fixes and improvements based on review feedback

* removed auto_approve_application

* support registration application with sso

* improvements based on review feedback

* making the TokenResponse an internal struct as it should be

* remove duplicate struct

* prevent oauth linking to unverified accounts

* switched to manually entered username and removed the oauth name claim

* fix cargo fmt

* fix compile error

* improvements based on review feedback

* fixes and improvements based on review feedback

---------

Co-authored-by: privacyguard <privacyguard@users.noreply.github.com>
2024-09-18 14:52:33 +02:00
..
comment Fixing not being able to create comments on local community posts. (#4854) 2024-07-07 12:28:42 -04:00
comment_report Fixing not being able to create comments on local community posts. (#4854) 2024-07-07 12:28:42 -04:00
community Adding checks for higher admin and mod. (#4860) 2024-07-16 12:22:47 +02:00
local_user SSO Support (#4881) 2024-09-18 14:52:33 +02:00
post Make site metadata fetch endpoint require auth. (#4968) 2024-08-13 16:53:05 -04:00
post_report Make all single-fetch database calls return an Option. (#4617) 2024-04-16 14:48:15 +02:00
private_message Make all single-fetch database calls return an Option. (#4617) 2024-04-16 14:48:15 +02:00
private_message_report Make all single-fetch database calls return an Option. (#4617) 2024-04-16 14:48:15 +02:00
site SSO Support (#4881) 2024-09-18 14:52:33 +02:00
lib.rs Replace wav with hound (#4788) 2024-06-07 10:27:49 -04:00
sitemap.rs Fixing some clippy and woodpecker lints. (#4565) 2024-03-26 10:17:42 +01:00