Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #556 from nextcloud/nextcloud-version-check | Morris Jobke | 2016-07-29 | 1 | -2/+24 |
|\ | |||||
| * | Translate the server version for nextcloud | Joas Schilling | 2016-07-26 | 1 | -2/+24 |
* | | Merge pull request #612 from nextcloud/improve-xml-loaded-version-handling | Lukas Reschke | 2016-07-28 | 1 | -2/+8 |
|\ \ | |||||
| * | | libxml - compare against loaded version | Morris Jobke | 2016-07-28 | 1 | -2/+8 |
* | | | Merge pull request #519 from GitHubUser4234/master | blizzz | 2016-07-28 | 4 | -0/+222 |
|\ \ \ | |/ / |/| | | |||||
| * | | Nextcloud license header for new files | root | 2016-07-28 | 3 | -24/+31 |
| * | | Merge branch 'master' of https://github.com/nextcloud/server | root | 2016-07-27 | 12 | -7/+117 |
| |\ \ | |||||
| * | | | final changes | root | 2016-07-27 | 3 | -13/+10 |
| * | | | Merge branch 'master' of https://github.com/nextcloud/server | root | 2016-07-25 | 14 | -26/+55 |
| |\ \ \ | |||||
| * | | | | New LDAPProvider for user_ldap | root | 2016-07-22 | 4 | -0/+218 |
* | | | | | Support subdir in the OCS v2 endpoint | Roeland Jago Douma | 2016-07-27 | 1 | -1/+1 |
* | | | | | Merge pull request #596 from nextcloud/adjust-mysql-install-error | Björn Schießle | 2016-07-27 | 1 | -1/+9 |
|\ \ \ \ \ | |||||
| * | | | | | Fix misleading MySQL DB creation error (#25485) | Vincent Petry | 2016-07-27 | 1 | -1/+9 |
* | | | | | | Merge pull request #582 from nextcloud/checks-from-js | Joas Schilling | 2016-07-27 | 1 | -79/+0 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Remove php side of check registration | Joas Schilling | 2016-07-27 | 1 | -79/+0 |
| |/ / / / / | |||||
* / / / / / | Allow DI of the workflow manager by the OCP interface | Joas Schilling | 2016-07-27 | 1 | -0/+4 |
|/ / / / / | |||||
* | | | | | Merge pull request #565 from nextcloud/workflowengine | Joas Schilling | 2016-07-27 | 3 | -0/+183 |
|\ \ \ \ \ | |||||
| * | | | | | Add workflowengine | Morris Jobke | 2016-07-26 | 3 | -0/+183 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Merge pull request #566 from nextcloud/setup-port | Morris Jobke | 2016-07-27 | 1 | -10/+26 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | |||||
| * | | | | revert to old setup connection logic | Robin Appelman | 2016-07-26 | 1 | -10/+26 |
| |/ / / | |||||
* / / / | [tx-robot] updated from transifex | Nextcloud bot | 2016-07-27 | 2 | -0/+2 |
|/ / / | |||||
* | | | Merge pull request #292 from nextcloud/recent-files | William Bargent | 2016-07-25 | 5 | -2/+98 |
|\ \ \ | |||||
| * | | | use limit instead of since when listing recent files | Robin Appelman | 2016-07-22 | 3 | -45/+11 |
| * | | | add recent files to node api | Robin Appelman | 2016-07-22 | 4 | -1/+131 |
| * | | | Fix storage id with storage jail | Robin Appelman | 2016-07-22 | 1 | -1/+1 |
| |/ / | |||||
* | | | Merge pull request #509 from nextcloud/appframework_magic_allow_default_vars | Morris Jobke | 2016-07-25 | 1 | -0/+6 |
|\ \ \ | |||||
| * | | | Inject parameters | Roeland Jago Douma | 2016-07-22 | 1 | -0/+6 |
| |/ / | |||||
* | | | Merge pull request #550 from nextcloud/ldap-integration-test-autoloader | Morris Jobke | 2016-07-25 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | fix autoloading in LPAP integration tests, resolves #544 | Arthur Schiwon | 2016-07-25 | 1 | -1/+1 |
* | | | | Merge pull request #523 from Faldon/master | Joas Schilling | 2016-07-25 | 3 | -4/+10 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | Changed code style and made use of '===' comparison. | Thomas Pulzer | 2016-07-22 | 1 | -1/+4 |
| * | | | Reverted the default syslog tag to avoid breaking existing systems. | Thomas Pulzer | 2016-07-22 | 1 | -1/+1 |
| * | | | Changed logtype to file instead of owncloud. | Thomas Pulzer | 2016-07-22 | 4 | -5/+8 |
| | |/ | |/| | |||||
* | | | Merge pull request #530 from nextcloud/fix-theme-loading | Morris Jobke | 2016-07-25 | 2 | -2/+10 |
|\ \ \ | |||||
| * | | | Make sure we try to autoload the class | Joas Schilling | 2016-07-22 | 2 | -2/+10 |
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2016-07-25 | 2 | -0/+4 |
| |_|/ |/| | | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2016-07-24 | 2 | -0/+4 |
* | | | Check if an app provide two-factor-auth providers before we try to use them | Robin Appelman | 2016-07-23 | 1 | -9/+11 |
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2016-07-23 | 6 | -14/+20 |
|/ / | |||||
* / | Set proper status code in OCS AppFramework Middleware | Roeland Jago Douma | 2016-07-22 | 1 | -1/+6 |
|/ | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-07-22 | 8 | -0/+8 |
* | Merge pull request #507 from nextcloud/run-le-script | Morris Jobke | 2016-07-21 | 673 | -1330/+2138 |
|\ | |||||
| * | Update with robin | Joas Schilling | 2016-07-21 | 278 | -272/+278 |
| * | Fix others | Joas Schilling | 2016-07-21 | 673 | -1061/+1863 |
* | | Merge pull request #480 from nextcloud/fix_ocs_response_format | Lukas Reschke | 2016-07-21 | 4 | -6/+25 |
|\ \ | |/ |/| | |||||
| * | AppFramework do not get default response | Roeland Jago Douma | 2016-07-20 | 4 | -6/+25 |
* | | Revert "Remove "Help" link from personal sidebar" | Lukas Reschke | 2016-07-21 | 1 | -4/+2 |
* | | Merge branch 'master' of https://github.com/nextcloud/server | Lukas Reschke | 2016-07-21 | 2 | -4/+4 |
|\ \ | |||||
| * | | [tx-robot] updated from transifex | Nextcloud bot | 2016-07-21 | 2 | -4/+4 |
* | | | Fix typo | Lukas Reschke | 2016-07-21 | 1 | -1/+1 |
|/ / |