summaryrefslogtreecommitdiffstats
path: root/routers/web/user (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-271-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
* Add note to GPG key response if user has no keys (#18961)KN4CK3R2022-03-021-0/+3
* Allow to filter repositories by language in explore, user and organization re...Lauris BH2022-01-281-0/+10
* Automatically pause queue if index service is unavailable (#15066)Lauris BH2022-01-271-3/+3
* Add config options to hide issue events (#17414)qwerty2872022-01-211-0/+26
* format with gofumpt (#18184)65432022-01-205-16/+13
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-201-1/+1
* Webauthn nits (#18284)zeripath2022-01-151-8/+10
* Support webauthn (#17957)Lunny Xiao2022-01-143-113/+122
* Refactor auth package (#17962)Lunny Xiao2022-01-0211-3340/+48
* Removed unused endpoint. (#18127)KN4CK3R2021-12-291-14/+0
* Use conditions but not repo ids as query condition (#16839)Lunny Xiao2021-12-291-156/+45
* Move POST /{username}/action/{action} to simply POST /{username} (#18045)zeripath2021-12-201-2/+2
* Reset Session ID on login (#18018)zeripath2021-12-202-5/+68
* Simplify parameter types (#18006)Gusted2021-12-202-2/+2
* Reset locale on login (#18023)zeripath2021-12-191-0/+33
* Add support for ssh commit signing (#17743)Wim2021-12-191-0/+23
* Ensure complexity, minlength and ispwned are checked on password setting (#18...zeripath2021-12-171-1/+16
* Refactor HTTP request context (#17979)wxiaoguang2021-12-153-5/+5
* Add Option to synchronize Admin & Restricted states from OIDC/OAuth2 along wi...zeripath2021-12-142-29/+108
* Some repository refactors (#17950)Lunny Xiao2021-12-121-2/+2
* Move keys to models/asymkey (#17917)Lunny Xiao2021-12-102-43/+45
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-104-11/+15
* Move more model into models/user (#17826)Lunny Xiao2021-11-283-11/+10
* Fix value of User.IsRestricted to default setting when oauth2 user auto regis...Galen Suen2021-11-281-7/+8
* Move user related model into models/user (#17781)Lunny Xiao2021-11-2410-127/+129