Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dubious ownership detected #395

Closed
bermeitinger-b opened this issue Nov 9, 2023 · 3 comments · Fixed by #396
Closed

Dubious ownership detected #395

bermeitinger-b opened this issue Nov 9, 2023 · 3 comments · Fixed by #396

Comments

@bermeitinger-b
Copy link

bermeitinger-b commented Nov 9, 2023

Hi,
our pipeline for org.signal.Signal breaks probably because of this commit #387 (or the update to bookworm in #393, which correlates to the dates of the failing jobs)

Action output for the update checker:

Run docker://ghcr.io/flathub/flatpak-external-data-checker:latest
/usr/bin/docker run --name ghcrioflathubflatpakexternaldatacheckerlatest_e1dc2c --label 0099bf --workdir /github/workspace --rm -e "GIT_AUTHOR_NAME" -e "GIT_COMMITTER_NAME" -e "GIT_AUTHOR_EMAIL" -e "GIT_COMMITTER_EMAIL" -e "EMAIL" -e "GITHUB_TOKEN" -e "INPUT_ARGS" -e "HOME" -e "GITHUB_JOB" -e "GITHUB_REF" -e "GITHUB_SHA" -e "GITHUB_REPOSITORY" -e "GITHUB_REPOSITORY_OWNER" -e "GITHUB_REPOSITORY_OWNER_ID" -e "GITHUB_RUN_ID" -e "GITHUB_RUN_NUMBER" -e "GITHUB_RETENTION_DAYS" -e "GITHUB_RUN_ATTEMPT" -e "GITHUB_REPOSITORY_ID" -e "GITHUB_ACTOR_ID" -e "GITHUB_ACTOR" -e "GITHUB_TRIGGERING_ACTOR" -e "GITHUB_WORKFLOW" -e "GITHUB_HEAD_REF" -e "GITHUB_BASE_REF" -e "GITHUB_EVENT_NAME" -e "GITHUB_SERVER_URL" -e "GITHUB_API_URL" -e "GITHUB_GRAPHQL_URL" -e "GITHUB_REF_NAME" -e "GITHUB_REF_PROTECTED" -e "GITHUB_REF_TYPE" -e "GITHUB_WORKFLOW_REF" -e "GITHUB_WORKFLOW_SHA" -e "GITHUB_WORKSPACE" -e "GITHUB_ACTION" -e "GITHUB_EVENT_PATH" -e "GITHUB_ACTION_REPOSITORY" -e "GITHUB_ACTION_REF" -e "GITHUB_PATH" -e "GITHUB_ENV" -e "GITHUB_STEP_SUMMARY" -e "GITHUB_STATE" -e "GITHUB_OUTPUT" -e "RUNNER_OS" -e "RUNNER_ARCH" -e "RUNNER_NAME" -e "RUNNER_ENVIRONMENT" -e "RUNNER_TOOL_CACHE" -e "RUNNER_TEMP" -e "RUNNER_WORKSPACE" -e "ACTIONS_RUNTIME_URL" -e "ACTIONS_RUNTIME_TOKEN" -e "ACTIONS_CACHE_URL" -e "ACTIONS_RESULTS_URL" -e GITHUB_ACTIONS=true -e CI=true -v "/var/run/docker.sock":"/var/run/docker.sock" -v "/home/runner/work/_temp/_github_home":"/github/home" -v "/home/runner/work/_temp/_github_workflow":"/github/workflow" -v "/home/runner/work/_temp/_runner_file_commands":"/github/file_commands" -v "/home/runner/work/org.signal.Signal/org.signal.Signal":"/github/workspace" ghcr.io/flathub/flatpak-external-data-checker:latest --update --never-fork org.signal.Signal.yaml
INFO    src.manifest: Checking 1 external data items
INFO    src.manifest: Started check [1/1] file signal-desktop-beta/signal-desktop-beta.deb (from org.signal.Signal.yaml)
INFO    src.lib.externaldata: Source signal-desktop-beta.deb: got new version 6.39.0-beta.2
INFO    src.manifest: Finished check [1/1] file signal-desktop-beta/signal-desktop-beta.deb (from org.signal.Signal.yaml)
INFO    src.manifest: Updating /github/workspace/org.signal.Signal.yaml
OUTDATED: signal-desktop-beta.deb
 Has a new version:
  URL:       https://updates.signal.org/desktop/apt/pool/s/signal-desktop-beta/signal-desktop-beta_6.39.0-beta.2_amd64.deb
  MD5:       d90e1c580084dd77983ff60146d5ecb6
  SHA1:      44e90d97711980ea18613b3457cca8053bc0177c
  SHA256:    d7ed70be432d128bc106cd9b4bdcd45799294b190fcb412a040534d5e97cba4a
  SHA512:    2a428fe162b662ace18bed0761b383737b9f643df2b8861aed0aa9482b8d7c302bffb9aeca290dfae80d09b4face0c3ce6656b62d34cdfcc5b27324e6d3808f1
  Size:      112070488
  Version:   6.39.0-beta.2
  Timestamp: 2023-11-09 01:24:08

INFO    src.manifest: Preparing to update appdata /github/workspace/org.signal.Signal.metainfo.xml
WARNING src.manifest: Guessed upstream source: file signal-desktop-beta/signal-desktop-beta.deb
INFO    src.manifest: Version changed, adding release to /github/workspace/org.signal.Signal.metainfo.xml
fatal: detected dubious ownership in repository at '/github/workspace'
To add an exception for this directory, call:

	git config --global --add safe.directory /github/workspace
Traceback (most recent call last):
  File "/app/flatpak-external-data-checker", line 30, in <module>
    main()
  File "/app/src/main.py", line 495, in main
    outdated_num, errors_num, updated = asyncio.run(run_with_args(args))
                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/asyncio/runners.py", line 190, in run
    return runner.run(main)
           ^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/asyncio/runners.py", line 118, in run
    return self._loop.run_until_complete(task)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/asyncio/base_events.py", line 653, in run_until_complete
    return future.result()
           ^^^^^^^^^^^^^^^
  File "/app/src/main.py", line 463, in run_with_args
    git_checkout = get_manifest_git_checkout(args.manifest)
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/app/src/main.py", line 133, in get_manifest_git_checkout
    output = subprocess.check_output(
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/subprocess.py", line 466, in check_output
    return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/subprocess.py", line 571, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['git', 'rev-parse', '--show-toplevel']' returned non-zero exit status 128.

Do we need to adapt the workflow commands?

@wjt
Copy link
Contributor

wjt commented Nov 9, 2023

I think it is indeed a regression in #387. The newly-added git rev-parse --show-toplevel incantation is failing, because the checkout is not marked as safe – which is what we are trying to fix by calling git rev-parse.

wjt added a commit that referenced this issue Nov 9, 2023
This reverts commit 7d6496d.

As described in
#395 we
cannot use `git rev-parse --show-toplevel` to find the root directory of
the repository in order to mark it as safe – because `git` refuses to
operate on a directory with dubious ownership, which is what we are
trying to fix!

We will need an alternative solution but for the meantime, revert this
change to fix the common case where the manifest is in the root
directory.
@wjt
Copy link
Contributor

wjt commented Nov 9, 2023

I opened #396 to revert that change. But the change was trying to fix a real bug.

I have the feeling that we are going about this the wrong way, and instead we should run the container with --user 1001 since the checkout is owned by that user, avoiding the whole "dubious ownership" issue.

wjt added a commit that referenced this issue Nov 9, 2023
Modern git refuses to operate against a repo owned by a different
user. This happens in a GitHub action because the 'checkout' action
checks out the repo as UID 1001 but this app's container image runs as
UID 0.

We attempt to detect this "dubious ownership" situation and mark the
repo as safe, subverting the check. Since
7d6496d we attempt to handle the case
where the manifest is not in the root of the git checkout. However,
using `git rev-parse --show-toplevel` in this situation does not work
because git considers the repo to have dubious ownership (which is what
we are trying to solve).

Instead, walk the ancestors of the manifest path, looking for a `.git`
file. (It need not be a directory: working copies created with `git
worktree` have a text file at `.git`, whose contents describe where the
main checkout is.)

Kludgy but it just might work.

Fixes #395
wjt added a commit that referenced this issue Nov 9, 2023
Modern git refuses to operate against a repo owned by a different
user. This happens in a GitHub action because the 'checkout' action
checks out the repo as UID 1001 but this app's container image runs as
UID 0.

We attempt to detect this "dubious ownership" situation and mark the
repo as safe, subverting the check. Since
7d6496d we attempt to handle the case
where the manifest is not in the root of the git checkout. However,
using `git rev-parse --show-toplevel` in this situation does not work
because git considers the repo to have dubious ownership (which is what
we are trying to solve).

Instead, walk the ancestors of the manifest path, looking for a `.git`
file. (It need not be a directory: working copies created with `git
worktree` have a text file at `.git`, whose contents describe where the
main checkout is.)

Kludgy but it just might work.

Fixes #395
sebastian-de added a commit to flathub/org.zotero.Zotero that referenced this issue Nov 9, 2023
sebastian-de added a commit to flathub/org.zotero.Zotero that referenced this issue Nov 9, 2023
@wjt wjt closed this as completed in #396 Nov 9, 2023
@wjt
Copy link
Contributor

wjt commented Nov 9, 2023

OK, I believe that's fixed now. Thanks for the report!

sebastian-de added a commit to flathub/org.zotero.Zotero that referenced this issue Aug 9, 2024
* Zotero 7.0 beta build (#125)

* Update Zotero-7.0.0-beta.48+0cab24fb8_linux-x86_64.tar.bz2 to 7.0.0-beta.49 (#131)

Co-authored-by: Flatpak External Data Checker <41898282+github-actions[bot]@users.noreply.github.com>

* Update beta to 7.0.0-beta.50 manually (#132)

until flathub-infra/flatpak-external-data-checker#395
is fixed.

* Update Zotero-7.0.0-beta.50+8239d04d5_linux-x86_64.tar.bz2 to 7.0.0-beta.51 (#133)

Co-authored-by: Flatpak External Data Checker <41898282+github-actions[bot]@users.noreply.github.com>

* Clean up appdata.xml (#134)

Use correct ID, drop unnecessary entries.

* Update Zotero-7.0.0-beta.51+7c5600913_linux-x86_64.tar.bz2 to 7.0.0-beta.52 (#135)

Co-authored-by: Flatpak External Data Checker <41898282+github-actions[bot]@users.noreply.github.com>

* Update Zotero-7.0.0-beta.52+2f8e536f2_linux-x86_64.tar.bz2 to 7.0.0-beta.53 (#136)

Co-authored-by: Flatpak External Data Checker <41898282+github-actions[bot]@users.noreply.github.com>

* Update Zotero-7.0.0-beta.53+969031a37_linux-x86_64.tar.bz2 to 7.0.0-beta.54 (#137)

Co-authored-by: Flatpak External Data Checker <41898282+github-actions[bot]@users.noreply.github.com>

* Update Zotero-7.0.0-beta.54+6b996d4f9_linux-x86_64.tar.bz2 to 7.0.0-beta.55 (#138)

* install symbolic icon to the correct directory (#139)

* Update Zotero-7.0.0-beta.55+9151fb355_linux-x86_64.tar.bz2 to 7.0.0-beta.56 (#140)

* Update Zotero-7.0.0-beta.56+9edfcba9a_linux-x86_64.tar.bz2 to 7.0.0-beta.57 (#141)

* Update Zotero-7.0.0-beta.57+3acef799f_linux-x86_64.tar.bz2 to 7.0.0-beta.58 (#142)

Co-authored-by: Flatpak External Data Checker <41898282+github-actions[bot]@users.noreply.github.com>

* Deactivate updater using policies.json (#143)

* Update Zotero-7.0.0-beta.58+2665090aa_linux-x86_64.tar.bz2 to 7.0.0-beta.59 (#144)

Co-authored-by: Flatpak External Data Checker <41898282+github-actions[bot]@users.noreply.github.com>

* Update Zotero-7.0.0-beta.59+009a2ca38_linux-x86_64.tar.bz2 to 7.0.0-beta.60 (#145)

Co-authored-by: Flatpak External Data Checker <41898282+github-actions[bot]@users.noreply.github.com>

* Update Zotero-7.0.0-beta.60+91e1c6ca3_linux-x86_64.tar.bz2 to 7.0.0-beta.63 (#146)

Co-authored-by: Flatpak External Data Checker <41898282+github-actions[bot]@users.noreply.github.com>

* Update Zotero-7.0.0-beta.63+52856ae69_linux-x86_64.tar.bz2 to 7.0.0-beta.64 (#147)

Co-authored-by: Flatpak External Data Checker <41898282+github-actions[bot]@users.noreply.github.com>

* Update Zotero-7.0.0-beta.64+8f8c0d079_linux-x86_64.tar.bz2 to 7.0.0-beta.65 (#148)

Co-authored-by: Flatpak External Data Checker <41898282+github-actions[bot]@users.noreply.github.com>

* Update Zotero-7.0.0-beta.65+b047f3d90_linux-x86_64.tar.bz2 to 7.0.0-beta.66 (#151)

Co-authored-by: Flatpak External Data Checker <41898282+github-actions[bot]@users.noreply.github.com>

* Update Zotero-7.0.0-beta.66+d0299a1ac_linux-x86_64.tar.bz2 to 7.0.0-beta.67 (#152)

Co-authored-by: Flatpak External Data Checker <41898282+github-actions[bot]@users.noreply.github.com>

* Update Zotero-7.0.0-beta.67+92a04fcff_linux-x86_64.tar.bz2 to 7.0.0-beta.68 (#153)

Co-authored-by: Flatpak External Data Checker <41898282+github-actions[bot]@users.noreply.github.com>

* Alternative Implementation for #155 (#156)

* permission changes and documentations
- remove xdg-dirs to harden permissions
- add persistent folder to make hardening easier
- add documentation about keeping home permission

* add documentation about permission hardening in app description

* Update Zotero-7.0.0-beta.68+c31a40c74_linux-x86_64.tar.bz2 to 7.0.0-beta.70 (#158)

Co-authored-by: Flatpak External Data Checker <41898282+github-actions[bot]@users.noreply.github.com>

* Update Zotero-7.0.0-beta.70+d654daae2_linux-x86_64.tar.bz2 to 7.0.0-beta.72 (#159)

Co-authored-by: Flatpak External Data Checker <41898282+github-actions[bot]@users.noreply.github.com>

* Update Zotero-7.0.0-beta.72+128a540af_linux-x86_64.tar.bz2 to 7.0.0-beta.74 (#161)

Co-authored-by: Flatpak External Data Checker <41898282+github-actions[bot]@users.noreply.github.com>

* Update Zotero-7.0.0-beta.74+2e8073ab9_linux-x86_64.tar.bz2 to 7.0.0-beta.75 (#162)

Co-authored-by: Flatpak External Data Checker <41898282+github-actions[bot]@users.noreply.github.com>

* Update Zotero-7.0.0-beta.75+f7dc68c7f_linux-x86_64.tar.bz2 to 7.0.0-beta.76 (#163)

Co-authored-by: Flatpak External Data Checker <41898282+github-actions[bot]@users.noreply.github.com>

* Update Zotero-7.0.0-beta.76+91054acfe_linux-x86_64.tar.bz2 to 7.0.0-beta.77 (#164)

Co-authored-by: Flatpak External Data Checker <41898282+github-actions[bot]@users.noreply.github.com>

* Update Zotero-7.0.0-beta.77+adaa61f2c_linux-x86_64.tar.bz2 to 7.0.0-beta.78 (#166)

Co-authored-by: Flatpak External Data Checker <41898282+github-actions[bot]@users.noreply.github.com>

* Update Zotero-7.0.0-beta.78+5be5ca941_linux-x86_64.tar.bz2 to 7.0.0-beta.79 (#167)

Co-authored-by: Flatpak External Data Checker <41898282+github-actions[bot]@users.noreply.github.com>

* Update Zotero-7.0.0-beta.79+95d5a5417_linux-x86_64.tar.bz2 to 7.0.0-beta.80 (#168)

Co-authored-by: Flatpak External Data Checker <41898282+github-actions[bot]@users.noreply.github.com>

* Update Zotero-7.0.0-beta.80+9de70613a_linux-x86_64.tar.bz2 to 7.0.0-beta.81 (#169)

Co-authored-by: Flatpak External Data Checker <41898282+github-actions[bot]@users.noreply.github.com>

* Update Zotero-7.0.0-beta.81+721f54fe4_linux-x86_64.tar.bz2 to 7.0.0-beta.82 (#170)

Co-authored-by: Flatpak External Data Checker <41898282+github-actions[bot]@users.noreply.github.com>

* Update Zotero-7.0.0-beta.82+79fa160e4_linux-x86_64.tar.bz2 to 7.0.0-beta.83 (#171)

Co-authored-by: Flatpak External Data Checker <41898282+github-actions[bot]@users.noreply.github.com>

* zotero: Update Zotero-7.0.0-beta.83+066eda731_linux-x86_64.tar.bz2 to 7.0.0-beta.84 (#173)

Co-authored-by: Flatpak External Data Checker <41898282+github-actions[bot]@users.noreply.github.com>

* zotero: Update Zotero-7.0.0-beta.84+71f83c0a3_linux-x86_64.tar.bz2 to 7.0.0-beta.85 (#175)

Co-authored-by: Flatpak External Data Checker <41898282+github-actions[bot]@users.noreply.github.com>

* zotero: Update Zotero-7.0.0-beta.85+c0c00a00e_linux-x86_64.tar.bz2 to 7.0.0-beta.88 (#176)

Co-authored-by: Flatpak External Data Checker <41898282+github-actions[bot]@users.noreply.github.com>

* zotero: Update Zotero-7.0.0-beta.88+137a1ddcc_linux-x86_64.tar.bz2 to 7.0.0-beta.91 (#177)

Co-authored-by: Flatpak External Data Checker <41898282+github-actions[bot]@users.noreply.github.com>

* zotero: Update Zotero-7.0.0-beta.91+3c6625f3c_linux-x86_64.tar.bz2 to 7.0.0-beta.92 (#178)

Co-authored-by: Flatpak External Data Checker <41898282+github-actions[bot]@users.noreply.github.com>

* zotero: Update Zotero-7.0.0-beta.92+d5bb667fb_linux-x86_64.tar.bz2 to 7.0.0-beta.95 (#181)

Co-authored-by: Flatpak External Data Checker <41898282+github-actions[bot]@users.noreply.github.com>

* zotero: Update Zotero-7.0.0-beta.95+694ccecf4_linux-x86_64.tar.bz2 to 7.0.0-beta.98 (#184)

Co-authored-by: Flatpak External Data Checker <41898282+github-actions[bot]@users.noreply.github.com>

* zotero: Update Zotero-7.0.0-beta.98+0b3eda5d8_linux-x86_64.tar.bz2 to 7.0.0-beta.99 (#185)

Co-authored-by: Flatpak External Data Checker <41898282+github-actions[bot]@users.noreply.github.com>

* zotero: Update Zotero-7.0.0-beta.99+174bde745_linux-x86_64.tar.bz2 to 7.0.0-beta.100 (#187)

Co-authored-by: Flatpak External Data Checker <41898282+github-actions[bot]@users.noreply.github.com>

* zotero: Update Zotero-7.0.0-beta.100+06741ceb6_linux-x86_64.tar.bz2 to 7.0.0-beta.101 (#188)

Co-authored-by: Flatpak External Data Checker <41898282+github-actions[bot]@users.noreply.github.com>

* zotero: Update Zotero-7.0.0-beta.101+220bb4383_linux-x86_64.tar.bz2 to 7.0.0-beta.103 (#189)

Co-authored-by: Flatpak External Data Checker <41898282+github-actions[bot]@users.noreply.github.com>

* zotero: Update Zotero-7.0.0-beta.103+691d26886_linux-x86_64.tar.bz2 to 7.0.0-beta.104 (#190)

Co-authored-by: Flatpak External Data Checker <41898282+github-actions[bot]@users.noreply.github.com>

* zotero: Update Zotero-7.0.0-beta.104+7e01a7d0e_linux-x86_64.tar.bz2 to 7.0.0-beta.106 (#192)

Co-authored-by: Flatpak External Data Checker <41898282+github-actions[bot]@users.noreply.github.com>

* zotero: Update Zotero-7.0.0-beta.106+bf5964513_linux-x86_64.tar.bz2 to 7.0.0-beta.108 (#194)

Co-authored-by: Flatpak External Data Checker <41898282+github-actions[bot]@users.noreply.github.com>

* zotero: Update Zotero-7.0.0-beta.108+80cc97125_linux-x86_64.tar.bz2 to 7.0.0-beta.109 (#195)

Co-authored-by: Flatpak External Data Checker <41898282+github-actions[bot]@users.noreply.github.com>

* zotero: Update Zotero-7.0.0-beta.109+687399d9b_linux-x86_64.tar.bz2 to 7.0.0-beta.110 (#196)

Co-authored-by: Flatpak External Data Checker <41898282+github-actions[bot]@users.noreply.github.com>

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Benedikt <[email protected]>
Co-authored-by: Cheng Zhang <[email protected]>
sebastian-de added a commit to flathub/org.zotero.Zotero that referenced this issue Jan 6, 2025
…ta.1 (#241)

* Add Github workflow for beta branch (#130)

Flathub's hosted tool only checks the default branch.

YAML taken from https://github.com/flathub/flatpak-external-data-checker#custom-workflow

* Update Zotero-6.0.30_linux-x86_64.tar.bz2 to 6.0.35 (#149)

* Update Zotero-6.0.30_linux-x86_64.tar.bz2 to 6.0.35

* Clean up appdata.xml (#134)

Use correct ID, drop unnecessary entries.

(cherry picked from commit 0edbffa)

* fix appstream validation errors

---------

Co-authored-by: Sebastian Fleer <[email protected]>

* Zotero 7 (#205)

* Zotero 7.0 beta build (#125)

* Update Zotero-7.0.0-beta.48+0cab24fb8_linux-x86_64.tar.bz2 to 7.0.0-beta.49 (#131)

Co-authored-by: Flatpak External Data Checker <41898282+github-actions[bot]@users.noreply.github.com>

* Update beta to 7.0.0-beta.50 manually (#132)

until flathub-infra/flatpak-external-data-checker#395
is fixed.

* Update Zotero-7.0.0-beta.50+8239d04d5_linux-x86_64.tar.bz2 to 7.0.0-beta.51 (#133)

Co-authored-by: Flatpak External Data Checker <41898282+github-actions[bot]@users.noreply.github.com>

* Clean up appdata.xml (#134)

Use correct ID, drop unnecessary entries.

* Update Zotero-7.0.0-beta.51+7c5600913_linux-x86_64.tar.bz2 to 7.0.0-beta.52 (#135)

Co-authored-by: Flatpak External Data Checker <41898282+github-actions[bot]@users.noreply.github.com>

* Update Zotero-7.0.0-beta.52+2f8e536f2_linux-x86_64.tar.bz2 to 7.0.0-beta.53 (#136)

Co-authored-by: Flatpak External Data Checker <41898282+github-actions[bot]@users.noreply.github.com>

* Update Zotero-7.0.0-beta.53+969031a37_linux-x86_64.tar.bz2 to 7.0.0-beta.54 (#137)

Co-authored-by: Flatpak External Data Checker <41898282+github-actions[bot]@users.noreply.github.com>

* Update Zotero-7.0.0-beta.54+6b996d4f9_linux-x86_64.tar.bz2 to 7.0.0-beta.55 (#138)

* install symbolic icon to the correct directory (#139)

* Update Zotero-7.0.0-beta.55+9151fb355_linux-x86_64.tar.bz2 to 7.0.0-beta.56 (#140)

* Update Zotero-7.0.0-beta.56+9edfcba9a_linux-x86_64.tar.bz2 to 7.0.0-beta.57 (#141)

* Update Zotero-7.0.0-beta.57+3acef799f_linux-x86_64.tar.bz2 to 7.0.0-beta.58 (#142)

Co-authored-by: Flatpak External Data Checker <41898282+github-actions[bot]@users.noreply.github.com>

* Deactivate updater using policies.json (#143)

* Update Zotero-7.0.0-beta.58+2665090aa_linux-x86_64.tar.bz2 to 7.0.0-beta.59 (#144)

Co-authored-by: Flatpak External Data Checker <41898282+github-actions[bot]@users.noreply.github.com>

* Update Zotero-7.0.0-beta.59+009a2ca38_linux-x86_64.tar.bz2 to 7.0.0-beta.60 (#145)

Co-authored-by: Flatpak External Data Checker <41898282+github-actions[bot]@users.noreply.github.com>

* Update Zotero-7.0.0-beta.60+91e1c6ca3_linux-x86_64.tar.bz2 to 7.0.0-beta.63 (#146)

Co-authored-by: Flatpak External Data Checker <41898282+github-actions[bot]@users.noreply.github.com>

* Update Zotero-7.0.0-beta.63+52856ae69_linux-x86_64.tar.bz2 to 7.0.0-beta.64 (#147)

Co-authored-by: Flatpak External Data Checker <41898282+github-actions[bot]@users.noreply.github.com>

* Update Zotero-7.0.0-beta.64+8f8c0d079_linux-x86_64.tar.bz2 to 7.0.0-beta.65 (#148)

Co-authored-by: Flatpak External Data Checker <41898282+github-actions[bot]@users.noreply.github.com>

* Update Zotero-7.0.0-beta.65+b047f3d90_linux-x86_64.tar.bz2 to 7.0.0-beta.66 (#151)

Co-authored-by: Flatpak External Data Checker <41898282+github-actions[bot]@users.noreply.github.com>

* Update Zotero-7.0.0-beta.66+d0299a1ac_linux-x86_64.tar.bz2 to 7.0.0-beta.67 (#152)

Co-authored-by: Flatpak External Data Checker <41898282+github-actions[bot]@users.noreply.github.com>

* Update Zotero-7.0.0-beta.67+92a04fcff_linux-x86_64.tar.bz2 to 7.0.0-beta.68 (#153)

Co-authored-by: Flatpak External Data Checker <41898282+github-actions[bot]@users.noreply.github.com>

* Alternative Implementation for #155 (#156)

* permission changes and documentations
- remove xdg-dirs to harden permissions
- add persistent folder to make hardening easier
- add documentation about keeping home permission

* add documentation about permission hardening in app description

* Update Zotero-7.0.0-beta.68+c31a40c74_linux-x86_64.tar.bz2 to 7.0.0-beta.70 (#158)

Co-authored-by: Flatpak External Data Checker <41898282+github-actions[bot]@users.noreply.github.com>

* Update Zotero-7.0.0-beta.70+d654daae2_linux-x86_64.tar.bz2 to 7.0.0-beta.72 (#159)

Co-authored-by: Flatpak External Data Checker <41898282+github-actions[bot]@users.noreply.github.com>

* Update Zotero-7.0.0-beta.72+128a540af_linux-x86_64.tar.bz2 to 7.0.0-beta.74 (#161)

Co-authored-by: Flatpak External Data Checker <41898282+github-actions[bot]@users.noreply.github.com>

* Update Zotero-7.0.0-beta.74+2e8073ab9_linux-x86_64.tar.bz2 to 7.0.0-beta.75 (#162)

Co-authored-by: Flatpak External Data Checker <41898282+github-actions[bot]@users.noreply.github.com>

* Update Zotero-7.0.0-beta.75+f7dc68c7f_linux-x86_64.tar.bz2 to 7.0.0-beta.76 (#163)

Co-authored-by: Flatpak External Data Checker <41898282+github-actions[bot]@users.noreply.github.com>

* Update Zotero-7.0.0-beta.76+91054acfe_linux-x86_64.tar.bz2 to 7.0.0-beta.77 (#164)

Co-authored-by: Flatpak External Data Checker <41898282+github-actions[bot]@users.noreply.github.com>

* Update Zotero-7.0.0-beta.77+adaa61f2c_linux-x86_64.tar.bz2 to 7.0.0-beta.78 (#166)

Co-authored-by: Flatpak External Data Checker <41898282+github-actions[bot]@users.noreply.github.com>

* Update Zotero-7.0.0-beta.78+5be5ca941_linux-x86_64.tar.bz2 to 7.0.0-beta.79 (#167)

Co-authored-by: Flatpak External Data Checker <41898282+github-actions[bot]@users.noreply.github.com>

* Update Zotero-7.0.0-beta.79+95d5a5417_linux-x86_64.tar.bz2 to 7.0.0-beta.80 (#168)

Co-authored-by: Flatpak External Data Checker <41898282+github-actions[bot]@users.noreply.github.com>

* Update Zotero-7.0.0-beta.80+9de70613a_linux-x86_64.tar.bz2 to 7.0.0-beta.81 (#169)

Co-authored-by: Flatpak External Data Checker <41898282+github-actions[bot]@users.noreply.github.com>

* Update Zotero-7.0.0-beta.81+721f54fe4_linux-x86_64.tar.bz2 to 7.0.0-beta.82 (#170)

Co-authored-by: Flatpak External Data Checker <41898282+github-actions[bot]@users.noreply.github.com>

* Update Zotero-7.0.0-beta.82+79fa160e4_linux-x86_64.tar.bz2 to 7.0.0-beta.83 (#171)

Co-authored-by: Flatpak External Data Checker <41898282+github-actions[bot]@users.noreply.github.com>

* zotero: Update Zotero-7.0.0-beta.83+066eda731_linux-x86_64.tar.bz2 to 7.0.0-beta.84 (#173)

Co-authored-by: Flatpak External Data Checker <41898282+github-actions[bot]@users.noreply.github.com>

* zotero: Update Zotero-7.0.0-beta.84+71f83c0a3_linux-x86_64.tar.bz2 to 7.0.0-beta.85 (#175)

Co-authored-by: Flatpak External Data Checker <41898282+github-actions[bot]@users.noreply.github.com>

* zotero: Update Zotero-7.0.0-beta.85+c0c00a00e_linux-x86_64.tar.bz2 to 7.0.0-beta.88 (#176)

Co-authored-by: Flatpak External Data Checker <41898282+github-actions[bot]@users.noreply.github.com>

* zotero: Update Zotero-7.0.0-beta.88+137a1ddcc_linux-x86_64.tar.bz2 to 7.0.0-beta.91 (#177)

Co-authored-by: Flatpak External Data Checker <41898282+github-actions[bot]@users.noreply.github.com>

* zotero: Update Zotero-7.0.0-beta.91+3c6625f3c_linux-x86_64.tar.bz2 to 7.0.0-beta.92 (#178)

Co-authored-by: Flatpak External Data Checker <41898282+github-actions[bot]@users.noreply.github.com>

* zotero: Update Zotero-7.0.0-beta.92+d5bb667fb_linux-x86_64.tar.bz2 to 7.0.0-beta.95 (#181)

Co-authored-by: Flatpak External Data Checker <41898282+github-actions[bot]@users.noreply.github.com>

* zotero: Update Zotero-7.0.0-beta.95+694ccecf4_linux-x86_64.tar.bz2 to 7.0.0-beta.98 (#184)

Co-authored-by: Flatpak External Data Checker <41898282+github-actions[bot]@users.noreply.github.com>

* zotero: Update Zotero-7.0.0-beta.98+0b3eda5d8_linux-x86_64.tar.bz2 to 7.0.0-beta.99 (#185)

Co-authored-by: Flatpak External Data Checker <41898282+github-actions[bot]@users.noreply.github.com>

* zotero: Update Zotero-7.0.0-beta.99+174bde745_linux-x86_64.tar.bz2 to 7.0.0-beta.100 (#187)

Co-authored-by: Flatpak External Data Checker <41898282+github-actions[bot]@users.noreply.github.com>

* zotero: Update Zotero-7.0.0-beta.100+06741ceb6_linux-x86_64.tar.bz2 to 7.0.0-beta.101 (#188)

Co-authored-by: Flatpak External Data Checker <41898282+github-actions[bot]@users.noreply.github.com>

* zotero: Update Zotero-7.0.0-beta.101+220bb4383_linux-x86_64.tar.bz2 to 7.0.0-beta.103 (#189)

Co-authored-by: Flatpak External Data Checker <41898282+github-actions[bot]@users.noreply.github.com>

* zotero: Update Zotero-7.0.0-beta.103+691d26886_linux-x86_64.tar.bz2 to 7.0.0-beta.104 (#190)

Co-authored-by: Flatpak External Data Checker <41898282+github-actions[bot]@users.noreply.github.com>

* zotero: Update Zotero-7.0.0-beta.104+7e01a7d0e_linux-x86_64.tar.bz2 to 7.0.0-beta.106 (#192)

Co-authored-by: Flatpak External Data Checker <41898282+github-actions[bot]@users.noreply.github.com>

* zotero: Update Zotero-7.0.0-beta.106+bf5964513_linux-x86_64.tar.bz2 to 7.0.0-beta.108 (#194)

Co-authored-by: Flatpak External Data Checker <41898282+github-actions[bot]@users.noreply.github.com>

* zotero: Update Zotero-7.0.0-beta.108+80cc97125_linux-x86_64.tar.bz2 to 7.0.0-beta.109 (#195)

Co-authored-by: Flatpak External Data Checker <41898282+github-actions[bot]@users.noreply.github.com>

* zotero: Update Zotero-7.0.0-beta.109+687399d9b_linux-x86_64.tar.bz2 to 7.0.0-beta.110 (#196)

Co-authored-by: Flatpak External Data Checker <41898282+github-actions[bot]@users.noreply.github.com>

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Benedikt <[email protected]>
Co-authored-by: Cheng Zhang <[email protected]>

* zotero: Update Zotero-7.0_linux-x86_64.tar.bz2 to 7.0.3 (#219)

* zotero: Update Zotero-7.0_linux-x86_64.tar.bz2 to 7.0.3

* update manifest

---------

Co-authored-by: Sebastian Fleer <[email protected]>

* Revert "Add Github workflow for beta branch" (#222)

This reverts commit b91b045.

* Disable symbolic icon again (#223)

* zotero: Update Zotero-7.0.3_linux-x86_64.tar.bz2 to 7.0.4 (#225)

* zotero: Update Zotero-7.0.4_linux-x86_64.tar.bz2 to 7.0.5 (#226)

* zotero: Update Zotero-7.0.4_linux-x86_64.tar.bz2 to 7.0.5

* Remove duplicate home file system permission

---------

Co-authored-by: Sebastian Fleer <[email protected]>

* Update org.zotero.Zotero.yaml (#228)

* Add DRI and DBUS permissions (#230)

* zotero: Update Zotero-7.0.5_linux-x86_64.tar.bz2 to 7.0.7 (#231)

* zotero: Update Zotero-7.0.7_linux-x86_64.tar.bz2 to 7.0.8 (#232)

* Fix D-Bus permissions (#233)

Even for the same application, every process uses a separate sandbox and
a separate xdg-dbus-proxy instance for connecting to the actual session
or system bus. Therefore, IPC can only work if the messages are
forwarded by **both** proxies, and hence we need `--own-name`.

* zotero: Update Zotero-7.0.8_linux-x86_64.tar.bz2 to 7.0.9 (#234)

* zotero: Update Zotero-7.0.9_linux-x86_64.tar.bz2 to 7.0.10 (#237)

* add bigger icons (#238)

Upstream doesn't provide icons larger than 128x128 in the Linux tarball.

Add bigger icons extracted from zotero.icns (using
https://pypi.org/project/icnsutil/).

* zotero: Update Zotero-7.0.10_linux-x86_64.tar.bz2 to 7.0.11 (#239)

* Update beta to 7.0.12-beta.1

---------

Co-authored-by: Flathub Bot <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Benedikt <[email protected]>
Co-authored-by: Cheng Zhang <[email protected]>
Co-authored-by: PunkPangolin <[email protected]>
Co-authored-by: Christoph Martin <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants