Thomas Citharel
5e072a924e
Merge branch 'i18n/update' into 'master'
...
Translations
See merge request framasoft/mobilizon!202
2019-09-26 18:07:24 +02:00
Thomas Citharel
c88a8d25e9
Merge branch 'deps/upgrade' into 'master'
...
Deps/upgrade
See merge request framasoft/mobilizon!203
2019-09-26 18:05:05 +02:00
Thomas Citharel
e954188c34
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
b34f433e41
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
030896ff9e
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
miffigriffi
0a0d07cf38
Fix software design suggestions
2019-09-26 17:45:47 +02:00
miffigriffi
aed824f1aa
Fix code readability issues
2019-09-26 17:45:47 +02:00
miffigriffi
20dfce5c83
Fix refactoring opportunities
2019-09-26 17:45:33 +02:00
Thomas Citharel
4d4fdaaffe
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
6cb250ffee
Merge branch 'deps/remove-earmark' into 'master'
...
Remove unneeded Markdown converter (earmark)
Closes #172
See merge request framasoft/mobilizon!201
2019-09-26 17:10:19 +02:00
Thomas Citharel
757d2cabec
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
Thomas Citharel
d4a7b6fe0d
Remove unneeded Markdown converter (earmark)
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-09-26 16:49:49 +02:00
dependabot-preview[bot]
be356facc4
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
b457cb4d58
Merge branch 'translations' into 'master'
...
Translations
See merge request framasoft/mobilizon!199
2019-09-25 14:22:23 +02:00
Thomas Citharel
300532bf81
Merge remote-tracking branch 'weblate/master' into translations
2019-09-25 14:00:26 +02:00
Quentin
e5d0c965b5
Translated using Weblate (Occitan)
...
Currently translated at 100.0% (25 of 25 strings)
Translation: Mobilizon/Backend
Translate-URL: https://weblate.framasoft.org/projects/mobilizon/backend/oc/
2019-09-25 14:00:03 +02:00
Quentin
553512484c
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
0ff20ad476
Merge remote-tracking branch 'weblate/master' into translations
2019-09-25 13:58:40 +02:00
Thomas Citharel
8a3e606c15
Merge branch 'deps/upgrade' into 'master'
...
Deps/upgrade
See merge request framasoft/mobilizon!198
2019-09-25 09:22:28 +02:00
Thomas Citharel
eb065d1a1a
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]
7261ba19b3
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]
a1c5f11e85
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
1adb1ab073
Merge branch 'feature/edit-password' into 'master'
...
Feature/edit password
Closes #165
See merge request framasoft/mobilizon!197
2019-09-24 19:01:11 +02:00
Thomas Citharel
3806295e83
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
f129d4137d
[Backend] Allow to change your password
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-09-24 18:08:33 +02:00
Thomas Citharel
fa9dcf50c2
Added translation using Weblate (Russian)
2019-09-24 16:40:08 +02:00
Thomas Citharel
8bfa179377
Added translation using Weblate (Portuguese)
2019-09-24 16:40:07 +02:00
Thomas Citharel
21c7334776
Added translation using Weblate (Polish)
2019-09-24 16:40:06 +02:00
Thomas Citharel
186b053fa3
Added translation using Weblate (Occitan)
2019-09-24 16:40:06 +02:00
Thomas Citharel
81b5e71575
Added translation using Weblate (Dutch)
2019-09-24 16:40:05 +02:00
Thomas Citharel
7c8d59daac
Added translation using Weblate (Japanese)
2019-09-24 16:40:03 +02:00
Thomas Citharel
9051291f43
Added translation using Weblate (Italian)
2019-09-24 16:40:02 +02:00
Thomas Citharel
107338722a
Added translation using Weblate (Spanish)
2019-09-24 16:39:59 +02:00
Thomas Citharel
6159d6b8bd
Added translation using Weblate (German)
2019-09-24 16:39:59 +02:00
Thomas Citharel
796490200b
Added translation using Weblate (Czech)
2019-09-24 16:39:53 +02:00
Thomas Citharel
8666c04f1d
Added translation using Weblate (Russian)
2019-09-24 16:38:12 +02:00
Thomas Citharel
c61ffa50e5
Added translation using Weblate (Portuguese)
2019-09-24 16:38:12 +02:00
Thomas Citharel
216ac076d0
Added translation using Weblate (Polish)
2019-09-24 16:38:12 +02:00
Thomas Citharel
6b58de746e
Added translation using Weblate (Occitan)
2019-09-24 16:38:12 +02:00
Thomas Citharel
9638f2e241
Added translation using Weblate (Dutch)
2019-09-24 16:38:12 +02:00
Thomas Citharel
7f48b53469
Added translation using Weblate (Japanese)
2019-09-24 16:38:12 +02:00
Thomas Citharel
13c0dbd2db
Added translation using Weblate (Italian)
2019-09-24 16:38:12 +02:00
Thomas Citharel
8340bb8575
Added translation using Weblate (Spanish)
2019-09-24 16:38:12 +02:00
Thomas Citharel
4bdd3e83c7
Added translation using Weblate (German)
2019-09-24 16:38:12 +02:00
Thomas Citharel
17bf44a15c
Added translation using Weblate (Czech)
2019-09-24 16:38:12 +02:00
Thomas Citharel
9820d4b904
Merge branch 'bug/fixes-for-email' into 'master'
...
Fixes for email
See merge request framasoft/mobilizon!196
2019-09-24 12:31:33 +02:00
Thomas Citharel
8006b8e0f3
Fixes for email
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-09-24 12:09:43 +02:00
Thomas Citharel
8c97dd925f
Merge branch 'deps/upgrade' into 'master'
...
Deps/upgrade
See merge request framasoft/mobilizon!195
2019-09-24 09:57:20 +02:00
Thomas Citharel
27665dd4da
Finish deps upgrade
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-09-24 09:43:54 +02:00
Thomas Citharel
b6039b63bd
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