summaryrefslogtreecommitdiffstats
path: root/modules/context
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move access and repo permission to models/perm/access (#19350)Lunny Xiao2022-05-112-5/+11
* Repository level enable package or disable (#19323)Lunny Xiao2022-05-081-0/+1
* Only show accessible teams in dashboard dropdown list (#19642)Jimmy Praet2022-05-071-6/+0
* Call MultipartForm.RemoveAll when request finishes (#19606)wxiaoguang2022-05-054-0/+16
* Only check for non-finished migrating task (#19601)Gusted2022-05-041-5/+5
* Don't fetch Mirror when it's migrating (#19588)Gusted2022-05-031-5/+14
* Federation: return useful statistic information for nodeinfo (#19561)65432022-05-021-0/+2
* Add "Allow edits from maintainer" feature (#18002)qwerty2872022-04-282-4/+14
* more context for models (#19511)65432022-04-281-2/+2
* Use router param for filepath in GetRawFile (#19499)John Olheiser2022-04-261-0/+1
* RepoAssignment ensure to close before overwrite (#19449)65432022-04-212-45/+61
* Refactor CSRF protection modules, make sure CSRF tokens can be up-to-date. (#...wxiaoguang2022-04-085-178/+110
* Remove dependent on session auth for api/v1 routers (#19321)Lunny Xiao2022-04-081-22/+3
* Never use /api/v1 from Gitea UI Pages (#19318)Lunny Xiao2022-04-073-16/+92
* Remove legacy unmaintained packages, refactor to support change default local...wxiaoguang2022-04-031-4/+5
* Remove legacy `unknwon/com` package (#19298)wxiaoguang2022-04-021-3/+12
* Refactor legacy `unknwon/com` package, improve golangci lint (#19284)wxiaoguang2022-04-013-13/+17
* Fix global packages enabled avaiable (#19276)Lunny Xiao2022-03-311-0/+2
* Add Goroutine stack inspector to admin/monitor (#19207)zeripath2022-03-311-1/+1
* Add Package Registry (#16510)KN4CK3R2022-03-302-22/+147
* Make git.OpenRepository accept Context (#19260)65432022-03-302-5/+5
* Move organization related structs into sub package (#18518)Lunny Xiao2022-03-292-12/+10