Commit graph

8652 commits

Author SHA1 Message Date
Nextcloud bot
707b1c7909
[tx-robot] updated from transifex 2019-02-06 22:18:42 +00:00
Nextcloud bot
ffaff1b2ab
[tx-robot] updated from transifex 2019-02-06 11:27:51 +00:00
Roeland Jago Douma
931056e711
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:43:15 +01:00
Daniel Calviño Sánchez
a94fa97350 Fix template format
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2019-01-30 00:16:50 +01:00
Daniel Calviño Sánchez
355edcee74 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 popover menu
is shown only when the share is a link share, and 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-30 00:14:10 +01:00
Daniel Calviño Sánchez
ab684934ea Remove unused parameter
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2019-01-30 00:08:09 +01:00
Nextcloud bot
c0c5921719
[tx-robot] updated from transifex 2019-01-26 01:12:36 +00:00
Nextcloud bot
32cc6dd7e5
[tx-robot] updated from transifex 2019-01-25 01:12:38 +00:00
Roeland Jago Douma
c7fd71ee7d
Merge pull request #13767 from nextcloud/backport/13747/stable14
[stable14] Honor remember_login_cookie_lifetime
2019-01-24 18:32:43 +01:00
Nextcloud bot
78fadcb9b7
[tx-robot] updated from transifex 2019-01-24 01:12:25 +00:00
Roeland Jago Douma
38f01c1361
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 17:09:09 +01:00
Christoph Wurst
aafc32ecca Respect user locale in natural sort comparator
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-01-23 11:20:56 +00:00
Nextcloud bot
9455303874
[tx-robot] updated from transifex 2019-01-23 01:12:27 +00:00
Roeland Jago Douma
417997220f
Merge pull request #13671 from nextcloud/backport/13660/stable14
[stable14] Fix template paramter
2019-01-22 11:08:17 +01:00
Roeland Jago Douma
16cca10b11
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-22 10:12:04 +01:00
Nextcloud bot
6bc8e1b5df
[tx-robot] updated from transifex 2019-01-22 01:12:46 +00:00
Nextcloud bot
a5e77bc130
[tx-robot] updated from transifex 2019-01-21 01:12:11 +00:00
Nextcloud bot
22ebd26324
[tx-robot] updated from transifex 2019-01-19 01:12:40 +00:00
Morris Jobke
9b4c4b4448 Use warning background color & primary text color for setting warnings
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-01-18 12:59:35 +00:00
Nextcloud bot
51dfe8bdd6
[tx-robot] updated from transifex 2019-01-18 01:14:52 +00:00
Nextcloud bot
27aa1cf944
[tx-robot] updated from transifex 2019-01-17 01:12:39 +00:00
Nextcloud bot
5f961a494f
[tx-robot] updated from transifex 2019-01-16 01:12:56 +00:00
Nextcloud bot
054848a387
[tx-robot] updated from transifex 2019-01-15 01:12:35 +00:00
Nextcloud bot
671e375313
[tx-robot] updated from transifex 2019-01-14 01:12:20 +00:00
Nextcloud bot
39b0d4700f
[tx-robot] updated from transifex 2019-01-13 01:13:14 +00:00
Nextcloud bot
fcedd6bc58
[tx-robot] updated from transifex 2019-01-12 01:12:17 +00:00
Nextcloud bot
0b3d91c0b8
[tx-robot] updated from transifex 2019-01-11 01:12:50 +00:00
Morris Jobke
a26969617e 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:41 +00:00
Nextcloud bot
a08d477905
[tx-robot] updated from transifex 2019-01-10 01:12:26 +00:00
Maxence Lange
9940058a60 add support for boolean default
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
code cleaning

Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
code cleaning

Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2019-01-09 13:02:06 +00:00
Nextcloud bot
7f81025f10
[tx-robot] updated from transifex 2019-01-06 01:13:25 +00:00
Nextcloud bot
3d5ecac012
[tx-robot] updated from transifex 2019-01-05 01:12:17 +00:00
Roeland Jago Douma
5cf1a3d4dc Fix loginflow with apptoken enter on iOS
It seems iOS doesn't like us to change the location. So now we submit it
to the server that geneartes the redirect.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-01-04 21:43:36 +00:00
Nextcloud bot
4cd730c5bd
[tx-robot] updated from transifex 2019-01-04 01:12:48 +00:00
John Molakvoæ
9afb2ce843
Merge pull request #13224 from nextcloud/stb14-svg-controller-fixes
[stable14] Use only app path to get the icon on the svg api
2019-01-03 17:53:53 +01:00
Roeland Jago Douma
3698a44f17
Merge pull request #13322 from nextcloud/backport/13163/stable14
[stable14] Make the footer "Get your own free account" translatable
2019-01-03 07:39:57 +01:00
Nextcloud bot
6e78ac0888
[tx-robot] updated from transifex 2019-01-03 01:12:07 +00:00
Michael Weimann
5fae1b9cda Make the footer "Get your own free account" translatable
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
2019-01-02 11:57:03 +00:00
Nextcloud bot
0c746c0826
[tx-robot] updated from transifex 2019-01-02 01:11:48 +00:00
Nextcloud bot
591b4ec18a
[tx-robot] updated from transifex 2019-01-01 01:11:54 +00:00
Nextcloud bot
0c9fb32585
[tx-robot] updated from transifex 2018-12-31 01:12:01 +00:00
Nextcloud bot
d3eb44469e
[tx-robot] updated from transifex 2018-12-30 01:13:01 +00:00
Nextcloud bot
58b744acf0
[tx-robot] updated from transifex 2018-12-29 01:12:01 +00:00
Nextcloud bot
61000a7c1d
[tx-robot] updated from transifex 2018-12-28 01:12:07 +00:00
Nextcloud bot
ed43996cc1
[tx-robot] updated from transifex 2018-12-27 01:12:01 +00:00
Nextcloud bot
e8fc1decf4
[tx-robot] updated from transifex 2018-12-26 01:12:16 +00:00
Nextcloud bot
99bd29414f
[tx-robot] updated from transifex 2018-12-25 01:11:54 +00:00
Nextcloud bot
c099e7cbe9
[tx-robot] updated from transifex 2018-12-24 01:12:08 +00:00
Nextcloud bot
398429c6b0
[tx-robot] updated from transifex 2018-12-23 01:12:46 +00:00
Nextcloud bot
54ee69929a
[tx-robot] updated from transifex 2018-12-22 01:12:06 +00:00