Commit Graph

  • 4f276a3363
    Fix install page checkboxes and dropdown width (#30526) silverwind 2024-04-17 09:30:46 +0200
  • 6f7d70fb3d
    Reduce unnecessary database queries on actions table (#30509) Lunny Xiao 2024-04-17 09:25:03 +0800
  • 38147d020d [skip ci] Updated translations via Crowdin GiteaBot 2024-04-17 00:24:47 +0000
  • 5ccd042f70
    Tweak and fix toggle checkboxes (#30527) silverwind 2024-04-17 00:39:19 +0200
  • 3746a625f5
    Tweak repo buttons on mobile and labeled button border-radius (#30503) silverwind 2024-04-16 17:46:12 +0200
  • a658e2f277
    Fix long branch name overflows (#30345) silverwind 2024-04-16 10:52:45 +0200
  • 58b204b813
    Update API to return 'source_id' for users (#29718) Tobias Balle-Petersen 2024-04-16 08:08:48 +0200
  • 6ba0c371c2
    Allow preferred_username as username source for OIDC (#30454) SimonErm 2024-04-16 07:41:39 +0200
  • cf9061f44a
    Fix empty field login_name in API response JSON when creating user (#30511) yp05327 2024-04-16 14:13:00 +0900
  • c70e442ce4
    feat(api): implement branch/commit comparison API (#30349) Bo-Yi Wu 2024-04-16 11:45:04 +0800
  • 3b045ee165 [skip ci] Updated translations via Crowdin GiteaBot 2024-04-16 00:23:51 +0000
  • b9f69b4a4d
    Fix various overflows on actions view (#30344) silverwind 2024-04-15 21:46:52 +0200
  • 2c80421243
    Convert max file name length to 255 (#30489) yp05327 2024-04-16 04:08:31 +0900
  • 3b40ebf895
    Remove active border on pointing menu (#30486) silverwind 2024-04-15 20:22:53 +0200
  • 2dc7e9e5fe
    Fix button color on red and green buttons (#30500) silverwind 2024-04-15 19:20:32 +0200
  • 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 +0800
  • 1508a85f62
    Fix overflow on issue dependency (#30484) silverwind 2024-04-15 10:49:48 +0200
  • 994920c677
    Kill all gitea processes before air build (#30477) silverwind 2024-04-15 10:24:36 +0200
  • 708e87e17d [skip ci] Updated licenses and gitignores GiteaBot 2024-04-15 02:40:53 +0000
  • ef3941f2eb
    Revert 100% label max-width (#30481) silverwind 2024-04-15 03:04:02 +0200
  • b84baf21fa
    Improve flex ellipsis (#30479) wxiaoguang 2024-04-15 03:43:30 +0800
  • 9946353282
    Remove fomantic button module (#30475) silverwind 2024-04-14 19:53:52 +0200
  • 4c6e2da088
    Improve "must-change-password" logic and document (#30472) wxiaoguang 2024-04-15 01:22:14 +0800
  • e20428d8f6
    Fix commitstatus summary (#30431) Lunny Xiao 2024-04-14 20:16:54 +0800
  • f3267548ab
    Remove fomantic menu module (#30325) silverwind 2024-04-14 13:43:46 +0200
  • 044cc169e7
    Use flex-container for dashboard layout (#30214) silverwind 2024-04-14 13:39:11 +0200
  • 4b1063f3db
    Rewrite and restyle reaction selector and enable no-sizzle eslint rule (#30453) silverwind 2024-04-14 12:44:11 +0200
  • 6999a88fd9
    Pulse page improvements (#30149) silverwind 2024-04-14 11:21:16 +0200
  • ce130ae8da
    Fix JS error when opening to expanded code comment (#30463) silverwind 2024-04-14 09:16:03 +0200
  • b18c04ebde
    fix: Fix to delete cookie when AppSubURL is non-empty (#30375) Jonathan Tran 2024-04-14 00:46:56 -0400
  • c77e8140bc
    Add interface{} to any replacement to make fmt, exclude *.pb.go (#30461) silverwind 2024-04-13 19:32:15 +0200
  • af02b8a0e9
    Fix network error when open/close organization/individual projects and redirect to project page (#30387) yp05327 2024-04-14 01:17:01 +0900
  • fd59cd9450
    Avoid losing token when updating mirror settings (#30429) Jason Song 2024-04-13 23:41:57 +0800
  • 18dd9f9a3f
    Fix label rendering (#30456) wxiaoguang 2024-04-13 18:05:33 +0800
  • 92e27e15c3
    Add comment for ContainsRedirectURI about the exact match (#30457) wxiaoguang 2024-04-13 17:31:40 +0800
  • c28bed27af
    Update JS and PY deps, lock eslint and related plugins (#30452) silverwind 2024-04-13 10:54:36 +0200
  • c248f010ad
    Refactor cache and disable go-chi cache (#30417) wxiaoguang 2024-04-13 16:38:44 +0800
  • 8fd8978b49
    Fix admin notice view-detail (#30450) silverwind 2024-04-13 09:46:02 +0200
  • b4d86912ef
    Fix mirror error when mirror repo is empty (#30432) yp05327 2024-04-13 12:01:02 +0900
  • 68271834d6
    Add /public/assets/img/webpack to ignore files again (#30451) silverwind 2024-04-13 04:28:20 +0200
  • 487b12783f
    Lock a few tool dependencies to major versions (#30439) silverwind 2024-04-12 14:52:39 +0200
  • f9c3e79aba
    Fix commit status cache which missed target_url (#30426) Lunny Xiao 2024-04-12 19:02:42 +0800
  • 25427e0aee
    Remove jQuery from the commit graph (except Fomantic) (#30395) Yarden Shoham 2024-04-12 13:34:12 +0300
  • 9466fec879
    Fix rename branch 500 when the target branch is deleted but exist in database (#30430) Lunny Xiao 2024-04-12 18:11:16 +0800
  • f9fdac9809
    Limit the max line length when parsing git grep output (#30418) wxiaoguang 2024-04-12 11:36:34 +0800
  • 7af074dbee
    Change the default maxPerPage for gitbucket (#30392) Kazushi (Jam) Marukawa 2024-04-12 11:51:40 +0900
  • e8a99c8f92
    Fix the spacing issue in the Project view (#30415) HEREYUA 2024-04-12 10:08:58 +0800
  • fc34481d05
    Add commit status summary table to reduce query from commit status table (#30223) Lunny Xiao 2024-04-12 09:41:50 +0800
  • 26ee66327f
    Split issue edit code from repo-legacy.js into its own file (#30419) wxiaoguang 2024-04-12 02:22:59 +0800
  • 0fe9f93eb4
    Check the token's owner and repository when registering a runner (#30406) Zettat123 2024-04-11 16:01:44 +0800
  • 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 +0900
  • f3cc00626b
    Update actions variables documents (#30394) Lunny Xiao 2024-04-11 11:57:03 +0800
  • 50dbed6527
    Fix author name alignment in commits table (#30396) silverwind 2024-04-11 05:16:44 +0200
  • e6d3f9fc07
    Upgrade golangci-lint to v1.57.2 (#30401) silverwind 2024-04-11 04:40:03 +0200
  • f0bfad29ea
    Replace MSSQL driver with a better maintained version (#30390) Lunny Xiao 2024-04-11 09:12:40 +0800
  • 17c7ebb327 [skip ci] Updated translations via Crowdin GiteaBot 2024-04-11 00:24:56 +0000
  • e7ecdba493
    Minor color tweaks (#30397) silverwind 2024-04-10 22:29:05 +0200
  • c1f76aea45
    Use raw Wiki links for non-renderable Wiki files (#30273) Rafael 2024-04-10 18:49:57 +0100
  • 50099d7af4
    Various improvements for long file and commit names (#30374) silverwind 2024-04-10 08:13:22 +0200
  • 6cac11cb1b
    Fix line height on inline code preview (#30372) silverwind 2024-04-10 07:44:48 +0200
  • b09687f1d1
    Refactor more filterslice (#30370) Lunny Xiao 2024-04-10 12:18:41 +0800
  • 310e2517e5
    Fix ambiguous id when fetch Actions tasks (#30382) Jason Song 2024-04-10 10:57:43 +0800
  • fec754258c
    Fix floated list items (#30377) silverwind 2024-04-10 04:16:55 +0200
  • 63c80aeb29
    Fix actions design about default actions download url (#30360) Lunny Xiao 2024-04-10 00:39:38 +0800
  • d547b53cca
    Add container.FilterSlice function (#30339) oliverpool 2024-04-09 14:27:30 +0200
  • 8d14266269
    Fix label-list rendering in timeline, decrease gap (#30342) silverwind 2024-04-09 08:30:21 +0200
  • 263a716cb5
    Performance optimization for git push (#30104) Lunny Xiao 2024-04-09 11:43:17 +0800
  • 72dc75e594
    Reduce checkbox size to 15px (#30346) silverwind 2024-04-09 05:09:43 +0200
  • d7013c26c8 [skip ci] Updated translations via Crowdin GiteaBot 2024-04-09 00:24:26 +0000
  • 908426aa0f
    Fix missed doer (#30231) Lunny Xiao 2024-04-09 05:26:41 +0800
  • ff7aab4403
    Add optional doctor storage init (#30330) Michael Kriese 2024-04-08 22:59:09 +0200
  • d872ce006c
    Avoid running action when action unit is disabled after workflows detected (#30331) yp05327 2024-04-08 23:08:26 +0900
  • 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 +0900
  • 074a3e05f6
    Fix oauth2 builtin application logic (#30304) wxiaoguang 2024-04-08 12:13:34 +0800
  • 0c7b0c5aca [skip ci] Updated licenses and gitignores GiteaBot 2024-04-08 00:25:35 +0000
  • 8498e67309
    Some NuGet package enhancements (#30280) KN4CK3R 2024-04-07 18:46:59 +0200
  • 36887ed392
    Fix and rewrite contrast color calculation, fix project-related bugs (#30237) silverwind 2024-04-07 18:19:25 +0200
  • 019857a701
    Add --page-spacing variable, fix admin dashboard notice (#30302) silverwind 2024-04-07 17:45:36 +0200
  • 0178eaec25
    Action view mobile improvements and fixes (#30309) silverwind 2024-04-07 14:41:42 +0200
  • 644ade5ae6
    Fix checkboxes on mobile view, remove some dead css (#30308) silverwind 2024-04-07 14:36:33 +0200
  • 83f83019ef
    Clean up log messages (#30313) wxiaoguang 2024-04-07 19:17:06 +0800
  • 94aad35a12
    Fix right-aligned input icons (#30301) silverwind 2024-04-07 10:53:28 +0200
  • bbe5cd7c92
    Refactor startup deprecation messages (#30305) wxiaoguang 2024-04-07 09:11:25 +0800
  • 48223909be [skip ci] Updated translations via Crowdin GiteaBot 2024-04-07 00:27:31 +0000
  • 649aada366
    Remove fomantic list module (#30281) silverwind 2024-04-06 23:33:45 +0200
  • 662eb4b085
    Markup color and font size fixes (#30282) silverwind 2024-04-06 23:06:27 +0200
  • 7396172a02
    Fix code block style for code preview (#30298) wxiaoguang 2024-04-06 20:07:08 +0800
  • 9c1f4dae2e
    Always use octicon-eye on watch button (#30288) silverwind 2024-04-06 10:25:39 +0200
  • b2b49c9bde
    Fix view commit link (#30297) wxiaoguang 2024-04-06 02:03:07 +0800
  • 556099fa72
    Add gap to commit status details (#30284) silverwind 2024-04-05 13:11:26 +0200
  • 5dabc679aa
    Update JS dependencies and add new eslint rules (#30279) silverwind 2024-04-05 05:35:37 +0200
  • 95504045cc
    Upgrade golang.org/x/net to v0.24.0 (#30283) silverwind 2024-04-05 04:45:59 +0200
  • 07bcfc171b
    Commit-Dropdown: Show Author of commit if available (#30272) sebastian-sauer 2024-04-05 02:51:53 +0200
  • 83c5072077 [skip ci] Updated translations via Crowdin GiteaBot 2024-04-05 00:24:29 +0000
  • 663acd0b46 [skip ci] Updated translations via Crowdin GiteaBot 2024-04-04 00:24:47 +0000
  • 39e64e094f
    update mailer example config, remove deprecated HOST (#30267) Knud Hollander 2024-04-04 01:16:02 +0200
  • 609a627a44
    Add [other].SHOW_FOOTER_POWERED_BY setting to hide Powered by (#30253) Yakov 2024-04-03 09:01:50 -0700
  • 0ceecfc11a
    fix: close file in the Upload func (#30262) guangwu 2024-04-03 22:58:13 +0800
  • 1195be41a1
    Replace coloris with vanilla-colorful (#30201) silverwind 2024-04-03 11:15:06 +0200
  • 654cfd1dfb
    Refactor "dump" sub-command (#30240) wxiaoguang 2024-04-03 10:16:46 +0800