summaryrefslogtreecommitdiffstats
path: root/routers/user
Commit message (Expand)AuthorAgeFilesLines
* Reject duplicate AccessToken names (#10994)65432020-04-131-0/+12
* remove package code.gitea.io/gitea/modules/git import out of models (#11025)65432020-04-101-1/+2
* ui:Add flash notify for email preference seting success (#11027)赵智超2020-04-091-0/+1
* add request review from specific reviewers feature in pull request (#10756)赵智超2020-04-061-0/+2
* Fix milestones too many SQL variables bug (#10880)Lunny Xiao2020-03-312-84/+63
* Protect against NPEs in notifications list (#10879)zeripath2020-03-291-3/+18
* Use ErrKeyUnableToVerify if fail to calc fingerprint in ssh-keygen (#10863)zeripath2020-03-281-0/+3
* make avatar lookup occur at image request (#10540)zeripath2020-03-271-0/+25
* Add Approval Counts to pulls list (#10238)zeripath2020-03-061-0/+22
* Admin page for managing user e-mail activation (#10557)guillep2k2020-03-022-2/+70
* Fix 404 after activating secondary email (#10547)Andreas Shimokawa2020-02-291-1/+1
* issue search on my related repositories (#9758)Brad Albright2020-02-291-26/+90
* Various fixes in login sources (#10428)guillep2k2020-02-233-0/+11
* Language statistics bar for repositories (#8037)Lauris BH2020-02-111-1/+0
* Fix followers and following tabs in profile (#10202)Lauris BH2020-02-091-32/+24
* working part of #9998 (#10114)65432020-02-031-2/+6
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-246-12/+16
* Ensure that 2fa is checked on reset-password (#9857)zeripath2020-01-191-8/+75
* Improve notification pager (#9821)Lunny Xiao2020-01-171-8/+14
* Add setting to set default and global disabled repository units. (#8788)David Svantesson2020-01-171-0/+18
* Restricted users (#6274)Manush Dodunekov2020-01-132-4/+4
* Fix access issues on milestone and issue overview pages. (#9603)David Svantesson2020-01-041-45/+35
* Only serve attachments when linked to issue/release and if accessible by user...Antoine GIRARD2020-01-051-2/+2
* Fix error logged when repos qs is empty (#9591)guillep2k2020-01-031-12/+14
* [BugFix] use default avatar for ghost user (fix 500 error) (#9536)65432019-12-291-7/+13
* Fix cache problem on dashboard (#9358)Lunny Xiao2019-12-151-0/+2
* Add /milestones endpoint (#8733)Brad Albright2019-12-152-3/+229
* site admin could view org's members (#9346)Lunny Xiao2019-12-142-116/+2
* Only show part of members on orgnization dashboard and add paging for orgniza...Lunny Xiao2019-12-061-3/+26
* Fix Dashboard Issues/PR list (#9235)65432019-12-031-17/+25
* Fix active issue (#9238)John Olheiser2019-12-031-3/+3
* [UI] IssuePage multi repo select (#8741)65432019-12-011-52/+63
* update #9066 Always show Password field on link account sign in page (#9147)Benno2019-11-241-0/+1
* Add single sign-on support via SSPI on Windows (#8463)QuaSoft2019-11-231-0/+2
* Add password requirement info on error (#9074)guillep2k2019-11-193-4/+4
* Improve notification (#8835)Lunny Xiao2019-11-121-0/+19
* Fix require external registration password (#8885)guillep2k2019-11-091-3/+3
* Fix password complexity check on registration (#8887)guillep2k2019-11-091-0/+5
* Fix template error on account page (#8562)John Olheiser2019-10-191-1/+1
* Fix password complexity regex for special characters (on master) (#8525)guillep2k2019-10-162-25/+13
* Password Complexity Checks (#6230)Maxim Tkachenko2019-10-143-25/+70
* Update migrated repositories' issues/comments/prs poster id if user has a git...Lunny Xiao2019-10-141-37/+51
* Revert "Fix issues/pr list broken when there are many repositories (#8409)" (...Lunny Xiao2019-10-081-48/+92
* Fix issues/pr list broken when there are many repositories (#8409)Lunny Xiao2019-10-081-92/+48
* Alwaywas return local url for users avatar (#8245)Sandro Santilli2019-09-261-0/+37
* Move all mail related codes from models to services/mailer (#7200)Lunny Xiao2019-09-243-6/+13
* Allow registration when button is hidden (#8237)guillep2k2019-09-191-1/+1
* Add 'Mentioning you' group to /issues page (#8201)jaqra2019-09-181-0/+2
* Add Ability for User to Customize Email Notification Frequency (#7813)Gary Kim2019-08-291-0/+22
* Include description in repository search. (#7942)David Svantesson2019-08-252-36/+39