aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api/v1/swagger/settings.go
Commit message (Collapse)AuthorAgeFilesLines
* Expose Attachemnt Settings by API (#12514)65432020-09-051-0/+7
| | | close #12368
* API: Expose its limitation settings (#12714)65432020-09-041-0/+7
| | | | | | | | * API: Expose its limitation settings * TESTs Co-authored-by: zeripath <art27@cantab.net> Co-authored-by: techknowlogick <techknowlogick@gitea.io>
* API: Move AllowedReactions endpoint into GetGenneralUI endpoint + creat new ↵65432020-06-221-0/+21
swagger section settings (#11854) * move Setting function into its own package * swagger add&use new section "settings" * move api AllowedReactions into general UI-Settings endpoint * prepare TEST * lint