Otto
1ca29a7db8
Merge pull request 'tests(e2e): long search result overflow' ( #5326 ) from fnetx/e2e-wiki-overflow into forgejo
...
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/5326
Reviewed-by: Shiny Nematoda <snematoda@noreply.codeberg.org>
2024-09-15 11:08:36 +00:00
Renovate Bot
94ec8a25bc
Update dependency postcss to v8.4.47
2024-09-15 00:02:14 +00:00
Otto Richter
804ca6590f
tests(e2e): long search result overflow
...
Test fails before https://codeberg.org/forgejo/forgejo/pulls/5260
2024-09-14 22:28:24 +02:00
Otto
d78598ef0d
Merge pull request 'ui: wiki/code search fixes' ( #5260 ) from snematoda/search-ui-fix into forgejo
...
closes forgejo/forgejo#5259 (leftover arrowhead in Safari)
Fixes long results in wiki search overflowing the page
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/5260
Reviewed-by: Otto <otto@codeberg.org>
2024-09-14 19:38:35 +00:00
forgejo-renovate-action
07a1328671
Merge pull request 'Update dependency @stoplight/spectral-cli to v6.12.0 (forgejo)' ( #5313 ) from renovate/forgejo-stoplight-spectral-cli-6.x into forgejo
2024-09-14 19:08:46 +00:00
Otto
f93d8e8a45
Merge pull request 'docs(e2e): Add parametric viewport example test' ( #5322 ) from fnetx/e2e-example into forgejo
...
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/5322
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
2024-09-14 19:05:47 +00:00
forgejo-renovate-action
1f91664e82
Merge pull request 'Update dependency vue to v3.5.5 (forgejo)' ( #5318 ) from renovate/forgejo-patch-vue-monorepo into forgejo
2024-09-14 18:59:02 +00:00
Gergely Nagy
cd87c4fee6
[DEADCODE] update
...
Signed-off-by: Gergely Nagy <forgejo@gergo.csillger.hu>
2024-09-14 18:58:51 +02:00
Kemal Zebari
eb765dabfd
Handle invalid target when creating releases using API ( #31841 )
...
A 500 status code was thrown when passing a non-existent target to the
create release API. This snapshot handles this error and instead throws
a 404 status code.
Discovered while working on #31840 .
(cherry picked from commit f05d9c98c4cb95e3a8a71bf3e2f8f4529e09f96f)
2024-09-14 18:45:18 +02:00
Daniel
5c7b85a981
Failed authentications are logged to level Warning ( #32016 )
...
PR for issue #31968
Replaces PR #31983 to comply with gitea's error definition
Failed authentications are now logged to level `Warning` instead of
`Info`.
(cherry picked from commit 64298dcb9e72a5a87a4680563d91fae5b90e0160)
2024-09-14 17:55:25 +02:00
charles-plutohealth
5af168fb92
Fix /repos/{owner}/{repo}/pulls/{index}/files
endpoint not populating previous_filename
( #32017 )
...
---
`status == "rename"` should have read `status == "renamed"`. The typo
means that file.PreviousFilename would never be populated, which e.g.
breaks usage of the Github Action at
https://github.com/dorny/paths-filter .
(cherry picked from commit 7c6edf1ba06d4c3269eaa78f4039c9123b006c51)
2024-09-14 17:53:55 +02:00
Jason Song
2da0ebbd23
Support allowed hosts for migrations to work with proxy ( #32025 )
...
(cherry picked from commit 125679f2e14cdc8a26a147f7e8fd0e5f174fb5cb)
2024-09-14 17:52:54 +02:00
Jason Song
5b1990b3b2
Increase cacheContextLifetime
to reduce false reports ( #32011 )
...
Replace #32001 .
To prevent the context cache from being misused for long-term work
(which would result in using invalid cache without awareness), the
context cache is designed to exist for a maximum of 10 seconds. This
leads to many false reports, especially in the case of slow SQL.
This PR increases it to 5 minutes to reduce false reports.
5 minutes is not a very safe value, as a lot of changes may have
occurred within that time frame. However, as far as I know, there has
not been a case of misuse of context cache discovered so far, so I think
5 minutes should be OK.
Please note that after this PR, if warning logs are found again, it
should get attention, at that time it can be almost 100% certain that it
is a misuse.
(cherry picked from commit a323a82ec4bde6ae39b97200439829bf67c0d31e)
2024-09-14 17:09:03 +02:00
GiteaBot
af3fbb397a
[skip ci] Updated licenses and gitignores
...
(cherry picked from commit 972eae358db0c20bda23833ca94b4324d6d343cb)
2024-09-14 17:05:52 +02:00
Shiny Nematoda
5365ca76ce
ui(code-search): webkit hack to hide marker for summary tags
...
closes forgejo/forgejo#5259
2024-09-14 14:22:13 +00:00
Shiny Nematoda
0a30f00263
ui(wiki): fix search result overflow for long lines
2024-09-14 14:22:01 +00:00
Otto Richter
ef473d34f5
docs(e2e): Add parametric viewport example test
2024-09-14 12:49:57 +02:00
Renovate Bot
191d4963ce
Update dependency @stoplight/spectral-cli to v6.13.0
2024-09-14 10:02:26 +00:00
Renovate Bot
23602e5d9e
Update dependency vue to v3.5.5
2024-09-14 10:02:19 +00:00
Earl Warren
48e05710ae
Merge pull request 'Update dependency mermaid to v11.2.0 (forgejo)' ( #5205 ) from renovate/forgejo-mermaid-11.x into forgejo
...
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/5205
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Reviewed-by: Michael Kriese <michael.kriese@gmx.de>
2024-09-14 09:40:36 +00:00
Earl Warren
796780c1ef
Merge pull request 'chore(build): use a stable mirror for go-libravatar' ( #5321 ) from earl-warren/forgejo:wip-go-libravatar into forgejo
...
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/5321
Reviewed-by: Gergely Nagy <algernon@noreply.codeberg.org>
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
2024-09-14 09:31:49 +00:00
Earl Warren
57a09fb9cd
chore(release-notes): Update dependency mermaid v11.2.0
2024-09-14 10:55:08 +02:00
Renovate Bot
e18beb89d9
Update dependency mermaid to v11.2.0
2024-09-14 08:02:03 +00:00
Earl Warren
a05eae5615
chore(build): use a stable mirror for go-libravatar
...
It is not actively maintained and
https://strk.kbt.io/git/go-libravatar.git may be unavailable at
times.
Instead of using the GitLab mirror, setup a mirror in Forgejo space,
where it is under the control of Forgejo contributors.
Fixes: https://codeberg.org/forgejo/forgejo/issues/5320
2024-09-14 09:58:49 +02:00
forgejo-renovate-action
dae4c5ff09
Merge pull request 'Update vitest monorepo to v2.1.0 (forgejo)' ( #5314 ) from renovate/forgejo-vitest-monorepo into forgejo
2024-09-14 07:04:35 +00:00
Renovate Bot
b341ffd2f4
Update vitest monorepo to v2.1.1
2024-09-14 06:03:27 +00:00
forgejo-renovate-action
6d41a0fd7e
Merge pull request 'Update dependency @playwright/test to v1.47.1 (forgejo)' ( #5317 ) from renovate/forgejo-playwright-monorepo into forgejo
2024-09-14 05:21:21 +00:00
Renovate Bot
a364a2de71
Update dependency @playwright/test to v1.47.1
2024-09-14 00:02:17 +00:00
Shiny Nematoda
14abf65269
feat: set created_by as the default filter for /issues and /pulls ( #5286 )
...
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/5286
Reviewed-by: Otto <otto@codeberg.org>
Reviewed-by: 0ko <0ko@noreply.codeberg.org>
Co-authored-by: Shiny Nematoda <snematoda.751k2@aleeas.com>
Co-committed-by: Shiny Nematoda <snematoda.751k2@aleeas.com>
2024-09-13 12:55:39 +00:00
Gusted
a23ba1c6ac
Merge pull request 'Update code.forgejo.org/go-chi/cache digest to dcb08fb (forgejo)' ( #5312 ) from renovate/forgejo-code.forgejo.org-go-chi-cache-digest into forgejo
...
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/5312
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
2024-09-13 09:48:32 +00:00
Renovate Bot
0c67711f9f
Update code.forgejo.org/go-chi/cache digest to dcb08fb
2024-09-13 00:02:08 +00:00
forgejo-renovate-action
26293797cb
Merge pull request 'Update renovate to v38.77.2 (forgejo)' ( #5308 ) from renovate/forgejo-renovate into forgejo
2024-09-12 21:14:57 +00:00
Renovate Bot
6e02a6b422
Update renovate to v38.77.2
2024-09-12 16:02:09 +00:00
0ko
6c448ae37e
fix(email): add missing string for password reset email ( #5305 )
...
Fixes https://codeberg.org/forgejo/forgejo/issues/5293 .
`mail.reset_password.text` has been deleted unintentionally in 4383da91bd (diff-05e7a0ff464b6cb2ab45b456433c872221d1f06a)
, however, it is still used in email template: fbbaecf25a/templates/mail/auth/reset_passwd.tmpl (L11)
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/5305
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Reviewed-by: Otto <otto@codeberg.org>
2024-09-12 15:13:15 +00:00
0ko
aa35ae1393
Merge pull request 'Port of gitea#31950 and gitea#31973 rebased' ( #5306 ) from 0ko/forgejo:i18n-5273-rebase into forgejo
...
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/5306
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
2024-09-12 15:08:01 +00:00
Gusted
cb748567e1
Merge pull request 'Update module github.com/buildkite/terminal-to-html/v3 to v3.16.2 (forgejo)' ( #5275 ) from renovate/forgejo-github.com-buildkite-terminal-to-html-v3-3.x into forgejo
...
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/5275
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
2024-09-12 13:50:08 +00:00
0ko
3f48625560
i18n(*): fix placeholders in dashboard.new_version_hint
2024-09-12 17:52:46 +05:00
Gergely Nagy
d3417688d6
Remove URLs from translations, part two
...
Followup to gitea#31950, replacing URLs in translations with
placeholders, for all languages
Signed-off-by: Gergely Nagy <forgejo@gergo.csillger.hu>
2024-09-12 17:33:30 +05:00
Gergely Nagy
1c896b94b9
locale: Fix auths.tip.discord in the hu-HU translation
...
Signed-off-by: Gergely Nagy <forgejo@gergo.csillger.hu>
2024-09-12 17:29:52 +05:00
Gergely Nagy
b6b5d47dca
Remove HTML tags from create branch and tag translations
...
This is a followup to gitea#31973, and removes the HTML tags for the
rest of the languages too.
Signed-off-by: Gergely Nagy <forgejo@gergo.csillger.hu>
2024-09-12 17:29:52 +05:00
Denys Konovalov
8857da871e
Remove urls from translations ( #31950 )
...
Part of #27700
Removes all URLs from translation strings to easy up changing them in
the future and to exclude people injecting malicious URLs through
translations. First measure as long as #24402 is out of scope.
(cherry picked from commit 83f37f630246e381eefd650fc2d4b1f3976ea882)
Signed-off-by: Gergely Nagy <forgejo@gergo.csillger.hu>
Conflicts:
- options/locale/locale_en-US.ini
Resolved by manually applying the URL->%s changes to our translations.
- routers/web/admin/hooks.go
templates/repo/settings/protected_branch.tmpl
templates/status/500.tmpl
Manually resolved.
- templates/repo/settings/webhook/settings.tmpl
Applied the change to templates/webhook/shared-settings.tmpl
instead
Additional changes: Gitea-specific URLs have been replaced by their
Forgejo counterparts, lifted from the original translation text.
2024-09-12 17:28:58 +05:00
Lunny Xiao
32320bbf32
Remove html tags from create tag and branch translation ( #31973 )
...
Follow #31950 and Fix the display bug of #31966 .
This will only fix the English version. I will update all these
translation files in crowdin after this merged so that all the languages
can be fixed.
And all these files should be backported together.
This PR remove the bold effect around the name when creating a new tag
or branch.
(cherry picked from commit a366af4b7a067227386184067e203091923b5b10)
2024-09-12 17:28:58 +05:00
Codeberg Translate
2d3fc00d02
i18n: update of translations from Codeberg Translate ( #5231 )
...
Co-authored-by: earl-warren <earl-warren@users.noreply.translate.codeberg.org>
Co-authored-by: xtex <xtexchooser@duck.com>
Co-authored-by: emansije <emansije@users.noreply.translate.codeberg.org>
Co-authored-by: Monti <contact@montidaproot.xyz>
Co-authored-by: muhaaliss <muhaaliss@users.noreply.translate.codeberg.org>
Co-authored-by: EssGeeEich <EssGeeEich@users.noreply.translate.codeberg.org>
Co-authored-by: Zughy <Zughy@users.noreply.translate.codeberg.org>
Co-authored-by: Marco Ciampa <ciampix@users.noreply.translate.codeberg.org>
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/5231
Reviewed-by: 0ko <0ko@noreply.codeberg.org>
Co-authored-by: Codeberg Translate <translate@noreply.codeberg.org>
Co-committed-by: Codeberg Translate <translate@noreply.codeberg.org>
2024-09-12 12:26:49 +00:00
Renovate Bot
0564beb98c
Update module github.com/buildkite/terminal-to-html/v3 to v3.16.2
2024-09-12 12:02:33 +00:00
Michael Kriese
fbbaecf25a
Merge pull request 'Update module github.com/jhillyerd/enmime to v1.3.0 (forgejo)' ( #5206 ) from renovate/forgejo-github.com-jhillyerd-enmime-1.x into forgejo
...
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/5206
Reviewed-by: Michael Kriese <michael.kriese@gmx.de>
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
2024-09-12 11:49:15 +00:00
Michael Kriese
192a5ea68b
Merge pull request 'tests(e2e): Allow running in parallel' ( #5288 ) from fnetx/e2e-parallel into forgejo
...
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/5288
Reviewed-by: Michael Kriese <michael.kriese@gmx.de>
2024-09-12 11:48:41 +00:00
Otto
c98996f0d2
Merge pull request 'Improve textarea paste (part of gitea#31948)' ( #5269 ) from algernon/forgejo:gitea/port/31948-partial into forgejo
...
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/5269
Reviewed-by: Otto <otto@codeberg.org>
Reviewed-by: Michael Kriese <michael.kriese@gmx.de>
2024-09-12 11:15:53 +00:00
Michael Kriese
acfa3e3167
Merge pull request 'tests(e2e): use playwright image for dependency caching' ( #5297 ) from fnetx/playwright-cache-image into forgejo
...
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/5297
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Reviewed-by: Michael Kriese <michael.kriese@gmx.de>
2024-09-12 11:03:26 +00:00
Michael Kriese
978e65d690
Merge pull request 'Update module github.com/xanzy/go-gitlab to v0.109.0 (forgejo)' ( #5193 ) from renovate/forgejo-github.com-xanzy-go-gitlab-0.x into forgejo
...
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/5193
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Reviewed-by: Michael Kriese <michael.kriese@gmx.de>
2024-09-12 11:01:32 +00:00
Gusted
74d12c7973
Merge pull request 'Update module google.golang.org/grpc to v1.66.2 (forgejo)' ( #5299 ) from renovate/forgejo-google.golang.org-grpc-1.x into forgejo
...
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/5299
Reviewed-by: Michael Kriese <michael.kriese@gmx.de>
2024-09-12 10:37:27 +00:00