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
Morris Jobke
d908bf190c
Merge pull request #13670 from nextcloud/backport/13660/stable15
...
[stable15] Fix template paramter
2019-01-21 15:56:46 +01:00
Nextcloud bot
c96e47b5ad
[tx-robot] updated from transifex
2019-01-21 01:12:02 +00:00
Nextcloud bot
2b577f5634
[tx-robot] updated from transifex
2019-01-19 01:12:32 +00:00
Roeland Jago Douma
16966ee5aa
Fix template paramter
...
Else we get shown an error page instead of the correct 403.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-01-18 18:43:45 +00:00
Morris Jobke
5eca1921c7
Use warning background color & primary text color for setting warnings
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-01-18 12:59:33 +00:00
Nextcloud bot
af196c4495
[tx-robot] updated from transifex
2019-01-18 01:14:45 +00:00
Nextcloud bot
0469bb11c9
[tx-robot] updated from transifex
2019-01-17 01:12:28 +00:00
Alaa Shmalih
3f8b43f16d
the bug number #13263 fixed by the xavierando user
...
i change the file by xaviterando done and fix
and i will do pull request to the solution becouse xavirando did pull request to him self
2019-01-16 15:30:45 +00:00
Nextcloud bot
6a44943425
[tx-robot] updated from transifex
2019-01-16 01:12:46 +00:00
Nextcloud bot
08676fd8e6
[tx-robot] updated from transifex
2019-01-15 01:12:27 +00:00
Roeland Jago Douma
fea21a857b
Merge pull request #13585 from nextcloud/backport/13581/stable15
...
[stable15] Correctly handle displaynames returned from the sharee API
2019-01-14 19:30:26 +01:00
Joas Schilling
0d5f1e99f8
Correctly handle displaynames returned from the sharee API
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-01-14 14:19:39 +00:00
Michael Weimann
59efe5d0e6
Fix click app names
...
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
2019-01-14 11:25:23 +00:00
Christoph Wurst
fb9f5ad66b
Merge pull request #13546 from nextcloud/fix/stable15/13520
...
[stable15] Add strengthify.min files
2019-01-14 09:32:28 +01:00
Nextcloud bot
457261a955
[tx-robot] updated from transifex
2019-01-14 01:12:11 +00:00
Nextcloud bot
0fdb6b4545
[tx-robot] updated from transifex
2019-01-13 01:13:03 +00:00
Roeland Jago Douma
8c772d8b8d
Add strengthify.min files
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-01-12 14:25:58 +01:00
Nextcloud bot
6dfb0909fa
[tx-robot] updated from transifex
2019-01-12 01:12:07 +00:00
Nextcloud bot
a1a9bb7a3a
[tx-robot] updated from transifex
2019-01-11 01:12:41 +00:00
Morris Jobke
625ffdb6c6
Show the repair steps and repair info output in the web for better feedback
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-01-10 07:37:04 +00:00