Age | Commit message (Collapse) | Author |
|
|
|
TODO: refactor Activity to handle multiple objects
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit aee5780150a7347838e113b17312f3636c2701f2.
|
|
|
|
|
|
|
|
* fix compatibility with Mastodon
|
|
* SQLite JDBC driver does not support generated keys feature. So we implement `returningId` helper
* only one connection should be used from connection pooler
* changes made to prevent connection locking
|
|
|
|
|
|
|
|
|
|
* Previosly only own message recommendations were filtered, now all message recommendations filter banned users
|
|
|
|
|
|
|
|
|
|
Upgrade API usage
|
|
|
|
|
|
|
|
|
|
|
|
* OkHttp dispatcher is not used for synchronous requests
* @Cacheable only works for bean method calls, refactor beans to use it correctly
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Clean up warnings
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|