aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #27888 from nextcloud/fix/redis-authJohn Molakvoæ2021-07-221-24/+92
|\
| * Properly support RedisClusterJohn Molakvoæ (skjnldsv)2021-07-221-16/+22
| * Support redis user password auth and tls encryptionJohn Molakvoæ (skjnldsv)2021-07-201-22/+84
* | Merge pull request #28082 from nextcloud/improve-exception-serializerLukas Reschke2021-07-211-1/+57
|\ \
| * | Sanitize more functions from the encryption appLukas Reschke2021-07-211-1/+57
| |/
* | Merge pull request #28077 from nextcloud/heicPerformanceJulius Härtl2021-07-211-2/+1
|\ \ | |/ |/|
| * Disable HEIC image preview provider for performance concernstobiasKaminsky2021-07-211-2/+1
* | Mask password for Redis and RedisCluster on connection failureDaniel Kesselberg2021-07-191-0/+6
* | Merge pull request #27860 from J0WI/alphanumeric-rndJoas Schilling2021-07-165-4/+6
|\ \
| * | Introduce ISecureRandom::CHAR_ALPHANUMERICJ0WI2021-07-085-4/+6
* | | [tx-robot] updated from transifexNextcloud bot2021-07-15132-262/+2
* | | 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-144-15/+38
|\ \ \ \
| * | | | Allow to get a local cloud id without going through the contacts managerJulius Härtl2021-07-143-14/+37
| * | | | 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-132-0/+23
|\ \ \ \ \ \
| * | | | | | Add F-DroidHouraisanNEET2021-07-042-0/+23
* | | | | | | Merge pull request #27852 from nextcloud/bugfix/noid/allow-casting-query-func...Julius Härtl2021-07-134-7/+7
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Allow casting query functions as wellJoas Schilling2021-07-074-7/+7
* | | | | | | Check for !== false instead Lukas Reschke2021-07-121-1/+1
* | | | | | | Check if dns_get_record returns non-falseLukas Reschke2021-07-121-1/+1
* | | | | | | [tx-robot] updated from transifexNextcloud bot2021-07-102-2/+2
* | | | | | | [tx-robot] updated from transifexNextcloud bot2021-07-092-0/+26
| |_|_|_|/ / |/| | | | |
* | | | | | [tx-robot] updated from transifexNextcloud bot2021-07-082-0/+4
* | | | | | 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
* | | | | | Merge pull request #27818 from nextcloud/fix/locking-cache-checkkesselb2021-07-061-1/+1
|\ \ \ \ \ \
| * | | | | | Fix in locking cache checkMichaIng2021-07-051-1/+1
* | | | | | | [tx-robot] updated from transifexNextcloud bot2021-07-062-0/+4
|/ / / / / /
* | | | | | 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