Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #12781 from owncloud/jenkins-curl-open-basedir | Morris Jobke | 2014-12-11 | 1 | -0/+9 |
|\ | |||||
| * | Check if open_basedir is set | Lukas Reschke | 2014-12-11 | 1 | -0/+9 |
* | | Merge pull request #12780 from owncloud/make-datetimeformattertest-reliable | Joas Schilling | 2014-12-11 | 1 | -4/+2 |
|\ \ | |||||
| * | | Use a fixed timestamp so we dont switch days/years with the getTimestampAgo | Joas Schilling | 2014-12-11 | 1 | -4/+2 |
| |/ | |||||
* / | Correctly fallback to english, if the plural case is not translated | Joas Schilling | 2014-12-11 | 2 | -1/+20 |
|/ | |||||
* | Merge pull request #12746 from owncloud/skip-longpath-test-again | Thomas Müller | 2014-12-10 | 1 | -1/+1 |
|\ | |||||
| * | skip testLongPath() | Thomas Müller | 2014-12-10 | 1 | -1/+1 |
* | | Merge pull request #12750 from owncloud/cache-numericstorageidfix | Robin Appelman | 2014-12-10 | 1 | -0/+4 |
|\ \ | |||||
| * | | Fix numeric storage id for cache wrapper | Vincent Petry | 2014-12-10 | 1 | -0/+4 |
| |/ | |||||
* | | Merge pull request #12485 from owncloud/jenkins-12383 | Joas Schilling | 2014-12-10 | 3 | -12/+201 |
|\ \ | |/ |/| | |||||
| * | Deprecate Util::formatDate() | Joas Schilling | 2014-12-10 | 2 | -12/+24 |
| * | Add sometests and copy tests from Util::formatDate to new class | Joas Schilling | 2014-12-09 | 1 | -0/+177 |
* | | Merge pull request #12711 from owncloud/add-backend-to-rest-index | Lukas Reschke | 2014-12-10 | 3 | -38/+87 |
|\ \ | |||||
| * | | Make class compatible | Lukas Reschke | 2014-12-09 | 1 | -0/+3 |
| * | | Expose backend type via REST API | Lukas Reschke | 2014-12-09 | 2 | -38/+84 |
* | | | Merge pull request #12664 from owncloud/fix-12164 | Thomas Müller | 2014-12-10 | 1 | -3/+76 |
|\ \ \ | |||||
| * | | | Remove leftover | Victor Dubiniuk | 2014-12-10 | 1 | -1/+0 |
| * | | | Inject config | Victor Dubiniuk | 2014-12-10 | 1 | -21/+26 |
| * | | | Fix tests. Add two more test cases | Victor Dubiniuk | 2014-12-08 | 1 | -39/+52 |
| * | | | Test OC\Updater::check | Victor Dubiniuk | 2014-12-06 | 1 | -2/+58 |
* | | | | Merge pull request #12695 from owncloud/db-drop-table | Morris Jobke | 2014-12-09 | 1 | -0/+69 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | add unit tests for tableExists and dropTable | Robin Appelman | 2014-12-09 | 1 | -0/+69 |
* | | | | Merge pull request #12409 from owncloud/tags-getTagsForObjectIds | Joas Schilling | 2014-12-09 | 1 | -0/+30 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Add getTagsForObjects in ITags | Vincent Petry | 2014-12-08 | 1 | -0/+30 |
* | | | | Merge pull request #12672 from LEDfan/cm-per-unit | Thomas Müller | 2014-12-09 | 1 | -0/+209 |
|\ \ \ \ | |||||
| * | | | | Mock interface | LEDfan | 2014-12-08 | 1 | -30/+9 |
| * | | | | Use PHPUnit mocks | LEDfan | 2014-12-07 | 1 | -27/+30 |
| * | | | | Add unit test for contactsmanager | LEDfan | 2014-12-07 | 1 | -0/+227 |
| | |/ / | |/| | | |||||
* | | | | Merge pull request #12406 from owncloud/drop-getApps-getUsers | Thomas Müller | 2014-12-09 | 10 | -464/+444 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | drop unused isDebugMode and setDebugMode of OC_Config | Morris Jobke | 2014-12-08 | 1 | -33/+0 |
| * | | | reduce OC_Preferences, OC_Config and \OCP\Config usage | Morris Jobke | 2014-12-08 | 3 | -8/+8 |
| * | | | Workaround to fix the too early init dilemma | Morris Jobke | 2014-12-08 | 1 | -0/+3 |
| * | | | introduce preCondition for setUserValue to provide atomic check-and-update | Morris Jobke | 2014-12-08 | 1 | -0/+85 |
| * | | | Refactoring of OC_Preferences to AllConfig | Morris Jobke | 2014-12-08 | 3 | -417/+334 |
| * | | | migrate \OC\AllConfig to \OCP\IConfig | Morris Jobke | 2014-12-08 | 3 | -5/+4 |
| * | | | Extract interaction with config.php into SystemConfig | Morris Jobke | 2014-12-08 | 1 | -2/+11 |
* | | | | Merge pull request #12577 from owncloud/public-mount-api | Lukas Reschke | 2014-12-08 | 4 | -22/+22 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Add public api for mount configurations | Robin Appelman | 2014-12-04 | 4 | -22/+22 |
* | | | | React on other statuscodes than 200 | Lukas Reschke | 2014-12-08 | 2 | -22/+9 |
* | | | | Add statuscodes | Lukas Reschke | 2014-12-08 | 2 | -10/+86 |
* | | | | Add REST route for user & group management | Lukas Reschke | 2014-12-08 | 3 | -0/+618 |
| |/ / |/| | | |||||
* | | | Merge pull request #12583 from owncloud/trim-port | Morris Jobke | 2014-12-05 | 1 | -0/+17 |
|\ \ \ | |||||
| * | | | Add test for IPv6 without port | Lukas Reschke | 2014-12-04 | 1 | -1/+2 |
| * | | | Trim port from domain | Lukas Reschke | 2014-12-03 | 1 | -0/+16 |
* | | | | Merge pull request #12622 from owncloud/disable-for-all | Joas Schilling | 2014-12-05 | 1 | -3/+6 |
|\ \ \ \ | |||||
| * | | | | Disable when no sendmail is available | Lukas Reschke | 2014-12-04 | 1 | -3/+6 |
* | | | | | Merge pull request #12619 from owncloud/use-also-original-hea | Morris Jobke | 2014-12-04 | 1 | -1/+2 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | |||||
| * | | | | Fix unit test | Lukas Reschke | 2014-12-04 | 1 | -1/+2 |
| |/ / / | |||||
* | | | | Merge pull request #12616 from owncloud/node-fileinfo | Morris Jobke | 2014-12-04 | 4 | -46/+73 |
|\ \ \ \ | |||||
| * | | | | make \OC\Files\Node\Node implement the FileInfo interface | Robin Appelman | 2014-12-04 | 4 | -46/+73 |