summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* move AbstractCacheEvent into OCPRobin Appelman2021-02-156-16/+12
| | | | | | otherwise we have concrete cache events in OCP extending non OCP classes Signed-off-by: Robin Appelman <robin@icewind.nl>
* Merge pull request #25646 from nextcloud/fix/psalm/markdownChristoph Wurst2021-02-151-1/+1
|\ | | | | Markdown: remove redundant int cast
| * Markdown: remove redundant int castRoeland Jago Douma2021-02-151-1/+1
| | | | | | | | | | | | For #25641 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Some OCS result psalm fixesRoeland Jago Douma2021-02-151-2/+2
|/ | | | | | For #25641 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #25577 from nextcloud/enhancement/app-code-checker-noopRoeland Jago Douma2021-02-1314-1583/+0
|\ | | | | Make the app code checker a NOOP
| * Make the app code checker a NOOPChristoph Wurst2021-02-1114-1583/+0
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | [tx-robot] updated from transifexNextcloud bot2021-02-132-0/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2021-02-124-22/+26
| |
* | Merge pull request #25585 from nextcloud/enhancement/empty-email-validationRoeland Jago Douma2021-02-111-0/+4
|\ \ | | | | | | Micro-optimize validation of empty email addresses
| * | Micro-optimize validation of empty email addressesChristoph Wurst2021-02-111-0/+4
| |/ | | | | | | | | | | Then we don't have to construct any validators. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* / Fix WebP availability checkRoeland Jago Douma2021-02-111-1/+1
|/ | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #25378 from nextcloud/bugfix/noid/mention-match-improvementsRoeland Jago Douma2021-02-111-0/+3
|\ | | | | Improve mention matches
| * Fix linterJoas Schilling2021-02-061-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Make Psalm happyJoas Schilling2021-02-061-1/+3
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Improve mention matchesJoas Schilling2021-02-061-0/+1
| | | | | | | | | | | | The previous regex didn't correctly match users with . ' or - Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #25460 from nextcloud/fix/apppassword/always_renewRoeland Jago Douma2021-02-101-5/+0
|\ \ | | | | | | Always renew apppasswords on login
| * | Always renew apppasswords on loginRoeland Jago Douma2021-02-101-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | Else you can end up that you renewed your password (LDAP for example). But they still don't work because you did not use them before you logged in. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #25558 from nextcloud/deprecate/generic-event-wrapperRoeland Jago Douma2021-02-101-0/+17
|\ \ \ | | | | | | | | Deprecate the GenericEvent wrapper
| * | | Deprecate the GenericEvent wrapperChristoph Wurst2021-02-101-0/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This class is a convenience type to replace the old Symfony GenericEvent with our own type, to ease the transition from Symfony events to our (PSR) events. Hence we can deprecate the class as precaution to smoothen the next transition step in the future. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | Merge pull request #25566 from nextcloud/fix/25359/followupRoeland Jago Douma2021-02-102-9/+6
|\ \ \ \ | | | | | | | | | | Fix remaining #25359
| * | | | Fix remaining #25359Roeland Jago Douma2021-02-102-9/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As a wise man once said: "I like PRs that pass tests before merging" C. Wurst, Feb 9th 2021 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | Merge pull request #25560 from nextcloud/enhancement/pure-psr-eventChristoph Wurst2021-02-101-2/+35
|\ \ \ \ \ | |/ / / / |/| | | | Make our event base class independent of Symfony and follow PSR
| * | | | Make our event base class independent of Symfony and follow PSRChristoph Wurst2021-02-101-2/+35
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Symfony is migrating towards a pure PSR event dispatcher, hence their event class is POPO that implements the PSR stoppable event interface. Since we can do that ourself and this change doesn't come with any API changes (breakage), it's easy for us to become independent of Symfony but also stay PSR-compliant at the same step. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | Merge pull request #25359 from nextcloud/enhancement/typed-service-registrationChristoph Wurst2021-02-1014-108/+464
|\ \ \ \ | |/ / / |/| | | Type the service registration
| * | | Type the service registrationChristoph Wurst2021-02-1014-108/+464
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | [tx-robot] updated from transifexNextcloud bot2021-02-102-0/+2
| | | |
* | | | Merge pull request #25546 from nextcloud/techdept/deprecate-event-constantsChristoph Wurst2021-02-0911-1/+81
|\ \ \ \ | |/ / / |/| | | Deprecate all remaining event constants
| * | | Deprecate all remaining event constantsChristoph Wurst2021-02-0911-1/+81
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | Merge pull request #25543 from nextcloud/deprecate/idb-eventsChristoph Wurst2021-02-091-0/+23
|\ \ \ \ | | | | | | | | | | Deprecate the internal IDBConnection event name constants
| * | | | Deprecate the internal IDBConnection event name constantsChristoph Wurst2021-02-091-0/+23
| |/ / / | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | remove ReconnectWrapperRobin Appelman2021-02-094-58/+4
| | | | | | | | | | | | | | | | | | | | | | | | dbal now handles it's own reconnections: https://github.com/doctrine/dbal/blob/3.0.x/UPGRADE.md#the-pingableconnection-interface-is-removed Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #25531 from nextcloud/fix/dispatcher-argument-orderRoeland Jago Douma2021-02-091-0/+30
|\ \ \ \ | | | | | | | | | | Fix the legacy dispatcher argument order
| * | | | Fix the legacy dispatcher argument orderChristoph Wurst2021-02-091-0/+30
| |/ / / | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | Merge pull request #25535 from nextcloud/query-exception-forewardChristoph Wurst2021-02-092-2/+11
|\ \ \ \ | |/ / / |/| | | Improve exception when auto-wiring fails
| * | | forward query exception when fallback construction failsRobin Appelman2021-02-092-2/+6
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | forward original query exception when querying by name failsRobin Appelman2021-02-081-1/+6
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | [tx-robot] updated from transifexNextcloud bot2021-02-094-0/+4
|/ / /
* | | [tx-robot] updated from transifexNextcloud bot2021-02-088-0/+14
| | |
* | | [tx-robot] updated from transifexNextcloud bot2021-02-0712-6/+16
| | |
* | | Merge pull request #25499 from nextcloud/test/symfony-adapterRoeland Jago Douma2021-02-062-1/+5
|\ \ \ | |_|/ |/| | Test the symfony adapter / fix missing return object
| * | Test the symfony adapterChristoph Wurst2021-02-052-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | To prevent regression in the future. And make sure we always return an object … Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | [tx-robot] updated from transifexNextcloud bot2021-02-062-2/+2
| | |
* | | Merge pull request #25500 from Worteks/fix-sharemanager-genericshareexceptionRoeland Jago Douma2021-02-051-1/+2
|\ \ \ | |/ / |/| | fix(translation): replace static error message
| * | revert(comment)Samuel2021-02-051-1/+0
| | | | | | | | | | | | Signed-off-by: Samuel <faust64@gmail.com>
| * | revert(exception): keep throwing an exception for nowSamuel2021-02-051-2/+3
| | | | | | | | | | | | Signed-off-by: Samuel <faust64@gmail.com>
| * | fix(translation): replace static error messageSamuel2021-02-051-2/+3
| | | | | | | | | | | | | | | | | | as suggested by @kesselb in nextcloud/server#25490 Signed-off-by: Samuel <faust64@gmail.com>
* | | Log deprecation notice of GenericEventWrapper just onceChristoph Wurst2021-02-051-0/+8
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | [tx-robot] updated from transifexNextcloud bot2021-02-054-2/+8
|/ /
* / [tx-robot] updated from transifexNextcloud bot2021-02-042-0/+6
|/
* Merge pull request #24700 from Imajie/s3-credsRoeland Jago Douma2021-02-021-1/+5
|\ | | | | Resolves #24699, Support ES2 and ECS instance providers for S3 buckets