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 (Expand)Author
2019-12-30Scrutinizer Auto-FixesScrutinizer Auto-Fixer
2019-12-30some fixes on the backend side (#699)René Gieling
2019-12-30renamed event to poll in the entire project (#695)René Gieling
2019-12-27fix accidentially changed migrationdartcafe
2019-12-27renamed migration to avoid conflictsdartcafe
2019-12-27Consolidated migrations to main migrationdartcafe
2019-12-27Moved polls_log creation to main migrationdartcafe
2019-12-27removed orphaned Notice and NoticeMapperdartcafe
2019-12-27Notifications moved to crondartcafe
2019-12-25Moved invitation mail to new MailServicedartcafe
2019-12-25finished LogServicedartcafe
2019-12-24log timestamp instead of datetimedartcafe
2019-12-23fixesdartcafe
2019-12-23logging for scheduled mailsdartcafe
2019-12-21Prepare mail notification and update testsdartcafe
2019-12-21Change notification into subscriptiondartcafe
2019-12-21Merge pull request #688 from nextcloud/moreTidyRené Gieling
2019-12-21spacingdartcafe
2019-12-21fixdartcafe
2019-12-21fixes and tidydartcafe
2019-12-21fixed routingdartcafe
2019-12-20timezone, avatar, update dependencies, tidydartcafe
2019-12-19added bool expirationdartcafe
2019-12-15fixesdartcafe
2019-12-14and some moredartcafe
2019-12-14moredartcafe
2019-12-14some opmitimizationsdartcafe
2019-12-14Changed route namesdartcafe
2019-12-14Added commenting for public user.dartcafe
2019-12-14Share poll with users in contact listdartcafe
2019-12-12some fixesdartcafe
2019-12-11Merge branch 'master' of https://github.com/nextcloud/pollsdartcafe
2019-12-11small fixes to sendInvitationMaildartcafe
2019-12-11Merge pull request #673 from nextcloud/sendInvitationRené Gieling
2019-12-11Fix a typo in the migration of 'show_results' column in the 'polls_events' tableTortue Torche
2019-12-11SQLite can't have a NOT NULL constraint without DEFAULT value.Tortue Torche
2019-12-11SQLite can't have a NOT NULL constraint without DEFAULT value.Tortue Torche
2019-12-11Fix tests according to @dartcafe commentsTortue Torche
2019-12-11Send personal invitations to users and groupsdartcafe
2019-12-10The 'show_results' column in the 'polls_events' table should be a boolean, no...Tortue Torche
2019-12-10Fix 'voteLimit' JSON conversion in the Event entity.Tortue Torche
2019-12-10The 'delete_date' column in 'polls_events' table could be null.Tortue Torche
2019-12-10The 'hash' column in the 'polls_events' table was renamed 'token'.Tortue Torche
2019-12-10- updated Makefile to be able to build on Windows machines (rsync still fails)dartcafe
2019-12-10code tidydartcafe
2019-12-10Added missing declarationsdartcafe
2019-12-09* some enhancementsdartcafe
2019-12-05finished public votingdartcafe
2019-12-03Public votes are now workingdartcafe
2019-12-02Public page (#664)René Gieling