aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public
Commit message (Expand)AuthorAgeFilesLines
* Migrate to Symfony MailerCôme Chilliet2023-02-021-1/+1
* Use the default color and matching text color for the federation inviteJoas Schilling2023-01-301-0/+24
* Merge pull request #36363 from nextcloud/feat/app-framework/usesession-attributeChristoph Wurst2023-01-271-0/+37
|\
| * feat(app-framework): Add UseSession attribute to replace annotationChristoph Wurst2023-01-271-0/+37
* | style: Fix php-cs and psalmJulius Härtl2023-01-271-2/+1
* | handle and return touchProvider errorsJulien Veyssier2023-01-271-2/+2
* | ADiscoverableReferenceProvider implements JsonSerializableJulien Veyssier2023-01-271-1/+3
* | add 'last used timestamp' management for reference providersJulien Veyssier2023-01-271-1/+21
* | extend the reference API for the new link pickerJulien Veyssier2023-01-274-0/+151
|/
* Merge pull request #36310 from nextcloud/feat/app-framework/global-middlewaresChristoph Wurst2023-01-261-1/+3
|\
| * feat(app-framework): Add support for global middlewaresChristoph Wurst2023-01-261-1/+3
* | Merge pull request #36341 from nextcloud/fix/app-framework/middleware-before-...Christoph Wurst2023-01-261-0/+1
|\ \ | |/ |/|
| * fix(app-framework): Specify return type of Middleware::beforeControllerChristoph Wurst2023-01-251-0/+1
* | ci: migrate ocp since checker to psalmDaniel Kesselberg2023-01-244-0/+10
|/
* composer run cs:fixCôme Chilliet2023-01-20335-352/+1
* Improve typing in Entity.phpCôme Chilliet2023-01-201-12/+14
* docs: document types flag for search optionsDaniel Kesselberg2023-01-191-1/+3
* Merge pull request #35970 from nextcloud/perf/noid/exception-serializerJulius Härtl2023-01-161-0/+9
|\
| * perf(logging): Return early when log level does not match before serializing ...Julius Härtl2023-01-161-0/+9
* | Merge pull request #36073 from nextcloud/fix/fix-background-job-listblizzz2023-01-161-9/+9
|\ \ | |/ |/|
| * Fix API breakage by using a new method insteadCôme Chilliet2023-01-121-2/+12
| * Remove deprecated method getAll instead of breaking API on deprecated methodCôme Chilliet2023-01-121-10/+0
| * Use a Generator for job list to fix background-job:list commandCôme Chilliet2023-01-101-4/+4
* | Merge pull request #35966 from nextcloud/chore/remove-deprecated-dashboardJulius Härtl2023-01-1010-1571/+0
|\ \ | |/ |/|
| * chore(OCP): Remove deprecated dashboard interfaces and classesJulius Härtl2023-01-0310-1571/+0
* | Add a const for the max user password lengthJoas Schilling2023-01-041-0/+6
* | Merge pull request #35876 from bennet0496/patch-mail-headerJoas Schilling2023-01-042-0/+85
|\ \
| * | fix missing class in NewUserMailHelper and static code analysis errorsBennet Becker2023-01-032-2/+2
| * | refactor AutoSubmittedValue to Headers\AutoSubmitted and addingBennet Becker2023-01-032-6/+15
| * | use constant as default value in value getterBennet Becker2022-12-261-1/+1
| * | Update PHPDoc annotation in lib/public/Mail/IMessage.phpBennet B2022-12-231-1/+1
| * | Adding API method to set the Auto-Submitted header to OCP\Mail\IMessageBennet Becker2022-12-232-0/+76
* | | fix link to documentation of php functionbbx-github2023-01-031-1/+1
| |/ |/|
* | Align checksum dav property with desktop client parsingJulius Härtl2022-12-301-1/+4
|/
* Merge pull request #34772 from nextcloud/fix/clean-ldap-access-factory-usageCôme Chilliet2022-12-201-2/+1
|\
| * Merge branch 'master' into fix/clean-ldap-access-factory-usageCôme Chilliet2022-11-2110-7/+263
| |\
| * | Fix return type for countUsers methodCôme Chilliet2022-10-251-2/+1
* | | Merge pull request #34172 from audriga/add-scim-json-supportJoas Schilling2022-12-201-0/+5
|\ \ \
| * \ \ Merge branch 'master' into add-scim-json-supportStanimir Bozhilov2022-12-1938-512/+912
| |\ \ \
| * | | | Remove type doc for regex constStanimir Bozhilov2022-12-111-1/+0
| * | | | Update phpDoc of the content type JSON regex and fix the regex delimiterStanimir Bozhilov2022-12-081-1/+2
| * | | | Move JSON content type regex to IRequest and make it a constStanimir Bozhilov2022-12-081-0/+5
* | | | | Merge pull request #35614 from nextcloud/fix/errorlog-array-to-string-conversionCôme Chilliet2022-12-191-0/+4
|\ \ \ \ \
| * | | | | fix(logging): Fix array to string conversion in errorlog writerChristoph Wurst2022-12-191-0/+4
| | |/ / / | |/| | |
* | | | | Merge pull request #35496 from nextcloud/fix/strict-typing-in-baseJulius Härtl2022-12-191-0/+1
|\ \ \ \ \
| * | | | | Revert "Just use string for groups in enableAppForGroups"Côme Chilliet2022-12-192-12/+16
| * | | | | Just use string for groups in enableAppForGroupsCôme Chilliet2022-12-192-16/+12
| * | | | | Silence false-positive from psalm in lib/public/Log/functions.phpCôme Chilliet2022-12-191-0/+1
| |/ / / /
* | | | | Merge pull request #34807 from nextcloud/fix/compute-notification-parsed-subjectCôme Chilliet2022-12-192-20/+4
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Same thing for ActivityCôme Chilliet2022-11-291-10/+2