numéro6
5e32f92367
Translated using Weblate (French (France))
...
Currently translated at 100.0% (388 of 388 strings)
Translation: Mobilizon/Frontend
Translate-URL: https://weblate.framasoft.org/projects/mobilizon/frontend/fr_FR/
2019-12-17 12:27:15 +01:00
Quentin
adb500d720
Translated using Weblate (Occitan)
...
Currently translated at 100.0% (388 of 388 strings)
Translation: Mobilizon/Frontend
Translate-URL: https://weblate.framasoft.org/projects/mobilizon/frontend/oc/
2019-12-17 12:27:15 +01:00
Thomas Citharel
69048089a5
Add a config option to whitelist users registration
...
Through whole email or domain email
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-12-17 12:09:24 +01:00
Thomas Citharel
fd1cbe43fc
Merge remote-tracking branch 'weblate/master' into i18n/update
2019-12-17 10:14:55 +01:00
Quentin
c37d12661d
Translated using Weblate (Occitan)
...
Currently translated at 100.0% (389 of 389 strings)
Translation: Mobilizon/Frontend
Translate-URL: https://weblate.framasoft.org/projects/mobilizon/frontend/oc/
2019-12-17 10:12:28 +01:00
Quentin
9f92a28858
Translated using Weblate (Occitan)
...
Currently translated at 100.0% (389 of 389 strings)
Translation: Mobilizon/Frontend
Translate-URL: https://weblate.framasoft.org/projects/mobilizon/frontend/oc/
2019-12-17 10:08:37 +01:00
Thomas Citharel
bf5314f241
Merge remote-tracking branch 'weblate/master' into i18n/update
2019-12-17 09:53:40 +01:00
ButterflyOfFire
4a0886595a
Translated using Weblate (Arabic)
...
Currently translated at 51.7% (201 of 389 strings)
Translation: Mobilizon/Frontend
Translate-URL: https://weblate.framasoft.org/projects/mobilizon/frontend/ar/
2019-12-17 09:39:53 +01:00
Quentin
4cc169a473
Translated using Weblate (Occitan)
...
Currently translated at 100.0% (389 of 389 strings)
Translation: Mobilizon/Frontend
Translate-URL: https://weblate.framasoft.org/projects/mobilizon/frontend/oc/
2019-12-17 09:39:50 +01:00
Thomas Citharel
68af824fb7
Update demo warning message
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-12-17 09:20:40 +01:00
Thomas Citharel
bb5ae0954b
Translated using Weblate (French (France))
...
Currently translated at 100.0% (389 of 389 strings)
Translation: Mobilizon/Frontend
Translate-URL: https://weblate.framasoft.org/projects/mobilizon/frontend/fr_FR/
2019-12-16 17:14:50 +01:00
Quentin
915cf962de
Translated using Weblate (Occitan)
...
Currently translated at 96.7% (376 of 389 strings)
Translation: Mobilizon/Frontend
Translate-URL: https://weblate.framasoft.org/projects/mobilizon/frontend/oc/
2019-12-16 17:14:50 +01:00
Thomas Citharel
5d4e46d734
Merge branch 'bug/fix-comments' into 'master'
...
Bug/fix comments
See merge request framasoft/mobilizon!351
2019-12-16 17:14:41 +01:00
Thomas Citharel
b4a499c8aa
Add domain to GraphQL calls on actors where it was missing and pertinent
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-12-16 16:49:13 +01:00
Thomas Citharel
063f143e76
Fix issue with child comments not showing up in production mode
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-12-16 16:48:38 +01:00
Thomas Citharel
05c9f99726
Use WSS WebSockets on prod build
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-12-16 12:54:36 +01:00
Thomas Citharel
622188bfe6
Add a default limit participations of 10, fix dockerfile and lint some things
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-12-15 22:42:38 +01:00
Leo Mouyna
d08c887892
fix: Front end validation on switch.
...
Add a watcher on limitedPlaces and set to default values options related to occupancy when toogle to false.
Increase min places to 1 instead of 0.
See issue: #307
2019-12-15 22:25:09 +01:00
Thomas Citharel
67865b6e28
Merge branch '298-fix-clear-errors-resend-password-page' into 'master'
...
fix: Clear errors on resend password page.
Closes #298
See merge request framasoft/mobilizon!342
2019-12-15 22:22:08 +01:00
Thomas Citharel
5eb90d1777
Merge branch '308-fix-end-datetime-before-begin-datetime' into 'master'
...
fix: end datetime can't be before begin datetime.
Closes #308
See merge request framasoft/mobilizon!343
2019-12-15 22:20:09 +01:00
Thomas Citharel
359a86f74b
Merge branch '291-card-title-as-router-link' into 'master'
...
feat: Make event title clickable on cards
Closes #291
See merge request framasoft/mobilizon!346
2019-12-15 22:14:13 +01:00
Thomas Citharel
c15ed68d91
Upgrade deps
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-12-15 21:56:22 +01:00
Thomas Citharel
ce6f78b054
Add admin interface to manage instances subscriptions
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-12-15 21:56:16 +01:00
Leo Mouyna
675d0a63c3
feat: Make event title clickable on cards
...
Use a router link to generate a link to event main page.
See issue: #291
2019-12-11 20:50:44 +01:00
Leo Mouyna
e729971534
fix: end datetime can't be before begin datetime.
...
Add a min-datetime to endsOn.
Add maxDatetime and minDatetime props to or custom datetime-picker component.
Use those new props inside date-picker and time-picker components to set
a correct range of date for both endsOn and beginsOn event elements.
See issue: #308 .
2019-12-11 19:55:11 +01:00
Leo Mouyna
726003324b
fix: Clear errors on resend password page.
...
Only add a new error if it's not in the list yet, and remove error from list when message is closed.
See issue: #298
2019-12-09 21:38:29 +01:00
Marcin Mikołajczak
b7b9dd0069
Translated using Weblate (Polish)
...
Currently translated at 88.9% (303 of 341 strings)
Translation: Mobilizon/Frontend
Translate-URL: https://weblate.framasoft.org/projects/mobilizon/frontend/pl/
2019-12-08 22:13:09 +01:00
Quentin
ad0870a060
Translated using Weblate (Occitan)
...
Currently translated at 100.0% (341 of 341 strings)
Translation: Mobilizon/Frontend
Translate-URL: https://weblate.framasoft.org/projects/mobilizon/frontend/oc/
2019-11-29 14:12:35 +01:00
Thomas Citharel
5f0ec74613
Merge branch 'feature/comments' into 'master'
...
Comments
See merge request framasoft/mobilizon!335
2019-11-28 12:49:43 +01:00
Thomas Citharel
c91f3c618b
Introduce comments below events
...
Also add tomstones
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-11-28 12:33:58 +01:00
AlessiBilos
5c99cbb09b
Translated using Weblate (Italian)
...
Currently translated at 3.6% (12 of 331 strings)
Translation: Mobilizon/Frontend
Translate-URL: https://weblate.framasoft.org/projects/mobilizon/frontend/it/
2019-11-27 18:12:26 +01:00
Filip Bengtsson
2e2ade09ba
Translated using Weblate (Swedish)
...
Currently translated at 100.0% (331 of 331 strings)
Translation: Mobilizon/Frontend
Translate-URL: https://weblate.framasoft.org/projects/mobilizon/frontend/sv/
2019-11-24 20:12:15 +01:00
Marcin Mikołajczak
29e8a01a53
Translated using Weblate (Polish)
...
Currently translated at 88.2% (292 of 331 strings)
Translation: Mobilizon/Frontend
Translate-URL: https://weblate.framasoft.org/projects/mobilizon/frontend/pl/
2019-11-23 12:12:31 +01:00
Thomas Citharel
54a5aa7b07
Merge branch 'deps/upgrade' into 'master'
...
Upgrade deps
See merge request framasoft/mobilizon!331
2019-11-21 16:32:00 +01:00
Thomas Citharel
2c0b6f059d
Upgrade deps
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-11-21 16:12:27 +01:00
Thomas Citharel
1abdbce7b6
Added a demo mode to show or hide instance warnings that data is deleted
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-11-21 16:07:43 +01:00
Quentin
6643d7ffef
Translated using Weblate (Occitan)
...
Currently translated at 100.0% (331 of 331 strings)
Translation: Mobilizon/Frontend
Translate-URL: https://weblate.framasoft.org/projects/mobilizon/frontend/oc/
2019-11-20 17:19:57 +01:00
Thomas Citharel
19cb670cec
Disable address autocomplete where required (nominatim)
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-11-20 13:49:57 +01:00
ButterflyOfFire
c7ecf0bdfd
Translated using Weblate (Arabic)
...
Currently translated at 15.2% (50 of 330 strings)
Translation: Mobilizon/Frontend
Translate-URL: https://weblate.framasoft.org/projects/mobilizon/frontend/ar/
2019-11-19 20:21:52 +01:00
Marcin Mikołajczak
b2594fde3f
Translated using Weblate (Polish)
...
Currently translated at 50.0% (165 of 330 strings)
Translation: Mobilizon/Frontend
Translate-URL: https://weblate.framasoft.org/projects/mobilizon/frontend/pl/
2019-11-19 20:21:52 +01:00
Thomas Citharel
a127775b88
Merge branch 'deps/upgrade' into 'master'
...
Upgrade deps
See merge request framasoft/mobilizon!325
2019-11-19 20:21:44 +01:00
Thomas Citharel
12d5d73361
Merge branch 'feature/add-pelias-geocoder' into 'master'
...
Feature/add pelias geocoder
See merge request framasoft/mobilizon!324
2019-11-19 20:19:02 +01:00
Thomas Citharel
84ec7ebb12
Upgrade deps
...
Fix issue with vue-styleguidist
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-11-19 20:04:18 +01:00
Thomas Citharel
45439b7f78
Introduce support for Pelias geocoder
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-11-19 17:59:04 +01:00
Thomas Citharel
4462807edb
Add share to Diaspora* button
...
Related to #227
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-11-19 12:04:35 +01:00
Thomas Citharel
d97bb764aa
Close #311 and refactor identity edition pages with a mixin
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-11-18 18:56:28 +01:00
Thomas Citharel
19c7756465
Fix #232 and #230
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-11-18 18:56:28 +01:00
Thomas Citharel
464528381d
Upgrade deps
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-11-18 18:56:29 +01:00
Guillaume Ayoub
74314ce4b5
Fix Creator button height
...
Fix #274 .
2019-11-18 18:56:28 +01:00
Marcin Mikołajczak
cc5cb3b0ff
Translated using Weblate (Polish)
...
Currently translated at 36.1% (119 of 330 strings)
Translation: Mobilizon/Frontend
Translate-URL: https://weblate.framasoft.org/projects/mobilizon/frontend/pl/
2019-11-17 15:11:51 +01:00