aboutsummaryrefslogtreecommitdiff
path: root/modules/middleware/context.go
Commit message (Collapse)AuthorAge
* work on #1891Unknwon2015-11-18
|
* fix #1957 - disable version displayGibheer2015-11-18
| | | | | This allows the admin to disable the version information about gogs and go in use in the footer.
* save custom avatar as PNGUnknwon2015-11-13
|
* fix import path, fix #1782Unknwon2015-10-15
|
* unified API error responseUnknwon2015-10-08
|
* #842 able to use access token replace basic authUnknwon2015-09-02
|
* rename fieldsUnknwon2015-08-31
|
* new create webhook UIUnknwon2015-08-27
|
* able edit issue titleUnknwon2015-08-19
|
* able edit issue labels/milestone/assigneeUnknwon2015-08-15
|
* Show owner/poster tags of comments and fix #1312Unknwon2015-08-14
|
* UI: install - new versionUnknwon2015-07-08
|
* Set Content-Type to text/plain for http status 401Linquize2015-03-28
| | | | This is because git command line shows the failure reason only if Content-Type is text/plain.
* #1080: Remove footer ads/branding from default templateUnknwon2015-03-23
|
* UI compatibilityUnknwon2015-03-21
|
* Merge branch 'access' of github.com:gogits/gogs into accessUnknwon2015-02-22
|\
| * Updating context and fixing permission issuesPeter Smit2015-02-16
| | | | | | | | | | | | The boolean flags in the repo context have been replaced with mode and two methods Also, the permissions have been brought more in line with https://help.github.com/articles/permission-levels-for-an-organization-repository/ , Admin Team members are able to change settings of their repositories.
* | routers: able to migrate repo from local pathUnknwon2015-02-22
|/ | | | - modules/middleware/context.go: add HandleAPI method
* code fix for #908, and work for #884Unknwon2015-02-06
|
* modes/repo: incorrect SSH clone URL for #742Unknwon2014-12-13
|
* more APIs on #12Unknwon2014-11-18
|
* add personal access token panel #12Unknwon2014-11-12
|
* work on #616 and update localesUnknwon2014-11-10
|
* work on #609Unknwon2014-11-07
|
* Fix #605, fix #255, fix #101Unknwon2014-11-06
|
* Fix API brokenUnknwon2014-10-18
|
* Add raw, history file button, and other mirror fixesUnknwon2014-10-11
|
* Update with macaronUnknwon2014-10-06
|
* UI: Confirmation boxUnknwon2014-09-28
|
* Add suburl supportUnknwon2014-09-19
|
* Allow Gogs to run from a suburl behind a reverse proxy. e.g. ↵Martin van Beurden2014-09-18
| | | | | | | | | | | | | | http://mydomain.com/gogs/ Conflicts: modules/setting/setting.go Conflicts: templates/repo/release/list.tmpl templates/user/dashboard/dashboard.tmpl Conflicts: routers/repo/setting.go
* Finish new edit team page, add member to teamUnknwon2014-08-24
|
* Finish team list, create new team, join/leave team pageUnknwon2014-08-16
|
* Finish new organization members and invitation pageUnknwon2014-08-15
|
* Page: `/org/:orgname/settings`Unknwon2014-08-14
|
* Finish new repo settings pageUnknwon2014-08-02
|
* Convert captcha, cache, csrf as middlewaresUnknwon2014-07-31
|
* Reser repo owner to organization when error occurs in repo create page, ↵Unknwon2014-07-26
| | | | dashboard news feed page, create organization page
* New UI merge in progressUnknwon2014-07-26
|
* Ignore EOF error when parsing form.Justin Nuß2014-07-25
|
* Merge branch 'dev' of github.com:gogits/gogs into devUnknwon2014-07-24
|\
| * Add file upload for attachmentsJustin Nuß2014-07-24
| |
* | Mirror fixUnknwon2014-07-24
|/
* Fix bug that collaborators are able to modify settings of repositoryUnknown2014-07-04
|
* bug fixed for message tagLunny Xiao2014-06-28
|
* In progress of name template name constantUnknown2014-06-22
|
* Fix #165Unknown2014-06-21
|
* Fixed #209Unknown2014-05-25
|
* Clean api codeUnknown2014-05-05
|
* Add router log config optionUnknown2014-05-01
|