aboutsummaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Use docs.gitea.com instead of docs.gitea.io (#26769)Lunny Xiao2023-08-283-8/+8
* Use correct minio error (#26634) (#26639)Giteabot2023-08-211-2/+2
* Add `branch_filter` to hooks API endpoints (#26599) (#26632)Giteabot2023-08-211-0/+1
* Sync repo's IsEmpty status correctly (#26517) (#26560)Giteabot2023-08-171-1/+1
* Detect ogg mime-type as audio or video (#26494) (#26505)Giteabot2023-08-152-1/+25
* Fix storage path logic especially for relative paths (#26441) (#26481)Giteabot2023-08-132-93/+294
* Close stdout correctly for "git blame" (#26470) (#26473)Giteabot2023-08-131-5/+12
* Remove last newline from config file (#26468) (#26471)Giteabot2023-08-132-0/+21
* Check first if minio bucket exists before trying to create it (#26420) (#26465)Giteabot2023-08-121-6/+10
* minio: add missing region on client initialization (#26412) (#26438)Giteabot2023-08-101-0/+1
* Fix admin queue page title and fix CI failures (#26409) (#26421)wxiaoguang2023-08-101-2/+7
* Introduce ctx.PathParamRaw to avoid incorrect unescaping (#26392) (#26405)Giteabot2023-08-091-0/+4
* Fix incorrect CLI exit code and duplicate error message (#26346) (#26347)wxiaoguang2023-08-051-0/+6
* Prevent newline errors with Debian packages (#26332) (#26342)Giteabot2023-08-051-10/+11
* Make git batch operations use parent context timeout instead of default timeo...Giteabot2023-08-041-0/+4
* Fix the wrong derive path (#26271) (#26318)Giteabot2023-08-042-17/+215
* Support getting changed files when commit ID is `EmptySHA` (#26290) (#26316)Giteabot2023-08-043-3/+50
* Clarify the logger's MODE config option (#26267) (#26281)Giteabot2023-08-021-1/+1
* Fix allowed user types setting problem (#26200) (#26206)Giteabot2023-07-292-6/+110
* Calculate MAX_WORKERS default value by CPU number (#26177) (#26183)Giteabot2023-07-272-15/+22
* 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) (#26143)Giteabot2023-07-261-3/+3
* Avoid writing config file if not installed (#26107) (#26113)Giteabot2023-07-251-1/+1
* Fix handling of Debian files with trailing slash (#26087) (#26098)Giteabot2023-07-242-49/+65
* Use stderr as fallback if the log file can't be opened (#26074) (#26083)Giteabot2023-07-241-1/+6
* Adding remaining enum for migration repo model type. (#26021) (#26034)Giteabot2023-07-211-1/+1
* Fix env config parsing for "GITEA____APP_NAME" (#26001) (#26013)Giteabot2023-07-202-1/+7
* Update path related documents (#25417) (#25982)Giteabot2023-07-191-1/+1
* Avoid creating directories when loading config (#25944) (#25957)wxiaoguang2023-07-181-2/+4
* Disallow dangerous URL schemes (#25960) (#25964)KN4CK3R2023-07-182-2/+16
* Skip unuseful error message in dev mode when watching local filesystem (#2591...Giteabot2023-07-171-1/+1
* Add shutting down notice (#25920) (#25922)Giteabot2023-07-171-1/+1
* Add support for different Maven POM encoding (#25873) (#25890)Giteabot2023-07-142-1/+23
* Fix activity type match in `matchPullRequestEvent` (#25746) (#25796)Zettat1232023-07-112-33/+55
* Make "install page" respect environment config (#25648) (#25799)wxiaoguang2023-07-106-9/+38
* Revert package access change from #23879 (#25707) (#25785)Giteabot2023-07-091-7/+17
* Replace `interface{}` with `any` (#25686) (#25687)silverwind2023-07-0485-296/+296
* Restrict `[actions].DEFAULT_ACTIONS_URL` to only `github` or `self` (#25581) ...Giteabot2023-06-302-2/+125
* Do not prepare oauth2 config if it is not enabled, do not write config in som...wxiaoguang2023-06-291-0/+4
* Fix content holes in Actions task logs file (#25560) (#25566)Giteabot2023-06-281-1/+17
* Fix sub-command log level (#25537) (#25553)wxiaoguang2023-06-284-9/+10
* Add Adopt repository event and handler (#25497) (#25518)Giteabot2023-06-264-0/+16
* Use InitWorkPathAndCfgProvider for environment-to-ini to avoid unnecessary ch...v1.20.0-rc2Giteabot2023-06-241-2/+6
* Refactor path & config system (#25330) (#25416)wxiaoguang2023-06-2211-177/+406
* Move some regexp out of functions (#25430) (#25445)John Olheiser2023-06-221-2/+3
* Fix `Permission` in API returned repository struct (#25388) (#25441)Giteabot2023-06-221-3/+3
* Use "utf8mb4" for MySQL by default (#25432)wxiaoguang2023-06-221-15/+11
* Fix missing commit message body when the message has leading newlines (#25418...Giteabot2023-06-212-3/+59
* Avoid polluting config file when "save" (#25395) (#25406)Giteabot2023-06-216-13/+85
* Avoid polluting the config (#25345) (#25354)Giteabot2023-06-183-14/+16