Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-09-12fix testdartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2021-06-06fix testdartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2021-06-06gone too fardartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2021-06-06fix some testsdartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2021-05-15fix testdartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2021-01-25code maintenancedartcafe
2021-01-22fix migration (#1356)René Gieling
fix #1355
2021-01-02Avoid duplicate entries via unique index in certain dbs (#1284)René Gieling
Squashing due to many commits
2020-12-05Psalm (#1277)René Gieling
* added config for psalm * removed, fixed and additions annotations * added typehints
2020-11-30use github CI and PHPUnit (#1257) (#1269)René Gieling
* use github CI and PHPUnit (#1257) * CommentMapperTest * LogMapperTest * SubscriptionMapperTest * all mappers
2020-11-19fix testdartcafe
2020-10-19fix factorydartcafe
2019-12-31Scrutinizer Auto-FixesScrutinizer Auto-Fixer
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
2019-12-30removed unused code from PageControllerTestdartcafe
2019-12-30Scrutinizer Auto-FixesScrutinizer Auto-Fixer
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
2019-12-30new rounddartcafe
2019-12-30eliminating hintsdartcafe
2019-12-30renamed event to poll in the entire project (#695)René Gieling
* renamed event to poll in the entire project * Migration polls_event to polls_polls * use timestamp
2019-12-21Prepare mail notification and update testsdartcafe
2019-12-11Fix tests according to @dartcafe commentsTortue Torche
Signed-off-by: Tortue Torche <tortuetorche@users.noreply.github.com>
2019-12-10Fix Event factory.Tortue Torche
Signed-off-by: Tortue Torche <tortuetorche@users.noreply.github.com>
2019-12-10Add 'showResults' attribute in the Event factoryTortue Torche
Signed-off-by: Tortue Torche <tortuetorche@users.noreply.github.com>
2019-12-10The 'hash' column in the 'polls_events' table was renamed 'token'.Tortue Torche
See: https://github.com/nextcloud/polls/commit/5b7165b7aae6948c499cb70935c4d9caf4f41e19#diff-b2c29e32782807f65fe6a60f16ee479fL74 Signed-off-by: Tortue Torche <tortuetorche@users.noreply.github.com>
2019-12-10Patch FactoryMuffin::generate() method to support dynamic setter and getterTortue Torche
with the OCP\AppFramework\Db\Entity class Signed-off-by: Tortue Torche <tortuetorche@users.noreply.github.com>
2019-12-10Fix PageController::__construct() arguments order.Tortue Torche
Signed-off-by: Tortue Torche <tortuetorche@users.noreply.github.com>
2019-12-10Try to fix tests!Tortue Torche
Signed-off-by: Tortue Torche <tortuetorche@users.noreply.github.com>
2019-01-31fix testdartcafe
2018-12-29Testdartcafe
2018-12-29Update OptionMapperTest.phpdartcafe
2018-12-29Grammardartcafe
2018-11-16Getting maddartcafe
2018-11-16OMGdartcafe
2018-11-16fixdartcafe
2018-11-16fixdartcafe
2018-11-16fixdartcafe
2018-11-16fixdartcafe
2018-11-16Test updatedartcafe
2018-05-10updatesdartcafe
2018-05-03Revert "Scrutinizer Auto-Fixes"dartcafe
This reverts commit 74e880d4076eecbc0ec9ead3f1e81cf559a238e1.
2018-05-03Scrutinizer Auto-FixesScrutinizer Auto-Fixer
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
2018-02-05Added missing ;dartcafe
[skip CI]
2018-02-04[WIP] Migrate particip tables (#293)René Gieling
* Migration of - text and date into options - Participation and ParticipationText into Votes * Fix delete poll from details view * You voted, you commented
2018-01-14Merge branch 'master' into develop-0.9splitt3r
2017-11-10Restored missing filessplitt3r
2017-11-10Merge branch 'develop' into cleanupsplitt3r
2017-11-07Revert "Merge branch 'develop' into votepage-design"dartcafe
This reverts commit dea743b43bfb44ae0ac3df184b627f3195a24b79, reversing changes made to 3d5cdbee1f3de0b8e114c7eab199de229569822a.
2017-11-07Added Unit tests (#224)Kai Schröer
* Added first unit test * Fixed user constraint problem * Fix tests * Update CommentMapperTest.php * Fixed FactoryMuffin + unit tests * Fixed PHP 5.6 error * Started adding scrutinizer coverage * Added UnitTestCase class * Added badges to README * Changed app logo name The icon is showing up in the app list now. * Added screenshot replacement to Makefile * Added oC branded screenshots * Added test skeletons * Added further factories * Added all basic crud unit tests * Fixed @depends in unit tests * Small doc block update
2017-10-09Fixed unit testssplitt3r
2017-10-09Match NC style guidesplitt3r