summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Improve mention matchesJoas Schilling2021-02-063-10/+9
* 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
* | Merge pull request #25503 from nextcloud/bugfix/23617/fix-share-dropdown-posi...Roeland Jago Douma2021-02-063-2/+3
|\ \
| * | Sharing dropdown now opens belowVincent Petry2021-02-053-2/+3
* | | 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 existsRobin Appelman2021-02-051-2/+9
* | | | Merge pull request #25515 from nextcloud/dependabot/npm_and_yarn/webpack-cli-...dependabot-preview[bot]2021-02-062-23/+23
|\ \ \ \
| * | | | Bump webpack-cli from 4.4.0 to 4.5.0dependabot-preview[bot]2021-02-062-23/+23
| | |_|/ | |/| |
* | | | Merge pull request #25521 from nextcloud/dependabot/npm_and_yarn/babel/core-7...dependabot-preview[bot]2021-02-062-65/+232
|\ \ \ \
| * | | | Bump @babel/core from 7.12.10 to 7.12.13dependabot-preview[bot]2021-02-062-65/+232
|/ / / /
* | | | Merge pull request #25520 from nextcloud/dependabot/npm_and_yarn/babel/plugin...dependabot-preview[bot]2021-02-062-49/+121
|\ \ \ \
| * | | | Bump @babel/plugin-proposal-class-properties from 7.12.1 to 7.12.13dependabot-preview[bot]2021-02-062-49/+121
| |/ / /
* | | | Merge pull request #25512 from nextcloud/dependabot/npm_and_yarn/build/karma-...dependabot-preview[bot]2021-02-062-35/+20
|\ \ \ \
| * | | | Bump karma-viewport from 1.0.7 to 1.0.8 in /builddependabot-preview[bot]2021-02-062-35/+20
| |/ / /
* / / / [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
|\ \ \
| * | | revert(comment)Samuel2021-02-051-1/+0
| * | | revert(exception): keep throwing an exception for nowSamuel2021-02-051-2/+3
| * | | fix(translation): replace static error messageSamuel2021-02-051-2/+3
* | | | Merge pull request #25404 from nextcloud/dependabot/npm_and_yarn/vue-router-3...Roeland Jago Douma2021-02-054-7/+7
|\ \ \ \
| * | | | Bump vue-router from 3.4.9 to 3.5.1dependabot-preview[bot]2021-02-054-7/+7
| | |_|/ | |/| |
* | | | Merge pull request #25472 from nextcloud/js/burn/dompurityChristoph Wurst2021-02-059-10/+8
|\ \ \ \
| * | | | Kill DOMPurify from main bundleRoeland Jago Douma2021-02-039-10/+8
* | | | | Merge pull request #25487 from nextcloud/fix/generic-even-wrapper-log-onceRoeland Jago Douma2021-02-051-0/+8
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Log deprecation notice of GenericEventWrapper just onceChristoph Wurst2021-02-051-0/+8
|/ / / /
* | | | [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 registrationVincent Petry2021-02-033-5/+10
| |/ / /
* | | | Merge pull request #25443 from nextcloud/bugfix/25442/fix-settings-users-pagi...Roeland Jago Douma2021-02-043-5/+5
|\ \ \ \ | |_|/ / |/| | |
| * | | Make user list pagination more tolerantVincent Petry2021-02-043-5/+5
|/ / /
* / / [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 wrappingDaniel Kesselberg2021-02-031-0/+87
* | | Merge pull request #25468 from nextcloud/fix/nextcloud-upgrade-22Joas Schilling2021-02-031-1/+1
|\ \ \
| * | | Do not allow upgrade from Nextcloud 20Christoph Wurst2021-02-031-1/+0
| * | | Allow upgrades in Nextcloud 22Christoph Wurst2021-02-031-0/+1
|/ / /
* | | Merge pull request #25464 from nextcloud/enhancement/parse-calendar-object-fo...Christoph Wurst2021-02-032-5/+267
|\ \ \
| * | | Parse calendar object for attendees and emit interaction eventsChristoph Wurst2021-02-032-5/+267
|/ / /
* | | Merge pull request #25432 from nextcloud/enhancement/calendar-interaction-eventsChristoph Wurst2021-02-034-0/+130
|\ \ \ | |/ / |/| |
| * | Emit an interaction event for calendar event user attendeesChristoph Wurst2021-02-032-14/+39
| * | Emit an interaction event for calendar share recipientsChristoph Wurst2021-02-034-0/+105
|/ /
* | Merge pull request #25403 from nextcloud/dependabot/npm_and_yarn/vuex-3.6.2dependabot-preview[bot]2021-02-0312-17/+17
|\ \
| * | Bump vuex from 3.6.0 to 3.6.2dependabot-preview[bot]2021-02-0312-17/+17
* | | Merge pull request #25454 from nextcloud/this-is-22Joas Schilling2021-02-0330-31/+31
|\ \ \
| * | | This is 22Joas Schilling2021-02-0330-31/+31
|/ / /
* / / [tx-robot] updated from transifexNextcloud bot2021-02-0312-2/+32
|/ /
* | Merge pull request #25453 from nextcloud/revert-25438-pin-psalm-versionRoeland Jago Douma2021-02-021-1/+1
|\ \
| * | Revert "Pin Psalm version to an older one"Roeland Jago Douma2021-02-021-1/+1
|/ /
* | Merge pull request #25438 from nextcloud/pin-psalm-versionRoeland Jago Douma2021-02-021-1/+1
|\ \ | |/ |/|