summaryrefslogtreecommitdiffstats
path: root/routers/web/user
Commit message (Expand)AuthorAgeFilesLines
* 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
* Package registry changes (#19305)KN4CK3R2022-04-061-6/+9
* Remove legacy unmaintained packages, refactor to support change default local...wxiaoguang2022-04-031-2/+1
* Fix container download counter (#19287)KN4CK3R2022-04-011-1/+0
* Fix global packages enabled avaiable (#19276)Lunny Xiao2022-03-311-0/+1
* Add Package Registry (#16510)KN4CK3R2022-03-302-0/+347
* Move project files into models/project sub package (#17704)Lunny Xiao2022-03-291-2/+3
* Move organization related structs into sub package (#18518)Lunny Xiao2022-03-293-12/+15
* Add `ContextUser` to http request context (#18798)KN4CK3R2022-03-262-110/+34
* Fix showing issues in your repositories (#18916)Gusted2022-03-231-4/+47
* Update HTTP status codes to modern codes (#18063)KN4CK3R2022-03-232-4/+4
* Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo...wxiaoguang2022-03-224-6/+5
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-2215-153/+153
* Restrict email address validation (#17688)Lunny Xiao2022-03-141-1/+2
* RSS/Atom support for Repos (#19055)65432022-03-132-21/+12
* RSS/Atom support for Orgs (#17714)65432022-03-101-8/+5