summaryrefslogtreecommitdiffstats
path: root/modules/context
Commit message (Expand)AuthorAgeFilesLines
* Abstract hash function usage (#28138)Adam Majer2023-12-132-6/+21
* Second part of refactor `db.Find` (#28194)Lunny Xiao2023-12-111-4/+2
* Add guide page to actions when there's no workflows (#28145)yp053272023-11-211-0/+1
* Fix format error (#27963)Lunny Xiao2023-11-081-1/+1
* Unify two factor check (#27915)KN4CK3R2023-11-061-27/+0
* Clean up template locale usage (#27856)wxiaoguang2023-10-311-1/+0
* Final round of `db.DefaultContext` refactor (#27587)JakobDev2023-10-141-6/+6
* Enhanced auth token / remember me (#27606)KN4CK3R2023-10-141-44/+0
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-111-3/+3
* Even more `db.DefaultContext` refactor (#27352)JakobDev2023-10-032-9/+9
* Add support for HEAD ref in /src/branch and /src/commit routes (#27384)Kirill Sorokin2023-10-031-0/+20
* Improvements of releases list and tags list (#25859)Zettat1232023-09-281-1/+4
* Another round of `db.DefaultContext` refactor (#27103)JakobDev2023-09-252-2/+2
* Updates to the API for archived repos (#27149)JakobDev2023-09-211-0/+6
* Next round of `db.DefaultContext` refactor (#27089)JakobDev2023-09-161-1/+1
* More refactoring of `db.DefaultContext` (#27083)JakobDev2023-09-152-2/+2
* Reduce usage of `db.DefaultContext` (#27073)JakobDev2023-09-141-2/+2
* Fix the display of org level badges (#26504)yp053272023-09-062-0/+2
* Avoid double-unescaping of form value (#26853)wxiaoguang2023-09-011-21/+4
* Make web context initialize correctly for different cases (#26726)wxiaoguang2023-08-252-20/+27
* Fix display problems of members and teams unit (#26363)yp053272023-08-151-0/+14
* Set commit id when ref used explicitly (#26447)Jack Hay2023-08-121-0/+1
* Use template context function for avatar rendering (#26385)wxiaoguang2023-08-101-0/+1
* Introduce ctx.PathParamRaw to avoid incorrect unescaping (#26392)wxiaoguang2023-08-091-0/+4
* Start using template context function (#26254)wxiaoguang2023-08-083-5/+63
* Show branches and tags that contain a commit (#25180)delvh2023-07-271-0/+1
* Move web JSON functions to web context and simplify code (#26132)wxiaoguang2023-07-262-12/+12
* Add context parameter to some database functions (#26055)Lunny Xiao2023-07-222-7/+7
* Use frontend fetch for branch dropdown component (#25719)HesterG2023-07-211-21/+9
* Revert package access change from #23879 (#25707)KN4CK3R2023-07-091-7/+17
* Update tool dependencies, lock govulncheck and actionlint (#25655)silverwind2023-07-091-2/+2
* Less naked returns (#25713)65432023-07-071-37/+37
* Fix inconsistent user profile layout across tabs (#25625)puni98692023-07-061-1/+0
* Replace `interface{}` with `any` (#25686)silverwind2023-07-0410-16/+16
* Sync branches into databases (#22743)Lunny Xiao2023-06-291-5/+30
* Refactor indexer (#25174)Jason Song2023-06-231-1/+1
* Batch delete issue and improve tippy opts (#25253)wxiaoguang2023-06-191-0/+4
* Refactor web package and context package (#25298)wxiaoguang2023-06-185-5/+42
* Use fetch to send requests to create issues/comments (#25258)wxiaoguang2023-06-162-8/+6
* Change form actions to fetch for submit review box (#25219)HesterG2023-06-141-0/+4
* Fix open redirect check for more cases (#25143)Lauris BH2023-06-081-2/+2
* Redesign Scoped Access Tokens (#24767)Jack Hay2023-06-041-10/+18
* Fix install page context, make the install page tests really test (#24858)wxiaoguang2023-05-232-7/+7
* Fix regression: access log template, gitea manager cli command (#24838)wxiaoguang2023-05-222-1/+6
* Rewrite logger system (#24726)wxiaoguang2023-05-211-4/+1
* Decouple the different contexts from each other (#24786)wxiaoguang2023-05-2114-461/+524
* Refactor Pull Mirror and fix out-of-sync bugs (#24732)wxiaoguang2023-05-151-7/+2
* Use standard HTTP library to serve files (#24693)wxiaoguang2023-05-131-2/+2
* Support SSH for go get (#24664)rune2023-05-121-1/+8
* Make repository response support HTTP range request (#24592)wxiaoguang2023-05-092-76/+9