aboutsummaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Render email addresses as such if followed by punctuation (#27987) (#27991)Giteabot2023-11-112-1/+13
* Unify two factor check (#27915) (#27939)KN4CK3R2023-11-061-27/+0
* Fix package webhook (#27839) (#27854)Giteabot2023-10-311-0/+1
* Revert "fix orphan check for deleted branch (#27310) (#27320)" (#27763)Lunny Xiao2023-10-241-3/+3
* Fix label render containing invalid HTML (#27752) (#27761)Giteabot2023-10-241-1/+1
* Support allowed hosts for webhook to work with proxy (#27655) (#27674)Giteabot2023-10-181-3/+15
* Fix git 2.11 error when checking IsEmpty (#27393) (#27396)Giteabot2023-10-021-1/+2
* fix orphan check for deleted branch (#27310) (#27320)Giteabot2023-09-281-3/+3
* Fix PushEvent NullPointerException jenkinsci/github-plugin (#27203) (#27249)Giteabot2023-09-251-0/+1
* Quote table `release` in sql queries (#27205) (#27219)KN4CK3R2023-09-241-1/+1
* Load reviewer before sending notification (#27063) (#27064)sebastian-sauer2023-09-131-0/+3
* Fix context cache bug & enable context cache for dashabord commits' authors(#...Lunny Xiao2023-09-133-46/+22
* Use secure cookie for HTTPS sites (#26999) (#27013)wxiaoguang2023-09-111-1/+1
* Fix INI parsing for value with trailing slash (#26995) (#27001)Giteabot2023-09-102-2/+20
* Avoid double-unescaping of form value (#26853) (#26863)wxiaoguang2023-09-011-21/+4
* check blocklist for emails when adding them to account (#26812) (#26831)Giteabot2023-08-311-0/+25
* Add fix incorrect can_create_org_repo for org owner team (#26683) (#26791)Giteabot2023-08-291-0/+61
* Fix some slice append usages (#26778) (#26798)Giteabot2023-08-291-1/+1
* 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