index
:
Juick
juick-commands
killy-responsive
killy-responsive-2
mark_read
master
sans_branch
x
Juick development tree
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
com
/
juick
/
config
Age
Commit message (
Collapse
)
Author
2024-01-21
Delete login hash on logout
Vitaly Takmazov
2023-11-11
Make sure HTTP requests actually use caching
Vitaly Takmazov
* OkHttp dispatcher is not used for synchronous requests * @Cacheable only works for bean method calls, refactor beans to use it correctly
2023-11-11
Do not use outdated Patreon library, use Rest API directly
Vitaly Takmazov
2023-11-08
Handle premium users from Patreon
Vitaly Takmazov
2023-10-23
ActivityPub: using single-thread for http client
Vitaly Takmazov
2023-06-21
VK: read premium status using Callback API
Vitaly Takmazov
2023-06-20
Patreon webhook (WIP)
Vitaly Takmazov
2023-05-31
Modernize spring-security configuration and minor changes
Vitaly Takmazov
* Clean up warnings
2023-05-11
Fix Actuator security configuration
Vitaly Takmazov
2023-02-16
ActivityPub: improve logging
Vitaly Takmazov
2023-01-26
ActivityPub: log 404 errors on debug level
Vitaly Takmazov
2023-01-25
Update security config for service worker
Vitaly Takmazov
2023-01-23
Minor cleanup
Vitaly Takmazov
2023-01-22
db refactoring: merge getMessages with isSubscribed query
Vitaly Takmazov
2023-01-19
Improve logging
Vitaly Takmazov
2023-01-19
RestTemplate -> OkHttpClient
Vitaly Takmazov
2023-01-19
Remove unused bean
Vitaly Takmazov
2023-01-18
Cleanup unused code
Vitaly Takmazov
2023-01-14
Configure test coverage reports
Vitaly Takmazov
2023-01-14
Pass tests with configured domain
Vitaly Takmazov
2023-01-13
OAuth: use static key id
Vitaly Takmazov
2023-01-13
Fix OpenAPI generation
Vitaly Takmazov
* Use HandlerMethodArgumentResolver to pass visitor * Hide visitor from OpenAPI definitions * Drop unused AsciiDoc template
2023-01-11
Fix OAuth login
Vitaly Takmazov
2023-01-10
Restore Swagger UI
Vitaly Takmazov
2023-01-10
Code cleanup and copyright year update
Vitaly Takmazov
2023-01-09
OAuth: update refresh token TTL
Vitaly Takmazov
2023-01-09
Enable CORS on oauth endpoints
Vitaly Takmazov
2023-01-06
Bearer token filter is not used
Vitaly Takmazov
2023-01-06
Mastodon API: timelines and minor fixes
Vitaly Takmazov
2023-01-06
Mastodon API: conversations
Vitaly Takmazov
2023-01-05
Update config copyrights
Vitaly Takmazov
2023-01-05
ActivityPub: signed GET requests, fix Signature verification
Vitaly Takmazov
2023-01-04
ActivityPub: better logging
Vitaly Takmazov
2023-01-04
OAuth authentication for Mastodon and ActivityPub C2S
Vitaly Takmazov
2023-01-04
JWT authentication for API
Vitaly Takmazov
2022-12-31
Remove roster chats
Vitaly Takmazov
2022-12-31
PMQueriesService -> ChatService
Vitaly Takmazov
2022-12-31
Refactor XMPP connection
Vitaly Takmazov
2022-12-31
ActivityPub: cleanup logging
Vitaly Takmazov
2022-12-24
Cacheable ActivityPub profiles
Vitaly Takmazov
2022-12-21
Sign in with Apple: adopt records
Vitaly Takmazov
2022-12-21
Switch from `lombok` to Java 17 `record`
Vitaly Takmazov
2022-12-20
Disable CSRF entirely
Vitaly Takmazov
2022-12-15
xmpp: Use `xmppbot_jid` configuration option without conversion
Vitaly Takmazov
2022-12-15
Extract profile URI helpers into ProfileUriBuilder
Vitaly Takmazov
2022-12-15
Extract user to actor conversion code into Converter
Vitaly Takmazov
2022-12-15
Cleanup Security config
Vitaly Takmazov
2022-12-08
CSRF protection requires sessions
Vitaly Takmazov
2022-12-08
Restore Spring Boot error filter configuration
Vitaly Takmazov
2022-12-08
Lenient JSON deserialization
Vitaly Takmazov
[next]