aboutsummaryrefslogtreecommitdiffstats
path: root/modules/ui_extensions.py
AgeCommit message (Collapse)AuthorLines
2023-06-27alternate fix for catch errors when retrieving extension index #11290AUTOMATIC-2/+2
2023-06-27Merge pull request #11415 from netux/extensions-toggle-allAUTOMATIC1111-2/+5
Add checkbox to check/uncheck all extensions in the Installed tab
2023-06-27Merge pull request #11408 from wfjsw/patch-1AUTOMATIC1111-0/+5
Strip whitespaces from URL and dirname prior to extension installation
2023-06-25feat(extensions): add toggle all checkbox to Installed tabMartín (Netux) Rodríguez-2/+5
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-25Strip whitespaces from URL and dirname prior to extension installationJabasukuriputo Wang-0/+5
This avoid some cryptic errors brought by accidental spaces around urls
2023-06-05Merge pull request #11043 from akx/restart-envvarAUTOMATIC1111-3/+8
Restart: only do restart if running via the wrapper script
2023-06-05Restart: only do restart if running via the wrapper scriptAarni Koskela-3/+8
2023-06-05Merge pull request #10956 from akx/lenAUTOMATIC1111-2/+3
Simplify a bunch of `len(x) > 0`/`len(x) == 0` style expressions
2023-06-03a yet another method to restart webuiAUTOMATIC-1/+1
2023-06-02Simplify a bunch of `len(x) > 0`/`len(x) == 0` style expressionsAarni Koskela-2/+3
2023-05-31rename print_error to report, use it with together with package nameAUTOMATIC-4/+3
2023-05-31Merge branch 'dev' into report-errorAUTOMATIC1111-0/+6
2023-05-29Add & use modules.errors.print_error where currently printing exception info ↵Aarni Koskela-6/+3
by hand
2023-05-29Patch GitPython to not use leaky persistent processesAarni Koskela-0/+6
2023-05-21--filter=blob:nonew-e-w-2/+2
Co-Authored-By: Aarni Koskela <akx@iki.fi> Co-Authored-By: catboxanon <122327233+catboxanon@users.noreply.github.com>
2023-05-20extensions clone depth 1w-e-w-2/+2
2023-05-19make links to http://<...>.git git extensions work in the extension tabAUTOMATIC-1/+3
2023-05-17Replace state.need_restart with state.server_command + replace poll loop ↵Aarni Koskela-5/+2
with signal
2023-05-16add visual progress for extension installation from URLAUTOMATIC-2/+2
2023-05-15update extensions table: show branch, show date in separate column, and show ↵AUTOMATIC-1/+6
version from tags if available
2023-05-15load extensions' git metadata in parallel to loading the main program to ↵AUTOMATIC-2/+13
save a ton of time during startup
2023-05-11Autofix Ruff W (not W605) (mostly whitespace)Aarni Koskela-3/+3
2023-05-10autofixes from ruffAUTOMATIC-1/+1
2023-05-09Fix up string formatting/concatenation to f-strings where feasibleAarni Koskela-1/+2
2023-04-29Merge branch 'dev' into ui-config-tabsAUTOMATIC1111-9/+230
2023-04-29Merge branch 'dev' into extension-settings-backupAUTOMATIC1111-6/+14
2023-04-29fix extension installation broken by #9518AUTOMATIC-3/+3
2023-04-10fix: support for default branchyike5460-5/+12
2023-04-09feat: add branch support for extension installationyike5460-3/+4
2023-03-29Add webui linkspace-nuko-7/+7
2023-03-29Add links for commits in table, if remote is from GitHubspace-nuko-5/+25
2023-03-29Make into divsspace-nuko-2/+2
2023-03-29Add filename to UI and config name to filenamespace-nuko-1/+3
2023-03-29Various UI fixes in config state tabspace-nuko-19/+26
2023-03-29Save/restore working webui/extension configsspace-nuko-1/+185
2023-03-29Make selected tab configurable with UI configspace-nuko-3/+3
2023-03-27Make disable configurable between builtin/extra extensionsspace-nuko-4/+17
2023-03-27do not read extensions' git stuff at startupAUTOMATIC-0/+5
2023-03-25Merge branch 'master' into masterAUTOMATIC1111-9/+6
2023-03-25Merge pull request #8647 from Tps-F/add_submoduleAUTOMATIC1111-8/+5
Support git submodule for extension and Fix Windows PermissionError
2023-03-25enable queue by defaultAUTOMATIC-1/+1
more stylistic changes
2023-03-23added search textbox to filter available extensionspieresimakp-11/+31
2023-03-16Cross device linkFtps-1/+11
2023-03-15remove unused libraryFtps-2/+0
I'm sorry I forgot.
2023-03-15Update ui_extensions.pyFtps-16/+5
Add git submodule and Fix WinError
2023-03-12change extension index link to the new dedicated repo instead of wikiAUTOMATIC-1/+1
2023-02-13add version to extensions tableVladimir Mandic-5/+3
2023-01-28add progressbar to extension update check; do not check for updates for ↵AUTOMATIC-10/+18
disabled extensions
2023-01-27add data-dir flag and set all user data directories based on itMax Audron-1/+1
2023-01-06sort extensions by date and add an option to sort by other columnsAUTOMATIC-12/+32