summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #19888 from nextcloud/fix/objectstore_rename_mimetypeRoeland Jago Douma2020-03-121-6/+1
|\ | | | | Get correct mimetype on objectstores
| * Get correct mimetype on objectstoresRoeland Jago Douma2020-03-111-6/+1
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #19899 from ↵Roeland Jago Douma2020-03-121-1/+2
|\ \ | | | | | | | | | | | | nextcloud/force-compatible-eventdispatcher-version-in-integration-tests Force compatible EventDispatcher version in integration tests
| * | Force compatible EventDispatcher version in integration testsDaniel Calviño Sánchez2020-03-121-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Nextcloud requires EventDispatcher from Symfony 4.4. Behat required Symfony 4.x until Behat 3.5, but since Behat 3.6 it supports Symfony 5.x too. However, as the EventDispatcher version was not restricted in the "composer.json" file Composer installed the latest compatible version with all the dependencies, which happened to be Symfony 5.x. To prevent that now the EventDispatcher is explicitly limited to Symfony 4.4 only. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | | Merge pull request #19902 from nextcloud/enh/noid/typo-portalmRoeland Jago Douma2020-03-121-1/+1
|\ \ \ | | | | | | | | Change Portalm to Portal
| * | | Change Portalm to PortalDaniel Kesselberg2020-03-121-1/+1
|/ / / | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | Merge pull request #19892 from nextcloud/enh/installation-bundleRoeland Jago Douma2020-03-1218-194/+292
|\ \ \ | | | | | | | | Move install scripts to a bundle
| * | | Bump bundlesJulius Härtl2020-03-1110-54/+137
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | Only load required scripts on install pageJulius Härtl2020-03-111-8/+10
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | Use jquery-ui to only embed button componentsJulius Härtl2020-03-113-0/+10
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | Move install scripts to bundleJulius Härtl2020-03-115-132/+135
| | |/ | |/| | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Merge pull request #19587 from ↵Joas Schilling2020-03-122-10/+27
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/enh/add-guidelines-for-submitting-issues Add guidelines for submitting issues
| * | | Add a link to the portal directlyJoas Schilling2020-03-122-4/+3
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Let people know that the logs not optionalDaniel Kesselberg2020-02-241-0/+3
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | | Add short explanation how to use the organization search to find issues with ↵Daniel Kesselberg2020-02-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | all nextcloud repos. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | | Add guidelines for submitting issues to templateDaniel Kesselberg2020-02-242-10/+25
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | Merge pull request #19777 from nextcloud/fix/viewer-publicJohn Molakvoæ2020-03-124-2/+20
|\ \ \ \ | |_|_|/ |/| | | Properly emit Viewer event on files and files_sharing
| * | | Use dispatchTypedJohn Molakvoæ (skjnldsv)2020-03-111-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | Properly emit Viewer event on files and files_sharingJohn Molakvoæ (skjnldsv)2020-03-113-0/+17
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | Fix import order and formattingJohn Molakvoæ (skjnldsv)2020-03-112-2/+3
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | [tx-robot] updated from transifexNextcloud bot2020-03-1236-20/+370
| | | |
* | | | Merge pull request #19822 from nextcloud/sftp-read-streamRoeland Jago Douma2020-03-113-0/+384
|\ \ \ \ | |_|_|/ |/| | | Faster implementation of sftp read and write stream
| * | | faster implementation of SFTP write streamRobin Appelman2020-03-103-0/+184
| | | | | | | | | | | | | | | | | | | | | | | | using mostly the same techniques as the read stream Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | Faster implementation of sftp read streamRobin Appelman2020-03-062-0/+200
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Keeps a single file handle open instead of creating a new one for every stream_read - Read from sftp in large chunks instead of the 8k internal php size - Request a read for the next chunk while we're still processing the current one Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #19861 from ↵Joas Schilling2020-03-111-0/+4
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/load-remote-shares-also-when-one-is-down Don't break when one remote share is down
| * | | | Don't break when one remote share is downJoas Schilling2020-03-091-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | getFileInfo can also return false Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Merge pull request #19839 from ↵Roeland Jago Douma2020-03-1138-705/+712
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/nextcloud/vue-1.4.0 Bump @nextcloud/vue from 1.3.1 to 1.4.0
| * | | | | Bump @nextcloud/vue from 1.3.1 to 1.4.0dependabot-preview[bot]2020-03-1038-705/+712
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 1.3.1 to 1.4.0. - [Release notes](https://github.com/nextcloud/nextcloud-vue/releases) - [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v1.3.1...v1.4.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | | | | [tx-robot] updated from transifexNextcloud bot2020-03-11128-108/+136
| | | | | |
* | | | | | Merge pull request #19173 from ↵Roeland Jago Douma2020-03-105-135/+221
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/fix-displayname-of-contacts-in-remote-activities Use contacts name on federated activities
| * | | | | | Fix unit testsJoas Schilling2020-03-101-56/+75
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | | Unify the code a bitJoas Schilling2020-03-104-53/+74
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | | Use contacts name on federated activitiesJoas Schilling2020-03-104-38/+84
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | | Merge pull request #19580 from nextcloud/debt/noid/outdated-checkRoeland Jago Douma2020-03-102-13/+9
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Update check for outdated php version.
| * | | | | | | Update check for outdated php version.Daniel Kesselberg2020-02-242-13/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | | | | | Merge pull request #19867 from Jose123456/error-loggingRoeland Jago Douma2020-03-101-1/+5
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | Set error_logging correctly. Fixes #19847
| * | | | | | | E_ALL already sets E_DEPRECATEDJose Quinteiro2020-03-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jose Quinteiro <github@quinteiro.org>
| * | | | | | | Set error_logging correctly. Fixes #19847Jose Quinteiro2020-03-091-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't override the error_logging setting from php.ini unless we're debugging. Signed-off-by: Jose Quinteiro <github@quinteiro.org>
* | | | | | | | Merge pull request #19812 from nextcloud/enh/noid/subscription-configRoeland Jago Douma2020-03-104-2/+46
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Add config flag for subscription and hide server development notice
| * | | | | | | | Add system config flag to manually set that a subscription is availableJulius Härtl2020-03-103-2/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | | | | | Hide development notice when subscription is validJulius Härtl2020-03-061-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | | | | | Merge pull request #19862 from ↵Joas Schilling2020-03-101-0/+4
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/techdebt/noid/fix-editor-config-for-tests Fix editor config for integration test files
| * | | | | | | | | Fix editor config for integration test filesJoas Schilling2020-03-091-0/+4
| | |_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | | | | Merge pull request #18555 from nextcloud/bugfix/18530/edit-own-userRoeland Jago Douma2020-03-1024-237/+13989
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Allow to edit admin/own user in the user management
| * | | | | | | | | Bump bundlesJulius Härtl2020-03-1018-226/+13971
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | | | | | | Fix group navigationJulius Härtl2020-03-102-4/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | | | | | | Fix row height and display name inputJulius Härtl2020-03-101-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | | | | | | Allow to edit admin/own user in the user managementJulius Härtl2020-03-103-7/+5
| | |_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | | | | | Merge pull request #19698 from nextcloud/fix/fix_image_preview_deleted_sharesRoeland Jago Douma2020-03-105-5/+30
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | Fix default action for deleted shares
| * | | | | | | | Fix default action for deleted sharesGretaD2020-03-095-5/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: GretaD <gretadoci@gmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>