GoToSocial/internal/processing
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 [feature] Client API endpoints + v. basic web view for pinned posts (#1547) 2023-02-25 12:16:30 +00:00
admin [chore] Deinterface processor and subprocessors (#1501) 2023-02-22 16:05:26 +01:00
fedi [feature] Client API endpoints + v. basic web view for pinned posts (#1547) 2023-02-25 12:16:30 +00:00
media [chore] Deinterface processor and subprocessors (#1501) 2023-02-22 16:05:26 +01:00
report [chore] Deinterface processor and subprocessors (#1501) 2023-02-22 16:05:26 +01:00
status [feature] Client API endpoints + v. basic web view for pinned posts (#1547) 2023-02-25 12:16:30 +00:00
stream [chore] Deinterface processor and subprocessors (#1501) 2023-02-22 16:05:26 +01:00
user [chore] Deinterface processor and subprocessors (#1501) 2023-02-22 16:05:26 +01:00
account_test.go [chore] Deinterface processor and subprocessors (#1501) 2023-02-22 16:05:26 +01:00
app.go [chore] Deinterface processor and subprocessors (#1501) 2023-02-22 16:05:26 +01:00
blocks.go [chore] Deinterface processor and subprocessors (#1501) 2023-02-22 16:05:26 +01:00
followrequest.go [chore] Deinterface processor and subprocessors (#1501) 2023-02-22 16:05:26 +01:00
followrequest_test.go [chore] Update/add license headers for 2023 (#1304) 2023-01-05 12:43:00 +01:00
fromclientapi.go [chore] Deinterface processor and subprocessors (#1501) 2023-02-22 16:05:26 +01:00
fromclientapi_test.go [feature] Client API endpoints + v. basic web view for pinned posts (#1547) 2023-02-25 12:16:30 +00:00
fromcommon.go [bugfix] Fix deleted status causing issues when getting bookmark (#1551) 2023-02-23 22:11:10 +00:00
fromfederator.go [chore] Deinterface processor and subprocessors (#1501) 2023-02-22 16:05:26 +01:00
fromfederator_test.go [feature] Client API endpoints + v. basic web view for pinned posts (#1547) 2023-02-25 12:16:30 +00:00
instance.go [chore] Deinterface processor and subprocessors (#1501) 2023-02-22 16:05:26 +01:00
notification.go [chore] Deinterface processor and subprocessors (#1501) 2023-02-22 16:05:26 +01:00
notification_test.go [chore] Update/add license headers for 2023 (#1304) 2023-01-05 12:43:00 +01:00
oauth.go [chore] Deinterface processor and subprocessors (#1501) 2023-02-22 16:05:26 +01:00
processor.go [chore] Deinterface processor and subprocessors (#1501) 2023-02-22 16:05:26 +01:00
processor_test.go [chore] Deinterface processor and subprocessors (#1501) 2023-02-22 16:05:26 +01:00
search.go [chore] Deinterface processor and subprocessors (#1501) 2023-02-22 16:05:26 +01:00
statustimeline.go [chore] Deinterface processor and subprocessors (#1501) 2023-02-22 16:05:26 +01:00
util.go [chore] reformat GetAccount() functionality, support updating accounts based on last_fetch (#1411) 2023-02-03 20:03:05 +00:00