aboutsummaryrefslogtreecommitdiff
path: root/modules/middleware/context.go
Commit message (Collapse)AuthorAge
* Rename module: middleware -> contextUnknwon2016-03-11
|
* Fix pull request availability checkUnknwon2016-03-06
|
* #1146 finish new access rights for collaboratorsUnknwon2016-03-05
|
* Refactor .IsAdminTeam to .IsTeamAdmin and requireAdminTeam to requireTeamAdminFlorian Kaiser2016-01-31
|
* Only show teams the user has access toFlorian Kaiser2016-01-31
|
* #1692 APIs: Users FollowersUnknwon2015-12-21
| | | | | - User profile un/follow - List user's followers/following
* #2014 allow switch branches between two orgs in compose PRUnknwon2015-12-20
|
* rename import pathUnknwon2015-12-15
|
* move out git module and #1573 send push hookUnknwon2015-12-09
|
* unified name: IsViewBranch, IsViewCommit and IsViewTagUnknwon2015-12-09
|
* fix panic for #2045Unknwon2015-12-04
|
* wiki: finish editUnknwon2015-11-27
|
* 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