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
2020-09-03Adding option for important pollsdartcafe
2020-09-03php-cs fixdartcafe
2020-09-02fix syntaxdartcafe
2020-08-31Added user preferences backend and UIdartcafe
2020-07-05mark all invitations as sent while migratingdartcafe
2020-07-04track invitation sent in sharedartcafe
2020-05-29Scrutinizer Auto-FixesScrutinizer Auto-Fixer
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
2020-05-26Scrutinizer Auto-FixesScrutinizer Auto-Fixer
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
2020-05-12confirm options after expirydartcafe
2020-05-06remove obsolete commentsdartcafe
2020-04-06Change type of description via doctrinedartcafe
2020-03-14change description to textdartcafe
2020-03-02Delete poll permanently (#823)Vinzenz Rosenkranz
* add logic to irrevocably delete polls Signed-off-by: Vinzenz Rosenkranz <vinzenz.rosenkranz@uni-tuebingen.de> * add onDelete fk constraint to tables depending on polls Signed-off-by: Vinzenz Rosenkranz <vinzenz.rosenkranz@uni-tuebingen.de> * rename finally/irrevocably to permanently Signed-off-by: Vinzenz Rosenkranz <vinzenz.rosenkranz@uni-tuebingen.de> * fix poll still visible after delete and show notification after delete Signed-off-by: Vinzenz Rosenkranz <vinzenz.rosenkranz@uni-tuebingen.de> * update migration to delete orphaned entries before adding fk constraint Signed-off-by: Vinzenz Rosenkranz <vinzenz.rosenkranz@uni-tuebingen.de> * fix sql syntax for non-pgsql in migration Signed-off-by: Vinzenz Rosenkranz <vinzenz.rosenkranz@posteo.de> Co-authored-by: René Gieling <github@dartcafe.de>
2020-01-30new column order for optionsdartcafe
2020-01-23remove user from share object (not used)dartcafe
2020-01-19Migrate events and shares only, if oc_event AND oc_polls existdartcafe
2020-01-19delete oc_events after migrationdartcafe
2020-01-19added missing parameter user in migration stepdartcafe
2020-01-07fix undefined index deleteddartcafe
2020-01-06fix migrationdartcafe
2019-12-30Scrutinizer Auto-FixesScrutinizer Auto-Fixer
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
2019-12-30some fixes on the backend side (#699)René Gieling
* small fixes on the backend side * removed pollService and annotations for scrutinizer * Fix ACL checks * Don't load shares, when user has no edit rights * fix acl * avoid 💣 Database and logging with recursive setting * fix PollController
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-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-24log timestamp instead of datetimedartcafe
2019-12-23logging for scheduled mailsdartcafe
2019-12-21Prepare mail notification and update testsdartcafe
2019-12-19added bool expirationdartcafe
2019-12-11Fix a typo in the migration of 'show_results' column in the 'polls_events' tableTortue Torche
Signed-off-by: Tortue Torche <tortuetorche@users.noreply.github.com>
2019-12-11SQLite can't have a NOT NULL constraint without DEFAULT value.Tortue Torche
Here the SQLite error message: An exception occurred while executing 'ALTER TABLE oc_polls_events ADD COLUMN show_results VARCHAR(255) NOT NULL': SQLSTATE[HY000]: General error: 1 Cannot add a NOT NULL column with default value NULL Signed-off-by: Tortue Torche <tortuetorche@users.noreply.github.com>
2019-12-11SQLite can't have a NOT NULL constraint without DEFAULT value.Tortue Torche
I understand the need to require a value for 'delete_date' column, but it should be done on the application level to support SQLite. FYI, Nextcloud Server doesn't have any DATETIME column with a NOT NULL constraint, see: https://github.com/nextcloud/server/blob/v17.0.1/core/Migrations/Version13000Date20170718121200.php#L752 Here the SQLite error message: An exception occurred while executing 'ALTER TABLE oc_polls_events ADD COLUMN delete_date DATETIME NOT NULL': SQLSTATE[HY000]: General error: 1 Cannot add a NOT NULL column with default value NULL Signed-off-by: Tortue Torche <tortuetorche@users.noreply.github.com>
2019-12-11Fix tests according to @dartcafe commentsTortue Torche
Signed-off-by: Tortue Torche <tortuetorche@users.noreply.github.com>
2019-12-10The 'show_results' column in the 'polls_events' table should be a boolean, ↵Tortue Torche
not a string Signed-off-by: Tortue Torche <tortuetorche@users.noreply.github.com>
2019-12-10The 'delete_date' column in 'polls_events' table could be null.Tortue Torche
Fix PostgreSQL and SQLite tests. 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-09* some enhancementsdartcafe
2019-12-02Public page (#664)René Gieling
* adding acl * changing share db and migration (hash becomes token) * View public vote * Refactoring anonymizer * some more refactoring * nearly finished public voting * updated dependencies * linter autofixes
2019-08-25More refactoring and fixesdartcafe
2019-08-19fixesdartcafe
2019-08-01Migrate hashesdartcafe
2018-12-28Fixing more scutinizer hintsdartcafe
2018-12-22Changed QueryBuilder wheredartcafe
2018-12-22#454 fix PostgeSQL with workarounddartcafe
2018-12-22Fix broken migration after orphaned votesdartcafe
2018-12-18Fix migration to handle problem after migration errordartcafe
2018-12-11Fix adding allow_maybe upon migration from prior version.dartcafe