summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2016-11-10128-98/+552
|
* Merge pull request #2058 from ↵Morris Jobke2016-11-092-4/+20
|\ | | | | | | | | nextcloud/better-error-message-for-installation-error Use a better error message and point the users to the support channels
| * Correctly catch the "soft errors" nowJoas Schilling2016-11-091-4/+8
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Use a better error message and point the users to the support channelsJoas Schilling2016-11-092-1/+13
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #2052 from nextcloud/ros-definitions-as-php-classMorris Jobke2016-11-098-265/+425
|\ \ | | | | | | Use a php class for the definitions to avoid loading problems
| * | Add test and adjust PHP function argumentsLukas Reschke2016-11-092-1/+10
| | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | Add tests for validity of the definitionsJoas Schilling2016-11-091-0/+84
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Use a php class for the definitions to avoid loading problemsJoas Schilling2016-11-097-265/+332
| |/ | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #1792 from nextcloud/bump_sabreRoeland Jago Douma2016-11-0925-120/+375
|\ \ | | | | | | Bump sabre
| * | Adjust third-party refLukas Reschke2016-11-091-0/+0
| | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | Add testsLukas Reschke2016-11-092-0/+143
| | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | Fix CalendarTestRoeland Jago Douma2016-11-042-1/+25
| | | | | | | | | | | | | | | | | | * Made sure delete from self works again (and is tested) Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | Fix pluginRoeland Jago Douma2016-11-042-1/+43
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | Minor fixesRoeland Jago Douma2016-11-043-5/+5
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | Fix testsRoeland Jago Douma2016-11-042-2/+2
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | [3rdparty] Bump sabre/dav to 3.2Roeland Jago Douma2016-11-041-0/+0
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | Update sabre dav to 3.2 (#26115)Thomas Müller2016-11-0419-112/+158
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update sabre/dav to 3.2.0 * Adjust code to work with sabre/dav 3.2.0 and it's dependencies * Adding own CalDAV plugin to fix calendar home property * Test if there is a user logged in when listing files home * Update sabre version used by integration tests * Disable unauthenticated DAV access This is needed to make Sabre 3.2 behave like we did before. Eventually we should integrate better with the ACL plugin which itself should implement an auth failure when appropriate. ===== * Fixed so cherry-pick was succesfull Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #2055 from nextcloud/js-codecovLukas Reschke2016-11-092-1/+5
|\ \ \ | |_|/ |/| | Javascript code coverage
| * | Generate js codecov coverageRoeland Jago Douma2016-11-092-1/+5
|/ / | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #2053 from nextcloud/make-sure-we-can-backup-the-command-busMorris Jobke2016-11-081-4/+4
|\ \ | | | | | | Make sure the database is not replaced while we make a backup of the …
| * | Make sure the database is not replaced while we make a backup of the serviceJoas Schilling2016-11-081-4/+4
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #2037 from nextcloud/fix-preview-urlsRoeland Jago Douma2016-11-081-2/+2
|\ \ \ | | | | | | | | Fix preview URLs
| * | | Fix preview URLsJoas Schilling2016-11-081-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #1998 from nextcloud/share-by-mail-notificationBjörn Schießle2016-11-0810-58/+543
|\ \ \ \ | |/ / / |/| | | add share by mail activity
| * | | Fix some typosJoas Schilling2016-11-081-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | add activity if a file was shared by mailBjoern Schiessle2016-11-087-13/+420
| | | | | | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * | | add new definitionBjoern Schiessle2016-11-081-0/+19
| | | | | | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * | | add activity for share by mailBjoern Schiessle2016-11-083-45/+104
| | | | | | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | | | Merge pull request #1618 from nextcloud/show-folder-shared-statusMorris Jobke2016-11-0810-22/+440
|\ \ \ \ | |_|/ / |/| | | make it possible to share the current folder
| * | | Fix styling of the breadcrumbs iconMorris Jobke2016-11-082-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * properly center share icon * also apply styles for public share icon Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | fix share icon position and remove debug logChristoph Wurst2016-11-082-2/+0
| | | |
| * | | Add testsRoeland Jago Douma2016-11-071-0/+224
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | Show link icon when shared by linkRoeland Jago Douma2016-11-071-13/+12
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | Actually update the stateRoeland Jago Douma2016-11-071-1/+19
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | detail fixes for share current folderJan-Christoph Borchardt2016-11-072-3/+1
| | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | | Listen to sharetab changesRoeland Jago Douma2016-11-072-1/+12
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | update breadcrumb view whenever the share information on the directory info ↵Christoph Wurst2016-11-072-7/+15
| | | | | | | | | | | | | | | | | | | | | | | | model changes Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | | the root folder must not be sharedChristoph Wurst2016-11-071-6/+11
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | | visually reflect sharing state of current folderChristoph Wurst2016-11-074-6/+39
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | | refactor share permission logic into own method to reuse it for the share tabChristoph Wurst2016-11-073-14/+27
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | | let users share the curren folderChristoph Wurst2016-11-072-4/+19
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | | show whether the current folder was shared or notChristoph Wurst2016-11-075-0/+93
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | Merge pull request #2047 from nextcloud/update-containersChristoph Wurst2016-11-081-39/+39
|\ \ \ \ | | | | | | | | | | Update containers to latest version
| * | | | Update containers to latest versionMorris Jobke2016-11-081-39/+39
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | Merge pull request #2038 from nextcloud/js_testsMorris Jobke2016-11-081-7/+7
|\ \ \ \ \ | | | | | | | | | | | | Bump jstests deps
| * | | | | Bump jstests depsRoeland Jago Douma2016-11-081-7/+7
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | Merge pull request #2040 from nextcloud/firefox-svg-workaround-fixMorris Jobke2016-11-081-1/+3
|\ \ \ \ \ | |/ / / / |/| | | | Apply firefox workaroud to svg filters
| * | | | Apply firefox workaroud to svg filtersJulius Haertl2016-11-081-1/+3
| |/ / / | | | | | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
* / / / [tx-robot] updated from transifexNextcloud bot2016-11-08112-170/+174
|/ / /
* | | Merge pull request #2036 from nextcloud/try-fixing-firefox-push-stateRoeland Jago Douma2016-11-071-1/+1
|\ \ \ | | | | | | | | Fix the push state