Commit graph

  • 8cbd46a023 Merge pull request 'fix(repository): git push to an adopted repository fails' (#4149) from twenty-panda/forgejo:wip-sync-adopt into forgejo Earl Warren 2024-06-16 18:13:54 +00:00
  • 8efef06fb1 fix(repository): git push to an adopted repository fails Lunny Xiao 2024-06-12 18:22:01 +08:00
  • 0233ee0c0d
    Run make fmt JakobDev 2024-06-16 15:59:59 +02:00
  • b03cc85f79
    add org readme to search with priority This adds org-mode readmes to the extensions that are prioritized when searching for readme. Org-mode readmes come after markdown readmes in terms of priority and before txt readmes. Beowulf 2024-06-16 12:28:07 +02:00
  • c984e62378 Restore old image pasting behavior (#3965) Beowulf 2024-06-16 12:45:34 +00:00
  • 0a026a9cd8 Reorder repo tabs (#4139) 0ko 2024-06-16 12:36:41 +00:00
  • 133d62a2ef Merge pull request 'fix(f3): do not run the F3 CLI if F3 is disabled' (#4148) from earl-warren/forgejo:wip-f3 into forgejo Earl Warren 2024-06-16 12:07:36 +00:00
  • 053eb65a0b
    docs(release-notes): week 2024-25 cherry pick Earl Warren 2024-06-16 10:52:14 +02:00
  • baad8337f9
    Fix #31185 try fix lfs download from bitbucket failed (#31201) Zoupers Zou 2024-06-12 06:22:28 +08:00
  • 41bea7c23a
    chore: update deadcode-out Earl Warren 2024-06-16 09:40:49 +02:00
  • 3246e83251
    Rename repo_model.SearchOrderByMap to repo_model.OrderByMap (#31359) 6543 2024-06-15 08:45:02 +02:00
  • 5d10c3446a
    rm const do inline (#31360) 6543 2024-06-15 06:48:52 +02:00
  • 813bf24445
    Allow downloading attachments of draft releases (#31369) Zettat123 2024-06-15 12:20:14 +08:00
  • ff43d02803
    Add tag protection via rest api #17862 (#31295) mzroot 2024-06-14 19:56:10 +03:00
  • 7fa7ec0891
    Extract and display readme and comments for Composer packages (#30927) KN4CK3R 2024-06-14 06:45:52 +02:00
  • 9aa3ae955f
    Fix bug filtering issues which have no project (#31337) Lunny Xiao 2024-06-14 10:31:07 +08:00
  • b640ac4660
    Refactor to use UnsafeStringToBytes (#31358) Oleksandr Redko 2024-06-14 04:26:33 +03:00
  • b5ea092964
    Fix PullRequestList.GetIssueIDs's logic (#31352) yp05327 2024-06-13 18:42:07 +09:00
  • 12e23ee199
    [Refactor] Unify repo search order by logic (#30876) 6543 2024-06-13 11:13:11 +02:00
  • 62ed5f2db5
    Fix hash render end with colon (#31319) Lunny Xiao 2024-06-13 06:35:46 +08:00
  • 1627d3a53f
    Reduce memory usage for chunked artifact uploads to MinIO (#31325) Rowan Bohde 2024-06-12 06:34:35 -05:00
  • 80357bbcb3
    Fix adopt repository has empty object name in database (#31333) Lunny Xiao 2024-06-12 18:22:01 +08:00
  • d8bc0495de
    Enable unparam linter (#31277) silverwind 2024-06-11 20:47:45 +02:00
  • 8346cd6c88
    update nix flake and add gofumpt (#31320) 6543 2024-06-11 15:47:13 +02:00
  • 50afca7961
    fix(f3): do not run the F3 CLI if F3 is disabled Earl Warren 2024-06-16 13:09:52 +02:00
  • 20ca5e37e9
    Delete legacy cookie before setting new cookie (#31306) wxiaoguang 2024-06-11 11:31:23 +08:00
  • 3365875fbd Merge pull request 'Update dependency asciinema-player to v3.8.0' (#4143) from renovate/asciinema-player-3.x into forgejo Earl Warren 2024-06-16 05:59:55 +00:00
  • 642501e365
    chore(dependency): asciinema-player to v3.8.0 release notes Earl Warren 2024-06-16 07:30:29 +02:00
  • 0ec5f25be6 Update dependency asciinema-player to v3.8.0 Renovate Bot 2024-06-16 00:02:14 +00:00
  • 53d4e90411 [FEAT] folding results for repo search (#4134) Shiny Nematoda 2024-06-15 20:16:18 +00:00
  • 291e145ac5 Move global issue/pull sidebar filter into an option (#4096) 0ko 2024-06-15 16:11:31 +00:00
  • 221ca0c404 Implement tab indentation and list continuation in the new editor (#3848, #3849) (#4072) Danko Aleksejevs 2024-06-15 13:40:31 +00:00
  • aa20248c83 Merge pull request 'Update module github.com/yuin/goldmark to v1.7.2' (#4136) from renovate/github.com-yuin-goldmark-1.x into forgejo Earl Warren 2024-06-15 05:09:01 +00:00
  • b386d23d09
    chore(dependency): github.com/yuin/goldmark v1.7.2 release notes Earl Warren 2024-06-15 06:38:04 +02:00
  • aa9c164940 Update module github.com/yuin/goldmark to v1.7.2 Renovate Bot 2024-06-15 00:02:33 +00:00
  • d6abb363f6 FIX: use proper time format (activitypub/client) (#4132) Shiny Nematoda 2024-06-14 15:22:37 +00:00
  • 09aa1c57f1
    show edit textfield always initially when editing comments When a comment was added and saved with the preview tab active, the preview tab is still active, when the comment is edited again. This adds a "hacky" solution, but it works and is simple. Every time the edit is "started" and the editor already exists, the tab with the edit text field gets clicked to activate it. Beowulf 2024-06-01 03:20:04 +02:00
  • ab95cc6726 Merge pull request 'feat(f3): initial driver' (#3590) from earl-warren/forgejo:wip-f3 into forgejo Earl Warren 2024-06-14 11:23:03 +00:00
  • e99d3f7055
    feat(F3): CLI: f3 mirror to convert to/from Forgejo Earl Warren 2024-01-23 09:43:29 +00:00
  • 2a7c0b3402 Merge pull request 'Update elasticsearch Docker tag to v7.17.22' (#4131) from renovate/elasticsearch-7.x into forgejo Earl Warren 2024-06-14 04:59:56 +00:00
  • c74dc7d114
    chore(dependency): upgrade elasticsearch CI images quarterly Earl Warren 2024-06-14 06:32:11 +02:00
  • 6e6c2aadd7 Update elasticsearch Docker tag to v7.17.22 Renovate Bot 2024-06-14 00:02:49 +00:00
  • 64b67ba641 Merge pull request 'Fix default values for ui.meta settings in app.example.ini' (#4130) from mirkoperillo/forgejo:fix-ui-settings-default into forgejo Earl Warren 2024-06-13 14:42:16 +00:00
  • 22b185240c Fix default values documentation for ui.meta settings mirko 2024-06-13 15:52:40 +02:00
  • 1032c52216 Merge pull request '[skip ci] docs(release-notes): 1.21.11-2' (#4129) from earl-warren/forgejo:wip-release-notes-v1.21 into forgejo Earl Warren 2024-06-13 13:23:34 +00:00
  • 43e5209490
    [skip ci] docs(release-notes): 1.21.11-2 Earl Warren 2024-06-13 14:18:48 +02:00
  • 3b4ea9501f Merge pull request '[skip ci] docs(release-notes): 7.0.4' (#4116) from earl-warren/forgejo:wip-release-notes-v7.0 into forgejo Earl Warren 2024-06-13 10:14:15 +00:00
  • 4c90d20c9c
    Add release note JakobDev 2024-06-13 10:29:23 +02:00
  • b9fba8d71f
    Fix bug in GetIssueStats JakobDev 2024-06-13 10:25:26 +02:00
  • 6176063e73
    [skip ci] docs(release-notes): 7.0.4 Earl Warren 2024-06-12 10:42:18 +02:00
  • 74aa8f1e6d Merge pull request 'Update dependency vite-string-plugin to v1.3.2' (#4122) from renovate/vite-string-plugin-1.x into forgejo Earl Warren 2024-06-13 06:06:29 +00:00
  • b99c741a11 Merge pull request 'Update module github.com/klauspost/compress to v1.17.9' (#4121) from renovate/github.com-klauspost-compress-1.x into forgejo Earl Warren 2024-06-13 06:03:59 +00:00
  • 1f1b59597b Update dependency vite-string-plugin to v1.3.2 Renovate Bot 2024-06-13 02:03:06 +00:00
  • 7f89eeb365 Update module github.com/klauspost/compress to v1.17.9 Renovate Bot 2024-06-13 00:03:41 +00:00
  • 4665496ddb Merge pull request 'Minor improvements to English locale' (#4109) from 0ko/forgejo:i18n-english-20240611 into forgejo Earl Warren 2024-06-11 19:21:39 +00:00
  • 377165a38f Cleanup commit graph CSS (#4065) 0ko 2024-06-11 19:06:56 +00:00
  • c320f16a0b Fix wrong error highlighting on install page (#4063) 0ko 2024-06-11 19:05:05 +00:00
  • e5e0786c8b [I18N] Minor improvements to English locale 0ko 2024-06-11 22:42:33 +05:00
  • c35d86f976 [skip ci] IGNORE (#4106) Earl Warren 2024-06-11 16:06:50 +00:00
  • d6140093c0 Merge pull request 'Replace gt-word-break with tw-break-anywhere' (#4102) from 0ko/forgejo:ui-replace-gt-word-break into forgejo Earl Warren 2024-06-11 10:39:03 +00:00
  • df373c9f7e Merge pull request '[gitea] week 2024-24 cherry pick (gitea/main -> forgejo)' (#4083) from earl-warren/wcp/2024-24 into forgejo Earl Warren 2024-06-11 10:37:26 +00:00
  • 0cbe402e99
    docs(release): week 2024-24 cherry pick Earl Warren 2024-06-11 09:19:09 +02:00
  • e561e48f04 Merge pull request 'Update dependency @github/relative-time-element to v4.4.2' (#4100) from renovate/github-relative-time-element-4.x into forgejo Earl Warren 2024-06-11 06:14:05 +00:00
  • 367317af6c Disable issue subscribe button for guest users (#4095) 0ko 2024-06-11 05:54:35 +00:00
  • 467460679b Replace gt-word-break with tw-break-anywhere 0ko 2024-06-11 08:57:27 +05:00
  • 187860bded Fix margin above headline in rendered org-mode (#4076) Beowulf 2024-06-11 03:34:21 +00:00
  • 37cee574ef Update dependency @github/relative-time-element to v4.4.2 Renovate Bot 2024-06-11 00:03:06 +00:00
  • ea5f7f0848 [I18N] Translations update from Weblate (#3992) Codeberg Translate 2024-06-10 18:41:20 +00:00
  • 6e05f1225b Merge pull request 'fix: PKCE only for OpenID Connect authentication sources' (#4094) from oliverpool/forgejo:pkce_goth_fix into forgejo Earl Warren 2024-06-10 14:10:06 +00:00
  • 7d6a0bced9 fix: PKCE only for supported providers oliverpool 2024-06-10 10:09:35 +02:00
  • 985939c145 test: pkce only for OpenID Connect oliverpool 2024-06-10 10:04:00 +02:00
  • d4af96647e Merge pull request 'Update module github.com/golangci/golangci-lint/cmd/golangci-lint to v1.59.1' (#4091) from renovate/github.com-golangci-golangci-lint-cmd-golangci-lint-1.x into forgejo Earl Warren 2024-06-10 06:43:15 +00:00
  • 0f4d617887 Update module github.com/golangci/golangci-lint/cmd/golangci-lint to v1.59.1 Renovate Bot 2024-06-10 06:02:35 +00:00
  • a606d3181c Merge pull request 'Update ghcr.io/visualon/renovate Docker tag to v37.399.10' (#4090) from renovate/ghcr.io-visualon-renovate-37.x into forgejo Earl Warren 2024-06-10 05:29:03 +00:00
  • c12b0cd10a Update ghcr.io/visualon/renovate Docker tag to v37.399.10 Renovate Bot 2024-06-10 02:02:27 +00:00
  • 4f4f97b69e Org buttons add missing vertical padding (#3964) Beowulf 2024-06-09 18:24:38 +00:00
  • 77078cded4 Merge pull request 'fix(cmd): actions artifacts cannot be migrated' (#4085) from earl-warren/forgejo:wip-migration-artifacts into forgejo Earl Warren 2024-06-09 14:51:04 +00:00
  • 457fb013ef
    Fix some URLs whose sub-path is missing (#31289) wxiaoguang 2024-06-07 23:15:17 +08:00
  • eaa2fef868
    Enable poetry non-package mode (#31282) silverwind 2024-06-07 15:37:33 +02:00
  • 4ddd9af50f
    Allow including Reviewed-on/Reviewed-by lines for custom merge messages (#31211) Max Wipfli 2024-06-06 10:35:04 +02:00
  • 433b6c6910
    Add MAX_ROWS option for CSV rendering (#30268) Henrique Pimentel 2024-06-06 09:06:59 +01:00
  • 93d1fea67d
    Optimize runner-tags layout to enhance visual experience (#31258) Kerwin Bryant 2024-06-05 22:39:45 +08:00
  • e759794408
    tests(cmd): add coverage for migrateActionsArtifacts Earl Warren 2024-06-09 15:49:22 +02:00
  • 4afbfd3946
    fix: allow actions artifacts storage migration to complete succesfully (#31251) Rowan Bohde 2024-06-04 23:00:56 -05:00
  • 0a7767eaaa [FEAT] Adds x-mode-only anchor styles to display images based if the theme is light or dark mode. (#3985) Mai-Lapyst 2024-06-09 10:50:53 +00:00
  • 6582f0029b
    Add lint-go-gopls (#30729) silverwind 2024-06-05 03:22:38 +02:00
  • 23a82bcd7a
    Remove .segment from .project-column (#31204) silverwind 2024-06-04 09:46:05 +02:00
  • 57647abc24
    Fix overflow on push notification (#31179) silverwind 2024-06-04 09:14:24 +02:00
  • c6e04c3c9e
    Fix NuGet Package API for $filter with Id equality (#31188) Thomas Desveaux 2024-06-04 08:45:56 +02:00
  • 5416e4054a
    Fix overflow on notifications (#31178) silverwind 2024-06-04 08:10:04 +02:00
  • 21b94765ce
    test(services/mailer): Add option for mailer to override mail headers Earl Warren 2024-06-09 08:04:11 +02:00
  • 1d4bff4f65
    Add option for mailer to override mail headers (#27860) 6543 2024-06-03 20:42:52 +02:00
  • 237d18974e
    Move custom tw- helpers to tailwind plugin (#31184) silverwind 2024-06-03 20:21:28 +02:00
  • b62fa72ceb
    Remove unnecessary inline style for tab-size (#31224) silverwind 2024-06-03 19:21:45 +02:00
  • 90753a2c11
    Document possible action types for the user activity feed API (#31196) Kemal Zebari 2024-06-03 06:40:48 -07:00
  • 3befabead0
    Remove sqlite-viewer and using database client (#31223) yp05327 2024-06-03 19:41:29 +09:00
  • 12528ae72c
    [skip ci] Updated licenses and gitignores GiteaBot 2024-06-03 00:27:17 +00:00
  • e754f24712
    Fix overflow in issue card (#31203) silverwind 2024-06-03 02:09:51 +02:00
  • 96f661e821 Merge pull request 'Update dependency @github/relative-time-element to v4.4.1' (#4081) from renovate/github-relative-time-element-4.x into forgejo Earl Warren 2024-06-09 07:22:08 +00:00
  • 0f9f23eb6c Update dependency @github/relative-time-element to v4.4.1 Renovate Bot 2024-06-09 06:46:42 +00:00