1
1
mirror of https://github.com/go-gitea/gitea.git synced 2024-09-30 03:31:32 +02:00
gitea/routers
mrsdizzie f125330fcf Include more variables on admin/config page (#6378)
Include the current CustomPath location in the admin section and also
display GITEA_WORK_DIR and/or GITEA_CUSTOM env var if they are set.

Right now there is no easy way to see this information, and if you try
and help most users they won't be able to tell you anything about these
values -- just that their custom template isn't working, files aren't in
the right place, etc... Now you can see all paths and if they were set
by ENV or not.
2019-03-19 18:40:13 -04:00
..
admin Include more variables on admin/config page (#6378) 2019-03-19 18:40:13 -04:00
api/v1 make sure units of a team are returned (#6379) 2019-03-19 17:50:06 -04:00
dev
org Implement Default Webhooks (#4299) 2019-03-18 22:33:20 -04:00
private Clean up various use of escape/unescape functions for URL generation (#6334) 2019-03-18 10:00:23 -04:00
repo Implement Default Webhooks (#4299) 2019-03-18 22:33:20 -04:00
routes Implement Default Webhooks (#4299) 2019-03-18 22:33:20 -04:00
user Add bio field for user (#6113) 2019-03-18 22:28:10 -04:00
utils
home.go Clean up various use of escape/unescape functions for URL generation (#6334) 2019-03-18 10:00:23 -04:00
init.go
install.go
metrics.go
swagger_json.go