gitea/modules/context
John Olheiser 26c4a049da
Issue templates directory ()
* Issue templates

Signed-off-by: jolheiser <john.olheiser@gmail.com>

* Add some comments, appease the linter

Signed-off-by: jolheiser <john.olheiser@gmail.com>

* Add docs and re-use dir candidates

Signed-off-by: jolheiser <john.olheiser@gmail.com>

* Add default labels to issue templates

Signed-off-by: jolheiser <john.olheiser@gmail.com>

* Generate swagger

Signed-off-by: jolheiser <john.olheiser@gmail.com>

* Suggested changes

Signed-off-by: jolheiser <john.olheiser@gmail.com>

* Update issue.go

* Suggestions

Signed-off-by: jolheiser <john.olheiser@gmail.com>

* Extract metadata from legacy if possible

Signed-off-by: jolheiser <john.olheiser@gmail.com>

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
..
api.go Fix typo ()
api_org.go Golint fixed for modules/context
api_test.go fix API link header ()
auth.go Prevent redirect back to /user/events ()
context.go Add a storage layer for attachments ()
org.go API add/generalize pagination ()
pagination.go Use gitea forked macaron ()
panic.go Use gitea forked macaron ()
permission.go Use Req.URL.RequestURI() to cope with FCGI urls ()
repo.go Issue templates directory ()