summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* Adding API method to set the Auto-Submitted header to OCP\Mail\IMessageBennet Becker2022-12-231-0/+33
* Merge pull request #35856 from nextcloud/enh/31284/improve-preview-max-memorySimon L2022-12-221-3/+3
|\
| * increase preview_max_memory and make it easier to debugSimon L2022-12-221-3/+3
* | Do not setup a session when not required on WebDAV requestsJulius Härtl2022-12-211-1/+2
|/
* Merge pull request #35723 from nextcloud/bugfix/35708Vincent Petry2022-12-201-0/+4
|\
| * fix: Make sure to reopen session before cleaningJulius Härtl2022-12-101-0/+4
* | Merge pull request #34724 from nextcloud/encryption-read-before-cacheVincent Petry2022-12-201-4/+16
|\ \
| * | clear is-encrypted cache when trying to fix encrypted versionRobin Appelman2022-12-011-0/+4
| * | fix reading newly written encrypted files before their cache entry is writtenRobin Appelman2022-11-301-4/+12
* | | Merge pull request #34772 from nextcloud/fix/clean-ldap-access-factory-usageCôme Chilliet2022-12-201-10/+10
|\ \ \
| * \ \ Merge branch 'master' into fix/clean-ldap-access-factory-usageCôme Chilliet2022-11-2140-318/+635
| |\ \ \
| * | | | Fix return type for countUsers methodCôme Chilliet2022-10-251-10/+10
* | | | | Merge pull request #34172 from audriga/add-scim-json-supportJoas Schilling2022-12-201-2/+3
|\ \ \ \ \
| * \ \ \ \ Merge branch 'master' into add-scim-json-supportStanimir Bozhilov2022-12-19146-2349/+2594
| |\ \ \ \ \
| * | | | | | Move JSON content type regex to IRequest and make it a constStanimir Bozhilov2022-12-081-4/+1
| * | | | | | Fix the JSON content type regex to match all MIME typesStanimir Bozhilov2022-09-261-1/+1
| * | | | | | Type hint JSON content type regex and use preg_match lessStanimir Bozhilov2022-09-221-4/+4
| * | | | | | Use regex for all JSON-related content typesStanimir Bozhilov2022-09-211-6/+7
| * | | | | | Treat application/json and application/scim+json in same if-blockStanimir Bozhilov2022-09-211-11/+3
| * | | | | | Add support for application/scim+json content typeStanimir Bozhilov2022-09-201-0/+11
* | | | | | | Merge pull request #35614 from nextcloud/fix/errorlog-array-to-string-conversionCôme Chilliet2022-12-194-9/+12
|\ \ \ \ \ \ \
| * | | | | | | fix(logging): Fix array to string conversion in errorlog writerChristoph Wurst2022-12-194-9/+12
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #33709 from nextcloud/enh/displayname-cache-getStorageInfoVincent Petry2022-12-191-3/+3
|\ \ \ \ \ \ \
| * | | | | | | Use display name cache on getStorageInfoJulius Härtl2022-12-161-3/+3
| |/ / / / / /
* | | | | | | Merge pull request #35496 from nextcloud/fix/strict-typing-in-baseJulius Härtl2022-12-191-17/+8
|\ \ \ \ \ \ \
| * | | | | | | Revert "Just use string for groups in enableAppForGroups"Côme Chilliet2022-12-191-4/+12
| * | | | | | | Just use string for groups in enableAppForGroupsCôme Chilliet2022-12-191-12/+4
| * | | | | | | Use strict typing in base.phpCôme Chilliet2022-12-191-17/+8
* | | | | | | | Merge pull request #34807 from nextcloud/fix/compute-notification-parsed-subjectCôme Chilliet2022-12-192-2/+64
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Throw on missing type of rich subject parameterCôme Chilliet2022-12-082-10/+14
| * | | | | | | Apply the same changes to richToParsed in NotificationCôme Chilliet2022-11-291-3/+9
| * | | | | | | Throw instead of using a bogus value if name field is missingCôme Chilliet2022-11-291-3/+9
| * | | | | | | Same thing for ActivityCôme Chilliet2022-11-291-1/+24
| * | | | | | | Compute parsed from rich subject and message in NotificationCôme Chilliet2022-11-291-1/+24
* | | | | | | | Merge pull request #35177 from nextcloud/fix/noid/bringing-clear-config-backJulius Härtl2022-12-191-0/+9
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | restoring clearCachedConfig()Maxence Lange2022-11-151-0/+9
* | | | | | | | Merge pull request #34924 from nextcloud/cache-jail-path-prefixVincent Petry2022-12-163-7/+8
|\ \ \ \ \ \ \ \
| * | | | | | | | escape path prefix when doing cache jail searchRobin Appelman2022-11-023-7/+8
* | | | | | | | | Merge pull request #35537 from nextcloud/fix/dependency-injection-errorVincent Petry2022-12-161-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Improve dependency injection error messageCarl Schwan2022-12-011-1/+1
* | | | | | | | | | Merge pull request #35679 from nextcloud/catch-not-found-exception-in-jscombinerVincent Petry2022-12-161-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Catch NotFoundException as well in JSCombinerThomas Citharel2022-12-081-1/+1
* | | | | | | | | | | Merge pull request #35780 from nextcloud/fix/http-dispatcher-double-parameter...Vincent Petry2022-12-161-1/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | fix(app framework): Fix missing cast of double controller parametersChristoph Wurst2022-12-151-1/+1
* | | | | | | | | | | | check if params given to API are really an arrayArtur Neumann2022-12-151-2/+1
|/ / / / / / / / / / /
* | | | | | | | | | | Merge pull request #35689 from pulsejet/patch-heicrotateJohn Molakvoæ2022-12-111-0/+3
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
| * | | | | | | | | | preview: fix HEIC orientationVarun Patil2022-12-081-0/+3
| |/ / / / / / / / /
* | | | | | | | | | Improve email search resultsJoas Schilling2022-12-091-0/+6
* | | | | | | | | | Validate if the user part of a "cloud id" can even be a valid user idJoas Schilling2022-12-092-26/+47
* | | | | | | | | | Merge pull request #34477 from nextcloud/bugfix/noid/sharee-recommendations-s...Joas Schilling2022-12-091-0/+4
|\ \ \ \ \ \ \ \ \ \