summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #32723 from MartinBrugnara/masterVincent Petry2022-06-101-5/+9
|\
| * Expose umask override value as config parameter: localstorage.umaskMartin Brugnara2022-06-051-5/+9
* | Merge pull request #32768 from nextcloud/fs-setup-onetime-earlierVincent Petry2022-06-101-0/+4
|\ \
| * | perform onetime setup earlier to ensure wrappers are registered on timeRobin Appelman2022-06-081-0/+4
* | | fix mounts mounted at the users homeRobin Appelman2022-06-091-7/+3
* | | Merge pull request #32767 from nextcloud/seeakble-http-stream-wrappersJulius Härtl2022-06-091-0/+13
|\ \ \
| * | | handle stream wrappers in SeekableHttpStreamRobin Appelman2022-06-081-0/+13
| | |/ | |/|
* | | Merge pull request #32697 from nextcloud/fix/get-avatar-authzPytal2022-06-081-11/+14
|\ \ \ | |_|/ |/| |
| * | Fix get avatar authorizationChristopher Ng2022-06-071-11/+14
* | | Merge pull request #32744 from nextcloud/bugfix/noid/easier-federation-debuggingJoas Schilling2022-06-081-1/+2
|\ \ \
| * | | Always log errors from sending federation api requests to ease debuggingJoas Schilling2022-06-071-1/+2
| | |/ | |/|
* | | Simlify tests for integrity check on modified mimetype listsJulius Härtl2022-06-071-1/+2
* | | feat: add docxf and form mimetypesLuka Trovic2022-06-071-0/+13
|/ /
* | Merge pull request #32556 from nextcloud/bugfix/noid/fix-comments-query-handlingJoas Schilling2022-06-031-4/+3
|\ \
| * | Create query parameters on correct objects to make debugging easierJoas Schilling2022-05-231-4/+3
* | | Cleanup temporary files after finishing the write to object storageJulius Härtl2022-06-021-0/+2
* | | Merge pull request #32690 from nextcloud/bugfix/noid/fix-mountpoint-matching-...blizzz2022-06-021-1/+1
|\ \ \
| * | | Trim mount point before matching in encryption codeVincent Petry2022-06-011-1/+1
| | |/ | |/|
* / | Use Image class from public APIChristopher Ng2022-06-0213-17/+15
|/ /
* | Check background job typeChristoph Wurst2022-05-311-0/+4
* | Merge pull request #32485 from nextcloud/debt/noid/psalm-streamer-fhblizzz2022-05-311-2/+2
|\ \
| * | Fix docblock for addFileFromStreamDaniel Kesselberg2022-05-241-2/+2
| |/
* | Merge pull request #32587 from nextcloud/bugfix/noid/improve-jsconfighelperJoas Schilling2022-05-311-54/+29
|\ \
| * | Restore old behaviour of sending flase for not found appsJoas Schilling2022-05-301-2/+6
| * | Improve JSConfigHelper code quality a bitJoas Schilling2022-05-301-53/+24
* | | Merge pull request #32634 from nextcloud/debt/noid/psalm-moveable-mountCôme Chilliet2022-05-301-1/+0
|\ \ \
| * | | Fix docblock for return typeDaniel Kesselberg2022-05-271-1/+0
| |/ /
* | | Merge pull request #31948 from nextcloud/core-cleanup-74Carl Schwan2022-05-302-17/+5
|\ \ \
| * | | Update core to PHP 7.4 standardCarl Schwan2022-05-202-17/+5
* | | | Merge pull request #32655 from nextcloud/fix/handle-non-existing-settingsCarl Schwan2022-05-301-2/+7
|\ \ \ \ | |_|/ / |/| | |
| * | | Handle non existing settings againCarl Schwan2022-05-301-2/+7
| | |/ | |/|
* | | Merge pull request #32349 from nextcloud/enh/projects-eventCarl Schwan2022-05-271-6/+27
|\ \ \
| * | | Introduce event for loading additional script on projectsJulius Härtl2022-05-121-6/+27
* | | | Merge pull request #32592 from nextcloud/fix/noid/allow-rememberme-token-apac...Julius Härtl2022-05-271-0/+1
|\ \ \ \
| * | | | allow use of rememberme cookies for IApacheAuth backendsArthur Schiwon2022-05-251-0/+1
| | |/ / | |/| |
* / | | Move Gd failed operations to debug levelGit'Fellow2022-05-251-20/+18
|/ / /
* | | 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
|\ \ \ \ \