summaryrefslogtreecommitdiffstats
path: root/modules/auth/user.go
Commit message (Collapse)AuthorAgeFilesLines
* New UI merge in progressUnknwon2014-07-261-299/+0
|
* Finish create organization teamUnknown2014-07-021-0/+173
|
* Organization settings pageUnknown2014-06-271-1/+1
|
* Fix #165Unknown2014-06-241-13/+15
|
* Fix #165Unknown2014-06-211-1/+5
|
* Fix #165Unknown2014-06-211-21/+21
|
* Code conventionUnknown2014-06-051-17/+17
|
* Clean namesUnknown2014-05-081-2/+2
|
* User code clean and ui improveUnknown2014-05-051-33/+7
|
* Fix import pathUnknown2014-05-051-2/+3
|
* Fix #149Unknown2014-05-011-0/+1
|
* Move binding as subrepoUnknown2014-04-131-3/+2
|
* Add: rename userUnknown2014-04-031-0/+2
|
* Change new martini impot pathUnknown2014-03-301-3/+2
|
* Fixing bugUnknown2014-03-301-0/+4
|
* update sessionslene2014-03-221-5/+6
|
* Add admin edit userUnknown2014-03-211-1/+1
|
* Add postgres support, clean code, code reviewUnknown2014-03-171-0/+4
|
* Merge branch 'master' of github.com:gogits/gogsslene2014-03-151-1/+1
|\ | | | | | | | | | | Conflicts: routers/user/user.go web.go
| * Finish feedsUnknown2014-03-151-1/+1
| |
* | move templateFuncs to one file, add middleware context.slene2014-03-151-34/+0
|/
* Add HomeLink and AvatarLink to User model. Please use .SignedUser in template.slene2014-03-151-3/+9
|
* Finish update password and profileUnknown2014-03-141-1/+1
|
* Add updatePasswdUnknown2014-03-131-0/+33
|
* Add update user profile back end, add new gitignore and license, add ↵Unknown2014-03-131-0/+45
| | | | template data to public profile page
* Bug fixUnknown2014-03-111-0/+3
|
* Merge utils to modulesUnknown2014-03-071-1/+1
|
* Change /user/profile URL to /user/:usernameUnknown2014-03-071-1/+1
|
* Add SignInRequire and SignOutRequire middlewareUnknown2014-03-071-0/+82