summaryrefslogtreecommitdiffstats
path: root/modules/context (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move context from modules to services (#29440)Lunny Xiao2024-03-0624-4005/+0
* Fix htmx rendering the login page in frame on session logout (#29405)Yarden Shoham2024-03-061-0/+8
* Use the database object format name but not read from git repoisitory everyti...Lunny Xiao2024-02-262-19/+10
* Start to migrate from `util.OptionalBool` to `optional.Option[bool]` (#29329)65432024-02-261-1/+2
* Unify organizations header (#29248)Tim-Nicas Oelschläger2024-02-261-0/+15
* Allow instance-wide disabling of forkingGergely Nagy2024-02-251-0/+1
* [BUG] Load `AllUnitsEnabled` when necessaryGusted2024-02-211-26/+0
* Remove DataRaceCheck (#29258)wxiaoguang2024-02-191-14/+0
* Refactor more code in templates (#29236)wxiaoguang2024-02-191-0/+14
* Port "Use general token signing secret"wxiaoguang2024-02-191-1/+2
* Refactor locale&string&template related code (#29165)wxiaoguang2024-02-165-20/+18
* Add a direct link from repo header to unit settingsGergely Nagy2024-02-131-0/+26
* [GITEA] Allow changing the repo Wiki branch to mainGergely Nagy2024-02-051-0/+1
* [GITEA] API commentAssignment() to verify the id belongsEarl Warren2024-02-051-0/+2
* [SECURITY] Rework long-term authenticationGusted2024-02-051-0/+14
* Simplify how git repositories are opened (#28937)Lunny Xiao2024-01-273-12/+11
* Prevent anonymous container access if `RequireSignInView` is enabled (#28877)KN4CK3R2024-01-211-1/+1
* Move more functions to db.Find (#28419)Lunny Xiao2024-01-151-2/+4
* 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-221-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