Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Port DAV groupMemberSet fix to master #4458 | Thomas Tanghus | 2013-08-18 | 1 | -6/+8 |
| | |||||
* | Merge pull request #4485 from guruz/class_autoloader_optimization | Markus Goetz | 2013-08-18 | 2 | -1/+54 |
|\ | | | | | Class Auto Loader: Cache paths in APC | ||||
| * | Class Auto Loader: Cache paths in APC | Markus Goetz | 2013-08-18 | 2 | -1/+54 |
| | | | | | | | | | | | | Using benchmark_single.php (from administration repo) I can measure a speed improvement of 5% to 20% loading the /index.php when logged in. (when using APC and php-fpm). | ||||
* | | Merge pull request #4339 from owncloud/mimetype-defaults | Thomas Müller | 2013-08-17 | 3 | -236/+375 |
|\ \ | | | | | | | Add the option to provide templates for newly created files | ||||
| * \ | Merge branch 'master' into mimetype-defaults | Thomas Müller | 2013-08-16 | 99 | -850/+1360 |
| |\ \ | | | | | | | | | | | | | | | | | Conflicts: apps/files/ajax/newfile.php | ||||
| * | | | use === | Robin Appelman | 2013-08-07 | 1 | -4/+4 |
| | | | | |||||
| * | | | add the option to have templates for newly created files | Robin Appelman | 2013-08-07 | 2 | -0/+60 |
| | | | | |||||
| * | | | split of mimetype detection code from OC_Helper, adding the option for apps ↵ | Robin Appelman | 2013-08-07 | 2 | -236/+315 |
| | | | | | | | | | | | | | | | | to register additional mimetype mappings | ||||
* | | | | remove ru_RU - fixes #3135 | Thomas Müller | 2013-08-17 | 1 | -6/+0 |
| | | | | |||||
* | | | | Merge pull request #4314 from owncloud/css-fixes | Jan-Christoph Borchardt | 2013-08-16 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | Design fixes | ||||
| * \ \ \ | merge master into css-fixes | Jan-Christoph Borchardt | 2013-08-16 | 109 | -1008/+1661 |
| |\ \ \ \ | | | |/ / | | |/| | | |||||
| * | | | | change long couldn't be determined string to question mark again | Jan-Christoph Borchardt | 2013-08-04 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-08-16 | 8 | -29/+34 |
| |/ / / |/| | | | |||||
* | | | | fixing all broken translation files | Thomas Müller | 2013-08-15 | 78 | -312/+312 |
| | | | | |||||
* | | | | Cache OC_Util::checkServer() result in session | Markus Goetz | 2013-08-15 | 1 | -0/+7 |
| |_|/ |/| | | | | | | | | | | | The return value almost never changes but this function is called for every request. | ||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-08-15 | 78 | -339/+357 |
| | | | |||||
* | | | Merge pull request #4376 from owncloud/use_plurals | Jörn Friedrich Dreyer | 2013-08-14 | 1 | -6/+4 |
|\ \ \ | | | | | | | | | Use plural translations | ||||
| * | | | Use plural translations | kondou | 2013-08-09 | 1 | -6/+4 |
| | | | | |||||
* | | | | Scanner: correctly pass trough reuse options when doing a recursive scan | Robin Appelman | 2013-08-12 | 1 | -1/+1 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-08-11 | 66 | -67/+1 |
| | | | | |||||
* | | | | Changing elseif statement to what the PEAR coding guidelines say. | Andreas Fischer | 2013-08-09 | 1 | -2/+1 |
| | | | | |||||
* | | | | Do not pass numeric strings to strtotime() when formatting dates. | Andreas Fischer | 2013-08-09 | 1 | -1/+1 |
|/ / / | | | | | | | | | | | | | strtotime() will return false and the date will be formatted as the 0-timestamp (e.g. January 1, 1970 00:00) otherwise. | ||||
* | | | Merge pull request #4344 from owncloud/appmgmt-in-navigation | Jan-Christoph Borchardt | 2013-08-09 | 1 | -9/+1 |
|\ \ \ | | | | | | | | | show 'More apps' link to app administration directly in app navigation | ||||
| * | | | show 'More apps' link to app administration directly in app navigation | Jan-Christoph Borchardt | 2013-08-07 | 1 | -9/+1 |
| | |/ | |/| | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-08-09 | 72 | -71/+280 |
| | | | |||||
* | | | Merge pull request #4271 from owncloud/plural_translations | Owen Winkler | 2013-08-08 | 2 | -9/+198 |
|\ \ \ | | | | | | | | | Plural translations | ||||
| * | | | initialize $plural_form_string with English default | Thomas Müller | 2013-08-03 | 1 | -1/+1 |
| | | | | |||||
| * | | | unit tests for plural translations added | Thomas Müller | 2013-08-02 | 2 | -6/+36 |
| | | | | |||||
| * | | | PHPDoc comments adjusted *partially* - fixing call to createPluralFormFunction | Thomas Müller | 2013-08-02 | 1 | -11/+18 |
| | | | | |||||
| * | | | Fix syntax error. | Jakob Sack | 2013-08-01 | 1 | -1/+2 |
| | | | | |||||
| * | | | Fix copy and paste errors in l10n.php | Jakob Sack | 2013-08-01 | 2 | -2/+2 |
| | | | | |||||
| * | | | Create plural functions on the fly | Jakob Sack | 2013-08-01 | 2 | -7/+86 |
| | | | | |||||
| * | | | Update l10n.php to read plural_forms string | Jakob Sack | 2013-08-01 | 1 | -8/+22 |
| | | | | |||||
| * | | | Fix an error jenkins found | Jakob Sack | 2013-07-16 | 1 | -1/+1 |
| | | | | |||||
| * | | | Add multiple plural forms to the php part | Jakob Sack | 2013-07-16 | 2 | -5/+38 |
| | | | | |||||
| * | | | make l10n libs capable of handling plural translations | Jakob Sack | 2013-07-07 | 2 | -3/+28 |
| | | | | |||||
* | | | | Merge pull request #4151 from owncloud/doctrine-object | Jörn Friedrich Dreyer | 2013-08-08 | 9 | -335/+488 |
|\ \ \ \ | | | | | | | | | | | Move dbtype depending logic into object per type | ||||
| * | | | | More style fixes | Bart Visscher | 2013-08-07 | 2 | -15/+15 |
| | | | | | |||||
| * | | | | Fix stupid bug | Bart Visscher | 2013-08-07 | 1 | -1/+2 |
| | | | | | |||||
| * | | | | Move query processing after the check for prepared statement cache | Bart Visscher | 2013-08-07 | 1 | -4/+4 |
| | | | | | |||||
| * | | | | Style fixes | Bart Visscher | 2013-08-07 | 4 | -6/+8 |
| | | | | | |||||
| * | | | | merge master into doctrine-object | Robin Appelman | 2013-08-06 | 8 | -82/+99 |
| |\ \ \ \ | | | |/ / | | |/| | | |||||
| * | | | | merge master into doctrine-object | Robin Appelman | 2013-08-02 | 62 | -699/+1559 |
| |\ \ \ \ | |||||
| * | | | | | Make DB connection available to use for dependency injection | Bart Visscher | 2013-07-26 | 1 | -0/+5 |
| | | | | | | |||||
| * | | | | | Fix lastInsertId for OCI8 adapter | Bart Visscher | 2013-07-23 | 1 | -2/+1 |
| | | | | | | |||||
| * | | | | | Add documentation to OC\DB\adapter class | Bart Visscher | 2013-07-23 | 1 | -0/+18 |
| | | | | | | |||||
| * | | | | | Fix errors from unit tests | Bart Visscher | 2013-07-21 | 2 | -4/+3 |
| | | | | | | |||||
| * | | | | | Correct namespace of OC_ classes | Bart Visscher | 2013-07-21 | 2 | -6/+6 |
| | | | | | | |||||
| * | | | | | Move building error string to connection | Bart Visscher | 2013-07-21 | 2 | -9/+18 |
| | | | | | | |||||
| * | | | | | Group database connection and schema function | Bart Visscher | 2013-07-21 | 1 | -27/+27 |
| | | | | | |