gotosocial/internal/processing/status
Matthew Phillips 477ae50933
[feature] Allow users to create + delete bookbarks, and view bookmarked statuses (#1168)
* Implement Bookmarks

* Update based on review comments

* Update swagger doc

* Fix argument passing to status.Bookmark

* Update changed test

* Updates based on latest PR review
2022-12-09 11:37:12 +01:00
..
bookmark.go [feature] Allow users to create + delete bookbarks, and view bookmarked statuses (#1168) 2022-12-09 11:37:12 +01:00
bookmark_test.go [feature] Allow users to create + delete bookbarks, and view bookmarked statuses (#1168) 2022-12-09 11:37:12 +01:00
boost.go [bugfix] Fix boost of boost issue (#764) 2022-08-23 10:46:10 +02:00
boost_test.go [bugfix] Fix boost of boost issue (#764) 2022-08-23 10:46:10 +02:00
boostedby.go [bugfix] Fix status boosts giving 404 (#1137) 2022-11-24 16:12:43 +01:00
context.go
create.go [bugfix] Check media-description-min-chars on submission of new status (#960) 2022-11-05 12:33:38 +00:00
create_test.go [bugfix] Check media-description-min-chars on submission of new status (#960) 2022-11-05 12:33:38 +00:00
delete.go [chore] Tidy up status deletion, remove from cache too (#845) 2022-09-21 19:55:52 +02:00
fave.go
favedby.go
get.go
status.go [feature] Allow users to create + delete bookbarks, and view bookmarked statuses (#1168) 2022-12-09 11:37:12 +01:00
status_test.go [chore] cleanup storage implementation, no need for multiple interface types (#1131) 2022-11-24 09:35:46 +01:00
unbookmark.go [feature] Allow users to create + delete bookbarks, and view bookmarked statuses (#1168) 2022-12-09 11:37:12 +01:00
unbookmark_test.go [feature] Allow users to create + delete bookbarks, and view bookmarked statuses (#1168) 2022-12-09 11:37:12 +01:00
unboost.go [chore] Tidy up status deletion, remove from cache too (#845) 2022-09-21 19:55:52 +02:00
unfave.go
util.go [bugfix] Check media-description-min-chars on submission of new status (#960) 2022-11-05 12:33:38 +00:00
util_test.go