- Jan 18, 2013
-
-
davidgumberg authored
-
Bart Visscher authored
-
Björn Schießle authored
fix error message, add "appid" to the output to know which app caused the error if OC_App::getStorage() fails. Port of approved patch for stable45: https://github.com/owncloud/core/pull/1222
-
- Jan 17, 2013
-
-
Jenkins for ownCloud authored
-
Tom Needham authored
-
- Jan 16, 2013
-
-
Jenkins for ownCloud authored
-
Tom Needham authored
-
Tom Needham authored
-
Bart Visscher authored
-
Bart Visscher authored
-
Robin Appelman authored
-
- Jan 15, 2013
-
-
Robin Appelman authored
-
- Jan 14, 2013
-
-
Thomas Müller authored
refs #1162
-
Lukas Reschke authored
-
Lukas Reschke authored
Oneliners are ugly.
-
Thomas Müller authored
This is necessary to enable the desktop sync client to react properly. Currently the SabreDAV plugin OC_Connector_Sabre_MaintenancePlugin is not executed because this error page is returned before the SabreDAV code is executed
-
Lukas Reschke authored
Let's remove it, it's also not secure anymore with the introduction of our API etc... (And doesn't work with ldap etc…)
-
Sean Comeau authored
-
Sean Comeau authored
-
Lukas Reschke authored
-
Lukas Reschke authored
Thx @Raydiation
-
Lukas Reschke authored
There was no "isAdminUser()" function which returned bool. This is irritiating as there were a loooooooot of places in the code which checked this itself with `OC_Group::inGroup($uid, 'admin)` - why not use a function for this? (Especially if you consider that we might change the group name in the future, which would lead to problems then) Additionally, @Raydiation needed such a method for his AppFramework :)
-
Lukas Reschke authored
otherwise /foo/bar would be detected as a subfolder of /bar THX @icewind1991
-
- Jan 13, 2013
-
-
Jenkins for ownCloud authored
-
Lukas Reschke authored
-
Lukas Reschke authored
-
Lukas Reschke authored
isSubDirectory() checks if a specified $sub is a subdirectory of the $parent, this is needed to prevent file inclusions. Actually, the current code is more kind of a "hack" which I always struggle over if browsing through source. So this should be a much better implementation. The implementation is really straightforward: - [realpath()](http://php.net/manual/function.realpath.php) expands all symbolic links and resolves references to '/./', '/../' and extra '/' characters in the input path and return the canonicalized absolute pathname. - [strpos()](php.net/manual/function.strpos.php) returns FALSE if the substring wasn't found. Since this is an absolutely critical piece of code, I'd like to ensure that this is absolutely safe!
-
- Jan 10, 2013
-
-
Jenkins for ownCloud authored
-
Sean Comeau authored
-
- Jan 09, 2013
-
-
Jenkins for ownCloud authored
-
Jörn Friedrich Dreyer authored
-
- Jan 08, 2013
-
-
Thomas Müller authored
webdav returns "503 Service Unavailable" in case the ownCloud server is currently in maintenance mode.
-
Björn Schießle authored
This means that OC_Connector_Sabre_Client is no longer needed
-
- Jan 07, 2013
-
-
Bernhard Posselt authored
added cleanup recommendations by including ocs in the cachedKey method and moving the ocs routes stuff at the end of the loadRoutes method
-
Bernhard Posselt authored
-
Bernhard Posselt authored
fixed error that displayed a white page and a warning that routes could not be loaded from apps that was caused by the ocs_api merge
-
- Jan 06, 2013
-
-
Thomas Müller authored
-
Thomas Müller authored
-
Thomas Müller authored
-
Thomas Müller authored
-