lemmy/crates/api/src/local_user
SleeplessOne1917 cf1c32d2ab
Enable animated avatars setting (#4040)
* feat: Add user setting for toggling avatar gif animations

* Add forgotten post listing mode option to settings form

* Fix compilation error

* Fix formatting

* Change name of column to be more general purpose

* Fix sql format.

* Fix comments

* Running format.

---------

Co-authored-by: Dessalines <tyhou13@gmx.com>
Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
2023-10-17 10:52:34 -04:00
..
notifications Remove explicit auth params (#3946) 2023-09-21 06:42:28 -04:00
add_admin.rs Remove explicit auth params (#3946) 2023-09-21 06:42:28 -04:00
ban_person.rs Only sanitize strings when generating RSS feeds and emails (fixes #4003) (#4024) 2023-10-11 16:48:19 +02:00
block.rs Remove explicit auth params (#3946) 2023-09-21 06:42:28 -04:00
change_password.rs Add db table for login tokens which allows for invalidation (#3818) 2023-10-09 12:46:12 +02:00
change_password_after_reset.rs Remove empty API responses (#3993) 2023-10-16 12:36:53 -04:00
generate_totp_secret.rs Rework the way 2FA is enabled/disabled (fixes #3309) (#3959) 2023-09-20 10:49:54 -04:00
get_captcha.rs Get rid of remaining Perform/SendActivity traits (fixes #3670) (#3926) 2023-09-05 05:33:46 -04:00
list_banned.rs Remove explicit auth params (#3946) 2023-09-21 06:42:28 -04:00
list_logins.rs Add db table for login tokens which allows for invalidation (#3818) 2023-10-09 12:46:12 +02:00
login.rs Cleanup checks for community actions (fixes #2858, fixes #2868) (#4028) 2023-10-13 09:48:18 -04:00
logout.rs Add db table for login tokens which allows for invalidation (#3818) 2023-10-09 12:46:12 +02:00
mod.rs Add db table for login tokens which allows for invalidation (#3818) 2023-10-09 12:46:12 +02:00
report_count.rs Cleanup checks for community actions (fixes #2858, fixes #2868) (#4028) 2023-10-13 09:48:18 -04:00
reset_password.rs Remove empty API responses (#3993) 2023-10-16 12:36:53 -04:00
save_settings.rs Enable animated avatars setting (#4040) 2023-10-17 10:52:34 -04:00
update_totp.rs Rework the way 2FA is enabled/disabled (fixes #3309) (#3959) 2023-09-20 10:49:54 -04:00
verify_email.rs Remove empty API responses (#3993) 2023-10-16 12:36:53 -04:00