This website requires JavaScript.
Explore
Help
Sign in
LemmyNet
/
lemmy
Watch
2
Star
0
Fork
You've already forked lemmy
0
mirror of
https://github.com/LemmyNet/lemmy.git
synced
2024-11-20 11:21:17 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
a1a9c3e4c0
lemmy
/
crates
/
api
/
src
/
site
/
mod.rs
6 lines
97 B
Rust
Raw
Normal View
History
Unescape
Escape
Separate federated_instances into its own endpoint. Fixes #1931 (#2813)
2023-04-16 21:00:31 +00:00
mod
federated_instances
;
Split apart api files (#2216)
2022-04-13 18:12:25 +00:00
mod
leave_admin
;
mod
mod_log
;
Adding admin purging of DB items and pictures. #904 #1331 (#1809) * First pass at adding admin purge. #904 #1331 * Breaking out purge into 4 tables for the 4 purgeable types. * Using CommunitySafe instead in view * Fix db_schema features flags. * Attempting to pass API key. * Adding pictrs image purging - Added pictrs_config block, for API_KEY - Clear out image columns after purging * Remove the remove_images field from a few of the purge API calls. * Fix some suggestions by @nutomic. * Add separate pictrs reqwest client. * Update defaults.hjson Co-authored-by: Nutomic <me@nutomic.com>
2022-06-13 19:15:04 +00:00
mod
purge
;
Split apart api files (#2216)
2022-04-13 18:12:25 +00:00
mod
registration_applications
;
Reference in a new issue
Copy permalink