aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* allow use of rememberme cookies for IApacheAuth backendsArthur Schiwon2022-05-251-0/+1
* Merge pull request #32378 from nextcloud/fix/psalm-userbackendCarl Schwan2022-05-236-32/+46
|\
| * Fix psalm issues related to the user backendCarl Schwan2022-05-206-32/+46
* | Merge pull request #32486 from nextcloud/debt/noid/psalm-usernameCarl Schwan2022-05-202-4/+3
|\ \
| * | Fix return type for createSpecificUserDaniel Kesselberg2022-05-191-2/+1
| * | Rename userName to username to align with child classesDaniel Kesselberg2022-05-191-2/+2
* | | Merge pull request #32410 from nextcloud/bugfix/noid/imaginary-exceptionJohn Molakvoæ2022-05-201-2/+7
|\ \ \
| * | | Add explicit return if getSmallImagePreview failsJulius Härtl2022-05-191-2/+7
* | | | Fix crop conditionCarl Schwan2022-05-191-4/+11
| |/ / |/| |
* | | Merge pull request #32451 from nextcloud/fix/cropped-image-when-not-askedCarl Schwan2022-05-181-1/+2
|\ \ \
| * | | Fix cropped image generated when not askedCarl Schwan2022-05-171-1/+2
* | | | Merge pull request #26813 from nextcloud/feature/files-search-tagsSimon L2022-05-183-7/+22
|\ \ \ \
| * | | | Files: Extend search to also cover tagsMarcel Klehr2022-05-173-7/+22
* | | | | Allow to tweak default scopes for accountsThomas Citharel2022-05-161-25/+37
| |/ / / |/| | |
* | | | Merge pull request #32357 from nextcloud/user-delete-remove-wrappersJulius Härtl2022-05-161-0/+8
|\ \ \ \
| * | | | remove storage wrappers when deleting the user storageRobin Appelman2022-05-121-0/+8
* | | | | Merge pull request #32413 from nextcloud/fix/psalm-oc-legacyCarl Schwan2022-05-162-23/+8
|\ \ \ \ \
| * | | | | Fix psalm errors fron the end of the baseline fileCarl Schwan2022-05-162-23/+8
| | |_|/ / | |/| | |
* | | | | Merge pull request #32382 from nextcloud/event-logger-log-minimumRobin Appelman2022-05-161-1/+1
|\ \ \ \ \
| * | | | | only log diagnostic events if a treshhold is setRobin Appelman2022-05-131-1/+1
* | | | | | Merge pull request #32305 from nextcloud/bugfix/32302/fix-browser-agent-trimmingJoas Schilling2022-05-161-1/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Fix user agent trimming on installationJoas Schilling2022-05-091-1/+1
| | |_|/ / | |/| | |
* | | | | Merge pull request #31662 from nextcloud/modernize-contactmenuJohn Molakvoæ2022-05-137-196/+56
|\ \ \ \ \
| * | | | | Modernize contacts menuThomas Citharel2022-05-127-196/+56
* | | | | | Remove SCSSCacherJohn Molakvoæ2022-05-136-563/+3
| |_|/ / / |/| | | |
* | | | | Merge pull request #30863 from nextcloud/performance/saving-user-profile-infoCarl Schwan2022-05-131-9/+9
|\ \ \ \ \
| * | | | | Minor optimizations for saving user personal informationCarl Schwan2022-05-121-9/+9
| | |_|_|/ | |/| | |
* | | | | Merge pull request #32250 from nextcloud/cleanup/cappedmemorycacheJohn Molakvoæ2022-05-136-51/+25
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add stricter psalm type for CappedMemoryCacheCarl Schwan2022-05-126-51/+25
* | | | | Merge pull request #32008 from nextcloud/fix/getSize-boolCarl Schwan2022-05-121-5/+10
|\ \ \ \ \
| * | | | | Fix Call to a member function getSize() on boolCarl Schwan2022-05-121-5/+10
* | | | | | Merge pull request #32335 from nextcloud/storage-info-dont-unjailCarl Schwan2022-05-121-4/+1
|\ \ \ \ \ \
| * | | | | | don't unjail the path when getting the storage infoRobin Appelman2022-05-111-4/+1
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #32185 from nextcloud/fix/default-share-provider-oracleCarl Schwan2022-05-121-7/+18
|\ \ \ \ \ \
| * | | | | | Fix getting shares in a folder on OracheCarl Schwan2022-05-121-7/+18
* | | | | | | Merge pull request #32077 from nextcloud/cleanup/lockCarl Schwan2022-05-125-209/+117
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | Cleanup lock related codeCarl Schwan2022-05-125-209/+117
* | | | | | | Validate requested length is random string generatorVincent Petry2022-05-121-1/+6
| |_|_|_|_|/ |/| | | | |
* | | | | | Make it possible to get the appdata folder using the public APICarl Schwan2022-05-112-14/+11
| |_|/ / / |/| | | |
* | | | | Remove old legacy SvgController and IconsCacherJohn Molakvoæ2022-05-102-294/+1
* | | | | Migrate to static icons coloursJohn Molakvoæ2022-05-101-1/+0
* | | | | Merge pull request #32315 from nextcloud/fix/noid/preview-duplicate-folder-cr...John Molakvoæ2022-05-101-2/+10
|\ \ \ \ \
| * | | | | Fix preview generator trying to recreate an existing folderRichard Steinmetz2022-05-091-2/+10
| | |_|_|/ | |/| | |
* | | | | Set loglevel for IMagick Thumbnail error to infoAlexander F2022-05-091-1/+1
* | | | | Fix JSON error when comment has no reactionsJoas Schilling2022-05-091-11/+17
|/ / / /
* | | | Merge pull request #32276 from nextcloud/fix/ldap_error_handlingblizzz2022-05-051-6/+10
|\ \ \ \
| * | | | Do not dispatch postSetPassword when setPassword failsLouis Chemineau2022-05-051-6/+10
* | | | | Merge pull request #32110 from plumbeo/binary-encoding-4Vincent Petry2022-05-051-1/+1
|\ \ \ \ \
| * | | | | Save encrypted files in binary formatplumbeo2022-05-041-1/+1
* | | | | | Merge pull request #31964 from nextcloud/feat/ignore_mail_during_contact_lookupLouis2022-05-052-1/+11
|\ \ \ \ \ \