summaryrefslogtreecommitdiffstats
path: root/routers/org
Commit message (Expand)AuthorAgeFilesLines
* Golint fixed for modules/setting (#262)Lunny Xiao2016-11-273-4/+4
* golint fixed for parts of routers root, dev, user and org dirs (#167)Lunny Xiao2016-11-184-33/+65
* Update import paths from github.com/go-gitea to code.gitea.io (#135)Sandro Santilli2016-11-104-23/+23
* moreSandro Santilli2016-11-071-1/+1
* And othersSandro Santilli2016-11-071-1/+1
* ACCESS_MODE_* -> AccessMode*Sandro Santilli2016-11-071-3/+3
* Change import reference to match gitea instead of gogs (#37)Rémy Boulanouar2016-11-034-23/+23
* Add support for federated avatars (#3320)Sandro Santilli2016-08-071-2/+2
* Refactor User.Id to User.IDUnknwon2016-07-243-14/+14
* models/webhook: restrict deletion to be explicitly with repo and org IDUnknwon2016-07-171-16/+2
* #3274 fix can't get webhook detail of organizationUnknwon2016-07-161-1/+1
* #1692 api: admin list and create team under organizationUnknwon2016-03-211-15/+1
* #13 finish user and repository searchUnknwon2016-03-111-1/+1
* Rename module: middleware -> contextUnknwon2016-03-114-26/+26
* Added: Ability to delete org avatar.Tamás Molnár2016-03-061-0/+8
* Remove unnecessary commentsFlorian Kaiser2016-01-311-1/+0
* Only show teams the user has access toFlorian Kaiser2016-01-311-4/+1
* #2497 incorrect error handle for team nameUnknwon2016-01-291-22/+18
* fix #2268novaeye2015-12-231-0/+2
* #2156 admin able to edit organization max repo creationUnknwon2015-12-111-0/+4
* more link fixUnknwon2015-11-241-2/+2
* #1944 Drop /org/ URL path prefix in organization home pageUnknwon2015-11-241-27/+0
* fix #650Unknwon2015-11-222-6/+9
* fix #981Unknwon2015-09-171-2/+7
* #1191 allow upload avatar for orgUnknwon2015-09-061-0/+12
* finish new org settings pageUnknwon2015-09-061-3/+11
* new org options UIUnknwon2015-09-061-8/+8
* #1193 Make organization emails non-mandatoryUnknwon2015-09-062-18/+3
* new webhooks list UIUnknwon2015-08-261-1/+15
* allow anonymous SSH cloneUnknwon2015-08-052-2/+2
* #1070 Clearer error message for illegal charactersUnknwon2015-03-262-8/+11
* #1067: Deleting users should remove them from collaborator listsUnknwon2015-03-173-7/+6
* #1040: dashboard no longer accessible when repo is missingUnknwon2015-03-161-1/+1
* v4 migration, merge 'dev', clean code and mirror fixUnknwon2015-02-231-1/+1
* Merge branch 'dev' of github.com:gogits/gogs into accessUnknwon2015-02-221-5/+10
|\
| * models: able to rename user with diff letter cases #981Unknwon2015-02-221-5/+10
* | Merge remote-tracking branch 'mine/access_refactor' into access_refactorPeter Smit2015-02-121-6/+6
|\ \
| * | Change constants to UPPERCASE_WITH_UNDERSCORE stylePeter Smit2015-02-091-6/+6
| * | Refactoring of the Access TablePeter Smit2015-02-061-8/+8
* | | Refactoring of the Access TablePeter Smit2015-02-121-8/+8
| |/ |/|
* | models: make code change for session issue with SQLite3 #739Unknwon2015-02-101-5/+2
|/
* Issue: Show error prompt when add repository to team and it does not exist #533Unknwon2014-10-101-0/+5
* Update with macaronUnknwon2014-10-061-1/+1
* Add suburl supportUnknwon2014-09-193-6/+6
* Allow Gogs to run from a suburl behind a reverse proxy. e.g. http://mydomain....Martin van Beurden2014-09-183-6/+9
* Prepare 0.5 releaseUnknwon2014-09-121-2/+2
* add organization-level webhooksChristopher Brickley2014-09-051-0/+28
* Finsih add/remove repo in organizationUnknwon2014-08-261-3/+48
* Finish new edit team page, add member to teamUnknwon2014-08-242-13/+131
* Working on organization pagesUnknwon2014-08-231-4/+6