aboutsummaryrefslogtreecommitdiffstats
path: root/modules/context
Commit message (Expand)AuthorAgeFilesLines
* Use minio/sha256-simd for accelerated SHA256 (#23052)zeripath2023-02-221-1/+1
* Render access log template as text instead of HTML (#23013)Lunny Xiao2023-02-211-1/+1
* Refactor the setting to make unit test easier (#22405)Lunny Xiao2023-02-201-1/+1
* Rename `repo.GetOwner` to `repo.LoadOwner` (#22967)yp053272023-02-181-6/+6
* Fix improper HTMLURL usages in Go code (#22839)wxiaoguang2023-02-111-3/+3
* Map OIDC groups to Orgs/Teams (#21441)KN4CK3R2023-02-083-63/+1
* Add new captcha: cloudflare turnstile (#22369)ByLCY2023-02-051-3/+8
* Implement actions (#21937)Jason Song2023-01-312-0/+3
* Support org/user level projects (#22235)Lunny Xiao2023-01-201-0/+28
* Supports wildcard protected branch (#20825)Lunny Xiao2023-01-161-2/+3
* Use context parameter in models/git (#22367)Jason Song2023-01-091-2/+2
* refactor auth interface to return error when verify failure (#22119)Lunny Xiao2022-12-282-2/+14
* Use complete SHA to create and query commit status (#22244)Jason Song2022-12-272-5/+5
* Rename almost all Ctx functions (#22071)Lunny Xiao2022-12-102-8/+8
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-032-4/+4
* Update gitea-vet to check FSFE REUSE (#22004)Jason Song2022-12-023-0/+3
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-2716-32/+16
* Add support for HEAD requests in Maven registry (#21834)KN4CK3R2022-11-241-5/+13
* Add option to enable CAPTCHA validation for login (#21638)Xinyu Zhou2022-11-221-0/+59
* Prepend refs/heads/ to issue template refs (#20461)zeripath2022-11-221-0/+3
* Allow disable RSS/Atom feed (#21622)Xinyu Zhou2022-11-211-2/+4
* Fix setting HTTP headers after write (#21833)KN4CK3R2022-11-181-23/+43
* Fix package access for admins and inactive users (#21580)KN4CK3R2022-10-241-3/+6
* Redirect to new repository owner (#21398)KN4CK3R2022-10-111-1/+10
* Add user/organization code search (#19977)Lauris BH2022-10-111-0/+1
* Tag list should include draft releases with existing tags (#21263)Jason Song2022-10-031-1/+3
* Respect `REQUIRE_SIGNIN_VIEW` for packages (#20873)KN4CK3R2022-09-211-33/+49
* Support Issue forms and PR forms (#20987)Jason Song2022-09-021-45/+26
* Share HTML template renderers and create a watcher framework (#20218)zeripath2022-08-282-5/+9
* Fix download archiver of a commit (#20962)Lunny Xiao2022-08-261-0/+1
* Replace `ServeStream` with `ServeContent` (#20903)KN4CK3R2022-08-251-17/+1
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-251-3/+4
* Fix disable download button (#20701)Lunny Xiao2022-08-081-1/+1
* Add new API endpoints for push mirrors management (#19841)Mohamed Sekour2022-07-301-1/+1
* Extended permission checks. (#20517)KN4CK3R2022-07-281-1/+18
* Slightly simplify LastCommitCache (#20444)zeripath2022-07-251-0/+2
* Add Cache-Control header to html and api responses, add no-transform (#20432)silverwind2022-07-232-0/+4
* Allow access to the Public Organization Member lists with minimal permissions...a10121127962022-07-151-0/+15
* Refactor `i18n` to `locale` (#20153)Gusted2022-06-271-1/+1
* Add more linters to improve code readability (#19989)Wim2022-06-204-5/+5
* Respond with a 401 on git push when password isn't changed yet (#20026)Wim2022-06-191-0/+5
* Return 404 when tag is broken (#20017)Wim2022-06-181-0/+4
* Remove tab/TabName usage where it's not needed (#19973)Lauris BH2022-06-151-1/+0
* Fix mirror template bug (#19959)Lunny Xiao2022-06-131-14/+6
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-131-3/+4
* Move some code into models/git (#19879)Lunny Xiao2022-06-121-2/+3
* Move some repository related code into sub package (#19711)Lunny Xiao2022-06-061-2/+3
* Prevent NPE on update mirror settings (#19864)zeripath2022-06-021-1/+1
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-6/+8
* Fix org package owner permissions (#19742)KN4CK3R2022-05-191-13/+21