gotosocial/internal/processing/account
tobi c27b4d7ed0
[feature] Client API endpoints + v. basic web view for pinned posts (#1547)
* implement status pin client api + web handler

* make test names + comments more descriptive

* don't use separate table for status pins

* remove unused add + remove checking

* tidy up + add some more tests
2023-02-25 12:16:30 +00:00
..
account.go [chore] Deinterface processor and subprocessors (#1501) 2023-02-22 16:05:26 +01:00
account_test.go [chore] Update/add license headers for 2023 (#1304) 2023-01-05 12:43:00 +01:00
block.go [chore] Deinterface processor and subprocessors (#1501) 2023-02-22 16:05:26 +01:00
bookmarks.go [bugfix] Fix deleted status causing issues when getting bookmark (#1551) 2023-02-23 22:11:10 +00:00
create.go [chore] Deinterface processor and subprocessors (#1501) 2023-02-22 16:05:26 +01:00
delete.go [feature] Client API endpoints + v. basic web view for pinned posts (#1547) 2023-02-25 12:16:30 +00:00
follow.go [chore] Deinterface processor and subprocessors (#1501) 2023-02-22 16:05:26 +01:00
get.go [chore] Deinterface processor and subprocessors (#1501) 2023-02-22 16:05:26 +01:00
relationships.go [chore] Deinterface processor and subprocessors (#1501) 2023-02-22 16:05:26 +01:00
rss.go [chore] Deinterface processor and subprocessors (#1501) 2023-02-22 16:05:26 +01:00
rss_test.go [chore] Deinterface processor and subprocessors (#1501) 2023-02-22 16:05:26 +01:00
statuses.go [feature] Client API endpoints + v. basic web view for pinned posts (#1547) 2023-02-25 12:16:30 +00:00
update.go [chore] Deinterface processor and subprocessors (#1501) 2023-02-22 16:05:26 +01:00
update_test.go [chore] Text formatting overhaul (#1406) 2023-02-03 11:58:58 +01:00