1
1
mirror of https://github.com/go-gitea/gitea synced 2025-09-22 00:28:12 +00:00

Commit Graph

  • 09df5c9c7d Use db.ListOptions directly instead of Paginator interface to make iteasier to use and fix performance of /pulls and /issues (#29990) (#30447) Lunny Xiao 2024-04-14 01:44:57 +08:00
  • c77e8140bc Add interface{} to any replacement to make fmt, exclude *.pb.go (#30461) silverwind 2024-04-13 19:32:15 +02:00
  • af02b8a0e9 Fix network error when open/close organization/individual projects and redirect to project page (#30387) yp05327 2024-04-14 01:17:01 +09:00
  • fd59cd9450 Avoid losing token when updating mirror settings (#30429) Jason Song 2024-04-13 23:41:57 +08:00
  • fc4e08f804 Upgrade go-sqlite to v1.14.22 (#30462) Lunny Xiao 2024-04-13 21:33:50 +08:00
  • 18dd9f9a3f Fix label rendering (#30456) wxiaoguang 2024-04-13 18:05:33 +08:00
  • 92e27e15c3 Add comment for ContainsRedirectURI about the exact match (#30457) wxiaoguang 2024-04-13 17:31:40 +08:00
  • c28bed27af Update JS and PY deps, lock eslint and related plugins (#30452) silverwind 2024-04-13 10:54:36 +02:00
  • c248f010ad Refactor cache and disable go-chi cache (#30417) wxiaoguang 2024-04-13 16:38:44 +08:00
  • 8fd8978b49 Fix admin notice view-detail (#30450) silverwind 2024-04-13 09:46:02 +02:00
  • b4d86912ef Fix mirror error when mirror repo is empty (#30432) yp05327 2024-04-13 12:01:02 +09:00
  • 68271834d6 Add /public/assets/img/webpack to ignore files again (#30451) silverwind 2024-04-13 04:28:20 +02:00
  • 68bd1dd89d Fix rename branch 500 when the target branch is deleted but exist in database (#30430) (#30437) Giteabot 2024-04-12 23:09:16 +08:00
  • 487b12783f Lock a few tool dependencies to major versions (#30439) silverwind 2024-04-12 14:52:39 +02:00
  • f9c3e79aba Fix commit status cache which missed target_url (#30426) Lunny Xiao 2024-04-12 19:02:42 +08:00
  • 25427e0aee Remove jQuery from the commit graph (except Fomantic) (#30395) Yarden Shoham 2024-04-12 13:34:12 +03:00
  • 9466fec879 Fix rename branch 500 when the target branch is deleted but exist in database (#30430) Lunny Xiao 2024-04-12 18:11:16 +08:00
  • f9fdac9809 Limit the max line length when parsing git grep output (#30418) wxiaoguang 2024-04-12 11:36:34 +08:00
  • 7af074dbee Change the default maxPerPage for gitbucket (#30392) Kazushi (Jam) Marukawa 2024-04-12 11:51:40 +09:00
  • e8a99c8f92 Fix the spacing issue in the Project view (#30415) HEREYUA 2024-04-12 10:08:58 +08:00
  • fc34481d05 Add commit status summary table to reduce query from commit status table (#30223) Lunny Xiao 2024-04-12 09:41:50 +08:00
  • 26ee66327f Split issue edit code from repo-legacy.js into its own file (#30419) wxiaoguang 2024-04-12 02:22:59 +08:00
  • 55990ebf92 Check the token's owner and repository when registering a runner (#30406) (#30412) Zettat123 2024-04-11 19:29:53 +08:00
  • 0fe9f93eb4 Check the token's owner and repository when registering a runner (#30406) Zettat123 2024-04-11 16:01:44 +08:00
  • 245e8d10c2 Avoid user does not exist error when detecting schedule actions when the commit author is an external user (#30357) (#30408) Giteabot 2024-04-11 15:39:27 +08:00
  • 96d31fe0a8 Avoid user does not exist error when detecting schedule actions when the commit author is an external user (#30357) yp05327 2024-04-11 16:11:32 +09:00
  • 529604a044 Update actions variables documents (#30394) (#30404) Giteabot 2024-04-11 12:04:21 +08:00
  • f3cc00626b Update actions variables documents (#30394) Lunny Xiao 2024-04-11 11:57:03 +08:00
  • 6cfe67cfc3 No global variables (#30402) Jason Song 2024-04-11 11:25:05 +08:00
  • 50dbed6527 Fix author name alignment in commits table (#30396) silverwind 2024-04-11 05:16:44 +02:00
  • 9149221845 Add changelog for 1.21.11 (#30314) Lunny Xiao 2024-04-11 10:52:02 +08:00
  • e6d3f9fc07 Upgrade golangci-lint to v1.57.2 (#30401) silverwind 2024-04-11 04:40:03 +02:00
  • f0bfad29ea Replace MSSQL driver with a better maintained version (#30390) Lunny Xiao 2024-04-11 09:12:40 +08:00
  • 17c7ebb327 [skip ci] Updated translations via Crowdin GiteaBot 2024-04-11 00:24:56 +00:00
  • e7ecdba493 Minor color tweaks (#30397) silverwind 2024-04-10 22:29:05 +02:00
  • c1f76aea45 Use raw Wiki links for non-renderable Wiki files (#30273) Rafael 2024-04-10 18:49:57 +01:00
  • 50099d7af4 Various improvements for long file and commit names (#30374) silverwind 2024-04-10 08:13:22 +02:00
  • 6e3aaa9975 Performance optimization for git push (#30104) (#30354) Lunny Xiao 2024-04-10 14:12:19 +08:00
  • 6cac11cb1b Fix line height on inline code preview (#30372) silverwind 2024-04-10 07:44:48 +02:00
  • b09687f1d1 Refactor more filterslice (#30370) Lunny Xiao 2024-04-10 12:18:41 +08:00
  • 310e2517e5 Fix ambiguous id when fetch Actions tasks (#30382) Jason Song 2024-04-10 10:57:43 +08:00
  • fec754258c Fix floated list items (#30377) silverwind 2024-04-10 04:16:55 +02:00
  • 63c80aeb29 Fix actions design about default actions download url (#30360) Lunny Xiao 2024-04-10 00:39:38 +08:00
  • d547b53cca Add container.FilterSlice function (#30339) oliverpool 2024-04-09 14:27:30 +02:00
  • 8d14266269 Fix label-list rendering in timeline, decrease gap (#30342) silverwind 2024-04-09 08:30:21 +02:00
  • 263a716cb5 Performance optimization for git push (#30104) Lunny Xiao 2024-04-09 11:43:17 +08:00
  • 72dc75e594 Reduce checkbox size to 15px (#30346) silverwind 2024-04-09 05:09:43 +02:00
  • d7013c26c8 [skip ci] Updated translations via Crowdin GiteaBot 2024-04-09 00:24:26 +00:00
  • 3f6ddd9bee Fix create commit status (#30225) (#30340) Lunny Xiao 2024-04-09 07:30:55 +08:00
  • 65d96725bb Fix possible renderer security problem(#30136) (#30315) Lunny Xiao 2024-04-09 06:24:35 +08:00
  • 908426aa0f Fix missed doer (#30231) Lunny Xiao 2024-04-09 05:26:41 +08:00
  • ff7aab4403 Add optional doctor storage init (#30330) Michael Kriese 2024-04-08 22:59:09 +02:00
  • d872ce006c Avoid running action when action unit is disabled after workflows detected (#30331) yp05327 2024-04-08 23:08:26 +09:00
  • 7d66b9ea65 Avoid showing Failed to change the default wiki branch if repo has no wiki when saving repo settings (#30329) yp05327 2024-04-08 20:43:23 +09:00
  • 074a3e05f6 Fix oauth2 builtin application logic (#30304) wxiaoguang 2024-04-08 12:13:34 +08:00
  • 0c7b0c5aca [skip ci] Updated licenses and gitignores GiteaBot 2024-04-08 00:25:35 +00:00
  • 8498e67309 Some NuGet package enhancements (#30280) KN4CK3R 2024-04-07 18:46:59 +02:00
  • 36887ed392 Fix and rewrite contrast color calculation, fix project-related bugs (#30237) silverwind 2024-04-07 18:19:25 +02:00
  • 019857a701 Add --page-spacing variable, fix admin dashboard notice (#30302) silverwind 2024-04-07 17:45:36 +02:00
  • 0178eaec25 Action view mobile improvements and fixes (#30309) silverwind 2024-04-07 14:41:42 +02:00
  • 644ade5ae6 Fix checkboxes on mobile view, remove some dead css (#30308) silverwind 2024-04-07 14:36:33 +02:00
  • 83f83019ef Clean up log messages (#30313) wxiaoguang 2024-04-07 19:17:06 +08:00
  • 94aad35a12 Fix right-aligned input icons (#30301) silverwind 2024-04-07 10:53:28 +02:00
  • bbe5cd7c92 Refactor startup deprecation messages (#30305) wxiaoguang 2024-04-07 09:11:25 +08:00
  • 48223909be [skip ci] Updated translations via Crowdin GiteaBot 2024-04-07 00:27:31 +00:00
  • 649aada366 Remove fomantic list module (#30281) silverwind 2024-04-06 23:33:45 +02:00
  • 662eb4b085 Markup color and font size fixes (#30282) silverwind 2024-04-06 23:06:27 +02:00
  • 7396172a02 Fix code block style for code preview (#30298) wxiaoguang 2024-04-06 20:07:08 +08:00
  • 9c1f4dae2e Always use octicon-eye on watch button (#30288) silverwind 2024-04-06 10:25:39 +02:00
  • b2b49c9bde Fix view commit link (#30297) wxiaoguang 2024-04-06 02:03:07 +08:00
  • 556099fa72 Add gap to commit status details (#30284) silverwind 2024-04-05 13:11:26 +02:00
  • 5dabc679aa Update JS dependencies and add new eslint rules (#30279) silverwind 2024-04-05 05:35:37 +02:00
  • 95504045cc Upgrade golang.org/x/net to v0.24.0 (#30283) silverwind 2024-04-05 04:45:59 +02:00
  • 07bcfc171b Commit-Dropdown: Show Author of commit if available (#30272) sebastian-sauer 2024-04-05 02:51:53 +02:00
  • 83c5072077 [skip ci] Updated translations via Crowdin GiteaBot 2024-04-05 00:24:29 +00:00
  • 663acd0b46 [skip ci] Updated translations via Crowdin GiteaBot 2024-04-04 00:24:47 +00:00
  • 39e64e094f update mailer example config, remove deprecated HOST (#30267) Knud Hollander 2024-04-04 01:16:02 +02:00
  • 609a627a44 Add [other].SHOW_FOOTER_POWERED_BY setting to hide Powered by (#30253) Yakov 2024-04-03 09:01:50 -07:00
  • 4588c7b705 Close file in the Upload func (#30262) (#30269) Giteabot 2024-04-03 23:20:18 +08:00
  • 0ceecfc11a fix: close file in the Upload func (#30262) guangwu 2024-04-03 22:58:13 +08:00
  • 47de6e3b54 Add -u git to docs when using docker exec with root installation (#29314) (#30264) Giteabot 2024-04-03 21:44:11 +08:00
  • 1195be41a1 Replace coloris with vanilla-colorful (#30201) silverwind 2024-04-03 11:15:06 +02:00
  • 5123ed3191 Fixes #27605: inline math blocks can't be preceeded/followed by alphanumerical characters (#30175) (#30250) Giteabot 2024-04-03 14:06:39 +08:00
  • 9f2a1a55e6 Add -u git to docs when using docker exec with root installation (#29314) (#30258) Giteabot 2024-04-03 13:44:13 +08:00
  • 654cfd1dfb Refactor "dump" sub-command (#30240) wxiaoguang 2024-04-03 10:16:46 +08:00
  • b28d3a4218 Add -u git to docs when using docker exec with root installation (#29314) scribblemaniac 2024-04-02 19:47:13 -06:00
  • 6f4e2e79ff Show 12 lines in markup code preview (#30255) silverwind 2024-04-03 03:44:15 +02:00
  • e006451ab1 Fixes #27605: inline math blocks can't be preceeded/followed by alphanumerical characters (#30175) João Tiago 2024-04-02 19:15:40 +01:00
  • ca5c895efb Render embedded code preview by permlink in markdown (#30234) wxiaoguang 2024-04-03 01:48:27 +08:00
  • 935bfe6445 Fix missing 0 prefix of GPG key id (#30245) (#30247) Giteabot 2024-04-03 00:13:07 +08:00
  • eb505b128c Fix missing 0 prefix of GPG key id (#30245) KN4CK3R 2024-04-02 17:50:57 +02:00
  • 944c76e784 Fix spacing in issue navbar (#30238) silverwind 2024-04-02 13:48:07 +02:00
  • b482567059 Add unique index for project_issue to prevent duplicate data (#30190) Lunny Xiao 2024-04-02 16:02:05 +08:00
  • 8a5c597c1d [skip ci] Updated translations via Crowdin GiteaBot 2024-04-02 00:24:02 +00:00
  • 0db554fa63 Refactor commit signature parser (#30228) wxiaoguang 2024-04-02 04:23:17 +08:00
  • ca297a90fb Refactor dropzone (#30232) wxiaoguang 2024-04-02 02:16:38 +08:00
  • 1ef2eb50d8 Remove scheduled action tasks if the repo is archived (#30224) Zettat123 2024-04-01 21:48:14 +08:00
  • 751997ad34 Refactor file view & render (#30227) wxiaoguang 2024-04-01 21:11:30 +08:00
  • a008486f5c Refactor DeleteInactiveUsers, fix bug and add tests (#30206) wxiaoguang 2024-04-01 10:06:35 +08:00
  • 2ac78c75d0 Include encoding in signature payload (#30174) (#30181) Giteabot 2024-04-01 09:47:11 +08:00