mirror of
1
Fork 0
gotosocial/internal/db
Vyr Cossont 61a8d36255
[feature] Implement Filter API v2 (#2936)
* Use correct entity name

* We support server-side filters now

* Document filter v1 methods that can throw a 409

* Validate v1 filter phrase as filter title

* Always check v1 filter API status codes in tests

* Document keyword minimum requirement on filter API v1

* Make it possible to specify filter keyword update columns per filter keyword

* Implement v2 filter API

* Fix lint and tests

* Update Swagger spec

* Fix filter update test

* Update Swagger spec *correctly*

* Update actual files Swagger spec was generated from

* Remove keywords_attributes and statuses_attributes

* Add test for serialization of empty filter

* More helpful messages when object is owned by wrong account
2024-05-31 12:55:56 +02:00
..
bundb [feature] Implement Filter API v2 (#2936) 2024-05-31 12:55:56 +02:00
postgres [experiment] add alternative wasm sqlite3 implementation available via build-tag (#2863) 2024-05-27 17:46:15 +02:00
sqlite [experiment] add alternative wasm sqlite3 implementation available via build-tag (#2863) 2024-05-27 17:46:15 +02:00
account.go [feature/performance] Store account stats in separate table (#2831) 2024-04-16 13:10:13 +02:00
admin.go [feature] New user sign-up via web page (#2796) 2024-04-11 11:45:53 +02:00
application.go [performance] cached oauth database types (#2838) 2024-04-15 14:22:21 +01:00
basic.go [feature] Add healthcheck endpoints `/livez` and `/readyz` (#2783) 2024-03-25 17:05:14 +00:00
db.go [feature/chore] Add Move database functions + cache (#2647) 2024-03-06 11:18:57 +01:00
domain.go
emoji.go [bugfix] fix possible infinite loops in media / emoji cleanup (#2590) 2024-01-31 13:31:53 +00:00
error.go [experiment] add alternative wasm sqlite3 implementation available via build-tag (#2863) 2024-05-27 17:46:15 +02:00
filter.go [feature] Implement Filter API v2 (#2936) 2024-05-31 12:55:56 +02:00
headerfilter.go
instance.go [feature] New user sign-up via web page (#2796) 2024-04-11 11:45:53 +02:00
list.go
marker.go
media.go [bugfix] fix possible infinite loops in media / emoji cleanup (#2590) 2024-01-31 13:31:53 +00:00
mention.go
move.go [feature] Process outgoing Move from clientAPI (#2750) 2024-03-13 13:53:29 +01:00
notification.go
params.go
poll.go
relationship.go [feature/performance] Store account stats in separate table (#2831) 2024-04-16 13:10:13 +02:00
report.go
rule.go
search.go
session.go
status.go
statusbookmark.go
statusfave.go
tag.go
thread.go
timeline.go
tombstone.go
user.go [feature] Admin accounts endpoints; approve/reject sign-ups (#2826) 2024-04-13 13:25:10 +02:00
util.go [experiment] add alternative wasm sqlite3 implementation available via build-tag (#2863) 2024-05-27 17:46:15 +02:00