778a69cd
|
f52ddfffa2
|
Merge remote-tracking branch 'origin/main'
nix run .#update
|
2023-08-18 15:02:28 +02:00 |
|
Thomas Citharel
|
1b0a7499f8
|
test(export): fix exporting participants CSV
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2023-08-17 16:35:26 +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 |
|
778a69cd
|
33094bb160
|
Merge remote-tracking branch 'origin/main'
|
2023-08-11 13:39:52 +02:00 |
|
778a69cd
|
a6b29f1745
|
Revert "reintroduce webmanifest for PWA compatability"
This reverts commit c1299bddf6 .
|
2023-08-11 13:39:48 +02:00 |
|
778a69cd
|
2e08aa2573
|
reintroduce webmanifest for PWA compatability
|
2023-08-11 12:23:16 +02:00 |
|
778a69cd
|
951ff96b2a
|
show events until their end time, unless they have no end time
|
2023-08-11 00:15:56 +02:00 |
|
778a69cd
|
733d58a49b
|
Merge remote-tracking branch 'origin/main'
nix run .#update
|
2023-08-10 23:49:12 +02:00 |
|
778a69cd
|
c1299bddf6
|
reintroduce webmanifest for PWA compatability
|
2023-08-10 23:48:12 +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
|
1a6095d27a
|
fix(apps): make sure we can set status for an application token
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2023-08-10 18:02:01 +02:00 |
|
778a69cd
|
496ba488b6
|
Merge remote-tracking branch 'origin/main'
|
2023-08-03 16:43:36 +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
|
7c5f8b2431
|
fix(federation): fix getting pictures from Gruppe actors
They directly put urls for icon/image properties
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2023-06-29 19:30:13 +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
|
f04d2b9225
|
fix(backend): filter out nil tags before starting looking for existing ones
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2023-06-20 16:55:37 +02:00 |
|
Thomas Citharel
|
d5021647d7
|
fix(federation): allow federated usernames with capitals
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2023-06-20 16:55:37 +02:00 |
|
Thomas Citharel
|
56f341e960
|
fix(federation): ignore mentions from everything that's not a AP Person
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2023-06-20 16:55:37 +02:00 |
|
Thomas Citharel
|
2729d5ed7a
|
fix(federation): handle string values for tags when constructing mentions
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2023-06-20 16:55:37 +02:00 |
|
Thomas Citharel
|
552ab4c80b
|
fix(federation): handle fetch_actor with a map
For some reason
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2023-06-20 16:55:37 +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
|
a76b1ca66d
|
fix(exports): properly handle export format not being handled
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2023-06-20 16:55:36 +02:00 |
|
Thomas Citharel
|
96b4ef08c6
|
style: unused variable
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2023-06-20 14:59:57 +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
|
80f73a34a6
|
Merge branch 'fix-pruning-old-app-activations' into 'main'
fix(apps): fix pruning old application device activations
See merge request framasoft/mobilizon!1411
|
2023-06-06 12:10:28 +00:00 |
|
Thomas Citharel
|
dd00620b9a
|
fix(apps): fix pruning old application device activations
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2023-06-06 12:47:38 +02:00 |
|
Thomas Citharel
|
5381eaae22
|
fix(federation): rotate relay keys on startup if missing private keys
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2023-06-06 12:20:35 +02:00 |
|
Thomas Citharel
|
e8d34b4ea9
|
fix(federation): restrict fetch_group first arg to binaries
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2023-06-06 09:57:14 +02:00 |
|
Thomas Citharel
|
b981f91cf7
|
fix(federation): prevent fetching own relay actor
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2023-06-06 09:52:46 +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
|
39e24c328a
|
fix(search): fix global search sorting
Closes #1297
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2023-06-01 16:11:12 +02:00 |
|
Thomas Citharel
|
c971287624
|
feat(anti-spam): allow to only scan for spam in profiles or events
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2023-06-01 14:49:17 +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
|
5664625c1c
|
fix(apps): fix typo in redirect_uri parameter
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2023-05-30 14:24:51 +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 |
|
778a69cd
|
88e11925df
|
Merge remote-tracking branch 'origin/main'
|
2023-05-26 14:57:41 +02:00 |
|
Thomas Citharel
|
927e95f387
|
fix(emails): make sure group notification emails are only sent once per email
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2023-05-25 12:08:27 +02:00 |
|
778a69cd
|
4284e8e635
|
Merge remote-tracking branch 'origin/main'
|
2023-05-24 13:00:37 +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 |
|
778a69cd
|
7127b0da28
|
Merge remote-tracking branch 'origin/main'
|
2023-05-17 17:51:20 +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
|
73eb4603b1
|
fix(password-reset): Lower time before being available to reset password or resend instructions
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2023-05-17 09:45:44 +02:00 |
|
Thomas Citharel
|
8ea00e7c18
|
fix(back): Replace NaiveDateTime uses with DateTime for consistency
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2023-05-17 09:34:05 +02:00 |
|
Thomas Citharel
|
aa20f69911
|
fix(apps): Fix cleaning application data background job
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2023-05-17 09:34:05 +02:00 |
|
Thomas Citharel
|
b5f106b0a8
|
fix(backend): Ignore group mentions for now
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2023-05-17 09:34:04 +02:00 |
|