Morris Jobke
3c3cb71bda
Merge pull request #13359 from nextcloud/backport/13351/stable13
...
[stable13] Update the CRL
2019-01-04 19:11:05 +01:00
Roeland Jago Douma
dff2cf614b
Update the CRL
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-01-04 17:26:30 +01:00
Nextcloud bot
4cd18afb29
[tx-robot] updated from transifex
2019-01-04 01:12:57 +00:00
Nextcloud bot
2e1701bfba
[tx-robot] updated from transifex
2019-01-03 01:12:16 +00:00
Nextcloud bot
c1472e0cdd
[tx-robot] updated from transifex
2019-01-02 01:11:56 +00:00
Nextcloud bot
93923fbe49
[tx-robot] updated from transifex
2019-01-01 01:12:04 +00:00
Nextcloud bot
fcae962594
[tx-robot] updated from transifex
2018-12-31 01:12:11 +00:00
Nextcloud bot
2ad10aa7a2
[tx-robot] updated from transifex
2018-12-30 01:13:11 +00:00
Nextcloud bot
91117e4e2e
[tx-robot] updated from transifex
2018-12-29 01:12:12 +00:00
Nextcloud bot
aa4a4d4415
[tx-robot] updated from transifex
2018-12-28 01:12:15 +00:00
Nextcloud bot
0e03a5c839
[tx-robot] updated from transifex
2018-12-27 01:12:12 +00:00
Nextcloud bot
ae2f588305
[tx-robot] updated from transifex
2018-12-26 01:12:24 +00:00
Nextcloud bot
a1e4250278
[tx-robot] updated from transifex
2018-12-25 01:12:03 +00:00
Nextcloud bot
224dbe15fd
[tx-robot] updated from transifex
2018-12-24 01:12:15 +00:00
Nextcloud bot
287bcbb548
[tx-robot] updated from transifex
2018-12-23 01:12:53 +00:00
Nextcloud bot
a8dbf30293
[tx-robot] updated from transifex
2018-12-22 01:12:15 +00:00
blizzz
f11706e351
Merge pull request #13220 from nextcloud/backport/13187/stable13
...
[stable13] do not forgot to store the second displayname portion
2018-12-21 16:57:35 +01:00
Arthur Schiwon
827be719f9
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:16 +00:00
Nextcloud bot
69798a20a4
[tx-robot] updated from transifex
2018-12-21 01:12:15 +00:00
Nextcloud bot
b677dadf18
[tx-robot] updated from transifex
2018-12-20 01:12:13 +00:00
John Molakvoæ
ea82ffdb51
Merge pull request #13153 from nextcloud/backport/13133/stable13
...
[stable13] Prevent special characters from breaking the file drop remote url
2018-12-19 10:56:37 +01:00
John Molakvoæ (skjnldsv)
5eff452b23
Prevent special characters from breaking the file drop remote url
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-12-19 08:55:43 +00:00
Nextcloud bot
daea45c424
[tx-robot] updated from transifex
2018-12-19 01:12:16 +00:00
Roeland Jago Douma
32c40afdc9
Merge pull request #13125 from nextcloud/backport/13118/stable13
...
[stable13] Fix SAML Client login flow on Apple devices
2018-12-18 16:20:13 +01:00
Nextcloud bot
f61d9a1869
[tx-robot] updated from transifex
2018-12-18 01:11:59 +00:00
Roeland Jago Douma
3b4abd550b
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:20:14 +00:00
Nextcloud bot
a730ad16f1
[tx-robot] updated from transifex
2018-12-17 01:11:59 +00:00
Nextcloud bot
90bd295d3c
[tx-robot] updated from transifex
2018-12-16 01:12:59 +00:00
Nextcloud bot
c2d7f88fdf
[tx-robot] updated from transifex
2018-12-15 01:12:04 +00:00
Nextcloud bot
a601e7b952
[tx-robot] updated from transifex
2018-12-14 01:12:58 +00:00
Nextcloud bot
e5a6c719db
[tx-robot] updated from transifex
2018-12-13 01:12:25 +00:00
Nextcloud bot
f360b8df0b
[tx-robot] updated from transifex
2018-12-12 01:12:04 +00:00
Nextcloud bot
ab42aada9b
[tx-robot] updated from transifex
2018-12-11 01:12:15 +00:00
Nextcloud bot
fb158c7c4e
[tx-robot] updated from transifex
2018-12-10 01:12:04 +00:00
Nextcloud bot
5802a9660c
[tx-robot] updated from transifex
2018-12-09 01:12:53 +00:00
Nextcloud bot
d9698149c9
[tx-robot] updated from transifex
2018-12-08 01:11:50 +00:00
Nextcloud bot
af3f951a33
[tx-robot] updated from transifex
2018-12-07 01:12:10 +00:00
Nextcloud bot
1ee41dce74
[tx-robot] updated from transifex
2018-12-06 01:12:29 +00:00
Morris Jobke
71ceecc1fe
Merge pull request #12864 from nextcloud/backport/12855/stable13
...
[stable13] Only execute query in propagateChange once
2018-12-06 00:04:53 +01:00
Roeland Jago Douma
4c88cef749
Only execute query in propagateChange once
...
The second execute statement should be inside the if block. Else it gets
executed twice which makes no sense.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-12-05 20:45:50 +00:00
Morris Jobke
cebd51097d
Merge pull request #12835 from nextcloud/backport/12831/stable13
...
[stable13] Do not update child all child shares on group share update
2018-12-05 09:35:46 +01:00
Christoph Wurst
0d602760df
Merge pull request #12818 from nextcloud/backport/12813/stable13
...
[stable13] Fix the system address book
2018-12-05 08:17:40 +01:00
Nextcloud bot
e545bcd54d
[tx-robot] updated from transifex
2018-12-05 01:12:23 +00:00
Roeland Jago Douma
b9b58b1ace
Do not update child all child shares on group share update
...
Else we overwrite the whole share for link shares. Basically breaking
them.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-12-04 21:53:38 +00:00
Roeland Jago Douma
d8f2e22e6b
Merge pull request #12827 from nextcloud/backport/12822/stable13
...
[stable13] PHP module is named mbstring
2018-12-04 20:10:28 +01:00
Morris Jobke
d2f89950d8
PHP module is named mbstring
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-12-04 17:58:02 +00:00
Roeland Jago Douma
094b98376f
Fix the system address book
...
c23a66cda4
broke the system address book.
We now move the ACL rules for this special case up and all is good in
the world again.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-12-04 14:21:51 +00:00
Nextcloud bot
0d5f3d16e9
[tx-robot] updated from transifex
2018-12-04 01:12:34 +00:00
Nextcloud bot
9a48fdd5e8
[tx-robot] updated from transifex
2018-12-03 01:12:00 +00:00
Nextcloud bot
e5088791e9
[tx-robot] updated from transifex
2018-12-02 01:13:04 +00:00