Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | alternate fix for catch errors when retrieving extension index #11290 | AUTOMATIC | 2023-06-27 | 1 | -2/+2 |
| | |||||
* | Merge pull request #11415 from netux/extensions-toggle-all | AUTOMATIC1111 | 2023-06-27 | 1 | -2/+5 |
|\ | | | | | Add checkbox to check/uncheck all extensions in the Installed tab | ||||
| * | feat(extensions): add toggle all checkbox to Installed tab | Martín (Netux) Rodríguez | 2023-06-25 | 1 | -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-1 | AUTOMATIC1111 | 2023-06-27 | 1 | -0/+5 |
|\ \ | |/ |/| | Strip whitespaces from URL and dirname prior to extension installation | ||||
| * | Strip whitespaces from URL and dirname prior to extension installation | Jabasukuriputo Wang | 2023-06-24 | 1 | -0/+5 |
| | | | | | | This avoid some cryptic errors brought by accidental spaces around urls | ||||
* | | Merge pull request #11043 from akx/restart-envvar | AUTOMATIC1111 | 2023-06-05 | 1 | -3/+8 |
|\ \ | | | | | | | Restart: only do restart if running via the wrapper script | ||||
| * | | Restart: only do restart if running via the wrapper script | Aarni Koskela | 2023-06-05 | 1 | -3/+8 |
| | | | |||||
* | | | Merge pull request #10956 from akx/len | AUTOMATIC1111 | 2023-06-05 | 1 | -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 expressions | Aarni Koskela | 2023-06-02 | 1 | -2/+3 |
| | | | |||||
* | | | a yet another method to restart webui | AUTOMATIC | 2023-06-03 | 1 | -1/+1 |
|/ / | |||||
* | | rename print_error to report, use it with together with package name | AUTOMATIC | 2023-05-31 | 1 | -4/+3 |
| | | |||||
* | | Merge branch 'dev' into report-error | AUTOMATIC1111 | 2023-05-31 | 1 | -0/+6 |
|\ \ | |||||
| * | | Patch GitPython to not use leaky persistent processes | Aarni Koskela | 2023-05-29 | 1 | -0/+6 |
| |/ | |||||
* / | Add & use modules.errors.print_error where currently printing exception info ↵ | Aarni Koskela | 2023-05-29 | 1 | -6/+3 |
|/ | | | | by hand | ||||
* | --filter=blob:none | w-e-w | 2023-05-21 | 1 | -2/+2 |
| | | | | | Co-Authored-By: Aarni Koskela <akx@iki.fi> Co-Authored-By: catboxanon <122327233+catboxanon@users.noreply.github.com> | ||||
* | extensions clone depth 1 | w-e-w | 2023-05-20 | 1 | -2/+2 |
| | |||||
* | make links to http://<...>.git git extensions work in the extension tab | AUTOMATIC | 2023-05-19 | 1 | -1/+3 |
| | |||||
* | Replace state.need_restart with state.server_command + replace poll loop ↵ | Aarni Koskela | 2023-05-17 | 1 | -5/+2 |
| | | | | with signal | ||||
* | add visual progress for extension installation from URL | AUTOMATIC | 2023-05-16 | 1 | -2/+2 |
| | |||||
* | update extensions table: show branch, show date in separate column, and show ↵ | AUTOMATIC | 2023-05-15 | 1 | -1/+6 |
| | | | | version from tags if available | ||||
* | load extensions' git metadata in parallel to loading the main program to ↵ | AUTOMATIC | 2023-05-15 | 1 | -2/+13 |
| | | | | save a ton of time during startup | ||||
* | Autofix Ruff W (not W605) (mostly whitespace) | Aarni Koskela | 2023-05-11 | 1 | -3/+3 |
| | |||||
* | autofixes from ruff | AUTOMATIC | 2023-05-10 | 1 | -1/+1 |
| | |||||
* | Fix up string formatting/concatenation to f-strings where feasible | Aarni Koskela | 2023-05-09 | 1 | -1/+2 |
| | |||||
* | Merge branch 'dev' into ui-config-tabs | AUTOMATIC1111 | 2023-04-29 | 1 | -9/+230 |
|\ | |||||
| * | Merge branch 'dev' into extension-settings-backup | AUTOMATIC1111 | 2023-04-29 | 1 | -6/+14 |
| |\ | |||||
| | * | fix extension installation broken by #9518 | AUTOMATIC | 2023-04-29 | 1 | -3/+3 |
| | | | |||||
| | * | fix: support for default branch | yike5460 | 2023-04-10 | 1 | -5/+12 |
| | | | |||||
| | * | feat: add branch support for extension installation | yike5460 | 2023-04-09 | 1 | -3/+4 |
| | | | |||||
| * | | Add webui link | space-nuko | 2023-03-30 | 1 | -7/+7 |
| | | | |||||
| * | | Add links for commits in table, if remote is from GitHub | space-nuko | 2023-03-30 | 1 | -5/+25 |
| | | | |||||
| * | | Make into divs | space-nuko | 2023-03-30 | 1 | -2/+2 |
| | | | |||||
| * | | Add filename to UI and config name to filename | space-nuko | 2023-03-29 | 1 | -1/+3 |
| | | | |||||
| * | | Various UI fixes in config state tab | space-nuko | 2023-03-29 | 1 | -19/+26 |
| | | | |||||
| * | | Save/restore working webui/extension configs | space-nuko | 2023-03-29 | 1 | -1/+185 |
| |/ | |||||
* / | Make selected tab configurable with UI config | space-nuko | 2023-03-29 | 1 | -3/+3 |
|/ | |||||
* | Make disable configurable between builtin/extra extensions | space-nuko | 2023-03-27 | 1 | -4/+17 |
| | |||||
* | do not read extensions' git stuff at startup | AUTOMATIC | 2023-03-27 | 1 | -0/+5 |
| | |||||
* | Merge branch 'master' into master | AUTOMATIC1111 | 2023-03-25 | 1 | -9/+6 |
|\ | |||||
| * | Merge pull request #8647 from Tps-F/add_submodule | AUTOMATIC1111 | 2023-03-25 | 1 | -8/+5 |
| |\ | | | | | | | Support git submodule for extension and Fix Windows PermissionError | ||||
| | * | Cross device link | Ftps | 2023-03-16 | 1 | -1/+11 |
| | | | |||||
| | * | remove unused library | Ftps | 2023-03-15 | 1 | -2/+0 |
| | | | | | | | | | | | | I'm sorry I forgot. | ||||
| | * | Update ui_extensions.py | Ftps | 2023-03-15 | 1 | -16/+5 |
| | | | | | | | | | | | | Add git submodule and Fix WinError | ||||
| * | | enable queue by default | AUTOMATIC | 2023-03-25 | 1 | -1/+1 |
| |/ | | | | | | | more stylistic changes | ||||
* / | added search textbox to filter available extensions | pieresimakp | 2023-03-23 | 1 | -11/+31 |
|/ | |||||
* | change extension index link to the new dedicated repo instead of wiki | AUTOMATIC | 2023-03-12 | 1 | -1/+1 |
| | |||||
* | add version to extensions table | Vladimir Mandic | 2023-02-13 | 1 | -5/+3 |
| | |||||
* | add progressbar to extension update check; do not check for updates for ↵ | AUTOMATIC | 2023-01-28 | 1 | -10/+18 |
| | | | | disabled extensions | ||||
* | add data-dir flag and set all user data directories based on it | Max Audron | 2023-01-27 | 1 | -1/+1 |
| | |||||
* | sort extensions by date and add an option to sort by other columns | AUTOMATIC | 2023-01-06 | 1 | -12/+32 |
| |