summaryrefslogtreecommitdiffstats
path: root/routers/web/user
Commit message (Expand)AuthorAgeFilesLines
* Add support for HEAD requests in Maven registry (#21834)KN4CK3R2022-11-241-1/+4
* Add package registry cleanup rules (#21658)KN4CK3R2022-11-201-0/+80
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-193-116/+116
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-242-6/+6
* Record OAuth client type at registration (#21316)M Hickford2022-10-241-7/+9
* Allow package version sorting (#21453)KN4CK3R2022-10-231-1/+6
* Add some api integration tests (#18872)KN4CK3R2022-10-181-1/+1
* Return 404 when user is not found on avatar (#21476)Gusted2022-10-161-0/+4
* Add user/organization code search (#19977)Lauris BH2022-10-113-0/+119
* Allow creation of OAuth2 applications for orgs (#18084)qwerty2872022-10-092-112/+172
* Add pages to view watched repos and subscribed issues/PRs (#17156)qwerty2872022-09-291-2/+211
* Replace `ServeStream` with `ServeContent` (#20903)KN4CK3R2022-08-251-1/+1
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-257-45/+43
* Improve single repo action for issue and pull requests (#20730)CodeDoctor2022-08-221-0/+2
* Remove calls to load Mirrors in user.Dashboard (#20855)zeripath2022-08-181-33/+0
* Add badge capabilities to users (#20607)techknowlogick2022-08-181-0/+7
* Use the total issue count for UI (#20785)parnic2022-08-171-2/+7
* Add an option to create new issues from "/issues" page (#20650)CodeDoctor2022-08-091-0/+6
* Add missing Tabs on organisation/package view (Frontport #20539) (#20540)65432022-07-311-0/+16
* Added email notification option to receive all own messages (#20179)Tyrone Yeh2022-07-281-1/+2
* Add Docker /v2/_catalog endpoint (#20469)KN4CK3R2022-07-281-0/+6
* Hide internal package versions (#20492)KN4CK3R2022-07-271-6/+11
* Add repository condition for issue count (#20454)Tyrone Yeh2022-07-241-0/+1
* Add option to purge users (#18064)zeripath2022-07-141-1/+1
* Only show Followers that current user can access (#20220)zeripath2022-07-051-4/+4
* Hide notify mail setting ui if not enabled (#20138)Lunny Xiao2022-06-281-0/+1
* Remove U2F support (#20141)Gusted2022-06-261-1/+0
* Make better use of i18n (#20096)Gusted2022-06-262-5/+5
* Respect setting.UI.FeedPagingNum (#20094)Jimmy Praet2022-06-232-0/+2
* Add more linters to improve code readability (#19989)Wim2022-06-201-1/+1
* Remove tab/TabName usage where it's not needed (#19973)Lauris BH2022-06-151-0/+1
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-132-29/+29
* Move some repository related code into sub package (#19711)Lunny Xiao2022-06-065-15/+13
* Fixing wrong paging when filtering on the issue dashboard (#19801)Mai-Lapyst2022-06-041-0/+6
* Exclude Archived repos from Dashboard Milestones (#19882)zeripath2022-06-041-2/+3
* Disable unnecessary mirroring elements (#18527)Paweł Bogusławski2022-06-041-0/+1
* Adding button to link accounts from user settings (#19792)Mai-Lapyst2022-05-291-0/+9
* Prevent loop if there is an error in GetNotificationCount (#19799)zeripath2022-05-251-1/+5
* Prevent NPE when cache service is disabled (#19703)zeripath2022-05-211-6/+10
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-2010-18/+18
* Fix issue overview for teams (#19652)Gusted2022-05-161-16/+4
* Move access and repo permission to models/perm/access (#19350)Lunny Xiao2022-05-111-2/+3
* Hide private repositories in packages (#19584)KN4CK3R2022-05-071-0/+29
* Use correct context in `routers/web` (#19597)Gusted2022-05-031-3/+3
* Add commit status popup to issuelist (#19375)parnic2022-04-261-2/+3
* User specific repoID or xorm builder conditions for issue search (#19475)65432022-04-251-8/+2
* Use a struct as test options (#19393)Lunny Xiao2022-04-142-2/+6
* Allow package linking to private repository (#19348)KN4CK3R2022-04-091-1/+2
* Move milestone to models/issues/ (#19278)Lunny Xiao2022-04-081-5/+6
* Never use /api/v1 from Gitea UI Pages (#19318)Lunny Xiao2022-04-073-0/+91