Commit Graph

43027 Commits

Author SHA1 Message Date
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
Nextcloud bot f30bf3ebf5
[tx-robot] updated from transifex 2018-12-01 01:11:55 +00:00
Nextcloud bot 2e09bb48fb
[tx-robot] updated from transifex 2018-11-30 01:12:26 +00:00
Nextcloud bot 8f80685426
[tx-robot] updated from transifex 2018-11-29 01:12:00 +00:00
Nextcloud bot e389bf4588
[tx-robot] updated from transifex 2018-11-28 01:12:24 +00:00
Nextcloud bot eca49de335
[tx-robot] updated from transifex 2018-11-27 01:11:59 +00:00
Nextcloud bot fffed81800
[tx-robot] updated from transifex 2018-11-26 01:11:49 +00:00
Nextcloud bot c741fe5aed
[tx-robot] updated from transifex 2018-11-25 01:12:42 +00:00
Nextcloud bot 537694fc60
[tx-robot] updated from transifex 2018-11-24 01:11:47 +00:00
Morris Jobke 122ecf8ebd
Merge pull request #12595 from nextcloud/backport/12448/stable13
[stable13] Load apps that have a dav type set before the dav server plugins
2018-11-23 08:35:52 +01:00
Roeland Jago Douma 8e7900c15d
Merge pull request #12616 from nextcloud/backport/12592/stable13
[stable13] fix typo in original english string and all translations
2018-11-23 07:51:18 +01:00
Nextcloud bot ca4abe8da6
[tx-robot] updated from transifex 2018-11-23 01:13:30 +00:00