Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-19 | Fix some JDT warnings | ||
2020-10-11 | Do not subscribe anonymous user to comments | ||
2020-10-08 | Images: catch exception when image file does not exists | ||
2020-10-08 | Apply some IDEA suggestions | ||
2020-10-02 | Update copyright years | ||
2020-10-02 | More IDEA code inspection fixes | ||
2020-10-02 | Apply fixes from some IDEA code inspections | ||
2020-10-02 | Revert http-signatures-java compatibility fixes | ||
* Version 1.7 now compatible with previous one | |||
2020-09-10 | Update deps | ||
* Fix breaking changes compatibility with nimbus-jose-jwt 9.0 and postcss-loader 4.0 | |||
2020-06-29 | Downgrade springfox, update other deps | ||
2020-06-05 | Append * to keyword search | ||
2020-06-05 | Revert "boost keyword weight on search" | ||
This reverts commit dde18e12688a47f81cb7c4336901008158a3637e. | |||
2020-06-05 | Revert "Use best-match ranker for one word queries" | ||
This reverts commit c571ab6ad8c215cae54c17a454ec8f84b24ba1b5. | |||
2020-06-05 | Revert "Fix sort hint" | ||
This reverts commit 9e5c7c562f93b4156c77fbc5ebab91a245001eb3. | |||
2020-06-05 | Revert "Use default search mode for keywords" | ||
This reverts commit bbb06da27162385d147ef0ff78d787a4b2de6762. | |||
2020-06-05 | Use default search mode for keywords | ||
2020-06-05 | Fix sort hint | ||
2020-06-05 | Use best-match ranker for one word queries | ||
2020-06-05 | boost keyword weight on search | ||
2020-06-03 | sape: switch to xml output | ||
2020-05-21 | Fix build with new http-signatures-java library | ||
* cleanup deprecation warnings | |||
2020-05-21 | Show correct signup errors | ||
2020-05-18 | Fix startup exception | ||
2020-05-03 | Minor cleanup | ||
2020-04-09 | /user/tag? => /user/search? | ||
2020-04-04 | Initialize all components from configuration | ||
2020-04-03 | Reorganize layout and code cleanup | ||
2020-04-03 | Extract sape code into ControllerAdvice | ||
2020-04-03 | Cleanup some IDEA warnings | ||
2020-03-20 | enable spring boot actuator for admin users | ||
2020-03-10 | mailto form of List-Unsubscribe header | ||
2020-03-10 | Mail unsubscribe API | ||
2020-03-07 | Use autoconfigured Executor | ||
2020-03-07 | Fix TaskExecutor bean name | ||
2020-03-07 | Load EmailManager conditionally | ||
2020-03-07 | Reorganize project layout | ||
2020-03-02 | XMPP: fix bean name | ||
2020-03-02 | XMPP: ExecutorService -> Executor | ||
2020-03-02 | Simplify configuration | ||
2020-03-02 | Revert "Using micronaut annotation processors to AOT compilation" | ||
This reverts commit d1589c033ea59aaa991ea4eb48370b3f4dfb72dd. | |||
2020-03-02 | Revert "Fix TaskExecutor configuration" | ||
This reverts commit 5c25da83e3f15d0b61dff91af0b0fc9233e87ee6. | |||
2020-02-27 | spring.jackson.serialization.write-empty-json-arrays=true | ||
2020-02-27 | Send empty PrivateChats list on PMs API | ||
2020-02-27 | API: handle existing Google user flow | ||
2020-02-27 | Include avatars for readers and friends on /me API endpoint | ||
2020-02-24 | Fix TaskExecutor configuration | ||
2020-02-24 | Using micronaut annotation processors to AOT compilation | ||
This speeds up startup time from 10-15 to 4-5 seconds | |||
2020-02-07 | Send plaintext hashtags to Durov | ||
2020-02-05 | Do not count unread messages in threads from blacklisted users | ||
2020-01-31 | Cleanup unused imports | ||