shamoon
|
1aef7200ab
|
llamaindex vector index, llmindex mangement command
|
2025-05-24 11:47:12 -07:00 |
|
shamoon
|
99f316c780
|
Use password and select config fields
|
2025-05-24 11:47:11 -07:00 |
|
shamoon
|
2cecdd9f9e
|
Use a frontend config
|
2025-05-24 11:47:11 -07:00 |
|
shamoon
|
a0dc7e21f9
|
Fix
|
2025-05-24 11:47:08 -07:00 |
|
shamoon
|
7a01f9fc34
|
Backend tests
|
2025-05-24 11:47:08 -07:00 |
|
shamoon
|
385bfa5f78
|
Correct object retrieval
|
2025-05-24 11:47:08 -07:00 |
|
shamoon
|
4fb08deedc
|
Refactor
|
2025-05-24 11:47:07 -07:00 |
|
shamoon
|
527de02fdd
|
Move module
|
2025-05-24 11:47:07 -07:00 |
|
shamoon
|
7600360d3a
|
Rename config
|
2025-05-24 11:47:05 -07:00 |
|
shamoon
|
f3254b2f3d
|
Basic start
|
2025-05-24 11:47:03 -07:00 |
|
shamoon
|
5b4b316bbc
|
Chore: warn users about removal of postgres v13 support (#9980)
|
2025-05-21 18:17:50 +00:00 |
|
shamoon
|
3de8c9073d
|
Bump version to 2.16.1
|
2025-05-19 13:57:41 -07:00 |
|
shamoon
|
0b079f57ed
|
Partially Revert "Chore(deps): Bump the small-changes group across 1 directory with 6 updates (#9921)"
This partially reverts commit 1fe166e014ebde9a6fb6861819efa7e705175cd6.
|
2025-05-19 12:20:05 -07:00 |
|
shamoon
|
ba80790826
|
Bump version to 2.16.0
|
2025-05-19 11:37:27 -07:00 |
|
dependabot[bot]
|
1fe166e014
|
Chore(deps): Bump the small-changes group across 1 directory with 6 updates (#9921)
* Chore(deps): Bump the small-changes group across 1 directory with 6 updates
Bumps the small-changes group with 6 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [concurrent-log-handler](https://github.com/Preston-Landers/concurrent-log-handler) | `0.9.25` | `0.9.26` |
| [django](https://github.com/django/django) | `5.1.8` | `5.2.1` |
| [django-auditlog](https://github.com/jazzband/django-auditlog) | `3.0.0` | `3.1.2` |
| [drf-spectacular-sidecar](https://github.com/tfranzel/drf-spectacular-sidecar) | `2025.4.1` | `2025.5.1` |
| [ocrmypdf](https://github.com/ocrmypdf/OCRmyPDF) | `16.10.0` | `16.10.1` |
| [setproctitle](https://github.com/dvarrazzo/py-setproctitle) | `1.3.5` | `1.3.6` |
Updates `concurrent-log-handler` from 0.9.25 to 0.9.26
- [Release notes](https://github.com/Preston-Landers/concurrent-log-handler/releases)
- [Changelog](https://github.com/Preston-Landers/concurrent-log-handler/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Preston-Landers/concurrent-log-handler/compare/0.9.25...0.9.26)
Updates `django` from 5.1.8 to 5.2.1
- [Commits](https://github.com/django/django/compare/5.1.8...5.2.1)
Updates `django-auditlog` from 3.0.0 to 3.1.2
- [Release notes](https://github.com/jazzband/django-auditlog/releases)
- [Changelog](https://github.com/jazzband/django-auditlog/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jazzband/django-auditlog/compare/v3.0.0...v3.1.2)
Updates `drf-spectacular-sidecar` from 2025.4.1 to 2025.5.1
- [Commits](https://github.com/tfranzel/drf-spectacular-sidecar/compare/2025.4.1...2025.5.1)
Updates `ocrmypdf` from 16.10.0 to 16.10.1
- [Release notes](https://github.com/ocrmypdf/OCRmyPDF/releases)
- [Changelog](https://github.com/ocrmypdf/OCRmyPDF/blob/main/docs/release_notes.md)
- [Commits](https://github.com/ocrmypdf/OCRmyPDF/compare/v16.10.0...v16.10.1)
Updates `setproctitle` from 1.3.5 to 1.3.6
- [Changelog](https://github.com/dvarrazzo/py-setproctitle/blob/master/HISTORY.rst)
- [Commits](https://github.com/dvarrazzo/py-setproctitle/compare/version-1.3.5...version-1.3.6)
---
updated-dependencies:
- dependency-name: concurrent-log-handler
dependency-version: 0.9.26
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: small-changes
- dependency-name: django
dependency-version: 5.2.1
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: small-changes
- dependency-name: django-auditlog
dependency-version: 3.1.2
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: small-changes
- dependency-name: drf-spectacular-sidecar
dependency-version: 2025.5.1
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: small-changes
- dependency-name: ocrmypdf
dependency-version: 16.10.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: small-changes
- dependency-name: setproctitle
dependency-version: 1.3.6
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: small-changes
...
Signed-off-by: dependabot[bot] <support@github.com>
* Fix log matches related to newlines, add newlines to stdout.writelines
* Fix disable api remote auth test, Django 5.2 no longer uses process_request
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
|
2025-05-19 11:03:02 -07:00 |
|
shamoon
|
55917fcabe
|
Fix: handle created change with api version increment, use created only on frontend, deprecate created_date (#9962)
|
2025-05-19 09:38:01 -07:00 |
|
shamoon
|
83db0355f3
|
Chore: automatically disable email verification if no smtp setup (#9949)
|
2025-05-16 22:21:24 -07:00 |
|
shamoon
|
73f0f1212d
|
Fixhancement: better handle removed social apps in profile (#9876)
|
2025-05-11 19:55:33 +00:00 |
|
shamoon
|
6a5be992c0
|
Enhancement: add barcode frontend config (#9742)
|
2025-05-11 19:44:06 +00:00 |
|
shamoon
|
86adc377a0
|
Fix: correctly handle empty user for old notes api format, fix frontend API version (#9846)
|
2025-05-01 14:45:37 -07:00 |
|
shamoon
|
a3b85c64ca
|
Fixhancement: check more permissions for status consumer messages (#9804)
|
2025-04-26 23:31:04 -07:00 |
|
shamoon
|
7436a97684
|
Enhancement: support allauth disable unknown account emails (#9743)
|
2025-04-22 21:58:33 +00:00 |
|
shamoon
|
7f98c4b794
|
Fix: include subpath in drf-spectacular settings if set (#9738)
|
2025-04-21 11:24:08 -07:00 |
|
shamoon
|
1a72efa3c9
|
Bump version to 2.15.3
|
2025-04-19 15:34:42 -07:00 |
|
shamoon
|
abf910fd93
|
Fix: fix breaking api change to document notes user field (#9714)
|
2025-04-19 22:02:33 +00:00 |
|
shamoon
|
6c2e06d40b
|
Bump version to 2.15.2
|
2025-04-14 13:04:21 -07:00 |
|
Trenton Holmes
|
705f542129
|
Bumps the version to 2.15.1
|
2025-04-09 14:55:02 -07:00 |
|
shamoon
|
43b2527275
|
Fix: correct download filename in 2.15.0 (#9599)
---------
Co-authored-by: Trenton H <797416+stumpylog@users.noreply.github.com>
|
2025-04-09 16:03:38 +00:00 |
|
shamoon
|
32a7f9cd5a
|
Enhancement: allow webUI first account signup (#9500)
|
2025-03-29 17:12:34 +00:00 |
|
shamoon
|
5db511afdf
|
Fix: revert removed x-frame-options header in non-debug
|
2025-03-24 07:28:27 -07:00 |
|
shamoon
|
4c49da9ece
|
Bump version to 2.15.0
|
2025-03-14 11:04:33 -07:00 |
|
shamoon
|
6babc61ba2
|
Change: sync OIDC groups on first login too (#9387)
|
2025-03-13 07:19:34 -07:00 |
|
shamoon
|
4ef5fbfb6e
|
Fix: remove deprecated debug x-frame-options
|
2025-03-12 17:02:55 -07:00 |
|
Trenton H
|
9944f81512
|
Fix: Allow setting of other Granian options (#9360)
|
2025-03-11 17:33:56 +00:00 |
|
shamoon
|
b4b0f802e1
|
Fix: correct all results with whoosh queries (#9331)
|
2025-03-07 13:31:23 -08:00 |
|
shamoon
|
cf48f47a8c
|
Fix: add account_inactive template / url (#9322)
|
2025-03-06 14:55:04 -08:00 |
|
Sebastian Steinbeißer
|
76d363f22d
|
Chore: switch from os.path to pathlib.Path (#9060)
|
2025-03-05 21:06:01 +00:00 |
|
Trenton H
|
f205c4d0e2
|
Removes undocumented FileInfo (#9298)
|
2025-03-04 13:49:47 -08:00 |
|
Trenton H
|
654c9ca273
|
Feature: Switch webserver to granian (#9218)
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
|
2025-02-28 19:37:45 +00:00 |
|
shamoon
|
047f7c3619
|
Enhancement: support default groups for regular and social account signup (#9039)
|
2025-02-24 09:23:20 -08:00 |
|
shamoon
|
37442ff829
|
Fix: include account confirm email (#9147)
|
2025-02-17 18:10:48 -08:00 |
|
LokiHung
|
bbad36717f
|
Feature: Chinese Traditional translation (#9076)
---------
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
|
2025-02-12 02:56:24 +00:00 |
|
Trenton H
|
2b2115e5f0
|
Enhancement: Use cached sessions for a minor performance improvement (#9074)
|
2025-02-11 16:18:19 +00:00 |
|
shamoon
|
1dc80f04cb
|
Feature: openapi spec, full api browser (#8948)
|
2025-02-10 16:43:07 +00:00 |
|
Silvia Bigler
|
71472a6a82
|
Enhancement: add layout options for email conversion (#8907)
---------
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
|
2025-02-07 18:32:35 +00:00 |
|
Sebastian Steinbeißer
|
e560fa3be0
|
Chore: Enable ruff FBT (#8645)
|
2025-02-07 09:12:03 -08:00 |
|
shamoon
|
52ab07c673
|
Fix: deselect and trigger refresh for deleted documents from bulk operations with "delete originals" (#8996)
|
2025-02-07 00:47:50 +00:00 |
|
shamoon
|
6f29d64325
|
Fix: allow empty email in profile (#9012)
|
2025-02-03 11:59:45 -08:00 |
|
shamoon
|
49b658a944
|
Bump version to 2.14.7
|
2025-01-31 07:46:43 -08:00 |
|
shamoon
|
c2a9ac332a
|
Enhancement: require totp code for obtain auth token (#8936)
|
2025-01-31 07:44:47 -08:00 |
|