summaryrefslogtreecommitdiffstats
path: root/routers/org
Commit message (Collapse)AuthorAgeFilesLines
* Update import paths from github.com/go-gitea to code.gitea.io (#135)Sandro Santilli2016-11-104-23/+23
| | | | | | | - Update import paths from github.com/go-gitea to code.gitea.io - Fix import path for travis See https://docs.travis-ci.com/user/languages/go#Go-Import-Path
* 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add support for federated avatars Fixes #3105 Removes avatar fetching duplication code Adds an "Enable Federated Avatar" checkbox in user settings (defaults to unchecked) Moves avatar settings all in the same form, making local and remote avatars mutually exclusive Renames UploadAvatarForm to AvatarForm as it's not anymore only for uploading * Run gofmt on all modified files * Move Avatar form in its own page * Add go-libravatar dependency to vendor/ dir Hopefully helps with accepting the contribution. See also #3214 * Revert "Add go-libravatar dependency to vendor/ dir" This reverts commit a8cb93ae640bbb90f7d25012fc257bda9fae9b82. * Make federated avatar setting a global configuration Removes the per-user setting * Move avatar handling back to base tool, disable federated avatar in offline mode * Format, handle error * Properly set fallback host * Use unsupported github.com mirror for importing go-libravatar * Remove comment showing life exists outside of github.com ... pity, but contribution would not be accepted otherwise * Use Combo for Get and Post methods over /avatar * FEDERATED_AVATAR -> ENABLE_FEDERATED_AVATAR * Fix persistance of federated avatar lookup checkbox at install time * Federated Avatars -> Enable Federated Avatars * Use len(string) == 0 instead of string == "" * Move import line where it belong See https://github.com/Unknwon/go-code-convention/blob/master/en-US/import_packages.md Pity the import url is still the unofficial one, but oh well... * Save a line (and waste much more expensive time) * Remove redundant parens * Remove an empty line * Remove empty lines * Reorder lines to make diff smaller * Remove another newline Unknwon review got me start a fight against newlines * Move DISABLE_GRAVATAR and ENABLE_FEDERATED_AVATAR after OFFLINE_MODE On re-reading the diff I figured what Unknwon meant here: https://github.com/gogits/gogs/pull/3320/files#r73741106 * Remove newlines that weren't there before my intervention
* 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
| | | | Both are possible on explore and admin panel
* 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
| | | | Signed-off-by: Unknwon <u@gogs.io>
* 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
| | | | - fix delete user but repository watches are not decreased
* #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
|\ | | | | | | | | | | | | | | | | Conflicts: gogs.go models/models.go models/user.go templates/.VERSION templates/org/home.tmpl
| * models: able to rename user with diff letter cases #981Unknwon2015-02-221-5/+10
| | | | | | | | | | - templates/org: mirror fix on name output - routers: add missing error check
* | Merge remote-tracking branch 'mine/access_refactor' into access_refactorPeter Smit2015-02-121-6/+6
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: cmd/serve.go models/access.go models/migrations/migrations.go models/org.go models/repo.go models/user.go modules/middleware/org.go modules/middleware/repo.go routers/api/v1/repo.go routers/org/teams.go routers/repo/http.go routers/user/home.go
| * | Change constants to UPPERCASE_WITH_UNDERSCORE stylePeter Smit2015-02-091-6/+6
| | |
| * | Refactoring of the Access TablePeter Smit2015-02-061-8/+8
| | | | | | | | | | | | | | | | | | This commit does a lot of the work of refactoring the access table in a table with id's instead of strings. The result does compile, but has not been tested. It may eat your kittens.
* | | Refactoring of the Access TablePeter Smit2015-02-121-8/+8
| |/ |/| | | | | | | | | This commit does a lot of the work of refactoring the access table in a table with id's instead of strings. The result does compile, but has not been tested. It may eat your kittens.
* | 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. ↵Martin van Beurden2014-09-183-6/+9
| | | | | | | | | | | | | | 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
* 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
|
* Add/remove member need add/remove access to repositories as wellUnknwon2014-08-161-2/+2
|
* Finish team list, create new team, join/leave team pageUnknwon2014-08-163-60/+64
|