Commit graph

3203 commits

Author SHA1 Message Date
lesion
16f09094da
start with Event component, associate Tag and Place to event model 2024-08-26 10:19:11 +02:00
lesion
50c500bdc9
WIP: start events/event, announcement 2024-08-25 22:08:35 +02:00
lesion
1ed0fa4fd4
validator, i18n, start with auth, locale loader, sequelize7 with ts, announcement 2024-08-25 09:25:25 +02:00
lesion
fa60a667ea
WIP: start with nuxt3 2024-08-09 23:15:54 +02:00
lesion
319d546336
minor 2024-08-05 18:41:14 +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
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
dc0387a4cc
Merge remote-tracking branch 'weblate/master' 2024-07-30 16:18:36 +02:00
Atakan Dulker
000755bbfc
Translated using Weblate (Turkish)
Currently translated at 98.3% (358 of 364 strings)

Translation: Gancio/Web
Translate-URL: https://hosted.weblate.org/projects/gancio/web/tr/
2024-07-28 11:09:13 +00: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
lesion
e83558892c
Merge remote-tracking branch 'weblate/master' 2024-07-25 13:32:13 +02:00
ssantos
18a4404595
Translated using Weblate (Portuguese (Portugal))
Currently translated at 100.0% (17 of 17 strings)

Translation: Gancio/Email
Translate-URL: https://hosted.weblate.org/projects/gancio/email/pt_PT/
2024-07-14 13:09:23 +02:00
ssantos
42f541b6af
Translated using Weblate (Portuguese (Portugal))
Currently translated at 99.7% (363 of 364 strings)

Translation: Gancio/Web
Translate-URL: https://hosted.weblate.org/projects/gancio/web/pt_PT/
2024-07-14 13:09:23 +02:00
ssantos
13037a79ed
Translated using Weblate (Portuguese)
Currently translated at 100.0% (17 of 17 strings)

Translation: Gancio/Email
Translate-URL: https://hosted.weblate.org/projects/gancio/email/pt/
2024-07-14 13:09:22 +02:00
ssantos
9cf2af7021
Translated using Weblate (Portuguese)
Currently translated at 99.7% (363 of 364 strings)

Translation: Gancio/Web
Translate-URL: https://hosted.weblate.org/projects/gancio/web/pt/
2024-07-14 13:09:21 +02:00
fadelkon
b80bbcf3a0
Translated using Weblate (Catalan)
Currently translated at 100.0% (17 of 17 strings)

Translation: Gancio/Email
Translate-URL: https://hosted.weblate.org/projects/gancio/email/ca/
2024-07-11 11:09:21 +00:00
fadelkon
3df52dfcdb
Translated using Weblate (Catalan)
Currently translated at 100.0% (364 of 364 strings)

Translation: Gancio/Web
Translate-URL: https://hosted.weblate.org/projects/gancio/web/ca/
2024-07-11 11:09:20 +00:00
les
e5946a518a Merge branch 'master' into 'master'
fix: Allow migrations with a minimal config

See merge request les/gancio!50
2024-07-08 11:08:16 +00: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
josé m
a7a3de25ef
Translated using Weblate (Galician)
Currently translated at 100.0% (364 of 364 strings)

Translation: Gancio/Web
Translate-URL: https://hosted.weblate.org/projects/gancio/web/gl/
2024-07-05 15:09:28 +02:00
gallegonovato
80c11710f1
Translated using Weblate (Spanish)
Currently translated at 100.0% (364 of 364 strings)

Translation: Gancio/Web
Translate-URL: https://hosted.weblate.org/projects/gancio/web/es/
2024-07-05 15:09:12 +02:00
lesion
c8ccf64c54
fix: edit Collection filters 2024-07-05 10:43:24 +02:00
Ties Voskamp
75b14bb6aa
Translated using Weblate (Dutch)
Currently translated at 93.4% (340 of 364 strings)

Translation: Gancio/Web
Translate-URL: https://hosted.weblate.org/projects/gancio/web/nl/
2024-07-04 12:17:29 +02:00
Ties Voskamp
39b084411e
Translated using Weblate (Dutch)
Currently translated at 100.0% (17 of 17 strings)

Translation: Gancio/Email
Translate-URL: https://hosted.weblate.org/projects/gancio/email/nl/
2024-07-04 12:17:29 +02:00
lesion
90f95f3203
docs: release v1.18.1 2024-06-27 15:39:09 +02:00
lesion
abcab8f1af
chore(release): 1.18.1 2024-06-27 15:06:13 +02:00
lesion
a1dfa449fa
fix: update yarn.lock, fix #418 2024-06-27 15:05:55 +02:00
lesion
5f145eef48
docs: new v1.18.0 release 2024-06-26 18:25:44 +02:00
lesion
0c891facae
chore(release): 1.18.0 2024-06-26 18:21:36 +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
5eddfa9550
ui: wrap event type 2024-06-26 17:04:56 +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
ad20b53d5e
minor with webhook plugin 2024-06-26 15:35:56 +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
a8bfc108a2
fix: choose lowercase unique tag 2024-06-26 15:33:08 +02:00
lesion
168e476e34
minor 2024-06-26 15:32:18 +02:00
lesion
a60051bdef
fix: refactoring online locations UI, fix #400 2024-06-26 15:31:48 +02:00
lesion
d86d64d970
feat: new webhook plugin, fix #414 2024-06-26 14:05:18 +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
Jarosław Sobański
92bb516b33
Translated using Weblate (Polish)
Currently translated at 99.4% (362 of 364 strings)

Translation: Gancio/Web
Translate-URL: https://hosted.weblate.org/projects/gancio/web/pl/
2024-06-24 01:09:13 +00:00
Jarosław Sobański
b8f4828197
Translated using Weblate (Polish)
Currently translated at 100.0% (17 of 17 strings)

Translation: Gancio/Email
Translate-URL: https://hosted.weblate.org/projects/gancio/email/pl/
2024-06-22 21:43:24 +02:00