Commit graph

583 commits

Author SHA1 Message Date
lesion
ef20ac4256
minor 2025-01-24 22:34:21 +01:00
lesion
c0bf14193a
fix: allow chronologically sort of "my events", fix #501 2025-01-24 22:33:01 +01:00
lesion
927e207d8d
feat: show past events on place page 2025-01-22 12:11:21 +01:00
lesion
6a64f4145a
fix: avoid link if disabled 2025-01-13 20:15:00 +01:00
lesion
d615b1c537
fix: seo complaining about missing lang html attribute 2025-01-13 20:05:07 +01:00
lesion
7151cbbf76
Merge branch 'master' into gancio-seo-fixes 2025-01-13 12:25:11 +01:00
lesion
8f9bc7e9de
use id in places url (ics and rss feeds, place page) with a reasonable backward compatible fallback 2025-01-10 18:37:22 +01:00
Arg Adenn
d01320560e
seo fix: avoid invalid link even if disabled 2024-12-10 18:44:49 +01:00
Arg Adenn
ec89a18918
Some seo tweaks 2024-12-01 18:37:47 +01:00
lesion
147ce9a7a8
fix: add isPast icon in event's page too 2024-11-29 21:28:48 +01:00
lesion
fcec5ae756
fix: show only future events in Tag and Place pages, fix #331 2024-11-29 21:27:48 +01:00
lesion
eb3935d2e6
fix: clean due date when switching to recurrent 2024-10-30 10:24:23 +01:00
lesion
ad014db451
fix: show frequent tags by default when filling tags without typing, fix #452 2024-09-18 15:45:08 +02:00
lesion
e9c89d4ab8
fix: small issue introduced with #54
also note that modifying internal properties from child components is a bad pattern, this will be refactored in #158
2024-08-17 18:43:17 +02:00
sedum
684547cb8b fix: online_locations and hide/show address in edit mode
online_locations are not removed, and fix limit via gui to max 3 urls.
In edit mode if event is online do not show address field with null value
2024-08-11 00:37:37 +02:00
lesion
10a2aa0e7c
fix: hide event ending at 00:00 in the next day, fix #352 2024-08-05 18:40:59 +02:00
lesion
a10ccb3007
fix: refactoring update and allow to remove end_datetime from an event
FormData does not support null value as everything cast to string, not adding the field in an update does not add an information as the field will stay with the last value. A specified but empty end_datetime would remove it
2024-08-05 18:20:36 +02:00
lesion
0c17b6b275
minor 2024-07-31 11:11:18 +02:00
lesion
58a1e9780e
fix: show event saving unconfirmed event when logged, fix #427 2024-07-31 11:11:07 +02:00
lesion
a8bfc108a2
fix: choose lowercase unique tag 2024-06-26 15:33:08 +02:00
lesion
a55c6999fd
fix: announcements is not visible, fix #409 2024-06-14 09:49:14 +02:00
lesion
42c8408f9c
feat: move my events management to a specific page 2024-06-11 11:23:08 +02:00
lesion
a58bc6a940
fix: start SEO Improvement and template refactoring, addressing #399 2024-05-24 22:18:55 +02:00
lesion
93fd6a8748
feat: Disable/enable Download of Flyer-Images? fix #389 2024-05-20 12:37:04 +02:00
lesion
7b748bd49c
fix: Add option to transfer anon event ownership, fix #394 2024-05-16 23:34:41 +02:00
lesion
ecab6d4821
fix: improve loading time from 0.8s to 0.2s 2024-05-16 17:59:30 +02:00
lesion
e0765dcf2b
fix: open moderation panel when coming from moderation email 2024-05-07 23:04:21 +02:00
lesion
a1f1e02b97
fix: Editor users cannot confirm anonymous events, fix #376 2024-04-21 21:38:44 +02:00
lesion
22c2735e93
feat: refactoring event moderation, report, report notification 2024-03-28 13:23:40 +01:00
lesion
b40b4ba3b4
feat: new Report / Moderation feature, fix #221, fix #350, fix #220 2024-03-18 12:25:36 +01:00
lesion
e135092dda
fix: rel me 2024-02-28 22:38:25 +01:00
lesion
71e13bd61f
new admin tabs order 2024-02-28 22:37:01 +01:00
lesion
32b7e35a1a
admin panel for editor 2024-02-09 22:33:27 +01:00
lesion
b917bc6ae0
fix: edit mine event permission 2024-02-04 01:46:25 +01:00
lesion
2492f6b545
feat: user events page view, fix #340 and #156 2024-01-29 14:46:11 +01:00
lesion
94a50c39eb
minor: flat style 2024-01-23 09:44:06 +01:00
lesion
2cc4da992d
minor 2024-01-23 09:15:01 +01:00
lesion
5a7f3a5ace
fix: refactoring event page 2024-01-23 08:47:46 +01:00
lesion
1a865aefbb
fix: do not leak userId but return isMine flag 2024-01-19 00:45:26 +01:00
lesion
3d3a6e7c76
feat: remove theme view fome homepage 2024-01-19 00:40:20 +01:00
lesion
dad65e140e
fix: About label not translated on About page, fix #328 2024-01-16 10:33:31 +01:00
lesion
567531b2c5
fix: display user URL in federated event 2024-01-10 12:34:37 +01:00
lesion
cb7932c09d
fix: add whole jsonLD object to events 2024-01-08 22:52:58 +01:00
lesion
3fd9f5a8cb
feat: collection in home 2023-12-28 00:47:31 +01:00
lesion
f1158dba73
fix(AP): support Note/Event update and removal 2023-12-26 21:04:48 +01:00
lesion
03ed364959
add friendly instance api 2023-12-21 22:00:04 +01:00
lesion
185b8bd75e
fix: missing some style in detail collection page 2023-12-15 17:20:10 +01:00
lesion
906dca2b10
fix: do not allow /admin rendering when normal user
ok this was an issue but in any case users could not reach data
2023-11-30 17:04:04 +01:00
lesion
9811d39554
fix: location name and description not correctly set in microdata
fix #316 and #315
2023-11-29 00:07:01 +01:00
lesion
388c8078dd
minor: add not_reachable_warning 2023-11-20 17:41:24 +01:00