1
1
mirror of https://github.com/go-gitea/gitea.git synced 2025-02-14 07:41:21 +01:00

Commit Graph

  • a88f718c10
    Refactor dropzone (#31482) wxiaoguang 2024-06-27 01:01:20 +0800
  • e55865c5f6 do not check null in initDropzone because the callers have done it wxiaoguang 2024-06-27 00:55:40 +0800
  • f7ea85b6b5 add a comment for dropzone's bug wxiaoguang 2024-06-27 00:51:47 +0800
  • 4879c03a8f fix an edge case and add comment wxiaoguang 2024-06-27 00:38:11 +0800
  • ad66358e8a Merge branch 'main' into refactor-dropzone wxiaoguang 2024-06-27 00:25:53 +0800
  • a050b806b0 cleanup Anbraten 2024-06-26 17:57:17 +0200
  • ddc8ef1b5b rm href Anbraten 2024-06-26 17:51:17 +0200
  • eda2056798 use res.ok Anbraten 2024-06-26 17:50:15 +0200
  • 9b9a140599 fix typo Anbraten 2024-06-26 17:50:07 +0200
  • 18b02851be
    Update web_src/js/components/RepoActionView.vue silverwind 2024-06-26 16:50:00 +0200
  • 181ffa06d9
    revert toast-related changes silverwind 2024-06-26 16:35:24 +0200
  • 3cecfa3df4
    use correct l10n string (#31487) (#31490) Giteabot 2024-06-26 21:45:48 +0800
  • 4c82236a2a
    Merge branch 'release/v1.22' into backport-31487-v1.22 Giteabot 2024-06-26 21:17:16 +0800
  • d9e6657879
    Upgrade github.com/hashicorp/go-retryablehttp (#31499) silverwind 2024-06-26 15:15:42 +0200
  • 3eaa4fabe9
    Merge branch 'release/v1.22' into vulnup Giteabot 2024-06-26 20:47:27 +0800
  • b4faa4ae15 simplify changes Anbraten 2024-06-26 14:41:17 +0200
  • 701e51b550 finish Anbraten 2024-06-26 14:25:39 +0200
  • eac3e9959e remove unnecessary prop wxiaoguang 2024-06-26 19:12:52 +0800
  • 03f1e5065b add login btn Anbraten 2024-06-26 12:50:28 +0200
  • 41e387c689 fix comment wxiaoguang 2024-06-26 18:46:57 +0800
  • 4c81b7cff4 fix lint wxiaoguang 2024-06-26 18:44:16 +0800
  • 27e5ed96b6 fix import comment wxiaoguang 2024-06-26 18:39:28 +0800
  • 019d8e6c57 fix lint wxiaoguang 2024-06-26 18:38:19 +0800
  • f6034b2865 show duplicate number wxiaoguang 2024-06-26 18:33:08 +0800
  • fe6bbd43f8
    Merge branch 'main' into afetch Giteabot 2024-06-26 18:31:32 +0800
  • fbcbf5ff0a
    Merge branch 'release/v1.22' into backport-31487-v1.22 Giteabot 2024-06-26 18:09:36 +0800
  • 151b786837
    Fix dropzone JS error when attachment is disabled (#31486) wxiaoguang 2024-06-26 18:09:25 +0800
  • 271bd21995 refactor maxFiles/maxFilesize wxiaoguang 2024-06-26 17:55:17 +0800
  • b196ec4d8d Add passkeys support Anbraten 2024-06-26 11:18:12 +0200
  • d4bd99b9b0 fix wxiaoguang 2024-06-26 16:16:27 +0800
  • 5304f5a894
    Upgrade github.com/hashicorp/go-retryablehttp silverwind 2024-06-26 09:51:02 +0200
  • 0262846446 adjust Anbraten 2024-06-26 09:37:35 +0200
  • 7150181b46 name createElementFromAttrs wxiaoguang 2024-06-26 11:51:00 +0800
  • d957c1c8a9 fix dropzone numbers wxiaoguang 2024-06-26 11:37:02 +0800
  • 7ac6373348
    Merge branch 'release/v1.22' into backport-31487-v1.22 Giteabot 2024-06-26 11:00:58 +0800
  • b992000fc5 fix wxiaoguang 2024-06-26 10:49:38 +0800
  • 4a72cba540 refactor createElement wxiaoguang 2024-06-26 10:22:07 +0800
  • 3a09a86d30
    Merge branch 'release/v1.22' into fix-attachment-dropzone wxiaoguang 2024-06-26 09:53:48 +0800
  • 944f6f2c4c Optimization of labels handling in issue_search (#26460) Chl 2024-06-25 19:09:13 +0200
  • 35ce7a5e0e [skip ci] Updated translations via Crowdin GiteaBot 2024-06-26 00:26:17 +0000
  • 072ba78d89 actions view: move loading of task attributes etc... into own func 6543 2024-06-26 00:29:41 +0200
  • c94fae982d working impl. to "publisch draft" of cicd_feedback 6543 2024-06-26 00:05:01 +0200
  • a68292bea4 Merge branch 'main' of https://github.com/go-gitea/gitea into feature-audit KN4CK3R 2024-06-25 21:02:14 +0000
  • a0c9cf9219
    restrict htmx preventDuplicates to only polling elements silverwind 2024-06-25 21:54:11 +0200
  • abfbb59e56
    default preventDuplicates to default, use single key, use it for htmx silverwind 2024-06-25 21:42:31 +0200
  • f654f1210d
    invert option silverwind 2024-06-25 21:31:21 +0200
  • 77c4aa20ce
    fix lint silverwind 2024-06-25 21:28:43 +0200
  • f88e8178ff
    remove boolean trap silverwind 2024-06-25 21:05:47 +0200
  • a8695fe99d
    Update web_src/js/modules/toast.js silverwind 2024-06-25 21:03:39 +0200
  • a5cccf4bcb
    Merge branch 'main' into afetch silverwind 2024-06-25 21:02:57 +0200
  • 58b1ee5ebd
    Fix overflow menu flickering on mobile (#31484) (#31488) Giteabot 2024-06-26 01:13:04 +0800
  • b5326a431f
    Optimization of labels handling in issue_search (#26460) Chl 2024-06-25 19:09:13 +0200
  • 53b0c3d79f
    make fmt techknowlogick 2024-06-25 12:27:22 -0400
  • fd4f0fe1e2
    Update issue_search.go techknowlogick 2024-06-25 12:14:38 -0400
  • 4f8dfa910f
    Update issue_search.go techknowlogick 2024-06-25 12:11:15 -0400
  • 47ecbb7543
    fix conflict techknowlogick 2024-06-25 12:10:58 -0400
  • b1028274ba
    Merge branch 'main' into main techknowlogick 2024-06-25 12:08:15 -0400
  • eb8ee4e3ef
    Merge branch 'main' into nolyfill techknowlogick 2024-06-25 11:59:59 -0400
  • dd53c851a4 add to makefile techknowlogick 2024-06-25 11:59:21 -0400
  • 3f5369c3a6 use correct l10n string (#31487) CyberFlame 2024-06-26 02:54:18 +1200
  • 72c66bd479
    use correct l10n string (#31487) CyberFlame 2024-06-26 02:54:18 +1200
  • c3179f8797
    Merge branch 'main' into stringfix Giteabot 2024-06-25 22:25:25 +0800
  • 7f39afedaa Fix overflow menu flickering on mobile (#31484) Brecht Van Lommel 2024-06-25 16:24:15 +0200
  • 4af97cf383
    Fix overflow menu flickering on mobile (#31484) Brecht Van Lommel 2024-06-25 16:24:15 +0200