summaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Use refname:strip-2 instead of refname:short when syncing tags (#28797) (#28811)Giteabot2024-01-163-13/+15
* Rework markup link rendering (#26745) (#28803)KN4CK3R2024-01-1613-244/+750
* Use correct `has error` check for internal responses (#28796) (#28798)Giteabot2024-01-154-3/+4
* Fix nil pointer panic when exec some gitea cli command (#28791) (#28795)Giteabot2024-01-153-0/+9
* Fix schedule tasks bugs (#28691) (#28780)Lunny Xiao2024-01-144-10/+26
* Show description as tooltip instead of title for labels (#28754) (#28766)Giteabot2024-01-121-2/+2
* Add -F to commit search to treat keywords as strings (#28744) (#28748)Giteabot2024-01-101-0/+3
* Fix panic when parsing empty pgsql host (#28708) (#28709)Giteabot2024-01-062-1/+5
* Make template `DateTime` show proper tooltip (#28677) (#28683)wxiaoguang2024-01-032-15/+21
* Avoid cycle-redirecting user/login page (#28636) (#28658)wxiaoguang2023-12-301-2/+1
* Refactor CORS handler (#28587) (#28611)wxiaoguang2023-12-253-22/+8
* Fix the issue ref rendering for wiki (#28556) (#28559)Giteabot2023-12-201-1/+3
* chore(api): support ignore password if login source type is LDAP for creating...Giteabot2023-12-191-3/+2
* Add option to disable ambiguous unicode characters detection (#28454) (#28499)wxiaoguang2023-12-1810-124/+85
* Initalize stroage for orphaned repository doctor (#28487) (#28490)Giteabot2023-12-161-0/+5
* Deprecate query string auth tokens (#28390) (#28430)Giteabot2023-12-121-0/+8
* Improve doctor cli behavior (#28422) (#28424)Giteabot2023-12-111-6/+10
* Make gogit Repository.GetBranchNames consistent (#28348) (#28386)Giteabot2023-12-071-13/+28
* Fix incorrect default value of `[attachment].MAX_SIZE` (#28373) (#28376)Giteabot2023-12-061-1/+1
* Use `filepath` instead of `path` to create SQLite3 database file (#28374) (#2...Giteabot2023-12-061-2/+1
* Convert git commit summary to valid UTF8. (#28356) (#28358)Giteabot2023-12-051-1/+2
* Read `previous` info from git blame (#28306) (#28310)Giteabot2023-12-012-24/+41
* Ignore "non-existing" errors when getDirectorySize calculates the size (#2827...wxiaoguang2023-11-301-11/+12
* Meilisearch: require all query terms to be matched (#28293) (#28296)Giteabot2023-11-291-4/+5
* Fix delete-orphaned-repos (#28200) (#28202)pitpalme2023-11-241-2/+2
* Make CORS work for oauth2 handlers (#28184) (#28185)Giteabot2023-11-231-0/+4
* Add guide page to actions when there's no workflows (#28145) (#28153)Giteabot2023-11-221-0/+1
* Change default size of attachments and repo files (#28100) (#28106)Giteabot2023-11-172-2/+2
* Fix incorrect pgsql conn builder behavior (#28085) (#28098)Giteabot2023-11-172-9/+11
* Render email addresses as such if followed by punctuation (#27987) (#27992)Giteabot2023-11-112-1/+13
* Unify two factor check (#27915) (#27929)Giteabot2023-11-061-27/+0
* Remove action runners on user deletion (#27902) (#27908)Giteabot2023-11-051-0/+7
* refactor postgres connection string building (#27723) (#27869)Giteabot2023-11-012-29/+44
* Clean up template locale usage (#27856) (#27857)wxiaoguang2023-10-311-1/+0
* Fix package webhook (#27839) (#27855)Giteabot2023-10-311-0/+1
* Close all hashed buffers (#27787) (#27790)Giteabot2023-10-251-1/+1
* Fix label render containing invalid HTML (#27752) (#27762)Giteabot2023-10-241-1/+1
* Add doctor dbconsistency fix to delete repos with no owner (#27290) (#27693)65432023-10-221-0/+70
* Improve feed icons and feed merge text color (#27498) (#27716)Giteabot2023-10-211-10/+14
* Support allowed hosts for webhook to work with proxy (#27655) (#27675)Giteabot2023-10-181-3/+15
* Improve retrying index issues (#27554) (#27634)Giteabot2023-10-162-30/+41
* Increase queue length (#27555) (#27562)Giteabot2023-10-102-2/+2
* Fix `environment-to-ini` inherited key bug (#27543) (#27546)Giteabot2023-10-092-1/+28
* Restore warning commit status (#27504) (#27529)Giteabot2023-10-091-3/+11
* Refactor system setting (#27000) (#27452)Giteabot2023-10-054-8/+186
* Add support for HEAD ref in /src/branch and /src/commit routes (#27384) (#27407)Giteabot2023-10-031-0/+20
* Make Actions tasks/jobs timeouts configurable by the user (#27400) (#27402)Giteabot2023-10-031-0/+8
* Fix git 2.11 error when checking IsEmpty (#27393) (#27397)Giteabot2023-10-021-1/+2
* More `db.DefaultContext` refactor (#27265) (#27347)Giteabot2023-09-293-7/+7
* fix orphan check for deleted branch (#27310) (#27321)Giteabot2023-09-281-3/+3