Commit Graph

705 Commits

Author SHA1 Message Date
0ef9b55536
chore: refactor parseVAlarm 2023-04-01 12:52:10 +02:00
287a21da93 fix: match reminder paring with caldav spec and tasks.org code
Follow the RFC more strictly:
https://icalendar.org/iCalendar-RFC-5545/3-8-6-3-trigger.html

Compare with tasks.org, to make sure their alarms will be correctly synced:
https://github.com/tasks/tasks/blob/main/app/src/main/java/org/tasks/caldav/extensions/VAlarm.kt
2023-03-29 23:36:44 +02:00
3e49c27ad1 fix: review findings 2023-03-29 19:24:33 +02:00
7bd6e910c3 chore: merge upstream changes 2023-03-27 22:49:51 +02:00
9d67a5f628 chore: merge upstream changes 2023-03-27 22:45:45 +02:00
cernst
3f5252dc24 feat: Add relative Reminders (#1427)
Partially resolves #1416

Co-authored-by: ce72 <christoph.ernst72@googlemail.com>
Reviewed-on: vikunja/api#1427
Reviewed-by: konrad <k@knt.li>
Co-authored-by: cernst <ce72@noreply.kolaente.de>
Co-committed-by: cernst <ce72@noreply.kolaente.de>
2023-03-27 20:07:06 +00:00
823c817b1f
fix(import): don't try to load a nonexistant attachment file 2023-03-26 15:42:25 +02:00
cernst
4b35f83278 Merge branch 'main' into 1408_caldav_alarms 2023-03-26 09:23:23 +00:00
f4e12dab27 fix: add missing license header 2023-03-25 12:28:56 +00:00
f0dcce702f fix: lint 2023-03-25 12:28:56 +00:00
9590b82c11 feat: add logging options to mailer settings 2023-03-25 12:28:56 +00:00
cernst
5961e56d16 fix(caldav): Do not create label if it exists by title (#1444)
Resolves vikunja/api#1435

Co-authored-by: ce72 <christoph.ernst72@googlemail.com>
Reviewed-on: vikunja/api#1444
Co-authored-by: cernst <ce72@noreply.kolaente.de>
Co-committed-by: cernst <ce72@noreply.kolaente.de>
2023-03-24 18:34:48 +00:00
4d5ad8f50e
chore(deps): update golangci-lint to 1.52.1 2023-03-24 19:17:45 +01:00
6aadaaaffc chore: rename files (fix typo) 2023-03-21 19:02:05 +00:00
4018bd6078 fix: lint errors 2023-03-17 08:23:52 +01:00
32cb200f87 feat: convert VALARMs to Reminders 2023-03-16 21:28:45 +01:00
8916de0366
fix: update redoc 2023-03-16 19:08:18 +01:00
06508f0287 feat: convert Reminders to VALARMs 2023-03-16 17:10:21 +01:00
30c1d698e9 chore(caldav): cleanup 2023-03-16 14:14:07 +01:00
f695042465 feat(caldav): Sync Reminders / VALARM
Relates to #1408
2023-03-16 14:14:06 +01:00
7fe3a1ade7 fix: unset reminder date if referenced date is missing 2023-03-15 23:03:37 +01:00
8098d66727 fix: update all relative reminders 2023-03-15 15:43:04 +01:00
345e94843f chore: merge main branch 2023-03-15 09:10:03 +01:00
7a9611c2da
chore: cleanup 2023-03-13 14:28:36 +01:00
7cab3a77a9
fix(migration): rename TickTick migration 2023-03-13 14:28:25 +01:00
77ad90d53e
fix(migration): remove wunderlist leftovers 2023-03-13 14:28:20 +01:00
55410ea73d
chore: generate swagger docs 2023-03-13 14:28:19 +01:00
e4f841cf6a
fix(tasks): sql for overdue reminders 2023-03-13 14:28:19 +01:00
2940eae1aa
fix(migration): use correct struct 2023-03-13 14:28:19 +01:00
0a3fdc0344
fix: users_lists name in migration 2023-03-13 14:28:19 +01:00
06f1d2e912
fix: test fixtures 2023-03-13 14:28:07 +01:00
61a3380a94
fix: trello import tests 2023-03-13 14:28:07 +01:00
fb818ea186
fix: test import 2023-03-13 14:28:06 +01:00
7e53a21407
fix: rename incorrectly named ProjectUsers method 2023-03-13 14:28:06 +01:00
8f4abd2fe8
feat: rename all list files 2023-03-13 14:28:06 +01:00
2fba7bdf02
feat: migrate lists to projects in db identifiers 2023-03-13 14:28:06 +01:00
349e6a5905
feat: rename lists to projects 2023-03-13 14:28:06 +01:00
c0c523f0a8
fix: don't send bad request errors to sentry 2023-03-13 10:52:52 +01:00
e089976d95 feat: add validation for relative reminders 2023-03-13 07:14:54 +01:00
cernst
1a2e15ece6 Merge branch 'main' into 1416_reminders 2023-03-12 18:07:55 +00:00
672fb35bcb
fix: check if usernames contain spaces when creating a new user 2023-03-12 15:02:34 +01:00
26119d585b fix: update correct task variable 2023-03-08 23:10:38 +01:00
7f9e70cc1f fix: Review findings 2023-03-08 16:13:05 +01:00
cernst
333832293d Merge branch 'main' into 1416_reminders 2023-03-08 11:59:24 +00:00
54ed002d1b fix: add tests and cleanup 2023-03-08 12:44:05 +01:00
8674b6437e fix: store reminder_period and reminder_to 2023-03-07 23:45:09 +01:00
3c4fb76554 fix: sort reminders 2023-03-07 23:06:59 +01:00
e5cec4bd16 #1416: Step 4 Update reminder time in relative reminders 2023-03-07 21:24:47 +01:00
d8630e9680 fix: task filter "reminders" uses new Reminder object 2023-03-07 19:50:49 +01:00
e0487516a3 #1416: Step 3a Add new fields to TaskReminder 2023-03-07 18:27:41 +01:00