aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Install more PHP modules by defaultLukas Reschke2021-02-082-1/+7
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Hard-code SMTP configurationLukas Reschke2021-02-081-4/+11
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Add initial support for GitHub codespacesLukas Reschke2021-02-085-0/+104
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* [tx-robot] updated from transifexNextcloud bot2021-02-0824-38/+514
|
* Merge pull request #25517 from ↵dependabot-preview[bot]2021-02-0730-449/+1489
|\ | | | | | | nextcloud/dependabot/npm_and_yarn/babel/preset-env-7.12.13
| * Bump @babel/preset-env from 7.12.11 to 7.12.13dependabot-preview[bot]2021-02-0730-449/+1489
|/ | | | | | | | | | Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.12.11 to 7.12.13. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.12.13/packages/babel-preset-env) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* Merge pull request #25516 from ↵dependabot-preview[bot]2021-02-074-6/+6
|\ | | | | | | nextcloud/dependabot/npm_and_yarn/css-vars-ponyfill-2.4.3
| * Bump css-vars-ponyfill from 2.4.2 to 2.4.3dependabot-preview[bot]2021-02-074-6/+6
| | | | | | | | | | | | | | | | | | | | Bumps [css-vars-ponyfill](https://github.com/jhildenbiddle/css-vars-ponyfill) from 2.4.2 to 2.4.3. - [Release notes](https://github.com/jhildenbiddle/css-vars-ponyfill/releases) - [Changelog](https://github.com/jhildenbiddle/css-vars-ponyfill/blob/master/CHANGELOG.md) - [Commits](https://github.com/jhildenbiddle/css-vars-ponyfill/compare/v2.4.2...v2.4.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* | [tx-robot] updated from transifexNextcloud bot2021-02-0736-140/+218
| |
* | Merge pull request #25499 from nextcloud/test/symfony-adapterRoeland Jago Douma2021-02-063-1/+160
|\ \ | | | | | | Test the symfony adapter / fix missing return object
| * | Test the symfony adapterChristoph Wurst2021-02-053-1/+160
| | | | | | | | | | | | | | | | | | | | | | | | To prevent regression in the future. And make sure we always return an object … Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #25518 from nextcloud/dependabot/npm_and_yarn/chai-4.3.0dependabot-preview[bot]2021-02-062-7/+7
|\ \ \
| * | | Bump chai from 4.2.0 to 4.3.0dependabot-preview[bot]2021-02-062-7/+7
| | |/ | |/| | | | | | | | | | | | | | | | | | | Bumps [chai](https://github.com/chaijs/chai) from 4.2.0 to 4.3.0. - [Release notes](https://github.com/chaijs/chai/releases) - [Changelog](https://github.com/chaijs/chai/blob/master/History.md) - [Commits](https://github.com/chaijs/chai/compare/4.2.0...4.3.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | Merge pull request #25503 from ↵Roeland Jago Douma2021-02-063-2/+3
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/bugfix/23617/fix-share-dropdown-position Sharing dropdown now opens below
| * | | Sharing dropdown now opens belowVincent Petry2021-02-053-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes an issue where the dropdown list was not visible on small screens as it would appear above the field and be hidden behind the container border. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | | | Merge pull request #25505 from nextcloud/versions-expire-handle-unavailableRoeland Jago Douma2021-02-061-2/+9
|\ \ \ \ | | | | | | | | | | dont stop expiring versions if we cant check if the source file still exists
| * | | | dont stop expiring versions if we cant check if the source file still existsRobin Appelman2021-02-051-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | instead continue assuming it still exists Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | Merge pull request #25515 from ↵dependabot-preview[bot]2021-02-062-23/+23
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/webpack-cli-4.5.0
| * | | | | Bump webpack-cli from 4.4.0 to 4.5.0dependabot-preview[bot]2021-02-062-23/+23
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 4.4.0 to 4.5.0. - [Release notes](https://github.com/webpack/webpack-cli/releases) - [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack-cli/compare/webpack-cli@4.4.0...webpack-cli@4.5.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | | | Merge pull request #25521 from ↵dependabot-preview[bot]2021-02-062-65/+232
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/babel/core-7.12.13
| * | | | | Bump @babel/core from 7.12.10 to 7.12.13dependabot-preview[bot]2021-02-062-65/+232
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.12.10 to 7.12.13. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.12.13/packages/babel-core) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | | | Merge pull request #25520 from ↵dependabot-preview[bot]2021-02-062-49/+121
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/babel/plugin-proposal-class-properties-7.12.13
| * | | | | Bump @babel/plugin-proposal-class-properties from 7.12.1 to 7.12.13dependabot-preview[bot]2021-02-062-49/+121
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@babel/plugin-proposal-class-properties](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-proposal-class-properties) from 7.12.1 to 7.12.13. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.12.13/packages/babel-plugin-proposal-class-properties) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | | | Merge pull request #25512 from ↵dependabot-preview[bot]2021-02-062-35/+20
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/build/karma-viewport-1.0.8
| * | | | | Bump karma-viewport from 1.0.7 to 1.0.8 in /builddependabot-preview[bot]2021-02-062-35/+20
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [karma-viewport](https://github.com/squidfunk/karma-viewport) from 1.0.7 to 1.0.8. - [Release notes](https://github.com/squidfunk/karma-viewport/releases) - [Changelog](https://github.com/squidfunk/karma-viewport/blob/master/CHANGELOG) - [Commits](https://github.com/squidfunk/karma-viewport/compare/1.0.7...1.0.8) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* / / / / [tx-robot] updated from transifexNextcloud bot2021-02-0614-4/+926
|/ / / /
* | | | Merge pull request #25500 from Worteks/fix-sharemanager-genericshareexceptionRoeland Jago Douma2021-02-051-1/+2
|\ \ \ \ | | | | | | | | | | fix(translation): replace static error message
| * | | | revert(comment)Samuel2021-02-051-1/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Samuel <faust64@gmail.com>
| * | | | revert(exception): keep throwing an exception for nowSamuel2021-02-051-2/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Samuel <faust64@gmail.com>
| * | | | fix(translation): replace static error messageSamuel2021-02-051-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | as suggested by @kesselb in nextcloud/server#25490 Signed-off-by: Samuel <faust64@gmail.com>
* | | | | Merge pull request #25404 from ↵Roeland Jago Douma2021-02-054-7/+7
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/vue-router-3.5.1 Bump vue-router from 3.4.9 to 3.5.1
| * | | | | Bump vue-router from 3.4.9 to 3.5.1dependabot-preview[bot]2021-02-054-7/+7
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [vue-router](https://github.com/vuejs/vue-router) from 3.4.9 to 3.5.1. - [Release notes](https://github.com/vuejs/vue-router/releases) - [Changelog](https://github.com/vuejs/vue-router/blob/dev/CHANGELOG.md) - [Commits](https://github.com/vuejs/vue-router/compare/v3.4.9...v3.5.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* | | | | Merge pull request #25472 from nextcloud/js/burn/dompurityChristoph Wurst2021-02-059-10/+8
|\ \ \ \ \ | |_|_|_|/ |/| | | | Kill DOMPurify from main bundle
| * | | | Kill DOMPurify from main bundleRoeland Jago Douma2021-02-039-10/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Apps using this should ship their own. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | Merge pull request #25487 from nextcloud/fix/generic-even-wrapper-log-onceRoeland Jago Douma2021-02-051-0/+8
|\ \ \ \ \ | |_|/ / / |/| | | | Log deprecation notice of GenericEventWrapper just once
| * | | | Log deprecation notice of GenericEventWrapper just onceChristoph Wurst2021-02-051-0/+8
|/ / / / | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | [tx-robot] updated from transifexNextcloud bot2021-02-0532-220/+536
| | | |
* | | | Merge pull request #25441 from nextcloud/bugfix/24473/quickfix-tags-view-onceVincent Petry2021-02-043-5/+10
|\ \ \ \ | | | | | | | | | | Fix duplicate tag info view registration
| * | | | Fix duplicate tag info view registrationVincent Petry2021-02-033-5/+10
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Only register the tag info view once as it's stored in a singleton. This fixes an issue where the tag info view did not get rendered after swiching between different file views. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | | | Merge pull request #25443 from ↵Roeland Jago Douma2021-02-043-5/+5
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | nextcloud/bugfix/25442/fix-settings-users-pagination-tolerance Make user list pagination more tolerant
| * | | Make user list pagination more tolerantVincent Petry2021-02-043-5/+5
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | In case the server returns more results than expected by the limit, it is now still interpreted as there being more results to query. This situation can happen when there are multiple user backends in place. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* / / [tx-robot] updated from transifexNextcloud bot2021-02-0416-58/+160
|/ /
* | Merge pull request #25467 from nextcloud/debt/noid/test-dbal-exception-wrapRoeland Jago Douma2021-02-031-0/+87
|\ \ | | | | | | Add test for dbal exception wrapping
| * | Add test for dbal exception wrappingDaniel Kesselberg2021-02-031-0/+87
| | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | Merge pull request #25468 from nextcloud/fix/nextcloud-upgrade-22Joas Schilling2021-02-031-1/+1
|\ \ \ | | | | | | | | Allow upgrades in Nextcloud 22 / Disallow upgrade from 20
| * | | Do not allow upgrade from Nextcloud 20Christoph Wurst2021-02-031-1/+0
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | | Allow upgrades in Nextcloud 22Christoph Wurst2021-02-031-0/+1
|/ / / | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #25464 from ↵Christoph Wurst2021-02-032-5/+267
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/enhancement/parse-calendar-object-for-attendees Parse calendar object for attendees and emit interaction events
| * | | Parse calendar object for attendees and emit interaction eventsChristoph Wurst2021-02-032-5/+267
|/ / / | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #25432 from nextcloud/enhancement/calendar-interaction-eventsChristoph Wurst2021-02-034-0/+130
|\ \ \ | |/ / |/| | Emit calendar interaction events