Morris Jobke
cfbcb2c174
Fix unneeded doc link to unrelated resource
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-03-27 13:34:36 +01:00
Morris Jobke
689b7c19de
Show a setup warning in case S3 object storage is used as primary storage
...
* checks for at least 50 GB of free space
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-03-27 13:34:36 +01:00
Nextcloud bot
c1fa96596a
[tx-robot] updated from transifex
2019-03-27 12:06:38 +00:00
Morris Jobke
31fb0896a0
Add setup check for missing UTF8MB4 on mysql
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-03-26 14:56:24 +01:00
Nextcloud bot
bca4a9ecbb
[tx-robot] updated from transifex
2019-03-26 10:41:42 +00:00
Nextcloud bot
2c7f1fd001
[tx-robot] updated from transifex
2019-03-21 01:14:06 +00:00
Nextcloud bot
ce619b07ae
[tx-robot] updated from transifex
2019-03-20 01:12:57 +00:00
Nextcloud bot
3c76c0ce11
[tx-robot] updated from transifex
2019-03-19 01:12:52 +00:00
Nextcloud bot
590ea7c5fb
[tx-robot] updated from transifex
2019-03-18 01:12:37 +00:00
Nextcloud bot
cec3fd4dcf
[tx-robot] updated from transifex
2019-03-17 01:13:33 +00:00
Nextcloud bot
d33cec3d7d
[tx-robot] updated from transifex
2019-03-16 01:12:43 +00:00
Nextcloud bot
9ebf78a88d
[tx-robot] updated from transifex
2019-03-15 01:15:29 +00:00
Nextcloud bot
92634ec842
[tx-robot] updated from transifex
2019-03-14 16:08:44 +00:00
Julius Härtl
e1ef77be98
Add handler for change event of the expire date field
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-03-04 13:00:43 +01:00
Nextcloud bot
068b754d31
[tx-robot] updated from transifex
2019-03-01 01:12:48 +00:00
Dominik Wasielewski
c60f8248fe
Remove additional referrer policy meta tag.
...
Signed-off-by: Dominik Wasielewski <d-wasi@web.de>
2019-02-28 12:47:08 +00:00
Dominik Wasielewski
80dfe0f484
Remove unnecessary meta tags.
...
Signed-off-by: Dominik Wasielewski <d-wasi@web.de>
2019-02-28 12:47:08 +00:00
Nextcloud bot
aac2669762
[tx-robot] updated from transifex
2019-02-28 01:12:49 +00:00
Nextcloud bot
192bb12d5b
[tx-robot] updated from transifex
2019-02-27 01:12:18 +00:00
Nextcloud bot
bb6f832ec3
[tx-robot] updated from transifex
2019-02-26 09:10:14 +00:00
Nextcloud bot
a7b322bd65
[tx-robot] updated from transifex
2019-02-25 01:12:29 +00:00
Nextcloud bot
9bc2070c59
[tx-robot] updated from transifex
2019-02-24 01:13:54 +00:00
Nextcloud bot
3832207081
[tx-robot] updated from transifex
2019-02-23 01:12:55 +00:00
Nextcloud bot
b879d28f24
[tx-robot] updated from transifex
2019-02-22 01:12:21 +00:00
Nextcloud bot
b42e3fa1b3
[tx-robot] updated from transifex
2019-02-21 01:12:14 +00:00
Morris Jobke
37cb480900
Merge pull request #14312 from nextcloud/backport/14255/stable15
...
[stable15] Fix ocm end-point discovery discovery
2019-02-20 16:46:30 +01:00
Morris Jobke
2e76bc31a9
Add unit tests and provide better message
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-02-20 15:46:19 +01:00
Bjoern Schiessle
6360f1a389
add setup check for ocm-provider route
...
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2019-02-20 15:42:39 +01:00
Joas Schilling
2f98c873fa
Fix OC.getCurrentUser() on guest pages
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-02-20 12:22:31 +00:00
Roeland Jago Douma
6e110c35b0
Merge pull request #14275 from nextcloud/backport/12573/stable15
...
[stable15] Do not do redirect handling when loggin out
2019-02-20 08:55:30 +01:00
Julius Härtl
10aa80d13e
Fix header label visibility on open menu
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-02-19 10:36:20 +00:00
Nextcloud bot
4a0feef83d
[tx-robot] updated from transifex
2019-02-19 01:12:20 +00:00
Roeland Jago Douma
78842d29b3
Do not do redirect handling when loggin out
...
Fixes #12568
Since the clearing of the execution context causes another reload. We
should not do the redirect_uri handling as this results in redirecting
back to the logout page on login.
This adds a simple middleware that will just check if the
ClearExecutionContext session variable is set. If that is the case it
will just redirect back to the login page.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-02-18 22:22:12 +01:00
Nextcloud bot
84ab16bac4
[tx-robot] updated from transifex
2019-02-18 01:12:21 +00:00
Nextcloud bot
4651c25f17
[tx-robot] updated from transifex
2019-02-17 01:13:40 +00:00
Nextcloud bot
5eb304a69a
[tx-robot] updated from transifex
2019-02-16 01:12:35 +00:00
Morris Jobke
670f1e0ddf
Remove trailing spaces from localized strings
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-02-15 12:43:12 +00:00
Andrey Dyakov
37bb7e0671
Fix expiration date changing
...
Pass shareId to setExpirationDate()
2019-02-14 21:37:29 +01:00
Nextcloud bot
262c5a6236
[tx-robot] updated from transifex
2019-02-14 01:12:38 +00:00
Nextcloud bot
68e5c9d258
[tx-robot] updated from transifex
2019-02-13 01:12:25 +00:00
Nextcloud bot
40b40c94a2
[tx-robot] updated from transifex
2019-02-12 01:12:37 +00:00
Nextcloud bot
29975fab3f
[tx-robot] updated from transifex
2019-02-11 01:12:32 +00:00
Nextcloud bot
d049403a82
[tx-robot] updated from transifex
2019-02-10 01:13:39 +00:00
Nextcloud bot
0cf2c7be7c
[tx-robot] updated from transifex
2019-02-09 01:12:50 +00:00
Morris Jobke
6ae8e99c1b
Merge pull request #13982 from nextcloud/stable15-12917-clean-code-and-fix-drop-zone-shadow
...
[stable15] Clean code and fix drop zone shadow
2019-02-08 09:34:04 +01:00
Nextcloud bot
8660fc3502
[tx-robot] updated from transifex
2019-02-08 01:12:50 +00:00
Nextcloud bot
7b1720ba5d
[tx-robot] updated from transifex
2019-02-06 22:18:33 +00:00
Nextcloud bot
3e72cc16e7
[tx-robot] updated from transifex
2019-02-06 11:27:41 +00:00
fnuesse
150d15ba39
Extract variable for yellow color in icons
...
Signed-off-by: fnuesse <felix.nuesse@t-online.de>
2019-02-01 16:21:23 +01:00
Roeland Jago Douma
355b0defe4
Clean pending 2FA authentication on password reset
...
When a password is reste we should make sure that all users are properly
logged in. Pending states should be cleared. For example a session where
the 2FA code is not entered yet should be cleared.
The token is now removed so the session will be killed the next time
this is checked (within 5 minutes).
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-01-30 10:41:09 +01:00