Comment by ~z3ntu on ~emersion/yojo
I'm also seeing "failed to create Gitea client: failed to refresh token: oauth2: unauthorized client: unable to parse refresh token" in a project right now, not sure that's related to this one.
Ticket created by ~z3ntu on ~migadu/alps
Hi, there is currently just a Reply functionality that adds the From: back into the To: field (handleReply() in plugins/base/routes.go) but leaves out Cc: which is especially annoying for mailing lists.
Are you interested in this functionality, if yes I could try and implement it.
Also somewhat related to #145
Ticket created by ~z3ntu on ~migadu/alps
Starting alps for my server using
go run ./cmd/alps z3ntu.xyz
results in the error messageFATAL failed to load templates: failed to load theme "alps": template: update-address-object.html:29: function "join" not defined
I see that the
join
template function gets defined inplugins/carddav/plugin.go
and I'm not sure but I think the carddav plugin doesn't get loaded for me so this function which is used in the base theme isn't defined.
Comment by ~z3ntu on ~migadu/alps
I'm seeing the same issue with my mailserver. Here's the output with
-debug
:-O7D7w UID MOVE 10163 "Archive" * OK [COPYUID 1562100430 10163 14265] Moved UIDs. * 24 EXPUNGE -O7D7w OK Move completed (0.016 + 0.000 + 0.015 secs). 2020-05-21T21:50:15Z method=POST, uri=/message/INBOX.postmarketOS/move, status=302 BhcCxw LIST "" "*" * LIST (\HasNoChildren) "." Trash * LIST (\HasNoChildren \UnMarked) "." Drafts * LIST (\HasNoChildren) "." Archive * LIST (\HasNoChildren) "." Spam * LIST (\HasNoChildren) "." Sent * LIST (\HasNoChildren) "." INBOX.postmarketOS * LIST (\HasChildren) "." INBOX BhcCxw OK List completed (0.001 + 0.000 secs). 5J22ZA FETCH 1:35 (FLAGS ENVELOPE UID BODYSTRUCTURE) 5J22ZA BAD Error in IMAP command FETCH: Invalid messageset (0.001 + 0.000 secs). 2020-05-21T21:50:15Z ERROR failed to fetch message list: Error in IMAP command FETCH: Invalid messageset (0.001 + 0.000 secs). 2020-05-21T21:50:15Z method=GET, uri=/mailbox/INBOX.postmarketOS?page=0, status=500
Comment by ~z3ntu on ~migadu/alps
Actually reading the log is also useful: the carddav and caldav plugins don't load for me (missing configuration) which is why the function never gets defined.
2020-05-21T21:37:46Z - Configured upstream IMAP server: imaps://mail.z3ntu.xyz:993 2020-05-21T21:37:46Z - Configured upstream SMTP server: smtp://mail.z3ntu.xyz:25 2020-05-21T21:37:46Z - Loaded plugin "base" 2020-05-21T21:37:46Z - caldav: failed to discover CalDAV server: discovery not yet implemented 2020-05-21T21:37:46Z - carddav: failed to discover CardDAV server: carddav: domain doesn't have an SRV record 2020-05-21T21:37:46Z - Loaded plugin "viewhtml" 2020-05-21T21:37:46Z - Loaded plugin "viewtext" 2020-05-21T21:37:46Z - Loading theme "alps" 2020-05-21T21:37:46Z FATAL failed to load templates: failed to load theme "alps": template: update-address-object.html:29: function "join" not defined exit status 1
Ticket created by ~z3ntu on ~migadu/alps
Starting alps for my server using
go run ./cmd/alps z3ntu.xyz
results in the error messageFATAL failed to load templates: failed to load theme "alps": template: update-address-object.html:29: function "join" not defined
I see that the
join
template function gets defined inplugins/carddav/plugin.go
and I'm not sure but I think the carddav plugin doesn't get loaded for me so this function which is used in the base theme isn't defined.
Comment by ~z3ntu on ~sircmpwn/dispatch.sr.ht
Fixed now.
REPORTED
RESOLVED IMPLEMENTEDTicket created by ~z3ntu on ~sircmpwn/dispatch.sr.ht
See https://lists.sr.ht/~sircmpwn/sr.ht-discuss/%3C1736964.CSqEvfHbRm%40g550jk%3E for a proposal on how to fix this.
Comment by ~z3ntu on ~sircmpwn/man.sr.ht
Just do a
git clone https://man.sr.ht/root
, there is no repository browser for man.sr.ht yet, I think.
Comment by ~z3ntu on ~sircmpwn/dispatch.sr.ht
Workaround: change the repo value in the form data and submit that.
Also it seems that there's an explicit filtering of forks happening.
repos = filter(lambda r: r.permissions.admin and not r.fork, repos)