aboutsummaryrefslogtreecommitdiffstats
path: root/modules/ui_extensions.py
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #14063 from wfjsw/use-ext-name-for-installedAUTOMATIC11112023-12-021-6/+9
|\ | | | | use extension name for determining an extension is installed in the index
| * also consider extension urlJabasukuriputo Wang2023-11-261-1/+2
| |
| * use extension name for determining an extension is installed in the indexwfjsw2023-11-231-6/+8
| |
* | json.dump(ensure_ascii=False)w-e-w2023-11-261-1/+1
|/ | | | improve json readability
* Config states time ISO in system time zonew-e-w2023-09-161-1/+1
|
* extension update time, convert to system time zonew-e-w2023-08-301-2/+2
|
* extension time format in system time zonew-e-w2023-08-301-1/+1
|
* Merge pull request #12851 from bluelovers/pr/extension-time-001AUTOMATIC11112023-08-301-1/+1
|\ | | | | chore: change extension time format
| * chore: change extension time formatbluelovers2023-08-291-1/+1
| |
* | get progressbar to display correctly in extensions tabAUTOMATIC11112023-08-301-2/+6
|/
* make it obvious that a config_status is corruptedw-e-w2023-08-201-107/+117
| | | | also format HTML removing unnecessary text blocks
* catch error when loading config_statesw-e-w2023-08-201-1/+1
| | | | and save config_states with indent
* gradio 3.39AUTOMATIC11112023-08-041-4/+4
|
* --disable-all-extensions --disable-extra-extensionsw-e-w2023-08-041-7/+11
|
* allow replacing extensions index with environment variableJabasukuriputo Wang2023-07-151-2/+3
|
* cache git extension repo informationAUTOMATIC11112023-07-151-6/+0
|
* Revert Pull Request #11244wfjsw2023-07-091-15/+2
| | | | | | | | | | | | | | | | | | 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.
* move github proxy to settings, System page.AUTOMATIC11112023-07-081-19/+14
|
* Merge pull request #11244 from MaiXiaoMeng/devAUTOMATIC11112023-07-081-4/+22
|\ | | | | Add github mirror for the download extension
| * Update call methodXiaoMeng Mai2023-06-151-5/+9
| |
| * Update code styleXiaoMeng Mai2023-06-151-3/+1
| |
| * Add github mirror for the download extensionXiaoMeng Mai2023-06-151-4/+20
| |
* | add extensions Update Created dates with sortingw-e-w2023-06-291-2/+14
| |
* | add starsw-e-w2023-06-291-2/+4
| |
* | alternate fix for catch errors when retrieving extension index #11290AUTOMATIC2023-06-271-2/+2
| |
* | Merge pull request #11415 from netux/extensions-toggle-allAUTOMATIC11112023-06-271-2/+5
|\ \ | | | | | | Add checkbox to check/uncheck all extensions in the Installed tab
| * | feat(extensions): add toggle all checkbox to Installed tabMartín (Netux) Rodríguez2023-06-251-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.
* | Merge pull request #11408 from wfjsw/patch-1AUTOMATIC11112023-06-271-0/+5
|\ \ | |/ |/| Strip whitespaces from URL and dirname prior to extension installation
| * Strip whitespaces from URL and dirname prior to extension installationJabasukuriputo Wang2023-06-241-0/+5
| | | | | | This avoid some cryptic errors brought by accidental spaces around urls
* | Merge pull request #11043 from akx/restart-envvarAUTOMATIC11112023-06-051-3/+8
|\ \ | | | | | | Restart: only do restart if running via the wrapper script
| * | Restart: only do restart if running via the wrapper scriptAarni Koskela2023-06-051-3/+8
| | |
* | | Merge pull request #10956 from akx/lenAUTOMATIC11112023-06-051-2/+3
|\ \ \ | |/ / |/| | Simplify a bunch of `len(x) > 0`/`len(x) == 0` style expressions
| * | Simplify a bunch of `len(x) > 0`/`len(x) == 0` style expressionsAarni Koskela2023-06-021-2/+3
| | |
* | | a yet another method to restart webuiAUTOMATIC2023-06-031-1/+1
|/ /
* | rename print_error to report, use it with together with package nameAUTOMATIC2023-05-311-4/+3
| |
* | Merge branch 'dev' into report-errorAUTOMATIC11112023-05-311-0/+6
|\ \
| * | Patch GitPython to not use leaky persistent processesAarni Koskela2023-05-291-0/+6
| |/
* / Add & use modules.errors.print_error where currently printing exception info ↵Aarni Koskela2023-05-291-6/+3
|/ | | | by hand
* --filter=blob:nonew-e-w2023-05-211-2/+2
| | | | | Co-Authored-By: Aarni Koskela <akx@iki.fi> Co-Authored-By: catboxanon <122327233+catboxanon@users.noreply.github.com>
* extensions clone depth 1w-e-w2023-05-201-2/+2
|
* make links to http://<...>.git git extensions work in the extension tabAUTOMATIC2023-05-191-1/+3
|
* Replace state.need_restart with state.server_command + replace poll loop ↵Aarni Koskela2023-05-171-5/+2
| | | | with signal
* add visual progress for extension installation from URLAUTOMATIC2023-05-161-2/+2
|
* update extensions table: show branch, show date in separate column, and show ↵AUTOMATIC2023-05-151-1/+6
| | | | version from tags if available
* load extensions' git metadata in parallel to loading the main program to ↵AUTOMATIC2023-05-151-2/+13
| | | | save a ton of time during startup
* Autofix Ruff W (not W605) (mostly whitespace)Aarni Koskela2023-05-111-3/+3
|
* autofixes from ruffAUTOMATIC2023-05-101-1/+1
|
* Fix up string formatting/concatenation to f-strings where feasibleAarni Koskela2023-05-091-1/+2
|
* Merge branch 'dev' into ui-config-tabsAUTOMATIC11112023-04-291-9/+230
|\
| * Merge branch 'dev' into extension-settings-backupAUTOMATIC11112023-04-291-6/+14
| |\