summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Avoid allocating too much memory for the bufferJulius Härtl2022-10-111-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Allow scanning for metadata with occ scan:file --generate-metadataCarl Schwan2022-10-113-45/+35
| | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> Signed-off-by: Louis Chemineau <louis@chmn.me>
* Extract GPS data from EXIFLouis Chemineau2022-10-112-14/+138
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Merge pull request #34490 from nextcloud/kill_db_mapperJoas Schilling2022-10-113-372/+0
|\ | | | | Remove long depreated AppFramework/Db/Mapper
| * Remove long depreated AppFramework/Db/MapperRoeland Jago Douma2022-10-103-372/+0
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2022-10-112-0/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | typehint migrationservice closuresRoeland Jago Douma2022-10-091-4/+5
|/ | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2022-10-092-4/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-10-082-0/+14
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-10-072-0/+8
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #34401 from ↵Joas Schilling2022-10-061-2/+14
|\ | | | | | | | | nextcloud/fix/file-reference-no-preview-fallback-image File reference: fallback icon to file type if no preview
| * File reference: use the file type icon as fallback when no preview provider ↵Julien Veyssier2022-10-061-2/+14
| | | | | | | | | | | | for this type Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
* | [tx-robot] updated from transifexNextcloud bot2022-10-062-4/+4
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #34400 from nextcloud/enhancement/passwordless-auth-loggingCôme Chilliet2022-10-051-1/+4
|\ | | | | Pass logger to passwordless auth WebAuthn lib
| * Pass logger to passwordless auth WebAuthn libChristoph Wurst2022-10-031-1/+4
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #32635 from andyxheli/patch-3blizzz2022-10-051-2/+5
|\ \ | | | | | | Fix User profile picture when performing the search
| * | Update lib/private/Contacts/ContactsMenu/ContactsStore.php Andy Xheli2022-09-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Andy Xheli <axheli@axtsolutions.com> Tested no issues. Co-authored-by: Pytal <24800714+Pytal@users.noreply.github.com> Signed-off-by: Andy Xheli <axheli@axtsolutions.com>
| * | Update ContactsStore.phpAndy Xheli2022-09-191-1/+1
| | | | | | | | | Signed-off-by: Andy Xheli <axheli@axtsolutions.com>
| * | Apply suggestions from code review Andy Xheli2022-09-161-1/+1
| | | | | | | | | | | | | | | | | | Signed-off-by: Andy Xheli <axheli@axtsolutions.com> Co-authored-by: Carl Schwan <carl@carlschwan.eu> Signed-off-by: Andy Xheli <axheli@axtsolutions.com>
| * | Fix User profile picture when performing the searchAndy Xheli2022-05-271-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Andy Xheli <axheli@axtsolutions.com> Before ![image](https://user-images.githubusercontent.com/59488153/140980158-b9108161-57ab-48b4-ae6f-98ec4e72775a.png) After Fix for #31065
* | | Use color preset of shipped background as primary colorChristopher Ng2022-10-051-0/+1
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | Merge pull request #34378 from nextcloud/add-isDeleted-to-icalendarblizzz2022-10-041-0/+6
|\ \ \ | | | | | | | | Add isDeleted to OCP\Calendar\ICalendar
| * | | Add isDeleted property to OCP\Calendar\ICalendarThomas Citharel2022-10-031-0/+6
| | | | | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | | Fix typo in deprecatedJoas Schilling2022-10-043-4/+4
|/ / / | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #34350 from ↵Joas Schilling2022-10-032-2/+14
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/bugfix/34278/add-capability-for-the-reference-api Add a capability for the reference API and expose the regex to clients
| * | | Add a capability for the reference API and expose the regex to clientsJoas Schilling2022-10-012-2/+14
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Fix unencrypted size calculation for files created before the Encryption ↵raul2022-10-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | storage is enabled Signed-off-by: raul <raul@nextcloud.com>
* | | | Fix: Prevent deadlocks during mtime/size/etag propagationraul2022-10-031-17/+29
| |_|/ |/| | | | | | | | Signed-off-by: raul <raul@nextcloud.com>
* | | Merge pull request #32899 from Retidurc/pdo-attr-persistentblizzz2022-10-031-0/+4
|\ \ \ | | | | | | | | Expose Doctrine support for persistent connections in PDO in Nextcloud settings
| * | | Change option name again to be more like the other optionsRetidurc Silvernight2022-09-231-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Retidurc Silvernight <retidurc@silvernight.social>
| * | | Change config option to db.persistentRetidurc Silvernight2022-09-231-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Retidurc Silvernight <retidurc@silvernight.social>
| * | | Expose Doctrine settings in Netxcloud settingsRetidurc Silvernight2022-09-231-0/+4
| | | | | | | | | | | | | | | | Signed-off-by: Retidurc Silvernight <retidurc@silvernight.social>
* | | | Merge pull request #34376 from nextcloud/OCP/Calendar/ICalendar-typingCôme Chilliet2022-10-031-8/+8
|\ \ \ \ | | | | | | | | | | Add typings to OCP\Calendar\ICalendar and implementation
| * | | | Add typings to OCP\Calendar\ICalendar and implementationThomas Citharel2022-10-031-8/+8
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | | | [tx-robot] updated from transifexNextcloud bot2022-10-032-0/+8
|/ / / / | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Add fallback options for contacts arrayAnna Larch2022-10-011-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | when the UID or FN is null, the email address / dsiplay name will be used instead Signed-off-by: Anna Larch <anna@nextcloud.com>
* | | | Merge pull request #33566 from nextcloud/fopen-not-found-rescanblizzz2022-10-012-2/+19
|\ \ \ \ | | | | | | | | | | trigger a rescan when trying to fopen a file that exists in cache but not on disk
| * | | | trigger a rescan when trying to fopen a file that exists in cache but not on ↵Robin Appelman2022-09-292-2/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | disk Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | Merge pull request #33737 from andyxheli/patch-4Simon L2022-10-011-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Makes untrusted domain error on info
| * | | | | Makes untrusted domain error on infoAndy Xheli2022-08-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Andy Xheli <axheli@axtsolutions.com> Since https://github.com/nextcloud/server/commit/e6d9ef2e38daffcab808eaa41b18ab16c6253b97 was applied logs get filled up with Trusted domain error. "X.X.X.X tried to access using "X.X.X.X" as host alot of users missed important errors do tohttps://github.com/nextcloud/server/commit/e6d9ef2e38daffcab808eaa41b18ab16c6253b97 please see https://github.com/nextcloud/server/issues/32599 This should fix. https://github.com/nextcloud/server/issues/32599#event-7281164903 Signed-off-by: Andy Xheli <axheli@axtsolutions.com>
* | | | | | Merge pull request #34329 from nextcloud/fix/cleanup-long-time-deprecated-stuffCôme Chilliet2022-10-013-48/+0
|\ \ \ \ \ \ | | | | | | | | | | | | | | Remove some constants and functions which have been long deprecated
| * | | | | | Remove some constants and functions which have been long deprecatedCôme Chilliet2022-09-303-48/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | | | Merge pull request #34269 from nextcloud/td/noid/remove-unused-listenerblizzz2022-10-012-29/+0
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | remove listeners to OC_Filesystem::(write|rename) old style hooks
| * | | | | | | remove listeners to OC_Filesystem::(write|rename) old style hooksArthur Schiwon2022-09-262-29/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - the events are not emitted anymore - OC_Filesystem::isBlacklisted() is not called from anywhere else Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | | | | [tx-robot] updated from transifexNextcloud bot2022-10-012-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | | reference url can always fallback to the link itselfJulien Veyssier2022-09-302-3/+3
| |_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
* | | | | | | Merge pull request #34038 from nextcloud/fix/migrate-TagMapper-to-QBMapperChristoph Wurst2022-09-301-17/+20
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | Migrate TagMapper to QBMapper instead of deprecated Mapper
| * | | | | | Improve typingCôme Chilliet2022-09-191-8/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | | Migrate TagMapper to QBMapper instead of deprecated MapperCôme Chilliet2022-09-191-10/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | | | Merge pull request #34328 from nextcloud/fix/fix-redis-type-errorJoas Schilling2022-09-301-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Correctly handle Redis::keys returning false