Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: live-clones/forgejo

Tags

v11.0.1

Toggle v11.0.1's commit message
[v11.0/forgejo] fix(sec): consider webauthn for external login (#7756)

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/7756
Reviewed-by: Gusted <[email protected]>

v7.0.15

Toggle v7.0.15's commit message
[v7.0/forgejo] fix(sec): consider webauthn for external login (#7757)

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/7757
Reviewed-by: Gusted <[email protected]>

v11.0.0

Toggle v11.0.0's commit message
[v11.0/forgejo] fix(ui): make tag dropdown clickable again (#7559)

**Backport:** https://codeberg.org/forgejo/forgejo/pulls/7558

- forgejo/forgejo#7187 removed the usage of `reference column` class names, however some javascript code depended on it. Adjust this code to instead use the new class `branch-tag-item`.
- Ref: forgejo/forgejo#7187

## Testing

- visit a compare tag page
- see it is possible search for a tag
   ![image](/attachments/8006fc35-96d0-49ad-94d4-078030cb2323)

Co-authored-by: Gusted <[email protected]>
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/7559
Reviewed-by: Earl Warren <[email protected]>
Co-authored-by: forgejo-backport-action <[email protected]>
Co-committed-by: forgejo-backport-action <[email protected]>

v12.0.0-dev

Toggle v12.0.0-dev's commit message

Verified

This commit was signed with the committer’s verified signature.
earl-warren Earl Warren
chore(cleanup): remove comment from README

Codeberg is prominently mentioned as a public instance on
https://forgejo.org already.

v10.0.3

Toggle v10.0.3's commit message
[v10.0/forgejo] fix: use correct input for strip slashes middleware (…

…#7306)

**Backport:** https://codeberg.org/forgejo/forgejo/pulls/7295

- The router must use the escaped path in order to ensure correct functionality (at least, that is what they say). However `req.URL.Path` shouldn't be set to the escaped path, which is fixed in this patch.
- Simplify the logic and no longer try to use `rctx.RoutePath`, this is only useful if the middleware was placed after some routing parsing was done.
- Resolves forgejo/forgejo#7294
- Resolves forgejo/forgejo#7292
- Add unit test

<!--start release-notes-assistant-->

## Release notes
<!--URL:https://codeberg.org/forgejo/forgejo-->
- Bug fixes
  - [PR](https://codeberg.org/forgejo/forgejo/pulls/7295): <!--number 7295 --><!--line 0 --><!--description dXNlIGNvcnJlY3QgaW5wdXQgZm9yIHN0cmlwIHNsYXNoZXMgbWlkZGxld2FyZQ==-->use correct input for strip slashes middleware<!--description-->
<!--end release-notes-assistant-->

Co-authored-by: Gusted <[email protected]>
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/7306
Co-authored-by: forgejo-backport-action <[email protected]>
Co-committed-by: forgejo-backport-action <[email protected]>

v10.0.2

Toggle v10.0.2's commit message
Update module github.com/redis/go-redis/v9 to v9.7.3 (v10.0/forgejo) …

…(#7284)

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/7284
Reviewed-by: Gusted <[email protected]>
Co-authored-by: Renovate Bot <[email protected]>
Co-committed-by: Renovate Bot <[email protected]>

v7.0.14

Toggle v7.0.14's commit message
[v7.0/forgejo] chore: Make Forgejo build with go1.24 (#7233)

**Backport:** https://codeberg.org/forgejo/forgejo/pulls/6299

- [Go 1.24](https://groups.google.com/g/golang-announce/c/vYMfuq_XO6w) is currently out for rc1.
- Using it to test unit tests and integration testing it failed horriblywith strange panics and errors, it is caused by golang/go@ca63101 and Forgejo trying to access the wrong internal data structures that have been changed in Go 1.24.
- Use the new data structure for Go 1.24 and above.

Co-authored-by: Gusted <[email protected]>
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/7233
Reviewed-by: Gusted <[email protected]>
Co-authored-by: forgejo-backport-action <[email protected]>
Co-committed-by: forgejo-backport-action <[email protected]>

v10.0.1

Toggle v10.0.1's commit message
fix(sec): Forgejo Actions web routes (#6839)

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/6839

v7.0.13

Toggle v7.0.13's commit message
[v7.0/forgejo] fix(sec): Forgejo Actions web routes (#6845)

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/6845
Reviewed-by: 0ko <[email protected]>

v10.0.0

Toggle v10.0.0's commit message
[v10.0/forgejo] fix: avoid Gitea migration warnings (take 2) (#6578)

**Backport:** https://codeberg.org/forgejo/forgejo/pulls/6577

274bc48 introduced a regression in https://codeberg.org/forgejo/forgejo/pulls/6343

Trying to remove fields that have already been removed by

https://codeberg.org/forgejo/forgejo/src/commit/dd1523c72ee622a4d38b347668bf56003984eba0/models/forgejo_migrations/v14.go

Is a noop for SQLite and went undetected by the upgrade tests.

Fixes: https://codeberg.org/forgejo/forgejo/issues/6575
Co-authored-by: Earl Warren <[email protected]>
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/6578
Reviewed-by: Earl Warren <[email protected]>
Co-authored-by: forgejo-backport-action <[email protected]>
Co-committed-by: forgejo-backport-action <[email protected]>