Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2016-07-28 | 8 | -16/+16 | |
| |_|_|_|_|/ / / / |/| | | | | | | | | ||||||
* | | | | | | | | | Merge pull request #606 from nextcloud/ocs_middleware_support_subdir | Morris Jobke | 2016-07-27 | 2 | -1/+31 | |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Support subdir in the OCS v2 endpoint | |||||
| * | | | | | | | | | Support subdir in the OCS v2 endpoint | Roeland Jago Douma | 2016-07-27 | 2 | -1/+31 | |
| | |_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We should check against the ending substring since people could run their nextcloud in a subfolder. * Added test | |||||
* | | | | | | | | | Merge pull request #571 from nextcloud/no-missing-preview | Morris Jobke | 2016-07-27 | 13 | -20/+133 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | Don't try to load previews when we know there is none | |||||
| * | | | | | | | | fix js test | Robin Appelman | 2016-07-27 | 1 | -5/+10 | |
| | | | | | | | | | ||||||
| * | | | | | | | | only load sidebar previews when we know it's available | Robin Appelman | 2016-07-27 | 2 | -5/+16 | |
| | | | | | | | | | ||||||
| * | | | | | | | | dont load filelist previews if we know we dont have one | Robin Appelman | 2016-07-27 | 3 | -4/+22 | |
| | | | | | | | | | ||||||
| * | | | | | | | | add dav property to check if a file has a preview available | Robin Appelman | 2016-07-27 | 8 | -6/+85 | |
| | |_|_|_|_|/ / | |/| | | | | | | ||||||
* | | | | | | | | 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) | |||||
| * | | | | | | | | Fix misleading MySQL DB creation error (#25485) | Vincent Petry | 2016-07-27 | 1 | -1/+9 | |
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Whenever the GRANT ALL failed, it used to display "Database creation failed" which is incorrect. It's only the privleges setting that failed. This moves the privilege setting message to DEBUG and makes it more precise. | |||||
* | | | | | | | | Merge pull request #598 from nextcloud/fix-defaultapp-master | Björn Schießle | 2016-07-27 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Redirect to default page after login | |||||
| * | | | | | | | | Redirect to default page after login | Bjoern Schiessle | 2016-07-27 | 1 | -1/+1 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge pull request #601 from nextcloud/fix-workflowengine-loading | Joas Schilling | 2016-07-27 | 1 | -0/+5 | |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | Fix loading icon for workflowengine | |||||
| * | | | | | | | Fix loading icon for workflowengine | Morris Jobke | 2016-07-27 | 1 | -0/+5 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge pull request #582 from nextcloud/checks-from-js | Joas Schilling | 2016-07-27 | 8 | -156/+58 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Generate the checks list in JS | |||||
| * | | | | | | | Allow to reuse the template | Joas Schilling | 2016-07-27 | 1 | -1/+1 | |
| | | | | | | | | ||||||
| * | | | | | | | Fix default value of operator | Joas Schilling | 2016-07-27 | 1 | -2/+2 | |
| | | | | | | | | ||||||
| * | | | | | | | Fix morris comments | Joas Schilling | 2016-07-27 | 2 | -6/+3 | |
| | | | | | | | | ||||||
| * | | | | | | | Remove php side of check registration | Joas Schilling | 2016-07-27 | 5 | -118/+9 | |
| | | | | | | | | ||||||
| * | | | | | | | Generate the checks list in JS | Joas Schilling | 2016-07-27 | 3 | -36/+50 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge pull request #597 from nextcloud/fix-di-of-workflow-manager | Joas Schilling | 2016-07-27 | 1 | -0/+4 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | Allow DI of the workflow manager by the OCP interface | |||||
| * | | | | | | 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 | 20 | -6/+1557 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Add workflowengine | |||||
| * | | | | | | fix enabled apps tests | Morris Jobke | 2016-07-27 | 1 | -0/+5 | |
| | | | | | | | ||||||
| * | | | | | | fix unit tests | Morris Jobke | 2016-07-26 | 1 | -2/+2 | |
| | | | | | | | ||||||
| * | | | | | | Add app to provisioning output | Joas Schilling | 2016-07-26 | 1 | -0/+1 | |
| | | | | | | | ||||||
| * | | | | | | Move template to workflowengine app | Morris Jobke | 2016-07-26 | 1 | -0/+79 | |
| | | | | | | | ||||||
| * | | | | | | create an operation based on the correct model | Morris Jobke | 2016-07-26 | 1 | -6/+1 | |
| | | | | | | | ||||||
| * | | | | | | Add workflowengine | Morris Jobke | 2016-07-26 | 17 | -4/+1475 | |
| | | | | | | | ||||||
* | | | | | | | Merge pull request #566 from nextcloud/setup-port | Morris Jobke | 2016-07-27 | 1 | -10/+26 | |
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | revert to old setup connection logic | |||||
| * | | | | | | revert to old setup connection logic | Robin Appelman | 2016-07-26 | 1 | -10/+26 | |
| |/ / / / / | ||||||
* | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2016-07-27 | 74 | -56/+130 | |
| | | | | | | ||||||
* | | | | | | Merge pull request #349 from nextcloud/ldab-groupOfUniqueNames | blizzz | 2016-07-26 | 1 | -1/+1 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | add groupOfUniqueNames as valid group object class | |||||
| * | | | | | | add groupOfUniqueNames as valid group object class | Robin Appelman | 2016-07-08 | 1 | -1/+1 | |
| | | | | | | | ||||||
* | | | | | | | Add app icons for Comments and Tags (#579) | Jan-Christoph Borchardt | 2016-07-26 | 2 | -0/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add icon for Comments app * add icon for Tags app | |||||
* | | | | | | | Merge pull request #563 from nextcloud/log-internet-connection-exception | Morris Jobke | 2016-07-26 | 2 | -2/+10 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Log exception that is thrown by internet connection check | |||||
| * | | | | | | | Log exception that is thrown by internet connection check | Morris Jobke | 2016-07-26 | 2 | -2/+10 | |
| | | | | | | | | ||||||
* | | | | | | | | Merge pull request #567 from nextcloud/wb-admin-log-buttons | Joas Schilling | 2016-07-26 | 2 | -10/+13 | |
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | Orders Admin Log Button | |||||
| * | | | | | | | Orders Admin Log Button | root | 2016-07-26 | 2 | -10/+13 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #525 from nextcloud/fix-theme-logo-position | Joas Schilling | 2016-07-26 | 4 | -9/+14 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | Fix theme logo position and shape | |||||
| * | | | | | | Theming: Fix preview and center alignment of logo | Julius Haertl | 2016-07-25 | 2 | -4/+5 | |
| | | | | | | | ||||||
| * | | | | | | Adjust tests | Lukas Reschke | 2016-07-22 | 1 | -3/+6 | |
| | | | | | | | ||||||
| * | | | | | | Update header.css | Jos Poortvliet | 2016-07-22 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | make the logo look good on the login page | |||||
| * | | | | | | Update themingcontroller.php | Jos Poortvliet | 2016-07-22 | 1 | -1/+2 | |
| | | | | | | | ||||||
* | | | | | | | Merge pull request #557 from nextcloud/fix-css-scope-files-external | Morris Jobke | 2016-07-26 | 2 | -5/+6 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Add proper scope to files external CSS | |||||
| * | | | | | | | Add proper scope to files external CSS | Morris Jobke | 2016-07-25 | 2 | -5/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * for select2 | |||||
* | | | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2016-07-26 | 6 | -4/+6 | |
| |_|_|_|_|_|/ |/| | | | | | | ||||||
* | | | | | | | Merge pull request #292 from nextcloud/recent-files | William Bargent | 2016-07-25 | 18 | -34/+640 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Add "Recent" file listing | |||||
| * | | | | | | | fix test | Robin Appelman | 2016-07-25 | 1 | -1/+1 | |
| | | | | | | | | ||||||
| * | | | | | | | block user sorting in recent files | Robin Appelman | 2016-07-22 | 2 | -1/+7 | |
| | | | | | | | |