Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for federated avatars (#3320) | Sandro Santilli | 2016-08-07 | 1 | -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.ID | Unknwon | 2016-07-24 | 3 | -14/+14 |
| | |||||
* | models/webhook: restrict deletion to be explicitly with repo and org ID | Unknwon | 2016-07-17 | 1 | -16/+2 |
| | |||||
* | #3274 fix can't get webhook detail of organization | Unknwon | 2016-07-16 | 1 | -1/+1 |
| | |||||
* | #1692 api: admin list and create team under organization | Unknwon | 2016-03-21 | 1 | -15/+1 |
| | |||||
* | #13 finish user and repository search | Unknwon | 2016-03-11 | 1 | -1/+1 |
| | | | | Both are possible on explore and admin panel | ||||
* | Rename module: middleware -> context | Unknwon | 2016-03-11 | 4 | -26/+26 |
| | |||||
* | Added: Ability to delete org avatar. | Tamás Molnár | 2016-03-06 | 1 | -0/+8 |
| | |||||
* | Remove unnecessary comments | Florian Kaiser | 2016-01-31 | 1 | -1/+0 |
| | |||||
* | Only show teams the user has access to | Florian Kaiser | 2016-01-31 | 1 | -4/+1 |
| | |||||
* | #2497 incorrect error handle for team name | Unknwon | 2016-01-29 | 1 | -22/+18 |
| | |||||
* | fix #2268 | novaeye | 2015-12-23 | 1 | -0/+2 |
| | |||||
* | #2156 admin able to edit organization max repo creation | Unknwon | 2015-12-11 | 1 | -0/+4 |
| | |||||
* | more link fix | Unknwon | 2015-11-24 | 1 | -2/+2 |
| | |||||
* | #1944 Drop /org/ URL path prefix in organization home page | Unknwon | 2015-11-24 | 1 | -27/+0 |
| | |||||
* | fix #650 | Unknwon | 2015-11-22 | 2 | -6/+9 |
| | |||||
* | fix #981 | Unknwon | 2015-09-17 | 1 | -2/+7 |
| | |||||
* | #1191 allow upload avatar for org | Unknwon | 2015-09-06 | 1 | -0/+12 |
| | | | | Signed-off-by: Unknwon <u@gogs.io> | ||||
* | finish new org settings page | Unknwon | 2015-09-06 | 1 | -3/+11 |
| | |||||
* | new org options UI | Unknwon | 2015-09-06 | 1 | -8/+8 |
| | |||||
* | #1193 Make organization emails non-mandatory | Unknwon | 2015-09-06 | 2 | -18/+3 |
| | |||||
* | new webhooks list UI | Unknwon | 2015-08-26 | 1 | -1/+15 |
| | |||||
* | allow anonymous SSH clone | Unknwon | 2015-08-05 | 2 | -2/+2 |
| | |||||
* | #1070 Clearer error message for illegal characters | Unknwon | 2015-03-26 | 2 | -8/+11 |
| | |||||
* | #1067: Deleting users should remove them from collaborator lists | Unknwon | 2015-03-17 | 3 | -7/+6 |
| | | | | - fix delete user but repository watches are not decreased | ||||
* | #1040: dashboard no longer accessible when repo is missing | Unknwon | 2015-03-16 | 1 | -1/+1 |
| | |||||
* | v4 migration, merge 'dev', clean code and mirror fix | Unknwon | 2015-02-23 | 1 | -1/+1 |
| | |||||
* | Merge branch 'dev' of github.com:gogits/gogs into access | Unknwon | 2015-02-22 | 1 | -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 #981 | Unknwon | 2015-02-22 | 1 | -5/+10 |
| | | | | | | | | | | - templates/org: mirror fix on name output - routers: add missing error check | ||||
* | | Merge remote-tracking branch 'mine/access_refactor' into access_refactor | Peter Smit | 2015-02-12 | 1 | -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 style | Peter Smit | 2015-02-09 | 1 | -6/+6 |
| | | | |||||
| * | | Refactoring of the Access Table | Peter Smit | 2015-02-06 | 1 | -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 Table | Peter Smit | 2015-02-12 | 1 | -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 #739 | Unknwon | 2015-02-10 | 1 | -5/+2 |
|/ | |||||
* | Issue: Show error prompt when add repository to team and it does not exist #533 | Unknwon | 2014-10-10 | 1 | -0/+5 |
| | |||||
* | Update with macaron | Unknwon | 2014-10-06 | 1 | -1/+1 |
| | |||||
* | Add suburl support | Unknwon | 2014-09-19 | 3 | -6/+6 |
| | |||||
* | Allow Gogs to run from a suburl behind a reverse proxy. e.g. ↵ | Martin van Beurden | 2014-09-18 | 3 | -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 release | Unknwon | 2014-09-12 | 1 | -2/+2 |
| | |||||
* | add organization-level webhooks | Christopher Brickley | 2014-09-05 | 1 | -0/+28 |
| | |||||
* | Finsih add/remove repo in organization | Unknwon | 2014-08-26 | 1 | -3/+48 |
| | |||||
* | Finish new edit team page, add member to team | Unknwon | 2014-08-24 | 2 | -13/+131 |
| | |||||
* | Working on organization pages | Unknwon | 2014-08-23 | 1 | -4/+6 |
| | |||||
* | Add/remove member need add/remove access to repositories as well | Unknwon | 2014-08-16 | 1 | -2/+2 |
| | |||||
* | Finish team list, create new team, join/leave team page | Unknwon | 2014-08-16 | 3 | -60/+64 |
| | |||||
* | Finish new organization members and invitation page | Unknwon | 2014-08-15 | 1 | -2/+93 |
| | |||||
* | Page: `/org/:orgname/settings` | Unknwon | 2014-08-14 | 2 | -110/+105 |
| | |||||
* | Finish new home page of organization | Unknwon | 2014-08-10 | 1 | -8/+7 |
| | |||||
* | Reser repo owner to organization when error occurs in repo create page, ↵ | Unknwon | 2014-07-26 | 1 | -52/+13 |
| | | | | dashboard news feed page, create organization page | ||||
* | Huge updates!!!!! Be careful to merge!!!! | Unknwon | 2014-07-26 | 3 | -37/+31 |
| |