Commit Graph

1799 Commits

Author SHA1 Message Date
Vinicius Moreira
f34db97661 [snap] refactoring: String formatting method 2021-12-10 11:14:16 -03:00
Vinicius Moreira
34d5234977 [arch] fix: not updating the view (GUI) status correctly after uninstalling a package whose PKGBUILD file was edited 2021-12-09 13:37:09 -03:00
Vinicius Moreira
d4446e1c81 [arch] fix: missing error handling when hard requirements for optional dependencies cannot be found by pacman 2021-12-09 12:26:40 -03:00
Vinicius Moreira
e8a74037ab [arch.controller] refactoring: variable name 2021-12-09 11:33:55 -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
afcc94b934 bumping version to 0.9.23 2021-12-07 12:25:30 -03:00
Vinicius Moreira
e96fa2db53 [CHANGELOG.md] Updating 0.9.22 changelog 2021-11-30 14:30:24 -03:00
Vinicius Moreira
32a50beeac [flatpak] improvement: always considering 'system' as the installation level for the root user 2021-11-30 13:31:42 -03:00
Vinicius Moreira
f5111213b8 [flatpak] improvement: not displaying the installation target option when bauh is launched by the root user (settings) 2021-11-30 13:27:50 -03:00
Vinicius Moreira
459240933a [api.abstract.controller] refactoring: updating 'get_settings' return specification 2021-11-30 12:25:41 -03:00
Vinicius Moreira
cc5829308b [CHANGELOG.md] Updating 0.9.22 changelog 2021-11-30 12:18:27 -03:00
Vinicius Moreira
ce4f3f67ab [api.abstract.context] improvement: adding 'root_user' attribute to skip checking calls 2021-11-30 12:17:04 -03:00
Vinicius Moreira
854334ed7b [web] refactoring: faster Electron cache verification 2021-11-29 18:34:42 -03:00
Vinicius Moreira
0dbd13e4a5 [web] improvment: letting the Electron client to download the Electron build file instead of bauh 2021-11-29 18:15:10 -03:00
Vinicius Moreira
21d7e46500 [flatpak.__init__] refactoring: suggestions URL 2021-11-29 17:35:12 -03:00
Vinicius Moreira
733838e5e3 [flatpak] improvement: exports share directory for root user is now '/usr/share/flatpak/exports/share' 2021-11-29 17:19:07 -03:00
Vinicius Moreira
fd6043e20f [README.md] updating Web section 2021-11-29 12:49:09 -03:00
Vinicius Moreira
046d409366 [app] improvement: adding the environment variable if not available 2021-11-29 12:40:05 -03:00
Vinicius Moreira
09c455f441 [web] refactoring: constant WEB_PATH renamed to WEB_SHARED_DIR 2021-11-29 12:15:13 -03:00
Vinicius Moreira
b1d2633592 [web] improvement: installed applications are now stored at '/usr/local/share/bauh/web/installed' for the root user 2021-11-29 12:13:03 -03:00
Vinicius Moreira
3d0733a0d6 [appimage.controller] String formatting method 2021-11-29 12:03:18 -03:00
Vinicius Moreira
d9b6ee96ab [appimage] improvement: faster reading of installed applications 2021-11-29 11:36:42 -03:00
Vinicius Moreira
8aa03d2a56 [README.md] Updating AppImage section 2021-11-29 11:08:50 -03:00
Vinicius Moreira
ae0f0c7e75 [appimage] refactoring: INSTALLATION_PATH constant renamed to INSTALLATION_DIR 2021-11-29 11:04:39 -03:00
Vinicius Moreira
9f4e08e29c [appimage] refactoring: removing '/' from INSTALLATION_PATH constant 2021-11-29 11:04:39 -03:00
Vinicius Moreira
ab302d460b [appimage] refactoring: LOCAL_PATH constant renamed to APPIMAGE_SHARED_DIR 2021-11-29 11:04:39 -03:00
Vinicius Moreira
0ecbb28219 [appimage] refactoring: installed AppImages are now stored at '/usr/local/share/bauh' for the root user 2021-11-29 11:04:09 -03:00
Vinicius Moreira
b3c1e72717 [api] refactoring: symlinks/binaries are now stored at /usr/local/bin for the root user 2021-11-25 18:42:09 -03:00
Vinicius Moreira
6f508ad10b [arch.__init__] refactoring: replacing 'bauh' string by constant 2021-11-25 16:58:30 -03:00
Vinicius Moreira
6a8fd24d23 [appimage.__init__] refactoring: String formatting method 2021-11-25 16:52:53 -03:00
Vinicius Moreira
243a1fb696 [api] refactoring: .desktop files are now installed at /usr/share/applications for the root user 2021-11-25 16:37:31 -03:00
Vinicius Moreira
7265c82fe5 [web.__init__] refactoring: String formatting method 2021-11-25 16:25:57 -03:00
Vinicius Moreira
506692267b [web] refactoring: WEB_CACHE_PATH renamed to WEB_CACHE_DIR 2021-11-25 16:18:01 -03:00
Vinicius Moreira
9287e1176d [snap] refactoring: SNAP_CACHE_PATH renamed to SNAP_CACHE_DIR 2021-11-25 16:16:15 -03:00
Vinicius Moreira
29df4b4f1b [arch] refactoring: ARCH_CACHE_PATH renamed to ARCH_CACHE_DIR 2021-11-25 16:14:07 -03:00
Vinicius Moreira
9bfecc5131 [appimage] refactoring: APPIMAGE_CACHE_PATH renamed to APPIMAGE_CACHE_DIR 2021-11-25 16:11:34 -03:00
Vinicius Moreira
06035bb97e [api.paths] refactoring: CACHE_PATH renamed to CACHE_DIR 2021-11-25 16:09:42 -03:00
Vinicius Moreira
25c9ed9fa3 [api] refactoring: custom themes dir for root user is now /usr/share/bauh/themes 2021-11-25 15:57:59 -03:00
Vinicius Moreira
985657987f [web.controller] refactoring: autorstart dir creation 2021-11-25 15:41:09 -03:00
Vinicius Moreira
3db8cb11c9 [web] improvement: logging when a desktop entry is created as an autostart file 2021-11-25 15:41:09 -03:00
Vinicius Moreira
530a5019e2 [api] refactoring: adding AUTOSTART_DIR constant to 'paths' module 2021-11-25 15:41:09 -03:00
Vinicius Moreira
0c11c4c166 [web.model] refactoring: 'bauh' publisher String replaced by __app_name__ constant 2021-11-25 15:41:09 -03:00
Vinicius Moreira
86c61a7c45 [web.model] refactoring: String formatting method 2021-11-25 15:41:09 -03:00
Vinicius Moreira
92d90eb9a2 [view.core.config] refactoring: FILE_PATH constant using CONFIG_DIR from 'api' module 2021-11-25 15:41:09 -03:00
Vinicius Moreira
47348c4b6c [api] refactoring: CONFIG_PATH constant renamed to CONFIG_DIR 2021-11-25 15:41:09 -03:00
Vinicius Moreira
797bea4b6d [arch] refactoring: CONFIG_DIR constant renamed to ARCH_CONFIG_DIR 2021-11-25 15:41:09 -03:00
Vinicius Moreira
43902e3ddc [arch] refactoring: defining CONFIG_DIR constant based on CONFIG_PATH constant from 'api' module 2021-11-25 15:41:09 -03:00
Vinicius Moreira
184ce720f4 [appimage] refactoring: CONFIG_DIR constant renamed to APPIMAGE_CONFIG_DIR 2021-11-25 15:41:09 -03:00
Vinicius Moreira
cae69c5ba2 [flatpak] refactoring: CONFIG_DIR constant renamed to FLATPAK_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