2874 Commits

Author SHA1 Message Date
eikek
ae30a3890e Set version to 0.29.0-SNAPSHOT 2021-10-27 22:08:16 +02:00
eikek
d793d2286c Update nix setup 2021-10-27 22:07:16 +02:00
eikek
b3ca7954bb Set version to 0.28.0 2021-10-27 20:53:34 +02:00
eikek
b59938c5d1 Add changelog for 0.28.0 2021-10-27 01:34:41 +02:00
eikek
8811fe40da Fix date picker css in home page 2021-10-27 01:34:27 +02:00
mergify[bot]
a41558642e
Merge pull request #1139 from eikek/fixup/share
Don't allow shares with fulltext queries
2021-10-25 19:46:30 +00:00
eikek
8fd86f9ec1 Don't allow shares with fulltext queries
Currently the query implementation cannot combine multiple/nested
fulltext searches within a query. It doesn't seem useful to have
shares based on fulltext searches, so it is disabled for now.

Issue: #446
2021-10-25 21:29:55 +02:00
mergify[bot]
6ce72e8168
Merge pull request #1138 from scala-steward/update/fs2-core-3.2.1
Update fs2-core, fs2-io to 3.2.1
2021-10-25 18:25:53 +00:00
Scala Steward
65e1a56953
Update fs2-core, fs2-io to 3.2.1 2021-10-25 20:16:09 +02:00
eikek
d081382d58 Merge branch 'current-docs' 2021-10-25 19:46:12 +02:00
eikek
dd5159afa5 Fix link to dsc watch 2021-10-25 19:45:54 +02:00
eikek
ff6f44c353 Merge branch 'current-docs' 2021-10-25 19:30:31 +02:00
eikek
8c33658c27 Merge branch 'master' into current-docs 2021-10-25 19:30:12 +02:00
eikek
4c96b632b3 Fix links and description in feed.md 2021-10-25 19:28:26 +02:00
mergify[bot]
8a59525e49
Merge pull request #1137 from eikek/share-docs
Share docs
2021-10-25 15:37:53 +00:00
eikek
6783b82fd5 Update zola to 0.14.1 and fix doc search
Issue: #1120
2021-10-25 17:24:20 +02:00
eikek
3f71985b64 Hide menu in share detail when not usable 2021-10-25 17:24:20 +02:00
eikek
2b215afa81 Add some documentation about shares 2021-10-25 17:24:20 +02:00
eikek
c21d4c4508 Fix share manage for new shares 2021-10-25 15:14:47 +02:00
mergify[bot]
a071002397
Merge pull request #1136 from eikek/fixup/config
Fixup/config
2021-10-25 09:41:18 +00:00
eikek
26847dc970 Remove default config file in docker images
Since this file cannot be changed inside the image, and people need to
specify a new file or env variables, it doesn't make sense to add it.
Also if it is present, it is preferred to the env variables.
2021-10-25 11:27:17 +02:00
eikek
668cd7d974 Refactor config validation 2021-10-25 11:27:06 +02:00
mergify[bot]
9af61cb4a4
Merge pull request #1135 from eikek/improvement/1121-config
Improvement/1121 config
2021-10-24 22:36:11 +00:00
eikek
118d23c3a2 Add list of env variables to documentation
Issue: #1121
2021-10-25 00:23:20 +02:00
eikek
94b26a1721 Generate random server secret if not provided from config 2021-10-25 00:23:20 +02:00
eikek
4e5924d796 Refactor config loading and add config from environment
Issue: #1121
2021-10-24 23:02:39 +02:00
mergify[bot]
252741dc64
Merge pull request #1134 from eikek/update-http4s
Update http4s to 0.23.6
2021-10-24 16:37:26 +00:00
eikek
48d2bec9c4 Update http4s to 0.23.6 2021-10-24 18:24:03 +02:00
mergify[bot]
cd0f7ec66e
Merge pull request #1133 from eikek/feature/446-share
Feature/446 share
2021-10-24 12:56:49 +00:00
eikek
c2d54cebb5 Fix postcss-purgecss dependency 2021-10-24 14:45:19 +02:00
eikek
208f7e6445 Update npm packages 2021-10-24 12:53:41 +02:00
eikek
99f3be9c0d Allow simple search on share page 2021-10-24 02:06:27 +02:00
eikek
28993e27e5 Dropdown cc and bcc recipients in mail form 2021-10-24 01:41:18 +02:00
eikek
f5bb85c61e Improve share email form 2021-10-24 01:41:18 +02:00
eikek
eaccb60732 Fix date field background for sidebar and main content 2021-10-24 01:41:18 +02:00
eikek
6696aba481 Show user shares when asking to delete user 2021-10-24 01:41:18 +02:00
eikek
2ac0b84e52 Link shares to the user, not the collective
The user is required when searching because of folders (sadly), so the
share is connected to the user.
2021-10-24 01:41:18 +02:00
eikek
9009ebcb39 Prefill share mail form
To have access to the translated content, the messages must be given
to the update function. There is no way to set the values in the view.
2021-10-23 14:33:24 +02:00
eikek
16ccddab9f Add mail form when creating shares 2021-10-23 14:33:24 +02:00
eikek
337293128d Add route to send mail for a share 2021-10-23 14:33:24 +02:00
eikek
09242fddb2 Fix swapped translation 2021-10-23 14:33:24 +02:00
eikek
40aa2d4102 Use powersearch input element in share form 2021-10-23 14:33:24 +02:00
eikek
fe77f7245a Fix navbar link for anonymous 2021-10-23 14:33:24 +02:00
eikek
7cbdf919f4 Show item detail for a shared item 2021-10-23 14:33:24 +02:00
eikek
006791deb4 Fix curl command in exim conf 2021-10-23 14:33:24 +02:00
eikek
02cbd95e0d Increment share access on verify 2021-10-23 14:33:24 +02:00
eikek
f25d40b493 First simple item detail version for a share 2021-10-23 14:33:24 +02:00
eikek
f216c472ee Detect how to display pdf files
Closes: #1099
2021-10-23 14:33:24 +02:00
eikek
b6187bb88d Outline share detail page 2021-10-23 14:33:24 +02:00
eikek
1a10216e3d Get item details from a share 2021-10-23 14:33:24 +02:00