Wei S.
f651aeab0e
Role based access ( #60 )
...
* Format checked, contributing.md update
* Middleware setup
* IAP API, create user/roles in frontend
* RBAC using CASL library
* Switch to CASL, secure search, resource-level access control
---------
Co-authored-by: Wayne <5291640+ringoinca@users.noreply.github.com >
2025-08-22 00:51:56 +03:00
Wei S.
3fb4290934
Role based access ( #59 )
...
* Format checked, contributing.md update
* Middleware setup
* IAP API, create user/roles in frontend
* RBAC using CASL library
* Switch to CASL, secure search, resource-level access control
---------
Co-authored-by: Wayne <5291640+ringoinca@users.noreply.github.com >
2025-08-21 23:53:21 +03:00
Wei S.
8c33b63bdf
feat: Role based access control ( #58 )
...
* Format checked, contributing.md update
* Middleware setup
* IAP API, create user/roles in frontend
* RBAC using CASL library
* Switch to CASL, secure search, resource-level access control
---------
Co-authored-by: Wayne <5291640+ringoinca@users.noreply.github.com >
2025-08-21 23:45:06 +03:00
David Girón
2b325f3461
feat: optimize Dockerfile ( #47 )
...
* define base image arg
* create base stage with common content
* chmod executable entrypoint file
this avoids re-copying the same file as is being modified in the docker
layer
* cache npm downloaded packages
avoids re-downloading deps if cache content is available
v0.2.1
2025-08-19 12:17:32 +03:00
Til Wegener
4d3c164bc0
Fix UI size display and ingestion history graph ( #50 )
...
* fix: unify size display, improve graph interpolation & time readability
* fix display human-readable sizes in ingestion chart
* display human-readable sizes in ingestion chart
* fix: format code
* fix keep fallback for item.name
2025-08-19 11:06:31 +03:00
Wei S.
7288286fd9
Format checked, contributing.md update ( #49 )
...
Co-authored-by: Wayne <5291640+ringoinca@users.noreply.github.com >
2025-08-17 17:42:49 +03:00
Wei S.
ec1cf3cf0b
Merge pull request #46 from axeldunkel/fix/imap-sync-skipping-emails
...
Fix IMAP sync marking all emails as synced before fetching
2025-08-17 17:28:31 +03:00
axeldunkel
9c9152a2ee
Merge branch 'LogicLabs-OU:main' into fix/imap-sync-skipping-emails
2025-08-17 13:41:12 +02:00
Axel Dunkel
c05b3b92d9
fix the indentation, to use tabs not spaces
2025-08-17 11:34:21 +00:00
Wei S.
aed0c964c8
Merge pull request #48 from tilwegener/fix/graph-delta-query-removed-field
...
Fix Graph delta query: exclude unsupported @removed field
2025-08-17 13:34:37 +03:00
Til Wegener
86dda6c6d3
Fix Graph delta query: exclude unsupported @removed field
2025-08-17 09:58:17 +00:00
Axel Dunkel
6e1dd17267
Fix IMAP sync marking all emails as synced before fetching
...
Initialize newMaxUids with lastUid instead of mailbox maximum
to prevent marking unfetched emails as synced.
The bug sets newMaxUids to the highest UID before fetching,
causing all existing emails to be skipped when sync state
is saved early.
Fixes #45
2025-08-16 08:43:09 +00:00
Wei S.
b4d2125020
Merge pull request #43 from LogicLabs-OU/dev
...
Fix pnpm-lock unmatch error
2025-08-15 14:24:33 +03:00
Wayne
a2ca79d3eb
Fix pnpm-lock unmatch error
2025-08-15 14:23:53 +03:00
Wei S.
8f519dc995
Merge pull request #42 from LogicLabs-OU/dev
...
1. Project-wide format using prettier
2. Delete single archived emails
3. Handle attachment indexing error gracefully
2025-08-15 14:20:11 +03:00
Wayne
b2ca3ef0e1
Project wide format
2025-08-15 14:18:23 +03:00
Wayne
9873228d01
Before format
2025-08-15 14:14:01 +03:00
Wei S.
94190f8b7c
Merge pull request #41 from LogicLabs-OU/dev
...
Dev: project wide formatting setup
2025-08-15 13:46:46 +03:00
Wayne
832e29bd92
Project prettier setup
2025-08-15 13:45:58 +03:00
Wei S.
cba6dfcae1
Merge pull request #36 from tilwegener/feat/delete-mail-button
...
feat: delete archived emails + improve IMAP UID and PDF parsing
Note: Will do project-wide formatting in the next commit, merging this PR.
2025-08-15 13:45:31 +03:00
Til Wegener
24f5b341a8
Merge branch 'LogicLabs-OU:main' into feat/delete-mail-button
2025-08-14 10:13:16 +02:00
Til Wegener
cba7e05d98
fix: handle attachment cleanup errors safely and surface messages
2025-08-14 08:10:58 +00:00
Til Wegener
cfdfe42fb8
fix(email-deletion): redirect to archived list and purge search index
2025-08-14 07:25:12 +00:00
Til Wegener
9138c1c753
feat: remove archived emails and related data
2025-08-14 06:26:51 +00:00
Til Wegener
c4afa471cb
chore: log IMAP message UID during processing
2025-08-13 19:24:34 +00:00
Til Wegener
187282c68d
fix: handle gaps in IMAP UID ranges
2025-08-13 19:24:05 +00:00
Wayne
82a83a71e4
BODY_SIZE_LIMIT fix, database url encode
2025-08-13 21:55:22 +03:00
Til Wegener
ff676ecb86
* avoid hanging when pdf2json fails by resolving text extraction with an empty string
2025-08-13 20:11:47 +02:00
Wei S.
9ff6801afc
Merge pull request #33 from LogicLabs-OU/dev
...
Increase file upload limit and improve ingestion robustness
2025-08-13 20:55:35 +03:00
Wayne
d2b4337be9
Fix error when pst file emails don't include senders
2025-08-13 20:46:02 +03:00
Wayne
b03791d9a6
adding FRONTEND_BODY_SIZE_LIMIT to allow bigger file upload for the frontend. This is to fix the pst file upload error.
2025-08-13 19:20:19 +03:00
Wei S.
4cbbb6cec3
Merge pull request #28 from LogicLabs-OU/dev
...
Migrate to DB users, implement IAM & add PST/EML importers
v0.2.0
2025-08-11 11:12:53 +03:00
Wayne
f10bf93d1b
eml import support
2025-08-11 10:55:50 +03:00
Wayne
512f0312ba
Preserve original email path and tags. Emails with path now will be stored within their path
2025-08-09 16:40:25 +03:00
Wayne
29db34c5d8
Imap batch process, handle rate limits gracefully
2025-08-08 14:56:21 +03:00
Wayne
a87000f9dc
PST Import improvement
2025-08-08 13:20:33 +03:00
Wayne
4872ed597f
PST ingestion
2025-08-07 17:03:08 +03:00
Wayne
e02ad0355e
Restrict createAdminUser to initial setup only
2025-08-06 11:06:09 +03:00
Wayne
23ebe942b2
IAM policies
2025-08-06 01:12:33 +03:00
Wayne
842f8092d6
Migrating user service to database, sunsetting admin user
2025-08-06 00:01:15 +03:00
Wayne
3201fbfe0b
Email thread improvement, user-defined sync frequency
2025-08-05 21:12:06 +03:00
Wei S.
d5c9f9a14b
Merge pull request #15 from LogicLabs-OU/dev
...
Thread discovery
v0.1.2
2025-08-05 13:37:57 +03:00
Wayne
f2a5b29105
Thread discovery
2025-08-05 13:34:51 +03:00
Wei S.
c65d80e948
Merge pull request #12 from LogicLabs-OU/dev
...
Discord invite link
2025-08-04 16:32:24 +03:00
Wayne
f484f72994
Discord invite link
2025-08-04 16:32:04 +03:00
Wei S.
59ca07dd1a
Merge pull request #11 from LogicLabs-OU/dev
...
Demo site info update
2025-08-04 16:07:10 +03:00
Wayne
d74d5e5308
Demo site info update
2025-08-04 16:06:25 +03:00
Wei S.
1ae7b2fd2f
Merge pull request #10 from LogicLabs-OU/dev
...
Adding demo site
2025-08-04 16:04:10 +03:00
Wayne
e0953e270e
Adding demo site
2025-08-04 16:03:45 +03:00
Wei S.
705b1e5311
Merge pull request #9 from LogicLabs-OU/dev
...
Demo mode enabled
2025-08-04 14:43:57 +03:00