Elias Schneider
3ad6b03b6b
fix: home page shown even if disabled
2023-03-10 08:40:32 +01:00
Elias Schneider
91c3525b15
chore: add sharp for image optimizations
2023-03-08 17:47:36 +01:00
Elias Schneider
8403d7e14d
feat: ability to change logo in frontend
2023-03-08 14:47:41 +01:00
Elias Schneider
8f71fd3435
fix: crypto is not defined
2023-03-08 13:10:10 +01:00
Elias Schneider
155c743197
release: 0.11.1
2023-03-05 10:50:32 +01:00
Elias Schneider
8b77e81d4c
fix: old config variable prevents to create a share
2023-03-05 10:48:01 +01:00
Elias Schneider
22d81b2220
release: 0.11.0
2023-03-04 23:41:11 +01:00
Elias Schneider
0317f3a508
fix: frontend error when user deleted
2023-03-04 23:40:02 +01:00
Elias Schneider
fddad3ef70
feat: custom branding ( #112 )
...
* add first concept
* remove setup status
* split config page in multiple components
* add custom branding docs
* add test email button
* fix invalid email from header
* add migration
* mount images to host
* update docs
* remove unused endpoint
* run formatter
2023-03-04 23:29:00 +01:00
Elias Schneider
f9840505b8
feat: invite new user with email
2023-02-21 08:51:04 +01:00
Elias Schneider
759c55f625
docs: fix remove app before upgrading
2023-02-13 10:09:53 +01:00
Elias Schneider
edb511252f
release: 0.10.2
2023-02-13 09:39:43 +01:00
Elias Schneider
c3af0fe097
fix: pdf preview tries to render on server
2023-02-13 09:39:27 +01:00
Elias Schneider
6419da07fb
release: 0.10.1
2023-02-12 20:00:55 +01:00
Elias Schneider
7cd9dff637
fix: setup wizard doesn't redirect after completion
2023-02-12 20:00:35 +01:00
Elias Schneider
2a826f7941
docs: stand-alone installation start backend first
2023-02-12 19:04:12 +01:00
Elias Schneider
8720232755
chore: add question issue template
2023-02-12 14:40:10 +01:00
Elias Schneider
dc8cf3d5ca
fix: non administrator user redirection error while setup isn't finished
2023-02-11 15:57:21 +01:00
Elias Schneider
979b882150
docs: add stand-alone installation guide
2023-02-10 14:59:19 +01:00
Elias Schneider
c55019f71b
docs: improve contributing guideline
2023-02-10 14:22:32 +01:00
Elias Schneider
4c6ef52a17
release: 0.10.0
2023-02-10 11:47:29 +01:00
Elias Schneider
b9662701c4
fix: share creation without reverseShareToken
2023-02-10 11:47:17 +01:00
Elias Schneider
e3f88d0826
refactor(jobs): clear expired tokens and reverse shares
2023-02-10 11:29:51 +01:00
Elias Schneider
86a7379519
fix: delete all shares of reverse share
2023-02-10 11:15:23 +01:00
Elias Schneider
ccdf8ea3ae
feat: allow multiple shares with one reverse share link
2023-02-10 11:10:07 +01:00
Elias Schneider
edc10b72b7
fix: share fails if a share was created with a reverse share link recently
2023-02-10 10:58:49 +01:00
Elias Schneider
5d1a7f0310
feat!: reset password with email
2023-02-09 18:17:53 +01:00
Elias Schneider
8ab359b71d
docs(backend): add swagger documentation
2023-02-07 11:23:43 +01:00
Elias Schneider
38de022215
feat(frontend): server side rendering to improve performance
2023-02-07 10:21:25 +01:00
Elias Schneider
82f204e8a9
fix: invalid redirection after jwt expiry
2023-02-06 11:15:46 +01:00
Elias Schneider
4e840ecd29
refactor: handle authentication state in middleware
2023-02-04 18:12:49 +01:00
Elias Schneider
064ef38d78
fix: setup status doesn't change
2023-02-03 11:01:10 +01:00
Elias Schneider
b14e931d8d
test: adapt tests to new features
2023-01-31 15:43:54 +01:00
Elias Schneider
3d5c919110
release: 0.9.0
2023-01-31 15:25:01 +01:00
Elias Schneider
008df06b5c
feat: direct file link
2023-01-31 15:22:08 +01:00
Elias Schneider
cd9d828686
refactor: move guard checks to service
2023-01-31 13:53:23 +01:00
Elias Schneider
233c26e5cf
fix: improve send test email UX
2023-01-31 13:16:11 +01:00
Elias Schneider
91a6b3f716
feat: file preview
2023-01-31 09:03:03 +01:00
Elias Schneider
0a2b7b1243
refactor: use cookie instead of local storage for share token
2023-01-26 21:18:22 +01:00
Elias Schneider
b98fe7911f
release: 0.8.0
2023-01-26 16:10:16 +01:00
Elias Schneider
ad92cfc852
fix: admin users were created while the setup wizard wasn't finished
2023-01-26 15:43:13 +01:00
Elias Schneider
7e91038a24
chore: optimize prisma migration
2023-01-26 14:06:25 +01:00
Elias Schneider
4a5fb549c6
feat: reverse shares ( #86 )
...
* add first concept
* add reverse share funcionality to frontend
* allow creator to limit share expiration
* moved reverse share in seperate module
* add table to manage reverse shares
* delete complete share if reverse share was deleted
* optimize function names
* add db migration
* enable reverse share email notifications
* fix config variable descriptions
* fix migration for new installations
2023-01-26 13:44:04 +01:00
Elias Schneider
1ceb07b89e
refactor: fix typo of service name
2023-01-17 09:48:49 +01:00
Elias Schneider
bb64f6c33f
fix: Add meta tags to new pages
2023-01-17 09:13:53 +01:00
Elias Schneider
61c48d57b8
ci/cd: upgrade github actions
2023-01-13 15:37:49 +01:00
Luke
2a7587ed78
chore: docker compose ClamAV optimizations
...
* Update docker-compose.yml
Adds a depends_on clause that waits for clamav to be fulyl started before starting pingvin-share.
* Update README.md
Explains that it may take a minute or two for the app to start while it waits for clamav.
* minor refactoring
Co-authored-by: Elias Schneider <login@eliasschneider.com>
2023-01-13 14:11:33 +01:00
Elias Schneider
e09213a295
release: 0.7.0
2023-01-13 10:59:52 +01:00
Elias Schneider
fc116d65c0
chore: dump packages
2023-01-13 10:31:22 +01:00
Elias Schneider
76088cc76a
feat: add ClamAV to scan for malicious files
2023-01-13 10:16:35 +01:00