Commit graph

2053 commits

Author SHA1 Message Date
lesion
1d0ba6f2c4
Merge branch 'master' into dev 2022-09-12 17:14:27 +02:00
lesion
e1311ddd18
minor 2022-09-08 08:32:02 +02:00
lesion
27d080f1fa
minor 2022-09-07 22:49:04 +02:00
lesion
4c6295351b
fix some dialog background on light theme 2022-09-07 11:48:19 +02:00
lesion
e0d3b107a5
v1.5.4
- Update webcomponent deps
  - Refactor datime display in webcomponent
  - Force flyer download
  - Restore range events on calendar
  - Fix limit/max events for mariadb #183
  - Fix endtime selection
  - Fix microdata address

# On branch master
# Your branch is up to date with 'origin/master'.
#
# Changes to be committed:
#   (use "git restore --staged <file>..." to unstage)
# 	modified:   CHANGELOG
# 	modified:   docs/changelog.md
# 	modified:   package.json
#
# Untracked files:
#   (use "git add <file>..." to include in what will be committed)
# 	gancio_plugins/
# 	yunohost/
#
# diff --git a/CHANGELOG b/CHANGELOG
# index 954e339..0a7c66d 100644
# --- a/CHANGELOG
# +++ b/CHANGELOG
# @@ -1,5 +1,14 @@
#  All notable changes to this project will be documented in this file.
#
# +### 1.5.4 - 6 set '22
# +  - Update webcomponent deps
# +  - Refactor datime display in webcomponent
# +  - Force flyer download
# +  - Restore range events on calendar
# +  - Fix limit/max events for mariadb #183
# +  - Fix endtime selection
# +  - Fix microdata address
# +
#  ### 1.5.3 - 30 aug '22
#    - Fix end time selection when it's in the next day
#
# diff --git a/docs/changelog.md b/docs/changelog.md
# index 59d95e1..d441d93 100644
# --- a/docs/changelog.md
# +++ b/docs/changelog.md
# @@ -8,6 +8,16 @@ nav_order: 10
#
#  All notable changes to this project will be documented in this file.
#
# +### 1.5.4 - 6 set '22
# +  - Update webcomponent deps
# +  - Refactor datime display in webcomponent
# +  - Force flyer download
# +  - Restore range events on calendar
# +  - Fix limit/max events for mariadb #183
# +  - Fix endtime selection
# +  - Fix microdata address
# +
# +
#  ### 1.5.3 - 30 aug '22
#    - Fix end time selection when it's in the next day
#
# diff --git a/package.json b/package.json
# index 40ed9eb..776596b 100644
# --- a/package.json
# +++ b/package.json
# @@ -1,6 +1,6 @@
#  {
#    "name": "gancio",
# -  "version": "1.5.3",
# +  "version": "1.5.4",
#    "description": "A shared agenda for local communities",
#    "author": "lesion",
#    "scripts": {
2022-09-06 21:58:06 +02:00
lesion
c28f4969c4
fix limit for mariadb on /api/events #183 2022-09-06 21:52:27 +02:00
lesion
dc6ad23207
add a test to check for #182 2022-09-06 21:47:45 +02:00
lesion
147958dc85
auto-formatting 2022-09-06 21:42:32 +02:00
lesion
a7b0d37ba0
add preso 2022-09-06 17:36:10 +02:00
lesion
bc89a04e1d
restore range event on calendar 2022-09-05 15:28:00 +02:00
lesion
81c2bd3dd1
use res.download to download flyer 2022-09-05 13:03:35 +02:00
lesion
e8ed2ec4b0
webcomponent datetime format helpers 2022-09-05 12:32:27 +02:00
lesion
3c176ff7af
improve datetime display in webcomponent 2022-09-05 11:42:47 +02:00
lesion
5253cee835
update webcomponent deps 2022-09-05 11:41:56 +02:00
lesion
348707b9af
add reveal conf for hackit preso 2022-09-05 11:41:24 +02:00
lesion
d6c7ad050b
fix endtime selection 2022-09-05 00:06:16 +02:00
lesion
a197d2123f
fix microdata address 2022-09-05 00:02:33 +02:00
lesion
246f1dfb20
toggle plugins / save dynamic plugin settings 2022-08-31 11:16:42 +02:00
lesion
982db2b51d
save plugin settings and toggle enable/disable 2022-08-30 18:13:06 +02:00
lesion
438780a741
add admin plugin page 2022-08-30 18:13:06 +02:00
lesion
10ba78de96
a new plugins controller 2022-08-30 18:13:06 +02:00
lesion
9f748423c9
start with plugins 2022-08-30 18:13:06 +02:00
lesion
098e0202c9
v1.5.3 2022-08-30 12:02:52 +02:00
lesion
fcae78f427
fix due hour selection when event ends on next day 2022-08-30 11:51:58 +02:00
lesion
1f42fc00f1
update changelog 2022-08-26 15:56:30 +02:00
lesion
9ea6eac5af
yarn.lock 2022-08-26 15:34:25 +02:00
lesion
5e69d06abd
update deps + fix Editor background on scroll 2022-08-26 15:19:09 +02:00
lesion
2a1adcc956
update docker docs 2022-08-14 15:51:05 +02:00
lesion
6612c95ee0
v1.5.1 2022-08-14 15:06:08 +02:00
lesion
c003259e28
minor 2022-08-14 14:42:01 +02:00
lesion
e75d68321f
fix recurrent events 2022-08-14 14:40:41 +02:00
lesion
cc464d9e2c
Merge remote-tracking branch 'weblate/master' 2022-08-13 12:15:47 +02:00
Txopi
c2af9aadd6
Translated using Weblate (Basque)
Currently translated at 100.0% (261 of 261 strings)

Translation: Gancio/Web
Translate-URL: https://hosted.weblate.org/projects/gancio/web/eu/
2022-08-11 11:20:15 +02:00
lesion
fcca53683b
fix datetime selection during edit event 2022-08-09 14:58:39 +02:00
lesion
63ca8b0fde
fix timezone events in home calendar 2022-08-09 14:57:56 +02:00
lesion
9c82b54e68
minor 2022-08-09 14:56:12 +02:00
lesion
b0d486abe0
fix events filtering in homepage for multidate event 2022-08-09 14:56:01 +02:00
lesion
8cfa908c56
fix recurrent icon in homepage 2022-08-09 14:55:30 +02:00
lesion
b5bf275a94
minor 2022-08-08 00:23:31 +02:00
lesion
7aaa7b3589
minor 2022-08-08 00:22:53 +02:00
lesion
ad04f5a3b3
update docker documentation 2022-08-08 00:16:01 +02:00
lesion
171d96843a
v1.5.0 2022-08-08 00:06:07 +02:00
lesion
7102df478d
update Dockerfile 2022-08-08 00:05:37 +02:00
lesion
da5e1fb617
update changelog 2022-08-08 00:05:23 +02:00
lesion
3c13a0b22a
fix timezone filter 2022-08-07 21:49:59 +02:00
lesion
15fb2b457e
set timezone in calendar 2022-08-05 18:53:06 +02:00
lesion
87bc03adcc
minor 2022-08-05 18:10:36 +02:00
lesion
f5d21d605c
update CHANGELOG 2022-08-05 18:10:29 +02:00
lesion
308c423b45
we have a tag page now 2022-08-05 18:10:16 +02:00
lesion
fb05691eb1
update docs deps 2022-08-05 18:08:39 +02:00