Commit Graph

1227 Commits

Author SHA1 Message Date
Christian Beutel
b29696f326 v0.8.1 2024-08-10 18:18:16 +02:00
Flomp
500ae65d27 New translations en.json (Dutch) 2024-07-31 13:31:04 +02:00
Christian Beutel
75dfdb0511 fixes multiple issues 2024-07-24 17:45:33 +02:00
Flomp
94e4fb1dc3 New translations en.json (Italian) 2024-07-24 16:49:01 +02:00
Flomp
8e2659cfc2 New translations en.json (French) 2024-07-24 16:48:59 +02:00
Flomp
ccdec9a559 New translations en.json (Italian) 2024-07-24 14:17:50 +02:00
BastLast
0d6d034ed5 fix duration display #90 (#91) 2024-07-24 14:04:18 +02:00
Flomp
c1add20849 New translations en.json (French) 2024-07-20 17:30:00 +02:00
Flomp
710d946359 New translations en.json (French) 2024-07-20 16:14:22 +02:00
Flomp
e249ba9176 New translations en.json (French) 2024-07-20 14:24:27 +02:00
Flomp
79515c5eee New translations en.json (French) 2024-07-20 13:10:15 +02:00
Flomp
adfaba68bd New translations en.json (French) 2024-07-20 01:48:58 +02:00
Flomp
16372e0faf New translations en.json (French) 2024-07-20 00:28:49 +02:00
Flomp
bf5a5fc1cf New translations en.json (Polish) 2024-07-15 15:44:24 +02:00
Christian Beutel
1a23696880 v0.8.0 2024-07-13 23:22:28 +02:00
Christian Beutel
90be5d90c0 fixes avatar size 2024-07-13 23:10:53 +02:00
Flomp
af9fdb49c4 New translations en.json (Chinese Simplified) 2024-07-13 22:46:59 +02:00
Flomp
3a75d9a5c4 New translations en.json (Portuguese) 2024-07-13 22:46:58 +02:00
Flomp
b60aa7718c New translations en.json (Polish) 2024-07-13 22:46:57 +02:00
Flomp
903a6e011b New translations en.json (Dutch) 2024-07-13 22:46:56 +02:00
Flomp
17246ad537 New translations en.json (Hungarian) 2024-07-13 22:46:55 +02:00
Flomp
d08db3044a New translations en.json (German) 2024-07-13 22:46:54 +02:00
Flomp
9a25a86fff New translations en.json (French) 2024-07-13 22:46:53 +02:00
Christian Beutel
230f23b9ff adds missing translations 2024-07-13 22:33:41 +02:00
Flomp
85bcd01e58 New translations en.json (Chinese Simplified) 2024-07-05 18:39:00 +02:00
Flomp
73c13d1273 New translations en.json (Portuguese) 2024-07-05 18:38:59 +02:00
Flomp
c85a9c102b New translations en.json (Polish) 2024-07-05 18:38:58 +02:00
Flomp
2d14f4b0db New translations en.json (Dutch) 2024-07-05 18:38:57 +02:00
Flomp
559edee360 New translations en.json (Hungarian) 2024-07-05 18:38:56 +02:00
Flomp
e3f5814771 New translations en.json (German) 2024-07-05 18:38:55 +02:00
Flomp
6510e33b86 New translations en.json (French) 2024-07-05 18:38:54 +02:00
Christian Beutel
d0a408983b full settings overhaul 2024-07-05 18:14:31 +02:00
Flomp
233bcff9ab New translations en.json (Polish) 2024-07-01 19:02:30 +02:00
Christian Beutel
6522b06e96 fixes docs css 2024-07-01 18:21:34 +02:00
Christian Beutel
72e6d12713 v0.7.3 2024-07-01 17:17:35 +02:00
Christian Beutel
c8e7b76d00 fixes display issues 2024-07-01 17:16:13 +02:00
Christian Beutel
3ab0882b81 adds italian && fit support 2024-07-01 16:02:54 +02:00
Flomp
7fbe9a255c New translations en.json (Chinese Simplified) 2024-07-01 16:01:45 +02:00
Flomp
3ace5ffb00 New translations en.json (Portuguese) 2024-07-01 16:01:44 +02:00
Flomp
07cdfde39c New translations en.json (Polish) 2024-07-01 16:01:42 +02:00
Flomp
6c11046fe5 New translations en.json (Dutch) 2024-07-01 16:01:41 +02:00
Flomp
8823d7ad48 New translations en.json (Hungarian) 2024-07-01 16:01:39 +02:00
Flomp
fca3d59876 New translations en.json (German) 2024-07-01 16:01:38 +02:00
Flomp
2908599ee5 New translations en.json (French) 2024-07-01 16:01:37 +02:00
Lukas
825c7db6e8 New language: Italian (#88)
Adds Italian translation.
2024-07-01 15:57:50 +02:00
Christian Beutel
cff62f25db Merge remote-tracking branch 'refs/remotes/origin/main' 2024-06-28 13:50:53 +02:00
Christian Beutel
7b3abb515d v0.7.2 2024-06-28 13:49:32 +02:00
Christian Beutel
9bc5a4cfc6 fixes icon & upload trail id 2024-06-28 13:30:21 +02:00
Flomp
452de1cd06 New translations en.json (Polish) 2024-06-16 11:29:37 +02:00
Dom
dbd99b2d4d fix: disable "secure" mode on auth cookie (#83)
In Firefox a warning is displayed that states:

    Cookie “pb_auth” has been rejected because a non-HTTPS cookie can't
    be set as “secure”.

This warning is emitted from authStore.onChange callback.

The server-side cookie response contains the attribute "secure: false"
which avoids this problem, but this was missing from the client side
hook.

Co-authored-by: Flomp <Flomp@users.noreply.github.com>
2024-06-16 11:28:56 +02:00