Luca Bernstein LucaBernstein
LucaBernstein commented on issue vikunja/vikunja#753 2023-06-17 09:29:51 +00:00
CalDAV not working properly with iOS

Is there any documentation for go-webdav? I'd be open to switch in hope of some issues going away but not if that would mean to figure out most of the implementation details.

Seems the…

LucaBernstein pushed to fix-namespaces-list-subscribe-view at LucaBernstein/api 2022-09-28 21:04:33 +00:00
6b686e7843 fix(namespaces): add list subscriptions
LucaBernstein pushed to fix-namespaces-list-subscribe-view at LucaBernstein/api 2022-09-28 20:43:04 +00:00
3fe3ee491d fix(namespaces): add list subscriptions
9bb8a26706 fix(docs): Fix redirect_url example (#50)
Compare 2 commits »
LucaBernstein commented on pull request vikunja/vikunja#1254 2022-09-28 20:39:18 +00:00
fix(namespaces): add list subscriptions

Seems like this is a flapping test due to multiple results being returned from the query and the logic taking either one or the other.

I added some logic to take precedence for exact matches…

LucaBernstein pushed to fix-namespaces-list-subscribe-view at LucaBernstein/api 2022-09-28 20:38:48 +00:00
bfe3f96728 fix(namespaces): add list subscriptions
LucaBernstein commented on pull request vikunja/vikunja#1254 2022-09-28 19:38:24 +00:00
fix(namespaces): add list subscriptions

I am actually back at the for _, sub := range construct, because of the map. For the mapping it is not an array where I can simply access the first element, but I need the first value from the map available. @konrad please have a look again :)

LucaBernstein pushed to fix-namespaces-list-subscribe-view at LucaBernstein/api 2022-09-28 19:38:09 +00:00
8d5daa6c9a fix(namespaces): add list subscriptions
LucaBernstein pushed to fix-namespaces-list-subscribe-view at LucaBernstein/api 2022-09-28 19:36:02 +00:00
96c79de2a3 fix(namespaces): add list subscriptions
LucaBernstein commented on pull request vikunja/vikunja#1254 2022-09-28 13:21:25 +00:00
fix(namespaces): add list subscriptions

go linter was actually hinting that for nil subs, len(subs) would default to 0.

LucaBernstein pushed to fix-namespaces-list-subscribe-view at LucaBernstein/api 2022-09-28 13:20:54 +00:00
cbcc1ad972 fix(namespaces): add list subscriptions
LucaBernstein pushed to fix-namespaces-list-subscribe-view at LucaBernstein/api 2022-09-28 13:20:27 +00:00
b28759a11d fix(namespaces): add list subscriptions
LucaBernstein commented on pull request vikunja/vikunja#1254 2022-09-28 13:20:15 +00:00
fix(namespaces): add list subscriptions

Nice, thanks!

LucaBernstein commented on pull request vikunja/vikunja#1254 2022-09-28 13:19:38 +00:00
fix(namespaces): add list subscriptions

will initialize the map on error

LucaBernstein pushed to fix-namespaces-list-subscribe-view at LucaBernstein/api 2022-09-28 11:06:19 +00:00
11b5739725 fix(namespaces): add list subscriptions
54b7f7127c fix(caldav): no failed login emails for tokens (#1252)
Compare 2 commits »
LucaBernstein pushed to fix-namespaces-list-subscribe-view at LucaBernstein/api 2022-09-28 10:17:22 +00:00
033f19284d fix(namespaces): add list subscriptions
LucaBernstein commented on pull request vikunja/vikunja#1254 2022-09-28 09:10:14 +00:00
fix(namespaces): add list subscriptions

done.

LucaBernstein pushed to fix-namespaces-list-subscribe-view at LucaBernstein/api 2022-09-28 09:08:08 +00:00
ac51451ab5 fix(namespaces): add list subscriptions
LucaBernstein pushed to fix-namespaces-list-subscribe-view at LucaBernstein/api 2022-09-28 09:01:50 +00:00
896d22847c fix(namespaces): add list subscriptions
25609db567 fix(mail): pass mail server timeout (#1253)
Compare 2 commits »
0c31aca607 fix(caldav): no failed login emails for tokens
25609db567 fix(mail): pass mail server timeout (#1253)
Compare 2 commits »
d468c0cbef fix(caldav): no failed login emails for tokens