summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* Mask password for Redis and RedisCluster on connection failureDaniel Kesselberg2021-07-191-0/+6
* Merge pull request #27860 from J0WI/alphanumeric-rndJoas Schilling2021-07-164-4/+5
|\
| * Introduce ISecureRandom::CHAR_ALPHANUMERICJ0WI2021-07-084-4/+5
* | Merge pull request #26463 from Worteks/fix-s3proxyJulius Härtl2021-07-142-2/+15
|\ \
| * | fix(proxy): use accessorMaxime Besson2021-06-301-2/+2
| * | fix(proxy): reaching s3 storage behind some http proxyMaxime Besson2021-04-091-4/+4
| * | fix(proxy): reaching s3 storage behind some http proxySamuel2021-04-092-2/+15
* | | Merge pull request #27884 from nextcloud/enh/cloud-id-localblizzz2021-07-143-13/+36
|\ \ \
| * | | Allow to get a local cloud id without going through the contacts managerJulius Härtl2021-07-142-12/+35
| * | | Directly return cloud id from userJulius Härtl2021-07-141-1/+1
* | | | Merge pull request #27761 from nextcloud/bugfix/noid/also-hide-group-from-dir...Julius Härtl2021-07-141-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Also hide group from direct matchesJoas Schilling2021-07-021-1/+1
* | | | Merge pull request #27631 from yan12125/php8-fix-error-reportingJulius Härtl2021-07-131-1/+1
|\ \ \ \
| * | | | Correctly skip suppressed errors in PHP 8.0Chih-Hsuan Yen2021-07-131-1/+1
* | | | | Merge pull request #26481 from ghost/fdroidJulius Härtl2021-07-131-0/+14
|\ \ \ \ \
| * | | | | Add F-DroidHouraisanNEET2021-07-041-0/+14
* | | | | | Merge pull request #27852 from nextcloud/bugfix/noid/allow-casting-query-func...Julius Härtl2021-07-133-5/+5
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Allow casting query functions as wellJoas Schilling2021-07-073-5/+5
* | | | | | Check for !== false instead Lukas Reschke2021-07-121-1/+1
* | | | | | Check if dns_get_record returns non-falseLukas Reschke2021-07-121-1/+1
| |_|_|_|/ |/| | | |
* | | | | Fixes recursion count incrementationSanpi2021-07-071-1/+1
* | | | | Refactor getEncryptionModule routineJ0WI2021-07-061-17/+13
|/ / / /
* | | | Merge pull request #27801 from nextcloud/enh/noid/hardening-dns-pin-middlewarekesselb2021-07-061-13/+28
|\ \ \ \
| * | | | Ignore subdomain for soa queriesDaniel Kesselberg2021-07-051-13/+28
* | | | | Fix in locking cache checkMichaIng2021-07-051-1/+1
* | | | | Merge pull request #27794 from nextcloud/fix/clarify-lazy-event-listener-cont...Christoph Wurst2021-07-051-6/+18
|\ \ \ \ \
| * | | | | Clarify that lazy event listeners are built from the server containerChristoph Wurst2021-07-051-6/+18
| |/ / / /
* | | | | Merge pull request #27767 from nextcloud/enh/20515/maintenance-mode-infoPytal2021-07-051-2/+2
|\ \ \ \ \
| * | | | | Improve maintenance mode infoszaimen2021-07-021-2/+2
| | |_|/ / | |/| | |
* | | | | Merge pull request #27799 from nextcloud/bug/26425/check-return-encryptLukas Reschke2021-07-051-6/+16
|\ \ \ \ \
| * | | | | Throw exception if encrypting the data failed.Daniel Kesselberg2021-07-051-6/+16
| | |/ / / | |/| | |
* | | | | Merge pull request #27758 from nullspoon/fix-dns-pinningJohn Molakvoæ2021-07-051-5/+12
|\ \ \ \ \
| * | | | | Fix DnsPinMiddleware resolve pinning bugAaron Ball2021-07-021-5/+12
| |/ / / /
* / / / / Check that pdo is installedDaniel Kesselberg2021-07-051-1/+4
|/ / / /
* / / / dont include folder being search in in the resultsRobin Appelman2021-07-021-1/+7
|/ / /
* | | Merge pull request #27533 from Rid/masterblizzz2021-07-011-2/+2
|\ \ \
| * | | Fix scanner mistaking socket files for directoriesRid2021-06-171-2/+2
* | | | Merge pull request #27586 from nextcloud/bugfi/noid/objectstore-checksumblizzz2021-07-011-0/+1
|\ \ \ \
| * | | | Reset checksum when writing files to object storeJulius Härtl2021-06-211-0/+1
* | | | | Migrate HintException to OCPGary Kim2021-06-3015-72/+40
* | | | | ensure that factoryClass exisits before instantiationArthur Schiwon2021-06-301-1/+1
* | | | | cleanupArthur Schiwon2021-06-301-7/+3
* | | | | adjust internal data handling logic to fix store and loadArthur Schiwon2021-06-303-135/+155
* | | | | adjust email verification checkerArthur Schiwon2021-06-301-16/+18
* | | | | fix code styleArthur Schiwon2021-06-302-2/+2
* | | | | adjust verification state updater methodArthur Schiwon2021-06-301-70/+33
* | | | | make AccountManager actually write multi value propertiesArthur Schiwon2021-06-301-98/+145
* | | | | accounts event handler to use eventdispatcher, DI and Accounts APIArthur Schiwon2021-06-301-39/+28
* | | | | prov api to be able to edit multivalue propertiesArthur Schiwon2021-06-301-0/+13
* | | | | prov api reports additional emails on getUserArthur Schiwon2021-06-301-2/+26