aboutsummaryrefslogtreecommitdiffstats
path: root/modules/middleware/context.go
Commit message (Collapse)AuthorAgeFilesLines
* Rename module: middleware -> contextUnknwon2016-03-111-266/+0
|
* Fix pull request availability checkUnknwon2016-03-061-1/+12
|
* #1146 finish new access rights for collaboratorsUnknwon2016-03-051-3/+3
|
* Refactor .IsAdminTeam to .IsTeamAdmin and requireAdminTeam to requireTeamAdminFlorian Kaiser2016-01-311-1/+1
|
* Only show teams the user has access toFlorian Kaiser2016-01-311-0/+1
|
* #1692 APIs: Users FollowersUnknwon2015-12-211-1/+2
| | | | | - User profile un/follow - List user's followers/following
* #2014 allow switch branches between two orgs in compose PRUnknwon2015-12-201-0/+2
|
* rename import pathUnknwon2015-12-151-1/+1
|
* move out git module and #1573 send push hookUnknwon2015-12-091-2/+3
|
* unified name: IsViewBranch, IsViewCommit and IsViewTagUnknwon2015-12-091-3/+3
|
* fix panic for #2045Unknwon2015-12-041-0/+1
|
* wiki: finish editUnknwon2015-11-271-4/+9
|
* work on #1891Unknwon2015-11-181-8/+0
|
* fix #1957 - disable version displayGibheer2015-11-181-0/+1
| | | | | This allows the admin to disable the version information about gogs and go in use in the footer.
* save custom avatar as PNGUnknwon2015-11-131-1/+1
|
* fix import path, fix #1782Unknwon2015-10-151-6/+6
|
* unified API error responseUnknwon2015-10-081-1/+8
|
* #842 able to use access token replace basic authUnknwon2015-09-021-1/+1
|
* rename fieldsUnknwon2015-08-311-1/+1
|
* new create webhook UIUnknwon2015-08-271-21/+21
|
* able edit issue titleUnknwon2015-08-191-0/+2
|
* able edit issue labels/milestone/assigneeUnknwon2015-08-151-2/+7
|
* Show owner/poster tags of comments and fix #1312Unknwon2015-08-141-0/+8
|
* UI: install - new versionUnknwon2015-07-081-1/+7
|
* Set Content-Type to text/plain for http status 401Linquize2015-03-281-0/+7
| | | | 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-231-0/+1
|
* UI compatibilityUnknwon2015-03-211-6/+1
|
* Merge branch 'access' of github.com:gogits/gogs into accessUnknwon2015-02-221-23/+32
|\
| * Updating context and fixing permission issuesPeter Smit2015-02-161-23/+32
| | | | | | | | | | | | 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-221-0/+12
|/ | | | - modules/middleware/context.go: add HandleAPI method
* code fix for #908, and work for #884Unknwon2015-02-061-0/+2
|
* modes/repo: incorrect SSH clone URL for #742Unknwon2014-12-131-23/+19
|
* more APIs on #12Unknwon2014-11-181-3/+4
|
* add personal access token panel #12Unknwon2014-11-121-1/+1
|
* work on #616 and update localesUnknwon2014-11-101-20/+0
|
* work on #609Unknwon2014-11-071-0/+21
|
* Fix #605, fix #255, fix #101Unknwon2014-11-061-0/+4
|
* Fix API brokenUnknwon2014-10-181-1/+1
|
* Add raw, history file button, and other mirror fixesUnknwon2014-10-111-6/+0
|
* Update with macaronUnknwon2014-10-061-2/+0
|
* UI: Confirmation boxUnknwon2014-09-281-18/+0
|
* Add suburl supportUnknwon2014-09-191-1/+1
|
* Allow Gogs to run from a suburl behind a reverse proxy. e.g. ↵Martin van Beurden2014-09-181-1/+1
| | | | | | | | | | | | | | 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-241-0/+1
|
* Finish team list, create new team, join/leave team pageUnknwon2014-08-161-0/+2
|
* Finish new organization members and invitation pageUnknwon2014-08-151-1/+2
|
* Page: `/org/:orgname/settings`Unknwon2014-08-141-0/+6
|
* Finish new repo settings pageUnknwon2014-08-021-2/+2
|
* Convert captcha, cache, csrf as middlewaresUnknwon2014-07-311-38/+9
|
* Reser repo owner to organization when error occurs in repo create page, ↵Unknwon2014-07-261-2/+0
| | | | dashboard news feed page, create organization page