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
Daniel Calviño Sánchez
9a1d8eb0e5
Fix updating the password of a link share when passwords are enforced
...
The password input was shown in the popup menu when passwords were not
enforced, or when they were enforced but no password was set, which
prevented updating/changing the password once set. As the password input
should be shown too when password are enforced and a password is set no
condition is needed, so now the password input is always shown.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2019-01-29 23:37:54 +01:00
Nextcloud bot
fc0480282a
[tx-robot] updated from transifex
2019-01-26 01:12:28 +00:00
Nextcloud bot
e4ea4061f6
[tx-robot] updated from transifex
2019-01-25 01:12:30 +00:00
Morris Jobke
07ded47c22
Merge pull request #13794 from nextcloud/backport/13742/stable15
...
[stable15] Add icon to restore activity
2019-01-24 19:17:01 +01:00
Roeland Jago Douma
bb624724f6
Merge pull request #13761 from nextcloud/backport/15/13738
...
[stable15] Fix integration of social sharing into the link popover menu
2019-01-24 18:54:53 +01:00
Joas Schilling
d343873e7c
Add icon to restore activity
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-01-24 13:46:53 +00:00
Nextcloud bot
3079a88f03
[tx-robot] updated from transifex
2019-01-24 01:12:16 +00:00
Morris Jobke
e086a5e7f9
Merge pull request #13758 from nextcloud/backport/13747/stable15
...
[stable15] Honor remember_login_cookie_lifetime
2019-01-23 15:31:05 +01:00
Christoph Wurst
90e9877dd0
Respect user locale in natural sort comparator
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-01-23 11:20:19 +00:00
Julius Härtl
cd79769921
Fix integration of social sharing into the link popover menu
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-01-23 12:07:59 +01:00
Roeland Jago Douma
4d3bb0a521
Honor remember_login_cookie_lifetime
...
If the remember_login_cookie_lifetime is set to 0 this means we do not
want to use remember me at all. In that case we should also not creatae
a remember me cookie and should create a proper temp token.
Further this specifies that is not 0 the remember me time should always
be larger than the session timeout. Because else the behavior is not
really defined.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-01-23 09:23:41 +00:00
Nextcloud bot
34c1644714
[tx-robot] updated from transifex
2019-01-23 01:12:19 +00:00
Nextcloud bot
e1f917fd4c
[tx-robot] updated from transifex
2019-01-22 01:12:37 +00:00