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

Commit Graph

  • b75baf9bf4
    Merge branch 'main' into lunny/fix_js_error_migrating Giteabot 2024-09-29 04:14:09 +0800
  • 7d4d180bf8
    Merge branch 'main' into bugfix/get_csrf Giteabot 2024-09-29 04:14:07 +0800
  • 99d0510cb6
    Change the code search to sort results by relevance (#32134) Bruno Sofiato 2024-09-28 17:13:55 -0300
  • 0d8fe81c58
    Merge branch 'main' into lunny/fix_js_error_migrating Giteabot 2024-09-29 03:46:52 +0800
  • 0bea254b36
    Merge branch 'main' into bugfix/get_csrf Giteabot 2024-09-29 03:46:08 +0800
  • f419abc939
    Merge branch 'main' into feature/sort_by_relevance Giteabot 2024-09-29 03:44:16 +0800
  • d8e4b0dcb7
    make code more readable Lunny Xiao 2024-09-28 12:21:01 -0700
  • 98ac397efb
    Fix login with oauth2 sometimes return could not find a matching session for this request Lunny Xiao 2024-09-28 12:15:13 -0700
  • ad749fbf25 [skip ci] Updated translations via Crowdin GiteaBot 2024-09-28 00:30:56 +0000
  • d183f1a5ea
    Change the code search to sort results by relevance Bruno Sofiato 2024-09-25 15:19:01 -0300
  • ba36164593
    Fix lint Lunny Xiao 2024-09-27 12:54:35 -0700
  • 162ff1a110 Merge branch 'main' into lunny/improve_reverseproxy Lunny Xiao 2024-09-27 12:51:34 -0700
  • 1a8acdefbc
    Fix lint Lunny Xiao 2024-09-27 12:51:27 -0700
  • 48fd9a3261
    Fix lint Lunny Xiao 2024-09-27 12:46:11 -0700
  • 448fc867d3
    simple import Lunny Xiao 2024-09-27 12:26:30 -0700
  • dd69cfd0e5
    make oauth2 code clear. Move oauth2 provider code to their own packages/files Lunny Xiao 2024-09-27 12:22:40 -0700
  • 8991266513 Merge branch 'main' into lunny/fix_js_error_migrating Lunny Xiao 2024-09-27 11:21:51 -0700
  • 8d067d8141
    make the error more safe Lunny Xiao 2024-09-27 11:21:38 -0700
  • f52522489a
    Merge 0bd9aa0a693e459e4244ab7f8f6f3bee81954b1c into 8a9fd7f771f4f694594a0652e95ddda2b7479b3e Lunny Xiao 2024-09-27 19:57:39 +0200
  • 8a9fd7f771
    Add pure SSH LFS support (#31516) ConcurrentCrab 2024-09-27 19:57:37 +0530
  • e0a9e2537f
    Fix more bugs when view migrating repository Lunny Xiao 2024-09-27 00:23:31 -0700
  • f173431b8e
    refactor reverseproxy setting Lunny Xiao 2024-09-26 19:23:34 -0700
  • 4af6417c71
    Merge branch 'main' into lfs-ssh Giteabot 2024-09-27 08:31:13 +0800
  • fdb1df9eca [skip ci] Updated translations via Crowdin GiteaBot 2024-09-27 00:31:00 +0000
  • f351b218c0
    Fix javascript error when an anonymous user visiting migration page Lunny Xiao 2024-09-26 15:12:13 -0700
  • 75d156ab07 Don't join repository when loading action table data (#32127) Lunny Xiao 2024-09-26 12:50:30 +0800
  • 1e8502fb99 modules/lfstransfer: call private LFS API ConcurrentCrab 2024-09-19 07:49:19 +0000
  • 165bf9a658 routers/private: add private equivalents of public lfs API ConcurrentCrab 2024-09-19 15:52:37 +0530
  • 5009913b9b config: add ALLOW_PURE_SSH option ConcurrentCrab 2024-07-25 21:43:08 +0530
  • 999df82c75 refactor code (#6898) abhishek818 2024-09-26 18:09:09 +0530
  • 8b632135e1
    Merge branch 'main' into pacman-packages Exploding Dragon 2024-09-26 14:21:51 +0800
  • 07c2b6d41d
    fix typo ExplodingDragon 2024-09-26 13:50:04 +0800
  • 0b95ef22de
    fix bugs ExplodingDragon 2024-09-26 13:46:23 +0800
  • bd2b334643 use filepath.Join yp05327 2024-09-26 05:29:49 +0000
  • da6a1cf087 remove returns yp05327 2024-09-26 05:29:21 +0000
  • 45fcea6722 add return yp05327 2024-09-26 05:26:34 +0000
  • cdbdb3eae5 add copyright yp05327 2024-09-26 05:26:20 +0000
  • d26f2a0f3d move to license/etc/ yp05327 2024-09-26 04:50:35 +0000
  • 3f9e360142
    Don't join repository when loading action table data (#32127) Lunny Xiao 2024-09-26 12:50:30 +0800
  • dd95d1bbaf remove DefaultBranch yp05327 2024-09-26 04:22:39 +0000
  • f045ca710d
    Remove more join Lunny Xiao 2024-09-25 21:20:34 -0700
  • 286a889143 remove INDEX for RepoID yp05327 2024-09-26 04:15:17 +0000
  • ae61ccdad8 remove INDEX yp05327 2024-09-26 04:14:16 +0000
  • 8f5a70dc70 adjust the length of license in db yp05327 2024-09-26 04:11:34 +0000
  • a1d98a3770
    Merge branch 'main' into add-repo-license-display yp05327 2024-09-26 11:33:53 +0900
  • f05cfecf40 Merge branch 'main' into lunny/fix_performance_dashaboard Lunny Xiao 2024-09-25 17:54:00 -0700
  • ca8564157e
    improve the code Lunny Xiao 2024-09-25 17:53:49 -0700
  • 9becbe7bdf add yp05327 2024-09-26 00:25:16 +0000
  • dcc6c2bc2f Fix TestAPIPullReview Zettat123 2024-09-26 03:42:09 +0800
  • 7fb19dc63c fix import Zettat123 2024-09-26 03:14:58 +0800
  • 6907bda196 fix fixtures Zettat123 2024-09-26 03:14:11 +0800
  • d23878b7ef add test Zettat123 2024-09-26 03:12:48 +0800
  • d34e36ba8c
    Merge branch 'main' into issue-updates Anbraten 2024-09-25 20:49:13 +0200
  • cd3aac5604 feat: add 'doer' to 'pullRequest' conversion for better PR review history Makonike 2024-09-26 02:40:24 +0800
  • 58ff8f4449 Fix GetPullCommits Zettat123 2024-09-26 02:09:54 +0800
  • 05251e6c4e fix Lunny Xiao 2024-09-05 00:16:30 -0700
  • ccee1b3efa Fix bug Lunny Xiao 2024-09-03 21:53:41 -0700
  • 760261920d Fix lint Lunny Xiao 2024-09-03 18:42:48 -0700
  • d1e9e0b5fd Add missing init Lunny Xiao 2024-09-03 17:12:48 -0700
  • bb081e6f34 Introduce git service interface and refactor gitrepo module Lunny Xiao 2024-09-03 16:41:37 -0700
  • ce16d071a8
    Merge branch 'main' into feature/webhook_reviewers_data 谈笑风生间 2024-09-25 22:22:28 +0800
  • 7f49557a30 feat: add 'doer' to 'pullRequest' conversion for better PR review history Makonike 2024-09-25 22:18:22 +0800
  • 4c4233d11a
    fix lint wxiaoguang 2024-09-25 18:01:53 +0800
  • 58bc78645f
    chore: improve createAttachment Jason Song 2024-09-25 17:56:29 +0800