- Mar 07, 2016
-
-
Roeland Jago Douma authored
* Unit tests for OC_Filechunking to verify the isComplete function * Intergration tests to show that shuffling chunks is all fine
-
Roeland Jago Douma authored
Fixes #22601 Before we did a full test on all chunks to verify if a chunked upload was completed. This is unneeded since if we are missing one chunk we can already fail. Also we look from back to front since it is much more likely that we find a missing chunk thus can error out early.
-
Thomas Müller authored
improve log output when no LDAP user was found on login attempt
-
Thomas Müller authored
Handle calendar migration issue by writing the faulty event to the lo…
-
Thomas Müller authored
Fix call to disk_free_space when a file is provided
-
Thomas Müller authored
-
Thomas Müller authored
-
Thomas Müller authored
-
Thomas Müller authored
Fix archive file name when downloading public share
-
Thomas Müller authored
Fix uploading to fed share when free space is unlimited
-
Thomas Müller authored
Update error text for link passwords
-
Thomas Müller authored
Trigger login if remember_login checked
-
Thomas Müller authored
Add locking to the node api
-
Thomas Müller authored
Fix tooltip for versions mtime
-
Thomas Müller authored
Return false on 401 in file list + trash file list
-
Thomas Müller authored
Correctly default to null and add type hint
-
Thomas Müller authored
Make sure that the return value is an array
-
Thomas Müller authored
For 9.0 we don't have the possibility to store calendar and addressbo…
-
Joas Schilling authored
-
Vincent Petry authored
When no files were specified for download, it means folder download. In this case, no need to pass an empty "files" argument.
-
Vincent Petry authored
When download a public link share folder using the button on the top right, it doesn't provide a list of files. This fix makes sure to trigger the correct logic when no file list was given.
-
Vincent Petry authored
In the case of shared files, we have to call free_space() on the file name. This has the side-effect that when uploading to a local storage without quota set, it will call disk_free_space with the file name, which fails. This fix uses the parent folder in case the given path is a file.
-
Joas Schilling authored
-
Vincent Petry authored
A federated share can report unlimited quota as -3, so the ajax/upload.php code needs to be adjusted to block uploads when the free space is unlimited.
-
Jenkins for ownCloud authored
-
- Mar 06, 2016
-
-
Thomas Müller authored
Cache results of testRemoteUrl
-
Thomas Müller authored
ne, or_IN, uz and yo have been removed from transifex and will be rem…
-
Thomas Müller authored
Use custom header
-
Jenkins for ownCloud authored
-
- Mar 05, 2016
-
-
Lukas Reschke authored
PHP in CGI mode eats the Authorization header =>
💣 -
Jenkins for ownCloud authored
-
- Mar 04, 2016
-
-
Arthur Schiwon authored
-
C. Montero Luque authored
Use CLOB for timezone
-
C. Montero Luque authored
Automatically enable "federation" app
-
Lukas Reschke authored
TEXT defaults to a length of 255 which is going to fail in some cases as the timezone can be rather long. This changes it back to a CLOB as it has been before as well: https://github.com/owncloudarchive/calendar/commit/8d8bb68b010fc2c42a258dee43516404a95ab861. I'm not super convinced that CLOB is the best choice here but at least it seems to work. Fixes https://github.com/owncloud/core/issues/22876
-
C. Montero Luque authored
Run cleanup of expired DB file locks to background job
-
C. Montero Luque authored
-
C. Montero Luque authored
-
C. Montero Luque authored
Properly check path validity before deleting to trash
-
Morris Jobke authored
* this removes the old tooltip first before showing the new one to update the text - otherwise the old text will be shown
-