Commit Graph

  • c70e442ce4 feat(api): implement branch/commit comparison API (#30349) Bo-Yi Wu 2024-04-16 11:45:04 +08:00
  • 3b045ee165 [skip ci] Updated translations via Crowdin GiteaBot 2024-04-16 00:23:51 +00:00
  • b9f69b4a4d Fix various overflows on actions view (#30344) silverwind 2024-04-15 21:46:52 +02:00
  • 2c80421243 Convert max file name length to 255 (#30489) yp05327 2024-04-16 04:08:31 +09:00
  • 3b40ebf895 Remove active border on pointing menu (#30486) silverwind 2024-04-15 20:22:53 +02:00
  • 2dc7e9e5fe Fix button color on red and green buttons (#30500) silverwind 2024-04-15 19:20:32 +02:00
  • c63060b130 Fix code owners will not be mentioned when a pull request comes from a forked repository (#30476) Lunny Xiao 2024-04-15 22:11:07 +08:00
  • 1508a85f62 Fix overflow on issue dependency (#30484) silverwind 2024-04-15 10:49:48 +02:00
  • 994920c677 Kill all gitea processes before air build (#30477) silverwind 2024-04-15 10:24:36 +02:00
  • 708e87e17d [skip ci] Updated licenses and gitignores GiteaBot 2024-04-15 02:40:53 +00:00
  • ef3941f2eb Revert 100% label max-width (#30481) silverwind 2024-04-15 03:04:02 +02:00
  • b84baf21fa Improve flex ellipsis (#30479) wxiaoguang 2024-04-15 03:43:30 +08:00
  • 9946353282 Remove fomantic button module (#30475) silverwind 2024-04-14 19:53:52 +02:00
  • 4c6e2da088 Improve "must-change-password" logic and document (#30472) wxiaoguang 2024-04-15 01:22:14 +08:00
  • e20428d8f6 Fix commitstatus summary (#30431) Lunny Xiao 2024-04-14 20:16:54 +08:00
  • f3267548ab Remove fomantic menu module (#30325) silverwind 2024-04-14 13:43:46 +02:00
  • 044cc169e7 Use flex-container for dashboard layout (#30214) silverwind 2024-04-14 13:39:11 +02:00
  • 4b1063f3db Rewrite and restyle reaction selector and enable no-sizzle eslint rule (#30453) silverwind 2024-04-14 12:44:11 +02:00
  • 6999a88fd9 Pulse page improvements (#30149) silverwind 2024-04-14 11:21:16 +02:00
  • ce130ae8da Fix JS error when opening to expanded code comment (#30463) silverwind 2024-04-14 09:16:03 +02:00
  • b18c04ebde fix: Fix to delete cookie when AppSubURL is non-empty (#30375) Jonathan Tran 2024-04-14 00:46:56 -04: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
  • 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
  • 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
  • 0fe9f93eb4 Check the token's owner and repository when registering a runner (#30406) Zettat123 2024-04-11 16:01:44 +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
  • f3cc00626b Update actions variables documents (#30394) Lunny Xiao 2024-04-11 11:57:03 +08:00
  • 50dbed6527 Fix author name alignment in commits table (#30396) silverwind 2024-04-11 05:16:44 +02: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
  • 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
  • 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
  • 0ceecfc11a fix: close file in the Upload func (#30262) guangwu 2024-04-03 22:58:13 +08:00
  • 1195be41a1 Replace coloris with vanilla-colorful (#30201) silverwind 2024-04-03 11:15:06 +02: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
  • 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