- Sep 21, 2014
-
-
Jörn Friedrich Dreyer authored
-
Morris Jobke authored
make sure preview prop is instanceof OC_Image before using it in showPreview
-
Georg Ehrke authored
-
Morris Jobke authored
adding 'smallint unsigned' to type mapping for sqlite
-
Jenkins for ownCloud authored
-
- Sep 20, 2014
-
-
Thomas Müller authored
-
Jenkins for ownCloud authored
-
- Sep 19, 2014
-
-
Morris Jobke authored
Throw error in showPreview instead the constructor
-
Morris Jobke authored
fix typo. closes #11132
-
Volkan Gezer authored
-
Vincent Petry authored
-
Lukas Reschke authored
Use select2 for the groups excluded from sharing in admin page
-
Lukas Reschke authored
[encryption] create backup from all keys before recovery
-
Lukas Reschke authored
Match more URL fragments
-
Lukas Reschke authored
Move BasicAuth check to isLoggedIn
-
Lukas Reschke authored
This function is also used in a way such as: ``` $preview = new \OC\Preview(\OC_User::getUser(), 'files'); $info = \OC\Files\Filesystem::getFileInfo($file); if (!$always and !$preview->isAvailable($info)) { \OC_Response::setStatus(404); } else { $preview->setFile($file); $preview->setMaxX($maxX); $preview->setMaxY($maxY); $preview->setScalingUp($scalingUp); $preview->setKeepAspect($keepAspect); } ``` Which won't work anymore since `setFile` is used instead of passing the file in the constructor. Fixes a regression in master.
-
Lukas Reschke authored
Resolves cache tests failing if the directory length is longer than 64
-
Vincent Petry authored
Remove old upgrade routines
-
Vincent Petry authored
Prevent updates between multiple major versions
-
Robin Appelman authored
Introduce cross-db ILIKE
-
Björn Schießle authored
-
Björn Schießle authored
-
Jenkins for ownCloud authored
-
- Sep 18, 2014
-
-
Morris Jobke authored
update encryption doc link
-
Volkan Gezer authored
I don't know how we missed to update this :/ update ldap doc link
-
Lukas Reschke authored
Ensures that Basic Auth works properly for APIs and removes the need for some even uglier lines of code.
-
Lukas Reschke authored
Remove unused and overflowing function
-
Robin Appelman authored
-
Lukas Reschke authored
Move basic auth check
-
Lukas Reschke authored
Resolves https://github.com/owncloud/core/issues/10991 failure 4
-
Morris Jobke authored
Make 404 page easier to understand
-
Morris Jobke authored
force loading of encryption app to show correct error
-
Jenkins for ownCloud authored
- Sep 17, 2014
-
-
Morris Jobke authored
Error needs to push body-id for new guest layout
-
Lukas Reschke authored
Fixes https://github.com/owncloud/core/issues/11133
-
Clark Tomlinson authored
-
Lukas Reschke authored
Tentative fix for legacy file actions unit test side effect
-
Remco Brenninkmeijer authored
-