summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Always use the cacheRoeland Jago Douma2021-02-111-23/+18
| | | | | | | | If there is no cache available we will use the null cache. Which (you guessed it) just doesn't do anything. This makes the code flow a bit nicer and psalm a bit happier. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #25378 from nextcloud/bugfix/noid/mention-match-improvementsRoeland Jago Douma2021-02-112-10/+8
|\ | | | | Improve mention matches
| * Improve mention matchesJoas Schilling2021-02-062-10/+8
| | | | | | | | | | | | The previous regex didn't correctly match users with . ' or - Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2021-02-114-16/+26
| |
* | Some psalm fixes for the DashboardControllerRoeland Jago Douma2021-02-101-14/+14
| | | | | | | | | | | | | | * Use the AppFramework IInitialState * Set return type Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #25435 from nextcloud/fix/favorite-iconRoeland Jago Douma2021-02-101-1/+1
|\ \ | | | | | | Fix favorite dark icon
| * | Fix favorite dark iconGretaD2021-02-021-1/+1
| | | | | | | | | | | | Signed-off-by: GretaD <gretadoci@gmail.com>
* | | Merge pull request #25554 from nextcloud/fix/pslam/tainted_cookieLukas Reschke2021-02-101-4/+18
|\ \ \ | | | | | | | | tain-escape the cookie input
| * | | tain-escape the cookie inputRoeland Jago Douma2021-02-091-4/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | we only set the cookie if it is a proper <=32 char alphanum string. Otherwise we just ignore the input. Makes psalm also happier so that we can focus on other errors. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | [tx-robot] updated from transifexNextcloud bot2021-02-106-2/+72
|/ / /
* | | [tx-robot] updated from transifexNextcloud bot2021-02-094-4/+4
| | |
* | | Merge pull request #25493 from Worteks/fix-filessharing-debugRoeland Jago Douma2021-02-083-8/+7
|\ \ \ | | | | | | | | fix(log): remove debug log in _formatRemoteShare, suggested by @maxbes
| * | | fix(ci): build additionalScriptsSamuel2021-02-072-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Samuel <faust64@gmail.com>
| * | | fix(debug): remove debug log in _formatRemoteShare, suggested by @maxbesSamuel2021-02-051-6/+5
| | | | | | | | | | | | | | | | Signed-off-by: Samuel <faust64@gmail.com>
* | | | [tx-robot] updated from transifexNextcloud bot2021-02-0812-36/+40
| | | |
* | | | Bump @babel/preset-env from 7.12.11 to 7.12.13dependabot-preview[bot]2021-02-0722-22/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | [tx-robot] updated from transifexNextcloud bot2021-02-0720-132/+172
| |_|/ |/| |
* | | 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>
* | | | | [tx-robot] updated from transifexNextcloud bot2021-02-0612-2/+924
| | | | |
* | | | | Bump vue-router from 3.4.9 to 3.5.1dependabot-preview[bot]2021-02-052-3/+3
| |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | [tx-robot] updated from transifexNextcloud bot2021-02-0522-176/+484
| | | |
* | | | 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>
* | | | | 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-0412-58/+152
|/ / /
* | | Parse calendar object for attendees and emit interaction eventsChristoph Wurst2021-02-032-5/+267
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Emit an interaction event for calendar event user attendeesChristoph Wurst2021-02-032-14/+39
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Emit an interaction event for calendar share recipientsChristoph Wurst2021-02-034-0/+105
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #25403 from nextcloud/dependabot/npm_and_yarn/vuex-3.6.2dependabot-preview[bot]2021-02-0310-13/+13
|\ \ \
| * | | Bump vuex from 3.6.0 to 3.6.2dependabot-preview[bot]2021-02-0310-13/+13
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [vuex](https://github.com/vuejs/vuex) from 3.6.0 to 3.6.2. - [Release notes](https://github.com/vuejs/vuex/releases) - [Changelog](https://github.com/vuejs/vuex/blob/dev/CHANGELOG.md) - [Commits](https://github.com/vuejs/vuex/compare/v3.6.0...v3.6.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* | | This is 22Joas Schilling2021-02-0329-29/+29
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | [tx-robot] updated from transifexNextcloud bot2021-02-0312-2/+32
|/ /
* | Merge pull request #25393 from nextcloud/fix/25165/repair-dav-sharesRoeland Jago Douma2021-02-021-0/+1
|\ \ | |/ |/| add repair job for unencoded group share uris
| * take into account that UNIQUE index might not work as expectedArthur Schiwon2021-01-291-0/+1
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #25400 from nextcloud/dependabot/npm_and_yarn/marked-1.2.8Julius Härtl2021-02-025-6/+6
|\ \
| * | Bump marked from 1.2.7 to 1.2.8dependabot-preview[bot]2021-02-025-6/+6
| |/ | | | | | | | | | | | | | | | | | | | | Bumps [marked](https://github.com/markedjs/marked) from 1.2.7 to 1.2.8. - [Release notes](https://github.com/markedjs/marked/releases) - [Changelog](https://github.com/markedjs/marked/blob/master/release.config.js) - [Commits](https://github.com/markedjs/marked/compare/v1.2.7...v1.2.8) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | [tx-robot] updated from transifexNextcloud bot2021-02-02864-1832/+866
| |
* | [tx-robot] updated from transifexNextcloud bot2021-02-0132-38/+1042
| |
* | [tx-robot] updated from transifexNextcloud bot2021-01-3118-4/+634
| |
* | [tx-robot] updated from transifexNextcloud bot2021-01-3024-118/+748
|/
* Merge pull request #25383 from nextcloud/bugfix/24893Roeland Jago Douma2021-01-292-2/+10
|\ | | | | Properly handle SMB ACL blocking scanning a directory
| * Properly handle SMB ACL blocking scanning a directoryJulius Härtl2021-01-292-2/+10
| | | | | | | | | | | | | | | | This makes sure that a possible ForbiddenException is properly passed through the storage as a ForbiddenException and can be catched when trying to fetch the quota info of a parent folder Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Merge pull request #25218 from ↵Christoph Wurst2021-01-291-2/+18
|\ \ | |/ |/| | | | | nextcloud/fix/25213/do-no-remove-vali-dav-group-shares do not remove valid group shares
| * do not remove valid group sharesArthur Schiwon2021-01-191-2/+18
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #25101 from nextcloud/fix/noid/ldap-known-groupsChristoph Wurst2021-01-292-1/+45
|\ \ | | | | | | LDAP: make actually use of batch read known groups
| * | really use known groupsArthur Schiwon2021-01-122-1/+45
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | [tx-robot] updated from transifexNextcloud bot2021-01-2930-64/+1102
| | |