summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Handle GTK themes with . in their name by replacing . with _pgriffis/gtk-theme-name-mappingPatrick Griffis2021-08-112-2/+21
* tests: Exercise attempting to export a nonexistent directorySimon McVittie2021-08-021-0/+7
* tests: Exercise refusal to export a self-recursive symlinkSimon McVittie2021-08-021-0/+4
* tests: Exercise exporting a directory whose parent is a symlinkSimon McVittie2021-08-021-0/+8
* tests: Test the special case for --filesystem=/tmp if /tmp is a symlinkSimon McVittie2021-08-021-0/+6
* tests: Exercise failure to export a non-absolute pathSimon McVittie2021-08-021-0/+3
* tests: Exercise failure to export a broken autofsSimon McVittie2021-08-023-9/+67
* tests: Add a skeleton for testing unusual/corner-case situationsSimon McVittie2021-08-021-0/+41
* exports: Make all filesystem accesses relative to the mock root fdSimon McVittie2021-08-021-17/+96
* utils: Document that flatpak_canonicalize_filename() does not do I/OSimon McVittie2021-08-021-0/+6
* exports: Close mock host fd when destroyedSimon McVittie2021-08-021-0/+1
* tests: Add test coverage for a mock Fedora-like systemSimon McVittie2021-08-021-0/+51
* Update Russian translationgasinvein2021-08-021-19/+22
* .github: Add Sponsor buttonPhaedrus Leeds2021-08-021-0/+1
* Update Brazilian Portuguese translationBruno Lopes2021-08-021-47/+40
* 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