47 Commits

Author SHA256 Message Date
Richard Rahl
2b7227954c Accepting request 1330153 from home:rrahl0
- Update to version 14.0.2:
  * fix(ui): tippy menu styles too broad, affecting switch in PR review
  * fix(ui): add missing translation for code search when keyword is empty string
  * fix(ui): improve force-push layout alignment
  * feat: enable SQLite WAL by default
  * fix: allow test delivery for webhooks not enabled for push events
  * fix: empty dynamic matrix can leave action run hanging incomplete
  * Fix not decreasing watch count when blocking user
  * fix: don't clobber authorized_keys file during installation
  * fix(api): default new release 'title' field to label name, if not provided
  * fix: remove infinite loop in UpdateRunJobWithoutNotification when run in transaction
  * feat: strip newlines on og image rendering
  * fix: don't return AdditionalTasks from FetchTask if there is no Task
  * fix: use ALTER TABLE in SQLite DropTableColumns(), allowing unexpected
    database sources to work better in migrations
  * fix: migrations/github: avoid getting the first issues page twice
  * fix NewMockWebServer(): Headers never reached the http client
  * fix: migrations/github: Wait & retry when primary rate limit is hit
  * fix: detect renames when using diff-tree
- Update to version 14.0.1:
  * fix: use strict-origin as referrer policy
  * fix: make concurrency group job cancellation effect runs that are failed
  * fix: recreate-tables doesn't work on PostgreSQL with multiple Forgejo schemas
- Update to version 14.0.0:
  * new feature: ssh managed by forgejo now breaks startup, if an unexpected key
    is being found, can be overridden with
    [server].SSH_ALLOW_UNEXPECTED_AUTHORIZED_KEYS = true in their app.ini file
  * CSRF attacks are now prevented via a stateless method
  * fix!: paginate GET /api/v1/admin/hooks response
  * fix!: Prevent forked .profile repositories from displaying profile content

OBS-URL: https://build.opensuse.org/request/show/1330153
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/forgejo?expand=0&rev=90
2026-01-31 13:16:51 +00:00
Richard Rahl
790fe52fd1 Accepting request 1321396 from home:rrahl0
- Update to version 13.0.3:
  * fix dependency repo perms in Create/RemoveIssueDependency
  * draft releases could be read before being published
  * misconfigured security checks on tag delete web form
  * incorrect logic in "Update PR" did not enforce head branch protection rules
    correctly
  * issue owner can delete another user's comment's edit history on same issue
  * tag protection rules can be bypassed during tag delete operation
  * fix: support git clone when /tmp has noexec
  * fix: get new session from enginegroup instead of masterengine
  * fix: endless redirection loop between /user/settings/change_password and
    /user/settings/security
  * fix(alt): handle package names with dots in ALT repository
  * fix: pull request review comment position
  * fix: less restrictive matrix room_id pattern
  * fix: add required headers to Pagure migration
  * fix: prevent orgs from being added as members of orgs
  * fix(api): set all hook event types
  * fix: don't show ConEmu OSC escape sequences
  * fix: set tag message on tag addition
  * fix: construct project links in timeline better
- remove patches fix-CVE-2025-47911.patch and fix-CVE-2025-58190.patch,
  fixed upstream

OBS-URL: https://build.opensuse.org/request/show/1321396
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/forgejo?expand=0&rev=88
2025-12-06 21:46:05 +00:00
Richard Rahl
37881542a7 Accepting request 1313898 from home:rrahl0
- Update to version 13.0.2:
  * Vulnerability (Critical): prevent writing to out-of-repo symlink
    destinations while evaluating template repos
  * Vulnerability (Medium): prevent .forgejo/template from being out-of-repo
    content
  * Vulnerability (Medium): return on error if an LFS token cannot be parsed
  * Vulnerability (Low): prevent commit API from leaking user's hidden email
    address on valid GPG signed commits

OBS-URL: https://build.opensuse.org/request/show/1313898
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/forgejo?expand=0&rev=86
2025-10-27 16:33:53 +00:00
Richard Rahl
b33a648d5f Accepting request 1312199 from home:mia:branches:devel:tools:scm
- Update to version 13.0.1:
User Interface bug fixes:
  * fix: Use scrollHeight for rendered iframe if offsetHeight is
    unavailable
Bug fixes:
  * fix: db.Iterate can miss records, can return records twice
    which caused a data corruption of the secret table in v13.0.0
  * fix: release email links
- Changes in 13.0.0:
Security features:
  * Add configurable global 2FA enforcement
  * migrate action secrets to keying to store them more securely
Breaking features:
  * bump the minimum required Git version from 2.0.0 to 2.34.1
  * Forgejo Actions workflows are verified with a YAML schema and
    common errors such as using an incorrect context
    (e.g. ${{ badcontext.FORGEJO_REPOSITORY }}) or a typo in a
    required keyword (e.g. ruins-on: instead of runs-on:) will be
    reported in the action page and the web page that displays the
    file in the repository. It is recommended to verify existing
    workflows are successfully verified prior to upgrading,
    as explained in the Forgejo runner release notes.
Breaking bug fixes:
  * The artifact-url ouput returned by the upload-artifact@v4
    action can be used to download the artifact. It was previously
    404. To implement this compatibility fix, the web UI URL to
    download artifacts
    (i.e. /{owner}/{repo}/actions/runs/{run_id}/artifacts/{artifact_name})
    now relies on an identifier that is unique accross the
    instance. URLs to download artifacts that were bookmarked or
    copied prior to this change use an id relative to the
    repository and will no longer work. It previously was
    /{owner}/{repo}/actions/runs/{run_index}/artifacts/{artifact_name},
    note the difference between {run_id} and {run_index}.
    The new URL can be obtained again by visiting the parent page,
    which still uses the relative id
    (/{owner}/{repo}/actions/runs/{run_index}).
User Interface features:
  * ability to view previous logs for Actions runs that have been
    retried
  * show CI status on force-pushes
  * improve org header with new noJS dropdown and more
    options
  * improve multiline file preview and anchor detection
  * render ordered checkbox lists with numbers
  * Admin interface for abuse reports
  * show timestamp on release attachments
  * add tag label to commit list view
  * support Markdown editor bold & italic keyboard shortcuts
  * improve rendering commit links for PR commits,
    external repos and diffs
  * add links to assigners in issue comments
  * use simplified visibility label in dashboard orgs
    list
  * improve custom emojis
  * improve the global noJS notice
  * improve display of repo topics
  * add links to review request targets in issue comments
  * improve subscriptions screen filters
  * implement hover for switch
  * Pretty-print commit counts and other numbers
User Interface bug fixes:
  * add markup class to project descriptions
  * make releases filtering responsive
  * reworked file preview placement towards better HTML validity
  * fix alignment of items in tag signature
  * unescape file names in commit hash links
  * visually distinguish the branch name in action description
  * preserved 'Custom access' even after no permissions
  * show participants in mention suggestions in pr review
  * apply background color to wiki content
  * improve signature box responsiveness
  * ignore existence of commits for force pushes
  * make unicode escape work in wiki
  * prevent initial 'blank' display of action logs view,
    remove unnecessary API calls
  * don't allow comment boxes to stretch outside diff boundries
    on small device UI
  * hide edit button on tag releases, improve ghost user display,
    fix tag signature banner
  * resolved 500 error upon clicking 'Clear milestone' button when
    there's no milestones available in Issue page
  * compare branches even with pull requests disabled
Features:
  * Uploaded avatar images can sometimes contain unexpected
    metadata such as the location where the image was created,
    or the device the image was created with, stored in a format
    called EXIF. Forgejo now removes EXIF data when custom user and
    repository images are uploaded in order to reduce the risk of
    personally identifiable information being leaked unexpectedly.
    A new CLI subcommand forgejo doctor avatar-strip-exif can be
    used to strip EXIF information from all existing avatars; we
    recommend that administrators run this command once after
    upgrade in order to minimize this risk for existing stored
    files.
  * assorted ActivityPub code only refactors
  * feat(logger): rename settings for consistency and remove
    obsolete settings
  * Bring "remove a label from issue" API in line with GitHub
    equivalent
  * reject password reset attempts for OAuth2 users without a
    current password
  * feat(log): better parseable and configurable ssh-logs
  * add configurable timeout for automatically removing resolved
    reports
  * Add support for migrating from Pagure
  * add _URI entries for mail config
  * Improved signature handling & instance actor
  * Sent user activities to distant federated server
  * Add ActivityPub Person follow from distant
  * chore: remove goroutine PID logging
  * git/blob: GetContentBase64 with fewer allocations and no
    goroutine
  * make API pull and compare endpoint references to head more
    robust
  * git/commit: re-implement submodules file reader
  * add EXCLUSION to logging mode
  * add sort parameter for users/search api endpoint
  * Allow converting mirror repos to normal through the API
  * update broken git hook error
  * avoid expensive SQL for org home
  * make upload URL compatible with GitHub API
  * allow more README formats for .profile
  * AGit push options starting with {base64} are decoded
  * search in the docs directory for issue and pull request
    templates
  * improve checking if diffs differ
  * enable H2C for the HTTP server
  * detect Interlisp sources as text
  * add option to allow non-local users to change usernames
  * chroma: 5d56970 Add uv.lock to TOML lexer
  * chroma: a53c924 create Lexer for Nu
  * chroma: abe0195 create lexer for lox
  * chroma: f3be4c6 create lexer for Gemtext
  * chroma: acd21c6 add aspect-ratio property to css.xml
  * chroma: d0ad679 improve Go lexer
  * Introduce global Merge Message Templates
  * chroma: 970eacc add MoonScript lexer
  * chroma: bc60826 add Core lexer
  * push mirror to have option to only push selected branches
  * if OAuth2 is disabled return 'Not found' for openid
    configuration
  * add --attribute-ssh-pubic-key to forgejo admin auth add-oauth
    and update-oauth CLI
  * feat(ui): add repository description to og:image:alt
Bug fixes:
  * quota evaluation rules not working properly
  * artifacts can be downloaded using their id instead of their
    name
  * fix: failure to parse on block results in unconditional
    workflow execution
  * Fix invisible iframes with RENDER_CONTENT_MODE=iframe
  * fix: package cleaned rule fails if the keep count is too high
  * prevent user-entered text with | characters from being
    truncated in activity feed
  * PR review dismissals were not appearing in activity feed
  * comment starting with a mermaid block displays error in
    activity feed
  * Markdown: generate unique per comment HTML IDs for footnotes
    and headers
  * very long commit messages cause pushed commits to fail to
    display on the action feed on MySQL
  * parse extra weird tree mode value
  * respect UI DEFAULT_SHOW_FULL_NAME setting in email
    From: headers
  * check target repo limit instead of user repo limit
  * enable multi-line math equations in wiki
  * Actions log view stops refreshing after the displayed job is
    finished, even if other jobs are still running
  * standardize truncation of user-entered comment text in
    activity feed
  * allow Actions tokens to access repos readable by signed in
    users
  * allow Forgejo Actions environment variables starting with CI
  * chroma: 1ca24c9 correct lexing AS keyword for docker
  * chroma: 1f48e65 markdown: don't delegate to HTML lexer
  * chroma: dfb2819 Fixed ObjectPascal comment issue
  * chroma: 2c20473 RPGLE: various lexer & style fixes
  * chroma: c803d79 zig: detect zig object notation files as zig
  * chroma: ffedbf4 kotlin: detect kotlin script files as kotlin

OBS-URL: https://build.opensuse.org/request/show/1312199
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/forgejo?expand=0&rev=84
2025-10-19 10:49:18 +00:00
Richard Rahl
2e92c5b0b3 Accepting request 1309956 from home:rrahl0
- add fix-CVE-2025-58190.patch, fixing bsc#1251670
- add fix-CVE-2025-47911.patch, fixing bsc#1251474

OBS-URL: https://build.opensuse.org/request/show/1309956
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/forgejo?expand=0&rev=82
2025-10-09 10:37:57 +00:00
Richard Rahl
1eb2e13cb9 Accepting request 1306119 from home:rrahl0
- update to version 12.0.4:
  * Do not display the title of unsubscribed issues or pull requests in the
    notification web page
  * fix: package cleanup rules are not applied when there are more than 200
    packages
  * fix: [quota.default].TOTAL config setting supports unit suffixes
  * fix: quotas double counting repo size when calculating size:all
  * fix: LFS GC is never running because of a bug in the parsing of the INI file
  * fix(api): set default pagination and Link header for repoListTags
  * chore: build-release must close the cascading pull request

- update to version 12.0.3:
  * Update dependency mermaid to v11.10.0 [SECURITY]
  * fix(ui): clear fields when canceling adding ssh key
  * fix(api): deactivate issue api for disabled or external issue-tracker
  * fix: migration failing when importing either issues or PRs but not the other
  * fix: do better parsing of file modes
  * Update module github.com/ulikunitz/xz to v0.5.15
- update to version 12.0.2:
  * fix: email comments are removed from email addresses
  * fix: validate CSRF on non-safe methods All PUT/DELETE
  * fix: use credential helpers for git clones When performing a git clone that
    requires credentials
  * fix: consistently enforce 2FA on OpenID 2.0
  * fix: delete old auth token upon replacing primary email When the primary
    email is changed before it is validated
  * fix: require password login for creation of new token
  * fix: ensure GetUserByEmail only considers validated emails
  * fix: don't allow credentials in migrate/push mirror URL
  * fix: only redirect to a new owner (organization or user) if the user has

OBS-URL: https://build.opensuse.org/request/show/1306119
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/forgejo?expand=0&rev=80
2025-09-20 11:35:09 +00:00
Richard Rahl
1a92e5411a Accepting request 1295900 from home:rrahl0
- update to version 12.0.1:
  * allow for tracked time to be removed again
  * correct image source for quoted reply
  * prevent render failure on faulty org settings post
  * Revert "remove API authentication methods that uses the URL query"
  * upgrade fails or hang at migration[31]: Migrate maven package
    name concatenation
  * make the action feed resilient to database inconsistencies
  * make sure to use unaltered fields when saving a shadow copy
    for updated profiles or comments
  * follow symlinks for local assets
  * use correct ACME default
- remove get-sources.sh, use obs tooling
- include apparmor in Leap 16

- update to version 12.0.0:
  * remove API authentication methods that uses the URL query
  * relax email requirements
  * consider WebAuthn & SSH for instance signing
  * add SSH signing support for instances
  * forgejo docs command is deprecated
  * remove the legacy TEST_CONFLICTING_PATCHES_WITH_GIT_APPLY setting
  * fail if sha is not provided to the POST
    /repos/{owner}/{repo}/contents API endpoint
  * transform fediverse handles
  * add user visibility description in the settings page
  * add model viewer for .glb (GLTF) model in file view
  * show size constraints of custom avatar
  * add links to milestones and projects in issue comments
  * global styling for the kbd tag

OBS-URL: https://build.opensuse.org/request/show/1295900
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/forgejo?expand=0&rev=78
2025-07-26 15:45:26 +00:00
Richard Rahl
8ea1604357 Accepting request 1291759 from home:rrahl0
- update to 11.0.3:
  * fixing git security vulnerability
  * add missing lazy load attribute to images
  * backport of translation updates
  * do not ignore automerge while a PR is checking for conflicts
  * user activation with uppercase email address
  * collaborator can edit wiki with write access
  * fix: corrupted wiki unit default permission
  * fix: skip empty tokens in SearchOptions.Tokens()
  * fix: make API /repos/{owner}/{repo}/compare/{basehead} work with forks
  * fix(ui): release: name is overridden with tag name on edit
  * Revert "fix(api): document is_system_webhook field

OBS-URL: https://build.opensuse.org/request/show/1291759
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/forgejo?expand=0&rev=76
2025-07-10 18:14:39 +00:00
Richard Rahl
e592e3cca8 Accepting request 1286928 from home:illuusio:golang
- Update to 11.0.2:
  * Features
    - make Forgejo Actions server logs less noisy
  * Bug fixes
    - do not fail when release or wiki is set in /repos/migrate API
    - ignore expired artifacts for quota calculation
    - pull request cross references
    - quote reply in Chromium
    - fix: make hash pattern more strict
  * Included for completeness but not worth a release note
    - remove download attribute from external assets
    - bleve to v2.5.2 with changes made in backport of 2.5.0
    - show membership of limited orgs
    - date dependency go to v1.24.3 (v11.0/forgejo)
    - drop unused @typescript-eslint/parser package
    - suppress non actionable XORM warnings
    - aggregate deleted team as ghost team
    - center footer links
    - fix force-push compare line layout
    - parse change-id in the git commit header
    - Update module github.com/blevesearch/bleve/v2 to v2.5.1 (v11.0/forgejo) - abandoned
    - improve force-push compare line layout
    - Remove "create branch" button on mirrored repos
    - Update module github.com/msteinert/pam/v2 to v2.1.0 (v11.0/forgejo)
    - replace ß with ss in normalizeUserName
    - document is_system_webhook field
    - remove artificial delay for PR update

OBS-URL: https://build.opensuse.org/request/show/1286928
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/forgejo?expand=0&rev=74
2025-06-20 10:14:05 +00:00
Richard Rahl
af8d5bcf1e Accepting request 1284784 from home:rrahl0
- conflict all subpackages to forgejoi-longterm equivilent packages

OBS-URL: https://build.opensuse.org/request/show/1284784
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/forgejo?expand=0&rev=72
2025-06-11 11:14:07 +00:00
Richard Rahl
e3ab23edd1 Accepting request 1281691 from home:darix:apps
- apparmor: allow reading of new data files

OBS-URL: https://build.opensuse.org/request/show/1281691
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/forgejo?expand=0&rev=70
2025-06-02 08:08:30 +00:00
Richard Rahl
0b05848698 Accepting request 1281612 from home:rrahl0
- conflict with forgejo-longterm
- require apparmor profile when apparmor is installed
- use forgejo name rather than macro, sharing as much as possible with
  forgejo-longterm

OBS-URL: https://build.opensuse.org/request/show/1281612
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/forgejo?expand=0&rev=69
2025-05-31 12:54:50 +00:00
Richard Rahl
294a27472e Accepting request 1274876 from home:rrahl0
- update to 11.0.1:
  * If LFS is enabled on a Forgejo instance with [server].LFS_START_SERVER =
    true, it was possible for a registered user to upload LFS files to a
    repository to which they only had read access.
  * A user account with 2fa (two factor authentication) enrolled with a
    security key was not enforced when using an external account
  * fix: display the list of tasks in the runner edit page
  * fix(ui): use gap in switch items
  * fix(ui/pr): use eye icon for reviews
  * fix(ui): rescope menu height patch to overflow menu
  * fix(ui): show commit icon in branch dropdown button when viewing a commit
  * i18n: backport of translation updates
  * fix(i18n): prevent incorrect logging on strings missing in JSON locales
  * chore: replace github.com/go-testfixtures/testfixtures
  * fix: use linguist-generated for language stats
  * chore: tune down remote user promotion debug message shown as error
  * fix: set default restricted for OAuth2 user
  * chore: merge tests.AddFixtures and unittest.OverrideFixtures
  * fix(ui): make pagination labels always visible to screenreader
  * fix: delay-write trace.dat for forgejo diagnosis
  * Update module github.com/mattn/go-sqlite3 to v1.14.28 (v11.0/forgejo)

OBS-URL: https://build.opensuse.org/request/show/1274876
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/forgejo?expand=0&rev=67
2025-05-06 11:10:01 +00:00
Richard Rahl
d7dd1743ab Accepting request 1270596 from home:rrahl0
- update to 11.0.0:
  * add ability to regenerate access tokens
  * drop SSPI auth support and more Windows files
  * localize theme names
  * improve incorrect ROOT_URL warning
  * admin user view
  * welcome screen for user dashboard
  * improve "URL" handling in markdown editor
  * display to maintainers in pull request when it is editable
  * simplify pronouns in user settings
  * split Forgejo landing page template to allow patching or removing Forgejo
    introduction section
  * set default release title to tag name
  * add quota overview
  * allow opening a single-file diff from file history view
  * reduce noise in the timeline of issues and pull requests. If certain
    timeline events are performed within a certain timeframe of each other with
    no other events in between, they will be combined into a single timeline
    event, and any contradictory actions will be canceled and not displayed.
    The older the events, the wider the timeframe will become.
  * i18n: make Danish available in UI
  * Updates from Codeberg Translate
  * Features
  * return run_number in workflow dispatch
  * add more sorting to own repository list
  * add sort parameter to list issues API
  * make it possible to track the progress of manually triggered workflows
  * interpret Precedence: auto_reply as an auto reply
  * parse multipart/related parts as attachments & guess filename
  * added missing nuget V2 properties to API

OBS-URL: https://build.opensuse.org/request/show/1270596
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/forgejo?expand=0&rev=65
2025-04-17 16:10:50 +00:00
Richard Rahl
46aa682e40 Accepting request 1269825 from home:rrahl0
- add patch fix-CVE-2025-3445.patch, for fixing bsc#1241245, bsc#2024-0406

OBS-URL: https://build.opensuse.org/request/show/1269825
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/forgejo?expand=0&rev=63
2025-04-16 08:20:14 +00:00
Richard Rahl
3e8d971979 Accepting request 1255422 from home:rrahl0
- update to 10.0.3:
  * fix a regression which caused unnecessary escaping of URLs
  * update dependencies
- fix url for the keyring

OBS-URL: https://build.opensuse.org/request/show/1255422
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/forgejo?expand=0&rev=61
2025-03-23 17:18:08 +00:00
Richard Rahl
a4d035f8ce Accepting request 1255088 from home:rrahl0
- update to 10.0.2:
  * update of translations
  * When migrating from a Forgejo version lower than v10, the TOTP secrets
    found to be corrupted are now transparently removed
  * replies to pending review comments no longer generate a notification
  * consider public issues for project boards
  * the rootless Forgejo image version label is not set
  * do not allow SSH url for migration
  * setting.Service.EnableInternalSignIn = false is disabling forgotten password
  * show internal login prompt for account linking
  * enable ssh mirrors in rootless Forgejo images
  * render link in heading correctly in wiki TOC
  * Update module github.com/redis/go-redis/v9
  * fix: consider issues in repository accessible via access table
  * fix(api): miss-spelled description, corrected to public
  * fix: revert issue rendering for <a> element
  * chore(ci): ensure the manually cached Go can be run
  * chore(ci): Get Go binary from GOROOT instead of hardcoded path
  * fix: return 404 for empty repositories
  * fix: delay deleting authorization token
  * fix: native parsing of ssh certificate key
  * fix(ui): hide extra PR property labels on title edit
  * fix: always set stripped slashes on http request
  * fix(ui): hide 'New migration' button on org pages with migrations disabled
  * ui: update language stats layout and click behavior
  * Update dependency go to v1.23.6
- add patch fix-CVE-2025-22869.patch, fixing bsc#1239488, bsc#1239276, bsc#1234574

OBS-URL: https://build.opensuse.org/request/show/1255088
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/forgejo?expand=0&rev=60
2025-03-21 18:29:17 +00:00
Richard Rahl
c2673692c7 Accepting request 1253274 from home:darix:apps
- add README.SUSE to explain SUSE specific things

- apparmor: /var/lib/forgejo/data/home/.gitconfig needs to be
  writable for initial setup

- apparmor: forgot to rename the profile in the %post scriptlet

OBS-URL: https://build.opensuse.org/request/show/1253274
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/forgejo?expand=0&rev=58
2025-03-16 20:50:15 +00:00
Richard Rahl
2548128361 Accepting request 1252920 from home:darix:apps
- apparmor: fix wiki editing

OBS-URL: https://build.opensuse.org/request/show/1252920
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/forgejo?expand=0&rev=56
2025-03-14 06:40:13 +00:00
Richard Rahl
197a36c075 Accepting request 1252069 from home:darix:apps
Here is the fix for making the whole nodejs handling work again

- use --legacy-peer-deps to make the node modules handling work
  again

OBS-URL: https://build.opensuse.org/request/show/1252069
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/forgejo?expand=0&rev=54
2025-03-11 13:44:19 +00:00
Richard Rahl
e73341f126 Accepting request 1251907 from home:darix:apps
- move permissions of the log dir and the data dir
  from forgejo:forgejo u=rwX,g=rwX,o=
  to   forgejo:forgejo u=rwX,g=rX,o=

- update apparmor profile to a profile that is less broad.

- create all directories before actually installing files

- make the HOME dir in the service file the same as the user
- migrate existing authorized keys files
  from %{_datadir}/%{name}/.ssh/authorized_keys
  to   %{_sharedstatedir}/%{name}/data/home/.ssh/authorized_keys

- fix file list to lock down permissions more

- don't require the apparmor subpackage when apparmor is installed
  the current profile is rather bad and it should be possible to
  keep it out.

- user should actually use /var/lib/forgejo/data/home

OBS-URL: https://build.opensuse.org/request/show/1251907
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/forgejo?expand=0&rev=53
2025-03-11 12:47:50 +00:00
Richard Rahl
f00956385b Accepting request 1244415 from home:rrahl0
- update to 10.0.1:
  * Verify the ID of Forgejo Actions web endpoints belongs to the repository to
    prevent the deletion of runners or variables or the modification of
    variables
  * Enforce permissions on publicly available user or organizations projects to
    not leak information from issues and pull requests that belong to private
    repositories
  * fix(ui): display verified icon for default gpg key
  * fix: load settings for valid user and email check
  * Teach the doctor to remove orphaned two_factor with forgejo doctor check --run check-db-consistency --fix
  * fix: listing tokens must not require basic auth

OBS-URL: https://build.opensuse.org/request/show/1244415
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/forgejo?expand=0&rev=51
2025-02-08 21:51:52 +00:00
Richard Rahl
664c2d0680 Accepting request 1238298 from home:rrahl0
- update to 10.0.0:
  full changelog at https://codeberg.org/forgejo/forgejo/src/branch/forgejo/release-notes-published/10.0.0.md
  * Fix and refactor markdown rendering
  * migrate TOTP secrets to keying
  * Ensure source_id parameter is not skipped when set to 0 and correctly
    filter users in /api/v1/admin/users endpoint
  * Rework user profile settings
  * Rework new repository dialog
  * Show repository size on mobile
  * Add links to commit lists in contributors graph page
  * Add copy path button to file view
  * Put issue actions in a single row on mobile
  * Don't display email in profile settings when hidden
  * Highlight user mention in comments and commit messages
  * When bleve is used for issue search, a fuzzy search now applies to each
    word instead of all of them, as if they were a phrase
  * Add search to releases page
  * Combine review requests comments
  * If you select a portion of a comment and use the 'Quote reply' feature in
    the context menu, only that portion will be quoted
  * Set "your repositories" as the default filter for org dashboards
  * Add button to create a Markdown table in a comment
  * Add a bullet symbol between author and committer
  * Added link to show all Issues/PullRequests
  * Fix Action log UI race condition that occasionally prevents logs from loading
  * Fix wiki search overflowing on wide screens
  * Move "forgot_password"-link to fix login tab order
  * Update help links on page with no workflows
  * Add Low German to list of default languages
  * i18n: Add dummy language for checking translation keys

OBS-URL: https://build.opensuse.org/request/show/1238298
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/forgejo?expand=0&rev=49
2025-01-16 16:20:09 +00:00
Richard Rahl
cc72943e85 Accepting request 1230940 from home:rrahl0
- update to 9.0.3:
  * When Forgejo is configured to run the internal ssh server with
    [server].START_SSH_SERVER=true, it was possible for a registered user to
    impersonate another user
  * Revert "allow synchronizing user status from OAuth2 login providers" Fix
  * wiki search overflowing on wide screens Do not rewrite ssh keys files when
  * deleting a user without one fix: doctor fails with pq: syntax error at or
  * near "." whilst counting
    Authorization token without existing User
  * fix: Do not delete global Oauth2 applications Strict matching of allowed
  * content for sanitizer for asciicast
    and csv rendering
  * fix: remove softbreak from github legacy callout fix: correct permission
  * loading for limited organisation fix: clean up log files that no longer
  * exist fix: return correct type in GetSubModule Improve Swagger documentation
  * for user endpoints fix: normalize guessed languages from enry Show page
  * titles in wiki search results fix(test): TestGitAttributeCheckerError must
  * allow broken pipe fix: check read permissions for code owner review requests
  * fix: use better code to group UID and stopwatches fix: api repo compare with
  * commit hashes bug: correctly generate oauth2 jwt signing key
- disable gpg verification for this release

OBS-URL: https://build.opensuse.org/request/show/1230940
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/forgejo?expand=0&rev=47
2024-12-13 22:55:16 +00:00
Richard Rahl
562927e1ae Accepting request 1224536 from home:rrahl0
- 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

OBS-URL: https://build.opensuse.org/request/show/1224536
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/forgejo?expand=0&rev=45
2024-11-16 03:41:20 +00:00
Richard Rahl
2b59de8bce Accepting request 1218912 from home:rrahl0
- 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

OBS-URL: https://build.opensuse.org/request/show/1218912
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/forgejo?expand=0&rev=43
2024-10-29 05:44:32 +00:00
Richard Rahl
f1fb010507 Accepting request 1208670 from home:rrahl0
- 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.

OBS-URL: https://build.opensuse.org/request/show/1208670
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/forgejo?expand=0&rev=41
2024-10-17 15:53:44 +00:00
Richard Rahl
0a4b6f62d4 Accepting request 1206539 from home:rrahl0:branches:home:illuusio:golang
- add dont-strip.patch for not stripping the main binary (so we can
  create debuginfo package)

OBS-URL: https://build.opensuse.org/request/show/1206539
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/forgejo?expand=0&rev=39
2024-10-09 15:38:00 +00:00
Richard Rahl
b9bee28be9 Accepting request 1206420 from home:illuusio:golang
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.

OBS-URL: https://build.opensuse.org/request/show/1206420
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/forgejo?expand=0&rev=37
2024-10-09 05:56:04 +00:00
Richard Rahl
879e7b37e9 Accepting request 1199855 from home:rrahl0
- 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

OBS-URL: https://build.opensuse.org/request/show/1199855
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/forgejo?expand=0&rev=35
2024-09-10 09:34:24 +00:00
Richard Rahl
fb31bd1ae5 Accepting request 1197494 from home:rrahl0
- 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

OBS-URL: https://build.opensuse.org/request/show/1197494
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/forgejo?expand=0&rev=33
2024-08-29 16:30:48 +00:00
Richard Rahl
8037b2dc94 Accepting request 1193292 from home:rrahl0
- 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

OBS-URL: https://build.opensuse.org/request/show/1193292
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/forgejo?expand=0&rev=31
2024-08-11 22:22:28 +00:00
Richard Rahl
ba48c8ef7c Accepting request 1193051 from home:ojkastl_buildservice:Branch_devel_tools_scm
update to 7.0.7

OBS-URL: https://build.opensuse.org/request/show/1193051
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/forgejo?expand=0&rev=29
2024-08-09 21:10:26 +00:00
Richard Rahl
18ab27778e Accepting request 1190962 from home:ojkastl_buildservice:Branch_devel_tools_scm
update to 7.0.6

OBS-URL: https://build.opensuse.org/request/show/1190962
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/forgejo?expand=0&rev=27
2024-08-01 16:34:02 +00:00
Richard Rahl
90fc7320f9 Accepting request 1187469 from home:ojkastl_buildservice:Branch_devel_tools_scm
fix typo Environemnt in forgejo.service

OBS-URL: https://build.opensuse.org/request/show/1187469
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/forgejo?expand=0&rev=25
2024-07-15 09:29:16 +00:00
Richard Rahl
c5ab4c86cc Accepting request 1185730 from home:rrahl0:upgrades
- update to 7.0.5:
  * Fixed: CVE-2024-24791 - GO-2024-2963 Denial of service due to improper 
    100-continue handling in net/http
  * Fixed: authentication Source Administration page wrongfully handles the "Custom URLs Instead 
    of Default URLs" checkbox (missing checkbox, irrelevant fields).
  * Fixed: git push to an adopted repository fails.
  * Fixed: markdown doesn't render math within brackets
  * Fixed: selecting the "No Project" filter in the issue/pull request list has no effect
  * Fixed: error 500 when processing crafted TIFF files.
  * Fixed: wrong placeholder text in the form for adding repository collaborator.

OBS-URL: https://build.opensuse.org/request/show/1185730
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/forgejo?expand=0&rev=23
2024-07-05 07:49:29 +00:00
Richard Rahl
032a774ed1 Accepting request 1181169 from home:rrahl0:upgrades
- update to 7.0.4:
  * Fixed: CVE-2024-24789: the archive/zip package's handling of certain types
    of invalid zip files differs from the behavior of most zip implementations.
    This misalignment could be exploited to create an zip file with contents that
    vary depending on the implementation reading the file.
  * the OAuth2 implementation does not always require authentication for public
    clients, a requirement of RFC 6749 Section 10.2
  * forgejo migrate-storage --type actions-artifacts always fails because it picks the wrong path.
  * avatar files can be found in storage while they do not exist in the database.
  * repository admins are always denied the right to force merge and instance admins
    are subject to restrictions to merge that must only apply to repository admins.
  * non conformance with the Nix tarball fetcher immutable link protocol.
  * migrated activities (such as reviews) are mapped to the user who initiated the
    migration rather than the Ghost user, if the external user cannot be mapped to a
    local one. This mapping mismatch leads to internal server errors in some cases.
  *  a v7.0.0 regression causes [admin].SEND_NOTIFICATION_EMAIL_ON_NEW_USER=true to always be ignored.
  * using a subquery for user deletion is a performance bottleneck when using mariadb 10
    because only mariadb 11 takes advantage of the available index.
  * a v7.0.3 regression causes the expanding diffs in pull requests to fail with a 404 error.
  * SourceHut Builds webhook fail when the triggers field is used.
  * the label list rendering in the issue and pull request timeline is displayed on
    multiple lines instead of a single one.
  * Git hooks of this repository seem to be broken." warning when pushing more than one branch at a time.
  * automerge does not happen when the approval count reaches the required threshold.
  * the FORCE_PRIVATE=true setting is not consistently enforced.
  * CSRF validation errors when OAuth is not enabled.
  * headlines in rendered org-mode do not have a margin on the top

OBS-URL: https://build.opensuse.org/request/show/1181169
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/forgejo?expand=0&rev=21
2024-06-16 13:05:45 +00:00
Richard Rahl
e4e21d0638 Accepting request 1175961 from home:rrahl0:upgrades
- update to 7.0.3:
  * CVE-2024-24788: a malformed DNS message in response to a query can
    cause the lookup functions to get stuck in an infinite loop
  * backticks in mermaid block diagram labels are not sanitized properly
  * migration of a repository from gogs fails when it is hosted at a subpath.
  * when creating an OAuth2 application the redirect URLs are not enforced to
    be mandatory
  * the API incorrectly excludes repositories where code is not enabled
  * "Allow edits from maintainers" cannot be modified via the pull request web UI
  * repository activity feeds (including RSS and Atom feeds) contain
    repeated activities
  * uploading maven packages with metadata being uploaded separately will fail
  * the mail notification sent about commits pushed to pull requests are empty
  * inline emails attachments are not properly handled when commenting on an
    issue via email
  * the links to .zip and tar.gz on the tag list web UI fail
  * expanding code diff while previewing a pull request before it is created fails
  * the CLI is not able to migrate Forgejo Actions artifacts
  * when adopting a repository, the default branch is not taken into account
  * when using reverse proxy authentication, logout will not be taken into
    account when immediately trying to login afterwards
  * pushing to the master branch of a sha256 repository fails
  * a very long project column name will make the action menu inaccessible
  * a useless error is displayed when the title of a merged pull request is
    modified
  * workflow badges are not working for workflows that are not running on push
    (such as scheduled workflows, and ones that run on tags and pull requests)

OBS-URL: https://build.opensuse.org/request/show/1175961
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/forgejo?expand=0&rev=19
2024-05-22 20:56:36 +00:00
Richard Rahl
2df52c6dc5 Accepting request 1171482 from home:rrahl0:upgrades
- update to 7.0.2:
  * regression where subscribing to or unsubscribing from an issue in a
    repository with no code produced an internal server error.
  * regression makes all the refs sent in Gitea webhooks to be full refs and
    might break Woodpecker CI pipelines triggered on tag (CI_COMMIT_TAG
    contained the full ref). This issue has been fixed in the main branch of
    Woodpecker CI as well.
  *  the webhook branch filter wrongly applied the match on the full ref for
     branch creation and deletion (wrongly skipping events).
  * toggling the WIP state of a pull request is possible from the sidebar,
    but not from the footer.
  * when mentioning a user, the markup post-processor does not handle the case
    where the mentioned user does not exist: it tries to skip to the next node,
    which in turn, ended up skipping the rest of the line.
  * excessive and unnecessary database queries when a user with no repositories
    is viewing their dashboard.
  * duplicate status check contexts show in the branch protection settings.
  * profile info fails to render german singular translation.
  * inline attachments of incoming emails (as they occur for example with Apple
    Mail) are not attached to comments.

OBS-URL: https://build.opensuse.org/request/show/1171482
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/forgejo?expand=0&rev=17
2024-05-03 00:56:40 +00:00
Richard Rahl
8864036b68 Accepting request 1170482 from home:rrahl0:upgrades
- update to 7.0.1:
  * LFS data corruption when running the forgejo doctor check --fix CLI command
    or setting [cron.gc_lfs].ENABLED=true (the default is false)
  * non backward compatible change in the forgejo admin user create CLI command
  * error 500 because of an incorrect evaluation of the template when visiting
    the LFS settings of a repository
  * GET /repos/{owner}/{name} API endpoint always returns an empty string for
    the object_format_name field
  * fuzzy search may fail with bleve

OBS-URL: https://build.opensuse.org/request/show/1170482
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/forgejo?expand=0&rev=15
2024-04-27 15:04:13 +00:00
Richard Rahl
42f56c2479 Accepting request 1170087 from home:rrahl0:upgrades
- update to 7.0.0:
  This is only an excerpt from the full changelog, which you can find
  in your RELEASE-NOTES.md or at
  https://codeberg.org/forgejo/forgejo/src/branch/forgejo/RELEASE-NOTES.md#7-0-0
  * MySQL 8.0 or PostgreSQL 12 are the minimum supported versions.
    The database must be migrated before upgrading.
    The requirements regarding SQLite did not change.
  * The per_page parameter is no longer a synonym for limit in the
    /repos/{owner}/{repo}/releases API endpoint.
  * The date format of the created and last_update fields of the 
    /repos/{owner}/{repo}/push_mirrors and /repos/{owner}/{repo}/push_mirrors
    API endpoint changed to be timestamps instead of numbers.
  * Labels used by pprof endpoint have been changed
  * The fogejo admin user create CLI command requires a password change
    by default when creating the first user

OBS-URL: https://build.opensuse.org/request/show/1170087
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/forgejo?expand=0&rev=13
2024-04-25 02:47:42 +00:00
Richard Rahl
bec1f6183f Accepting request 1169375 from home:rrahl0:upgrades
update to 1.21.11-1

OBS-URL: https://build.opensuse.org/request/show/1169375
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/forgejo?expand=0&rev=11
2024-04-20 14:15:17 +00:00
Richard Rahl
4b0f88aa84 Accepting request 1165705 from home:rrahl0:branches:devel:tools:scm
- update to 1.21.10-0:
  * CVE-2023-45288 which permits an attacker to cause an HTTP/2 endpoint to
    read arbitrary amounts of header data
  * Fix to not remove repository avatars when the doctor runs with --fix
    on the repository archives.
  * Detect protected branch on branch rename.
  * Don't delete inactive emails explicitly.
  * Fix user interface when a review is deleted without refreshing.
  * Fix paths when finding files via the web interface that were not escaped.
  * Respect DEFAULT_ORG_MEMBER_VISIBLE setting when adding creator to org.
  * Fix duplicate migrated milestones.
  * Fix inline math blocks can't be preceeded/followed by alphanumerical
    characters.

OBS-URL: https://build.opensuse.org/request/show/1165705
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/forgejo?expand=0&rev=9
2024-04-05 19:02:52 +00:00
Richard Rahl
72616eea89 Accepting request 1164510 from home:rrahl0:branches:devel:tools:scm
- increase golang dep to 1.22, to imitate the CI/CD of forgejo
- revise how the apparmor package gets build + add selinux

OBS-URL: https://build.opensuse.org/request/show/1164510
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/forgejo?expand=0&rev=7
2024-04-04 08:14:51 +00:00
Richard Rahl
8e53ae72d2 Accepting request 1160993 from home:rrahl0:branches:devel:tools:scm
- update to 1.21.8-0:
  * Fix /api/v1/{owner}/{repo}/issue_templates which was always failing with a
    500 error.
  * Prevent error 500 on /user/settings/security when SignedUser has a linked
    account from a deactivated authentication source.
  * Fix error 500 when pushing release to an empty repo.
  * Fix incorrect rendering csv file when file size is larger than UI.CSV.MaxFileSize.
  * Fix error 500 when deleting account with incorrect password or unsupported login type.
  * handle user-defined name anchors like [Link](#link) linking to <a name="link"></a>Link.
  * Use correct head commit for CODEOWNER.
  * Fix manual merge button.
  * Make meilisearch do exact search for issues.
  * Fix PR creation via api between branches of same repo with head field namespaced.

OBS-URL: https://build.opensuse.org/request/show/1160993
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/forgejo?expand=0&rev=6
2024-03-23 21:36:41 +00:00
Richard Rahl
4ee416d4a9 Accepting request 1156263 from home:rrahl0:upgrades
add apparmor profile

OBS-URL: https://build.opensuse.org/request/show/1156263
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/forgejo?expand=0&rev=4
2024-03-08 07:39:42 +00:00
1cda8a02d7 Accepting request 1150056 from home:rrahl0
OBS-URL: https://build.opensuse.org/request/show/1150056
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/forgejo?expand=0&rev=1
2024-02-25 08:22:07 +00:00