summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Collapse)AuthorAgeFilesLines
* Log when a storage is marked as unavailableMorris Jobke2021-03-251-0/+4
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #26285 from nextcloud/techdebt/noid/cleanup-update-eventsRoeland Jago Douma2021-03-251-12/+0
|\ | | | | Remove event listener to udpate events that are not present anymore
| * Remove event listener to udpate events that are not present anymoreMorris Jobke2021-03-251-12/+0
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #21484 from nextcloud/better-forbidden-path-errorsMorris Jobke2021-03-251-8/+4
|\ \ | |/ |/| show better error messages when a file with a forbidden path is encountered
| * show better error messages when a file with a forbidden path is encounteredRobin Appelman2021-03-241-8/+4
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #21641 from nextcloud/techdebt/noid/bye-bye-database-xmlRoeland Jago Douma2021-03-256-601/+42
|\ \ | | | | | | Bye bye database xml
| * | Cleanup unneeded code around database.xmlMorris Jobke2021-03-244-570/+24
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | Bye bye database.xmlJoas Schilling2021-03-242-31/+18
| |/ | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* / improve type handling of Avatar::generateAvatarFromSvRobin Appelman2021-03-241-2/+3
|/ | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Catch invalid cache source storage pathJohn Molakvoæ (skjnldsv)2021-03-241-0/+4
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Merge pull request #26198 from nextcloud/unified-search-nodeMorris Jobke2021-03-226-89/+190
|\ | | | | Handle limit offset and sorting in files search
| * use node search api for legacy file search endpointRobin Appelman2021-03-192-23/+32
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * handle ordering in folder searchRobin Appelman2021-03-192-35/+52
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * folder filtering in sqlRobin Appelman2021-03-191-16/+20
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * cleanup fileinfo creationRobin Appelman2021-03-191-9/+16
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * formatRobin Appelman2021-03-181-1/+0
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * handle limit and offset in folder file searchRobin Appelman2021-03-181-6/+51
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * only require user to be set in a query that handles tagsRobin Appelman2021-03-182-8/+12
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * unify handling of Folder::search methods into "new" query objectsRobin Appelman2021-03-181-45/+61
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #25498 from Worteks/feat-federatedfilesharing-loggingMorris Jobke2021-03-221-0/+1
|\ \ | | | | | | feat(federatedfilesharing): log errors, as suggested by @maxbes
| * \ Merge remote-tracking branch 'upstream/master' into ↵Samuel2021-02-1616-1655/+7
| |\ \ | | | | | | | | | | | | feat-federatedfilesharing-logging
| * \ \ Merge remote-tracking branch 'upstream/master' into ↵Samuel2021-02-111-1/+1
| |\ \ \ | | | | | | | | | | | | | | | feat-federatedfilesharing-logging
| * \ \ \ Merge remote-tracking branch 'upstream/master' into ↵Samuel2021-02-1121-182/+519
| |\ \ \ \ | | | | | | | | | | | | | | | | | | feat-federatedfilesharing-logging
| * | | | | fix(sahre20): missing ILogger param instantiating NotificationsSamuel2021-02-091-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Samuel <faust64@gmail.com>
* | | | | | Fix sharebymail testsJohn Molakvoæ (skjnldsv)2021-03-221-12/+27
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | | | Remove duplicated query for email sharesDaniel Calviño Sánchez2021-03-222-35/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* | | | | | Sharing link & mail parityJohn Molakvoæ (skjnldsv)2021-03-222-19/+27
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | | | Fix phpcs issues in encryption updateVincent Petry2021-03-191-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | | | | | Log and continue when failing to update encryption keys during for ↵Julius Härtl2021-03-193-12/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | individual files Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | | Merge pull request #23718 from nextcloud/already-shared-error-messageRoeland Jago Douma2021-03-191-3/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | expand 'path is already shared' error message
| * | | | | | expand 'path is already shared' error messageRobin Appelman2021-03-151-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | | Merge pull request #26200 from ↵Vincent Petry2021-03-191-5/+5
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/26197/fix-expiration-validation-confusion Update user share must use correct expiration validation
| * | | | | | | Update user share must use correct expiration validationVincent Petry2021-03-181-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updating a user or group share now uses the correct method for the validation of the expiration date. Instead of using the one from links it uses the one for internal shares. To avoid future confusion, the method "validateExpirationDate" has been renamed to "validateExpirationDateLink". Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | | | | | | | log full expection during repair stepRobin Appelman2021-03-184-5/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | | | dont error the entire repair process when a repair step errorsRobin Appelman2021-03-181-1/+5
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | | Merge pull request #24384 from nextcloud/cleanup/remove-old-migration-checkMorris Jobke2021-03-174-138/+5
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Remove dead code from checking core/apps before upgrades
| * | | | | | | Skip db migration simulation for core schema changesJulius Härtl2021-03-174-138/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | | | | Merge pull request #25924 from ↵Morris Jobke2021-03-171-2/+4
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/only-mark-migrations-as-installed-after-executing-them-in-case-the-developer-broke-them Only mark migrations as installed after execution
| * | | | | | | | Only mark migrations as installed after executionJoas Schilling2021-03-041-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The problem is that if a developer creates a structural error in their migration file, they will already be marked as executed and an not be rerun. Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | | | | Merge pull request #25676 from nextcloud/drop/utl-is-ieMorris Jobke2021-03-171-1/+1
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | Drop \OCP\Util::isIe
| * | | | | | | | Drop \OCP\Util::isIeChristoph Wurst2021-03-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | | | | Merge pull request #26161 from ↵Joas Schilling2021-03-174-7/+108
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/improve-matching-of-phonebook-searches Improve search results when only phonebook-matches can we autocompleted
| * | | | | | | | Also limit to user group in case enumeration is enabled for groups and ↵Joas Schilling2021-03-171-1/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | phonenumbers Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | | | | Fix parameter types in docsJoas Schilling2021-03-172-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | | | | Improve search results when only phonebook-matches can we autocompletedJoas Schilling2021-03-173-2/+84
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | | | | Merge pull request #26131 from nextcloud/fix/initialstate-templatesVincent Petry2021-03-171-1/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix default missing initial state for templates
| * | | | | | | | | Fix default missing initial state for templatesJohn Molakvoæ (skjnldsv)2021-03-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | | | | | | | dont allow creating users with __groupfolders as uidRobin Appelman2021-03-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes https://github.com/nextcloud/groupfolders/issues/338 Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | | | | | Merge pull request #26013 from nextcloud/object-store-copy-cache-idRobin Appelman2021-03-165-41/+62
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Return the fileid from `copyFromCache` and use it instead of doing an extra query
| * | | | | | | | | | verify that cache entry is validRobin Appelman2021-03-121-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>