Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #36566 from nextcloud/mount-find-by-numeric-id | Julius Härtl | 2023-02-08 | 1 | -2/+2 |
|\ | |||||
| * | fix tests | Robin Appelman | 2023-02-07 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Merge pull request #36417 from nextcloud/fix/psr-container | Joas Schilling | 2023-02-07 | 2 | -1/+3 |
|\ \ | | | | | | | Make the container fully fulfill PSR container interface | ||||
| * | | fix: Throw `NotFoundExceptionInterface` to fulfill PSR container interface ↵ | Ferdinand Thiessen | 2023-02-06 | 2 | -1/+3 |
| |/ | | | | | | | | | | | if class not found Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de> | ||||
* | | Move back typing to phpdoc to keep backward compatibility in OCP | Côme Chilliet | 2023-02-07 | 2 | -2/+8 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | Removed catch of ValueError as we cannot know if it’s >2038 or <1970 | Côme Chilliet | 2023-02-07 | 1 | -1/+1 |
| | | | | | | | | | | | | Also fixed numericToString to correctly convert float to int if it fits Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | Type sizes as int|float throughout the code base | Côme Chilliet | 2023-02-07 | 3 | -3/+3 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | Allow float sizes in FileInfo for 32bits | Côme Chilliet | 2023-02-07 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | Fix 32bits bigint support in Util/OC_Helper | Côme Chilliet | 2023-02-07 | 1 | -13/+13 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | Add helper to cast to int|float, fix MemoryInfo on 32bits | Côme Chilliet | 2023-02-07 | 1 | -0/+11 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | Strong type filesize related methods to ease 32bits problem findings | Côme Chilliet | 2023-02-07 | 2 | -8/+2 |
|/ | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Merge pull request #35736 from nextcloud/pluggable-share-display | blizzz | 2023-02-02 | 3 | -0/+87 |
|\ | | | | | Allow to register public share template provider | ||||
| * | Pluggable share provider | Louis Chemineau | 2023-02-02 | 3 | -0/+87 |
| | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | | remove depraction of validateEmailAddress | Arthur Schiwon | 2023-02-02 | 1 | -2/+0 |
| | | | | | | | | | | | | | | for there are legit use cases to validate an email address without sending there to Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | Migrate to Symfony Mailer | Côme Chilliet | 2023-02-02 | 1 | -1/+1 |
|/ | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Use the default color and matching text color for the federation invite | Joas Schilling | 2023-01-30 | 1 | -0/+24 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Merge pull request #36363 from nextcloud/feat/app-framework/usesession-attribute | Christoph Wurst | 2023-01-27 | 1 | -0/+37 |
|\ | | | | | feat(app-framework): Add UseSession attribute to replace annotation | ||||
| * | feat(app-framework): Add UseSession attribute to replace annotation | Christoph Wurst | 2023-01-27 | 1 | -0/+37 |
| | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | 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> |