- Jul 17, 2015
-
-
Björn Schießle authored
-
Jenkins for ownCloud authored
-
- Jul 16, 2015
-
-
Vincent Petry authored
Don't try to move files to the trashbin outside of user/files
-
Thomas Müller authored
Only clean up if migration finished succesfully
-
Arthur Schiwon authored
Do not use OC*::mb_*_replace(), they are useless
-
Nicolas Grekas authored
-
- Jul 15, 2015
-
-
Thomas Müller authored
[autotest] wait for oracle docker container initialization instead of…
-
Vincent Petry authored
Lock scanner to the given user
-
Morris Jobke authored
-
Morris Jobke authored
Remove index on file_target of share table
-
Robin Appelman authored
-
Jenkins for ownCloud authored
-
- Jul 14, 2015
-
-
Morris Jobke authored
* causes issues on InnoDB because it exceeds the maximal key length of an index which is 767 (3-byte charset * varchar(512) = 1536) * fixes #17619
-
Morris Jobke authored
Throw storage not available on guzzle error
-
Morris Jobke authored
Handle returned null value in app level code
-
Morris Jobke authored
Throw StorageNotAvailable if propfind on root failed
-
Jenkins for ownCloud authored
-
- Jul 13, 2015
-
-
Roeland Douma authored
allow remote shares for users with email as usernames
-
Vincent Petry authored
If the remote server is in maintenance mode, we must throw storage not available exception instead of not found which might auto-remove the share.
-
Vincent Petry authored
If PROPFIND fails with 404 or 405 on the remote share root, it means the storage is not available. Throw StorageNotAvailable is such case.
-
Morris Jobke authored
Fix OC.joinPaths with empty arguments
-
Vincent Petry authored
Strip public webdav info about sharing and mount points
-
Morris Jobke authored
Add helper functions for host, port and webroot
-
Morris Jobke authored
* getApplication on OCSClient can also return null this is now handled properly * fixes #17587
-
Vincent Petry authored
These should be used in the future instead of location.*. It will make it possible to stub these methods for writing unit tests and simulating different URL schemes.
-
Vincent Petry authored
Remove information about whether a file is an incoming share or mount point when requested over public webdav.
-
Vincent Petry authored
When empty arguments are given, the leading or trailing slash was not detected properly.
-
Morris Jobke authored
Move mimetypes.list.php to config/mimetypemapping.dist.json
-
Jenkins for ownCloud authored
-
- Jul 12, 2015
-
-
Jenkins for ownCloud authored
-
- Jul 11, 2015
-
-
Jenkins for ownCloud authored
-
- Jul 10, 2015
-
-
Morris Jobke authored
Add OC.joinPaths for convenient path joining
-
Vincent Petry authored
-
Roeland Jago Douma authored
-
Vincent Petry authored
Update JS unit test libs
-
Felix Böhm authored
-
Vincent Petry authored
-
Roeland Douma authored
Move mimetypealiases.json to mimetypealiases.dist.json
-
Vincent Petry authored
Update sinon to 1.15.4. Update karma-jasmine to 0.3.0 Update jasmine to 2.3.4 This brings a bunch of new useful functions for unit testing.
-
Roeland Jago Douma authored
-