Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Startup works till all mails are queried
|
|
|
|
|
|
|
|
|
|
Get soledad from soledad_session, instead of using the private one from
Account.
|
|
|
|
It was used only to retrieve encryption key. This should be done by who
is using it.
|
|
|
|
|
|
|
|
We removed app factory and moved root resource
initialization to application.py
|
|
|
|
|
|
|
|
|
|
With this last change, it is now possible to run more than one user
agent on same pc without docker. With a fixed one it would raise port
already in use and it is not configurable, making it impossible to run
multiple activist UA.
|
|
|
|
|
|
That way we don't need extra logic for the welcome
mail, we just have to read the file and send the contents
to the input mail parser and that's it.
Also moved the logic of adding a welcome mail to the mailboxes
because it has knowledge of mailbox methods anyways.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
soledad sync finishes (#406)
when init_app is executed, the first soledad sync was already done. it
doesn't make much sense to register this as an event listener, also
because these methods are executed only once.
|
|
|
|
|
|
also add comment with more context on why adjustPoolsize is needed.
|
|
|
|
|
|
|
|
tree, to remove them from the app in the future
|