summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ownCloud -> NextcloudDaniel Hansson2016-07-281-1/+1
|
* Merge pull request #624 from nextcloud/users-capitalizationWilliam Bargent2016-07-284-11/+11
|\ | | | | fix capitalization of text in users management
| * fix capitalization of text in users managementJan-Christoph Borchardt2016-07-284-11/+11
| |
* | Merge pull request #620 from nextcloud/theming-firstrunwizardBjörn Schießle2016-07-282-53/+159
|\ \ | | | | | | apply theme to the firstrunwizard
| * | fix unit testsBjoern Schiessle2016-07-281-53/+143
| | |
| * | re-use background color from theme in the firstrunwizardBjoern Schiessle2016-07-281-0/+9
| | |
| * | apply theme to the firstrunwizardBjoern Schiessle2016-07-281-0/+7
|/ /
* | Merge pull request #612 from nextcloud/improve-xml-loaded-version-handlingLukas Reschke2016-07-281-2/+8
|\ \ | | | | | | libxml - compare against loaded version
| * | libxml - compare against loaded versionMorris Jobke2016-07-281-2/+8
| | | | | | | | | | | | | | | | | | | | | * if the compiled in version is older than the loaded version Nextcloud doesn't work * uses the loaded libxml version to check against fixes #205
* | | Merge pull request #415 from nextcloud/theming-colorize-checkboxesJan-Christoph Borchardt2016-07-288-61/+194
|\ \ \ | |_|/ |/| | Colorize checkboxes depending on theming color
| * | Theming: Cleanup and remove opacity from checkbox/radiobuttonJulius Haertl2016-07-272-4/+1
| | |
| * | Theming: Generate colorized radio buttons dynamicallyJulius Haertl2016-07-275-56/+51
| | |
| * | Theming: Colorize radio buttons and append new styles on previewJulius Haertl2016-07-277-56/+121
| | |
| * | Theming: Clean up css generation and fix testsJulius Haertl2016-07-272-55/+87
| | |
| * | Theming: Colorize checkboxes depending on luminanceJulius Haertl2016-07-273-2/+28
| | |
| * | Theming: Preview for colorized checkboxesJulius Haertl2016-07-271-5/+18
| | |
| * | Colorize checkboxes depending on theming colorJulius Haertl2016-07-272-4/+9
| |/
* | Merge pull request #519 from GitHubUser4234/masterblizzz2016-07-2825-97/+1084
|\ \ | | | | | | New LDAPProvider for user_ldap
| * | Nextcloud license header for new filesroot2016-07-288-64/+83
| | |
| * | Merge branch 'master' of https://github.com/nextcloud/serverroot2016-07-27133-178/+914
| |\ \
| * | | comments amendedroot2016-07-273-3/+2
| | | |
| * | | final changesroot2016-07-278-30/+23
| | | |
| * | | Merge branch 'master' of https://github.com/nextcloud/serverroot2016-07-2577-175/+346
| |\ \ \
| * \ \ \ Merge branch 'master' of https://github.com/nextcloud/serverroot2016-07-2218-20/+20
| |\ \ \ \
| * | | | | New LDAPProvider for user_ldaproot2016-07-2226-98/+1074
| | | | | |
* | | | | | Merge pull request #494 from nextcloud/systemtag-managementLukas Reschke2016-07-286-1/+287
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add a simple Admin UI to manage systemtags
| * | | | | | Add a simple Admin UI to manage systemtagsJoas Schilling2016-07-276-1/+287
| | | | | | |
* | | | | | | [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