1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-04 08:17:24 -05:00

Commit Graph

  • 7cf611d197
    Fix broken image when editing comment with non-image attachments (#32319) yp05327 2024-10-24 00:39:10 +0900
  • ea1b18c45d
    limit results Anbraten 2024-10-23 17:11:22 +0200
  • 546651644f
    improve code Anbraten 2024-10-23 17:08:48 +0200
  • 0336851644 Merge branch 'main' into add-priority-to-ProtectedBranch m.huber 2024-10-23 16:52:21 +0200
  • 312f706189
    Improvements on code snippet search (updated tokenizer and made ES' search case insensitive) Bruno Sofiato 2024-10-14 19:15:02 -0300
  • 7371f262b7
    use utils Anbraten 2024-10-23 16:01:38 +0200
  • 8957d4f127
    enhance code Anbraten 2024-10-23 15:59:04 +0200
  • 41778d5ab9
    get issues from api Anbraten 2024-10-23 15:51:16 +0200
  • 1afcb061b6
    add ui Anbraten 2024-10-23 15:11:22 +0200
  • e943ddca72
    Autocomplete issues or pull-request ids Anbraten 2024-10-23 14:24:03 +0200
  • 97544d8764
    Merge remote-tracking branch 'upstream/main' into issue-updates Anbraten 2024-10-23 13:43:28 +0200
  • c4a53bc769
    Merge branch 'main' into refactor-of-32211 6543 2024-10-23 12:57:55 +0200
  • 5764d7c753
    Merge branch 'main' into order-BranchProtection-non-glob-by-name 6543 2024-10-23 12:56:51 +0200
  • 4ef751c811
    Merge branch 'main' into fix-dropzone-image Giteabot 2024-10-23 14:41:17 +0800
  • 2abdbe88b5
    Fix disable 2fa bug (#32320) Lunny Xiao 2024-10-23 14:41:00 +0800
  • 0d54819037
    Merge branch 'main' into lunny/fix_2fa Lunny Xiao 2024-10-23 14:11:26 +0800
  • d1abe6daf1
    Merge branch 'main' into fix-dropzone-image Giteabot 2024-10-23 13:00:44 +0800
  • d46d34a655
    Upgrade rollup to 4.24.0 (#32312) Lunny Xiao 2024-10-23 13:00:32 +0800
  • 0d11ba93dd
    Fix the permission check for user search API and limit the number of returned users for /user/search (#32310) Zettat123 2024-10-23 12:56:13 +0800
  • f1ea2ee481
    Merge branch 'main' into fix-dropzone-image Giteabot 2024-10-23 12:55:33 +0800
  • 6e814389c3
    Merge branch 'main' into lunny/upgrade_rollup Giteabot 2024-10-23 12:55:31 +0800
  • 500774277c
    Upgrade vue to 3.5.12 (#32311) Lunny Xiao 2024-10-23 12:55:17 +0800
  • df785f6200
    Fix edit team Lunny Xiao 2024-10-22 21:51:22 -0700
  • 6564236e29
    Merge branch 'main' into lunny/upgrade_rollup Giteabot 2024-10-23 12:50:51 +0800
  • 641593d6b9
    Merge branch 'main' into lunny/upgrade_vue Giteabot 2024-10-23 12:50:41 +0800
  • 0ef7cded41
    Merge branch 'main' into fix-dropzone-image Giteabot 2024-10-23 12:39:56 +0800
  • de2ad2e1b1
    Make admins adhere to branch protection rules (#32248) Tim 2024-10-23 06:39:43 +0200
  • 7ebf907c63
    Merge branch 'main' into fix-dropzone-image Giteabot 2024-10-23 12:27:53 +0800
  • ed28125e2b
    Merge branch 'release/v1.22' into fix-user-search-issue Giteabot 2024-10-23 12:27:51 +0800
  • cd9febc522 rename yp05327 2024-10-23 04:19:31 +0000
  • 7f02e1da5a
    Merge 570f338490 into 620f19610e Lunny Xiao 2024-10-23 11:00:18 +0800
  • 3303a10826 fix missing API BlockAdminMergeOverride wxiaoguang 2024-10-23 10:51:50 +0800
  • b7d12347f3
    Add warn log when deleting inactive users (#32318) (#32321) Lunny Xiao 2024-10-23 10:48:42 +0800
  • 54b3ea10c8
    Merge branch 'main' into feature/block-admin-merge-override Giteabot 2024-10-23 10:48:16 +0800
  • 620f19610e
    Prevent from submitting issue/comment on uploading (#32263) 박상철 2024-10-23 11:48:04 +0900
  • 46fe56138d Add warn log when deleting inactive users (#32318) Lunny Xiao 2024-10-23 09:28:28 +0800
  • 38e9a448de
    Merge branch 'main' into fix/prevent-comment-on-uploading Giteabot 2024-10-23 09:28:49 +0800
  • 94f5f87562
    Merge branch 'main' into feature/block-admin-merge-override Giteabot 2024-10-23 09:28:47 +0800
  • a264c46fb0
    Add warn log when deleting inactive users (#32318) Lunny Xiao 2024-10-23 09:28:28 +0800
  • d9a46819f9
    Fix disable 2fa bug Lunny Xiao 2024-10-22 17:05:22 -0700
  • e0ffd4579a fix yp05327 2024-10-23 00:01:31 +0000
  • 8780d12df4 add dedicated func getUserTeamIDsQueryBuilder(orgID, userID int64) *builder.Builder { return builder.Select("team.id").From("team"). InnerJoin("team_user", "team_user.team_id = team.id"). Where(builder.Eq{ "team_user.org_id": orgID, "team_user.uid": userID, }) } 6543 2024-10-23 01:19:59 +0200
  • a993136c23 Merge branch 'refactor-of-32211' into limit-org-member-view-of-restricted-users 6543 2024-10-23 01:18:39 +0200
  • 7bb645eaa9 not needed here and dublicated on related pull 6543 2024-10-23 01:17:13 +0200
  • 658397b38e
    Add warn log when deleting inactive users Lunny Xiao 2024-10-22 12:32:06 -0700
  • ce0c168eab remove unused call to $.HeadRepo in view_title template Rowan Bohde 2024-10-22 14:13:29 -0500
  • 3645248b31
    Merge branch 'main' into feature/block-admin-merge-override Giteabot 2024-10-23 01:10:28 +0800
  • 33da8f1e71 no setting requirement for additional grant scopes Marcell Mars 2024-10-10 17:05:19 +0200
  • 4885397d18 oauth2 additional scopes Marcell Mars 2024-10-02 10:43:44 +0200
  • 04eb9dc696
    Merge 66b2c4a0f3 into 9206fbb55f Illya Marchenko 2024-10-22 16:58:27 +0300
  • 89a3887c1d
    Merge branch 'main' into limit-org-member-view-of-restricted-users 6543 2024-10-22 15:02:53 +0200
  • 12bd60b2d9
    Merge branch 'main' into refactor-of-32211 6543 2024-10-22 15:02:45 +0200
  • 8cac5fc8f2
    Merge branch 'main' into order-BranchProtection-non-glob-by-name 6543 2024-10-22 14:06:35 +0200
  • e94463c18a fix wxiaoguang 2024-10-22 17:12:59 +0800
  • 48b98c7443 fix yp05327 2024-10-22 08:01:18 +0000
  • 038e645b1e
    Upgrade rollup to 4.24.0 Lunny Xiao 2024-10-22 00:37:50 -0700
  • 9cfe22b70a
    Upgrade vue to 3.5.12 Lunny Xiao 2024-10-22 00:24:41 -0700
  • 570f338490 Merge branch 'lunny/issue_dev' of github.com:lunny/gitea into lunny/issue_dev Lunny Xiao 2024-10-22 00:08:04 -0700
  • f17020c49c Merge branch 'main' into lunny/issue_dev Lunny Xiao 2024-10-22 00:06:03 -0700
  • c8a8fc6a1e
    Don't display create branch link for closed issue Lunny Xiao 2024-10-22 00:06:00 -0700
  • f3c7c26178 prevent upload button on uploading with callback sangcheol12 2024-10-22 15:58:32 +0900
  • 34cfdaf37a disable modify button on image uploading sangcheol12 2024-10-15 17:58:40 +0900
  • 7d13422ddc Add try-catch to handle potential upload errors in handleUploadFiles sangcheol12 2024-10-15 16:16:32 +0900
  • e286eda1b0 remove insert placeholder event handler after upload success sangcheol12 2024-10-15 15:29:33 +0900
  • d88502559a prevent status button on uploading images sangcheol12 2024-10-15 15:12:56 +0900
  • ddbefb7f40 add isUploding method in ComboMarkdownEditor sangcheol12 2024-10-15 15:12:29 +0900
  • 992b0a0ab9 prevent comment on uploading sangcheol12 2024-10-15 13:01:22 +0900
  • 5eb99e0353 fix lint wxiaoguang 2024-10-22 12:37:18 +0800
  • f2269470ab fix /user/search wxiaoguang 2024-10-22 12:32:07 +0800
  • 6faefbfba9 fix api Zettat123 2024-10-22 13:28:54 +0800
  • 9206fbb55f
    Add DISABLE_ORGANIZATIONS_PAGE and DISABLE_CODE_PAGE settings for explore pages and fix an issue related to user search (#32288) Zettat123 2024-10-22 13:09:19 +0800
  • fa79343322 fix lint wxiaoguang 2024-10-22 12:37:18 +0800
  • ea0277867d fix /user/search wxiaoguang 2024-10-22 12:32:07 +0800
  • 03292a8912 fix reqExploreSignIn Zettat123 2024-10-22 09:19:01 +0800
  • 792aeeaa80
    Merge branch 'main' into more-explore-page-settings Giteabot 2024-10-22 08:41:17 +0800
  • 3d6ccbac3f
    chore: fix some function names in comment (#32300) wangjingcun 2024-10-22 08:41:05 +0800
  • b78cbd655a
    fix lint silverwind 2024-10-22 02:02:38 +0200
  • 9de3d5ea72
    Fix a number of typescript issues silverwind 2024-10-22 01:35:25 +0200
  • 7939780ae6 limit scope 6543 2024-10-21 21:59:18 +0200
  • b939a8d32a fix webui lint issues 6543 2024-10-21 21:45:27 +0200
  • adbda0636d Merge branch 'main' into lunny/fix_bot_automerge Lunny Xiao 2024-10-21 12:38:02 -0700
  • 5056af5fac fix webui lint issues 6543 2024-10-21 21:33:27 +0200
  • 962ea78e9c fix lints 6543 2024-10-21 21:23:06 +0200
  • 78c9d4c2ee fix lints 6543 2024-10-21 21:21:17 +0200
  • 19b2b7c665 form expect struct 6543 2024-10-21 21:07:54 +0200
  • ae19b8e398 wip? 6543 2024-10-21 20:25:17 +0200
  • c5e17d92f1
    Merge branch 'main' into more-explore-page-settings Giteabot 2024-10-22 01:49:11 +0800
  • c83fce90df add grabber octicon 6543 2024-10-21 19:00:48 +0200
  • bc81f757b1 add route for webui 6543 2024-10-21 19:00:16 +0200
  • 5dd06235cc future profe API as its an object we can add stuff later on 6543 2024-10-21 16:51:08 +0200
  • e944befa15
    Merge branch 'main' into add-priority-to-ProtectedBranch 6543 2024-10-21 16:36:59 +0200
  • b5e6a58c8f
    Merge branch 'main' into limit-org-member-view-of-restricted-users 6543 2024-10-21 10:02:48 +0200
  • b1b8e3e2af fix redirect Zettat123 2024-10-21 15:42:58 +0800
  • 23364515f5 improve var names Zettat123 2024-10-21 15:34:31 +0800
  • 0658fa6698 fix and Zettat123 2024-10-21 15:24:10 +0800
  • 3f6297b312
    chore: fix some function names in comment wangjingcun 2024-10-21 15:22:27 +0800
  • 7314a2788f fix reqExploreSignIn Zettat123 2024-10-21 15:16:54 +0800
  • ce6eeabd02 Revert "use db settings" Zettat123 2024-10-21 14:24:20 +0800
  • 6c4673dd1d Revert "use .SystemConfig" Zettat123 2024-10-21 14:24:11 +0800
  • 2d1ce03b8b Revert "format" Zettat123 2024-10-21 14:24:01 +0800