Age | Commit message (Collapse) | Author |
|
- accidentally removed in previous commit
|
|
|
|
|
|
|
|
otherwise
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
This commit changes index writer to use AsyncWriter.
It should avoid locking on our code and speed up things for now.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|