paperless-ngx/src/documents
dependabot[bot] e1c8cd779b
Chore(deps): Bump bootstrap from 5.3.7 to 5.3.8 in /src-ui (#10740)
* Chore(deps): Bump bootstrap from 5.3.7 to 5.3.8 in /src-ui

Bumps [bootstrap](https://github.com/twbs/bootstrap) from 5.3.7 to 5.3.8.
- [Release notes](https://github.com/twbs/bootstrap/releases)
- [Commits](https://github.com/twbs/bootstrap/compare/v5.3.7...v5.3.8)

---
updated-dependencies:
- dependency-name: bootstrap
  dependency-version: 5.3.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Upgrades backend Bootstrap to 5.3.8 as well

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Trenton H <797416+stumpylog@users.noreply.github.com>
2025-09-03 21:58:53 +00:00
..
management Chore: switch from os.path to pathlib.Path (#10539) 2025-09-03 08:12:41 -07:00
migrations Chore: switch from os.path to pathlib.Path (#10539) 2025-09-03 08:12:41 -07:00
plugins Fix: deselect and trigger refresh for deleted documents from bulk operations with "delete originals" (#8996) 2025-02-07 00:47:50 +00:00
resources Logs the errors during thumbnail generation, updates default to be WebP 2023-09-12 12:16:22 -07:00
signals Enhancement: support webhook restrictions (#10555) 2025-08-11 10:15:30 -07:00
static Chore(deps): Bump bootstrap from 5.3.7 to 5.3.8 in /src-ui (#10740) 2025-09-03 21:58:53 +00:00
templates Enhancement: allow webUI first account signup (#9500) 2025-03-29 17:12:34 +00:00
templating Feature: Add filter to localize dates for filepath templating (#10559) 2025-08-14 09:13:08 -07:00
tests Chore: switch from os.path to pathlib.Path (#10539) 2025-09-03 08:12:41 -07:00
__init__.py Standarizes the imports across all the files and modules (#4248) 2023-09-23 20:17:01 -07:00
admin.py Fixes admin pages to show trashed documents too (#8068) 2024-11-07 23:04:29 +00:00
apps.py Feature: openapi spec, full api browser (#8948) 2025-02-10 16:43:07 +00:00
barcodes.py Chore: Updates dependency groups (#10339) 2025-07-07 17:37:58 -07:00
bulk_download.py Chore: Reduce imports for a slight memory improvement (#9217) 2025-02-24 15:06:14 -08:00
bulk_edit.py Feature: PDF editor (#10318) 2025-08-11 17:29:48 +00:00
caching.py Performance: Classifier performance optimizations (#10363) 2025-08-06 16:00:11 -04:00
checks.py Chore(deps-dev): Bump the development group with 2 updates (#8841) 2025-01-21 19:22:25 +00:00
classifier.py Performance: Classifier performance optimizations (#10363) 2025-08-06 16:00:11 -04:00
conditionals.py Chore: Drop Python 3.9 support (#7774) 2024-09-26 12:22:24 -07:00
consumer.py Chore: clarify file deletion logging 2025-06-27 13:34:44 -07:00
context_processors.py Enhancement: allow webUI first account signup (#9500) 2025-03-29 17:12:34 +00:00
converters.py Chore: Standardize subprocess running and logging (#6275) 2024-04-04 13:11:43 -07:00
data_models.py Enhancement: support assigning custom field values in workflows (#9272) 2025-03-05 12:30:19 -08:00
double_sided.py Chore: Drop Python 3.9 support (#7774) 2024-09-26 12:22:24 -07:00
file_handling.py Chore: switch from os.path to pathlib.Path (#10397) 2025-08-06 10:50:42 -07:00
filters.py Fix: fix created dater filtering in 2.16.0 (#9976) 2025-05-19 13:52:09 -07:00
index.py Fix: Make some natural keyword date searches timezone-aware (#10416) 2025-07-23 22:05:55 -07:00
loggers.py Chore: Convert the consumer to a plugin (#6361) 2024-04-18 02:59:14 +00:00
mail.py Change: use simpler method for attaching files (#8845) 2025-01-21 10:38:21 -08:00
matching.py Performance: pre-filter document list in scheduled workflow checks (#10031) 2025-06-03 21:47:29 +00:00
models.py Fix: created date fixes in v2.16 (#10026) 2025-05-24 09:45:07 -07:00
parsers.py Chore: switch from os.path to pathlib.Path (#10539) 2025-09-03 08:12:41 -07:00
permissions.py Change: better handle permissions in patch requests (#9393) 2025-03-14 08:53:00 -07:00
sanity_checker.py Fix: include ignore for config logos in sanity checker (#10473) 2025-07-29 23:20:39 -04:00
schema.py Feature: openapi spec, full api browser (#8948) 2025-02-10 16:43:07 +00:00
serialisers.py Chore(deps): Bump the django group across 1 directory with 9 updates (#10538) 2025-08-11 13:45:14 -07:00
settings.py Feature: Allow encrypting sensitive fields in export (#6927) 2024-06-09 14:41:18 +00:00
tasks.py Fix check scheduled workflows docstring 2025-07-03 00:11:12 -07:00
utils.py Fix: replace strtobool 2025-06-19 09:02:10 -07:00
validators.py Enhancement: use charfield for webhook url, custom validation (#9128) 2025-02-16 14:26:30 -08:00
views.py Fix: ignore incomplete tasks for system status 'last run' (#10641) 2025-08-21 21:44:41 +00:00