1032 Commits

Author SHA1 Message Date
lesion
ad014db451 fix: show frequent tags by default when filling tags without typing, fix #452 2024-09-18 15:45:08 +02:00
lesion
ee12eaf410 minor on Announce response #461 2024-09-18 15:04:18 +02:00
lesion
c693007fc4 fix: validate tag, fix #464 2024-09-18 12:29:59 +02:00
lesion
757bbc6ee3 minor in sorting collection 2024-08-21 12:06:17 +02:00
lesion
be638ee40a minor in sorting collection 2024-08-21 10:46:23 +02:00
lesion
094a64b168 feat: allow to sort collection in homepage, fix #437 2024-08-19 12:12:08 +02:00
lesion
bfdd91a6be fix: show recurrent events when collections in home mode, fix #441 2024-08-17 19:03:55 +02:00
lesion
0d581cec69 fix: display timezone name in some representation (fix #349):
- in web UI for online events and events coming from fedi
- in webcomponent / embedded calendar for online events and events coming from fedi
- in AP event's summary
2024-08-17 18:53:12 +02:00
lesion
319d546336 minor 2024-08-05 18:41:14 +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
176667200c minor 2024-07-31 10:08:36 +02:00
lesion
4efc3422de fix: use a unique AP object identifier, add update field 2024-07-31 10:08:21 +02:00
lesion
e47cdca7d4 minor 2024-07-31 10:06:51 +02:00
lesion
3b750c89ab fix: incosistent navigation among published and not published events, fix #428
> take into account the unconfirmed events for navigation purposes, if you are logged in as an editor or admin?
2024-07-27 10:15:02 +02:00
lesion
9b7b1f289f fix: empty event rendering due to bad end_datetime, fix #426
- enforce end_datetime input validation
- this is not enough as an event could be manually added by a plugin and also for bad old events we enforce numeric end_datetime.

the point is that in sqlite you can put a string into an INTEGER column!
2024-07-26 14:44:18 +02:00
lesion
ba9ed8af34 feat: custom javascript and CSS, fix #413 2024-07-25 16:33:46 +02:00
Norbert Szulc
4d45d2770f fix: Allow migration with minimal config
Config fails to load if no baseurl is set. This blocks migration:dev
2024-07-07 19:28:51 +02:00
lesion
f1a2bcb6fa fix: add logo to event if from federation, refactoring event component fix #412 2024-06-26 18:20:42 +02:00
lesion
7c48b71af3 fix: do not include old trusted_instances in store 2024-06-26 17:05:34 +02:00
lesion
3bde4ffe8f fix: do not get AP events in next/prev if not collection in home
this is not as it should be but...
2024-06-26 16:05:59 +02:00
lesion
ffbe734c9b refactoring: clean event sent to notification 2024-06-26 15:35:18 +02:00
lesion
da40af8a75 fix: handle express asynx errors 2024-06-26 15:34:33 +02:00
lesion
e91659408b fix: better test plugin error handling
Signed-off-by: lesion <lesion@autistici.org>
2024-06-26 14:01:44 +02:00
lesion
8842bdab32 fix: allow to edit collection filter 2024-06-14 19:31:50 +02:00
lesion
a55c6999fd fix: announcements is not visible, fix #409 2024-06-14 09:49:14 +02:00
lesion
45ab2dfffa fix: re-implement task / event_notification 2024-06-12 13:53:48 +02:00
lesion
aace1492cf minor 2024-06-11 23:18:38 +02:00
lesion
8a74726eb9 fix: use correct actor when parsing event 2024-06-11 23:18:27 +02:00
lesion
eefc2a8347 force to no use cached instance when adding trust node 2024-06-11 23:17:43 +02:00
lesion
1d295744d8 fix: confirmation is missing on anon recurrent event, fix #406 2024-06-11 23:15:45 +02:00
lesion
7440bdf77a fix: improve federation logging 2024-06-11 11:29:08 +02:00
lesion
f0c3699ab6 feat: add new migrate CLI command 2024-06-11 11:28:27 +02:00
lesion
4bb716744d fix: use fallback image on 404 2024-06-11 11:19:33 +02:00
lesion
854b6a1383 fix: do not use cached instances when adding trust 2024-06-11 11:19:14 +02:00
lesion
aa50c63b74 minor 2024-06-11 11:18:15 +02:00
lesion
ed6cf763e8 fix: Some recurrent issues are losing their images while changing it in some specific event, fix #403 2024-06-06 23:24:39 +02:00
lesion
baffd8088d fix: export rss/ics collection when collection_in_home 2024-05-24 22:13:17 +02:00
segfault
5ff0eac3ab Support requiring an end date 2024-05-24 11:10:48 +00:00
lesion
53171d2c7e fix: get collection when collection_in_home in SSR 2024-05-23 15:41:50 +02:00
lesion
5f43ab002e fix: do not expose application actor if federation is not enabled 2024-05-23 15:39:28 +02:00
lesion
731b334a43 fix: places param validation in ics/rss feed 2024-05-21 12:31:48 +02:00
lesion
ed247078c1 minor on collection 2024-05-20 12:37:17 +02:00
lesion
93fd6a8748 feat: Disable/enable Download of Flyer-Images? fix #389 2024-05-20 12:37:04 +02:00
lesion
dc8294d15e feat: add Exclusion filters in collections, fix #393 2024-05-17 13:24:50 +02:00
lesion
7b748bd49c fix: Add option to transfer anon event ownership, fix #394 2024-05-16 23:34:41 +02:00
lesion
63086de9f0 fix: keepAlive, ,add some cache time to "static" img 2024-05-16 18:14:04 +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
1a45247a1e fix: show number of fediverse 'followers on main site', fix #359 2024-05-07 22:32:06 +02:00
lesion
cfd6dd8ab7 fix: better editor support, fix #376 2024-04-28 22:18:09 +02:00