- Jul 15, 2015
-
-
Jenkins for ownCloud authored
-
- Jul 14, 2015
-
-
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
-
Vincent Petry authored
Move away from OCA.files.getMimeIcon and use OC.MimeType.getIconUrl
-
Jenkins for ownCloud authored
-
Morris Jobke authored
Fix the config.php owner check for console.php
-
Morris Jobke authored
Fixed "Remote IP:" syntax on failed logins
-
- Jul 09, 2015
-
-
Philippe Le Brouster authored
The config directory must be taken from OC::$configDir Minor fix - Remove uneeded slash in the configdir path.
-
Morris Jobke authored
Add theme support to mimetypeIcon through imagePath integration
-
Morris Jobke authored
more secure way to update the database
-
Morris Jobke authored
[command] single user mode - use config object & add tests
-
Roeland Jago Douma authored
-
Morris Jobke authored
-
Morris Jobke authored
Add getUserFolder to IRootFolder
-
Roeland Jago Douma authored
Since we both use dir and httpd/unix-directory in OC they should map to the same icon. Fixes #17527
-