Christian Krakau-Louis
b4a8b04530
fixed typos
2025-03-26 02:38:32 +01:00
Christian Krakau-Louis
ccba0d92c3
added routes back in
2025-03-26 02:35:45 +01:00
Christian Krakau-Louis
e96e6920c0
Update app/frontend.py
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-03-26 02:29:39 +01:00
Christian Krakau-Louis
d95f5babb8
Refactored frontend + added template engine
2025-03-26 02:17:05 +01:00
Christian Krakau-Louis
ff1f6e042c
fixed 404
2025-03-25 22:11:44 +01:00
Christian Krakau-Louis
f50177bfbf
Update app/frontend.py
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-03-25 22:04:53 +01:00
Christian Krakau-Louis
cd1230b8be
Update app/frontend.py
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-03-25 22:04:40 +01:00
Christian Krakau-Louis
9570d499b4
change import
2025-03-25 22:02:19 +01:00
Christian Krakau-Louis
0f82defc01
added more pages and changed project name to DocuNova
2025-03-25 21:57:48 +01:00
Christian Krakau-Louis
0003daadb1
fixed import for Request in main.py
2025-03-25 21:33:55 +01:00
Christian Krakau-Louis
e4101f690b
added gravatar to user and added /api/whoami call
2025-03-25 21:31:32 +01:00
Christian Krakau-Louis
657861db26
removed fancy 404
2025-03-25 21:20:32 +01:00
Christian Krakau-Louis
2c7a185315
changed 404.html code
2025-03-25 21:18:25 +01:00
Christian Krakau-Louis
b95d13df1f
add 404.html and new upload page
2025-03-25 21:16:02 +01:00
Christian Krakau-Louis
ff12e733ea
made function async to include auth
2025-03-25 17:35:00 +01:00
Christian Krakau-Louis
6139a168d0
added fixes to frontend.py
2025-03-25 17:31:27 +01:00
Christian Krakau-Louis
d00ee8cc3d
added auth flag and auth to /upload
2025-03-25 16:22:59 +01:00
Christian Krakau-Louis
6beaa30e25
improved redirect upon login
2025-03-25 14:57:49 +01:00
Christian Krakau-Louis
398663595d
Merge branch 'main' into auth-for-ui
2025-03-25 14:49:19 +01:00
Christian Krakau-Louis
5005f65f17
changes to the Authentik integration
2025-03-25 14:45:45 +01:00
Christian Krakau-Louis
ae674e8fc4
added robust code to create the sqlite file
2025-03-25 14:33:46 +01:00
Christian Krakau-Louis
260358a78b
added ForeignKey object
2025-03-25 13:58:54 +01:00
Christian Krakau-Louis
5eb8fa586b
added duplicate check and database
2025-03-25 13:55:15 +01:00
Christian Krakau-Louis
8aa667fd48
removed proxymiddleware and moved to uvicorn startup command
2025-03-25 12:44:41 +01:00
Christian Krakau-Louis
bf4aa95f52
added support for correct url detection
2025-03-25 12:23:21 +01:00
Christian Krakau-Louis
6ca68126ed
added Authentik config
2025-03-25 11:34:22 +01:00
Christian Krakau-Louis
19c763e595
added a favicon, updated the README.md file
2025-03-25 10:48:55 +01:00
Christian Krakau-Louis
50ba7989c5
added imports for FastAPI
2025-03-24 17:11:49 +01:00
Christian Krakau-Louis
f4cacacd3a
fixed typo
2025-03-24 17:04:53 +01:00
Christian Krakau-Louis
2891b335b0
added ui upload route
2025-03-24 17:02:56 +01:00
Christian Krakau-Louis
e526f691ef
added first draft of upload interface
2025-03-24 16:52:47 +01:00
Christian Krakau-Louis
4c95e6ec6c
Update imap_tasks.py
...
Refactor IMAP Tasks: Filter Allowed Attachment Types & Improve Code Quality
- Filter attachments to process only office files, PDFs, plain text, CSV, and RTF,
explicitly skipping common image MIME types.
- Use an explicit elif for clarity in attachment processing logic.
- Remove dead code by not reassigning the result of fetch_attachments_and_enqueue.
- Reformat log messages, docstrings, and break long lines to comply with PEP 8.
- Add clarifying comments for excluded image MIME types.
2025-03-13 02:08:21 +01:00
Christian Krakau-Louis
473ae3a20a
Update imap_tasks.py
...
Added some filtering for file types to avoid your usual image attachment to trigger a conversion task and clutter my documents
2025-03-13 01:51:46 +01:00
Christian Krakau-Louis
8848fece2f
added correct endpoints and file type detection
2025-02-19 14:14:49 +01:00
Christian Krakau-Louis
c40e9f034e
Added better GMail handling and multi file type support
2025-02-19 14:03:29 +01:00
Christian Krakau-Louis
2241c1de6c
fixed errors
2025-02-18 04:36:04 +01:00
Christian Krakau-Louis
f234a55b52
Added locking for IMAP tasks
2025-02-18 04:29:33 +01:00
Christian Krakau-Louis
03ac92d931
Only process unread mail
2025-02-18 03:55:29 +01:00
Christian Krakau-Louis
3ebedbb016
Added better IMAP handling
2025-02-18 03:39:29 +01:00
Christian Krakau-Louis
de7050a162
Shorter pull period for mails, added a bit of different handling for paperless
2025-02-18 03:09:54 +01:00
Christian Krakau-Louis
c0c5ca3a67
Merge branch 'main' of https://github.com/christianlouis/document-processor
2025-02-14 23:23:38 +01:00
Christian Krakau-Louis
17fc8fae17
restore unread
2025-02-14 23:23:24 +01:00
Christian Krakau-Louis
65beea89cf
First try for Azure API
2025-02-14 22:49:22 +01:00
Christian Krakau-Louis
99684f9650
added skipping for mail without attachments and already processed mail
2025-02-14 16:22:43 +01:00
Christian Krakau-Louis
40fe288230
Added text detection in upload_to_s3
2025-02-14 12:00:44 +01:00
Christian Krakau-Louis
b42b395915
removed .env from dir and added README and demo env file
2025-02-12 12:12:29 +01:00
Christian Krakau-Louis
937b8018f8
made paperless upload more robust
2025-02-12 02:56:28 +01:00
Christian Krakau-Louis
70fb539b7b
putting it all together
2025-02-12 02:26:41 +01:00
Christian Krakau-Louis
430c4258ed
added optional in config
2025-02-12 01:59:26 +01:00
Christian Krakau-Louis
5a834ff690
added IMAP pull
2025-02-12 01:54:41 +01:00