Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | style: Fix php-cs and psalm | Julius Härtl | 2023-01-27 | 1 | -2/+1 | |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
* | | handle and return touchProvider errors | Julien Veyssier | 2023-01-27 | 1 | -2/+2 | |
| | | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | |||||
* | | ADiscoverableReferenceProvider implements JsonSerializable | Julien Veyssier | 2023-01-27 | 1 | -1/+3 | |
| | | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | |||||
* | | add 'last used timestamp' management for reference providers | Julien Veyssier | 2023-01-27 | 1 | -1/+21 | |
| | | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | |||||
* | | extend the reference API for the new link picker | Julien Veyssier | 2023-01-27 | 4 | -0/+151 | |
|/ | | | | | | | | | - add 2 interfaces for discoverable and searchable reference providers - new OCS route to get info on discoverable/searchable reference providers - new abstract ADiscoverableReferenceProvider that only implements jsonSerialize - listen to RenderReferenceEvent to inject provider list with initial state Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | |||||
* | Merge pull request #36310 from nextcloud/feat/app-framework/global-middlewares | Christoph Wurst | 2023-01-26 | 1 | -1/+3 | |
|\ | | | | | feat(app-framework): Add support for global middlewares | |||||
| * | feat(app-framework): Add support for global middlewares | Christoph Wurst | 2023-01-26 | 1 | -1/+3 | |
| | | | | | | | | | | | | | | This allows apps to register middlewares that always register, not just for the app's own requests Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | | Merge pull request #36341 from ↵ | Christoph Wurst | 2023-01-26 | 1 | -0/+1 | |
|\ \ | |/ |/| | | | | | nextcloud/fix/app-framework/middleware-before-controller-returns-void fix(app-framework): Specify return type of Middleware::beforeController | |||||
| * | fix(app-framework): Specify return type of Middleware::beforeController | Christoph Wurst | 2023-01-25 | 1 | -0/+1 | |
| | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | | ci: migrate ocp since checker to psalm | Daniel Kesselberg | 2023-01-24 | 4 | -0/+10 | |
|/ | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | |||||
* | composer run cs:fix | Côme Chilliet | 2023-01-20 | 335 | -352/+1 | |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | Improve typing in Entity.php | Côme Chilliet | 2023-01-20 | 1 | -12/+14 | |
| | | | | | | Removing @method in Entity brings even more errors. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | docs: document types flag for search options | Daniel Kesselberg | 2023-01-19 | 1 | -1/+3 | |
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | |||||
* | Merge pull request #35970 from nextcloud/perf/noid/exception-serializer | Julius Härtl | 2023-01-16 | 1 | -0/+9 | |
|\ | ||||||
| * | perf(logging): Return early when log level does not match before serializing ↵ | Julius Härtl | 2023-01-16 | 1 | -0/+9 | |
| | | | | | | | | | | | | an exception Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
* | | Merge pull request #36073 from nextcloud/fix/fix-background-job-list | blizzz | 2023-01-16 | 1 | -9/+9 | |
|\ \ | |/ |/| | Use a Generator for job list to fix background-job:list command | |||||
| * | Fix API breakage by using a new method instead | Côme Chilliet | 2023-01-12 | 1 | -2/+12 | |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
| * | Remove deprecated method getAll instead of breaking API on deprecated method | Côme Chilliet | 2023-01-12 | 1 | -10/+0 | |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
| * | Use a Generator for job list to fix background-job:list command | Côme Chilliet | 2023-01-10 | 1 | -4/+4 | |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | | Merge pull request #35966 from nextcloud/chore/remove-deprecated-dashboard | Julius Härtl | 2023-01-10 | 10 | -1571/+0 | |
|\ \ | |/ |/| | ||||||
| * | chore(OCP): Remove deprecated dashboard interfaces and classes | Julius Härtl | 2023-01-03 | 10 | -1571/+0 | |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
* | | Add a const for the max user password length | Joas Schilling | 2023-01-04 | 1 | -0/+6 | |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | | Merge pull request #35876 from bennet0496/patch-mail-header | Joas Schilling | 2023-01-04 | 2 | -0/+85 | |
|\ \ | | | | | | | Adding option to set Auto-Submitted email header | |||||
| * | | fix missing class in NewUserMailHelper and static code analysis errors | Bennet Becker | 2023-01-03 | 2 | -2/+2 | |
| | | | | | | | | | | | | Signed-off-by: Bennet Becker <dev@bennet.cc> | |||||
| * | | refactor AutoSubmittedValue to Headers\AutoSubmitted and adding | Bennet Becker | 2023-01-03 | 2 | -6/+15 | |
| | | | | | | | | | | | | | | | | | | header name to constants Signed-off-by: Bennet Becker <dev@bennet.cc> | |||||
| * | | use constant as default value in value getter | Bennet Becker | 2022-12-26 | 1 | -1/+1 | |
| | | | | | | | | | | | | Signed-off-by: Bennet Becker <dev@bennet.cc> | |||||
| * | | Update PHPDoc annotation in lib/public/Mail/IMessage.php | Bennet B | 2022-12-23 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | Co-authored-by: Christoph Wurst <ChristophWurst@users.noreply.github.com> Signed-off-by: Bennet B <bennet0496@users.noreply.github.com> | |||||
| * | | Adding API method to set the Auto-Submitted header to OCP\Mail\IMessage | Bennet Becker | 2022-12-23 | 2 | -0/+76 | |
| | | | | | | | | | | | | | | | | | | and implementation in OC\Mail\Message Signed-off-by: Bennet Becker <bbecker@pks.mpg.de> | |||||
* | | | fix link to documentation of php function | bbx-github | 2023-01-03 | 1 | -1/+1 | |
| |/ |/| | | | Signed-off-by: bbx-github <53237674+bbx-github@users.noreply.github.com> | |||||
* | | Align checksum dav property with desktop client parsing | Julius Härtl | 2022-12-30 | 1 | -1/+4 | |
|/ | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
* | Merge pull request #34772 from nextcloud/fix/clean-ldap-access-factory-usage | Côme Chilliet | 2022-12-20 | 1 | -2/+1 | |
|\ | | | | | Make sure to use AccessFactory to create Access instances and use DI | |||||
| * | Merge branch 'master' into fix/clean-ldap-access-factory-usage | Côme Chilliet | 2022-11-21 | 10 | -7/+263 | |
| |\ | | | | | | | Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> | |||||
| * | | Fix return type for countUsers method | Côme Chilliet | 2022-10-25 | 1 | -2/+1 | |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | | | Merge pull request #34172 from audriga/add-scim-json-support | Joas Schilling | 2022-12-20 | 1 | -0/+5 | |
|\ \ \ | | | | | | | | | Add support for application/scim+json | |||||
| * \ \ | Merge branch 'master' into add-scim-json-support | Stanimir Bozhilov | 2022-12-19 | 38 | -512/+912 | |
| |\ \ \ | | | | | | | | | | | Signed-off-by: Stanimir Bozhilov <stanimir.bozhilov.1998@gmail.com> | |||||
| * | | | | Remove type doc for regex const | Stanimir Bozhilov | 2022-12-11 | 1 | -1/+0 | |
| | | | | | | | | | | | | | | | | | | | | Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Stanimir Bozhilov <stanimir.bozhilov.1998@gmail.com> | |||||
| * | | | | Update phpDoc of the content type JSON regex and fix the regex delimiter | Stanimir Bozhilov | 2022-12-08 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | | | Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Stanimir Bozhilov <stanimir.bozhilov.1998@gmail.com> | |||||
| * | | | | Move JSON content type regex to IRequest and make it a const | Stanimir Bozhilov | 2022-12-08 | 1 | -0/+5 | |
| | | | | | ||||||
* | | | | | Merge pull request #35614 from nextcloud/fix/errorlog-array-to-string-conversion | Côme Chilliet | 2022-12-19 | 1 | -0/+4 | |
|\ \ \ \ \ | | | | | | | | | | | | | Fix array to string conversion in errorlog writer | |||||
| * | | | | | fix(logging): Fix array to string conversion in errorlog writer | Christoph Wurst | 2022-12-19 | 1 | -0/+4 | |
| | |/ / / | |/| | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | | | | | Merge pull request #35496 from nextcloud/fix/strict-typing-in-base | Julius Härtl | 2022-12-19 | 1 | -0/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | Revert "Just use string for groups in enableAppForGroups" | Côme Chilliet | 2022-12-19 | 2 | -12/+16 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit e17244e92fb316d2f2e3fd1ae343bd47b54395b8. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
| * | | | | | Just use string for groups in enableAppForGroups | Côme Chilliet | 2022-12-19 | 2 | -16/+12 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
| * | | | | | Silence false-positive from psalm in lib/public/Log/functions.php | Côme Chilliet | 2022-12-19 | 1 | -0/+1 | |
| |/ / / / | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | | | | | Merge pull request #34807 from nextcloud/fix/compute-notification-parsed-subject | Côme Chilliet | 2022-12-19 | 2 | -20/+4 | |
|\ \ \ \ \ | |/ / / / |/| | | | | Compute notification parsed subject from rich subject when possible | |||||
| * | | | | Same thing for Activity | Côme Chilliet | 2022-11-29 | 1 | -10/+2 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
| * | | | | Compute parsed from rich subject and message in Notification | Côme Chilliet | 2022-11-29 | 1 | -10/+2 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | | | | | rename SabrePublicPluginEvent to BeforeSabrePubliclyLoadedEvent, run ↵ | Julien Veyssier | 2022-12-15 | 1 | -1/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | build/autoloaderchecker.sh Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | |||||
* | | | | | use modern event dispatch | Julien Veyssier | 2022-12-12 | 1 | -0/+25 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | |||||
* | | | | | Validate if the user part of a "cloud id" can even be a valid user id | Joas Schilling | 2022-12-09 | 1 | -0/+8 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> |