Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-06-11Merge pull request #9822 from nextcloud/version/noid/12.0.9v12.0.9Morris Jobke
12.0.9
2018-06-1112.0.9Morris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-06-11Merge pull request #9804 from nextcloud/backport/9802/stable12John Molakvoæ
[stable12] Make the token expiration also work for autocasting 0
2018-06-11[tx-robot] updated from transifexNextcloud bot
2018-06-10[tx-robot] updated from transifexNextcloud bot
2018-06-09[tx-robot] updated from transifexNextcloud bot
2018-06-08Make the token expiration also work for autocasting 0Roeland Jago Douma
Some bad databases don't respect the default null apprently. Now even if they cast it to 0 it should work just fine. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-06-08[tx-robot] updated from transifexNextcloud bot
2018-06-07Merge pull request #9779 from nextcloud/version/noid/12.0.8v12.0.8Morris Jobke
12.0.8
2018-06-0712.0.8Morris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-06-07[tx-robot] updated from transifexNextcloud bot
2018-06-06[tx-robot] updated from transifexNextcloud bot
2018-06-04[tx-robot] updated from transifexNextcloud bot
2018-06-03[tx-robot] updated from transifexNextcloud bot
2018-06-02[tx-robot] updated from transifexNextcloud bot
2018-06-01Merge pull request #9702 from nextcloud/version/noid/12.0.8RC1v12.0.8RC1Morris Jobke
12.0.8 RC 1
2018-06-01Ping mysql version in CIMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-06-0112.0.8 RC 1Morris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-06-01Merge pull request #9611 from ↵Morris Jobke
nextcloud/bugfix-stable12/3830/invitations_for_shared_calendars [stable12] send invitations for shared calendars
2018-06-01Merge pull request #9695 from nextcloud/backport/9692/stable12Morris Jobke
[stable12] Make sure the log doesn't try to read from PUT if it can't
2018-06-01[tx-robot] updated from transifexNextcloud bot
2018-05-31[tx-robot] updated from transifexNextcloud bot
2018-05-30Make sure the log doesn't try to read from PUT if it can'tRoeland Jago Douma
If a PUT request comes in that is not JSON or from encoded. Then we can only read it (exactly) once. If that is the case we must assume no shared secret is set. If we don't then we either are the first to read it, thus causing the real read of the data to fail. Or we are later and then it throws an exception (also failing the request). Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-05-30Merge pull request #9660 from nextcloud/backport/9653/stable12Morris Jobke
[stable12] The OAuth endpoint needs to support Basic Auth
2018-05-30Merge pull request #9669 from nextcloud/backport/9666/stable12Morris Jobke
[stable12] Make sure the file is readable before attempting to create a preview
2018-05-30Merge pull request #9671 from nextcloud/drone-mysqlmb4-fix-stable12Morris Jobke
[stable12] Fix drone mysqlmb4 tests
2018-05-30Fix drone mysqlmb4 testsJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-05-30[tx-robot] updated from transifexNextcloud bot
2018-05-29Make sure the file is readable before attempting to create a previewRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-05-29The OAuth endpoint needs to support Basic AuthRoeland Jago Douma
* Add test Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-05-29[tx-robot] updated from transifexNextcloud bot
2018-05-28Merge pull request #9630 from nextcloud/backport/9627/stable12Roeland Jago Douma
[stable12] Limit Sinon version to 5.0.7 at most
2018-05-28Limit Sinon version to 5.0.7 at mostDaniel Calviño Sánchez
When using fake servers with Sinon.JS, the JavaScript test framework, the XHR objects are also fake. In Sinon 5.0.8 the "setRequestHeader" of XMLHttpRequest was modified to normalize the header values (as requested by the spec), but since then only string values are accepted; null or integer values can no longer be passed to "setRequestHeader", as it expects the "replace" function to be available in the object. However, in the tests null and integer values are passed to "setRequestHeader", which causes them to fail. Both Firefox and Chromium accept passing non-string values to their "setRequestHeader" implementation, and it is done, for example, in davclient.js; it is not clear yet whether Sinon got too restrictive or the code calling "setRequestHeader" was too loose. Given that davclient.js is an external dependency, as a temporary measure Sinon version is forced to be 5.0.7 at most until either Sinon or davclient.js are updated. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-05-28Merge pull request #9618 from nextcloud/backport/9515/stable12Roeland Jago Douma
[stable12] Regenerate session id after public share auth
2018-05-28[tx-robot] updated from transifexNextcloud bot
2018-05-27[tx-robot] updated from transifexNextcloud bot
2018-05-26Regenerate session id after public share authRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-05-26[tx-robot] updated from transifexNextcloud bot
2018-05-25send invitations for shared calendarsGeorg Ehrke
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2018-05-25[tx-robot] updated from transifexNextcloud bot
2018-05-24Merge pull request #9580 from ↵Morris Jobke
nextcloud/bugfix_stable12/noid/fix_force_language_html_attr [stable12] make sure force language is reflected in html lang attribute
2018-05-24Always set the request language to the force languageRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-05-24make sure force language is reflected in html lang attributeGeorg Ehrke
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2018-05-24[tx-robot] updated from transifexNextcloud bot
2018-05-24Merge pull request #9567 from nextcloud/backport/9395/stable12Roeland Jago Douma
[stable12] cleanup locks in scanner on error
2018-05-23Merge pull request #9493 from nextcloud/upgrade-from-oc-10.0.8Roeland Jago Douma
Allow upgrades from ownCloud 10.0.8
2018-05-23cleanup locks in scanner on errorRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-05-23Merge pull request #9546 from nextcloud/backport/9517/stable12Morris Jobke
[stable12] Improve OAuth
2018-05-23Properly set expires to NULL when creating a tokenRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-05-23Add testsRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>