GoToSocial/internal/cache
tobi 4cd00d546c
[feature] Allow newly uploaded emojis to be placed in categories (#939)
* [feature] Add emoji categories GET
Serialize emojis in appropriate categories; make it possible to get categories via the admin API

* [feature] Create (or use existing) category for new emoji uploads

* fix lint issue

* update misleading line in swagger docs
2022-11-14 22:47:27 +00:00
..
account.go [feature] Add opt-in RSS feed for account's latest Public posts (#897) 2022-10-08 14:00:39 +02:00
account_test.go [performance] cache account db lookups by public key URI (#795) 2022-09-02 11:58:42 +02:00
domain.go [performance] cache recently allowed/denied domains to cut down on db calls (#794) 2022-09-02 12:17:46 +02:00
emoji.go [feature] Refetch emojis when they change on remote instances (#905) 2022-10-13 15:16:24 +02:00
emojicategory.go [feature] Allow newly uploaded emojis to be placed in categories (#939) 2022-11-14 22:47:27 +00:00
status.go [chore] Tidy up status deletion, remove from cache too (#845) 2022-09-21 19:55:52 +02:00
status_test.go [performance] cache account db lookups by public key URI (#795) 2022-09-02 11:58:42 +02:00
user.go [performance] add user cache and database (#879) 2022-10-03 10:46:11 +02:00
util.go [chore] Update bun / sqlite versions; update gtsmodels (#754) 2022-08-15 11:35:05 +01:00