1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-01 23:28:36 +00:00

Commit Graph

  • 9d62d7a443 Respect UI.ExploreDefaultSort setting again (#32357) (#32385) 6543 2024-10-31 06:49:09 +01:00
  • 9914c9ab08 Update JS and PY dependencies (#32388) silverwind 2024-10-31 05:19:15 +01:00
  • a4a121c684 Fix suggestions for issues (#32380) wxiaoguang 2024-10-31 04:06:36 +08:00
  • f4d3aaeeb9 refactor: remove redundant err declarations (#32381) Oleksandr Redko 2024-10-30 21:36:24 +02:00
  • dd1f67491f Fix the missing menu in organization project view page (#32313) yp05327 2024-10-31 04:05:40 +09:00
  • aee9801d46 Fix toAbsoluteLocaleDate and add more tests (#32387) wxiaoguang 2024-10-31 02:36:02 +08:00
  • 58eb16eda7 Respect UI.ExploreDefaultSort setting again (#32357) 6543 2024-10-30 13:33:25 +01:00
  • ce4d909bd6 Fix absolute-date (#32375) wxiaoguang 2024-10-30 17:50:19 +08:00
  • f938dbc9b5 Fix undefined errors on Activity page (#32378) cloudchamb3r 2024-10-30 15:48:13 +09:00
  • c60e4dc109 Add new [lfs_client].BATCH_SIZE and [server].LFS_MAX_BATCH_SIZE config settings. (#32307) Royce Remer 2024-10-29 22:41:55 -07:00
  • 1cd3f69859 remove unused call to $.HeadRepo in view_title template (#32317) Rowan Bohde 2024-10-30 00:12:48 -05:00
  • feca8802b8 Fix clean tmp dir (#32360) Lunny Xiao 2024-10-29 09:27:03 -07:00
  • 5d43801b72 Optimize branch protection rule loading (#32280) 6543 2024-10-29 15:43:47 +01:00
  • b7fb20e73e Suggestions for issues (#32327) Anbraten 2024-10-29 10:20:49 +01:00
  • 348d1d0f32 Migrate vue components to setup (#32329) Anbraten 2024-10-28 21:15:05 +01:00
  • a920fcfd91 Fix db engine (#32351) wxiaoguang 2024-10-28 06:48:07 +08:00
  • d70af38447 Refactor the DB migration system slightly (#32344) wxiaoguang 2024-10-27 19:54:35 +08:00
  • bf53ab26fa Fix disable 2fa bug (#32320) (#32330) Lunny Xiao 2024-10-25 17:54:56 +08:00
  • 7cf611d197 Fix broken image when editing comment with non-image attachments (#32319) yp05327 2024-10-24 00:39:10 +09:00
  • 2abdbe88b5 Fix disable 2fa bug (#32320) Lunny Xiao 2024-10-23 14:41:00 +08:00
  • d46d34a655 Upgrade rollup to 4.24.0 (#32312) Lunny Xiao 2024-10-23 13:00:32 +08:00
  • 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 +08:00
  • 500774277c Upgrade vue to 3.5.12 (#32311) Lunny Xiao 2024-10-23 12:55:17 +08:00
  • de2ad2e1b1 Make admins adhere to branch protection rules (#32248) Tim 2024-10-23 06:39:43 +02:00
  • b7d12347f3 Add warn log when deleting inactive users (#32318) (#32321) Lunny Xiao 2024-10-23 10:48:42 +08:00
  • 620f19610e Prevent from submitting issue/comment on uploading (#32263) 박상철 2024-10-23 11:48:04 +09:00
  • a264c46fb0 Add warn log when deleting inactive users (#32318) Lunny Xiao 2024-10-23 09:28:28 +08:00
  • 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 +08:00
  • 3d6ccbac3f chore: fix some function names in comment (#32300) wangjingcun 2024-10-22 08:41:05 +08:00
  • b6f8372d7d API: enhance SearchIssues swagger docs (#32208) (#32298) 6543 2024-10-21 02:32:34 +02:00
  • 0c12252c23 Update github.com/go-enry/go-enry to v2.9.1 (#32295) (#32296) YR Chen 2024-10-21 02:12:51 +08:00
  • d638067d3c API: enhance SearchIssues swagger docs (#32208) 6543 2024-10-19 22:11:56 +02:00
  • 08c963c921 Update github.com/go-enry/go-enry to v2.9.1 (#32295) YR Chen 2024-10-19 20:51:55 +08:00
  • 99cac1f50c Always update expiration time when creating an artifact (#32281) (#32285) Zettat123 2024-10-18 10:36:23 +08:00
  • 9116665e9c Always update expiration time when creating an artifact (#32281) Zettat123 2024-10-17 17:05:38 +08:00
  • 2a99607add make show stats work when only one file changed (#32244) (#32268) a1012112796 2024-10-17 16:03:21 +08:00
  • 2b8ff419a7 Add gh-access-token flag into backport script (#32283) cloudchamb3r 2024-10-17 14:43:48 +09:00
  • c1023b97aa [v1.22 backport] Fix null errors on conversation holder (#32258) (#32266) (#32282) cloudchamb3r 2024-10-17 14:34:39 +09:00
  • 0196b3583a Warn users when they try to use a non-root-url to sign in/up (#32272) wxiaoguang 2024-10-17 10:28:51 +08:00
  • 7e0fd4c208 Warn users when they try to use a non-root-url to sign in/up (#32272) (#32273) wxiaoguang 2024-10-17 09:01:44 +08:00
  • 603fca1e27 Fix null errors on conversation holder (#32258) (#32266) cloudchamb3r 2024-10-16 21:39:47 +09:00
  • d50ed0abf7 Support requested_reviewers data in comment webhook events (#26178) 谈笑风生间 2024-10-16 17:10:05 +08:00
  • db7349bc0d Make owner/repo/pulls handlers use "PR reader" permission (#32254) (#32265) wxiaoguang 2024-10-15 22:32:54 +08:00
  • 5242e520c4 Make owner/repo/pulls handlers use "PR reader" permission (#32254) wxiaoguang 2024-10-15 14:47:07 +08:00
  • c4b2808b89 make show stats work when only one file changed (#32244) a1012112796 2024-10-15 05:23:20 +08:00
  • 55562f9c79 Update scheduled tasks even if changes are pushed by "ActionsUser" (#32246) (#32252) Zettat123 2024-10-14 16:55:16 +08:00
  • 81aec6d621 Update scheduled tasks even if changes are pushed by "ActionsUser" (#32246) Zettat123 2024-10-14 04:28:32 +08:00
  • 74664b08a0 Support migrating GitHub/GitLab PR draft status (#32242) Zettat123 2024-10-14 03:58:13 +08:00
  • 24b65f122a Only rename a user when they should receive a different name (#32247) (#32249) Giteabot 2024-10-14 03:27:37 +08:00
  • bcfe1f91d2 Fix dropdown content overflow (#31610) (#32250) Giteabot 2024-10-13 11:46:55 +08:00
  • 9df5ddaf44 Only rename a user when they should receive a different name (#32247) Lunny Xiao 2024-10-13 11:13:55 +08:00
  • 6fced33581 Fix dropdown content overflow (#31610) charles 2024-10-13 10:43:43 +08:00
  • afa8dd45af Make git push options accept short name (#32245) wxiaoguang 2024-10-12 13:42:10 +08:00
  • 900ac62251 Allow code search by filename (#32210) Bruno Sofiato 2024-10-11 20:35:04 -03:00
  • 0fe5e2b08c Allow maintainers to view and edit files of private repos when "Allow maintainers to edit" is enabled (#32215) Zettat123 2024-10-12 03:08:19 +08:00
  • f15d5f0c4a Fix checkbox bug on private/archive filter (#32236) (#32240) Giteabot 2024-10-11 21:13:09 +08:00
  • aebb741c08 Use per package global lock for container uploads instead of memory lock (#31860) Lunny Xiao 2024-10-11 15:37:49 +08:00
  • cb739f5333 Fix checkbox bug on private/archive filter (#32236) cloudchamb3r 2024-10-11 02:12:27 +09:00
  • 6029d78ab5 Improve the maintainblity of the reserved username list (#32229) wxiaoguang 2024-10-10 17:04:42 +08:00
  • c2217670dd Move admin routers from /admin to /-/admin (#32189) Lunny Xiao 2024-10-10 12:56:49 +08:00
  • dd83cfcacc Refactor CSRF token (#32216) wxiaoguang 2024-10-10 11:48:21 +08:00
  • 368b0881f5 [skip ci] Updated translations via Crowdin GiteaBot 2024-10-10 00:30:33 +00:00
  • 4eacc61f64 Fix incorrect "Target branch does not exist" in PR title (#32222) Zettat123 2024-10-10 08:25:46 +08:00
  • 8bee7fcf7e update git book link to v2 (#32221) Ehsan Shirvanian 2024-10-09 01:04:34 -04:00
  • 494017e478 Add release note for v1.22.3 (#32205) v1.22.3 Lunny Xiao 2024-10-09 11:23:48 +08:00
  • 56051d9b3b Fix bug when a token is given public only (#32204) (#32218) Lunny Xiao 2024-10-09 10:16:37 +08:00
  • 4815c4aeae Add null check for responseData.invalidTopics (#32212) (#32217) Giteabot 2024-10-09 09:18:29 +08:00
  • f9a9b08896 [skip ci] Updated translations via Crowdin GiteaBot 2024-10-09 00:31:01 +00:00
  • 2e12343fc4 Add null check for responseData.invalidTopics (#32212) cloudchamb3r 2024-10-09 02:27:05 +09:00
  • d6d3c96e65 Fix bug when a token is given public only (#32204) Lunny Xiao 2024-10-08 17:51:09 +08:00
  • d3ada91ea4 [skip ci] Updated translations via Crowdin GiteaBot 2024-10-08 00:30:42 +00:00
  • bdd655f2bd Allow filtering PRs by poster in the ListPullRequests API (#32209) 6543 2024-10-07 23:21:07 +02:00
  • fa35ace9fb Fix bug when there are multiple triggers with workflow dispatch (#32200) Lunny Xiao 2024-10-07 11:50:38 +08:00
  • 6551847aa8 [skip ci] Updated licenses and gitignores GiteaBot 2024-10-07 00:32:39 +00:00
  • e530568666 [skip ci] Updated translations via Crowdin GiteaBot 2024-10-06 00:34:29 +00:00
  • 479c31bb4d Upgrade htmx to 2.0.3 (#32192) Yarden Shoham 2024-10-05 23:52:30 +03:00
  • 66923e02d2 Enhance USER_DISABLED_FEATURES to allow disabling change username or full name (#31959) Zisu Zhang 2024-10-06 04:41:38 +08:00
  • 6a4eb126bd [skip ci] Updated translations via Crowdin GiteaBot 2024-10-05 00:30:40 +00:00
  • 2e3a191097 Fix javascript error when an anonymous user visiting migration page (#32144) (#32179) Lunny Xiao 2024-10-05 01:58:04 +08:00
  • 5d6d025c9b Add support for searching users by email (#30908) yp05327 2024-10-05 02:45:06 +09:00
  • 7e68bc8823 Fix PR creation on forked repositories (#31863) Job 2024-10-04 19:12:48 +02:00
  • 0bd75390f5 [skip ci] Updated translations via Crowdin GiteaBot 2024-10-04 00:30:54 +00:00
  • 361221c531 Fixed race condition when deleting documents by repoId in ElasticSearch (#32185) (#32188) Giteabot 2024-10-04 00:33:26 +08:00
  • d266d190bd Fixed race condition when deleting documents by repoId in ElasticSearch (#32185) Bruno Sofiato 2024-10-03 13:03:36 -03:00
  • d86433cce2 Don't init singing keys if oauth2 provider disabled (#32177) Lunny Xiao 2024-10-03 08:34:56 -07:00
  • 85897f9b28 Upgrade some dependencies include minio-go (#32166) Lunny Xiao 2024-10-02 19:08:06 -07:00
  • 0b1b4030e6 add {{TEST_MINIO_ENDPOINT}} for local testing "with/without" docker + fix pgsql testing doc (#32105) sommerf-lf 2024-10-03 03:00:56 +02:00
  • 4416a4199b [skip ci] Updated translations via Crowdin GiteaBot 2024-10-03 00:30:51 +00:00
  • a989404e23 Fix javascript error when an anonymous user visiting migration page (#32144) Lunny Xiao 2024-10-02 12:37:16 +08:00
  • 3a4a1bffbe Make oauth2 code clear. Move oauth2 provider code to their own packages/files (#32148) Lunny Xiao 2024-10-02 08:03:19 +08:00
  • 70b7df0e5e Support repo license (#24872) yp05327 2024-10-02 04:25:08 +09:00
  • 4703e5270f Ensure GetCSRF doesn't return an empty token (#32130) (#32157) Giteabot 2024-10-01 13:27:37 +08:00
  • 9fc3915e04 Fix the logic of finding the latest pull review commit ID (#32139) (#32165) Giteabot 2024-10-01 12:10:03 +08:00
  • f4b8f6fc40 Fix the logic of finding the latest pull review commit ID (#32139) Zettat123 2024-10-01 09:58:55 +08:00
  • a4a6c785b4 Don't join repository when loading action table data (#32127) (#32143) Lunny Xiao 2024-09-30 11:04:08 +08:00
  • 13283873e9 Ensure GetCSRF doesn't return an empty token (#32130) Jason Song 2024-09-30 10:28:09 +08:00
  • 5015de4d9a Bump minio-go to latest version (#32156) Manuel Valls Fernández 2024-09-30 03:57:48 +02:00
  • 99d0510cb6 Change the code search to sort results by relevance (#32134) Bruno Sofiato 2024-09-28 17:13:55 -03:00
  • ad749fbf25 [skip ci] Updated translations via Crowdin GiteaBot 2024-09-28 00:30:56 +00:00
  • 8a9fd7f771 Add pure SSH LFS support (#31516) ConcurrentCrab 2024-09-27 19:57:37 +05:30