aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | | | [tx-robot] updated from transifexNextcloud bot2016-07-288-16/+16
| |_|_|_|_|/ / / / |/| | | | | | | |
* | | | | | | | | Merge pull request #606 from nextcloud/ocs_middleware_support_subdirMorris Jobke2016-07-272-1/+31
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Support subdir in the OCS v2 endpoint
| * | | | | | | | | Support subdir in the OCS v2 endpointRoeland Jago Douma2016-07-272-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-previewMorris Jobke2016-07-2713-20/+133
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | Don't try to load previews when we know there is none
| * | | | | | | | fix js testRobin Appelman2016-07-271-5/+10
| | | | | | | | |
| * | | | | | | | only load sidebar previews when we know it's availableRobin Appelman2016-07-272-5/+16
| | | | | | | | |
| * | | | | | | | dont load filelist previews if we know we dont have oneRobin Appelman2016-07-273-4/+22
| | | | | | | | |
| * | | | | | | | add dav property to check if a file has a preview availableRobin Appelman2016-07-278-6/+85
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge pull request #596 from nextcloud/adjust-mysql-install-errorBjörn Schießle2016-07-271-1/+9
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix misleading MySQL DB creation error (#25485)
| * | | | | | | | Fix misleading MySQL DB creation error (#25485)Vincent Petry2016-07-271-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-masterBjörn Schießle2016-07-271-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Redirect to default page after login
| * | | | | | | | Redirect to default page after loginBjoern Schiessle2016-07-271-1/+1
| |/ / / / / / /
* | | | | | | | Merge pull request #601 from nextcloud/fix-workflowengine-loadingJoas Schilling2016-07-271-0/+5
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | Fix loading icon for workflowengine
| * | | | | | | Fix loading icon for workflowengineMorris Jobke2016-07-271-0/+5
| |/ / / / / /
* | | | | | | Merge pull request #582 from nextcloud/checks-from-jsJoas Schilling2016-07-278-156/+58
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Generate the checks list in JS
| * | | | | | | Allow to reuse the templateJoas Schilling2016-07-271-1/+1
| | | | | | | |
| * | | | | | | Fix default value of operatorJoas Schilling2016-07-271-2/+2
| | | | | | | |
| * | | | | | | Fix morris commentsJoas Schilling2016-07-272-6/+3
| | | | | | | |
| * | | | | | | Remove php side of check registrationJoas Schilling2016-07-275-118/+9
| | | | | | | |
| * | | | | | | Generate the checks list in JSJoas Schilling2016-07-273-36/+50
| |/ / / / / /
* | | | | | | Merge pull request #597 from nextcloud/fix-di-of-workflow-managerJoas Schilling2016-07-271-0/+4
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Allow DI of the workflow manager by the OCP interface
| * | | | | | Allow DI of the workflow manager by the OCP interfaceJoas Schilling2016-07-271-0/+4
|/ / / / / /
* | | | | | Merge pull request #565 from nextcloud/workflowengineJoas Schilling2016-07-2720-6/+1557
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add workflowengine
| * | | | | | fix enabled apps testsMorris Jobke2016-07-271-0/+5
| | | | | | |
| * | | | | | fix unit testsMorris Jobke2016-07-261-2/+2
| | | | | | |
| * | | | | | Add app to provisioning outputJoas Schilling2016-07-261-0/+1
| | | | | | |
| * | | | | | Move template to workflowengine appMorris Jobke2016-07-261-0/+79
| | | | | | |
| * | | | | | create an operation based on the correct modelMorris Jobke2016-07-261-6/+1
| | | | | | |
| * | | | | | Add workflowengineMorris Jobke2016-07-2617-4/+1475
| | | | | | |
* | | | | | | Merge pull request #566 from nextcloud/setup-portMorris Jobke2016-07-271-10/+26
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | revert to old setup connection logic
| * | | | | | revert to old setup connection logicRobin Appelman2016-07-261-10/+26
| |/ / / / /
* | | | | | [tx-robot] updated from transifexNextcloud bot2016-07-2774-56/+130
| | | | | |
* | | | | | Merge pull request #349 from nextcloud/ldab-groupOfUniqueNamesblizzz2016-07-261-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | add groupOfUniqueNames as valid group object class
| * | | | | | add groupOfUniqueNames as valid group object classRobin Appelman2016-07-081-1/+1
| | | | | | |
* | | | | | | Add app icons for Comments and Tags (#579)Jan-Christoph Borchardt2016-07-262-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add icon for Comments app * add icon for Tags app
* | | | | | | Merge pull request #563 from nextcloud/log-internet-connection-exceptionMorris Jobke2016-07-262-2/+10
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Log exception that is thrown by internet connection check
| * | | | | | | Log exception that is thrown by internet connection checkMorris Jobke2016-07-262-2/+10
| | | | | | | |
* | | | | | | | Merge pull request #567 from nextcloud/wb-admin-log-buttonsJoas Schilling2016-07-262-10/+13
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | Orders Admin Log Button
| * | | | | | | Orders Admin Log Buttonroot2016-07-262-10/+13
|/ / / / / / /
* | | | | | | Merge pull request #525 from nextcloud/fix-theme-logo-positionJoas Schilling2016-07-264-9/+14
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Fix theme logo position and shape
| * | | | | | Theming: Fix preview and center alignment of logoJulius Haertl2016-07-252-4/+5
| | | | | | |
| * | | | | | Adjust testsLukas Reschke2016-07-221-3/+6
| | | | | | |
| * | | | | | Update header.cssJos Poortvliet2016-07-221-1/+1
| | | | | | | | | | | | | | | | | | | | | make the logo look good on the login page
| * | | | | | Update themingcontroller.phpJos Poortvliet2016-07-221-1/+2
| | | | | | |
* | | | | | | Merge pull request #557 from nextcloud/fix-css-scope-files-externalMorris Jobke2016-07-262-5/+6
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Add proper scope to files external CSS
| * | | | | | | Add proper scope to files external CSSMorris Jobke2016-07-252-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * for select2
* | | | | | | | [tx-robot] updated from transifexNextcloud bot2016-07-266-4/+6
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Merge pull request #292 from nextcloud/recent-filesWilliam Bargent2016-07-2518-34/+640
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Add "Recent" file listing
| * | | | | | | fix testRobin Appelman2016-07-251-1/+1
| | | | | | | |
| * | | | | | | block user sorting in recent filesRobin Appelman2016-07-222-1/+7
| | | | | | | |