[3.6.0-beta1] - 2022-04-02
New
- Compatibility to Nextcloud 24
- Hidden polls are now private polls and public polls are called open polls to distinguish them from public polls via public links
- Added configuration options for admins to add legal terms to the public registration dialog and emails
- Added the possibility for admins to add a disclaimer test to generated emails
- Input fields now support matching keyboards on mobiles
- Added email addresses for owner's poll export
- Grouping comments for less noise
- Bulk import for text polls
- Changed icon set
- some more design changes
Fixed
- Poll export to spreadsheeds was fixed if Poll title is longer than 31 characters
- Fix LDAP user search
- Dont't add tags to description in plain text invitation mail
- poll list in admin page should not link to a poll
What's Changed
- Bump webpack from 5.69.0 to 5.69.1 by @dependabot in #2280
- Bump phpunit/phpunit from 9.5.13 to 9.5.14 by @dependabot in #2281
- Bump league/commonmark from 2.2.1 to 2.2.2 by @dependabot in #2282
- add type and inputmode and few optimizations by @dartcafe in #2283
- Admin settings - Add email disclaimer and links to legal terms for public polls and emails by @dartcafe in #2260
- l10n: Correct spelling by @Valdnet in #2288
- limit sheet name length by @dartcafe in #2287
- rename public and hidden polls to open and private by @dartcafe in #2289
- Bump phpunit/phpunit from 9.5.14 to 9.5.16 by @dependabot in #2291
- Bump vimeo/psalm from 4.20.0 to 4.21.0 by @dependabot in #2292
- Bump christophwurst/nextcloud from 22.1.1 to 23.0.2 by @dependabot in #2293
- Bump @nextcloud/vue from 5.0.0 to 5.1.0 by @dependabot in #2296
- Bump webpack from 5.69.1 to 5.70.0 by @dependabot in #2300
- Bump xlsx from 0.18.2 to 0.18.3 by @dependabot in #2299
- Bump vimeo/psalm from 4.21.0 to 4.22.0 by @dependabot in #2302
- Bump league/commonmark from 2.2.2 to 2.2.3 by @dependabot in #2301
- Bump css-loader from 6.6.0 to 6.7.0 by @dependabot in #2304
- Bump css-loader from 6.7.0 to 6.7.1 by @dependabot in #2305
- Bump friendsofphp/php-cs-fixer from 3.6.0 to 3.7.0 by @dependabot in #2309
- Bump doctrine/dbal from 3.3.2 to 3.3.3 by @dependabot in #2307
- Bump phpunit/phpunit from 9.5.16 to 9.5.18 by @dependabot in #2308
- use @nextcloud/webpack-vue-config by @dartcafe in #2310
- Add whitespace to the shares list by @dartcafe in #2295
- Support material design icons with configbox by @dartcafe in #2311
- fix modal heights by @dartcafe in #2312
- Bump @nextcloud/vue from 5.1.0 to 5.1.1 by @dependabot in #2316
- Bump xlsx from 0.18.3 to 0.18.4 by @dependabot in #2317
- Bump phpunit/phpunit from 9.5.18 to 9.5.19 by @dependabot in #2318
- Bump friendsofphp/php-cs-fixer from 3.7.0 to 3.8.0 by @dependabot in #2319
- Bump @nextcloud/moment from 1.1.1 to 1.2.0 by @dependabot in #2321
- Add ISearch::TYPE_EMAIL to user search by @dartcafe in #2323
- Move title to header and rearrange action buttons by @dartcafe in #2294
- Fix Exception upon validation of usernames and email addresses by @dartcafe in #2324
- remove poll route on admin page by @dartcafe in #2326
- l10n: Correct typo by @Valdnet in #2325
- add email addresses to poll export for owner by @dartcafe in #2327
- refactor inputDiv and it's style by @dartcafe in #2329
- Bump @nextcloud/vue from 5.1.1 to 5.2.1 by @dependabot in #2334
- Bump xlsx from 0.18.4 to 0.18.5 by @dependabot in #2335
- migrate access type hidden, public to private, open by @dartcafe in #2328
- Bump doctrine/dbal from 3.3.3 to 3.3.4 by @dependabot in #2338
- Add bulk import for text polls by @dartcafe in #2339
- Change AddDate button by @dartcafe in #2340
- group comments by user and posting time by @dartcafe in #2336
- Replace deprecated String.prototype.substr() by @CommanderRoot in #2332
- Fix/design 3.6 by @dartcafe in #2341
- Bump phpunit/phpunit from 9.5.19 to 9.5.20 by @dependabot in #2343
- Replace icons with material design icons by @dartcafe in #2344
- add prettier for vetur and vscode by @dartcafe in #2345
- use plain description if config is 'mail_send_plaintext_only' #2306 by @dartcafe in #2346
New Contributors
- @CommanderRoot made their first contribution in #2332
Full Changelog: v3.5.4...v3.6.0-beta1