Commit Graph

167 Commits

Author SHA1 Message Date
Vinicius Moreira
47348c4b6c [api] refactoring: CONFIG_PATH constant renamed to CONFIG_DIR 2021-11-25 15:41:09 -03:00
Vinicius Moreira
a1683b6a7d [api] refactoring: configuration directory for the root user is now located at '/etc/bauh' 2021-11-25 15:41:09 -03:00
Vinicius Moreira
63dd4963cf refactoring: LOGS_PATH constant renamed to LOGS_DIR and moved to 'api' module 2021-11-24 11:08:26 -03:00
Vinicius Moreira
83cc7cc134 [api] refactoring: temp dir now follow the patter /tmp/bauh@vinicius 2021-11-24 10:46:39 -03:00
Vinicius Moreira
aa889dcd51 [api] refactoring: caching directory for root user is now /var/cache/bauh 2021-11-24 10:34:04 -03:00
Vinicius Moreira
f78498c1ec [commons] refactoring: 'user' module moved to 'api' 2021-11-23 18:02:54 -03:00
Vinicius Moreira
8f9810bd69 [api] refactoring: 'constants' module renamed to 'paths' 2021-11-23 17:53:05 -03:00
Vinicius Moreira
c80845cde4 [view] improvement: displaying a tooltip with the missing dependencies for a supported packaging technology 2021-11-22 15:48:48 -03:00
Vinicius Moreira
0c4b479de9 [api.http] refactoring: removing unneeded return type 2021-11-20 10:37:11 -03:00
Vinicius Moreira
46a3b46652 [api] fix: crashing when trying to retrieve a file size without proving its URL 2021-11-17 15:36:21 -03:00
Vinicius Moreira
0a9133068e [view] fix: displaying initial warnings related to supported technologies even when they are not enabled or have the required dependencies 2021-11-09 12:47:13 -03:00
Vinicius Moreira
43b460e6be refactoring: removing unneeded line 2021-11-03 14:37:49 -03:00
Vinicius Moreira
476a30c9f4 [arch] improvmenet -> cleaning up some code warnings 2021-06-17 17:28:29 -03:00
Vinicius Moreira
8c0c4d4546 [appimage] fix -> crashing when trying to upgrade and the internet connection is off 2021-02-12 14:47:23 -03:00
Vinicius Moreira
aac3c82dd8 [appimage] improvement -> allowing the property 'suggestions.expiration' to be managed through the UI 2021-02-01 17:40:42 -03:00
Vinicius Moreira
926ee65105 [arch] feature -> ignoring binary package when checking with rebuild-detector 2021-01-18 11:20:48 -03:00
Vinicius Moreira
0680a3118d [arch] feature -> AUR: rebuild-detector integration 2021-01-14 11:29:17 -03:00
Vinicius Moreira
f25f5daaad Merge branch 'master' into staging 2021-01-14 08:42:47 -03:00
freddii
228bb1a3f4 fixed wrong spelled words 2021-01-14 11:18:42 +01:00
Vinicius Moreira
5fd161888a [arch] feature -> AUR: new custom action to quickly reinstall a package 2021-01-13 15:28:19 -03:00
Vinicius Moreira
af6367b0ab [arch] fixes -> not displaying installed AUR packages when AUR support is disabled | downloading AUR index during the initialization process when AUR support is disabled 2021-01-12 16:06:34 -03:00
Vinicius Moreira
6aebaf6718 [arch] improvement -> repositories/AUR search time 2021-01-11 16:33:13 -03:00
Vinicius Moreira
3c4de456c5 [appimage] improvement -> new custom action 'Update database' 2020-12-23 14:40:26 -03:00
Vinicius Moreira
adfb265dc3 [appimage] improvements -> database files only updated when expired 2020-12-23 13:39:58 -03:00
Vinicius Moreira
a9b196522d [arch] improvement -> AUR: the index is not always being updated during the initialization process 2020-12-21 16:08:45 -03:00
Vinicius Moreira
cf17a91b83 [arch] improvement -> AUR: upgrade checking now considers modification dates as well 2020-12-17 18:35:34 -03:00
Vinicius Moreira
bef465a1ea [ui] fix: upgrading: only requesting the root password if required | [flatpak] fix -> crashing when trying to downgrade 2020-12-10 19:15:34 -03:00
Vinicius Moreira
8d761c35e9 [web] feature -> new installation option 'allow protected content' 2020-12-07 18:18:38 -03:00
Vinicius Moreira
60228eec97 [ui] feature: themes 2020-11-27 15:52:57 -03:00
Vinicius Moreira
590eb2abd2 [api] marking argument type as optional 2020-09-10 13:41:21 -03:00
Vinicius Moreira
bd40d9f2a8 [flatpak] fix log 2020-09-10 13:40:11 -03:00
Vinicius Moreira
26fa25cebb [snap] feature -> allowing to select an available channel during the installation process 2020-09-06 01:10:13 -03:00
Vinicius Moreira
129ede9c6c [arch] fixes -> not displaying and uninstalling dependent packages during conflict resolutions | not retrieving all packages that would break if a given package is uninstalled 2020-09-03 18:06:43 -03:00
Vinicius Moreira
feb061efa4 [arch] improvement -> upgrade: checking specific version requirements and marking packages as 'cannot upgrade' when these requirements are not met 2020-09-01 19:36:05 -03:00
Vinicius Moreira
50893bff99 [snap] improvement -> full support refactored to use the Snapd socket instead of the Ubuntu's old Snap API 2020-08-26 12:54:56 -03:00
Vinicius Moreira
4544a46421 [arch] improvement -> increasing PKGBUILD editing dialog dimensions 2020-08-20 12:04:49 -03:00
Vinicius Moreira
e20bfe461b [arch] -> improvement: 'aur_build_dir' property rendered as a file chooser 2020-08-18 18:41:27 -03:00
Vinicius Moreira
befcc79cb0 [arch] improvement -> AUR: new settings property 'aur_build_dir' 2020-08-18 18:15:49 -03:00
Vinicius Moreira
9c1ffbd356 [arch] feature -> AUR: allowing to edit the PKGBUILD file of a package to be installed/upgraded/downgraded 2020-08-16 12:39:20 -03:00
Vinicius Moreira
ae721f6eea [appimage] improvement -> manual file installation: trying to auto-fill the 'Name' and 'Version' fields 2020-08-11 15:38:30 -03:00
Vinicius Moreira
4de2eb317e [appimage] improvement -> manual file installation default search path set to '~/Downloads' 2020-08-11 13:38:35 -03:00
Vinicius Moreira
31b67a32b7 [arch] improvements -> upgrading firstly the keyring packages declared in 'SyncFirst' (/etc/pacman.conf) to avoid pacman downloading issues | only removing packages after downloading the required ones 2020-08-11 11:24:41 -03:00
Vinicius Moreira
19cd85bc98 [ui] -> fix: crashing when nothing can be upgraded 2020-08-04 09:55:42 -03:00
Vinicius Moreira
1088966991 [improvement][settings] new property 'ui.scale_factor' responsible for defining the interface scale factor 2020-06-24 12:23:05 -03:00
Vinicius Moreira
eee9e9abf8 [improvement][ui] uninstallation does not refresh the table if it succeeds 2020-06-16 11:41:06 -03:00
Vinicius Moreira
a43e640437 [improvement][ui] not performing a full table refresh after installing a new package 2020-06-11 16:51:55 -03:00
Vinícius Moreira
5340070b3a [improvement][settings] only displaying available multi-threaded download clients 2020-05-28 11:36:54 -03:00
Vinícius Moreira
7aa133be2a [feature] axel support for multithreaded downloads 2020-05-27 16:18:53 -03:00
Vinícius Moreira
cec0c06e4f [feature][arch] supporting multi-threaded download for repository packages 2020-05-27 11:51:24 -03:00
Vinicius Moreira
a320f30911 [feature] ignore updates: Arch/AUR packages 2020-05-17 14:36:22 -03:00