summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #33659 from nextcloud/fix/fix-bulk-upload-etagVincent Petry2022-08-251-0/+1
|\ | | | | Fix ETAG returned by bulk upload
| * Fix ETAG returned by bulk uploadCôme Chilliet2022-08-231-0/+1
| | | | | | | | | | | | Refresh Node object to get fresh fileinfo data after touch Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Merge pull request #33516 from nextcloud/update-nextcloud-vue-6.0.0-beta.2Vincent Petry2022-08-2567-802/+815
|\ \ | | | | | | Bump @nextcloud/vue to 6.0.0-beta.4 and related
| * | Update snapshotVincent Petry2022-08-251-78/+78
| | | | | | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
| * | Add Nc prefix to Nc vue component namesVincent Petry2022-08-2566-724/+737
| | | | | | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
| * | Bump @nextcloud/vue to 6.0.0-beta.3 and relatedVincent Petry2022-08-2517-81/+81
| | | | | | | | | | | | | | | | | | | | | | | | Update @nextcloud/vue to 6.0.0-beta.3 Update vue and vue-template-compiler to 2.7.8 Update calendar-availability-vue to 0.5.0-beta.1 to fix conflicts. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | | Merge pull request #33682 from nextcloud/fix/noid/help-page-unavailableblizzz2022-08-251-1/+1
|\ \ \ | |/ / |/| | Fix opening Help page throwing Exception
| * | Fix opening Help page throws ExceptionArthur Schiwon2022-08-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Commit 458c2fa2971e6595a18a289b0afeb4a79ea0e0d3 provoked the error, because the "core" "app" was not found. Previously, false was returned, but now an AppPathNotFoundException - IUrlGenerator::linkTo() accepts an empty app argument however, moving the "core" portion to the path solves it and avoids apps lookup Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | Merge pull request #33569 from nextcloud/enh/hide-projectsJulius Härtl2022-08-251-1/+3
|\ \ \ | | | | | | | | Add config option to hide deprecated projects in sharing tab by default
| * | | Hide deprecated projects in sharing tab by defaultChristopher Ng2022-08-181-1/+3
| | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | [tx-robot] updated from transifexNextcloud bot2022-08-2510-8/+40
| |/ / |/| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #33593 from nextcloud/improve-binary-cachingCarl Schwan2022-08-2424-72/+72
|\ \ \ | | | | | | | | Move findBinaryFinder and isFunctionEnabled away from OC_Helper
| * | | Move findBinaryFinder and isFunctionEnabled away from OC_HelperCarl Schwan2022-08-2324-72/+72
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | findBinaryFinder is now a service that is still private but with some minor optimization (remove the hasKey check). isFunctionEnabled is now in OCP\Util Both function are still keep but all internal usage in nextcloud/server were migrated to the new usage, so that we can remove it in 26 Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | [tx-robot] updated from transifexNextcloud bot2022-08-24124-324/+324
| |_|/ |/| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #33047 from nextcloud/fix/ijob-logger-deprecatedCarl Schwan2022-08-2313-174/+125
|\ \ \ | | | | | | | | Deprecated ILogger from IJob
| * | | Fix many tests and warningsCarl Schwan2022-08-083-19/+33
| | | | | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * | | Port existing server code to new interfaceCarl Schwan2022-08-0812-158/+95
| | | | | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | Merge pull request #33574 from nextcloud/search-share-query-filter-no-initVincent Petry2022-08-231-2/+4
|\ \ \ \ | | | | | | | | | | directly build the search filter for shared storage instead of setting up the source cache
| * | | | directly build the search filter for shared storage instead of setting up ↵Robin Appelman2022-08-171-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the source cache Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | Merge pull request #33639 from nextcloud/bugfix/noid/fix-plural-usage-in-ldapblizzz2022-08-231-27/+20
|\ \ \ \ \ | | | | | | | | | | | | Fix plural usage in LDAP wizard
| * | | | | Remove unused methodJoas Schilling2022-08-221-14/+0
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | Fix plural usage in LDAP wizardJoas Schilling2022-08-221-13/+20
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | Merge pull request #33001 from nextcloud/enh/imip-invitations-responsesAnna2022-08-235-8/+148
|\ \ \ \ \ \ | | | | | | | | | | | | | | Support iMIP invitations from Mail
| * | | | | | Support iMIP invitations from MailAnna Larch2022-08-225-8/+148
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | | | | | | [tx-robot] updated from transifexNextcloud bot2022-08-2332-32/+32
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* / / / / / Request 64px avatars for the user managementChristoph Wurst2022-08-223-10/+5
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | Merge pull request #33433 from nextcloud/fix/add-option-to-fix-encryptedCôme Chilliet2022-08-222-26/+43
|\ \ \ \ \ | | | | | | | | | | | | Fix encryption:fix-encrypted-version command when encrypted is set to 0
| * | | | | Adapt test to fixed command output.Côme Chilliet2022-08-041-3/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | No user and non-existing user are now correctly treated as two separated cases Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | Fix encryption:fix-encrypted-version command when encrypted is set to 0Côme Chilliet2022-08-021-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | Improve typing in FixEncryptedVersion commandCôme Chilliet2022-08-021-23/+13
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | | [tx-robot] updated from transifexNextcloud bot2022-08-2210-6/+12
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | [tx-robot] updated from transifexNextcloud bot2022-08-218-16/+26
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | [tx-robot] updated from transifexNextcloud bot2022-08-208-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Merge pull request #33610 from nextcloud/enh/background-blur-varsJohn Molakvoæ2022-08-195-12/+30
|\ \ \ \ \ \
| * | | | | | Fix theming testsJohn Molakvoæ2022-08-192-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * | | | | | Expose core background imageJulius Härtl2022-08-192-4/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | | | Move dashboard to new variablesJulius Härtl2022-08-191-8/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | | | Add css variables for blurred backgroundJulius Härtl2022-08-192-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | | | Merge pull request #33615 from ↵Joas Schilling2022-08-1911-196/+19
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | nextcloud/perf/noid/user-displayname-cache-for-activity-providers Use user name cache in activity providers
| * | | | | | Use user name cache in activity providersJoas Schilling2022-08-1911-196/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | | Merge pull request #33614 from ↵Carl Schwan2022-08-192-58/+32
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/perf/noid/user-displayname-cache-for-comment-mentions Use user displayname cache for comment mentions
| * | | | | | | Use user displayname cache for comment mentionsJoas Schilling2022-08-192-58/+32
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | | Fix carddav activitiesJoas Schilling2022-08-194-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The settings where combined last minute but at the same time the activities where not adjusted to map an existing setting so the filter was not possible to even limit it to the types that the activities had. Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | | Merge pull request #33522 from nextcloud/fix/358-add-missing-expanded-attributesJulia Kirschenheuter2022-08-1910-3/+32
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Fix/358 add missing expanded attributes
| * | | | | | Add ```aria-expanded``` value to select2-container om systemtag and file tagsjulia.kirschenheuter2022-08-1710-3/+32
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add ```aria-expanded``` to color picker Add ```aria-expanded``` to UnifiedSearch.vue Add ```aria-expanded``` to new button on files Add ```aria-expanded``` to action menu Add ```aria-expanded``` to icon .federation-menu Add ```aria-expanded``` to app navigation collapse button Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | | | Merge pull request #33575 from nextcloud/search-shared-post-process-filterCarl Schwan2022-08-181-0/+8
|\ \ \ \ \ \ | | | | | | | | | | | | | | further pre-filter search result before setting up share source cache
| * | | | | | further pre-filter search result before setting up share source cacheRobin Appelman2022-08-171-0/+8
| | |_|/ / / | |/| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | [tx-robot] updated from transifexNextcloud bot2022-08-1810-0/+24
| |/ / / / |/| | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Merge pull request #33584 from nextcloud/fix/theme-font-previewPytal2022-08-172-2/+7
|\ \ \ \ \
| * | | | | Fix font change preview updateJohn Molakvoæ2022-08-172-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>