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
path: root/lib
AgeCommit message (Collapse)Author
2018-08-23MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by defaultJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-08-22[tx-robot] updated from transifexNextcloud bot
2018-08-21[tx-robot] updated from transifexNextcloud bot
2018-08-20Merge pull request #10762 from ↵blizzz
nextcloud/backport/10260/improved-sql-for-fetching-quota [stable13] Use the path_hash instead of the path to query the filecache
2018-08-20Use the path_hash instead of the path to query the filecacheMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-08-20Make sure error_log() always receives a stringJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-08-14Update the scope of the lockdownmanagerRoeland Jago Douma
We have the token anyway. So better the scope as well. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-08-14Merge pull request #10620 from nextcloud/mimetype-insert-if-not-exists-13blizzz
[13] use insertIfNotExists to store new mimetypes.
2018-08-13[tx-robot] updated from transifexNextcloud bot
2018-08-09use insertIfNotExists to store new mimetypes.Robin Appelman
Also throw an error if we can't find the mimetype after insert Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-08-08make file cache updates more robustBjoern Schiessle
only update the encrypted version after the write operation is finished and the stream is closed Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2018-08-08[tx-robot] updated from transifexNextcloud bot
2018-08-07[tx-robot] updated from transifexNextcloud bot
2018-08-06[tx-robot] updated from transifexNextcloud bot
2018-08-04[tx-robot] updated from transifexNextcloud bot
2018-08-03[tx-robot] updated from transifexNextcloud bot
2018-08-02[tx-robot] updated from transifexNextcloud bot
2018-07-31[tx-robot] updated from transifexNextcloud bot
2018-07-28[tx-robot] updated from transifexNextcloud bot
2018-07-27[tx-robot] updated from transifexNextcloud bot
2018-07-26[tx-robot] updated from transifexNextcloud bot
2018-07-25[tx-robot] updated from transifexNextcloud bot
2018-07-24Do scan the root storage in background scanRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-07-23[tx-robot] updated from transifexNextcloud bot
2018-07-19[tx-robot] updated from transifexNextcloud bot
2018-07-16[tx-robot] updated from transifexNextcloud bot
2018-07-12[tx-robot] updated from transifexNextcloud bot
2018-07-11Sanitize parameters in createSessionToken() while loggingMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-07-11Merge pull request #10170 from nextcloud/backport/9823/stable13Morris Jobke
[stable13] Allow updating the token on session regeneration
2018-07-11Merge pull request #10169 from nextcloud/backport/9955/stable13John Molakvoæ
[stable13] Request a valid property for DAV opendir
2018-07-11Merge pull request #10180 from nextcloud/lock-negative-13Morris Jobke
[13] prevent lock values from going negative with memcache backend
2018-07-11[tx-robot] updated from transifexNextcloud bot
2018-07-10prevent lock values from going negative with memcache backendRobin Appelman
This can be caused by the code releasing more locks then it acquires, once the lock value becomes negative it's likely that it will never be able to change into an exclusive lock again. Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-07-10[tx-robot] updated from transifexNextcloud bot
2018-07-09Allow updating the token on session regenerationRoeland Jago Douma
Sometimes when we force a session regeneration we want to update the current token for this session. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-07-09Request a valid property for DAV opendirRoeland Jago Douma
Apperently Sabre and Onedrive are not friends when requesting a single 404 property. I need to dig deeper on why this is. Anyways requesting a valid property makes it work like a charm. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-07-09Merge pull request #10121 from nextcloud/stable13-allow-disable-encryptionMorris Jobke
[stable13] allow to disable encryption
2018-07-05allow to disable encryptionBjoern Schiessle
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2018-06-29[tx-robot] updated from transifexNextcloud bot
2018-06-28[tx-robot] updated from transifexNextcloud bot
2018-06-27[tx-robot] updated from transifexNextcloud bot
2018-06-21[tx-robot] updated from transifexNextcloud bot
2018-06-20[tx-robot] updated from transifexNextcloud bot
2018-06-19[tx-robot] updated from transifexNextcloud bot
2018-06-17[tx-robot] updated from transifexNextcloud bot
2018-06-16[tx-robot] updated from transifexNextcloud bot
2018-06-15[tx-robot] updated from transifexNextcloud bot
2018-06-14[tx-robot] updated from transifexNextcloud bot
2018-06-12[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>