gotosocial/testrig
f0x52 92de8fb396
[feature] Instance rules (#2125)
* init instance rules database model, admin api

* expose instance rules in public instance api

* public /api/v1/instance/rules route

* GET ruleById

* createRule route

* createRule auth check

* updateRule

* deleteRule

* list rules on about page

* ruleGet auth

* add about page ids for anchors

* process and store adding violated rules to reports

* admin api models for instance rules

* instance rule edit frontend

* change rule inputs to textareas

* database fixes after rebase (#2124)

* remove unused imports

* fix db migration column name

* fix tests

* fix more tests

* fix postgres error with wrongly used Ident

* add some tests, fiddle with rule model a bit, fix postgres migration

* swagger docs

---------

Co-authored-by: tsmethurst <tobi.smethurst@protonmail.com>
2023-08-19 14:33:15 +02:00
..
media [performance] media processing improvements (#1288) 2023-01-11 12:13:13 +01:00
config.go [feature] Lower remote media cache config duration (#2007) 2023-07-21 16:22:59 +02:00
db.go [feature] Instance rules (#2125) 2023-08-19 14:33:15 +02:00
email.go [chore] Improve copyright header handling (#1608) 2023-03-12 16:00:57 +01:00
federatingdb.go [chore] Improve copyright header handling (#1608) 2023-03-12 16:00:57 +01:00
federator.go [chore] tidy up media manager, add calling func to errors, build-script improvements (#1835) 2023-05-28 14:08:35 +02:00
gin.go [chore] Improve copyright header handling (#1608) 2023-03-12 16:00:57 +01:00
log.go [chore] Improve copyright header handling (#1608) 2023-03-12 16:00:57 +01:00
mediahandler.go [chore] tidy up media manager, add calling func to errors, build-script improvements (#1835) 2023-05-28 14:08:35 +02:00
oauthserver.go [chore] Improve copyright header handling (#1608) 2023-03-12 16:00:57 +01:00
processor.go [feature] List replies policy, refactor async workers (#2087) 2023-08-09 19:14:33 +02:00
router.go [chore] Improve copyright header handling (#1608) 2023-03-12 16:00:57 +01:00
storage.go [chore] Improve copyright header handling (#1608) 2023-03-12 16:00:57 +01:00
testmodels.go [feature] Instance rules (#2125) 2023-08-19 14:33:15 +02:00
transportcontroller.go [bugfix] Add back removed ValidateRequest() before backoff-retry loop (#1805) 2023-05-21 18:59:14 +02:00
typeconverter.go [chore] Improve copyright header handling (#1608) 2023-03-12 16:00:57 +01:00
util.go [feature] List replies policy, refactor async workers (#2087) 2023-08-09 19:14:33 +02:00