aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/user
Commit message (Expand)AuthorAgeFilesLines
* Fix profile page email display, respect settings (#23747)wxiaoguang2023-03-271-1/+1
* Fix pagination on `/notifications/watching` (#23564)silverwind2023-03-201-1/+4
* add user rename endpoint to admin api (#22789)techknowlogick2023-03-141-37/+15
* Use context for `RepositoryList.LoadAttributes` (#23435)yp053272023-03-131-1/+1
* Add missing tabs to org projects page (#22705)yp053272023-03-102-0/+2
* Add user webhooks (#21563)KN4CK3R2023-03-101-0/+48
* Set `X-Gitea-Debug` header once (#23361)Yarden Shoham2023-03-081-1/+1
* Use context parameter in services/repository (#23186)Jason Song2023-02-281-2/+2
* Add "Reviewed by you" filter for pull requests (#22927)Brecht Van Lommel2023-02-241-0/+4
* Add pagination for dashboard and user activity feeds (#22937)Brecht Van Lommel2023-02-242-12/+47
* Provide the ability to set password hash algorithm parameters (#22942)zeripath2023-02-191-1/+1
* Sort issues and pulls by recently updated in user and organization home (#22925)Brecht Van Lommel2023-02-171-0/+5
* Add context cache as a request level cache (#22294)Lunny Xiao2023-02-152-3/+3
* Fix improper HTMLURL usages in Go code (#22839)wxiaoguang2023-02-112-2/+2
* Add Chef package registry (#22554)KN4CK3R2023-02-061-0/+22
* remove update language in ProfilePost (#22748)yp053272023-02-061-4/+1
* Add Cargo package registry (#21888)KN4CK3R2023-02-051-0/+18
* Improve error report when user passes a private key (#22726)zeripath2023-02-021-0/+2
* Add main landmark to templates and adjust titles (#22670)Felipe Leopoldo Sologuren GutiƩrrez2023-02-016-9/+9
* Add user secrets (#22191)KN4CK3R2023-02-011-0/+45
* Support org/user level projects (#22235)Lunny Xiao2023-01-202-9/+10
* Support scoped access tokens (#20908)Chongyi Zheng2023-01-171-2/+8
* Change use of Walk to WalkDir to improve disk performance (#22462)Felipe Leopoldo Sologuren GutiƩrrez2023-01-161-4/+4
* Replace deprecated Webauthn library (#22400)techknowlogick2023-01-111-2/+2
* Improve utils of slices (#22379)Jason Song2023-01-112-2/+2
* fix: code search title translation (#22285)John Olheiser2023-01-021-1/+1
* Fix key signature error page (#22229)Gusted2022-12-301-3/+9
* Move `convert` package to services (#22264)KN4CK3R2022-12-292-2/+2
* Use dynamic package type list (#22263)KN4CK3R2022-12-291-0/+1
* Add a simple test for external renderer (#20033)Lunny Xiao2022-12-121-1/+1
* Rename almost all Ctx functions (#22071)Lunny Xiao2022-12-101-1/+1
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-032-3/+3
* Update gitea-vet to check FSFE REUSE (#22004)Jason Song2022-12-021-2/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-2724-48/+24
* 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