summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Generate the checks list in JSJoas Schilling2016-07-273-36/+50
|
* 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
| | | | |
| * | | | use limit instead of since when listing recent filesRobin Appelman2016-07-225-54/+18
| | | | |
| * | | | fix testRobin Appelman2016-07-223-8/+30
| | | | |
| * | | | Add recent file listingRobin Appelman2016-07-226-2/+285
| | | | |
| * | | | add recent files api endpointRobin Appelman2016-07-223-18/+56
| | | | |
| * | | | add recent files to node apiRobin Appelman2016-07-225-5/+298
| | | | |
| * | | | Fix storage id with storage jailRobin Appelman2016-07-221-1/+1
| | |/ / | |/| |
* | | | Merge pull request #509 from nextcloud/appframework_magic_allow_default_varsMorris Jobke2016-07-251-0/+6
|\ \ \ \ | |_|/ / |/| | | AppFramework add default values (ApiController) as parameters
| * | | Inject parametersRoeland Jago Douma2016-07-221-0/+6
| | | |
* | | | Merge pull request #550 from nextcloud/ldap-integration-test-autoloaderMorris Jobke2016-07-2512-22/+37
|\ \ \ \ | | | | | | | | | | fix autoloading in LPAP integration tests, resolves #544
| * | | | fix autoloading in LPAP integration tests, resolves #544Arthur Schiwon2016-07-2512-22/+37
| | | | |
* | | | | Merge pull request #523 from Faldon/masterJoas Schilling2016-07-2512-33/+42
|\ \ \ \ \ | | | | | | | | | | | | Renamed file logging
| * | | | | Renamed test classes for file logging tests.Thomas Pulzer2016-07-222-3/+3
| | | | | |
| * | | | | Changed code style and made use of '===' comparison.Thomas Pulzer2016-07-221-1/+4
| | | | | |
| * | | | | Reverted the default syslog tag to avoid breaking existing systems.Thomas Pulzer2016-07-221-1/+1
| | | | | |
| * | | | | Changed logtype to file instead of owncloud.Thomas Pulzer2016-07-2213-31/+37
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Updated the config sample to point to log_type='file' - Renamed the Class for logfile logging to File in namespace 'OC\Log\'. Changed the occurrences of 'OC\Log\Owncloud' to 'OC\Log\File'. - Renamed the Class for log:file command to File in namespace 'OC\Core\Command\Log\File'. Changed registration of the command to use 'OC\Core\Command\Log\File'. - Changed default Syslog tag to Nextcloud - Retained backwards compatibility for configs with 'logtype' => 'owncloud' - Adjusted tests for the new file log. Closes #490.
* | | | | Merge pull request #547 from nextcloud/fix-restore-all-filesJoas Schilling2016-07-251-2/+1
|\ \ \ \ \ | | | | | | | | | | | | Fix error message while restoring all files
| * | | | | Fix error message while restoring all filesMorris Jobke2016-07-251-2/+1
|/ / / / / | | | | | | | | | | | | | | | | | | | | * use $_POST['files'] only of ssinlge files are restored * fixes #528
* | | | | Merge pull request #530 from nextcloud/fix-theme-loadingMorris Jobke2016-07-252-2/+10
|\ \ \ \ \ | | | | | | | | | | | | Make sure we try to autoload the class
| * | | | | Make sure we try to autoload the classJoas Schilling2016-07-222-2/+10
| | | | | |
* | | | | | [tx-robot] updated from transifexNextcloud bot2016-07-2510-6/+78
| |_|/ / / |/| | | |
* | | | | [tx-robot] updated from transifexNextcloud bot2016-07-2410-2/+24
| | | | |