summaryrefslogtreecommitdiff
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* app: Port transaction subclasses to use add_rebase_and_uninstall()Philip Withnall2023-03-302-31/+2
* run: Make it clearer that rest_argv_start is not used uninitializedSimon McVittie2023-03-201-2/+3
* cli-transaction: Escape any special characters in the EOL reasonSimon McVittie2023-03-161-1/+4
* Ensure special characters in permissions and metadata are escapedRyan Gonzalez2023-03-163-7/+18
* list: Show a warning if we can't load the current versionSimon McVittie2023-02-081-2/+8
* list: Handle error in flatpak_dir_load_deployed()Simon McVittie2023-02-081-1/+11
* Revert "Add support for files generated by appstreamcli compose (#5277)"Patrick Griffis2023-02-041-6/+6
* Add support for files generated by appstreamcli compose (#5277)Luna2023-02-041-6/+6
* trivial: Trim some long lines, etc.Phaedrus Leeds2023-01-021-12/+22
* repair: Fix off-by-one error in fancy outputPhaedrus Leeds2023-01-021-1/+1
* common: Make flatpak_debug2() use the same domain as g_debug()Simon McVittie2022-12-151-2/+2
* app: Use g_info() for messages that will be shown by flatpak -vSimon McVittie2022-12-1513-45/+45
* main: Treat g_info() as equivalent to g_debug()Simon McVittie2022-12-141-3/+3
* Replace calls to g_memdup() with g_memdup2()Simon McVittie2022-12-122-3/+3
* app/meson.build: Add missing depJan Alexander Steffens (heftig)2022-11-031-0/+1
* Add a Meson build systemSimon McVittie2022-10-242-0/+143
* app: Fix warning when listing a document with no permissions.Robert Ancell2022-09-061-3/+4
* Add a vim modeline and .editorconfigPhaedrus Leeds2022-08-2250-50/+50
* app: Add -u alias for --userPhaedrus Leeds2022-08-161-1/+1
* enter: Don't overwrite the DISPLAYSimon McVittie2022-08-161-4/+0
* build-export: Don't warn on missing Exec= if DBusActivatable=truePhaedrus Leeds2022-08-161-9/+10
* build-export: Explicitly allow empty Exec values in desktop fileDanilo Bargen2022-08-161-2/+7
* build-export: Avoid segfault if Exec line is missing from desktop fileDanilo Bargen2022-08-161-5/+7
* build-export: Fully ignore stdout content of icon validationPhaedrus Leeds2022-07-251-1/+3
* app: Un-split translatable strings againPhaedrus Leeds2022-07-231-15/+43
* app: Remove a duplicated else if blockPhaedrus Leeds2022-07-232-4/+0
* app: Un-split some translatable stringsPhaedrus Leeds2022-07-232-43/+92
* app: Un-split EOL translatable sentencesPhaedrus Leeds2022-07-231-32/+28
* uninstall: Prompt for confirmation on used runtime removalPhaedrus Leeds2022-07-211-17/+37
* app: Tweak messages about dependent appsPhaedrus Leeds2022-07-212-5/+14
* uninstall: Ask for confirmation for used runtime extensionsPhaedrus Leeds2022-07-211-3/+101
* app: Improve checking for dependent apps in EOL messagesPhaedrus Leeds2022-07-211-0/+51
* app: List apps that use a runtime extension when it's EOLPhaedrus Leeds2022-07-211-2/+56
* app/flatpak-complete.c: Fix typoPhaedrus Leeds2022-07-181-1/+1
* app: Fix inefficiency in pin and mask commandsPhaedrus Leeds2022-07-182-6/+8
* Increase verbosity of extension missing error messagesFina Wilke2022-07-171-2/+2
* Move all use of soup APIs into flatpak-utils-httpAlexander Larsson2022-06-161-4/+0
* http utils: Make a generic FlatpakHttpSession instead of SoupSessionAlexander Larsson2022-06-162-6/+6
* update: Add newline before nothing to do messagePhaedrus Leeds2022-06-151-1/+4
* app: Use bold app ID for permissions headingPhaedrus Leeds2022-06-151-2/+10
* uninstall: Fix support for --noninteractivePhaedrus Leeds2022-06-151-0/+3
* app: Improve end-of-life info messagePhaedrus Leeds2022-06-151-17/+81
* app: Fix typo in debug messagePhaedrus Leeds2022-06-151-1/+1
* main: Don't install polkit agent when running in tests, fixing slowness.Alexander Larsson2022-06-131-0/+5
* build: Don't leak the destination prefixDebarshi Ray2022-06-031-2/+2
* Add --include-sdk/debug to install SDK/debuginfo along with a refRyan Gonzalez2022-05-061-0/+13
* uninstall: Make help message more accuratePhaedrus Leeds2022-04-231-1/+1
* app: Disable fuzzy matching if not on a ttyPhaedrus Leeds2022-04-212-3/+3
* app: Disable fuzzy ref matching when id has a periodPhaedrus Leeds2022-04-212-3/+3
* app: Disable fuzzy ref matching when id has a slashPhaedrus Leeds2022-04-212-16/+52