Commit Graph

173 Commits

Author SHA1 Message Date
Vinicius Moreira
011a3116d8 [web] improvement: invalid URL message (i18n) 2021-12-15 13:59:38 -03:00
Vinicius Moreira
e841c4023b [web] fix: wrong spelling (i18n) 2021-12-15 13:54:56 -03:00
Vinicius Moreira
388191d633 [web] improvement: adding a placeholder to the address field on the installation form 2021-12-15 13:52:46 -03:00
Vinicius Moreira
1218bdd655 [web] improvement: adding the 'URL' word besides the address field on the installation form 2021-12-15 13:47:35 -03:00
Vinicius Moreira
db8747cae5 [web] i18n: installation form title 2021-12-15 13:44:52 -03:00
Vinicius Moreira
8576a1f169 [web] feature: new custom action button to install apps 2021-12-15 13:40:20 -03:00
Vinicius Moreira
cbc52b68ee [web.controller] refactoring: removing useless line 2021-12-14 14:38:13 -03:00
Vinicius Moreira
87ce6d0aac [web.controller] refactoring: Electron log pattern 2021-12-14 14:37:35 -03:00
Vinicius Moreira
5589a09bd5 [web.controller] refactoring: mapping Electron branch once 2021-12-14 14:35:30 -03:00
Vinicius Moreira
e520b9a9c0 [web] improvement: using custom installation properties by Electron version if required 2021-12-14 14:26:12 -03:00
Vinicius Moreira
609e47973c [web.controller] improvement: handling http redirect errors 2021-12-14 12:18:24 -03:00
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