Commit Graph

1396 Commits

Author SHA1 Message Date
Thomas Citharel
2995851e2a Merge branch 'fixes' into 'v1.1.x'
Various fixes

Closes #566

See merge request framasoft/framadate/framadate!498
2021-12-17 14:23:42 +00:00
Thomas Citharel
0d4bbe8f2d
Allow /abc/ as well, for Framasoft
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2021-12-17 15:21:05 +01:00
Thomas Citharel
dffd7edf42
Improve metadata on poll pages
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2021-12-17 15:14:29 +01:00
Thomas Citharel
e7f7e26141
Fix a missing translation in the french file
Closes #566

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2021-12-17 15:00:43 +01:00
Thomas Citharel
3de07eb565
Activate Catalan language
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2021-12-17 14:58:46 +01:00
Thomas Citharel
9239954123
Upgrade deps
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2021-12-17 14:54:07 +01:00
Thomas Citharel
76e59902e4
Fix depreciated return boolean value from uasort
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2021-12-17 14:54:06 +01:00
Thomas Citharel
2c3148fe9e
Fix some HTML structure and JS formatting
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2021-12-17 14:54:06 +01:00
Thomas Citharel
5a5c233a5e
Refactor calculating max/min expiration date and enforce on poll edition
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2021-12-17 14:54:06 +01:00
Thomas Citharel
9c969f8896
Cleanup some invalid HTML
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2021-12-17 14:09:52 +01:00
Thomas Citharel
3b9dcd8085
Replace SimpleMDE with EasyMDE fork
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2021-12-17 14:09:52 +01:00
Thomas Citharel
bd12f33e12 Update README.md
Closes #565
2021-11-30 10:14:30 +00:00
Thomas Citharel
f877e4a27f Merge branch 'add-version-to-latest-zip' into 'v1.1.x'
Add version to latest zip

See merge request framasoft/framadate/framadate!497
2021-10-21 07:52:59 +00:00
Luc Didry
86934e9753
👷 — Automatically add VERSION file to release zip file 2021-10-21 09:42:38 +02:00
Luc Didry
12ce504421
🌐 — Remove Zanata stuff (we use weblate now) 2021-10-21 09:42:09 +02:00
Thomas Citharel
0aa11211f3
Add french translation for ICS feature
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2021-10-18 16:51:09 +02:00
Thomas Citharel
61a63c55bd
CSS and a11y improvements for export to ics feature
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2021-10-18 16:50:51 +02:00
Thomas Citharel
03dbceea5a
Use Content-Type: text/calendar for ics files
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2021-10-18 16:50:34 +02:00
Thomas Citharel
d971e015a6 Merge branch 'update-deps' into 'v1.1.x'
Update deps and bump to 1.1.17

See merge request framasoft/framadate/framadate!496
2021-10-18 14:30:59 +00:00
Thomas Citharel
bfd2fe5351
Bump to 1.1.17
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2021-10-18 16:29:55 +02:00
Thomas Citharel
d87243873f
Update deps
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2021-10-18 16:29:55 +02:00
Thomas Citharel
6e40f1cf02 Merge branch 'fix-graph-xss' into 'v1.1.x'
Fix an XSS in the result graph

See merge request framasoft/framadate/framadate!493
2021-10-18 14:12:34 +00:00
Thomas Citharel
02229c671b
Fix an XSS in the result graph
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2021-07-19 11:17:00 +02:00
Thomas Citharel
e0028dc813 Merge branch 'ical-1.1.x-backport' into 'v1.1.x'
[1.1.x backport] Allow downloading ics/ical files for best choices

See merge request framasoft/framadate/framadate!482
2021-04-22 07:23:40 +00:00
Thomas Citharel
ecee1b5025 Merge branch 'smtp-authtype-1.1.x-backport' into 'v1.1.x'
[1.1.x backport] MailService: Allow configuring AuthType.

See merge request framasoft/framadate/framadate!484
2021-04-21 18:09:22 +00:00
Kevin Kofler
ab211a93e8 MailService: Allow configuring AuthType.
This works around a broken mail server that claims to support CRAM-MD5,
but then actually does not.
2021-04-21 19:49:50 +02:00
Kevin Kofler
6ec188da23 ICalService: Support start_time-end_time time specs
E.g., "13:00-14:00".
2021-04-21 19:44:06 +02:00
Michael Schär
709b48f293 Allow downloading ics/ical files for best choices
Backported to 1.1.x by Kevin Kofler.
2021-04-21 19:43:57 +02:00
Thomas Citharel
b46430ebe2
Bump version to 1.1.16
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2021-03-22 19:06:57 +01:00
Thomas Citharel
36cef8cc39
Actually enforce the length limitation on the poll creator name
Show a nice error message if it's too long (not on the edit page because
there's no support for this right now)

mbstring is now a required extension

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2021-03-22 19:04:44 +01:00
Thomas Citharel
a5c7df64b2
Bump version to 1.1.15
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2021-03-22 18:10:56 +01:00
Thomas Citharel
c266373344
Add DOMPurify to sanitize markdown
Closes #546

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2021-03-22 15:56:09 +01:00
Thomas Citharel
76f936b0cf
Bump version to 1.1.14
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2021-03-08 19:04:54 +01:00
Thomas Citharel
fa6bd17365 Merge branch 'add-maxlength-for-author-name' into 'v1.1.x'
Add a maxlength attribute for the author name

See merge request framasoft/framadate/framadate!475
2021-03-08 18:04:11 +00:00
Thomas Citharel
2ce6e56f8a
Add a maxlength attribute for the author name
Closes #530

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2021-03-08 18:52:14 +01:00
Thomas Citharel
9dd52be963
Bump version to 1.1.13
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2021-03-08 16:31:18 +01:00
Thomas Citharel
299b87a2b6 Merge branch 'fix-poll-closed' into 'v1.1.x'
Fix poll not possible to be closed

See merge request framasoft/framadate/framadate!474
2021-03-08 15:30:44 +00:00
Thomas Citharel
00ad08d037
Fix poll not possible to be closed
Closes #532

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2021-03-08 16:27:42 +01:00
Thomas Citharel
12d4bdb857 Merge branch 'master' into 'v1.1.x'
Add datapicker for Occitan

See merge request framasoft/framadate/framadate!469
2021-01-13 19:02:35 +01:00
Quentin
15e72d6957 Upload New File 2021-01-13 18:37:30 +01:00
Thomas Citharel
dda9c851ab
Bump version to 1.1.12
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2020-12-21 11:28:28 +01:00
Thomas Citharel
cb7823574e
Bump php version to 7.3
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2020-12-21 11:28:13 +01:00
Thomas Citharel
eab3150ba6
Bump version to 1.1.11
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2020-12-21 11:28:13 +01:00
Thomas Citharel
69e69efe32
Fix leftovers
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2020-12-18 17:37:21 +01:00
Thomas Citharel
dcd30e0974
Fix translation keys missing into emails
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2020-12-18 17:37:21 +01:00
Thomas Citharel
d0e01434b7
Fix nested ca translations
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2020-12-18 17:37:20 +01:00
Antoni Serrano i Cortès
8357c0e757 Translated using Weblate (Catalan)
Currently translated at 100.0% (401 of 401 strings)

Translation: Framadate/Framadate v1.1.x
Translate-URL: https://weblate.framasoft.org/projects/framadate/framadate-v11x/ca/
2020-02-07 12:09:10 +01:00
Thomas Citharel
6d2101a3cb Merge branch 'weblate-framadate-framadate-v11x' into 'v1.1.x'
Update from Weblate

See merge request framasoft/framadate/framadate!424
2020-02-06 15:59:01 +01:00
Thomas Citharel
1b87fac9fa Translated using Weblate (Catalan)
Currently translated at 93.3% (374 of 401 strings)

Translation: Framadate/Framadate v1.1.x
Translate-URL: https://weblate.framasoft.org/projects/framadate/framadate-v11x/ca/
2020-02-06 15:58:13 +01:00
Thomas Citharel
de56c42d64 Added translation using Weblate (Catalan) 2020-02-06 15:44:39 +01:00