aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* Avoid allocating too much memory for the bufferJulius Härtl2022-10-111-1/+1
* Allow scanning for metadata with occ scan:file --generate-metadataCarl Schwan2022-10-113-45/+35
* Extract GPS data from EXIFLouis Chemineau2022-10-112-14/+138
* typehint migrationservice closuresRoeland Jago Douma2022-10-091-4/+5
* File reference: use the file type icon as fallback when no preview provider f...Julien Veyssier2022-10-061-2/+14
* Merge pull request #34400 from nextcloud/enhancement/passwordless-auth-loggingCôme Chilliet2022-10-051-1/+4
|\
| * Pass logger to passwordless auth WebAuthn libChristoph Wurst2022-10-031-1/+4
* | Merge pull request #32635 from andyxheli/patch-3blizzz2022-10-051-2/+5
|\ \
| * | Update lib/private/Contacts/ContactsMenu/ContactsStore.php Andy Xheli2022-09-201-1/+1
| * | Update ContactsStore.phpAndy Xheli2022-09-191-1/+1
| * | Apply suggestions from code review Andy Xheli2022-09-161-1/+1
| * | Fix User profile picture when performing the searchAndy Xheli2022-05-271-2/+5
* | | Use color preset of shipped background as primary colorChristopher Ng2022-10-051-0/+1
* | | Merge pull request #34350 from nextcloud/bugfix/34278/add-capability-for-the-...Joas Schilling2022-10-031-1/+4
|\ \ \
| * | | Add a capability for the reference API and expose the regex to clientsJoas Schilling2022-10-011-1/+4
* | | | Fix unencrypted size calculation for files created before the Encryption stor...raul2022-10-031-1/+1
* | | | Fix: Prevent deadlocks during mtime/size/etag propagationraul2022-10-031-17/+29
| |_|/ |/| |
* | | Merge pull request #32899 from Retidurc/pdo-attr-persistentblizzz2022-10-031-0/+4
|\ \ \
| * | | Change option name again to be more like the other optionsRetidurc Silvernight2022-09-231-1/+1
| * | | Change config option to db.persistentRetidurc Silvernight2022-09-231-1/+1
| * | | Expose Doctrine settings in Netxcloud settingsRetidurc Silvernight2022-09-231-0/+4
* | | | Add fallback options for contacts arrayAnna Larch2022-10-011-8/+8
* | | | 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 ...Robin Appelman2022-09-292-2/+19
* | | | | Merge pull request #34329 from nextcloud/fix/cleanup-long-time-deprecated-stuffCôme Chilliet2022-10-011-18/+0
|\ \ \ \ \
| * | | | | Remove some constants and functions which have been long deprecatedCôme Chilliet2022-09-301-18/+0
* | | | | | Merge pull request #34269 from nextcloud/td/noid/remove-unused-listenerblizzz2022-10-011-19/+0
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | remove listeners to OC_Filesystem::(write|rename) old style hooksArthur Schiwon2022-09-261-19/+0
* | | | | | Merge pull request #34038 from nextcloud/fix/migrate-TagMapper-to-QBMapperChristoph Wurst2022-09-301-17/+20
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Improve typingCôme Chilliet2022-09-191-8/+3
| * | | | | Migrate TagMapper to QBMapper instead of deprecated MapperCôme Chilliet2022-09-191-10/+18
* | | | | | Merge pull request #34328 from nextcloud/fix/fix-redis-type-errorJoas Schilling2022-09-301-1/+1
|\ \ \ \ \ \
| * | | | | | Correctly handle Redis::keys returning falseCôme Chilliet2022-09-291-1/+1
* | | | | | | Cleanup tags and Share componentCarl Schwan2022-09-2910-757/+463
|/ / / / / /
* | | / / / unbundle files_videoplayer and clean up a littleArthur Schiwon2022-09-292-4/+58
| |_|/ / / |/| | | |
* | | | | Merge pull request #34306 from nextcloud/fix/noid/step-file-not-movedblizzz2022-09-281-1/+1
|\ \ \ \ \
| * | | | | fix default value for updatedirectory settingArthur Schiwon2022-09-281-1/+1
* | | | | | Merge pull request #34152 from nextcloud/bugfix/noid/db-password-installVincent Petry2022-09-281-0/+3
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Do not store generated mysql password if it was not usedJulius Härtl2022-09-201-0/+3
* | | | | | Move avatar clearing in the backgroundCarl Schwan2022-09-263-14/+54
| |_|/ / / |/| | | |
* | | | | Move Reference class to public namespaceJulius Härtl2022-09-264-164/+3
* | | | | Make phpcs happy and remove unused setup thingVincent Petry2022-09-231-1/+0
| |_|/ / |/| | |
* | | | remove getDefaultInstallationBundleArthur Schiwon2022-09-222-31/+4
* | | | remove InstallCoreBundle repair stepArthur Schiwon2022-09-222-86/+0
* | | | remove Core BundleArthur Schiwon2022-09-222-43/+0
* | | | Merge pull request #34160 from nextcloud/fix/detect-weird-local-ipsVincent Petry2022-09-222-15/+20
|\ \ \ \
| * | | | Fix tests for nested v4 in v6Côme Chilliet2022-09-201-14/+6
| * | | | Use new dependency to normalize IPsCôme Chilliet2022-09-201-0/+13
| * | | | Add missing urldecode and idn_to_utf8 calls to local address checkerCôme Chilliet2022-09-202-2/+2
| | |/ / | |/| |
* | | | Allow CSRF on CORS routesJonas Rittershofer2022-09-211-0/+4