Commit Graph

  • 046d409366 [app] improvement: adding the environment variable if not available Vinicius Moreira 2021-11-29 12:40:05 -03:00
  • 09c455f441 [web] refactoring: constant WEB_PATH renamed to WEB_SHARED_DIR Vinicius Moreira 2021-11-29 12:15:13 -03:00
  • b1d2633592 [web] improvement: installed applications are now stored at '/usr/local/share/bauh/web/installed' for the root user Vinicius Moreira 2021-11-29 12:13:03 -03:00
  • 3d0733a0d6 [appimage.controller] String formatting method Vinicius Moreira 2021-11-29 12:03:18 -03:00
  • d9b6ee96ab [appimage] improvement: faster reading of installed applications Vinicius Moreira 2021-11-29 11:36:42 -03:00
  • 8aa03d2a56 [README.md] Updating AppImage section Vinicius Moreira 2021-11-29 11:08:50 -03:00
  • ae0f0c7e75 [appimage] refactoring: INSTALLATION_PATH constant renamed to INSTALLATION_DIR Vinicius Moreira 2021-11-29 10:47:09 -03:00
  • 9f4e08e29c [appimage] refactoring: removing '/' from INSTALLATION_PATH constant Vinicius Moreira 2021-11-29 10:45:10 -03:00
  • ab302d460b [appimage] refactoring: LOCAL_PATH constant renamed to APPIMAGE_SHARED_DIR Vinicius Moreira 2021-11-29 10:40:13 -03:00
  • 0ecbb28219 [appimage] refactoring: installed AppImages are now stored at '/usr/local/share/bauh' for the root user Vinicius Moreira 2021-11-29 10:38:21 -03:00
  • b3c1e72717 [api] refactoring: symlinks/binaries are now stored at /usr/local/bin for the root user Vinicius Moreira 2021-11-25 18:42:09 -03:00
  • 6f508ad10b [arch.__init__] refactoring: replacing 'bauh' string by constant Vinicius Moreira 2021-11-25 16:58:30 -03:00
  • 6a8fd24d23 [appimage.__init__] refactoring: String formatting method Vinicius Moreira 2021-11-25 16:52:53 -03:00
  • 243a1fb696 [api] refactoring: .desktop files are now installed at /usr/share/applications for the root user Vinicius Moreira 2021-11-25 16:37:31 -03:00
  • 7265c82fe5 [web.__init__] refactoring: String formatting method Vinicius Moreira 2021-11-25 16:25:57 -03:00
  • 506692267b [web] refactoring: WEB_CACHE_PATH renamed to WEB_CACHE_DIR Vinicius Moreira 2021-11-25 16:18:01 -03:00
  • 9287e1176d [snap] refactoring: SNAP_CACHE_PATH renamed to SNAP_CACHE_DIR Vinicius Moreira 2021-11-25 16:16:15 -03:00
  • 29df4b4f1b [arch] refactoring: ARCH_CACHE_PATH renamed to ARCH_CACHE_DIR Vinicius Moreira 2021-11-25 16:14:07 -03:00
  • 9bfecc5131 [appimage] refactoring: APPIMAGE_CACHE_PATH renamed to APPIMAGE_CACHE_DIR Vinicius Moreira 2021-11-25 16:11:34 -03:00
  • 06035bb97e [api.paths] refactoring: CACHE_PATH renamed to CACHE_DIR Vinicius Moreira 2021-11-25 16:09:42 -03:00
  • 25c9ed9fa3 [api] refactoring: custom themes dir for root user is now /usr/share/bauh/themes Vinicius Moreira 2021-11-25 15:57:59 -03:00
  • 985657987f [web.controller] refactoring: autorstart dir creation Vinicius Moreira 2021-11-24 14:44:37 -03:00
  • 3db8cb11c9 [web] improvement: logging when a desktop entry is created as an autostart file Vinicius Moreira 2021-11-24 16:07:39 -03:00
  • 530a5019e2 [api] refactoring: adding AUTOSTART_DIR constant to 'paths' module Vinicius Moreira 2021-11-24 14:14:04 -03:00
  • 0c11c4c166 [web.model] refactoring: 'bauh' publisher String replaced by __app_name__ constant Vinicius Moreira 2021-11-24 12:33:03 -03:00
  • 86c61a7c45 [web.model] refactoring: String formatting method Vinicius Moreira 2021-11-24 12:31:51 -03:00
  • 92d90eb9a2 [view.core.config] refactoring: FILE_PATH constant using CONFIG_DIR from 'api' module Vinicius Moreira 2021-11-24 12:19:00 -03:00
  • 47348c4b6c [api] refactoring: CONFIG_PATH constant renamed to CONFIG_DIR Vinicius Moreira 2021-11-24 12:11:41 -03:00
  • 797bea4b6d [arch] refactoring: CONFIG_DIR constant renamed to ARCH_CONFIG_DIR Vinicius Moreira 2021-11-24 12:08:48 -03:00
  • 43902e3ddc [arch] refactoring: defining CONFIG_DIR constant based on CONFIG_PATH constant from 'api' module Vinicius Moreira 2021-11-24 12:04:30 -03:00
  • 184ce720f4 [appimage] refactoring: CONFIG_DIR constant renamed to APPIMAGE_CONFIG_DIR Vinicius Moreira 2021-11-24 12:02:12 -03:00
  • cae69c5ba2 [flatpak] refactoring: CONFIG_DIR constant renamed to FLATPAK_CONFIG_DIR Vinicius Moreira 2021-11-24 11:58:52 -03:00
  • a1683b6a7d [api] refactoring: configuration directory for the root user is now located at '/etc/bauh' Vinicius Moreira 2021-11-24 11:56:20 -03:00
  • ea52236ee8 [appimage] fix: not able to upgrade imported AppImage files (regression from 0.9.21) Vinicius Moreira 2021-11-25 14:13:04 -03:00
  • dc6c2cbe7a [appimage] fix: not able to import AppImage files (regression from 0.9.21) Vinicius Moreira 2021-11-25 14:03:47 -03:00
  • e2b10903c0 [appimage] i18n: adding missing keys for 'fr' and 'it' Vinicius Moreira 2021-11-25 13:49:38 -03:00
  • 6875d62a16 [appimage] fix: trying to download a file without a URL associated with Vinicius Moreira 2021-11-25 13:48:20 -03:00
  • 99595dfbb2 [web.environment] refactoring: removing useless docstring Vinicius Moreira 2021-11-25 13:15:55 -03:00
  • 8a17d2c35b [web.environment] refactoring: String formatting method Vinicius Moreira 2021-11-25 12:59:04 -03:00
  • 085e7e4af4 [web] refactoring: removing unneeded call to create the Electron cache directory Vinicius Moreira 2021-11-25 12:46:58 -03:00
  • 5e9409b6b7 [web] improvement: Electron cache moved to ~/.local/share/bauh/web/env/electron Vinicius Moreira 2021-11-25 12:46:19 -03:00
  • ef254d611a [view] fix: single thread downloader does not create the directory where the file will be stored Vinicius Moreira 2021-11-24 15:01:22 -03:00
  • 63dd4963cf refactoring: LOGS_PATH constant renamed to LOGS_DIR and moved to 'api' module Vinicius Moreira 2021-11-24 11:08:26 -03:00
  • 83cc7cc134 [api] refactoring: temp dir now follow the patter /tmp/bauh@vinicius Vinicius Moreira 2021-11-24 10:46:39 -03:00
  • aa889dcd51 [api] refactoring: caching directory for root user is now /var/cache/bauh Vinicius Moreira 2021-11-24 10:34:04 -03:00
  • f78498c1ec [commons] refactoring: 'user' module moved to 'api' Vinicius Moreira 2021-11-23 18:02:54 -03:00
  • 8f9810bd69 [api] refactoring: 'constants' module renamed to 'paths' Vinicius Moreira 2021-11-23 17:53:05 -03:00
  • 70073a7bad [tests] fix: broken Flatpak test case Vinicius Moreira 2021-11-22 17:14:24 -03:00
  • 22e440cd18 [view/qt/settings] refactoring: using getvalue() for StringIO instance instead of seek() and read() Vinicius Moreira 2021-11-22 17:01:20 -03:00
  • 10ddb353fd [view/qt/settings] refactoring: more on String formatting method Vinicius Moreira 2021-11-22 17:00:21 -03:00
  • f9386316ae [view.qt.settings] fix: not re-enabling the action buttons when a validation error is displayed Vinicius Moreira 2021-11-22 16:59:22 -03:00
  • 6dec050fad [view/qt/settings] refactoring: String formatting method Vinicius Moreira 2021-11-22 16:51:38 -03:00
  • c80845cde4 [view] improvement: displaying a tooltip with the missing dependencies for a supported packaging technology Vinicius Moreira 2021-11-22 15:48:48 -03:00
  • 5121bb40ef [arch] refactoring: removing useless exception handling Vinicius Moreira 2021-11-22 13:38:15 -03:00
  • f6062ae822 Merge branch 'master' into staging Vinicius Moreira 2021-11-22 13:34:20 -03:00
  • a523cd9f1d [README] Updating dependencies text Vinicius Moreira 2021-11-22 13:34:01 -03:00
  • 1e11f80bed [arch] fix: wget as a hard requirement for Arch package management Vinicius Moreira 2021-11-22 13:30:37 -03:00
  • db4d6db37b bumping version to 0.9.22 Vinicius Moreira 2021-11-22 13:25:38 -03:00
  • 41969d7b68 Update issue templates Vinícius Moreira 2021-11-20 12:12:54 -03:00
  • 7d27400c85 Update issue templates Vinícius Moreira 2021-11-20 12:12:01 -03:00
  • 081804a786 Update issue templates Vinícius Moreira 2021-11-20 12:10:21 -03:00
  • 7cbe98fe08 0.9.21 Vinícius Moreira 2021-11-20 11:24:18 -03:00
  • 2cc532f6d1 [CHANGELOG.md] adding release date Vinicius Moreira 2021-11-20 11:18:57 -03:00
  • 971e9a58c7 [view.core.controller] refactoring: changing String formatting method Vinicius Moreira 2021-11-20 11:18:09 -03:00
  • 1cd060cd1f [view.core.controller] refactoring: removing duplicate import Vinicius Moreira 2021-11-20 10:52:44 -03:00
  • 84518ce34d [view.core.controller] fix: install/uninstall logs Vinicius Moreira 2021-11-20 10:51:50 -03:00
  • 11af3c0bbc [view.core.downloader] refactoring: changing String formatting method Vinicius Moreira 2021-11-20 10:44:25 -03:00
  • 0c4b479de9 [api.http] refactoring: removing unneeded return type Vinicius Moreira 2021-11-20 10:37:11 -03:00
  • aef9ef0b0d [core.downloader] refactoring: String concatenation using StringIO Vinicius Moreira 2021-11-20 10:35:37 -03:00
  • a136ef28f4 [core] improvement: multi-threaded download not enabled by default since it fails for some scenarios Vinicius Moreira 2021-11-19 18:28:35 -03:00
  • 6a68588cd4 [appimage] improvement: not stopping the upgrade process when one of several applications have been selected to upgrade Vinicius Moreira 2021-11-19 18:21:25 -03:00
  • 8b59c2ae77 [appimage] refactoring: i18n key Vinicius Moreira 2021-11-19 17:27:51 -03:00
  • 93362878e3 [appimage] fix: uninstalling the application when download fails (dowgrading) Vinicius Moreira 2021-11-19 17:22:14 -03:00
  • 65df7654f9 [appimage] fix: uninstalling the application when an update download fails Vinicius Moreira 2021-11-19 17:01:41 -03:00
  • e930a97966 [appimage] fix: displaying updates without the associated download URL for some applications Vinicius Moreira 2021-11-17 15:49:10 -03:00
  • 46a3b46652 [api] fix: crashing when trying to retrieve a file size without proving its URL Vinicius Moreira 2021-11-17 15:36:21 -03:00
  • b50b067158 [view] fix: crashing when QT components sizes are not integers Vinicius Moreira 2021-11-17 15:14:27 -03:00
  • b95de10268 [commons/system] more fixes related to some backend commands hanging Vinicius Moreira 2021-11-11 18:13:06 -03:00
  • 7f89e04809 [commons/system] more fixes related to some backend commands hanging Vinicius Moreira 2021-11-11 15:04:16 -03:00
  • 6aea25813f Merge branch 'master' into staging Vinicius Moreira 2021-11-09 18:30:25 -03:00
  • 6e7c871b1a [flatpak] fix: not displaying updates for partials listed as installed apps/runtimes Vinicius Moreira 2021-11-09 13:12:06 -03:00
  • 00fda53287 [flatpak] fix: partials split call Vinicius Moreira 2021-11-09 13:00:19 -03:00
  • 35ca24b680 [arch] refactoring: i18n (warning: AUR missing deps) Vinicius Moreira 2021-11-09 12:51:56 -03:00
  • 6bc30ba516 [core.controller] refactoring: removing useless check Vinicius Moreira 2021-11-09 12:48:22 -03:00
  • 0a9133068e [view] fix: displaying initial warnings related to supported technologies even when they are not enabled or have the required dependencies Vinicius Moreira 2021-11-09 12:47:13 -03:00
  • d68bf1e53d [flatpak] fix: not displaying the updates size for Flatpak 1.2 Vinicius Moreira 2021-11-09 12:28:41 -03:00
  • 8488b086e6 [flatpak] fix: not displaying update components not associated with installed packages Vinicius Moreira 2021-11-09 11:47:36 -03:00
  • e539eea6f6 [view] fix: upgrade summary (not displaying the icon type for some applications) Vinicius Moreira 2021-11-08 17:25:37 -03:00
  • 6678cb282a bumping version to 0.9.21 Vinicius Moreira 2021-11-08 17:23:24 -03:00
  • 6f65556c05 [README.md] updating some GitHub links Vinícius Moreira 2021-11-07 09:37:45 -03:00
  • cd7dd79c6e 0.9.20 Vinícius Moreira 2021-11-05 18:11:38 -03:00
  • e21850022a Updating CHANGELOG Vinicius Moreira 2021-11-05 16:47:37 -03:00
  • c5aac8f321 Updating CHANGELOG Vinicius Moreira 2021-11-05 16:09:29 -03:00
  • f0c29d4089 [common] fix: some backend commands could hang when require user interaction Vinicius Moreira 2021-11-05 14:48:53 -03:00
  • 75e16056c0 [flatpak] fix: nost listing updates for Flatpak 1.2 Vinicius Moreira 2021-11-05 14:17:03 -03:00
  • a6c065efb6 [flatpak] fix: not listing installed packages for Flatpak 1.2 Vinicius Moreira 2021-11-05 13:48:51 -03:00
  • cea02dcd41 [view] fix: always requesting the password on the initialization dialog when launched by the root user Vinicius Moreira 2021-11-04 18:08:34 -03:00
  • b2f8266bce [view] fix: not properly sorting file extensions for the FileChooser component Vinicius Moreira 2021-11-03 15:37:41 -03:00
  • 1b58963fc6 bumping version to 0.9.20 Vinicius Moreira 2021-11-03 15:17:26 -03:00
  • d41f04e74e [appimage] improvement: not displaying 'imported' besides the imported application name on the table (only for the name tip) Vinicius Moreira 2021-11-03 15:16:28 -03:00