Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | only assign auto-admin when sign up by web | Unknwon | 2015-08-19 | 1 | -9/+1 |
| | |||||
* | work on #1493 | Unknwon | 2015-08-17 | 1 | -39/+79 |
| | |||||
* | #1419: 500 when visit a issue with issue/comments of deleted user | Unknwon | 2015-08-15 | 1 | -1/+20 |
| | |||||
* | Show owner/poster tags of comments and fix #1312 | Unknwon | 2015-08-14 | 1 | -0/+19 |
| | |||||
* | delete avatar when del user | Unknwon | 2015-08-12 | 1 | -1/+3 |
| | |||||
* | Merge pull request #1464 from jamesa/hide-gravatar-tooltip | 无闻 | 2015-08-10 | 1 | -1/+1 |
|\ | | | | | Hide avatar tooltips unless you're looking at your own profile | ||||
| * | Resize avatars to the same size they are displayed | James Anderson | 2015-08-10 | 1 | -1/+1 |
| | | |||||
* | | finish new issue action and mentions | Unknwon | 2015-08-10 | 1 | -7/+6 |
| | | |||||
* | | finish create issue with milestone and assignee | Unknwon | 2015-08-10 | 1 | -0/+11 |
| | | |||||
* | | Merge branch 'develop' of github.com:gogits/gogs into feature/pull_request2 | Unknwon | 2015-08-10 | 1 | -1/+32 |
|\| | | | | | | | | | | | | | # Conflicts: # modules/bindata/bindata.go # public/css/gogs.min.css # templates/repo/header.tmpl | ||||
| * | remove sync.Pool and support go1.2 again | Unknwon | 2015-08-09 | 1 | -1/+2 |
| | | |||||
| * | Generate random avatar based on e-mail when disable Gravatar | Unknwon | 2015-08-09 | 1 | -1/+31 |
| | | |||||
* | | WIP: create PR - choose branch | Unknwon | 2015-08-08 | 1 | -8/+8 |
|/ | |||||
* | more on #1443 | Unknwon | 2015-08-07 | 1 | -1/+1 |
| | |||||
* | #1443 set first user to be admin | Unknwon | 2015-08-07 | 1 | -5/+9 |
| | | | | ...not just ID=1 | ||||
* | #334: Add Deployment Key Support | Unknwon | 2015-08-06 | 1 | -1/+1 |
| | |||||
* | #1299 force downcase e-mail | Unknwon | 2015-08-05 | 1 | -7/+15 |
| | |||||
* | allow anonymous SSH clone | Unknwon | 2015-08-05 | 1 | -7/+6 |
| | |||||
* | Merge pull request #1211 from mephux/hotfix/type-fix-ValidatePassword | Lunny Xiao | 2015-04-24 | 1 | -2/+2 |
|\ | | | | | Hotfix/type fix validate password | ||||
| * | typo fix for comment | Dustin Willis Webber | 2015-04-16 | 1 | -1/+1 |
| | | |||||
| * | typo fix | Dustin Willis Webber | 2015-04-16 | 1 | -1/+1 |
| | | |||||
* | | #1070 Clearer error message for illegal characters | Unknwon | 2015-03-26 | 1 | -11/+16 |
|/ | |||||
* | #1067: Deleting users should remove them from collaborator lists | Unknwon | 2015-03-17 | 1 | -33/+54 |
| | | | | - fix delete user but repository watches are not decreased | ||||
* | #1024: OFFLINE_MODE Still Uses Gravatar | Unknwon | 2015-03-12 | 1 | -1/+1 |
| | |||||
* | v4 migration, merge 'dev', clean code and mirror fix | Unknwon | 2015-02-23 | 1 | -2/+2 |
| | |||||
* | Merge branch 'dev' of github.com:gogits/gogs into access | Unknwon | 2015-02-22 | 1 | -7/+12 |
|\ | | | | | | | | | | | | | | | | | 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 | -4/+10 |
| | | | | | | | | | | - templates/org: mirror fix on name output - routers: add missing error check | ||||
| * | templates/user/settings/emial.tmpl: little fix on UI | Unknwon | 2015-02-21 | 1 | -3/+6 |
| | | | | | | | | | | - routers/user: little code format - conf/locale: update French locale | ||||
* | | code fix #941 caution: undertest | Unknwon | 2015-02-13 | 1 | -3/+7 |
| | | |||||
* | | Merge remote-tracking branch 'mine/access_refactor' into access_refactor | Peter Smit | 2015-02-12 | 1 | -0/+1 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | | Refactoring of the Access Table | Peter Smit | 2015-02-06 | 1 | -54/+2 |
| |/ | | | | | | | | | | | 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 | -57/+2 |
| | | | | | | | | | | | | 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. | ||||
* | | first pass work on migration #925 | Unknwon | 2015-02-11 | 1 | -4/+5 |
|/ | |||||
* | models: sanitize user full name when update settings | Unknwon | 2015-02-04 | 1 | -0/+1 |
| | |||||
* | fix 500: E-mail already used in user settings page | Unknwon | 2014-12-29 | 1 | -1/+1 |
| | |||||
* | Fix for wrong email query | Peter Smit | 2014-12-21 | 1 | -1/+1 |
| | | | | Changing EmailAdress.OwnerId to EmailAddress.Uid should have accompanied this change | ||||
* | Merge pull request #755 from phsmit/multiple_emails | 无闻 | 2014-12-20 | 1 | -8/+174 |
|\ | | | | | Multiple emails | ||||
| * | Small fixes to multiple_emails feature | Peter | 2014-12-20 | 1 | -12/+12 |
| | | |||||
| * | Add function to the model for email address management (add/delete/activate) | Peter | 2014-12-17 | 1 | -0/+133 |
| | | |||||
| * | Add alternative email addresses to the model | Peter Smit | 2014-12-17 | 1 | -8/+41 |
| | | | | | | | | | | | | | | | | | | | | A new struct is created named EmailAddress that contains alternative email addresses for users. Also the email related methods; IsEmailUsed and GetUserByEmail are updated. DeleteUser deletes the extra email addresses and DeleteInactivateUsers also deletes inactive accounts. This could be factored out, but should do it for now. | ||||
* | | work on #754 | Unknwon | 2014-12-18 | 1 | -1/+1 |
|/ | |||||
* | Fix spelling errors in comments. | Joseph Crail | 2014-12-06 | 1 | -3/+3 |
| | |||||
* | Use the avatar.HashEmail function instead of hashing email directly. Fixes #700 | Andrew Burns | 2014-12-03 | 1 | -1/+7 |
| | |||||
* | fix #676 | Unknwon | 2014-11-30 | 1 | -1/+8 |
| | |||||
* | fix #580 | Unknwon | 2014-11-30 | 1 | -1/+0 |
| | |||||
* | Fix 653 | Unknwon | 2014-11-22 | 1 | -2/+6 |
| | |||||
* | fix #644 | Unknwon | 2014-11-21 | 1 | -2/+2 |
| | |||||
* | more on change avatar | Unknwon | 2014-11-21 | 1 | -0/+1 |
| | |||||
* | custom avatar upload | Unknwon | 2014-11-21 | 1 | -40/+88 |
| | |||||
* | fox #620 | Unknwon | 2014-11-17 | 1 | -0/+1 |
| |