- Oct 30, 2014
-
-
Lukas Reschke authored
...
-
- Oct 29, 2014
-
-
Thomas Müller authored
-
Vincent Petry authored
-
Thomas Müller authored
adding console command to generate javascript translation files based on existing php translation files read server side translations from json files
-
Thomas Müller authored
remove translation.php
-
Vincent Petry authored
Added addTranslations and fixed de.js file Fixed de.js to use OC.L10N.register() and use to correct expected format. Added JS unit tests for OC.L10N class Include translations JS script for all apps
-
- Oct 27, 2014
-
-
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".
-
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.
-
Jörn Friedrich Dreyer authored
-
- Oct 25, 2014
-
-
Morris Jobke authored
-
- Oct 24, 2014
-
-
Dan Bartram authored
-
Robin Appelman authored
-
Lukas Reschke authored
-
Lukas Reschke authored
It's only reasonable to have proper type hinting here which might even help us to catch bugs.
-
Robin Appelman authored
-
Robin Appelman authored
-
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
There is not much sense in having these files marked executable, we should avoid that.
-
- Oct 23, 2014
-
-
Christopher Schäpers authored
* fix #7484 * use UID, css, and div instead of span
-
Lukas Reschke authored
-
Clark Tomlinson authored
-
- Oct 22, 2014
-
-
Lukas Reschke authored
Actually query() returns value of the type "mixed" (as is also stated in the interface) - this is purely there to make our IDEs and Scrutinizer happier.
-
Arthur Schiwon authored
-
Arthur Schiwon authored
-
Thomas Müller authored
-
Robin Appelman authored
-
Robin Appelman authored
-
Robin Appelman authored
-
Robin Appelman authored
-
Robin Appelman authored
Remove \OC\DB\ConnectionWrapper, have \OC\DB\Connection implement \OCP\IDBConnection directly instead
-
Björn Schießle authored
-
- Oct 20, 2014
-
-
Lukas Reschke authored
-
Lukas Reschke authored
There is no need to refer to the absolute path here if we can use the relative one. Conflicts: lib/private/templatelayout.php
-
Thomas Müller authored
-
Thomas Müller authored
-
Robin Appelman authored
-
Robin Appelman authored
-