Commit Graph

1934 Commits

Author SHA1 Message Date
Thomas Citharel
f962563a9e Remove link to outdated wiki
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2020-10-12 14:36:13 +02:00
Thomas Citharel
0a96b3d951 Merge branch '1.0.0-rc.1' into 'master'
Bump version to 1.0.0-rc.1 and add changelog

See merge request framasoft/mobilizon!605
2020-10-12 14:32:15 +02:00
Thomas Citharel
d83ceafd1b Bump version to 1.0.0-rc.1 and add changelog
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2020-10-12 14:05:11 +02:00
Thomas Citharel
7c33a942e7 Merge branch 'make-sure-person-profiles-are-giving-404' into 'master'
Make sure a person profile page returns 404

See merge request framasoft/mobilizon!604
2020-10-12 13:56:52 +02:00
Thomas Citharel
2b5de4f50a Make sure a person profile page returns 404
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2020-10-12 13:38:25 +02:00
Thomas Citharel
0537f6ae09 Fix upload test with non allowed content-type
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2020-10-12 11:14:35 +02:00
Thomas Citharel
fd5ea94e31 Merge branch 'ui-fixes' into 'master'
Improve UI on home & register pages

See merge request framasoft/mobilizon!603
2020-10-12 09:04:46 +02:00
Thomas Citharel
12153ce757 Improve UI on home & register pages
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2020-10-12 08:50:51 +02:00
Thomas Citharel
f8e4e68b8c Merge branch 'weblate-mobilizon-frontend' into 'master'
Translations update from Weblate

See merge request framasoft/mobilizon!602
2020-10-11 12:15:34 +02:00
josé m
1bf540511d Translated using Weblate (Galician)
Currently translated at 76.6% (613 of 800 strings)

Translation: Mobilizon/Frontend
Translate-URL: https://weblate.framasoft.org/projects/mobilizon/frontend/gl/
2020-10-10 19:48:52 +02:00
Berto Te
2f40272014 Translated using Weblate (Spanish)
Currently translated at 100.0% (169 of 169 strings)

Translation: Mobilizon/Backend errors
Translate-URL: https://weblate.framasoft.org/projects/mobilizon/backend-errors/es/
2020-10-10 19:48:50 +02:00
Berto Te
cde8170843 Translated using Weblate (Spanish)
Currently translated at 100.0% (242 of 242 strings)

Translation: Mobilizon/Backend
Translate-URL: https://weblate.framasoft.org/projects/mobilizon/backend/es/
2020-10-10 19:48:49 +02:00
Thomas Citharel
bab28fa5b1 Merge branch 'remove-bulma-placeholders' into 'master'
Remove bulma placeholders

Closes #391

See merge request framasoft/mobilizon!601
2020-10-10 17:39:01 +02:00
Thomas Citharel
c02f8d5169 Remove bulma placeholders
Close #391

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2020-10-10 17:13:59 +02:00
Thomas Citharel
c195df440d Merge branch 'weblate-mobilizon-frontend' into 'master'
Translations update from Weblate

See merge request framasoft/mobilizon!600
2020-10-10 09:45:09 +02:00
Thomas Citharel
a046545277 Translated using Weblate (French (France))
Currently translated at 100.0% (800 of 800 strings)

Translation: Mobilizon/Frontend
Translate-URL: https://weblate.framasoft.org/projects/mobilizon/frontend/fr_FR/
2020-10-10 02:54:22 +02:00
Thomas Citharel
82c1e4edae Merge remote-tracking branch 'weblate/master' 2020-10-09 20:02:41 +02:00
Taru Luojola
0f9770fa47 Translated using Weblate (Finnish)
Currently translated at 91.2% (730 of 800 strings)

Translation: Mobilizon/Frontend
Translate-URL: https://weblate.framasoft.org/projects/mobilizon/frontend/fi/
2020-10-09 19:51:21 +02:00
Taru Luojola
51f07c3590 Translated using Weblate (Finnish)
Currently translated at 100.0% (239 of 239 strings)

Translation: Mobilizon/Backend
Translate-URL: https://weblate.framasoft.org/projects/mobilizon/backend/fi/
2020-10-09 19:51:19 +02:00
Thomas Citharel
f888c4523d Merge branch 'fix-security-issues' into 'master'
Fix security issues

Closes #385 et #384

See merge request framasoft/mobilizon!599
2020-10-09 19:51:13 +02:00
Thomas Citharel
efddf3e421 Make sure only proper pictures are uploaded
Closes #384

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2020-10-09 19:29:12 +02:00
Thomas Citharel
9c0564444e Position the footer on the bottom of the screen
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2020-10-09 18:13:15 +02:00
Thomas Citharel
69f690306d [Security] Fix events being editable by other users that organizers
Closes #385

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2020-10-09 18:12:35 +02:00
Thomas Citharel
34ba18b5a5 Fix a typo in the path to picture on error template
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2020-10-09 17:07:10 +02:00
Thomas Citharel
d6ad60126d Fix a couple of issues in the nginx template
For instance, `X-Forwarded-Proto` is needed to properly generate the
callback URL for 3rd-party auth through Ueberauth

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2020-10-09 17:06:17 +02:00
Thomas Citharel
75bd1d38e5 Show a proper error message on creating/updating an event
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2020-10-09 16:09:45 +02:00
Thomas Citharel
3e89a72d74 Fix profiles not administrators able to edit a group
Related to #385

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2020-10-09 16:09:44 +02:00
Berto Te
99708fe2d3 Translated using Weblate (Spanish)
Currently translated at 100.0% (239 of 239 strings)

Translation: Mobilizon/Backend
Translate-URL: https://weblate.framasoft.org/projects/mobilizon/backend/es/
2020-10-09 15:06:49 +02:00
Berto Te
2617d28ded Translated using Weblate (Spanish)
Currently translated at 100.0% (800 of 800 strings)

Translation: Mobilizon/Frontend
Translate-URL: https://weblate.framasoft.org/projects/mobilizon/frontend/es/
2020-10-09 15:06:48 +02:00
Thomas Citharel
2adf688092 Merge branch 'add-error-page' into 'master'
Introduce support for custom nginx error pages

See merge request framasoft/mobilizon!598
2020-10-09 15:06:43 +02:00
Thomas Citharel
befdeba3d0 Introduce support for custom nginx error pages
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2020-10-09 14:48:49 +02:00
frama late
8e491287f2 Translated using Weblate (Italian)
Currently translated at 40.3% (67 of 166 strings)

Translation: Mobilizon/Backend errors
Translate-URL: https://weblate.framasoft.org/projects/mobilizon/backend-errors/it/
2020-10-09 11:05:57 +02:00
josé m
3c5355100a Translated using Weblate (Galician)
Currently translated at 65.6% (525 of 800 strings)

Translation: Mobilizon/Frontend
Translate-URL: https://weblate.framasoft.org/projects/mobilizon/frontend/gl/
2020-10-09 10:03:02 +02:00
Filip Bengtsson
6c2e0e33e7 Translated using Weblate (Swedish)
Currently translated at 25.5% (61 of 239 strings)

Translation: Mobilizon/Backend
Translate-URL: https://weblate.framasoft.org/projects/mobilizon/backend/sv/
2020-10-09 10:01:04 +02:00
Thomas Citharel
46092d4aec Merge branch 'skip-test-sometimes-failing' into 'master'
Skip test sometimes failing

See merge request framasoft/mobilizon!596
2020-10-08 16:54:34 +02:00
Thomas Citharel
b59626100a Merge branch 'fix-event-creation-on-update' into 'master'
Prevent creating a new event when editing one

Closes #381

See merge request framasoft/mobilizon!595
2020-10-08 16:35:11 +02:00
Thomas Citharel
81014660ed Merge branch 'upgrade-exvcr' into 'master'
Upgrade ex_vcr to latest version

See merge request framasoft/mobilizon!594
2020-10-08 16:22:14 +02:00
Thomas Citharel
3b97a3b444 Skip test sometimes failing
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2020-10-08 16:21:39 +02:00
Thomas Citharel
6ef81e9dcb Prevent creating a new event when editing one
Close #381

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2020-10-08 16:16:42 +02:00
Thomas Citharel
c3b3f770d2 Upgrade ex_vcr to latest version
https://github.com/parroty/exvcr/pull/160 fixes an issue with v0.12.0

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2020-10-08 15:58:54 +02:00
Thomas Citharel
ee985ce212 Merge branch 'weblate-mobilizon-frontend' into 'master'
Translations update from Weblate

See merge request framasoft/mobilizon!592
2020-10-08 14:06:55 +02:00
josé m
abeafc6fc9 Translated using Weblate (Galician)
Currently translated at 57.7% (462 of 800 strings)

Translation: Mobilizon/Frontend
Translate-URL: https://weblate.framasoft.org/projects/mobilizon/frontend/gl/
2020-10-08 11:57:42 +02:00
Thomas Citharel
6946b76eaf Merge branch 'add-faq-to-docs' into 'master'
Add faq to docs

See merge request framasoft/mobilizon!593
2020-10-08 11:57:38 +02:00
Thomas Citharel
c74a578458 Rollback to ex_vcr 11.2
https://github.com/parroty/exvcr/issues/159 causes issues with other
Mocks

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2020-10-08 11:40:13 +02:00
Thomas Citharel
893e2296b3 Fix injecting metadata into HTML pages
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2020-10-08 10:41:30 +02:00
Thomas Citharel
eef5a9ff23 Change France to Europe in geocoders.md
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2020-10-08 10:22:30 +02:00
Thomas Citharel
c2a8c67eb2 Add FAQ for server requirements
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2020-10-08 10:20:46 +02:00
Thomas Citharel
9086ce1aaf Allow nodejs build process to use a lower RAM value
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2020-10-08 10:20:14 +02:00
Thomas Citharel
44720caeb2 Upgrade deps
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2020-10-08 09:24:26 +02:00
Thomas Citharel
42f73ed55f Merge branch 'fix-event-update' into 'master'
Fix event update

See merge request framasoft/mobilizon!591
2020-10-08 09:24:10 +02:00