aboutsummaryrefslogtreecommitdiff
path: root/models/user.go
Commit message (Collapse)AuthorAge
...
* | #1070 Clearer error message for illegal charactersUnknwon2015-03-26
|/
* #1067: Deleting users should remove them from collaborator listsUnknwon2015-03-17
| | | | - fix delete user but repository watches are not decreased
* #1024: OFFLINE_MODE Still Uses GravatarUnknwon2015-03-12
|
* v4 migration, merge 'dev', clean code and mirror fixUnknwon2015-02-23
|
* Merge branch 'dev' of github.com:gogits/gogs into accessUnknwon2015-02-22
|\ | | | | | | | | | | | | | | | | 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-22
| | | | | | | | | | - templates/org: mirror fix on name output - routers: add missing error check
| * templates/user/settings/emial.tmpl: little fix on UIUnknwon2015-02-21
| | | | | | | | | | - routers/user: little code format - conf/locale: update French locale
* | code fix #941 caution: undertestUnknwon2015-02-13
| |
* | Merge remote-tracking branch 'mine/access_refactor' into access_refactorPeter Smit2015-02-12
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 TablePeter Smit2015-02-06
| |/ | | | | | | | | | | 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-12
| | | | | | | | | | | | 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 #925Unknwon2015-02-11
|/
* models: sanitize user full name when update settingsUnknwon2015-02-04
|
* fix 500: E-mail already used in user settings pageUnknwon2014-12-29
|
* Fix for wrong email queryPeter Smit2014-12-21
| | | | Changing EmailAdress.OwnerId to EmailAddress.Uid should have accompanied this change
* Merge pull request #755 from phsmit/multiple_emails无闻2014-12-20
|\ | | | | Multiple emails
| * Small fixes to multiple_emails featurePeter2014-12-20
| |
| * Add function to the model for email address management (add/delete/activate)Peter2014-12-17
| |
| * Add alternative email addresses to the modelPeter Smit2014-12-17
| | | | | | | | | | | | | | | | | | | | 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 #754Unknwon2014-12-18
|/
* Fix spelling errors in comments.Joseph Crail2014-12-06
|
* Use the avatar.HashEmail function instead of hashing email directly. Fixes #700Andrew Burns2014-12-03
|
* fix #676Unknwon2014-11-30
|
* fix #580Unknwon2014-11-30
|
* Fix 653Unknwon2014-11-22
|
* fix #644Unknwon2014-11-21
|
* more on change avatarUnknwon2014-11-21
|
* custom avatar uploadUnknwon2014-11-21
|
* fox #620Unknwon2014-11-17
|
* support duoshuo mirror of gravatarUnknwon2014-11-16
|
* fix #622Unknwon2014-11-13
|
* fix session API broken and SQL pretectionUnknwon2014-11-04
|
* Safe workUnknwon2014-10-25
|
* Fix fork repo and macaron API brokenUnknwon2014-10-24
|
* Add raw, history file button, and other mirror fixesUnknwon2014-10-11
|
* Fix SMTP auth logicUnknwon2014-10-03
|
* Merge pull request #508 from chadoe/homelink无闻2014-09-28
|\ | | | | Fix user HomeLink when using a suburl
| * Fix user HomeLink when using a suburlMartin van Beurden2014-09-28
| |
* | Fix AvatarLink when using a suburl and gravatar is disabled or avatars are ↵Martin van Beurden2014-09-28
|/ | | | cached
* Add directory level commit messageUnknwon2014-09-26
|
* Page: User profileUnknwon2014-09-25
|
* Page: Commits and fix #249Unknwon2014-09-23
|
* Page: Commits and fix #249Unknwon2014-09-23
|
* 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
* clarify name/username/owner/pusher for webhookChristopher Brickley2014-09-17
|
* Continue working on new admin pagesUnknwon2014-08-29
|
* Finish new admin dashboardUnknwon2014-08-28
|
* Finsih add/remove repo in organizationUnknwon2014-08-26
|
* Finish new edit team page, add member to teamUnknwon2014-08-24
|