aboutsummaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
...
* improve unit test for caching (#26185)Earl Warren2023-07-271-39/+37
* Render plaintext task list items for markdown files (#26186)Earl Warren2023-07-272-0/+8
* Show branches and tags that contain a commit (#25180)delvh2023-07-273-26/+55
* Calculate MAX_WORKERS default value by CPU number (#26177)wxiaoguang2023-07-272-15/+22
* Doc update swagger doc for POST /orgs/{org}/teams (#26155)caicandong2023-07-261-2/+2
* refactor improve NoBetterThan (#26126)caicandong2023-07-262-6/+191
* Move web JSON functions to web context and simplify code (#26132)wxiaoguang2023-07-262-12/+12
* Display deprecated warning in admin panel pages as well as in the log file (#...Lunny Xiao2023-07-263-8/+38
* Fix incorrect router logger (#26137)wxiaoguang2023-07-251-3/+3
* Allow Organisations to have a E-Mail (#25082)JakobDev2023-07-251-0/+3
* Fix loading `LFS_JWT_SECRET` from wrong section (#26109)Jason Song2023-07-251-1/+1
* Avoid writing config file if not installed (#26107)wxiaoguang2023-07-251-1/+1
* Fix handling of Debian files with trailing slash (#26087)KN4CK3R2023-07-242-49/+65
* Allow the use of alternative net.Listener implementations by downstreams (#25...idk2023-07-243-6/+18
* Use stderr as fallback if the log file can't be opened (#26074)wxiaoguang2023-07-241-1/+6
* Add context parameter to some database functions (#26055)Lunny Xiao2023-07-222-7/+7
* Serve pre-defined files in "public", add "security.txt", add CORS header for ...wxiaoguang2023-07-212-28/+11
* Use frontend fetch for branch dropdown component (#25719)HesterG2023-07-211-21/+9
* Remove commit status running and warning to align GitHub (#25839)caicandong2023-07-211-20/+6
* Support copy protected branch from template repository (#25889)Lunny Xiao2023-07-212-11/+15
* Remove redundant "RouteMethods" method (#26024)wxiaoguang2023-07-211-14/+9
* Adding remaining enum for migration repo model type. (#26021)puni98692023-07-201-1/+1
* Remove nfnt/resize and oliamb/cutter (#25999)harryzcy2023-07-201-23/+36
* Fix env config parsing for "GITEA____APP_NAME" (#26001)wxiaoguang2023-07-202-1/+7
* Add file status for API "Get a single commit from a repository" (#16205) (#25...jeremiepozzigithub2023-07-201-0/+1
* Bump github.com/golang-jwt/jwt to v5 (#25975)harryzcy2023-07-191-1/+1
* Update path related documents (#25417)wxiaoguang2023-07-191-1/+1
* Refactor "Content" for file uploading (#25851)wxiaoguang2023-07-181-3/+3
* Move public asset files to the proper directory (#25907)wxiaoguang2023-07-182-3/+3
* Disallow dangerous url schemes (#25960)KN4CK3R2023-07-182-2/+16
* Avoid creating directories when loading config (#25944)wxiaoguang2023-07-181-2/+4
* Skip unuseful error message in dev mode when watching local filesystem (#25919)wxiaoguang2023-07-171-1/+1
* Add shutting down notice (#25920)KN4CK3R2023-07-171-1/+1
* Fix "Flash" message usage (#25895)wxiaoguang2023-07-151-18/+4
* Add support for different Maven POM encoding (#25873)KN4CK3R2023-07-142-1/+23
* Upgrade go dependencies (#25819)harryzcy2023-07-145-15/+15
* Remove `git.FileBlame` (#25841)Jason Song2023-07-121-6/+0
* Make "install page" respect environment config (#25648)wxiaoguang2023-07-096-9/+38
* Revert package access change from #23879 (#25707)KN4CK3R2023-07-091-7/+17
* Make route middleware/handler mockable (#25766)wxiaoguang2023-07-093-4/+145
* Update tool dependencies, lock govulncheck and actionlint (#25655)silverwind2023-07-0911-39/+36
* Fix `ref` for workflows triggered by `pull_request_target` (#25743)Zettat1232023-07-071-3/+0
* Add open/closed field support for issue index (#25708)techknowlogick2023-07-079-30/+45
* Fix activity type match in `matchPullRequestEvent` (#25746)Zettat1232023-07-072-33/+55
* Less naked returns (#25713)65432023-07-079-79/+96
* Fix inconsistent user profile layout across tabs (#25625)puni98692023-07-061-1/+0
* Simplify the LFS GC logger usage (#25717)wxiaoguang2023-07-061-2/+2
* Sync branches when mirroring (#25722)Lunny Xiao2023-07-061-1/+0
* Replace `interface{}` with `any` (#25686)silverwind2023-07-0485-296/+296
* Add elapsed time on debug for slow git commands (#25642)Lunny Xiao2023-07-041-1/+9