w-e-w
d47324b898
add stars
2023-06-29 19:25:18 +09:00
AUTOMATIC
9bb1fcfad4
alternate fix for catch errors when retrieving extension index #11290
2023-06-27 08:59:35 +03:00
AUTOMATIC1111
2b247f3533
Merge pull request #11415 from netux/extensions-toggle-all
...
Add checkbox to check/uncheck all extensions in the Installed tab
2023-06-27 08:44:37 +03:00
AUTOMATIC1111
820bbb5b7b
Merge pull request #11408 from wfjsw/patch-1
...
Strip whitespaces from URL and dirname prior to extension installation
2023-06-27 06:20:59 +03:00
Martín (Netux) Rodríguez
dd268c48c9
feat(extensions): add toggle all checkbox to Installed tab
...
Small QoL addition.
While there is the option to disable all extensions with the radio buttons at the top, that only acts as an added flag and doesn't really change the state of the extensions in the UI.
An use case for this checkbox is to disable all extensions except for a few, which is important for debugging extensions.
You could do that before, but you'd have to uncheck and recheck every extension one by one.
2023-06-25 00:48:46 -03:00
Jabasukuriputo Wang
d5a5f2f29f
Strip whitespaces from URL and dirname prior to extension installation
...
This avoid some cryptic errors brought by accidental spaces around urls
2023-06-25 01:31:02 +08:00
AUTOMATIC1111
1dd8d571a4
Merge pull request #11043 from akx/restart-envvar
...
Restart: only do restart if running via the wrapper script
2023-06-05 20:06:40 +03:00
Aarni Koskela
46a5bd64ed
Restart: only do restart if running via the wrapper script
2023-06-05 20:04:28 +03:00
AUTOMATIC1111
7a7a201d81
Merge pull request #10956 from akx/len
...
Simplify a bunch of `len(x) > 0`/`len(x) == 0` style expressions
2023-06-05 11:06:37 +03:00
AUTOMATIC
333e63c091
a yet another method to restart webui
2023-06-03 09:59:56 +03:00
Aarni Koskela
51864790fd
Simplify a bunch of len(x) > 0
/len(x) == 0
style expressions
2023-06-02 15:07:10 +03:00
AUTOMATIC
05933840f0
rename print_error to report, use it with together with package name
2023-05-31 19:56:37 +03:00
AUTOMATIC1111
52b8752e62
Merge branch 'dev' into report-error
2023-05-31 19:15:21 +03:00
Aarni Koskela
00dfe27f59
Add & use modules.errors.print_error where currently printing exception info by hand
2023-05-29 09:17:30 +03:00
Aarni Koskela
77a10c62c9
Patch GitPython to not use leaky persistent processes
2023-05-29 08:31:11 +03:00
w-e-w
cd03317c05
--filter=blob:none
...
Co-Authored-By: Aarni Koskela <akx@iki.fi>
Co-Authored-By: catboxanon <122327233+catboxanon@users.noreply.github.com>
2023-05-21 16:42:54 +09:00
w-e-w
bf5e5f4269
extensions clone depth 1
2023-05-20 15:08:08 +09:00
AUTOMATIC
379fd6204d
make links to http://<...>.git git extensions work in the extension tab
2023-05-19 09:09:17 +03:00
Aarni Koskela
85b4f89926
Replace state.need_restart with state.server_command + replace poll loop with signal
2023-05-17 10:15:03 +03:00
AUTOMATIC
3d76eabbca
add visual progress for extension installation from URL
2023-05-16 07:59:43 +03:00
AUTOMATIC
a47abe1b7b
update extensions table: show branch, show date in separate column, and show version from tags if available
2023-05-15 21:22:35 +03:00
AUTOMATIC
0d2a4b608c
load extensions' git metadata in parallel to loading the main program to save a ton of time during startup
2023-05-15 20:57:11 +03:00
Aarni Koskela
49a55b410b
Autofix Ruff W (not W605) (mostly whitespace)
2023-05-11 20:29:11 +03:00
AUTOMATIC
762265eab5
autofixes from ruff
2023-05-10 07:52:45 +03:00
Aarni Koskela
3ba6c3c83c
Fix up string formatting/concatenation to f-strings where feasible
2023-05-09 22:25:39 +03:00
AUTOMATIC1111
88c7debb02
Merge branch 'dev' into ui-config-tabs
2023-04-29 17:42:57 +03:00
AUTOMATIC1111
78d0ee3bba
Merge branch 'dev' into extension-settings-backup
2023-04-29 17:22:24 +03:00
AUTOMATIC
cb940a583d
fix extension installation broken by #9518
2023-04-29 13:45:14 +03:00
yike5460
7c62bb2788
fix: support for default branch
2023-04-10 09:38:26 +08:00
yike5460
1aba8d82cb
feat: add branch support for extension installation
2023-04-09 22:22:43 +08:00
space-nuko
3ccf6f5ae8
Add webui link
2023-03-29 19:26:52 -05:00
space-nuko
1c0544abdb
Add links for commits in table, if remote is from GitHub
2023-03-29 19:21:57 -05:00
space-nuko
64bbd3bf03
Make into divs
2023-03-29 19:00:51 -05:00
space-nuko
9b1fa82981
Add filename to UI and config name to filename
2023-03-29 18:55:57 -05:00
space-nuko
f3320b802c
Various UI fixes in config state tab
2023-03-29 18:35:25 -05:00
space-nuko
ad5afcaae0
Save/restore working webui/extension configs
2023-03-29 16:55:33 -05:00
space-nuko
67955ca9e5
Make selected tab configurable with UI config
2023-03-29 13:07:12 -05:00
space-nuko
fc8e1008ea
Make disable configurable between builtin/extra extensions
2023-03-27 12:44:49 -04:00
AUTOMATIC
5fcd4bfa3d
do not read extensions' git stuff at startup
2023-03-27 10:02:30 +03:00
AUTOMATIC1111
9b2dcb04bc
Merge branch 'master' into master
2023-03-25 16:15:29 +03:00
AUTOMATIC1111
9d2551d593
Merge pull request #8647 from Tps-F/add_submodule
...
Support git submodule for extension and Fix Windows PermissionError
2023-03-25 11:02:41 +03:00
AUTOMATIC
af2db25c84
enable queue by default
...
more stylistic changes
2023-03-25 09:00:37 +03:00
pieresimakp
252f15e046
added search textbox to filter available extensions
2023-03-23 23:43:00 +08:00
Ftps
147d2922ff
Cross device link
2023-03-16 12:35:48 +09:00
Ftps
79ed567b12
remove unused library
...
I'm sorry I forgot.
2023-03-15 22:42:53 +09:00
Ftps
4845db4e32
Update ui_extensions.py
...
Add git submodule and Fix WinError
2023-03-15 20:29:50 +09:00
AUTOMATIC
27eedb6966
change extension index link to the new dedicated repo instead of wiki
2023-03-12 17:20:17 +03:00
Vladimir Mandic
7893533674
add version to extensions table
2023-02-13 11:04:34 -05:00
AUTOMATIC
f8feeaaedb
add progressbar to extension update check; do not check for updates for disabled extensions
2023-01-28 15:57:56 +03:00
Max Audron
5eee2ac398
add data-dir flag and set all user data directories based on it
2023-01-27 14:44:30 +01:00