Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-10-28 | 21 | -87/+123 |
| | |||||
* | Merge pull request #11799 from owncloud/no-stable-etags-on-windows | Lukas Reschke | 2014-10-27 | 1 | -0/+8 |
|\ | | | | | On Windows platform we have no stable etag generation - yet | ||||
| * | On Windows platform we have no stable etag generation - yet | Thomas Müller | 2014-10-27 | 1 | -0/+8 |
| | | |||||
* | | Merge pull request #11786 from owncloud/MakeSupportedDBsConfigurable | Lukas Reschke | 2014-10-27 | 6 | -58/+271 |
|\ \ | |/ |/| | Make supported DBs configurable within config.php | ||||
| * | code cleanup during review :+1: | Thomas Müller | 2014-10-27 | 2 | -25/+25 |
| | | |||||
| * | Make supported DBs configurable within config.php | Lukas Reschke | 2014-10-27 | 6 | -35/+248 |
| | | | | | | | | | | | | 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". | ||||
* | | Merge pull request #11783 from owncloud/allow_passing_driver_options | Morris Jobke | 2014-10-27 | 2 | -0/+14 |
|\ \ | | | | | | | allow passing db driver options | ||||
| * | | add driver options to config samples | Jörn Friedrich Dreyer | 2014-10-27 | 1 | -0/+7 |
| | | | |||||
| * | | allow passing driver options, fixes #11718 | Jörn Friedrich Dreyer | 2014-10-27 | 1 | -0/+7 |
| | | | |||||
* | | | Merge pull request #11763 from owncloud/stable-etags | Robin Appelman | 2014-10-27 | 2 | -21/+59 |
|\ \ \ | | | | | | | | | Generate stable etags for local files | ||||
| * | | | Generate stable etags for local files | Robin Appelman | 2014-10-24 | 2 | -21/+59 |
| | | | | |||||
* | | | | Merge pull request #11787 from owncloud/fix-php-docs | Morris Jobke | 2014-10-27 | 1 | -1/+1 |
|\ \ \ \ | |_|/ / |/| | | | Fix PHPDoc | ||||
| * | | | Fix PHPDoc | Lukas Reschke | 2014-10-27 | 1 | -1/+1 |
| | |/ | |/| | | | | | | | Stop my IDE and Scrutinizer from complaining. | ||||
* | | | Merge pull request #11708 from owncloud/fix-momentjs | Vincent Petry | 2014-10-27 | 5 | -19/+28 |
|\ \ \ | | | | | | | | | Setting moment locale based on user selection | ||||
| * | | | Setting moment locale based on user selection | Clark Tomlinson | 2014-10-23 | 5 | -19/+28 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-10-27 | 18 | -16/+98 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-10-26 | 24 | -37/+117 |
| | | | | |||||
* | | | | Merge pull request #11760 from owncloud/add-type-hints-where-sensible | Lukas Reschke | 2014-10-25 | 10 | -73/+66 |
|\ \ \ \ | | | | | | | | | | | Add type hinting to functions | ||||
| * | | | | drop unneeded hint | Morris Jobke | 2014-10-25 | 1 | -1/+0 |
| | | | | | |||||
| * | | | | Fix PHPDoc and remove explicit type hint | Lukas Reschke | 2014-10-24 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | Add type hinting to functions | Lukas Reschke | 2014-10-24 | 10 | -72/+66 |
| | | | | | | | | | | | | | | | | | | | | It's only reasonable to have proper type hinting here which might even help us to catch bugs. | ||||
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-10-25 | 24 | -38/+195 |
| | | | | | |||||
* | | | | | Merge pull request #11767 from danbartram/add_db_rollback | Morris Jobke | 2014-10-24 | 2 | -0/+14 |
|\ \ \ \ \ | | | | | | | | | | | | | Add missing DB rollback functionality | ||||
| * | | | | | Add missing DB rollback functionality | Dan Bartram | 2014-10-24 | 2 | -0/+14 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge pull request #11709 from owncloud/temp-handling | Thomas Müller | 2014-10-24 | 8 | -120/+354 |
|\ \ \ \ \ | |/ / / / |/| | | | | Cleanup handling of temporary files | ||||
| * | | | | Use the TempManager to handle temporary files | Robin Appelman | 2014-10-24 | 3 | -120/+7 |
| | | | | | |||||
| * | | | | Add \OC\TempManager to handle creating and cleaning temporary files | Robin Appelman | 2014-10-24 | 5 | -0/+347 |
| | | | | | |||||
* | | | | | Merge pull request #11735 from owncloud/mssql-migrations-master | Clark Tomlinson | 2014-10-24 | 3 | -8/+27 |
|\ \ \ \ \ | |_|/ / / |/| | | | | disable database migration unit tests for MSSQL | ||||
| * | | | | disable database migration unit tests for MSSQL | Thomas Müller | 2014-10-23 | 3 | -8/+27 |
| | | | | | |||||
* | | | | | Merge pull request #11752 from owncloud/use-function-outside-of-loop | Lukas Reschke | 2014-10-24 | 8 | -13/+21 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | Use function outside of loop | ||||
| * | | | | Use function outside of loop | Lukas Reschke | 2014-10-24 | 8 | -13/+21 |
|/ / / / | | | | | | | | | | | | | Otherwise the function is executed n times which is a lot of overhead | ||||
* | | | | Merge pull request #11758 from owncloud/fix-permissions | Lukas Reschke | 2014-10-24 | 22 | -0/+0 |
|\ \ \ \ | |_|/ / |/| | | | Make files non executable | ||||
| * | | | Make files non executable | Lukas Reschke | 2014-10-24 | 22 | -0/+0 |
| | | | | | | | | | | | | | | | | There is not much sense in having these files marked executable, we should avoid that. | ||||
* | | | | Merge pull request #11754 from owncloud/fix-division-null | Lukas Reschke | 2014-10-24 | 1 | -1/+1 |
|\ \ \ \ | |/ / / |/| | | | Prevent division by zero | ||||
| * | | | Prevent division by zero | Lukas Reschke | 2014-10-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Potentially fixes https://github.com/owncloud/core/issues/11742 | ||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-10-24 | 81 | -124/+130 |
| | | | | |||||
* | | | | Merge pull request #7749 from owncloud/load_avatar_header_via_php | Morris Jobke | 2014-10-24 | 5 | -14/+26 |
|\ \ \ \ | | | | | | | | | | | Load avatar in header via PHP | ||||
| * | | | | add avatardiv-shown class to bring back mobile style | Morris Jobke | 2014-10-23 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Load avatar in header via PHP | kondou | 2014-10-23 | 5 | -14/+26 |
| |/ / / | | | | | | | | | | | | | | | | | * fix #7484 * use UID, css, and div instead of span | ||||
* | | | | Merge pull request #11751 from owncloud/fix-unreachable-statement | Lukas Reschke | 2014-10-24 | 1 | -1/+0 |
|\ \ \ \ | |/ / / |/| | | | Remove unreachable statement | ||||
| * | | | Remove unreachable statement | Lukas Reschke | 2014-10-23 | 1 | -1/+0 |
|/ / / | |||||
* | | | Merge pull request #11549 from owncloud/add-more-localizations-master | Thomas Müller | 2014-10-23 | 8 | -92/+105 |
|\ \ \ | |/ / |/| | | implement localizations based on punic | ||||
| * | | Update 3rdparty submodule | Thomas Müller | 2014-10-23 | 1 | -0/+0 |
| | | | |||||
| * | | fixing expected values for formatDate() unit tests | Thomas Müller | 2014-10-21 | 1 | -3/+3 |
| | | | |||||
| * | | adding unit tests for en_GB and en-GB - just to verify | Thomas Müller | 2014-10-20 | 1 | -0/+8 |
| | | | |||||
| * | | implement localizations based on punic | Thomas Müller | 2014-10-20 | 7 | -89/+94 |
| | | | |||||
* | | | Merge pull request #11259 from owncloud/fix-windows-max-depth-test | Thomas Müller | 2014-10-23 | 1 | -6/+19 |
|\ \ \ | | | | | | | | | fixing windows max depth test | ||||
| * | | | fixing windows max depth test | Clark Tomlinson | 2014-09-30 | 1 | -6/+19 |
| | | | | |||||
* | | | | Merge pull request #10985 from owncloud/db-cleanup | Thomas Müller | 2014-10-23 | 12 | -284/+187 |
|\ \ \ \ | | | | | | | | | | | Cleanup database handling | ||||
| * | | | | Fix tags unit test | Robin Appelman | 2014-10-22 | 1 | -1/+1 |
| | | | | |