aboutsummaryrefslogtreecommitdiff
path: root/modules/ui_extensions.py
AgeCommit message (Collapse)Author
2024-02-07add button for refreshing extensions listAndray
2023-12-02Merge pull request #14063 from wfjsw/use-ext-name-for-installedAUTOMATIC1111
use extension name for determining an extension is installed in the index
2023-11-26also consider extension urlJabasukuriputo Wang
2023-11-26json.dump(ensure_ascii=False)w-e-w
improve json readability
2023-11-22use extension name for determining an extension is installed in the indexwfjsw
2023-09-16Config states time ISO in system time zonew-e-w
2023-08-30extension update time, convert to system time zonew-e-w
2023-08-30extension time format in system time zonew-e-w
2023-08-30Merge pull request #12851 from bluelovers/pr/extension-time-001AUTOMATIC1111
chore: change extension time format
2023-08-30get progressbar to display correctly in extensions tabAUTOMATIC1111
2023-08-29chore: change extension time formatbluelovers
2023-08-20make it obvious that a config_status is corruptedw-e-w
also format HTML removing unnecessary text blocks
2023-08-20catch error when loading config_statesw-e-w
and save config_states with indent
2023-08-04gradio 3.39AUTOMATIC1111
2023-08-04--disable-all-extensions --disable-extra-extensionsw-e-w
2023-07-15allow replacing extensions index with environment variableJabasukuriputo Wang
2023-07-15cache git extension repo informationAUTOMATIC1111
2023-07-09Revert Pull Request #11244wfjsw
Revert "Add github mirror for the download extension" This reverts commit 9ec2ba2d28bb0d8f01e19e2919b7bf2e3e864773. Revert "Update code style" This reverts commit de022c4c80240a430a8099fb27a41aa505bf5b2f. Revert "Update call method" This reverts commit e9bd18c57bd83363d38c7409263fe87f3ed3a7f0. Revert "move github proxy to settings, System page." This reverts commit 4981c7d3704e50dd93fe1b68d299239a4ded1ec2.
2023-07-08move github proxy to settings, System page.AUTOMATIC1111
2023-07-08Merge pull request #11244 from MaiXiaoMeng/devAUTOMATIC1111
Add github mirror for the download extension
2023-06-29add extensions Update Created dates with sortingw-e-w
2023-06-29add starsw-e-w
2023-06-27alternate fix for catch errors when retrieving extension index #11290AUTOMATIC
2023-06-27Merge pull request #11415 from netux/extensions-toggle-allAUTOMATIC1111
Add checkbox to check/uncheck all extensions in the Installed tab
2023-06-27Merge pull request #11408 from wfjsw/patch-1AUTOMATIC1111
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
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
This avoid some cryptic errors brought by accidental spaces around urls
2023-06-16Update call methodXiaoMeng Mai
2023-06-15Update code styleXiaoMeng Mai
2023-06-15Add github mirror for the download extensionXiaoMeng Mai
2023-06-05Merge pull request #11043 from akx/restart-envvarAUTOMATIC1111
Restart: only do restart if running via the wrapper script
2023-06-05Restart: only do restart if running via the wrapper scriptAarni Koskela
2023-06-05Merge pull request #10956 from akx/lenAUTOMATIC1111
Simplify a bunch of `len(x) > 0`/`len(x) == 0` style expressions
2023-06-03a yet another method to restart webuiAUTOMATIC
2023-06-02Simplify a bunch of `len(x) > 0`/`len(x) == 0` style expressionsAarni Koskela
2023-05-31rename print_error to report, use it with together with package nameAUTOMATIC
2023-05-31Merge branch 'dev' into report-errorAUTOMATIC1111
2023-05-29Add & use modules.errors.print_error where currently printing exception info ↵Aarni Koskela
by hand
2023-05-29Patch GitPython to not use leaky persistent processesAarni Koskela
2023-05-21--filter=blob:nonew-e-w
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
2023-05-19make links to http://<...>.git git extensions work in the extension tabAUTOMATIC
2023-05-17Replace state.need_restart with state.server_command + replace poll loop ↵Aarni Koskela
with signal
2023-05-16add visual progress for extension installation from URLAUTOMATIC
2023-05-15update extensions table: show branch, show date in separate column, and show ↵AUTOMATIC
version from tags if available
2023-05-15load extensions' git metadata in parallel to loading the main program to ↵AUTOMATIC
save a ton of time during startup
2023-05-11Autofix Ruff W (not W605) (mostly whitespace)Aarni Koskela
2023-05-10autofixes from ruffAUTOMATIC
2023-05-09Fix up string formatting/concatenation to f-strings where feasibleAarni Koskela
2023-04-29Merge branch 'dev' into ui-config-tabsAUTOMATIC1111