- 12 Nov, 2014 13 commits
-
-
Thomas Müller authored
Try to read the file only instead of trying to touch
-
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
-
- 11 Nov, 2014 10 commits
-
-
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).
-
- 10 Nov, 2014 10 commits
-
-
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
-
- 09 Nov, 2014 1 commit
-
-
Jenkins for ownCloud authored
-
- 08 Nov, 2014 5 commits
-
-
Lukas Reschke authored
Use proper array key
-
Lukas Reschke authored
changed default dropdown content
-
Lukas Reschke authored
Fixes https://github.com/owncloud/core/issues/12047
-
Jenkins for ownCloud authored
-
Jan-Christoph Borchardt authored
-
- 07 Nov, 2014 1 commit
-
-
Sebastian Bolt authored
to fix issue #11959
-