flat-manager
flat-manager copied to clipboard
Manager for flatpak repositories
Adds an `apps` field to repo tokens. `has_token_prefix` checks it in addition to the `prefixes` field, but only for exact matches. This will allow us to, for example, give access...
- Add `reserve_custom_value_prefixes` field, which allows us to block custom values by prefix and not just exact value. For example, we could reserve `flathub::` so that apps can't upload appstream...
Implement a new job type that republishes an app, incorporating new information from the storefront info endpoint. Depends on #77.
Hey there, I set up a flatpak repo, but I just get a 400 error when trying to deploy via a github action using the actions at https://github.com/bilelmoussaoui/flatpak-github-actions ~~~ Api...
Flatpak allows us to add commits to a subset, which allows clients to broadly filter the repository: https://github.com/flatpak/flatpak/pull/3955. For example, in Flathub, we want to have a "FOSS-only" repository--it's the...
Is it planned at some point to be able to control (deny or allow) which applications a user can download? Obviously this would require implementing a certain level of Login
Bumps [actix-service](https://github.com/actix/actix-net) from 0.4.2 to 1.0.6. Release notes Sourced from actix-service's releases. actix-service: v1.0.6 Fixed Removed unsound custom Cell implementation that allowed obtaining several mutable references to the same data,...
Bumps [actix-http](https://github.com/actix/actix-web) from 0.2.11 to 2.2.1. Release notes Sourced from actix-http's releases. actix-files: v0.6.0 No significant changes since 0.6.0-beta.16. actix-files: v0.6.0-beta.16 No significant changes since 0.6.0-beta.15. actix-files: v0.6.0-beta.15 No significant...
Bumps [actix-codec](https://github.com/actix/actix-net) from 0.1.2 to 0.3.0. Release notes Sourced from actix-codec's releases. actix-codec: v0.3.0 No changes from beta 2. actix-codec: v0.3.0-beta.2 Remove unused type parameter from Framed::replace_codec. actix-codec: v0.3.0-beta.1 Use...
As part of the Flathub donations & payments project, we would like to make it easier for developers to use build tokens to upload their apps. Currently, build tokens are...