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
Roeland Jago Douma
ce2c08da6a
Merge pull request #12617 from nextcloud/backport/10839/stable14
...
[stable14] adjust Calendar resource / room interfaces to use class implementation
2018-12-22 12:15:05 +01:00
Roeland Jago Douma
0bbb1fa6ba
Merge pull request #13216 from nextcloud/backport/13212/stable14
...
[stable14] Files list not rendering if user has favorites navigation unfolded
2018-12-22 10:35:08 +01:00
Nextcloud bot
54ee69929a
[tx-robot] updated from transifex
2018-12-22 01:12:06 +00:00
blizzz
b9628e74fc
Merge pull request #13219 from nextcloud/backport/13187/stable14
...
[stable14] do not forgot to store the second displayname portion
2018-12-21 16:58:17 +01:00
Arthur Schiwon
f82c5b5074
do not forgot to store the second displayname portion
...
otherwise it causes a chain reaction of system addressbook updates
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2018-12-21 13:44:09 +00:00
Roeland Jago Douma
a599dc11f9
Merge pull request #13207 from nextcloud/backport/13154/stable14
...
[stable14] Fix ie11 checkboxes
2018-12-21 14:22:56 +01:00
Julius Härtl
faf7a1906f
Replace ChildNode.before with custom before helper
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-12-21 13:21:52 +00:00
John Molakvoæ (skjnldsv)
4550da7016
Fix ie11 checkboxes
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-12-21 09:19:10 +00:00
Nextcloud bot
01fa79d8d6
[tx-robot] updated from transifex
2018-12-21 01:12:05 +00:00
Roeland Jago Douma
1fc24cbcf3
Merge pull request #13180 from nextcloud/backport/13171/stable14
...
[stable14] Use a case insensitive search for email
2018-12-20 20:38:02 +01:00
Roeland Jago Douma
73f19a7a4c
Use a case insensitive search for email
...
Fixes #7084
Now entering wrongly cased email (roeland@ instead of Roeland@) for
password reset etc. Will also work.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-12-20 15:19:28 +00:00
Nextcloud bot
e3d3472ff5
[tx-robot] updated from transifex
2018-12-20 01:12:03 +00:00
John Molakvoæ
fa08e9639c
Merge pull request #13152 from nextcloud/backport/13133/stable14
...
[stable14] Prevent special characters from breaking the file drop remote url
2018-12-19 11:22:01 +01:00
John Molakvoæ (skjnldsv)
b1c1ac1459
Prevent special characters from breaking the file drop remote url
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-12-19 08:55:09 +00:00
Nextcloud bot
0a59b4ec6b
[tx-robot] updated from transifex
2018-12-19 01:12:05 +00:00
Roeland Jago Douma
5d4d48de99
Merge pull request #13124 from nextcloud/backport/13118/stable14
...
[stable14] Fix SAML Client login flow on Apple devices
2018-12-18 16:20:01 +01:00
Julius Härtl
b84f37c467
Merge pull request #13120 from nextcloud/backport/12693/stable14
...
[stable14] fix exception on LDAP mapping during login
2018-12-18 10:48:53 +01:00
Nextcloud bot
fe710e0431
[tx-robot] updated from transifex
2018-12-18 01:11:52 +00:00
Roeland Jago Douma
359e4d8c0c
Fix SAML Client login flow on Apple devices
...
Because the redirect from the SAML/SSO endpoint is a POST the lax/strict
cookies are not properly send.
Note that it is not strictly requried on this endpoint as we do not need
the remember me data. Only the real session info is enough. The endpoint
is also already protected by a state token.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-12-17 13:19:23 +00:00
Roeland Jago Douma
107e983da0
Merge pull request #13077 from nextcloud/stb14-ie11-compatibility-updatenotifications
...
[stable14] Ie11 compatibility updatenotifications
2018-12-17 13:26:18 +01:00
Arthur Schiwon
4d6cfe12dd
LDAP clear cache on config modification also when done via API or CLI
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2018-12-17 13:19:28 +01:00
Arthur Schiwon
3683b3e32d
run LDAP integrations tests with redis which is the recommended setup
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2018-12-17 13:19:16 +01:00
Arthur Schiwon
a76695962b
be careful with mixed return values even if it may look unsuspicious…
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2018-12-17 13:11:25 +01:00
Arthur Schiwon
aff41210ad
cache users as existing after mapping
...
during login they might be cached as non-existing and cause an Exception
in the long run
reduces some duplication, too
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2018-12-17 13:10:56 +01:00
Nextcloud bot
f336720697
[tx-robot] updated from transifex
2018-12-17 01:11:50 +00:00
Nextcloud bot
a7e515e8aa
[tx-robot] updated from transifex
2018-12-16 01:12:51 +00:00
Nextcloud bot
a1c9949911
[tx-robot] updated from transifex
2018-12-15 01:11:56 +00:00
John Molakvoæ (skjnldsv)
15dc9d8d15
Transpile arrow function for ie11 compatibility
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-12-14 16:49:00 +01:00
Nextcloud bot
715f4c2853
[tx-robot] updated from transifex
2018-12-14 01:12:50 +00:00
Nextcloud bot
9a8c2a94de
[tx-robot] updated from transifex
2018-12-13 01:12:16 +00:00
Roeland Jago Douma
f73de0a707
Merge pull request #13037 from nextcloud/settings-ie11-fixes
...
[stable14] Settings ie11 fixes
2018-12-12 17:56:35 +01:00
John Molakvoæ (skjnldsv)
e63f2af8b2
Merge branch 'stable14' of https://github.com/nextcloud/server into settings-ie11-fixes
2018-12-12 16:45:51 +01:00
John Molakvoæ (skjnldsv)
35636c0b12
IE11 compatibility for users management
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-12-12 16:23:33 +01:00
Roeland Jago Douma
729f6f7e6d
Merge pull request #13030 from nextcloud/backport/13009/stable14
...
[stable14] Better activities for systemtags that are removed by CLI
2018-12-12 15:52:37 +01:00
Joas Schilling
824ff7688f
Better activities for systemtags that are removed by CLI
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-12-12 12:38:48 +00:00
Nextcloud bot
cfb1338705
[tx-robot] updated from transifex
2018-12-12 01:11:55 +00:00
Nextcloud bot
90f967ba32
[tx-robot] updated from transifex
2018-12-11 01:12:05 +00:00
Christoph Wurst
26a5b6d5c6
Merge pull request #12749 from nextcloud/backport/12424/stable14
...
[stable14] Add pipe mode for sendmail
2018-12-10 09:46:12 +01:00
Nextcloud bot
9ec09d7ce2
[tx-robot] updated from transifex
2018-12-10 01:11:56 +00:00
Nextcloud bot
4e91c9b079
[tx-robot] updated from transifex
2018-12-09 01:12:45 +00:00
Carsten Wiedmann
571e3c155c
Apply patch from @cwiedmann but drop -oi option for pipe
...
* Add sendmailmode to gui
* Add testcases for pipe mode
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2018-12-08 17:18:04 +01:00
John Molakvoæ
cabded04e1
Merge pull request #12739 from nextcloud/stable14-12408
...
[stable14] Make sure to always load the latest icons-vars.css file
2018-12-08 11:13:17 +01:00
Nextcloud bot
bb83753d93
[tx-robot] updated from transifex
2018-12-08 01:11:42 +00:00