aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* Set as optional argumentVitor Mattos2022-06-131-1/+1
* Remove unecessary row and make compatible with db schemaVitor Mattos2022-06-132-6/+1
* Merge pull request #31966 from nextcloud/unencrypted-sizeVincent Petry2022-06-1313-134/+239
|\
| * store unencrypted size in the unencrypted_size columnRobin Appelman2022-06-026-49/+136
| * add case statement to sql function builderRobin Appelman2022-06-021-0/+11
| * make expression build return IQueryFunction instead of stringRobin Appelman2022-06-026-85/+92
* | Merge pull request #31771 from nextcloud/fix/hook-encryption-cronVincent Petry2022-06-101-13/+25
|\ \
| * | Fix hook encryption with cron jobCarl Schwan2022-06-071-13/+25
* | | Merge pull request #32364 from nextcloud/dav-listenersVincent Petry2022-06-101-1/+2
|\ \ \
| * | | Fix a doctype in OCP for IAddressBookThomas Citharel2022-05-171-1/+2
* | | | Merge pull request #32660 from susnux/masterVincent Petry2022-06-101-0/+4
|\ \ \ \
| * | | | Feature: Add and expose frontend loglevelFerdinand Thiessen2022-06-061-0/+4
| | |/ / | |/| |
* | | | Merge pull request #32685 from nextcloud/fix/external-storage-password-replac...Vincent Petry2022-06-101-1/+1
|\ \ \ \
| * | | | Fix replacing external storage password during debug logChristoph Wurst2022-06-011-1/+1
* | | | | Merge pull request #32748 from nextcloud/bugfix/noid/keep-non-default-protoco...Vincent Petry2022-06-101-7/+1
|\ \ \ \ \
| * | | | | Keep non default protocol in cloud idJoas Schilling2022-06-091-7/+1
* | | | | | Merge pull request #32799 from nextcloud/bugfix/noid/fix-exception-handling-w...Vincent Petry2022-06-101-1/+1
|\ \ \ \ \ \
| * | | | | | Fix exception handling when profile data is too longJoas Schilling2022-06-091-1/+1
| |/ / / / /
* | | | | | 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
|\ \ \ \