lemmy/crates/api/src/community
Nutomic 5e7b30ac6a
Reorganize api endpoints (fixes #2022) (#5216)
* Reorganize api endpoints (fixes #2022)

* scopes

* move message rate limit

* move rate limit

* apply suggestions

* move my_user to separate endpoint

* remove taglines and custom emojis from siteview

* routes for api v3 and v4

* remove new features from api v3

* js client

* replace occurences of `v3`, fix routes

* replace getSite().my_user with getMyUser()

* update

* update config

* remove web::

* update

* prettier

* lockfile

* v

* fix settings

* move block endpoints

* more changes

* fmt

* update

* change some routes

* lockfile

* Add comment about deprecation
2024-12-07 14:06:33 -07:00
..
pending_follows Implement private communities (#5076) 2024-11-07 05:49:05 -05:00
add_mod.rs Instance blocks with mod log entry and expiration (fixes #2506) (#5214) 2024-11-28 18:21:43 -05:00
ban.rs Instance blocks with mod log entry and expiration (fixes #2506) (#5214) 2024-11-28 18:21:43 -05:00
block.rs Reorganize api endpoints (fixes #2022) (#5216) 2024-12-07 14:06:33 -07:00
follow.rs Implement private communities (#5076) 2024-11-07 05:49:05 -05:00
hide.rs Instance blocks with mod log entry and expiration (fixes #2506) (#5214) 2024-11-28 18:21:43 -05:00
mod.rs Implement private communities (#5076) 2024-11-07 05:49:05 -05:00
random.rs Adding a get_random_community endpoint. (#5042) 2024-10-02 09:10:41 -04:00
transfer.rs Instance blocks with mod log entry and expiration (fixes #2506) (#5214) 2024-11-28 18:21:43 -05:00