Corentin Thomasset
dc6ee5b228
refactor(search): mutualize the document search in adapter pattern ( #650 )
2025-11-20 23:38:58 +01:00
Corentin Thomasset
4bcfb878f1
chore(deps): update typescript version to ^5.9.3 in pnpm-workspace.yaml ( #634 )
2025-11-15 02:05:01 +01:00
Corentin Thomasset
157a5cadd1
fix(deps): removed unnecessary packages locks ( #617 )
2025-11-09 16:55:42 +00:00
Corentin Thomasset
1922f24c0a
feat(node): switched to node v24 ( #616 )
2025-11-09 17:52:20 +01:00
Corentin Thomasset
ccf7602f19
chore(deps): use catalog eslint packages in doc app ( #593 )
2025-10-26 23:29:50 +00:00
Corentin Thomasset
b8a515a313
chore(deps): updated vitest monorepo ( #592 )
2025-10-26 23:09:49 +00:00
Corentin Thomasset
0aad88471b
chore(pnpm): updated pnpm to 10.19.0 ( #591 )
2025-10-26 21:43:23 +00:00
Jan-Olaf Becker
75340f0ce7
feat(tagging-rules): added a "run now" button for tagging rules ( #540 )
...
* feat: add run now button for tagging rules
Allow users to apply existing tagging rules to all documents
in their organization. This helps when rules are created after
documents have already been imported.
Fixes #251
* docs: add tagging rules guide and API endpoint
- Add comprehensive guide for using tagging rules
- Document the new 'Apply to existing documents' feature
- Add API endpoint documentation for applying rules to existing documents
* feat(docs): add Tagging Rules to sidebar navigation
* refactor(ui): normalized button sizes
* refactor(repository): remove unused getOrganizationDocumentsQuery function
* refactor(tagging-rules): mutualized tagging rule application
* chore(version): added changeset
---------
Co-authored-by: Corentin Thomasset <corentin.thomasset74@gmail.com >
2025-10-24 23:44:12 +02:00
Corentin Thomasset
9c6f14fc13
refactor(docker): dedicated package for docker management ( #544 )
...
* feat(docker): initialize Docker package with build configurations and README
* Update packages/docker/CHANGELOG.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* Update packages/docker/package.json
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-10-12 16:22:38 +02:00
Corentin Thomasset
3d49962ca5
feat(docs): add architecture documentation ( #543 )
...
* feat(docs): add architecture documentation
* Update apps/docs/src/content/navigation.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-10-11 19:39:12 +00:00
Corentin Thomasset
c9a66e4aa8
fix(docs): update env variable name for OwlRelay configuration ( #528 )
2025-10-02 20:29:55 +00:00
Corentin Thomasset
0616635cd6
chore(release): update versions ( #509 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-09-24 17:00:01 +02:00
Corentin Thomasset
04990b986e
docs(api-endpoints): added explications on how to use api keys ( #515 )
2025-09-24 14:41:14 +00:00
Corentin Thomasset
cb3ce6b1d8
feat(api-keys): add organization permissions for api keys ( #512 )
2025-09-24 15:25:48 +02:00
Corentin Thomasset
ab6fd6ad10
feat(tasks): update figue to allow for fallback task worker ids env variables ( #510 )
2025-09-21 22:53:04 +02:00
Corentin Thomasset
40b0557553
chore(release): update versions ( #465 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-09-09 15:06:26 +02:00
Corentin Thomasset
0a03f42231
feat(documents): implement document encryption ( #480 )
2025-09-04 10:15:30 +02:00
Corentin Thomasset
5382019721
chore(release): update versions ( #420 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-08-08 21:16:08 +02:00
Corentin Thomasset
b33fde35d3
feat(auth): improved feedback for invalid origin url ( #455 )
2025-08-08 18:10:54 +02:00
Corentin Thomasset
5ce21981a9
chore(release): update versions ( #370 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-07-13 21:53:55 +02:00
Corentin Thomasset
3401cfbfdc
feat(config): introduce appBaseUrl for overriding client and server base URLs ( #405 )
...
- Added appBaseUrl configuration to allow users to set a base URL that overrides both client and server base URLs.
- Updated documentation to reflect the new configuration variable and its usage.
- Refactored relevant code to utilize appBaseUrl where applicable, ensuring consistent behavior across the application.
- Enhanced tests to verify the correct application of appBaseUrl in various scenarios.
2025-07-13 21:46:07 +02:00
Corentin Thomasset
1d23f40894
fix(docs): update schema URL in configuration examples to use the correct domain ( #402 )
2025-07-07 12:00:35 +00:00
Corentin Thomasset
42bc3c6698
feat(docs): added api endpoint doc page ( #390 )
2025-07-01 18:47:41 +02:00
Corentin Thomasset
6cedc30716
chore(deps): updated dependencies ( #379 )
2025-06-24 20:52:15 +02:00
Corentin Thomasset
62b7f0382c
chore(release): update versions ( #358 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-06-18 22:11:19 +02:00
Corentin Thomasset
f035458e16
feat(docs): added descriptions in docs-navigation.json ( #354 )
2025-06-14 00:37:47 +02:00
Corentin Thomasset
556fd8b167
feat(docs): added navigation json export ( #341 )
2025-06-10 21:30:56 +02:00
Corentin Thomasset
81e85295ba
chore(release): update versions ( #334 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-06-07 17:40:28 +02:00
Corentin Thomasset
1c574b8305
feat(script): ensure local database directory exists before running scripts ( #337 )
2025-06-07 17:26:28 +02:00
Corentin Thomasset
451564f354
docs(readme): updated features statuses ( #328 )
2025-06-07 14:58:21 +02:00
Corentin Thomasset
cb652c7166
chore(release): update versions ( #323 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-06-04 21:32:34 +02:00
Corentin Thomasset
f54b8e162a
feat(docs): auto compute urls from port in dc generator ( #322 )
2025-06-04 13:47:52 +02:00
Corentin Thomasset
6b435bba79
chore(release): update versions ( #305 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-06-04 00:09:45 +02:00
Corentin Thomasset
8ccdb74834
refactor(docker): added base url override in docker ( #320 )
2025-06-03 22:04:15 +00:00
Corentin Thomasset
34862991fb
chore(cf): added security headers in docs and papra-client ( #307 )
2025-05-25 12:05:38 +00:00
Corentin Thomasset
1996b51b4d
chore(release): update versions ( #292 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-05-24 18:17:41 +02:00
Corentin Thomasset
734027f00c
feat(docs): updated feature list statuses ( #300 )
2025-05-24 18:08:32 +02:00
Corentin Thomasset
438a31171c
feat(auth): added support for custom oauth2 providers ( #295 )
2025-05-24 03:12:39 +02:00
Corentin Thomasset
53bf93f128
feat(doc): added a papra docker compose generator ( #293 )
2025-05-23 21:24:08 +00:00
Corentin Thomasset
249b3bcfd2
chore(release): update versions ( #285 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-05-13 22:44:37 +02:00
Corentin Thomasset
85fa5c4342
chore(version): added changeset for versioning ( #280 )
2025-05-13 13:48:55 +02:00
Corentin Thomasset
9b72aa886c
feat(cli): added cli documentation ( #275 )
2025-05-02 23:30:33 +02:00
Corentin Thomasset
59ba9465f6
docs(features): marked tagging rules and folder ingestion as available features ( #268 )
2025-04-27 13:57:11 +00:00
Corentin Thomasset
a1056702af
feat(docs): fixed broken links with auto check ( #267 )
2025-04-27 13:20:34 +00:00
Corentin Thomasset
605e21a410
chore(deps): updated pnpm to 10.9.0 in all package.json files ( #258 )
2025-04-25 13:15:32 +00:00
Corentin Thomasset
5140a64c40
chore: release v0.3.0
2025-04-16 20:00:09 +02:00
Corentin Thomasset
9ddb7d545d
feat(ingestion): added folder ingestion support ( #215 )
2025-04-16 00:46:04 +02:00
Corentin Thomasset
fd0f79feb0
docs(docker): improved docker and docker-compose instructions for Papra deployment ( #201 )
2025-04-06 19:25:02 +00:00
Corentin Thomasset
b9c2448805
feat(docs): implement text wrapping for documentation in .env configuration display ( #199 )
2025-04-06 07:37:50 +00:00
Corentin Thomasset
542225fabc
feat(docs): add full .env configuration display in self-hosting guide ( #198 )
2025-04-06 09:19:07 +02:00