aboutsummaryrefslogtreecommitdiff
path: root/routers/user
Commit message (Expand)AuthorAge
* refactoring: modules/auth/*_form.go -> modules/formUnknwon2017-02-27
* models/access: hasAccess only need userID not user objectUnknwon2017-02-23
* user/profile: paging doesn't respect private repository count (#4082)Unknwon2017-02-15
* cookie: enhance cookie security (#3525)Unknwon2017-02-14
* auth: remove MD5 for secure cookie secret (#4117)Unknwon2017-02-13
* auth: few security improvementsUnknwon2017-02-11
* log: start using gopkg.in/clog.v1Unknwon2017-02-09
* Move models/mail.go to modules/mail.goUnknwon2017-01-30
* Add 'Organizations' page to user settings (#3587)Unknwon2017-01-27
* Setting orgs (#3587)Rémy Boulanouar2017-01-27
* Fix dashboard issues/pull request countingUnknwon2016-12-27
* Fix dashboard issue/pull request scopingUnknwon2016-12-27
* Minor code fix for PR #3560Unknwon2016-12-27
* Fix assigned/created issues in dashboard. (#3560)hgaiser2016-12-27
* Some code renamingUnknwon2016-12-22
* Fix vulnerabilities reported in #3959Unknwon2016-12-22
* Fix random string generator (#3953)leonklingele2016-12-21
* Prevented user enumeration of valid users through HTTP status codes of login ...LefsFlare2016-10-16
* router/repo: code refactoringUnknwon2016-08-30
* #3448 redirect if any after sign inUnknwon2016-08-27
* Fix for #3410 overall issues for organisations is limited to num_repos from t...lstahlman2016-08-09
* Add support for federated avatars (#3320)Sandro Santilli2016-08-07
* Ignore repository with issue disabled or use external tracker in dashboard is...Unknwon2016-08-05
* #3348 always use relative avatar link in the templateUnknwon2016-08-05
* #1384 add pagination for repositoriesUnknwon2016-07-24
* Refactor User.Id to User.IDUnknwon2016-07-24
* Use struct for UI settingsUnknwon2016-07-24
* #2854 fix no mail notification when issue is closed/reopenedUnknwon2016-07-16
* Fix XORM IN condition table name parseUnknwon2016-03-27
* Merge pull request #2823 from zacheryph/feature/local-only-password-resetUnknwon2016-03-14
|\
| * ensure we don’t try changing LDAP passswordsZachery Hostens2016-03-14
* | #1692 add CRUD issue APIsUnknwon2016-03-13
* | #1891 attempt to fix invalid csrf tokenUnknwon2016-03-12
* | Rename module: middleware -> contextUnknwon2016-03-11
|/
* readd 'dashboard' to titleAlec S2016-03-10
* Merge branch 'develop' of github.com:gogits/gogs into developAlec S2016-03-09
|\
| * Allowing site admins to view private repositories in org/homeJan Christophersen2016-03-08
* | fix indentationAlec S2016-03-09
* | Remove dashboard keyword from titleAlec S2016-03-09
* | change page titles for user and org dashesAlec S2016-03-09
|/
* Added: Ability to delete org avatar.Tamás Molnár2016-03-06
* #1157 some avatar setting changesUnknwon2016-03-05
* Fix panic when view profile without signinUnknwon2016-02-19
* Merge pull request #2578 from exmex/developUnknwon2016-02-14
|\
| * Admins and user itself sees private org relations on profileExMex2016-02-07
* | Minor fix for #2567Unknwon2016-02-14
* | Only show activities for repositories on dashboard, that the user has access toFlorian Kaiser2016-02-06
* | Only show repositories on organization dashboard, that the user has access toFlorian Kaiser2016-02-05
|/
* Merge pull request #2530 from fnkr/hide-other-teams-repos-from-org-pageUnknwon2016-02-04
|\
| * Remove unnecessary else-blockFlorian Kaiser2016-02-04