Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ownCloud -> Nextcloud | Daniel Hansson | 2016-07-28 | 1 | -1/+1 |
| | |||||
* | Merge pull request #624 from nextcloud/users-capitalization | William Bargent | 2016-07-28 | 4 | -11/+11 |
|\ | | | | | fix capitalization of text in users management | ||||
| * | fix capitalization of text in users management | Jan-Christoph Borchardt | 2016-07-28 | 4 | -11/+11 |
| | | |||||
* | | Merge pull request #620 from nextcloud/theming-firstrunwizard | Björn Schießle | 2016-07-28 | 2 | -53/+159 |
|\ \ | | | | | | | apply theme to the firstrunwizard | ||||
| * | | fix unit tests | Bjoern Schiessle | 2016-07-28 | 1 | -53/+143 |
| | | | |||||
| * | | re-use background color from theme in the firstrunwizard | Bjoern Schiessle | 2016-07-28 | 1 | -0/+9 |
| | | | |||||
| * | | apply theme to the firstrunwizard | Bjoern Schiessle | 2016-07-28 | 1 | -0/+7 |
|/ / | |||||
* | | Merge pull request #612 from nextcloud/improve-xml-loaded-version-handling | Lukas Reschke | 2016-07-28 | 1 | -2/+8 |
|\ \ | | | | | | | libxml - compare against loaded version | ||||
| * | | libxml - compare against loaded version | Morris Jobke | 2016-07-28 | 1 | -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-checkboxes | Jan-Christoph Borchardt | 2016-07-28 | 8 | -61/+194 |
|\ \ \ | |_|/ |/| | | Colorize checkboxes depending on theming color | ||||
| * | | Theming: Cleanup and remove opacity from checkbox/radiobutton | Julius Haertl | 2016-07-27 | 2 | -4/+1 |
| | | | |||||
| * | | Theming: Generate colorized radio buttons dynamically | Julius Haertl | 2016-07-27 | 5 | -56/+51 |
| | | | |||||
| * | | Theming: Colorize radio buttons and append new styles on preview | Julius Haertl | 2016-07-27 | 7 | -56/+121 |
| | | | |||||
| * | | Theming: Clean up css generation and fix tests | Julius Haertl | 2016-07-27 | 2 | -55/+87 |
| | | | |||||
| * | | Theming: Colorize checkboxes depending on luminance | Julius Haertl | 2016-07-27 | 3 | -2/+28 |
| | | | |||||
| * | | Theming: Preview for colorized checkboxes | Julius Haertl | 2016-07-27 | 1 | -5/+18 |
| | | | |||||
| * | | Colorize checkboxes depending on theming color | Julius Haertl | 2016-07-27 | 2 | -4/+9 |
| |/ | |||||
* | | Merge pull request #519 from GitHubUser4234/master | blizzz | 2016-07-28 | 25 | -97/+1084 |
|\ \ | | | | | | | New LDAPProvider for user_ldap | ||||
| * | | Nextcloud license header for new files | root | 2016-07-28 | 8 | -64/+83 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/nextcloud/server | root | 2016-07-27 | 133 | -178/+914 |
| |\ \ | |||||
| * | | | comments amended | root | 2016-07-27 | 3 | -3/+2 |
| | | | | |||||
| * | | | final changes | root | 2016-07-27 | 8 | -30/+23 |
| | | | | |||||
| * | | | Merge branch 'master' of https://github.com/nextcloud/server | root | 2016-07-25 | 77 | -175/+346 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'master' of https://github.com/nextcloud/server | root | 2016-07-22 | 18 | -20/+20 |
| |\ \ \ \ | |||||
| * | | | | | New LDAPProvider for user_ldap | root | 2016-07-22 | 26 | -98/+1074 |
| | | | | | | |||||
* | | | | | | Merge pull request #494 from nextcloud/systemtag-management | Lukas Reschke | 2016-07-28 | 6 | -1/+287 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Add a simple Admin UI to manage systemtags | ||||
| * | | | | | | Add a simple Admin UI to manage systemtags | Joas Schilling | 2016-07-27 | 6 | -1/+287 |
| | | | | | | | |||||
* | | | | | | | [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 |