Thomas Citharel
|
32caebb1d0
|
fix: prevent sending group physical address if it's empty and allow empty text for timezone
As old addresses don't hold TZ information
Closes #1357
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2023-12-03 18:14:00 +01:00 |
|
Thomas Citharel
|
9e6b232a78
|
feat: add links to cancel anonymous participations in emails
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2023-12-01 11:29:53 +01:00 |
|
Thomas Citharel
|
18314956ca
|
fix(api): fix allowing posting event private announcement
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2023-11-21 12:00:04 +01:00 |
|
Thomas Citharel
|
7ef85fe19b
|
fix(announcements): load group announcements
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2023-11-20 17:35:37 +01:00 |
|
Thomas Citharel
|
b635937091
|
fix: various fixes
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2023-11-20 09:35:21 +01:00 |
|
Thomas Citharel
|
b5672cee7e
|
WIP
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2023-11-14 14:24:17 +01:00 |
|
Thomas Citharel
|
2ecd55df96
|
fix(i18n): fix typos in translation sources
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2023-10-13 10:46:09 +02:00 |
|
Thomas Citharel
|
f6611e8eb5
|
feat(back): add admin setting to disable external event feature
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2023-09-01 18:16:40 +02:00 |
|
Luca Eichler
|
2de6937407
|
feat: Add option to link an external registration provider for events
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2023-09-01 18:16:35 +02:00 |
|
setop
|
3f60174877
|
improve group creation view
|
2023-09-01 14:06:44 +00:00 |
|
Thomas Citharel
|
b105c508c0
|
feat(reports): improve reportview and allow removing content + resolve report automatically
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2023-08-31 14:37:54 +02:00 |
|
Thomas Citharel
|
f2ac3e2e5d
|
feat(reports): allow reports to hold multiple events
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2023-08-31 10:43:36 +02:00 |
|
Thomas Citharel
|
8617382af2
|
test: add tests for push notification registration GraphQL resolver
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2023-08-24 11:49:19 +02:00 |
|
Thomas Citharel
|
fdf87ea991
|
fix(push): fix push subscriptions registration
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2023-08-24 11:49:19 +02:00 |
|
Thomas Citharel
|
b2492a3870
|
fix(backend): handle email not being sent when resending registration instructions
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2023-08-18 13:41:46 +02:00 |
|
Thomas Citharel
|
107bab33c9
|
style: run mix format
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2023-08-17 14:50:44 +02:00 |
|
Thomas Citharel
|
675ac38289
|
style: remove leftover comment
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2023-08-17 14:20:28 +02:00 |
|
Thomas Citharel
|
ed3cd5858c
|
fix(backend): fix config cache not being used everytime
When loading a page, we inject various meta tags in the HTML. These made database calls everytime
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2023-08-17 14:20:28 +02:00 |
|
Thomas Citharel
|
7e98097c71
|
fix(apps): add missing app scopes
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2023-08-10 18:02:01 +02:00 |
|
Thomas Citharel
|
da70427e32
|
fix: fix Elixir 1.15 depreciations
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2023-08-02 09:59:09 +02:00 |
|
Thomas Citharel
|
3714925896
|
fix(groups): fix unauthenticated access to groups because of missing read:group:members permission
The permission in question is now removed
Closes #1311
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2023-06-21 18:09:45 +02:00 |
|
Thomas Citharel
|
5cc5c9943c
|
fix(participant): handle re-confirming participation
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2023-06-20 16:55:37 +02:00 |
|
Thomas Citharel
|
ca06ec397f
|
fix(discussions): handle changeset errors when updating discussion
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2023-06-20 14:49:18 +02:00 |
|
Thomas Citharel
|
49b04c9b19
|
fix(participant exports): fix participants by returning the export type as well as the file path
We previously used the Apollo context but that's really unreliable.
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2023-06-20 12:11:52 +02:00 |
|
Thomas Citharel
|
6c1e1e98d8
|
fix(activity settings): fix saving activity settings
Closes #1251
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2023-06-05 09:23:22 +02:00 |
|
Thomas Citharel
|
845bb6ac90
|
feat(graphql): validate timezone id as a GraphQL Scalar
Related to #1299
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2023-06-05 09:12:31 +02:00 |
|
Thomas Citharel
|
618b3d23d9
|
refactor(anti-spam): make anti-spam agnostic from Akismet
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2023-06-01 14:48:42 +02:00 |
|
Thomas Citharel
|
9a457fb011
|
fix(apps): fix device flow authorization process
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2023-05-30 14:24:52 +02:00 |
|
Thomas Citharel
|
850b4e2a73
|
fix(rich media): fix error handling when resource preview URL leads to empty parsed data
Closes #1279
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2023-05-30 08:34:53 +02:00 |
|
Hugo Renard
|
c4d60194a6
|
fix: include user role in moderator role
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2023-05-23 17:38:11 +02:00 |
|
Thomas Citharel
|
1c1d0d47d7
|
fix(back): Improve error message when requesting reset passwords and new instructions
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2023-05-17 11:33:50 +02:00 |
|
Thomas Citharel
|
dbe2da79c3
|
fix(backend): Handle CLDR data having no standard property for a language
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2023-05-17 09:34:04 +02:00 |
|
Thomas Citharel
|
79b48da222
|
fix(federation): Account suspension should use actor in question as author and not relay actor
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2023-05-17 09:34:04 +02:00 |
|
Thomas Citharel
|
2a57340a82
|
fix(back): Various small fixes in backend
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2023-05-17 09:34:03 +02:00 |
|
Thomas Citharel
|
d969c6648f
|
fix(follow-instances): Show correct error message when trying to follow already following actor
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2023-04-26 16:40:40 +02:00 |
|
Thomas Citharel
|
a4e7ee37be
|
fix(search): Fix event search order
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2023-04-26 16:39:18 +02:00 |
|
Thomas Citharel
|
63c9ed62de
|
fix(front): Fix event list month order
Closes #1244
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2023-04-21 10:18:22 +02:00 |
|
Thomas Citharel
|
eda2761032
|
refactor(credo): Refactor to appease new credo checks (complexity and logging)
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2023-04-19 18:33:06 +02:00 |
|
Thomas Citharel
|
c07ba3a5d1
|
Add rate-limiting on queries with Hammer
Closes #67
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2023-03-24 15:32:27 +01:00 |
|
Thomas Citharel
|
c4e9f88e85
|
Fix front-end stuff
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2023-03-24 15:32:26 +01:00 |
|
Thomas Citharel
|
8984bd7636
|
Introduce authorizations with Rajska
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2023-03-22 10:19:25 +01:00 |
|
Thomas Citharel
|
b6875f6a4b
|
Introduce device flow
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2023-03-22 09:34:11 +01:00 |
|
Thomas Citharel
|
2ee329ff7b
|
Introduce application tokens
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2023-03-22 09:34:10 +01:00 |
|
Thomas Citharel
|
317a3434b2
|
feat(spam): Introduce checking new accounts, events & comments for spam with the help of Akismet
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2023-02-07 15:18:29 +01:00 |
|
Thomas Citharel
|
1db5c4ae2d
|
Save IP and login date from directly registered accounts
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2023-01-31 19:33:33 +01:00 |
|
Thomas Citharel
|
30b0d3ca08
|
Add GraphQL operation name, user ID and actor name in logs
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2022-11-06 13:03:53 +01:00 |
|
Thomas Citharel
|
4dede63b83
|
Remove unused variable
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2022-11-02 18:32:30 +01:00 |
|
Thomas Citharel
|
75296498c4
|
Do not list drafts in upcoming / old events event if moderator
Closes #1086
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2022-11-02 17:12:35 +01:00 |
|
Thomas Citharel
|
dcfe87116e
|
Allow to view more than 10 drafts events on my events view
Closes #993
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2022-11-02 11:38:14 +01:00 |
|
Thomas Citharel
|
579bcaba06
|
Allow to disable non-SSO login
With a new disable_database_login parameter under :mobilizon, :instance
Closes #1154
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2022-10-28 17:41:49 +02:00 |
|