gitea/routers
David Svantesson 90ab3056eb Api: advanced settings for repository (external wiki, issue tracker etc.) (#7756)
* Add API for Repo Advanced Settings of wiki and issue tracker

Signed-off-by: David Svantesson <davidsvantesson@gmail.com>

* Add some integration tests for tracker and wiki settings through API

* Should return StatusUnprocessableEntity in case of invalid API values.

* Add tests for invalid URLs for external tracker and wiki.

* Do not set inital values if they are default of type

* Make issue tracker and wiki units separate structures in Repository API structure.

Signed-off-by: David Svantesson <davidsvantesson@gmail.com>

* Fix comment of structures

Signed-off-by: David Svantesson <davidsvantesson@gmail.com>

* Rewrite API to use struct for setting tracker and wiki settings.

* LetOnlyContributorsTrackTime -> AllowOnlyContributorsToTrackTime
2019-10-02 17:30:41 +08:00
..
admin Move all mail related codes from models to services/mailer (#7200) 2019-09-24 13:02:49 +08:00
api/v1 Api: advanced settings for repository (external wiki, issue tracker etc.) (#7756) 2019-10-02 17:30:41 +08:00
dev
org Fix repo_admin_change_team_access always checked in org settings (#8319) 2019-09-30 02:20:27 +03:00
private
repo Move mirror to a standalone package from models (#7486) 2019-10-01 21:40:17 +08:00
routes Alwaywas return local url for users avatar (#8245) 2019-09-26 12:21:23 -04:00
user Alwaywas return local url for users avatar (#8245) 2019-09-26 12:21:23 -04:00
utils
home.go
init.go Move mirror to a standalone package from models (#7486) 2019-10-01 21:40:17 +08:00
install.go
metrics.go
swagger_json.go