Commit Graph

  • 9d99684402
    feat: allow to filter events by local-only Thomas Citharel 2024-02-09 10:54:00 +0100
  • d1b1979ee5
    test: deactivate assert_email_sending with timeout in LegacyNotifierBuilderTest for now Thomas Citharel 2024-02-09 09:51:12 +0100
  • 06cdb1cb43 Merge branch 'fixes' into 'main' Thomas Citharel 2024-02-09 08:12:32 +0000
  • 57b6bc604c Merge branch 'vite-manifest-fix' into 'main' Thomas Citharel 2024-02-09 08:11:59 +0000
  • c919b992e5 Merge branch 'weblate-mobilizon-frontend' into 'main' Thomas Citharel 2024-02-09 08:10:41 +0000
  • 445ee92f28 Translated using Weblate (Swedish) drkfrd 2024-02-08 19:25:38 +0000
  • f6435e621a Translated using Weblate (Hungarian) Balázs Meskó 2024-02-08 18:05:17 +0000
  • 80e3095b4c provide new location for vite manifest, as that changed in vite 5 778a69cd 2024-02-08 19:59:43 +0100
  • e3b36434cb
    fix(activitypub): handle issue with AP Fetcher not catching some changeset errors Thomas Citharel 2024-02-08 17:56:50 +0100
  • 5429afba21 Merge branch 'fixes' into 'main' Thomas Citharel 2024-02-08 16:52:15 +0000
  • 4dc2f489e7
    fix(activitypub): also handle as:Public and Public values for public addressing Thomas Citharel 2024-02-08 17:51:14 +0100
  • 67314928e0
    test(backend): fix legacy notifier test assert Thomas Citharel 2024-02-08 16:14:55 +0100
  • 28430d6d57
    feat(docker): add new environment variables for Docker config Thomas Citharel 2024-02-08 12:20:47 +0100
  • ab3f5dfd27
    feat(config): enable instance feeds by default Thomas Citharel 2024-02-08 12:20:18 +0100
  • 1f4a7c253b
    fix(front): patch vue-i18n-extract because of mjs incompatibility Thomas Citharel 2024-02-08 11:48:48 +0100
  • cba2075431
    fix(front): correctly show error message when a tag is too short Thomas Citharel 2024-02-08 11:27:25 +0100
  • 6a482b0d97
    fix(front): various cleanups Thomas Citharel 2024-02-08 11:26:27 +0100
  • 34c0dd6498
    fix(front): only update identity username from name if it's a new identity Thomas Citharel 2024-02-08 11:26:03 +0100
  • f6bcb02b98
    fix(front): tagInput fixes Thomas Citharel 2024-02-08 11:25:34 +0100
  • b1ecf4b36f
    fix(front): vite fixes after upgrade (everything is esm) Thomas Citharel 2024-02-08 11:06:30 +0100
  • 1acf931ac5
    fix(back): sitemapper fix after upgrade Thomas Citharel 2024-02-08 11:04:11 +0100
  • 04edc4fef0
    fix(front): husky fixes after upgrade Thomas Citharel 2024-02-08 11:03:23 +0100
  • 8e9f7a81b4
    chore(deps): upgrade deps Thomas Citharel 2024-02-08 11:02:53 +0100
  • 8a2e262474
    test(graphql): fix getting event conversations test Thomas Citharel 2024-01-10 12:11:25 +0100
  • 77308a9477
    test(notifications): fix testing email notifications Thomas Citharel 2024-01-10 12:10:08 +0100
  • a6a1ab71c2
    fix(front): various UI improvements Thomas Citharel 2024-01-09 17:20:53 +0100
  • 3b7124a57b
    fix(front): fix focusing text editor Thomas Citharel 2024-01-09 16:55:26 +0100
  • ba66874cc3
    fix(front): add a required attribute to the text editor and show error message if text empty on blur Thomas Citharel 2024-01-09 16:10:56 +0100
  • ef20585f8c
    fix(announcements): error message not showing when an event announcement is created with empty text Thomas Citharel 2024-01-09 15:49:03 +0100
  • 9207d76712
    chore(deps): upgrade deps Thomas Citharel 2024-01-09 14:57:10 +0100
  • 0bd00de501
    fix(backend): only send announcement event emails when the comment author has the right to do so Thomas Citharel 2024-01-09 14:49:11 +0100
  • aa388a7a47
    test(backend): private announcement notification jobs sends emails Thomas Citharel 2024-01-09 12:26:53 +0100
  • 43c6143ddf
    test(graphql): having several anonymous participants for an announcement adds anonymous actor once Thomas Citharel 2024-01-09 12:25:57 +0100
  • 95379885c8
    fix(backend): fix sending N notifications to a single conversation participant Thomas Citharel 2024-01-09 12:23:59 +0100
  • 681f8dcd04
    test(graphql): add tests for sending private event announcements Thomas Citharel 2024-01-08 17:32:24 +0100
  • 5bc0593ed6
    fix(graphql): fix checking actor identity when publishing event announcements Thomas Citharel 2024-01-08 17:32:56 +0100
  • 10c4038b85
    fix(backend): hide non-public replies to comments in event comment threads Thomas Citharel 2024-01-05 18:15:08 +0100
  • c9a1c35aa7
    fix(announcements): make sure only valid announcements are shown to the user Thomas Citharel 2024-01-05 17:51:41 +0100
  • dcbb8eae01
    feat(graphql): increase max_complexity to 300 Thomas Citharel 2024-01-05 17:50:57 +0100
  • 6a4123f385
    fix(front): fix TagInput width properly Thomas Citharel 2024-01-05 17:37:23 +0100
  • 01eecbf1d4
    fix(event announcements): only show comments from event organizers in event announcement list Thomas Citharel 2024-01-05 16:41:10 +0100
  • 387d3b1c30
    fix(activitypub): consider PM as private conversations even if attributed_to_id is defined Thomas Citharel 2024-01-05 16:32:03 +0100
  • 456dc36f64
    fix(frontend): various fixes Thomas Citharel 2024-01-05 16:16:24 +0100
  • c12df03b5d
    refactor(backend): simplify the build_begins_on function in Metadata event impl Thomas Citharel 2024-01-05 16:16:00 +0100
  • 5de22f91e2
    fix(backend): avoid duplicating locality and region if they are the same Thomas Citharel 2024-01-05 16:15:15 +0100
  • 1441d35e0b
    feat(activitpub): add summary of metadata to events Thomas Citharel 2024-01-05 16:13:24 +0100
  • 594ad440da
    build(credo): reactivate MissedMetadataKeyInLoggerConfig credo check after Credo 1.7.3 Thomas Citharel 2024-01-05 15:19:45 +0100
  • 790db906a6
    fix(front): fix TagInput display Thomas Citharel 2024-01-05 15:18:18 +0100
  • 48f57ec1cf
    fix(front): reset page to lower or page 1 if we didn't found results in instances view Thomas Citharel 2024-01-04 15:47:57 +0100
  • 2b5439b1d0
    fix(front): reset instances list to page 1 if filter or follow status changes Thomas Citharel 2024-01-04 15:43:02 +0100
  • 5cb4fc11c4
    fix(front): rollback to vue 3.3 for now Thomas Citharel 2024-01-04 15:40:18 +0100
  • 410446c843 Merge branch '1399-improve-banner-image-detection' into 'main' Thomas Citharel 2024-02-08 16:19:06 +0000
  • 0d7462de06
    Improve the detection of a banner image. André Menrath 2024-01-20 09:28:07 +0100
  • fae480c24e Merge branch 'weblate-mobilizon-frontend' into 'main' Thomas Citharel 2024-02-08 07:49:13 +0000
  • 50b1ee11a0 Translated using Weblate (Hungarian) Balázs Meskó 2024-02-07 20:52:19 +0000
  • 54aa628403 Merge branch 'passed-events-related-backend' into 'main' Thomas Citharel 2024-02-05 10:21:20 +0000
  • d25577ea5d Merge branch 'weblate-mobilizon-frontend' into 'main' Thomas Citharel 2024-02-01 16:53:50 +0000
  • e854500693 Translated using Weblate (Korean) FoW 2024-02-01 08:00:33 +0000
  • 5770d6f0f9 Merge branch 'weblate-mobilizon-frontend' into 'main' Thomas Citharel 2024-01-29 18:19:59 +0000
  • 08bf4a90da Translated using Weblate (Swedish) drkfrd 2024-01-19 15:58:30 +0000
  • 137a8ed69c remove unneeded import Jonathan Reinbrecht 2024-01-19 15:11:40 +0100
  • fe09e43be2 Translated using Weblate (Swedish) drkfrd 2024-01-19 13:43:55 +0000
  • 5d409d8029 Translated using Weblate (Swedish) drkfrd 2024-01-19 13:33:26 +0000
  • ee49f57ee7 Translated using Weblate (Swedish) drkfrd 2024-01-19 13:21:51 +0000
  • 51c7dfc593 Translated using Weblate (Swedish) drkfrd 2024-01-19 12:57:27 +0000
  • 9670b77bc3 [IMP] move filtering of past events in related events section to backend Jonathan Reinbrecht 2024-01-19 13:59:01 +0100
  • eb8d65d1c8 Translated using Weblate (Swedish) drkfrd 2024-01-19 10:00:31 +0000
  • 25bbab3827 Translated using Weblate (Swedish) drkfrd 2024-01-19 09:38:15 +0000
  • baf75dd890 Merge branch 'weblate-mobilizon-frontend' into 'main' Thomas Citharel 2024-01-18 12:59:01 +0000
  • 602798da0f Translated using Weblate (Hungarian) Balázs Meskó 2024-01-18 11:43:48 +0000
  • 6178f5a76e Merge branch 'docker-compose' into 'main' Thomas Citharel 2024-01-04 14:20:57 +0000
  • 08f80341c2
    build(docker): change docker-compose to docker compose in Makefile Thomas Citharel 2024-01-04 15:20:17 +0100
  • 5997e9e14c Merge branch 'fix-group-report' into 'main' Thomas Citharel 2024-01-04 13:25:15 +0000
  • 57d0372ce8
    fix(front): fix reporting group Thomas Citharel 2024-01-04 14:02:13 +0100
  • b317fe6163 Merge branch 'fixes' into 'main' Thomas Citharel 2024-01-04 13:00:30 +0000
  • fb173414c9
    style(lint): add Elixir lint on pre-commit Thomas Citharel 2024-01-04 13:41:21 +0100
  • d0835232d6
    refactor(backend): change naming of function names to avoid the is_ prefix Thomas Citharel 2024-01-04 13:35:02 +0100
  • fe0cf93604
    fix(front): fix debouncing instances filtering Thomas Citharel 2024-01-04 12:58:16 +0100
  • b3ba45e8a7
    fix(back): fix instances filtering Thomas Citharel 2024-01-04 12:56:18 +0100
  • 428537df1f
    refactor: remove some outdated todos and legacy fallbacks Thomas Citharel 2024-01-04 12:55:47 +0100
  • f7585cfc75
    fix(backend): validate length of instance actor details and set description column to text Thomas Citharel 2024-01-04 13:02:05 +0100
  • eb43b7c79c
    style(credo): disable credo Credo.Check.Warning.MissedMetadataKeyInLoggerConfig check Thomas Citharel 2024-01-04 13:01:22 +0100
  • c3aa145148
    refactor(backend): extract convert_ecto_errors in the Mobilizon.Storage.Ecto module Thomas Citharel 2024-01-04 12:19:28 +0100
  • 5cdcc2e985 Merge branch 'update-deps' into 'main' Thomas Citharel 2024-01-03 18:18:41 +0000
  • 11cb0a4a81 Merge branch 'fix-event-view-window-title' into 'main' Thomas Citharel 2024-01-03 18:08:12 +0000
  • e8d7663f2a
    chore(deps): update deps Thomas Citharel 2024-01-03 18:42:16 +0100
  • 606f3df866 Merge branch 'federation-fixes' into 'main' Thomas Citharel 2024-01-03 17:53:58 +0000
  • 0bd7b670ae
    refactor(front): move IdentityPicker and Wrapper to components instead of views Thomas Citharel 2024-01-03 18:48:06 +0100
  • 9308c5399d
    fix(activitypub): handle any type of error when fetching Application actor from NodeInfo Thomas Citharel 2023-12-22 18:19:04 +0100
  • 0948cce83e
    fix(front): uI fixes Thomas Citharel 2023-12-22 18:07:47 +0100
  • 7c51ef79b9
    refactor(activitypub): simplify request to get instances list and status Thomas Citharel 2023-12-22 16:46:01 +0100
  • 2f4b8feeba
    fix(activitypub): refresh NodeInfo metadata straight away when adding a new instance to follow Thomas Citharel 2023-12-22 16:27:46 +0100
  • 6d2f08f3c1
    refactor(activitypub): log instance actor details before it's created Thomas Citharel 2023-12-22 16:16:21 +0100
  • da3b074619
    fix(nodeinfo): make sure we only process JSON content Thomas Citharel 2023-12-22 16:03:59 +0100
  • 7d3b46d905 Merge branch 'weblate-mobilizon-frontend' into 'main' Thomas Citharel 2023-12-31 09:31:39 +0000
  • 81ca3e052f Fix: Window title in Event View doesn't show the Event title summersamara 2023-12-24 10:11:22 +0100
  • 99867d6dda Translated using Weblate (Dutch) Ferdi Scholten 2023-12-22 08:07:13 +0000
  • 881695ca19
    refactor(http): extract HTTP header tests to a new module Thomas Citharel 2023-12-22 16:00:33 +0100
  • 7351468842
    fix(activitypub): handle actors following with manually_approves_followers not set Thomas Citharel 2023-12-22 15:57:29 +0100
  • b89f4f47fa Merge branch 'upgrade-deps' into 'main' 1397-enable-instance-personalization-logo-colors-webapp-name-title Thomas Citharel 2023-12-22 13:29:18 +0000