Commit Graph

1632 Commits

Author SHA1 Message Date
05d75743b8 add solr content_kh field type with icu tokenizer for khmer content 2023-03-16 23:53:03 +07:00
b118c5076a update default pg config for khmer lang 2023-03-16 23:52:26 +07:00
4b01a399e4 add khmer lang month name 2023-03-16 23:52:14 +07:00
54deaf2cd7 specify khmer lang date pattern 2023-03-16 23:52:03 +07:00
71548b93a7 add khmer lang 2023-03-16 23:51:50 +07:00
7c6fc5dadd add khmer lang to ui 2023-03-16 23:51:41 +07:00
f9fa16c38a chore(deps): update dependency postcss-cli to v10.1.0 2023-03-16 16:28:31 +00:00
88af1d6e52 chore(deps): update dependency @fortawesome/fontawesome-free to v6.3.0 2023-03-16 14:30:43 +00:00
1dafeaa4cf chore(deps): update dependency tailwindcss to v3.2.7 2023-03-16 06:22:55 +00:00
8d4faf699e chore(deps): update dependency postcss to v8.4.21 2023-03-16 06:06:29 +00:00
f14e69aa55 chore(deps): update dependency cssnano to v5.1.15 2023-03-16 03:00:58 +00:00
c2860258b1 chore(deps): update dependency autoprefixer to v10.4.14 2023-03-16 00:55:14 +00:00
39b573300e chore(deps): update dependency @tailwindcss/forms to v0.5.3 2023-03-16 00:07:34 +00:00
c0fa48e924 Set version to 0.41.0-SNAPSHOT 2023-03-11 20:47:55 +01:00
5e618c9304 Set version to 0.40.0 2023-03-11 18:28:18 +01:00
df98a4c069 Solr doesn't define a ukrainian text field by default 2023-03-06 21:22:35 +01:00
3718442e29 Fix notifications for collective scoped tasks 2023-03-06 16:46:31 +01:00
e6e605f630 Map comma to dot for numeric custom fields
Closes: #1975
2023-03-04 23:37:24 +01:00
f146511928 Improve error reporting when a file cannot be stored
Fixes logging the error (the effect was not evaluated before) and also
distinguishes this case from having no files in the request.

Closes: #1976
2023-03-04 22:04:34 +01:00
6546be00d6 Update dependency postcss-purgecss to v5 2023-02-18 12:24:53 +00:00
df1526e628 Fix deleting users
Can now be deleted by id or login. It was wrongly documented.
2023-02-02 07:58:43 +01:00
b31bd01b84 Fix creating DELETE sql statement with table alias 2023-02-02 07:58:43 +01:00
85094cc1f6 Fix html conversion for text files
It must honor the configuration when doing html->pdf.
2023-01-09 18:17:23 +01:00
05ed96b2cc Fix querying shares without a name
Fixes: #1840
2022-11-14 12:38:07 +01:00
61d5585e68 Add Ukrainian language 2022-11-09 22:24:32 +01:00
1e8461801b Set new version to 0.40.0-SNAPSHOT 2022-11-07 19:26:51 +01:00
bd31ec2cd8 Set version to 0.39.0 2022-11-07 18:52:48 +01:00
e701040212 Fix item selection after merge
Issue: #1809
2022-11-07 17:29:38 +01:00
91849e5513 Allow class attributes in sanitized html for emails 2022-11-07 10:31:25 +01:00
df75fbddcd Allow to convert html->pdf via weasyprint 2022-11-07 10:31:25 +01:00
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
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
c0feb13f63 Add Estonian language
Closes: #1646
2022-11-01 01:00:16 +01:00
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
41e929d9b7 Merge pull request #1815 from eikek/fix/attach-count-query
Remove `attach.count` from query
2022-10-31 21:37:07 +00:00
a247c4ef1c Fix query generated for linked queries
Closes: #1808
2022-10-31 22:28:17 +01:00
a5c84da51f Remove attach.count from query
Issue: #1758
2022-10-31 22:20:24 +01:00
643afd1809 Allow to change extracted text of attachments
Closes: #1775
2022-10-31 22:18:19 +01:00
ded298daa7 Update dependency minimatch to 3.0.5 [SECURITY] 2022-10-21 20:24:53 +00:00
c84645dd46 Fix compile error new in scala 2.13.9 2022-09-24 12:49:15 +02:00
154532d7b1 Update dependency postcss-import to v15 2022-08-31 03:41:57 +00:00
2844f1c997 Fix selectNextGroup query for an empty job table 2022-08-14 00:30:05 +02:00
e42794869f Apply auto-formatting fixes 2022-08-12 17:28:30 +02:00
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
0a3ac9f121 Add anonymous subselects to query builder 2022-08-12 16:34:56 +02:00
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
aac6f69ea2 Update h2 and flyway
Sadly it is necessary to fix an existing changeset for H2.
2022-08-12 16:34:51 +02:00
b51b782c73 Apply formatting fixes 2022-08-07 16:31:09 +02:00
868285a26b Fix fulltext search queries for new collective-id 2022-08-07 16:28:22 +02:00
d9485355e9 Fix websocket frame to user mapping 2022-08-07 16:26:04 +02:00