- Nov 28, 2014
-
-
Morris Jobke authored
Issue/6101 Make all interfaces/classes autoloadable
-
Morris Jobke authored
Limit blacklist to php files
-
Jenkins for ownCloud authored
-
- Nov 27, 2014
-
-
Richard Clarkson authored
During performance optimization I have discovered that the installer scans all files for the blacklisted words. This greatly impacts speed on lower end devices such as the raspberry pie. This commit limits it to PHP files which seems to achieve the desired effect. I have used the --include option to achieve this, see http://stackoverflow.com/questions/1987926/how-do-i-grep-recursively This contribution is MIT licensed
-
Joas Schilling authored
-
Joas Schilling authored
-
Joas Schilling authored
-
Robin Appelman authored
Add Jail and PermissionsMask storage wrappers
-
Robin Appelman authored
-
Robin Appelman authored
-
Lukas Reschke authored
Jenkins 12447
-
Vincent Petry authored
Introduce buildPath() in Storage\Local to reduce the difference to MappedLocal
-
Joas Schilling authored
-
Joas Schilling authored
-
Joas Schilling authored
Issue/12444 namespace exceptions
-
Morris Jobke authored
delete old previews
-
Joas Schilling authored
-
Joas Schilling authored
-
Vincent Petry authored
Cache results of available languages
-
Joas Schilling authored
-
Joas Schilling authored
-
Vincent Petry authored
Move constants from GET_TYPE to OC\Files so they can be autoloaded
-
Jenkins for ownCloud authored
-
- Nov 26, 2014
-
-
Lukas Reschke authored
This function is about 8 times calles for every single page call, when caching this variable I was able to gain a small performance improvement from 20,512 µs to 630 µs profiled with xhprof Surely, this is no gigantic gain but if we would do that for every function out there...
-
Vincent Petry authored
added comment that App Store is disabled for EE
-
Vincent Petry authored
Use a more universal shebang
-
Morris Jobke authored
Don't show favicon to prevent iteration through subfolders
-
Thomas Müller authored
remove deprecated \OC:$session
-
Thomas Müller authored
-
Joas Schilling authored
-
Lukas Reschke authored
The codepath for generating the favicons iterates through subnodes and if one of those nodes is unavailable is throwing a 503 exception. Since these favicons don't have any use except of "making a tool for developers looking nicer" I consider it feasible to remove them.
-
Joas Schilling authored
-
Robin Appelman authored
Migrate Google Drive external storage app to v1.0.6-beta of the google-api-php-client library
-
Morris Jobke authored
autoconfig.php only to be deleted on successful installation
-
Lukas Reschke authored
Replace some more "command -v" calls with the Helper method
-
Morris Jobke authored
because OC_User::login will create a new session we shall only try to lo...
-
Morris Jobke authored
fix calculation of expiration date if there is a default expiration date...
-
Thomas Müller authored
because OC_User::login will create a new session we shall only try to login if user and pass are set ensure to never destroy an existing session
-
Morris Jobke authored
Issue/6101 remove namespace permission constants
-
Jenkins for ownCloud authored
-