- Oct 28, 2014
-
-
Lukas Reschke authored
Migrate new app settings to AppFramework
-
Morris Jobke authored
Properly catch 503 storage not available in getQuotaInfo
-
Jenkins for ownCloud authored
-
- Oct 27, 2014
-
-
Lukas Reschke authored
On Windows platform we have no stable etag generation - yet
-
Lukas Reschke authored
Make supported DBs configurable within config.php
-
Thomas Müller authored
-
Lukas Reschke authored
This commit will make the supported DBs for installation configurable within config.php. By default the following databases are tested: "sqlite", "mysql", "pgsql". The reason behind this is that there might be instances where we want to prevent SQLite to be used by mistake. To test this play around with the new configuration parameter "supportedDatabases".
-
Thomas Müller authored
-
Vincent Petry authored
When doing a PROPFIND on the root and one of the mount points is not available, the returned quota attributes will now be zero. This fix prevents the expected exception to make the whole call fail.
-
Morris Jobke authored
allow passing db driver options
-
Robin Appelman authored
Generate stable etags for local files
-
Morris Jobke authored
Fix PHPDoc
-
Jörn Friedrich Dreyer authored
-
Lukas Reschke authored
Stop my IDE and Scrutinizer from complaining.
-
Jörn Friedrich Dreyer authored
-
Vincent Petry authored
Setting moment locale based on user selection
-
Jenkins for ownCloud authored
-
- Oct 26, 2014
-
-
Jenkins for ownCloud authored
-
- Oct 25, 2014
-
-
Lukas Reschke authored
Add type hinting to functions
-
Morris Jobke authored
-
Jenkins for ownCloud authored
-
- Oct 24, 2014
-
-
Morris Jobke authored
Add missing DB rollback functionality
-
Thomas Müller authored
Cleanup handling of temporary files
-
Dan Bartram authored
-
Robin Appelman authored
-
Lukas Reschke authored
-
Clark Tomlinson authored
disable database migration unit tests for MSSQL
-
Lukas Reschke authored
It's only reasonable to have proper type hinting here which might even help us to catch bugs.
-
Lukas Reschke authored
Use function outside of loop
-
Lukas Reschke authored
Otherwise the function is executed n times which is a lot of overhead
-
Robin Appelman authored
-
Robin Appelman authored
-
Lukas Reschke authored
Make files non executable
-
Lukas Reschke authored
Prevent division by zero
-
Lukas Reschke authored
There is not much sense in having these files marked executable, we should avoid that.
-
Jenkins for ownCloud authored
-
- Oct 23, 2014
-
-
Morris Jobke authored
Load avatar in header via PHP
-
Lukas Reschke authored
Remove unreachable statement
-
Lukas Reschke authored
Potentially fixes https://github.com/owncloud/core/issues/11742
-
Morris Jobke authored
-