Commit Graph

88 Commits

Author SHA1 Message Date
Vinicius Moreira
7c0eb93043 [commons] refactoring: removing symbols that are previously removed from inputs 2022-05-03 11:26:36 -03:00
Vinicius Moreira
c0fde3686d [core] improvement: preventing command injection through the search mechanism 2022-05-02 15:20:14 -03:00
Vinicius Moreira
6937be8cb9 [debian] fix: hanging when packages require manual configuration (install/upgrade) 2022-04-12 17:23:38 -03:00
Vinicius Moreira
e40fe27bd1 [flatpak] fix: not displaying new required runtimes as updates 2022-04-12 12:29:56 -03:00
Vinicius Moreira
c91c9542d4 [commons] fix: human size string conversion from bytes 2022-04-11 09:59:03 -03:00
Vinicius Moreira
f6a8f20d5b [commons.util] fix: not properly converting bibyte and byte based sizes to bytes (size_to_byte) 2022-04-10 14:00:32 -03:00
Vinicius Moreira
6d29da6373 [commons] improvement: allowing extra environments variables to redefine existing values (SimpleProcess) 2022-04-07 12:05:41 -03:00
Vinicius Moreira
9daba19f61 [view] improvement: displaying update sizes as localized numbers (update summary) 2022-04-06 15:41:07 -03:00
Vinicius Moreira
887ae2da5c [commons.util] refactoring: always strips unit string in 'size_to_byte' 2022-04-06 10:44:42 -03:00
Vinicius Moreira
47cb969f1a [commons.util] refactoring: centralizing String size conversion into 'size_to_byte' 2022-04-06 10:41:09 -03:00
Vinicius Moreira
2262f36640 [view] fix: not displaying the right unit symbol for byte based sizes 2022-04-06 10:21:10 -03:00
Vinicius Moreira
7d12810772 [commons.util] improvement: returning a float for 'size_to_byte' parsing 2022-04-06 10:16:48 -03:00
Vinicius Moreira
20556a9fe3 [commons.util] fix: not handling bit based sizes (size_to_byte) 2022-04-05 18:18:53 -03:00
Vinicius Moreira
5e8da6afa8 [view] improvement: displaying a '+' for positive update sizes (upgrade summary) 2022-04-04 16:48:36 -03:00
Vinicius Moreira
a904c73b2d [backup] improvement: remove_method option 2022-03-29 19:01:31 -03:00
Vinicius Moreira
bb9a52f34f [commons] improvement: accepting 'shell' as an argument for 'new_root_subprocess' 2022-03-29 16:36:27 -03:00
Vinicius Moreira
330613f2c5 [commons.system] fix: some action errors not being displayed on the details component when they are concatenated with sudo output 2022-03-25 15:50:01 -03:00
Vinicius Moreira
cbfd1c491a [commons.system] refactoring: 'new_subprocess' parameters tyiping 2022-03-25 09:41:58 -03:00
Vinicius Moreira
d55e46c6ec [commons] refactoring: typing and kwargs of the 'system' module 2022-03-24 17:35:32 -03:00
Vinicius Moreira
e7701a96c6 Revert "[commons] refactoring: using 'en_US.UTF-8' as the the default LANG"
This reverts commit 9632b95b9d.
2022-03-24 16:50:28 -03:00
Vinicius Moreira
9632b95b9d [commons] refactoring: using 'en_US.UTF-8' as the the default LANG 2022-03-24 16:25:18 -03:00
Vinicius Moreira
a4ccb08296 [commons] refactoring: using empty string for the default LANG 2022-03-24 15:29:56 -03:00
Vinicius Moreira
e1921facf8 [common] refactoring: 'get_human_size_str' moved from 'system' to 'view_utils' 2022-03-14 09:46:17 -03:00
Vinicius Moreira
5538a52442 [commons] fix: get_human_size_str for negative numbers 2022-03-14 09:33:50 -03:00
Vinicius Moreira
f6c8ad9553 [debian] initial Debian package management support 2022-03-10 17:11:19 -03:00
Vinicius Moreira
d0b4060739 [common] fix: size to byte conversion 2022-03-07 17:41:42 -03:00
Vinicius Moreira
9daa995d00 [common] fix: human-readable sizes
# Conflicts:
#	bauh/commons/system.py
2022-03-07 16:10:18 -03:00
Vinicius Moreira
ff9d3be65b fix: not accepting blank root passwords 2022-02-28 11:25:41 -03:00
Vinicius Moreira
fa972d2ea0 [commons] improvement: not displaying any output related to '[sudo] password' 2022-02-23 15:47:02 -03:00
Vinicius Moreira
f69ed7aa4a [commons.system] fix: not handling unicode decode errors when reading a subprocess output 2022-01-27 16:32:32 -03:00
Vinicius Moreira
6d3917ee99 [arch] feature: allowing AUR packages to be installed when bauh is launched by the root user 2021-12-07 15:41:02 -03:00
Vinicius Moreira
47348c4b6c [api] refactoring: CONFIG_PATH constant renamed to CONFIG_DIR 2021-11-25 15:41:09 -03:00
Vinicius Moreira
5e9409b6b7 [web] improvement: Electron cache moved to ~/.local/share/bauh/web/env/electron 2021-11-25 13:13:47 -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
b95de10268 [commons/system] more fixes related to some backend commands hanging 2021-11-11 18:13:06 -03:00
Vinicius Moreira
7f89e04809 [commons/system] more fixes related to some backend commands hanging 2021-11-11 15:04:16 -03:00
Vinicius Moreira
f0c29d4089 [common] fix: some backend commands could hang when require user interaction 2021-11-05 16:07:37 -03:00
Vinicius Moreira
f3ac25fb0f improvement -> internet checking time 2021-01-18 14:38:36 -03:00
Vinicius Moreira
465c90a7b6 [arch] fix -> 'rebuild-detector' integration not working when launched from KDE menu or PyCharm 2021-01-15 17:56:02 -03:00
Vinicius Moreira
0680a3118d [arch] feature -> AUR: rebuild-detector integration 2021-01-14 11:29:17 -03:00
Vinicius Moreira
c91e982243 improvement -> all suported types now display a 'Checking configuration file' task during the initialization process 2020-12-30 13:35:15 -03:00
Vinicius Moreira
01bd532465 [arch][snap] improvement -> caching categories file for 24 hours 2020-12-28 10:41:54 -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
7057f683cd [arch] improvement -> history/downgrade considering the repository commit + bug fixes 2020-12-21 12:25:54 -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
60228eec97 [ui] feature: themes 2020-11-27 15:52:57 -03:00
Vinicius Moreira
293d2a5fb0 [arch] fix -> uninstall: not detecting hard requirements properly 2020-09-11 11:17:27 -03:00
Vinicius Moreira
1418383730 [arch] improvement -> AUR: new settings property 'aur_build_only_chosen' 2020-08-31 15:01:20 -03:00
Vinicius Moreira
bb5abf5d86 [arch] feature -> new 'Check Snaps support' action 2020-08-26 18:53:09 -03:00