aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Check address book URI length before creationJoas Schilling2022-08-261-0/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Check calendar URI length before creationAnna Larch2022-08-261-0/+7
| | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* Merge pull request #33347 from ↵Vincent Petry2022-08-2611-45/+67
|\ | | | | | | | | nextcloud/feature/use-viewer-for-singe-file-shares feature: use the viewer to render single file shares
| * fix: use old singe file share rendering as fallbackMax2022-08-251-1/+44
| | | | | | | | | | | | | | | | | | | | Only render images and videos with the viewer. Text has its own way of handling single file shares for now. In case viewer does not support the file format fall back to the old way of handling single file shares. Signed-off-by: Max <max@nextcloud.com>
| * fix: only use viewer when mimetype is supportedMax2022-08-251-5/+16
| | | | | | | | | | | | Also bring back the text fallback Signed-off-by: Max <max@nextcloud.com>
| * feature: first take on using the viewer to render single file sharesMax2022-08-2511-96/+64
| | | | | | | | Signed-off-by: Max <max@nextcloud.com>
* | Merge pull request #33285 from nextcloud/enh/27869/locationVincent Petry2022-08-266-19/+59
|\ \ | | | | | | Remake location property saving with Vue
| * | Remake location property saving with VueChristopher Ng2022-08-256-19/+59
| |/ | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* / [tx-robot] updated from transifexNextcloud bot2022-08-26248-1064/+902
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Remake Twitter handle saving with VueChristopher Ng2022-08-255-46/+57
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Modularize shared account property componentsChristopher Ng2022-08-2526-1195/+496
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Merge pull request #33430 from nextcloud/fix/remove-broken-resetstorageVincent Petry2022-08-252-26/+0
|\ | | | | Remove broken function resetStorage from test cases
| * Remove broken function resetStorage from test casesCôme Chilliet2022-08-022-26/+0
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | 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>