summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2019-01-1042-482/+6
|
* Merge pull request #13454 from nextcloud/version/noid/13.0.9RC2v13.0.9RC2Roeland Jago Douma2019-01-091-2/+2
|\ | | | | 13.0.9 RC 2
| * 13.0.9 RC 2Morris Jobke2019-01-091-2/+2
|/ | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #13443 from nextcloud/backport/13430-13Morris Jobke2019-01-097-5/+148
|\ | | | | [stable13] Respect classification of calendar events in activity stream
| * Prevent php info about missing index for old eventsJoas Schilling2019-01-091-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Add a repair step to remove sensitive event activityJoas Schilling2019-01-095-2/+128
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Correctly handle the classification of events in the activity streamJoas Schilling2019-01-092-3/+20
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #13422 from nextcloud/backport/9174/stable13Morris Jobke2019-01-091-2/+2
|\ | | | | [stable13] log more information about insufficient storage in dav plugin
| * log more information about insufficient storage in dav pluginRobin Appelman2019-01-081-2/+2
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | [tx-robot] updated from transifexNextcloud bot2019-01-098-10/+12
|/
* [tx-robot] updated from transifexNextcloud bot2019-01-082-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2019-01-072-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2019-01-066-2/+42
|
* Merge pull request #13348 from nextcloud/version/noid/13.0.9RC1v13.0.9RC1Roeland Jago Douma2019-01-051-2/+2
|\ | | | | 13.0.9 RC 1
| * 13.0.9 RC 1Morris Jobke2019-01-051-2/+2
|/ | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #13374 from nextcloud/backport/13363/stable13Roeland Jago Douma2019-01-054-11/+35
|\ | | | | [stable13] Fix loginflow with apptoken enter on iOS
| * Fix loginflow with apptoken enter on iOSRoeland Jago Douma2019-01-054-11/+35
| | | | | | | | | | | | | | 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>
* | [tx-robot] updated from transifexNextcloud bot2019-01-0598-180/+244
|/
* Merge pull request #13359 from nextcloud/backport/13351/stable13Morris Jobke2019-01-041-9/+10
|\ | | | | [stable13] Update the CRL
| * Update the CRLRoeland Jago Douma2019-01-041-9/+10
|/ | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2019-01-04144-556/+578
|
* [tx-robot] updated from transifexNextcloud bot2019-01-0314-54/+478
|
* [tx-robot] updated from transifexNextcloud bot2019-01-026-8/+686
|
* [tx-robot] updated from transifexNextcloud bot2019-01-018-132/+256
|
* [tx-robot] updated from transifexNextcloud bot2018-12-3124-200/+336
|
* [tx-robot] updated from transifexNextcloud bot2018-12-3040-70/+322
|
* [tx-robot] updated from transifexNextcloud bot2018-12-2910-72/+240
|
* [tx-robot] updated from transifexNextcloud bot2018-12-2834-24/+174
|
* [tx-robot] updated from transifexNextcloud bot2018-12-2738-170/+264
|
* [tx-robot] updated from transifexNextcloud bot2018-12-2620-4/+66
|
* [tx-robot] updated from transifexNextcloud bot2018-12-2516-6/+112
|
* [tx-robot] updated from transifexNextcloud bot2018-12-2430-62/+1472
|
* [tx-robot] updated from transifexNextcloud bot2018-12-238-0/+54
|
* [tx-robot] updated from transifexNextcloud bot2018-12-2212-0/+14
|
* Merge pull request #13220 from nextcloud/backport/13187/stable13blizzz2018-12-211-1/+1
|\ | | | | [stable13] do not forgot to store the second displayname portion
| * do not forgot to store the second displayname portionArthur Schiwon2018-12-211-1/+1
|/ | | | | | otherwise it causes a chain reaction of system addressbook updates Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* [tx-robot] updated from transifexNextcloud bot2018-12-2116-6/+78
|
* [tx-robot] updated from transifexNextcloud bot2018-12-2020-126/+54
|
* Merge pull request #13153 from nextcloud/backport/13133/stable13John Molakvoæ2018-12-191-0/+4
|\ | | | | [stable13] Prevent special characters from breaking the file drop remote url
| * Prevent special characters from breaking the file drop remote urlJohn Molakvoæ (skjnldsv)2018-12-191-0/+4
|/ | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* [tx-robot] updated from transifexNextcloud bot2018-12-1918-48/+62
|
* Merge pull request #13125 from nextcloud/backport/13118/stable13Roeland Jago Douma2018-12-181-0/+1
|\ | | | | [stable13] Fix SAML Client login flow on Apple devices
| * Fix SAML Client login flow on Apple devicesRoeland Jago Douma2018-12-171-0/+1
| | | | | | | | | | | | | | | | | | | | | | 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>
* | [tx-robot] updated from transifexNextcloud bot2018-12-182-0/+2
|/
* [tx-robot] updated from transifexNextcloud bot2018-12-1736-40/+250
|
* [tx-robot] updated from transifexNextcloud bot2018-12-1624-42/+100
|
* [tx-robot] updated from transifexNextcloud bot2018-12-1516-14/+40
|
* [tx-robot] updated from transifexNextcloud bot2018-12-1416-2/+72
|
* [tx-robot] updated from transifexNextcloud bot2018-12-13128-232/+268
|
* [tx-robot] updated from transifexNextcloud bot2018-12-1226-18/+58
|