Revisions of forgejo

buildservice-autocommit accepted request 1224537 from Richard Rahl's avatar Richard Rahl (rrahl0) (revision 46)
baserev update by copy to link target
Richard Rahl's avatar Richard Rahl (rrahl0) accepted request 1224536 from Richard Rahl's avatar Richard Rahl (rrahl0) (revision 45)
- update to 9.0.2:
  * it was possible to use a token sent via email for secondary email validation
    to reset the password instead. In other words, a token sent for a given
    action (registration, password reset or secondary email validation) could
    be used to perform a different action.
  * a fork of a public repository would show in the list of forks, even if its
    owner was not a public user or organization.
  * the members of an organization team with read access to a repository (e.g.
    to read issues) but no read access to the code could read the RSS or atom
    feeds which include the commit activity. Reading the RSS or atom feeds is
    now denied unless the team has read permissions on the code.
  * the tokens used when replying by email to issues or pull requests were
    weaker than the rfc2104 recommendations.
  * a registered user could modify the update frequency of any push mirror.
  * it was possible to use basic authorization (i.e. user:password) for requests
    to the API even when security keys were enrolled for a user.
  * some markup sanitation rules were not as strong as they could be.
  * when Forgejo is configured to enable instance wide search (e.g. with bleve),
    results found in the repositories of private or limited users were displayed
    to anonymous visitors.
  * fix: handle renamed dependency for cargo registry.
  * support www.github.com for migrations.
  * move forgot_password-link to fix login tab order.
  * code owners will not be mentioned when a pull request comes from a forked
    repository.
  * labels are missing in the pull request payload removing a label.
  * in a Forgejo Actions workflow, the unlabeled event type for pull requests
    was incorrectly mapped to the labeled event type.
  * when a Forgejo Actions issue or pull request workflow is triggered by an
    labeled or unlabeled event type, it misses information about the label added
buildservice-autocommit accepted request 1218913 from Richard Rahl's avatar Richard Rahl (rrahl0) (revision 44)
baserev update by copy to link target
Richard Rahl's avatar Richard Rahl (rrahl0) accepted request 1218912 from Richard Rahl's avatar Richard Rahl (rrahl0) (revision 43)
- update to 9.0.1:
  * Forgejo generates a token which is used to authenticate web endpoints that
    are only meant to be used internally, for instance when the SSH daemon is
    used to push a commit with Git. The verification of this token was not done
    in constant time and was susceptible to timing attacks.
  * Because of a missing permission check, the branch used to propose a pull
    request to a repository can always be deleted by the user performing the merge.
  * Fix boolean inputs in workflow_dispatch
  * package arch database not updating when uploading "any" architecture
  * correct SQL query for active issues
  * specify default value for EXPLORE_DEFAULT_SORT.
  * fix: Add recentupdated as recognized sort option
  * Update dependency mermaid to v11.3.0 (v9.0/forgejo)
  * Always update expiration time when creating an artifact
  * Update scheduled tasks even if changes are pushed by "ActionsUser"
  * Fix disable 2fa bug
  * i18n: update of translations from Codeberg Translate
  * fix: make branch protection work for new branches
  * link to security policy in security.txt
  * fix: don't show truncated comments in RSS/Atom feeds
  * fix: typo on releases for source code downloads
  * Revert "add gap between branch dropdown and PR button"
  * fix: Don't double escape delete branch text
  * fix: Add server logging for OAuth server errors
  * forgejo-cli is now a symlink and cannot be used for sanity checks
  * fix: correct documentation for non 200 responses in swagger
- forgejo is since 9.0.0 GPL-3.0-or-later
buildservice-autocommit accepted request 1208671 from Richard Rahl's avatar Richard Rahl (rrahl0) (revision 42)
baserev update by copy to link target
Richard Rahl's avatar Richard Rahl (rrahl0) accepted request 1208670 from Richard Rahl's avatar Richard Rahl (rrahl0) (revision 41)
- update to 9.0.0:
  * OIDC integrations that POST to /login/oauth/introspect without sending HTTP
    basic authentication will now fail
  * The public scope of an application token does not filter out private repositories,
    organizations or packages in some cases
  * Drop support to build Forgejo with the optional go-git Git backend
  * Set created_by as the default filter for /issues and /pulls
  * Set fuzzy as default for issue search.
  * Improve commit graph layout.
  * Add support for iconify icons.
  * Allow multi-line relationship labels.
  * Adds architecture diagrams which allows users to show relations between services.
  * Improve diffs generated by Forgejo.
  * Add rel="nofollow" to in-list labels.
  * Distinguish between new tags, releases and pre-releases on activity page.
  * Highlighted code search results.
  * Refactor repo migration items.
  * Add package counter to repo/user/org overview pages.
  * Replace vue-bar-graph with chart.js.
  * Add more emoji and code block rendering in issues.
  * Bad spacing on new release page.
  * Milestone assignment in new issue.
  * git-grep: ensure bounded default for MatchesPerFile.
  * Incorrect go to citation button.
  * Incorrect HTMX support for profile card.
  * Accessibility keyboard support for test actions.
  * Update pull request icons.
  * "Assign to me" button on PR and Issues.
  * Add architecture-specific removal support for arch package.
  * Add bin to Composer Metadata.
buildservice-autocommit accepted request 1206564 from Richard Rahl's avatar Richard Rahl (rrahl0) (revision 40)
baserev update by copy to link target
Richard Rahl's avatar Richard Rahl (rrahl0) accepted request 1206539 from Richard Rahl's avatar Richard Rahl (rrahl0) (revision 39)
- add dont-strip.patch for not stripping the main binary (so we can
  create debuginfo package)
Richard Rahl's avatar Richard Rahl (rrahl0) accepted request 1206420 from Tuukka Pasanen's avatar Tuukka Pasanen (illuusio) (revision 37)
Add package environment-to-ini for OCI containers. Reasoning behing this is I've got little bit frustrated with official docker rootless image and tried to remake it for testing, profit and fun with kiwi (https://build.opensuse.org/package/show/home:illuusio:images/container-forgejo-kiwi) before submitting fixes upstream. I noticed that  environment-to-ini is missing. It's useless for most of the human kind but if you like to test official script and mimic original then it's crucial.
buildservice-autocommit accepted request 1199856 from Richard Rahl's avatar Richard Rahl (rrahl0) (revision 36)
baserev update by copy to link target
Richard Rahl's avatar Richard Rahl (rrahl0) accepted request 1199855 from Richard Rahl's avatar Richard Rahl (rrahl0) (revision 35)
- update to 8.0.3:
  * replace v-html with v-text in branch search inputbox for XSS protection
  * mitigate CVE-2024-43788 (upgrade webpack)
  * Translation updates
buildservice-autocommit accepted request 1197495 from Richard Rahl's avatar Richard Rahl (rrahl0) (revision 34)
baserev update by copy to link target
Richard Rahl's avatar Richard Rahl (rrahl0) accepted request 1197494 from Richard Rahl's avatar Richard Rahl (rrahl0) (revision 33)
- update to 8.0.2:
  * Overflow for images on project cards.
  * Allow unreacting from comment popover.
  * The scope of application tokens is not verified when writing
    containers or Conan packages.
  * When a Forgejo Actions workflow includes a workflow_dispatch with
    inputs and other events (for instance push), it is silently ignored
    because of a parsing error.
  * Automerge on AGit pull requests is ignored.
  * Show lock owner instead of repo owner on LFS setting page.
  * Render plain text file if the LFS object doesn't exist.
  * Panic of ssh public key page after deletion of an auth source.
  * Add missing repository type filter parameters to pager.
  * Reverted a change from Gitea which prevented allow/reject reviews on
    merged or closed PRs. This change was not considered by the Forgejo
    UI team and there is a consensus that it feels like a regression,
    since it interferes with workflows known to be used by Forgejo users
    without providing a tangible benefit.
  * Run full PR checks on AGit push.
  * Updated translations
buildservice-autocommit accepted request 1193293 from Richard Rahl's avatar Richard Rahl (rrahl0) (revision 32)
baserev update by copy to link target
Richard Rahl's avatar Richard Rahl (rrahl0) accepted request 1193292 from Richard Rahl's avatar Richard Rahl (rrahl0) (revision 31)
- update to 8.0.1:
  * A change introduced in Forgejo v1.21 allows a Forgejo user with write
    permission on a repository description to inject a client-side script into
    the web page viewed by the visitor. This XSS allows for href in anchor
    elements to be set to a javascript: URI in the repository description,
    which will execute the specified script upon clicking (and not upon
    loading). AllowStandardURLs is now called for the repository description
    policy, which ensures that URIs in anchor elements are mailto:, http:// 
    or https:// and thereby disallowing the javascript: URI.
  * Do not include trailing EOL character when counting lines
  * Add background to reactions on hover
  * Prevent uppercase in header of dashboard context selector
  * Fix page layout in admin settings
  * Ensure all filters are persistent in issue filters
  * Allow 4 charachter SHA in /src/commit
- update to 8.0.0:
  full changelog at https://codeberg.org/forgejo/forgejo/src/branch/forgejo/RELEASE-NOTES.md#8-0-0
  Highlights:
    * remove Microsoft SQL Server support
    * introduce a branch/tag dropdown in the code search page
    * added support for fuzzy searching in /user/repo/issues and /user/repo/pulls
    * API endpoints for managing tag protection.
    * add Reviewed-on and Reviewed-by variables to the merge template
    * display an error when an issue comment is edited simultaneously by
      two users instead of silently overriding one of them
    * when installing Forgejo through the built-in installer, open
      (self-) registration is now disabled by default
    * add support for the reddit and Hubspot OAuth providers.
    * CERT management was improved when ENABLE_ACME=true
    * language detection in the repository got additional languages
buildservice-autocommit accepted request 1193061 from Richard Rahl's avatar Richard Rahl (rrahl0) (revision 30)
baserev update by copy to link target
buildservice-autocommit accepted request 1191022 from Richard Rahl's avatar Richard Rahl (rrahl0) (revision 28)
baserev update by copy to link target
Displaying revisions 1 - 20 of 46
openSUSE Build Service is sponsored by