Commit Graph

1607 Commits

Author SHA1 Message Date
eikek
1e8461801b Set new version to 0.40.0-SNAPSHOT 2022-11-07 19:26:51 +01:00
eikek
bd31ec2cd8 Set version to 0.39.0 2022-11-07 18:52:48 +01:00
eikek
e701040212 Fix item selection after merge
Issue: #1809
2022-11-07 17:29:38 +01:00
eikek
91849e5513 Allow class attributes in sanitized html for emails 2022-11-07 10:31:25 +01:00
eikek
df75fbddcd Allow to convert html->pdf via weasyprint 2022-11-07 10:31:25 +01:00
eikek
8ae4c9ec78 Allow to authenticate with the same account from different sources
A new config allows to treat an account same independent where it was
created (openid or local).

Issue: #1827 #1781
2022-11-04 23:29:10 +01:00
eikek
14643ae4d1 Improve error messages when using oidc with an existing account
If an account was created before locally (by signing up at docspell)
and the same account is later tried to signin via openid, a better
error message is shown in the logs to be able to act on it. The user
won't see any details in the webapp.

Issue: #1827 #1781
2022-11-04 22:34:55 +01:00
eikek
c0feb13f63 Add Estonian language
Closes: #1646
2022-11-01 01:00:16 +01:00
mergify[bot]
54ee80932c
Merge pull request #1817 from eikek/1808-fix-linked-items-query
Fix query generated for linked queries
2022-10-31 21:44:30 +00:00
mergify[bot]
41e929d9b7
Merge pull request #1815 from eikek/fix/attach-count-query
Remove `attach.count` from query
2022-10-31 21:37:07 +00:00
eikek
a247c4ef1c Fix query generated for linked queries
Closes: #1808
2022-10-31 22:28:17 +01:00
eikek
a5c84da51f Remove attach.count from query
Issue: #1758
2022-10-31 22:20:24 +01:00
eikek
643afd1809 Allow to change extracted text of attachments
Closes: #1775
2022-10-31 22:18:19 +01:00
renovate[bot]
ded298daa7 Update dependency minimatch to 3.0.5 [SECURITY] 2022-10-21 20:24:53 +00:00
eikek
c84645dd46 Fix compile error new in scala 2.13.9 2022-09-24 12:49:15 +02:00
renovate[bot]
154532d7b1 Update dependency postcss-import to v15 2022-08-31 03:41:57 +00:00
eikek
2844f1c997 Fix selectNextGroup query for an empty job table 2022-08-14 00:30:05 +02:00
eikek
e42794869f Apply auto-formatting fixes 2022-08-12 17:28:30 +02:00
eikek
5bbe073bf3 Fix job query for H2
Unfortunately, the new h2 version has some regressions related to
CTEs. The query selecting the next group failed only for H2 after the
update. The query has been rewritten to not use union on CTE tables.
The weird thing was that the error only occured using bind values and
was not reproducible with "just string" SQL in the h2 console.

The QJobTest are now running on all databases.
2022-08-12 16:34:56 +02:00
eikek
0a3ac9f121 Add anonymous subselects to query builder 2022-08-12 16:34:56 +02:00
eikek
e39ddc7c17 Rename column 'value' to 'value_'
In sql 'value' is a reserved word and should not be used (unless
quoted). Postgresql and MariaDB are ok with it, but the new version of
h2 is now complaining.
2022-08-12 16:34:56 +02:00
eikek
aac6f69ea2 Update h2 and flyway
Sadly it is necessary to fix an existing changeset for H2.
2022-08-12 16:34:51 +02:00
eikek
b51b782c73 Apply formatting fixes 2022-08-07 16:31:09 +02:00
eikek
868285a26b Fix fulltext search queries for new collective-id 2022-08-07 16:28:22 +02:00
eikek
d9485355e9 Fix websocket frame to user mapping 2022-08-07 16:26:04 +02:00
eikek
e9e3e607d3 Fix collective insights query 2022-08-07 16:26:04 +02:00
eikek
7424a9b2f9 Migrate background task to new collective id 2022-08-07 16:26:04 +02:00
eikek
ae4c49027f Refactor scala base db migrations. Add marker trait for task args 2022-08-07 16:26:04 +02:00
eikek
66265d8455 Migrate file_id columns 2022-08-07 16:26:04 +02:00
eikek
816cca7ea2 Adopt joex to new collective-id 2022-08-07 16:26:04 +02:00
eikek
eabcffe71a Adopt restserver to new collective-id 2022-08-07 16:26:04 +02:00
eikek
53d92c4a26 Adopt backend to collective-id 2022-08-07 16:26:04 +02:00
eikek
26d7c91266 Adopt modules to new collective table 2022-08-07 16:26:04 +02:00
eikek
77f22bb5ea Adopt store module to new collective table 2022-08-07 16:26:04 +02:00
eikek
35882fce84 Refactor collective table to use artificial primary key 2022-08-07 16:26:04 +02:00
eikek
429825de1c Set version to 0.39.0-SNAPSHOT 2022-07-09 23:28:05 +02:00
eikek
516cb6885f Set version to 0.38.0 2022-07-09 22:54:55 +02:00
mergify[bot]
3d4c9370e0
Merge pull request #1640 from eikek/redirect-oidc
Allow to skip login page if a single oidc provider is configured
2022-07-08 15:26:09 +00:00
eikek
3fc72cedac Allow to skip login page if a single oidc provider is configured 2022-07-08 17:09:56 +02:00
mergify[bot]
34571556e7
Merge pull request #1615 from eikek/update/scribe-3.10.0
Update scribe, scribe-slf4j to 3.10.0
2022-07-08 08:57:01 +00:00
eikek-scala-steward
0fa543121f Update scribe, scribe-slf4j to 3.10.0 2022-07-08 10:41:48 +02:00
eikek
d413b16b03 Allow to always use OCR extracted text
Fixes: #1628
2022-07-07 17:58:03 +02:00
eikek
508ad5bc03 Create external accounts independent from signup config
Refs: #1619, #1621
2022-07-07 15:28:59 +02:00
eikek
2c9e012c96 Fix url parsing with trailing slash
Refs: #1545
2022-07-07 15:22:26 +02:00
eikek
e9cb3d2b42 Better logging in oidc flows 2022-07-07 15:22:26 +02:00
eikek
2e5ad4960b Add a state parameter to oidc flow
Refs: #1619
2022-07-07 15:22:26 +02:00
Helvio Pedreschi
45ae99537d
Add state to oidc uri
Should fix #1619 - Cannot compile offline to test. I am not familiar with SBT.
2022-07-01 14:38:07 -04:00
renovate[bot]
38b793fe6a Update dependency postcss-cli to v10 2022-06-30 04:56:58 +00:00
eikek
ea6320e359 Use uid as foreign key in rememberme 2022-06-27 23:28:45 +02:00
eikek
f6fd155150 Update scribe to 3.9.0 2022-06-27 13:27:01 +02:00