Commit Graph

162 Commits

Author SHA1 Message Date
Vinicius Moreira
04271efebc [web] fix: spelling 2021-12-13 17:37:30 -03:00
Vinicius Moreira
d7daeea26a [web] improvement: checking for javascript fixes based on the Electron version 2021-12-13 17:35:49 -03:00
Vinicius Moreira
9310e31f86 [web] improvement: checking for javascript fixes based on the Electron version 2021-12-13 17:02:56 -03:00
Vinicius Moreira
394a5367d3 [web] refactoring: using the Electron file URLs from bauh-files 2021-12-13 16:35:05 -03:00
Vinicius Moreira
3386dbad68 [web] improvmenet: always retrieving the nativefier URL from the environment settings 2021-12-13 16:14:02 -03:00
Vinicius Moreira
6d7a2ff25f [web] refactoring: using the environment definition file URL from bauh-files 2021-12-13 16:03:36 -03:00
Vinicius Moreira
60217e9173 [web.environment] refactoring: '_download_and_install' renamed to 'install_nodejs' 2021-12-13 15:54:29 -03:00
Vinicius Moreira
a0ad89a5e9 [web] refactoring: removing unused 'npm' module 2021-12-13 15:51:24 -03:00
Vinicius Moreira
b00f583067 [web] refactoring: using new suggestions file URL from bauh-files 2021-12-13 15:49:33 -03:00
Vinicius Moreira
dd5b5f891c [web] improvement: able to specify a custom User-Agent when installing apps that demand specific settings to work properly on Electron 13.X 2021-12-12 19:03:20 -03:00
Vinicius Moreira
cf9fe8b87e [web.model] refactoring: adding Optional typing to WebApplication fields 2021-12-12 18:24:40 -03:00
Vinicius Moreira
459240933a [api.abstract.controller] refactoring: updating 'get_settings' return specification 2021-11-30 12:25:41 -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
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
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
06035bb97e [api.paths] refactoring: CACHE_PATH renamed to CACHE_DIR 2021-11-25 16:09:42 -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
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
99595dfbb2 [web.environment] refactoring: removing useless docstring 2021-11-25 13:15:55 -03:00
Vinicius Moreira
8a17d2c35b [web.environment] refactoring: String formatting method 2021-11-25 13:14:55 -03:00
Vinicius Moreira
085e7e4af4 [web] refactoring: removing unneeded call to create the Electron cache directory 2021-11-25 13:14:30 -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
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
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
9a8772da8f improvement: replacing subprocess commands to detected installed CLIs by Python faster native calls (shutil.which) 2021-06-15 17:09:49 -03:00
Vinicius Moreira
90a1c28960 [web] improvement -> preveting cached environment without the nativefier URL to crash the application 2021-02-01 09:34:21 -03:00
Vinicius Moreira
6767875127 [web] improvement -> nativefier URL moved to 'bauh-files' 2021-01-30 09:06:34 -03:00
Vinicius Moreira
da4b8311fe [web] -> fix: using the old nativefier GitHub URL 2021-01-30 08:40:52 -03:00
Vinicius Moreira
2e468fae67 [web] fix -> failing to install some applications when the expected temp directory does not exist 2021-01-30 08:37:17 -03:00
Vinicius Moreira
22c002f435 [web] improvement -> code refactoring 2020-12-30 15:51:11 -03:00
Vinicius Moreira
10f57efe50 [web] improvement -> environment.cache_exp in hours instead of minutes 2020-12-30 15:25:08 -03:00
Vinicius Moreira
156dd9c61b [web] improvement -> suggestions are cached in disk for 24 hours 2020-12-30 15:15:03 -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
5e8265817f [web] improvement -> environment settings being cached for 24 hours 2020-12-22 18:24:13 -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
2e73a6c870 [web] removing spaces from generated desktop entries 2020-12-07 18:21:06 -03:00
Vinicius Moreira
8d761c35e9 [web] feature -> new installation option 'allow protected content' 2020-12-07 18:18:38 -03:00
Kevin KIN-FOO
b5ba56fca9 i18n Français 2020-11-15 23:32:56 +01:00