aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | |
* | | Merge pull request #25360 from nextcloud/fix/update-autoloadersRoeland Jago Douma2021-01-2850-25/+825
|\ \ \ | | | | | | | | Update all composer autoloader files
| * | | Update all composer autoloader filesChristoph Wurst2021-01-2850-25/+825
| | | | | | | | | | | | | | | | | | | | | | | | The format changed between 2.0.8 and 2.0.9. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | Merge pull request #25361 from nextcloud/fix/noid/typehint-break-fpRoeland Jago Douma2021-01-281-1/+3
|\ \ \ \ | | | | | | | | | | fix parameter provided as string not array
| * | | | fix parameter provided as string not arrayArthur Schiwon2021-01-281-1/+3
| |/ / / | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | Bump bundlesJulius Härtl2021-01-288-6/+9
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | Fix button sizeJulius Härtl2021-01-281-0/+4
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | Move TemplateProvider registration to boot context and make template type ↵Julius Härtl2021-01-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | registration lazy Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | Hide new template directory entry after creating and allow setting existing ↵Julius Härtl2021-01-282-1/+21
| | | | | | | | | | | | | | | | | | | | | | | | directories Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | Skip template picker if none availableJohn Molakvoæ (skjnldsv)2021-01-287-70/+199
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | Add template pickerJohn Molakvoæ (skjnldsv)2021-01-289-3/+664
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | files: Create files from template APIJulius Härtl2021-01-286-1/+116
|/ / / | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | [tx-robot] updated from transifexNextcloud bot2021-01-2828-22/+188
| | |
* | | Merge pull request #25189 from nextcloud/file-tree-repairRoeland Jago Douma2021-01-274-0/+135
|\ \ \ | | | | | | | | add command to repair broken filesystem trees
| * | | cast intsRobin Appelman2021-01-271-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | handle the cache where a cache entry with the correct path has already been ↵Robin Appelman2021-01-271-6/+28
| | | | | | | | | | | | | | | | | | | | | | | | recreated Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | also repair storage idRobin Appelman2021-01-271-0/+3
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | add command to repair broken filesystem treesRobin Appelman2021-01-274-0/+110
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Bump core-js from 3.8.2 to 3.8.3dependabot-preview[bot]2021-01-2744-54/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [core-js](https://github.com/zloirock/core-js) from 3.8.2 to 3.8.3. - [Release notes](https://github.com/zloirock/core-js/releases) - [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/zloirock/core-js/compare/v3.8.2...v3.8.3) 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-01-27118-208/+266
|/ / /
* | | Merge pull request #24633 from nextcloud/jospoortvliet-patch-1Roeland Jago Douma2021-01-263-3/+7
|\ \ \ | | | | | | | | Update UpdateNotification.vue
| * | | Update UpdateNotification.vueJos Poortvliet2021-01-183-3/+7
| | | | | | | | | | | | | | | | I've updated the text, but the 'learn more about updates and update channels' should link to https://nextcloud.com/release-channels/
* | | | [tx-robot] updated from transifexNextcloud bot2021-01-2612-2/+218
| | | |
* | | | Merge pull request #25309 from nextcloud/enh/dashboard-default-layoutRoeland Jago Douma2021-01-251-1/+2
|\ \ \ \ | | | | | | | | | | Add config to specify a default dashboard layout
| * | | | Add config to specify a default dashboard layoutJulius Härtl2021-01-251-1/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>