You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
10 months ago
..
api_routes_http.rs Sitemap (#3808) 10 months ago
code_migrations.rs Move admin flag from person to local_user (fixes #3060) (#3403) 10 months ago
lib.rs Fix process shutdown (#3673) 11 months ago
main.rs Remove `actix_rt` & use standard tokio spawn (#3158) 12 months ago
prometheus_metrics.rs Cache & Optimize Woodpecker CI (#3450) 11 months ago
root_span_builder.rs Fixing `.drone.yml` (#2677) 1 year ago
scheduled_tasks.rs fix: add client connect timeout to scheduled task (#3883) 10 months ago
telemetry.rs Extract Activitypub logic into separate library (#2288) 2 years ago