Thomas Citharel
d004d2e74f
Reduced datetime picker width
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-11-04 16:37:57 +01:00
Thomas Citharel
b2d9d5853f
Open links from event URL and in event description in external window
...
And add rel='noopener noreferrer' on them
Closes #282 and #283
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-11-04 16:09:44 +01:00
Thomas Citharel
df0790526d
Upgrade dependencies
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-10-31 10:50:24 +01:00
Thomas Citharel
b3b41ad777
Refactor Core things, including Ecto handling, ActivityPub & Transmogrifier modules
...
* Data doesn't need anymore to be converted to ActivityStream format to
be saved (this was taken from Pleroma and not at all a good idea here)
* Everything saved when creating an event is inserted into PostgreSQL in
a single transaction
2019-10-31 10:06:11 +01:00
Thomas Citharel
5ab8fe2888
Make tags clickable
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-10-23 15:27:11 +02:00
Thomas Citharel
25e25d5537
Allow WebP and Gif pics
...
svg stays forbidden until we can be sure it's fine security-wise
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-10-21 13:43:06 +02:00
Thomas Citharel
185306e991
Merge branch 'bug/move-sql-columns-from-varchar-to-text' into 'master'
...
Handle fields limitation better
Closes #226 , #225 et #239
See merge request framasoft/mobilizon!288
2019-10-18 11:45:13 +02:00
Thomas Citharel
477f885e04
Limite size and number of tags in input
...
Closes #239
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-10-18 11:31:25 +02:00
Thomas Citharel
c1ecfbf2e7
Merge branch 'deps/upgrade' into 'master'
...
Upgrade deps
See merge request framasoft/mobilizon!287
2019-10-18 10:09:23 +02:00
Thomas Citharel
8011188748
Upgrade deps
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-10-18 09:52:47 +02:00
Anton Strömkvist
2e006e2a89
Translated using Weblate (Swedish)
...
Currently translated at 98.8% (322 of 326 strings)
Translation: Mobilizon/Frontend
Translate-URL: https://weblate.framasoft.org/projects/mobilizon/frontend/sv/
2019-10-18 09:29:22 +02:00
Quentin
deb37203fc
Translated using Weblate (Occitan)
...
Currently translated at 100.0% (326 of 326 strings)
Translation: Mobilizon/Frontend
Translate-URL: https://weblate.framasoft.org/projects/mobilizon/frontend/oc/
2019-10-18 09:29:19 +02:00
Anton Strömkvist
711ad438b1
Translated using Weblate (German)
...
Currently translated at 0.3% (1 of 326 strings)
Translation: Mobilizon/Frontend
Translate-URL: https://weblate.framasoft.org/projects/mobilizon/frontend/de/
2019-10-18 09:29:18 +02:00
56bd11b8f7
Translated using Weblate (French)
...
Currently translated at 99.7% (325 of 326 strings)
Translation: Mobilizon/Frontend
Translate-URL: https://weblate.framasoft.org/projects/mobilizon/frontend/fr/
2019-10-17 18:18:17 +02:00
Anton Strömkvist
62175fb15f
Added translation using Weblate (Swedish)
2019-10-17 18:14:58 +02:00
Quentin
c8c365fc36
Translated using Weblate (Occitan)
...
Currently translated at 100.0% (320 of 320 strings)
Translation: Mobilizon/Frontend
Translate-URL: https://weblate.framasoft.org/projects/mobilizon/frontend/oc/
2019-10-17 16:31:57 +02:00
Zilverspar
45de46ee8f
Translated using Weblate (French)
...
Currently translated at 99.7% (319 of 320 strings)
Translation: Mobilizon/Frontend
Translate-URL: https://weblate.framasoft.org/projects/mobilizon/frontend/fr/
2019-10-17 16:31:57 +02:00
Gavy
d6b2c43ed6
Translated using Weblate (French)
...
Currently translated at 99.7% (319 of 320 strings)
Translation: Mobilizon/Frontend
Translate-URL: https://weblate.framasoft.org/projects/mobilizon/frontend/fr/
2019-10-17 16:31:57 +02:00
Quentin
bbca622f74
Translated using Weblate (Occitan)
...
Currently translated at 100.0% (266 of 266 strings)
Translation: Mobilizon/Frontend
Translate-URL: https://weblate.framasoft.org/projects/mobilizon/frontend/oc/
2019-10-17 16:31:57 +02:00
Thomas Citharel
435c17ee53
Warn on login that everything is deleted regularily
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-10-17 15:07:41 +02:00
Thomas Citharel
50ef8e593e
Merge branch 'feature/add-polyfill-for-intersection-observer' into 'master'
...
Fix build on Safari and improve js build
Closes #246
See merge request framasoft/mobilizon!283
2019-10-17 14:49:31 +02:00
Thomas Citharel
ef50bdfca5
Try to fix crash on Safari by removing -apple-system
from font-family
...
Source https://github.com/scrumpy/tiptap/issues/464
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-10-17 14:30:25 +02:00
Thomas Citharel
5d64299e42
Upgrade vue-cli to v4, change the way server params injection is made
...
and serve es6 modules
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-10-17 14:20:22 +02:00
Thomas Citharel
6ed3395ef7
Add polyfill for IntersectionObserver
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-10-17 11:04:07 +02:00
Thomas Citharel
ea7ff329c3
Fix multiline display on participants page
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-10-17 09:41:52 +02:00
Thomas Citharel
6bdf44f60f
Translate them and handle difference between user not found and user not
...
confirmed
Closes #212
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-10-16 17:07:49 +02:00
Joel Takvorian
44f58c92ca
Link to participation from event page
...
When the organizer sees hiw own event, the number of attendees is now a link to the attendees page
Fixes #221
2019-10-16 13:12:58 +02:00
Damien
6c7bb75907
(Hopefully) improve grammar
...
[CI skip]
2019-10-15 21:38:49 +02:00
Thomas Citharel
f337ce32b8
Wait a little for Cypress to detect register button
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-10-15 18:14:19 +02:00
Thomas Citharel
e10f0018ff
Merge branch 'bug/fix-description-even-lists-margin' into 'master'
...
Fix event description lists margin
See merge request framasoft/mobilizon!269
2019-10-15 17:54:46 +02:00
Thomas Citharel
2406ef9535
Fix Cypress tests and add a different welcome message when coming from
...
registration
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-10-15 17:33:02 +02:00
Thomas Citharel
f6f5c1695f
Fix event description lists margin
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-10-15 11:40:25 +02:00
Thomas Citharel
2d695dbb40
Fix participations stats on the MyEvents page
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-10-15 10:39:26 +02:00
Thomas Citharel
1563c1269a
Fix event URL validation and check if hostname is correct before showing
...
it
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-10-15 09:57:08 +02:00
Thomas Citharel
14cf2b0262
Put correct link to blog into message alert depending on locale
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-10-15 09:10:51 +02:00
Thomas Citharel
cc1e5ba24e
Better handle datetime
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-10-14 19:29:18 +02:00
Thomas Citharel
26ed4e38c3
Hide Mastodon icon since there's no way to share right now
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-10-14 14:39:31 +02:00
Thomas Citharel
20aec46a08
Show event onlineAddress
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-10-14 14:38:21 +02:00
Thomas Citharel
e17132b22f
Make sure welcome back only shows once and improve margins
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-10-14 14:25:08 +02:00
Thomas Citharel
0bdd090e66
Add icons on event edit fields
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-10-14 13:07:50 +02:00
Thomas Citharel
92e4b298e3
Fixes for event card
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-10-14 13:03:48 +02:00
Thomas Citharel
78161785c8
Event description pic & meta and email share fixes
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-10-14 12:56:37 +02:00
Thomas Citharel
b05d7623a9
Improve registration page sentences
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-10-14 12:23:17 +02:00
Thomas Citharel
b28182d110
Prevent picture resend on event update, handle duplicate pictures
...
properly in backend and add a proper default picture
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-10-14 11:41:57 +02:00
Thomas Citharel
d21b9ad70d
Merge branch 'improve-icons' into 'master'
...
Remove purge-css that does more harm than good
See merge request framasoft/mobilizon!263
2019-10-13 18:37:57 +02:00
Thomas Citharel
276d3d3d77
Remove purge-css that does more harm than good
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-10-13 18:37:12 +02:00
Thomas Citharel
9232429c22
Merge branch 'improve-icons' into 'master'
...
Improve icons & css & seo & a11y
See merge request framasoft/mobilizon!262
2019-10-13 18:22:44 +02:00
Thomas Citharel
63332d656e
Improve icons & css & seo & a11y
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-10-13 18:21:35 +02:00
Thomas Citharel
2ed61c5086
Fix test and handle errors better
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-10-13 17:03:48 +02:00
Thomas Citharel
98a7376ab0
Fix participations list actions with another identity
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-10-13 16:24:43 +02:00
Thomas Citharel
ebfe33789c
Make sure number of available places gets updated when participation
...
status changes
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-10-13 14:00:40 +02:00
Thomas Citharel
a1d2affbc0
Handle errors better
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-10-13 13:56:24 +02:00
Thomas Citharel
dcaf927b71
Participation fixes
...
Closes #208 and #210
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-10-13 10:51:22 +02:00
Thomas Citharel
f9de0f0d5d
Merge branch 'test/add-cypress-on-event-creation' into 'master'
...
Add e2e seed and test event creation
See merge request framasoft/mobilizon!254
2019-10-12 19:47:19 +02:00
Thomas Citharel
a0631044f1
Merge branch 'improve-image-picker' into 'master'
...
Improve avatar picker
See merge request framasoft/mobilizon!257
2019-10-12 19:36:34 +02:00
Thomas Citharel
88eee78123
Add e2e seed and test event creation
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-10-12 19:34:16 +02:00
Thomas Citharel
d34581b5f7
Improve avatar picker
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-10-12 19:23:32 +02:00
Thomas Citharel
1d772b07f8
Merge branch 'bug/improve-username-generator' into 'master'
...
Improve username generator (handle unicode conversion properly)
See merge request framasoft/mobilizon!255
2019-10-12 18:55:19 +02:00
Thomas Citharel
71f3ea720e
Hide identies in navbar if I have only one
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-10-12 18:19:51 +02:00
Thomas Citharel
ea2ac1d248
Improve username generator (handle unicode conversion properly)
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-10-12 18:14:09 +02:00
Thomas Citharel
853d4d0a96
Fix number of places toggle on event edit form
...
Closes #205
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-10-12 11:53:40 +02:00
Thomas Citharel
42402c2cfc
Limit minimum endsOn datetime selector to current beginsOn, set correct
...
date of first week and translate labels on datepicker
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-10-11 18:41:29 +02:00
Thomas Citharel
39f7573729
Merge branch 'meta/clean-docs' into 'master'
...
Meta/clean docs
Closes #185
See merge request framasoft/mobilizon!250
2019-10-11 17:18:45 +02:00
Thomas Citharel
1679b2522b
Merge branch 'bug/properly-handle-event-status' into 'master'
...
Bug/properly handle event status
Closes #194
See merge request framasoft/mobilizon!248
2019-10-11 16:45:18 +02:00
Thomas Citharel
c5b9eac2db
Hide the participation button when event is cancelled
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-10-11 16:34:08 +02:00
Thomas Citharel
5e7c646225
Properly handle event status
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-10-11 16:34:03 +02:00
Thomas Citharel
e9e3a86bd1
Bump version to 1.0.0-beta.1
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-10-11 16:28:47 +02:00
Thomas Citharel
a2cba9fcc6
Hide rejected participations on my event list
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-10-11 16:11:39 +02:00
Thomas Citharel
7208a7573f
Fix logo background on click
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-10-11 15:26:22 +02:00
Thomas Citharel
a16832a446
Fix participation section, show how many places are available
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-10-11 15:26:16 +02:00
Thomas Citharel
872bcd6b29
Merge branch 'feature/add-warnings-everywhere' into 'master'
...
Feature/add warnings everywhere
See merge request framasoft/mobilizon!246
2019-10-11 10:55:55 +02:00
Thomas Citharel
dbaa0e7d90
Fix form submission on Explore page search
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-10-11 10:44:47 +02:00
Thomas Citharel
50a40c06b6
Add (closable) warning on everypage
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-10-11 10:14:29 +02:00
Thomas Citharel
0798110152
Fix locale handling
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-10-11 09:50:50 +02:00
Thomas Citharel
e30f741066
Merge branch 'bug/fix-meta' into 'master'
...
Bug/fix meta
See merge request framasoft/mobilizon!244
2019-10-10 17:43:14 +02:00
Thomas Citharel
ad8c681e95
Fix title & meta
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-10-10 17:28:32 +02:00
Thomas Citharel
94794f97ee
Merge branch 'bug/fix-h2' into 'master'
...
Remove $secondary background on h2 title, replace with underline
See merge request framasoft/mobilizon!242
2019-10-10 16:49:11 +02:00
Thomas Citharel
7b20271872
Remove $secondary background on h2 title, replace with underline
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-10-10 15:42:27 +02:00
Thomas Citharel
d93e20a66b
Translated using Weblate (French)
...
Currently translated at 99.6% (265 of 266 strings)
Translation: Mobilizon/Frontend
Translate-URL: https://weblate.framasoft.org/projects/mobilizon/frontend/fr/
2019-10-10 15:29:11 +02:00
Quentin
6ab60d4e74
Translated using Weblate (Occitan)
...
Currently translated at 95.3% (282 of 296 strings)
Translation: Mobilizon/Frontend
Translate-URL: https://weblate.framasoft.org/projects/mobilizon/frontend/oc/
2019-10-10 15:07:36 +02:00
Thomas Citharel
97ec661594
Merge branch 'i18n/fix-missing-trads' into 'master'
...
Add missing translations and remove old ones
See merge request framasoft/mobilizon!240
2019-10-10 15:06:46 +02:00
Thomas Citharel
e2420beac3
Add missing translations and remove old ones
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-10-10 15:05:21 +02:00
Thomas Citharel
75c5c4905f
Fix failing cypress test
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-10-10 14:56:20 +02:00
Thomas Citharel
78ed388442
Make event header picture display as background cover
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-10-10 14:50:44 +02:00
Thomas Citharel
117b517f6e
Merge branch 'bug/fix-ui' into 'master'
...
Bug/fix ui
See merge request framasoft/mobilizon!237
2019-10-10 14:28:15 +02:00
Thomas Citharel
5409156679
Improve Registration / Login UI
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-10-10 14:20:09 +02:00
Thomas Citharel
2a3cd3c346
Change external link to joinmobilizon to about page on register page
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-10-10 13:56:54 +02:00
Thomas Citharel
b86827fa63
Add margin above title in Explore section
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-10-10 13:50:23 +02:00
Thomas Citharel
fcae692e10
Fix padding on organizer / city section on event card
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-10-10 13:48:03 +02:00
Thomas Citharel
1f36942640
Add margin below description instance on homepage
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-10-10 13:39:24 +02:00
Thomas Citharel
1f571fa323
Change base colors
...
Also fixes the navbar Create button issue
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-10-10 13:36:11 +02:00
Thomas Citharel
439917bb07
Merge branch 'bug/change-favicons' into 'master'
...
Update favicons
See merge request framasoft/mobilizon!236
2019-10-10 13:33:39 +02:00
Thomas Citharel
9b6ef315dd
Fix search field
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-10-10 13:29:58 +02:00
Thomas Citharel
cb278aec39
Update favicons
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-10-10 13:16:06 +02:00
Thomas Citharel
29b3806471
Fix preview
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-10-10 12:25:32 +02:00
Thomas Citharel
3c07c8f7fb
Fix editor related issues
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-10-10 11:05:53 +02:00
Thomas Citharel
44dec8dc80
Add indication on how to add tags
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-10-10 10:31:15 +02:00
Thomas Citharel
b0b720101b
Fix editor buttons reloading page 😰 ️
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-10-10 10:25:33 +02:00
Thomas Citharel
aba2bbced0
Fix event creation/updating having a popup
...
Also change translation on the warning
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-10-09 19:41:17 +02:00
Thomas Citharel
36345f10e8
Add missing language entries
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-10-09 18:58:13 +02:00
Thomas Citharel
0706fd5245
Add event search field on explore page and fix featured events
...
Closes #195 and #196
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-10-09 18:51:55 +02:00
Thomas Citharel
38b2c038e9
Use local icons instead of CDN, clean unused deps & fix issue with
...
vue-property-decorator
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-10-09 17:54:35 +02:00
Thomas Citharel
4467e73f6b
Update i18n
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-10-09 17:25:53 +02:00
Thomas Citharel
7759f1bef5
Rename Events to MyEvents
...
Close #193
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-10-09 17:25:09 +02:00
Thomas Citharel
36a57cfcf2
Prevent route changing when editing with changes
...
Close #197
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-10-09 17:18:27 +02:00
Thomas Citharel
7773f819bd
Fix participants panel icons and improve tabs
...
Close #198
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-10-09 17:03:35 +02:00
Thomas Citharel
e5fcdefc06
Remove some dev
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-10-09 14:55:45 +02:00
Thomas Citharel
662ff2b1cb
Hide some fields and fix datetime issue
...
Closes #168
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-10-09 12:54:09 +02:00
Thomas Citharel
8548382bc8
Fix transition test
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-10-08 22:27:14 +02:00
Thomas Citharel
f55d45bd5a
Add transition to vue router
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-10-08 20:01:00 +02:00
Thomas Citharel
2eda49bfbb
fix lint issues and errors
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-10-08 20:00:26 +02:00
Thomas Citharel
27ca73e570
Revert adding picture IDs everywhere
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-10-08 19:47:15 +02:00
Thomas Citharel
4f487c84ae
Remove own current identity events from featured events
...
Events from other identities are still displayed
Closes #187
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-10-08 19:41:14 +02:00
Thomas Citharel
89c7a3854b
Fix sending empty picture when updating identity without updated picture
...
Closes #188
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-10-08 19:34:04 +02:00
Thomas Citharel
5e110fd042
Make sure the registration email is sent with the correct locale
...
Closes #189
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-10-08 18:28:35 +02:00
Thomas Citharel
f5d4816c3d
Properly handle account deleted
...
Close #191
Also fix an issue with public events not being accessible when requested
as another logged-in user.
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-10-08 18:13:06 +02:00
Thomas Citharel
3d5cd5e398
Merge remote-tracking branch 'weblate/master' into i18n/update
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-10-08 14:49:24 +02:00
Quentin
f4da86c678
Translated using Weblate (Occitan)
...
Currently translated at 100.0% (259 of 259 strings)
Translation: Mobilizon/Frontend
Translate-URL: https://weblate.framasoft.org/projects/mobilizon/frontend/oc/
2019-10-08 14:29:51 +02:00
Thomas Citharel
811efdf271
Rework homepage and add a (fancy) about section
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-10-08 12:27:31 +02:00
Thomas Citharel
922753008f
Merge branch 'deps/upgrade' into 'master'
...
Deps/upgrade
See merge request framasoft/mobilizon!224
2019-10-07 16:02:14 +02:00
Thomas Citharel
932832478c
Automatically login after registration
...
Closes #186
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-10-07 15:29:24 +02:00
dependabot-preview[bot]
0d7b14e0a5
Bump tippy.js from 5.0.1 to 5.0.2 in /js
...
Bumps [tippy.js](https://github.com/atomiks/tippyjs ) from 5.0.1 to 5.0.2.
- [Release notes](https://github.com/atomiks/tippyjs/releases )
- [Commits](https://github.com/atomiks/tippyjs/compare/v5.0.1...v5.0.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-07 11:49:35 +00:00
Thomas Citharel
663995c5ee
Add basic styleguide
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-10-07 10:25:21 +02:00
Thomas Citharel
7f65428b38
Introduce Cypress
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-10-06 18:28:18 +02:00
Thomas Citharel
51ca47c49a
Make sure we have email on registerAccount page
...
Closes #179
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-10-06 12:36:42 +02:00
Thomas Citharel
4bc8fbf714
Redirect to profile creation when user has no identities
...
Also load persons by ID instead of preferred_username
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-10-06 12:36:42 +02:00
Thomas Citharel
74efd81a0a
Fix edit event cache issues
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-10-03 16:54:56 +02:00
Thomas Citharel
15aa67d426
Hide groups and multiple fixes
...
Closes #169
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-10-03 12:32:20 +02:00
Thomas Citharel
d91c05ff36
Fixes to navbar and edit page
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-10-03 11:37:34 +02:00
Thomas Citharel
f0c7fd075c
Properly handle not found event
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-10-02 19:14:39 +02:00
Thomas Citharel
174a844ed5
Add draft feature
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-10-02 18:23:32 +02:00
Thomas Citharel
8dae3ccbac
Add a cancel button to event edit & make buttons fixed
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-10-01 20:10:53 +02:00
Thomas Citharel
3c90ec9fd1
Merge branch 'deps/upgrade' into 'master'
...
Deps/upgrade
See merge request framasoft/mobilizon!210
2019-10-01 09:31:10 +02:00
Thomas Citharel
e2a86761b2
Merge remote-tracking branch 'github/dependabot/npm_and_yarn/js/tippy.js-5.0.1' into deps/upgrade
2019-10-01 09:15:24 +02:00
Quentin
bc8c5c0f76
Translated using Weblate (Occitan)
...
Currently translated at 100.0% (255 of 255 strings)
Translation: Mobilizon/Frontend
Translate-URL: https://weblate.framasoft.org/projects/mobilizon/frontend/oc/
2019-10-01 09:07:54 +02:00
dependabot-preview[bot]
0908fb4ae8
Bump tippy.js from 5.0.0 to 5.0.1 in /js
...
Bumps [tippy.js](https://github.com/atomiks/tippyjs ) from 5.0.0 to 5.0.1.
- [Release notes](https://github.com/atomiks/tippyjs/releases )
- [Commits](https://github.com/atomiks/tippyjs/compare/v5.0.0...v5.0.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-01 05:54:20 +00:00
dependabot-preview[bot]
4db4464700
Bump eslint from 6.5.0 to 6.5.1 in /js
...
Bumps [eslint](https://github.com/eslint/eslint ) from 6.5.0 to 6.5.1.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v6.5.0...v6.5.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-01 05:53:31 +00:00
Thomas Citharel
7c69617555
Merge branch 'deps/upgrade' into 'master'
...
Deps/upgrade
See merge request framasoft/mobilizon!208
2019-09-30 19:10:58 +02:00
Quentin
fdfb94c822
Translated using Weblate (Occitan)
...
Currently translated at 100.0% (255 of 255 strings)
Translation: Mobilizon/Frontend
Translate-URL: https://weblate.framasoft.org/projects/mobilizon/frontend/oc/
2019-09-30 19:03:19 +02:00
Thomas Citharel
9b70e6a6e8
Merge remote-tracking branch 'github/dependabot/npm_and_yarn/js/types/lodash-4.14.141' into deps/upgrade
2019-09-30 18:53:51 +02:00
Thomas Citharel
766fb939be
Merge remote-tracking branch 'github/dependabot/npm_and_yarn/js/tiptap-extensions-1.28.0' into deps/upgrade
2019-09-30 18:52:54 +02:00
Thomas Citharel
77a18169e1
Merge remote-tracking branch 'github/dependabot/npm_and_yarn/js/tiptap-1.26.0' into deps/upgrade
2019-09-30 18:50:10 +02:00
Thomas Citharel
6fccf9ac13
Merge remote-tracking branch 'github/dependabot/npm_and_yarn/js/tippy.js-5.0.0' into deps/upgrade
2019-09-30 18:49:31 +02:00
Thomas Citharel
aab090f0c8
Send email notifications when a participation is approved/rejected
...
Also handles participant status :rejected instead of deleting the
participation
Closes #164
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-09-30 18:45:29 +02:00
dependabot-preview[bot]
312e29b4ae
Bump eslint from 6.4.0 to 6.5.0 in /js
...
Bumps [eslint](https://github.com/eslint/eslint ) from 6.4.0 to 6.5.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v6.4.0...v6.5.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-30 05:07:47 +00:00
dependabot-preview[bot]
82cbb037c6
Bump @types/lodash from 4.14.139 to 4.14.141 in /js
...
Bumps [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash ) from 4.14.139 to 4.14.141.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-30 05:06:59 +00:00
dependabot-preview[bot]
d43ef40281
Bump tiptap from 1.25.0 to 1.26.0 in /js
...
Bumps [tiptap](https://github.com/scrumpy/tiptap ) from 1.25.0 to 1.26.0.
- [Release notes](https://github.com/scrumpy/tiptap/releases )
- [Commits](https://github.com/scrumpy/tiptap/compare/tiptap@1.25.0...tiptap@1.26.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-30 05:06:16 +00:00
dependabot-preview[bot]
efad694b56
Bump tiptap-extensions from 1.27.0 to 1.28.0 in /js
...
Bumps [tiptap-extensions](https://github.com/scrumpy/tiptap ) from 1.27.0 to 1.28.0.
- [Release notes](https://github.com/scrumpy/tiptap/releases )
- [Commits](https://github.com/scrumpy/tiptap/compare/tiptap-extensions@1.27.0...tiptap-extensions@1.28.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-30 05:05:14 +00:00
dependabot-preview[bot]
ea7789163c
Bump tippy.js from 4.3.5 to 5.0.0 in /js
...
Bumps [tippy.js](https://github.com/atomiks/tippyjs ) from 4.3.5 to 5.0.0.
- [Release notes](https://github.com/atomiks/tippyjs/releases )
- [Commits](https://github.com/atomiks/tippyjs/compare/v4.3.5...v5.0.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-30 05:04:18 +00:00
Thomas Citharel
a980b9bc89
Merge branch 'bug/fix-relog' into 'master'
...
Don't keep cached identities query
See merge request framasoft/mobilizon!204
2019-09-26 18:18:33 +02:00
Thomas Citharel
394199ee04
Merge branch 'i18n/update' into 'master'
...
Translations
See merge request framasoft/mobilizon!202
2019-09-26 18:07:24 +02:00
Thomas Citharel
0b87404986
Don't keep cached identities query
...
Otherwise when relogging as a different user you'll get their
defaultActor
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-09-26 18:01:38 +02:00
Thomas Citharel
9cd7d878fd
Merge remote-tracking branch 'github/dependabot/npm_and_yarn/js/graphql-14.5.8' into deps/upgrade
2019-09-26 17:51:53 +02:00
Quentin
79cac2060c
Translated using Weblate (Occitan)
...
Currently translated at 90.0% (215 of 239 strings)
Translation: Mobilizon/Frontend
Translate-URL: https://weblate.framasoft.org/projects/mobilizon/frontend/oc/
2019-09-26 17:48:46 +02:00
Thomas Citharel
f0233bac60
Merge branch 'feature/participate-dropdown' into 'master'
...
Add a dropdown on participate menu, disallow listing participations
Closes #174
See merge request framasoft/mobilizon!200
2019-09-26 17:41:14 +02:00
Thomas Citharel
fd669e90fa
Add a dropdown on participate menu, disallow listing participations
...
Now requires quering the person endpoint to know if an actor
participates in an event, organizers can make authenticated requests to
event { participants { } } to see the pending / approved participants.
Also closes #174
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-09-26 17:00:01 +02:00
dependabot-preview[bot]
2ea1ebe859
Bump graphql from 14.5.7 to 14.5.8 in /js
...
Bumps [graphql](https://github.com/graphql/graphql-js ) from 14.5.7 to 14.5.8.
- [Release notes](https://github.com/graphql/graphql-js/releases )
- [Commits](https://github.com/graphql/graphql-js/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-26 04:53:29 +00:00
Thomas Citharel
4caee93c78
Merge remote-tracking branch 'weblate/master' into translations
2019-09-25 14:00:26 +02:00
Quentin
ceea0c91f7
Translated using Weblate (Occitan)
...
Currently translated at 49.0% (117 of 239 strings)
Translation: Mobilizon/Frontend
Translate-URL: https://weblate.framasoft.org/projects/mobilizon/frontend/oc/
2019-09-25 14:00:03 +02:00
Thomas Citharel
a6ccaefac2
Merge remote-tracking branch 'weblate/master' into translations
2019-09-25 13:58:40 +02:00
Thomas Citharel
2b82d7e307
Merge remote-tracking branch 'github/dependabot/npm_and_yarn/js/webpack-4.41.0' into deps/upgrade
2019-09-25 08:58:30 +02:00
dependabot-preview[bot]
89b57bfca6
Bump @types/leaflet from 1.5.1 to 1.5.2 in /js
...
Bumps [@types/leaflet](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/leaflet ) from 1.5.1 to 1.5.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/leaflet )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-25 04:56:31 +00:00
dependabot-preview[bot]
242acb2e2c
Bump webpack from 4.40.2 to 4.41.0 in /js
...
Bumps [webpack](https://github.com/webpack/webpack ) from 4.40.2 to 4.41.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v4.40.2...v4.41.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-25 04:55:55 +00:00
Thomas Citharel
f551a9047d
Implement password change in basic user settings
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-09-24 18:47:35 +02:00
Thomas Citharel
2aa81cfb2c
Added translation using Weblate (Russian)
2019-09-24 16:38:12 +02:00
Thomas Citharel
6d365260e1
Added translation using Weblate (Portuguese)
2019-09-24 16:38:12 +02:00
Thomas Citharel
9e16be8b6d
Added translation using Weblate (Polish)
2019-09-24 16:38:12 +02:00
Thomas Citharel
1a42553dc1
Added translation using Weblate (Occitan)
2019-09-24 16:38:12 +02:00
Thomas Citharel
546e1ce2cf
Added translation using Weblate (Dutch)
2019-09-24 16:38:12 +02:00
Thomas Citharel
08e68ccde2
Added translation using Weblate (Japanese)
2019-09-24 16:38:12 +02:00
Thomas Citharel
941cd735e0
Added translation using Weblate (Italian)
2019-09-24 16:38:12 +02:00
Thomas Citharel
bba3355d0a
Added translation using Weblate (Spanish)
2019-09-24 16:38:12 +02:00
Thomas Citharel
049941cb05
Added translation using Weblate (German)
2019-09-24 16:38:12 +02:00
Thomas Citharel
9ac3fb0d4f
Added translation using Weblate (Czech)
2019-09-24 16:38:12 +02:00
Thomas Citharel
10a1ae9213
Finish deps upgrade
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-09-24 09:43:54 +02:00
Thomas Citharel
287e716633
Merge remote-tracking branch 'github/dependabot/npm_and_yarn/js/types/chai-4.2.3' into deps/upgrade
2019-09-24 09:31:37 +02:00
Thomas Citharel
e8e3884b22
Merge remote-tracking branch 'github/dependabot/npm_and_yarn/js/vue-apollo-3.0.0-rc.6' into deps/upgrade
2019-09-24 09:30:28 +02:00
Thomas Citharel
0e001cd083
Merge remote-tracking branch 'github/dependabot/npm_and_yarn/js/eslint-6.4.0' into deps/upgrade
2019-09-24 09:30:09 +02:00
Thomas Citharel
5661b6a6b6
Merge remote-tracking branch 'github/dependabot/npm_and_yarn/js/vue-svg-inline-loader-1.3.0' into deps/upgrade
2019-09-24 09:29:10 +02:00
dependabot-preview[bot]
80bacf4a78
Bump @types/chai from 4.2.0 to 4.2.3 in /js
...
Bumps [@types/chai](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chai ) from 4.2.0 to 4.2.3.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/chai )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-24 05:18:03 +00:00
dependabot-preview[bot]
fccdd8b88c
Bump vue-apollo from 3.0.0-rc.2 to 3.0.0-rc.6 in /js
...
Bumps [vue-apollo](https://github.com/Akryum/vue-apollo ) from 3.0.0-rc.2 to 3.0.0-rc.6.
- [Release notes](https://github.com/Akryum/vue-apollo/releases )
- [Commits](https://github.com/Akryum/vue-apollo/compare/v3.0.0-rc.2...v3.0.0-rc.6 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-24 05:17:18 +00:00
dependabot-preview[bot]
cd78b01c4a
Bump eslint from 6.3.0 to 6.4.0 in /js
...
Bumps [eslint](https://github.com/eslint/eslint ) from 6.3.0 to 6.4.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v6.3.0...v6.4.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-24 05:16:04 +00:00
dependabot-preview[bot]
da604a4dd2
Bump apollo-link-error from 1.1.11 to 1.1.12 in /js
...
Bumps [apollo-link-error](https://github.com/apollographql/apollo-link ) from 1.1.11 to 1.1.12.
- [Release notes](https://github.com/apollographql/apollo-link/releases )
- [Changelog](https://github.com/apollographql/apollo-link/blob/master/CHANGELOG.md )
- [Commits](https://github.com/apollographql/apollo-link/compare/apollo-link-error@1.1.11...apollo-link-error@1.1.12 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-24 05:11:10 +00:00
dependabot-preview[bot]
c21e036782
Bump vue-svg-inline-loader from 1.2.18 to 1.3.0 in /js
...
Bumps [vue-svg-inline-loader](https://github.com/oliverfindl/vue-svg-inline-loader ) from 1.2.18 to 1.3.0.
- [Release notes](https://github.com/oliverfindl/vue-svg-inline-loader/releases )
- [Commits](https://github.com/oliverfindl/vue-svg-inline-loader/compare/v1.2.18...v1.3.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-24 05:10:25 +00:00
dependabot-preview[bot]
150e75ab0f
Bump tslint-config-airbnb from 5.11.1 to 5.11.2 in /js
...
Bumps [tslint-config-airbnb](https://github.com/progre/tslint-config-airbnb ) from 5.11.1 to 5.11.2.
- [Release notes](https://github.com/progre/tslint-config-airbnb/releases )
- [Changelog](https://github.com/progre/tslint-config-airbnb/blob/master/CHANGELOG.md )
- [Commits](https://github.com/progre/tslint-config-airbnb/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-23 18:40:07 +00:00
Thomas Citharel
72fa1ee9e2
Bump apollo-link-http from 1.5.15 to 1.5.16 in /js ( #11 )
...
Bump apollo-link-http from 1.5.15 to 1.5.16 in /js
2019-09-23 20:37:44 +02:00
Thomas Citharel
de1c96ce8c
Bump typescript from 3.6.2 to 3.6.3 in /js ( #10 )
...
Bump typescript from 3.6.2 to 3.6.3 in /js
2019-09-23 20:37:28 +02:00
Thomas Citharel
2c5a113eff
Bump tslint from 5.19.0 to 5.20.0 in /js ( #7 )
...
Bump tslint from 5.19.0 to 5.20.0 in /js
2019-09-23 20:35:37 +02:00
dependabot-preview[bot]
4d1f64f6a6
Bump apollo-link-http from 1.5.15 to 1.5.16 in /js
...
Bumps [apollo-link-http](https://github.com/apollographql/apollo-link ) from 1.5.15 to 1.5.16.
- [Release notes](https://github.com/apollographql/apollo-link/releases )
- [Changelog](https://github.com/apollographql/apollo-link/blob/master/CHANGELOG.md )
- [Commits](https://github.com/apollographql/apollo-link/compare/apollo-link-http@1.5.15...apollo-link-http@1.5.16 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-23 18:34:35 +00:00
dependabot-preview[bot]
048b771506
Bump typescript from 3.6.2 to 3.6.3 in /js
...
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 3.6.2 to 3.6.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v3.6.2...v3.6.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-23 18:34:02 +00:00
dependabot-preview[bot]
46a3d090a7
Bump tslint from 5.19.0 to 5.20.0 in /js
...
Bumps [tslint](https://github.com/palantir/tslint ) from 5.19.0 to 5.20.0.
- [Release notes](https://github.com/palantir/tslint/releases )
- [Changelog](https://github.com/palantir/tslint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/palantir/tslint/compare/5.19.0...5.20.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-23 18:33:04 +00:00
dependabot-preview[bot]
ffe0028ac8
Bump webpack from 4.39.3 to 4.40.2 in /js
...
Bumps [webpack](https://github.com/webpack/webpack ) from 4.39.3 to 4.40.2.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v4.39.3...v4.40.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-23 18:32:36 +00:00
Thomas Citharel
47ba68badf
Merge branch 'bug/fix-typo-en-i18n' into 'master'
...
Fix typo in english translation
See merge request framasoft/mobilizon!193
2019-09-23 19:58:57 +02:00
Thomas Citharel
480feea3b2
Fix typo in english translation
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-09-23 19:57:48 +02:00
Thomas Citharel
6628586fcc
Merge branch 'bug/fix-instance-host-in-emails' into 'master'
...
🎨 Add fancy html emails
See merge request framasoft/mobilizon!192
2019-09-23 19:52:32 +02:00
Thomas Citharel
59fae50318
🎨 Add fancy html emails
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-09-23 19:50:33 +02:00
Thomas Citharel
e1c06ab75d
Merge branch 'bug/fix-event-title-length-limitation' into 'master'
...
Fix event title length limitation
Closes #167
See merge request framasoft/mobilizon!191
2019-09-23 12:07:25 +02:00
Thomas Citharel
a96022d782
Fix event title length limitation
...
Closes #167
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-09-23 11:51:59 +02:00
Thomas Citharel
c2f560b00f
Merge branch 'bug/fix-event-deletion-redirect' into 'master'
...
Fix event deletion redirection
Closes #170
See merge request framasoft/mobilizon!190
2019-09-23 11:46:43 +02:00
Thomas Citharel
98ff4eab67
Fix event deletion redirection
...
Closes #170
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-09-23 11:33:13 +02:00
Thomas Citharel
b29c5c5840
Fix logout
...
Closes #171
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-09-23 11:30:23 +02:00
Thomas Citharel
7fb1cdf2cf
Various fixes
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-09-23 10:26:38 +02:00
Thomas Citharel
4d9f3c7247
Couple of fixes, and introducing Explore section
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-09-22 10:40:18 +02:00
Thomas Citharel
e9ad4001ca
Move navbar to buefy component
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-09-22 10:40:18 +02:00
Thomas Citharel
c5dd03f362
Allow to accept / reject participants
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-09-22 10:40:12 +02:00
Thomas Citharel
8570e14bb3
Work on dashboard
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-09-22 09:42:54 +02:00
Thomas Citharel
d00925af07
Move i18n to vue-i18n and json files
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-09-12 12:19:02 +02:00
Thomas Citharel
44a8e2ecc7
Show number of participants
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-09-12 12:18:57 +02:00
Thomas Citharel
837d916dae
Add identity pickers on event creation & join
...
Also it now saves current actor in localStorage and initalizes it in
Apollo Cache (just like user stuff). This allows not relying on
loggedPerson query anymore.
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-09-11 11:03:17 +02:00
Thomas Citharel
efc52004de
Add admin dashboard, event reporting, moderation report screens, moderation log
...
Close #156 and #158
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-09-09 20:53:16 +02:00
Thomas Citharel
02a4166fa8
Merge branch 'feature/delete-event-modal' into 'master'
...
Add modale when deleting an event
See merge request framasoft/mobilizon!181
2019-09-09 20:39:23 +02:00
Chocobozzz
9052bc6f8a
Add modale when deleting an event
2019-09-09 20:29:09 +02:00
Chocobozzz
f67cafdae5
Edit events fixes and update cache
2019-09-09 14:41:19 +02:00
Thomas Citharel
f8f2c491fb
Fixes for event deletion and updates
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-09-05 14:55:20 +02:00
Thomas Citharel
c3b44f508a
Correctly handle event update
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-09-05 13:59:52 +02:00
Thomas Citharel
676e9d1110
Fix typescript issues and bump deps
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-09-03 08:44:27 +02:00
Thomas Citharel
4844c8bc34
Improve event creation form by introducting EventOptions
...
It's a subentity that holds additional metadata in a map database type
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-09-02 17:11:27 +02:00
Thomas Citharel
7bfd85140b
Merge branch 'feature/edit-event' into 'master'
...
Prepare front to edit events
See merge request framasoft/mobilizon!174
2019-09-02 15:26:39 +02:00
Chocobozzz
4bc5017142
Prepare front to edit events
2019-09-02 15:16:28 +02:00
Thomas Citharel
92c2a74afa
Merge branch 'feature/group-create' into 'master'
...
Prepare create group
See merge request framasoft/mobilizon!173
2019-09-02 12:10:23 +02:00
Chocobozzz
fa324c9fda
Prepare create group
2019-09-02 11:51:42 +02:00
Chocobozzz
408cc77425
Better delete identity admin message
2019-08-26 15:58:28 +02:00
Chocobozzz
91051ab3b6
Fix buefy modals
2019-08-26 12:21:23 +02:00
Thomas Citharel
61ddcdecae
Reuse existing addresses when creating an event
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-08-22 16:20:42 +02:00
Chocobozzz
4b2528252d
Fix update current client
2019-08-21 11:25:09 +02:00
Thomas Citharel
c74c029299
Fix link to direct profile on event page when external
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-08-13 11:19:32 +02:00
Thomas Citharel
33c455f75a
Make category optionnal and hide it from the form
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-08-13 11:15:19 +02:00
Thomas Citharel
ddac0aee65
Don't use compile-time defined URLs, just use window.location
...
This allows to use a single front-end on two different instances, and
will allow us redistribute the front-end as Elixir releases
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-08-13 11:15:19 +02:00
Thomas Citharel
41ae49e3e3
Disable webpack bundle analyzer running everytime
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-08-13 11:15:19 +02:00
Thomas Citharel
1b3dfb20d2
Introduce relay
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-08-13 11:15:13 +02:00
Chocobozzz
db62eb4cd8
Fix lint
2019-08-13 10:59:12 +02:00
Chocobozzz
abaebd949d
Remove apollo link state
2019-08-12 16:04:32 +02:00
Thomas Citharel
2d41e00771
Add address input and refactor federation stuff
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-07-30 10:35:29 +02:00
Thomas Citharel
a5ebf40829
Refactor adding tags to an event
...
Also refactor extracting tags from content, now uses Pleroma's Formatter
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-07-26 12:06:26 +02:00
Thomas Citharel
dbb5434c97
Add link to event and group creation on dashboard
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-07-23 18:36:17 +02:00
Thomas Citharel
c70d1d03d4
Front end deps upgrades and fixes
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-07-23 17:14:03 +02:00
Chocobozzz
7c8dee9a9d
Add ability to update/create/delete identities
2019-07-08 16:32:22 +02:00
Thomas Citharel
fb07be4ed7
Final fixes for build
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-07-05 16:59:25 +02:00
Thomas Citharel
91d79aa91a
Upgrade js deps
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-07-03 18:44:01 +02:00
Thomas Citharel
e4646e3dcd
Improved event form creation date & timepickers
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-06-07 17:19:30 +02:00
Thomas Citharel
7ef4ef264b
Attach actor to pictures entity
2019-05-31 18:07:37 +02:00
Thomas Citharel
290b4ba7d3
Make event & create event & map async components
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-05-31 15:13:07 +02:00
Thomas Citharel
990d7abc49
Add vue-cli-plugin-webpack-bundle-analyzer and upgrade deps
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-05-31 11:32:50 +02:00
Thomas Citharel
71efbb0880
Trigger file upload with button
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-05-31 11:01:52 +02:00
Thomas Citharel
c0abbf3d3e
Allow uploading pictures into description by drag&drop them
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-05-29 17:47:52 +02:00
Thomas Citharel
fe65a478f0
Add mentions
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-05-29 16:46:23 +02:00
Thomas Citharel
417618a36d
Add tiptap editor for description ❤️
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-05-28 18:55:02 +02:00
Thomas Citharel
5dccabb9b8
Merge branch 'fix_logo_size' into 'master'
...
Move main logo height definition from css to img tag
See merge request framasoft/mobilizon!138
2019-05-24 17:38:57 +02:00
Thomas Citharel
3cb29be4fc
Refactor media upload
...
Use Upload Media logic from Pleroma
Backend changes for picture upload
Move AS <-> Model conversion to separate module
Front changes
Downgrade apollo-client: https://github.com/Akryum/vue-apollo/issues/577
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-05-24 17:29:51 +02:00
Alexandre Mathieu
48aedb4ba9
Move main logo height definition from css to img tag
2019-05-21 16:52:47 +02:00