Thomas Citharel
681653e035
Introduce registerPerson mutation
...
To register a profile from an unactivated user
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
👤 Fix Person interface use
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Change host function for data property
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-01-30 15:59:27 +01:00
Thomas Citharel
c55ae19f84
Move queries and mutations to submodules
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-01-30 10:54:58 +01:00
Thomas Citharel
0c2931c10b
Make register/1 only create an user
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Credo fix
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Fix rebase
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-01-30 10:53:40 +01:00
Thomas Citharel
812140d401
📘 Update manual install instuctions in readme
...
Closes #69
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-01-29 10:18:56 +01:00
Thomas Citharel
47aa03b1f2
Merge branch 'feature/delete-venet' into 'master'
...
Add ability to delete an event
See merge request framasoft/mobilizon!51
2019-01-26 21:39:55 +01:00
Chocobozzz
dd174f2446
Add ability to delete an event
2019-01-25 17:07:36 +01:00
Thomas Citharel
b6f905313a
Merge branch 'feature/delete-category' into 'master'
...
Add ability to delete a group
See merge request framasoft/mobilizon!50
2019-01-25 16:14:00 +01:00
Chocobozzz
8388240957
Add ability to delete a group
2019-01-25 16:08:06 +01:00
Thomas Citharel
c0628a1566
Merge branch 'vuetify-to-bulma' into 'master'
...
Vuetify to bulma
Closes #38 et #61
See merge request framasoft/mobilizon!49
2019-01-24 16:03:32 +01:00
Thomas Citharel
b264a49c23
Fix js warnings
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-01-24 15:57:45 +01:00
Thomas Citharel
c660210439
Fix tests
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-01-24 15:36:09 +01:00
Thomas Citharel
617b59c038
Bump rdf for Elixir 1.8 compat
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-01-24 15:36:04 +01:00
Thomas Citharel
90fd0ff6b6
Replace Vuetify with Bulma
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Remove vuetify and add Bulma
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-01-24 15:35:57 +01:00
Thomas Citharel
759a740625
Merge branch 'feature/apollo-link-state' into 'master'
...
Fix login/logout flow
See merge request framasoft/mobilizon!48
2019-01-18 16:15:15 +01:00
Chocobozzz
cbdcdd005d
Fix login/logout flow
2019-01-18 15:38:18 +01:00
Thomas Citharel
80c6351d2f
Remove type after column
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-01-15 14:22:06 +01:00
Thomas Citharel
c4a4a31e5b
Event state leftover
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-01-15 14:21:53 +01:00
Thomas Citharel
7ec2259ea5
Typo
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-01-15 14:18:54 +01:00
Thomas Citharel
7709c2c566
Merge branch 'api/add-address' into 'master'
...
Remove address_type
See merge request framasoft/mobilizon!47
2019-01-14 18:25:53 +01:00
Thomas Citharel
3230381be4
Remove last occurences of address_type
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-01-14 18:12:52 +01:00
Thomas Citharel
289ba03960
Remove address_type and rename phone to phone_address
...
An event can indeed have several address types
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-01-14 17:48:08 +01:00
Thomas Citharel
b0bc8dfa5d
✂️ Split GraphQL schema into several files
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-01-14 17:13:17 +01:00
Thomas Citharel
66b0cd8e0c
Merge branch 'event-visibility' into 'master'
...
🔍 Implement basic event visibility
Closes #56
See merge request framasoft/mobilizon!46
2019-01-14 16:26:42 +01:00
Thomas Citharel
2ece62bfb8
Add visibility to comments
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-01-14 16:21:13 +01:00
Thomas Citharel
ab56d3e607
🔍 Implement basic event visibility
...
See https://framagit.org/framasoft/mobilizon/wikis/spec/Event#visibility
Also brings support for event status (tentative/confirmed/cancelled)
Closes #56
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-01-14 15:56:07 +01:00
Thomas Citharel
3723eed1fe
Merge branch 'feature/forgot-password' into 'master'
...
Feature/forgot password
Closes #44
See merge request framasoft/mobilizon!43
2019-01-14 10:43:18 +01:00
Thomas Citharel
f3e947020b
Merge branch 'feature/remove-moment' into 'master'
...
Remove moment js
See merge request framasoft/mobilizon!45
2019-01-11 19:08:53 +01:00
Thomas Citharel
f8219739c2
Merge branch 'feature/fix-logged-in' into 'master'
...
Fix events fetching
See merge request framasoft/mobilizon!44
2019-01-11 19:08:23 +01:00
Chocobozzz
cdb22268be
Remove moment js
2019-01-11 16:00:19 +01:00
Chocobozzz
4a77b2b1b7
Fix resend confirmation component
2019-01-11 14:35:14 +01:00
Chocobozzz
cdece1f117
Fix events fetching
2019-01-11 14:24:33 +01:00
Chocobozzz
df4d3892c3
Fix reset password component
2019-01-11 13:58:29 +01:00
Thomas Citharel
54bae359a1
Merge branch 'bug/rename-mobilizon-dot-dev-to-dot-local' into 'master'
...
➡ Rename mobilizon default dev hostname from .dev to .local
See merge request framasoft/mobilizon!41
2019-01-04 17:00:31 +01:00
Thomas Citharel
bbe4b57baf
➡ Rename mobilizon default dev hostname from .dev to .local
...
Because Google has .dev and it's HSTS preloaded 😔
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-01-04 16:12:40 +01:00
Thomas Citharel
20fc579677
Merge branch 'feature/add-credo' into 'master'
...
Add Credo checks and refactor code
Closes #52
See merge request framasoft/mobilizon!40
2019-01-03 16:00:57 +01:00
Thomas Citharel
2f2c538cc9
Add Credo checks and refactor code
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Make Logger.debug calls lazy
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Add missing @moduledocs
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Refactor according to credo
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Final fixes and add credo to CI
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Closes #52
2019-01-03 15:52:48 +01:00
Thomas Citharel
ea82d392e9
Merge branch 'feature/improve_test_config' into 'master'
...
Feature/improve test config
See merge request framasoft/mobilizon!39
2019-01-03 11:40:40 +01:00
Thomas Citharel
8d943f950f
New generate config task from Pleroma upstream & move tasks namespace
...
Little fixes and tests
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-01-03 11:34:31 +01:00
Thomas Citharel
6885c73aa8
Change configuration and docker compose
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-01-03 11:33:52 +01:00
Thomas Citharel
b5ac788227
Merge branch 'feature/fix-registration' into 'master'
...
Feature/fix registration
See merge request framasoft/mobilizon!37
2018-12-28 16:42:53 +01:00
Chocobozzz
5dbd259e01
Use includes instead of indexOf
2018-12-28 16:30:35 +01:00
Chocobozzz
03535246a4
Fix login
2018-12-28 16:28:08 +01:00
Thomas Citharel
a941621ea4
Merge branch 'feature/fix-graph-ql' into 'master'
...
Fix vue appolo graphql middleware
See merge request framasoft/mobilizon!36
2018-12-28 16:21:26 +01:00
Chocobozzz
d8dde92c86
Fix user registration and validation
2018-12-28 16:19:21 +01:00
Chocobozzz
649bc5624d
Fix vue appolo graphql middleware
2018-12-28 15:41:32 +01:00
Thomas Citharel
3c1b0448a8
Merge branch 'meta/pleroma-attributes-improvements' into 'master'
...
Pleroma attributes improvements
See merge request framasoft/mobilizon!35
2018-12-27 11:36:24 +01:00
Thomas Citharel
bcfb9252e3
Mention Pleroma inside the README.md file
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2018-12-27 11:31:16 +01:00
Thomas Citharel
d5eac1df6c
Comment Webfinger controller properly
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2018-12-27 11:31:06 +01:00
Thomas Citharel
caae6d0c0a
Add links to upstream Pleroma files
...
(rename AP tests module names too)
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2018-12-27 11:24:04 +01:00
Thomas Citharel
eaa4c347ca
Merge branch 'feature/typescript' into 'master'
...
Migration to typescript: first step
See merge request framasoft/mobilizon!33
2018-12-27 08:45:20 +01:00