summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* .github: Add Sponsor buttonadd-funding-linkPhaedrus Leeds2021-07-201-0/+1
* Update Ukrainian translationYuri Chornoivan2021-07-051-4/+5
* Update translation files for v1.11.21.11.2Simon McVittie2021-06-1719-4310/+4380
* Prepare release 1.11.2Simon McVittie2021-06-172-1/+29
* build: Don't include gdbus-codegen-generated files in tarballSimon McVittie2021-06-171-1/+3
* flatpak-transaction: Fix finding runtime with non-default remote+archPhilip Withnall2021-06-161-1/+2
* flatpak-transaction: Squash error propagation and fix return valuePhilip Withnall2021-06-161-2/+2
* Improve release checklistSimon McVittie2021-06-151-1/+2
* portal: Fix a typo in D-Bus API documentationSimon McVittie2021-06-151-2/+2
* Reword to make it clearer how (not) to invoke flatpakDennis Schridde2021-06-151-1/+1
* Fix grammarDennis Schridde2021-06-151-1/+1
* Improve error message for sudo flatpak runDennis Schridde2021-06-151-1/+1
* flatpak-installation: Fix some typos in documentation commentsPhilip Withnall2021-06-141-3/+3
* CI: Add mono apt repo to fix buildAlexander Larsson2021-06-011-0/+4
* transaction: Don’t abort on uninstall if deploy metadata is missingPhilip Withnall2021-06-011-0/+5
* Update Indonesian translationKukuh Syafaat2021-06-011-273/+275
* Update Russian translationgasinvein2021-06-011-382/+358
* README: Update chat room linkPhaedrus Leeds2021-05-281-1/+1
* portal: Add some test coverageSimon McVittie2021-05-255-2/+743
* portal: Add some design-for-testSimon McVittie2021-05-251-4/+26
* portal: Add NONE values for flags setsSimon McVittie2021-05-251-0/+3
* tests: Test environment block parsingSimon McVittie2021-05-252-0/+133
* context: Factor out functions to parse an environment blockSimon McVittie2021-05-252-24/+55
* portal: Remap --env-fd into child process's fd spaceSimon McVittie2021-05-251-2/+10
* portal: Use a GArray to store fdsSimon McVittie2021-05-251-39/+42
* portal: Don't leak fd used for serialized environmentSimon McVittie2021-05-251-3/+4
* Don't disable -Wformat-nonliteral unnecessarilySimon McVittie2021-05-251-12/+0
* Add missing G_GNUC_PRINTF attributesSimon McVittie2021-05-255-13/+3
* completion: Always pass a format string to flatpak_completion_debugSimon McVittie2021-05-251-1/+1
* testcommon: Use unusual architectures where it doesn't matterSimon McVittie2021-05-251-77/+77
* Update Danish translationscootergrisen2021-05-251-219/+171
* Merge pull request #4256 from flatpak/remote-ls-all-archesPhaedrus Leeds2021-05-1912-92/+249
|\
| * CLI: List arch if it is not the primary arch (even if unique)Alexander Larsson2021-05-193-3/+31
| * Include more architectures when listing installed refs.Alexander Larsson2021-05-192-57/+125
| * builtin-utils: Use shared helperAlexander Larsson2021-05-191-5/+11
| * Transaction: Ensure we download the subsummary for the arch of added refsAlexander Larsson2021-05-193-21/+27
| * Add FLATPAK_QUERY_FLAGS_ALL_ARCHES for list_remote_refs()Alexander Larsson2021-05-194-6/+55
|/
* doc: Add a release checklist for maintainersSimon McVittie2021-05-171-0/+19
* tests: Fix test-summaries.sh when running tests as rootPhilip Withnall2021-05-171-1/+8
* Merge pull request #4269 from pwithnall/strcmp-crashPhilip Withnall2021-05-111-1/+1
|\
| * dir: Avoid a crash when looking up summary for a ref without an archPhilip Withnall2021-05-111-1/+1
|/
* Fix several memory leaksPhaedrus Leeds2021-05-044-7/+9
* utils: Add missing check for empty string collection idPhaedrus Leeds2021-05-041-0/+2
* list: Add a g_assert() for a coverity warningPhaedrus Leeds2021-05-041-0/+1
* dir: Fix a GString leakPhaedrus Leeds2021-05-041-17/+10
* remote-info: Fix memory leak of branchPhaedrus Leeds2021-05-041-1/+1
* remote-info: Fix printing of branchPhaedrus Leeds2021-05-041-1/+1
* common: Fix several memory leaksPhaedrus Leeds2021-05-043-9/+11
* context: Fix leak of env var key/value pairPhaedrus Leeds2021-05-041-3/+5
* Fix memory errors w/ use of var_arrayofstring_to_strv()Phaedrus Leeds2021-05-043-7/+15