- Nov 13, 2014
-
-
Jenkins for ownCloud authored
-
- Nov 12, 2014
-
-
Morris Jobke authored
OC_DAVClient is not longer used - no need to carry it around anymore
-
Vincent Petry authored
google: fix touch() when $mtime is set (Google wants RFC3339) #11267
-
Thomas Müller authored
Try to read the file only instead of trying to touch
-
Thomas Müller authored
-
Jan-Christoph Borchardt authored
Drop form_factor that is appended to JS, CSS and template filenames
-
Lukas Reschke authored
Remove debug statement
-
Lukas Reschke authored
The permissions are already catched properly on the installation so we just have to check whether the file is readable to prevent fatal errors from happening. Fixes https://github.com/owncloud/core/issues/12135
-
Morris Jobke authored
-
Lukas Reschke authored
Either we throw an exception or we ignore it. But we should certainly not print this to the end-user...
-
Thomas Müller authored
add 'namespace' for automatically created navigation divs, fixes #12080
-
Morris Jobke authored
storage test: use new file for testTouchCreateFile()
-
Arthur Schiwon authored
-
Thomas Müller authored
Fix root path handling for WebDAV ext storage
-
Thomas Müller authored
Return real mime type on PROPFIND
-
Jenkins for ownCloud authored
-
Morris Jobke authored
Fix Pimple unset
-
- Nov 11, 2014
-
-
Bernhard Posselt authored
-
Thomas Müller authored
Add checkbox to enforce SSL for subdomains
-
Jan-Christoph Borchardt authored
fixes not centered database chooser on setup page
-
Vincent Petry authored
Return the real (insecure) mime type on PROPFIND
-
Vincent Petry authored
Added missing cleanPath() call that converts "/" to "" when calling SabreDAV. This is needed because SabreDAV will discard its base URL when passing "/".
-
Morris Jobke authored
Fix infinite loop if count and limit is 0
-
Morris Jobke authored
* otherwise it will always think it hits the limit and need another round to fetch additional results
-
Morris Jobke authored
[LDAP] Login: dont fail with 500 if configured display name attribute is not set
-
Jenkins for ownCloud authored
-
Adam Williamson authored
this test would never succeed, because the previous test - testFOpen() - creates the file 'foo', but testTouchCreateFile() starts out by asserting it doesn't exist. Change the test to use a file called 'touch' instead (which does not previously exist).
-
- Nov 10, 2014
-
-
Adam Williamson authored
ownCloud passes us a Unix time integer, but the GDrive API wants an RFC3339-formatted date. Actually it wants a single particular RFC3339 format, not just anything that complies will do - it requires the fractions to be specified, though RFC3339 doesn't. This resolves issue #11267 (and was also noted by PVince81 in reviewing PR #6989).
-
Morris Jobke authored
Dont' use mountpoint permissions as share permissions for external storages
-
Morris Jobke authored
Accessibility fixes
-
Morris Jobke authored
Remove *.pot
-
Vincent Petry authored
Convert StorageNotAvailableException to SabreDAV exception
-
Vincent Petry authored
[encryption] clean up encryption exceptions
-
Vincent Petry authored
Convert \OCP\Files\StorageNotAvailableException to \Sabre\DAV\Exception\ServiceUnavailable for every file/directory operation happening inside of SabreDAV. This is necessary to avoid having the exception bubble up to remote.php which would return an exception page instead of an appropriate response.
-
Thomas Müller authored
-
Jan-Christoph Borchardt authored
Login Name -> Username in user management
-
Morris Jobke authored
-
Jenkins for ownCloud authored
-
- Nov 09, 2014
-
-
Jenkins for ownCloud authored
-
- Nov 08, 2014
-
-
Lukas Reschke authored
Use proper array key
-