lemmy/src
Nutomic 6047257bfc
Move admin flag from person to local_user (fixes #3060) (#3403)
* Move admin flag from person to local_user (fixes #3060)

The person table is for federated data, but admin flag can only
apply to local users. Thats why it really belongs in the local_user
table. This will also prevent the federation code from accidentally
overwriting the admin flag

* fmt

* try to fix api tests

* lint

* fix person view

* ci

* ci

---------

Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
2023-08-24 05:40:08 -04:00
..
api_routes_http.rs Sitemap (#3808) 2023-08-22 10:30:15 -04:00
code_migrations.rs Move admin flag from person to local_user (fixes #3060) (#3403) 2023-08-24 05:40:08 -04:00
lib.rs Fix process shutdown (#3673) 2023-07-20 11:36:48 -04:00
main.rs Remove actix_rt & use standard tokio spawn (#3158) 2023-06-26 10:45:22 +02:00
prometheus_metrics.rs Cache & Optimize Woodpecker CI (#3450) 2023-07-17 11:04:14 -04:00
root_span_builder.rs Fixing .drone.yml (#2677) 2023-01-30 14:17:24 -05:00
scheduled_tasks.rs fix: add client connect timeout to scheduled task (#3883) 2023-08-21 10:53:35 +02:00
telemetry.rs Extract Activitypub logic into separate library (#2288) 2022-06-02 16:33:41 +02:00