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
path: root/lib
AgeCommit message (Collapse)Author
2021-05-29fix annotationsdartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2021-05-29fix named arguments (PHP8)dartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2021-05-28Merge pull request #1657 from nextcloud/enhancement/invitationsRené Gieling
Add displayname to Invitation notice
2021-05-28fix #1658dartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2021-05-28fix #1653dartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2021-05-27fix #1559dartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2021-05-22change migration classv1.9.0-beta1bdartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2021-05-22Enh/email markdown (#1631)René Gieling
* Render poll description in invitations with markdown * update makefile * remove doctrine/orm * psalm ignore doctrine errors * update workflows
2021-05-21cs fixdartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2021-05-19Option to hadle no as unvoteddartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2021-05-16fix #1572dartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2021-05-14some more maintenance and refactoringdartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2021-05-12fix notificationServicedartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2021-05-12reduce db accessdartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2021-05-11request acl permission in setterdartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2021-05-10more refactoringdartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2021-05-10acl->request(Acl::PERMISSION_POLL_VIEW) is obsoletedartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2021-05-09refactor getLogStringdartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2021-05-09rename acl constantsdartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2021-05-09cs-fixdartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2021-05-09tidy and maintenancedartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2021-05-08cs:fixdartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2021-05-08use psalm for static analysisdartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2021-05-02update NotificationCron to public APIdartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2021-05-02Add a janitor job to tidy log and watch tables from old entriesdartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2021-05-02Merge pull request #1516 from PhrozenByte/feature/commandsRené Gieling
Add polls:share:* CLI commands
2021-05-01Make php:cs linter happyDaniel Rudolf
Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
2021-04-28cs fixdartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2021-04-28delete shares by userIddartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2021-04-28Fix tab indentationRené Gieling
2021-04-27delete or renamedartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2021-04-25delete via sqldartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2021-04-25Delete polls for deleted userJonas Rittershofer
Signed-off-by: Jonas Rittershofer <jotoeri@users.noreply.github.com>
2021-04-18allow option proposals in public pollsdartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2021-04-16Merge branch 'master' into feature/commandsDaniel Rudolf
2021-04-09username as search parameter #1517dartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2021-03-27Code cleanupDaniel Rudolf
Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
2021-03-27Add command polls:share:removeDaniel Rudolf
Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
2021-03-27Add TShareCommand traitDaniel Rudolf
Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
2021-03-27Add command polls:share:addDaniel Rudolf
Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
2021-03-27Move ShareController::sendInvitation() logic to ShareServiceDaniel Rudolf
Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
2021-03-25minordartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2021-03-25some optimizationsdartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2021-03-25fix class namedartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2021-03-24Option::getDisplayName() can be nulldartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2021-03-24add migrationdartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2021-03-24cs-fixdartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2021-03-24change logger to Psr\Log\LoggerInterfacedartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2021-03-24remove loggingdartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2021-03-24fixing all type definitoinsdartcafe
Signed-off-by: dartcafe <github@dartcafe.de>