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
/
www
/
controllers
/
Site.java
Age
Commit message (
Expand
)
Author
2023-01-13
Fix OpenAPI generation
Vitaly Takmazov
2023-01-13
Minor cleanup and copyright updates
Vitaly Takmazov
2023-01-11
Do not double escape search string
Vitaly Takmazov
2023-01-11
Fix Telegram login
Vitaly Takmazov
2023-01-08
Fix ActivityPub redirects
Vitaly Takmazov
2023-01-04
ActivityPub: cleanup media types and redirects
Vitaly Takmazov
2023-01-04
OAuth authentication for Mastodon and ActivityPub C2S
Vitaly Takmazov
2022-12-31
PMQueriesService -> ChatService
Vitaly Takmazov
2022-12-24
`Collectors.toList()` -> `toList()`
Vitaly Takmazov
2022-12-23
Show external followers in stats
Vitaly Takmazov
2022-12-09
Redirect thread URL to ActivityPub version if Accept header matches
Vitaly Takmazov
2022-12-08
Cleanup unused authorization checks handled by spring-security
Vitaly Takmazov
2022-12-07
Login: use `Referer` header to redirect after the successful login
Vitaly Takmazov
2022-12-07
Remove login popup
Vitaly Takmazov
2022-11-25
Spring Boot 3
Vitaly Takmazov
2022-06-30
Add `noindex` conditions
Vitaly Takmazov
2021-10-21
Make popular feed equal to service user recommendations feed to have correct RSS feeds
Vitaly Takmazov
2021-10-18
Display error for social login
Vitaly Takmazov
2021-03-24
Cleanup HttpMediaTypeNotAcceptableException handler
Vitaly Takmazov
2021-03-24
Handle HttpMediaTypeNotAcceptableException
Vitaly Takmazov
2020-12-25
Refactoring
Vitaly Takmazov
2020-11-24
Fix title localization on some web pages
Vitaly Takmazov
2020-11-19
Display "reply" button to user when message author ignored him
Vitaly Takmazov
2020-10-20
Revert "/user/tag? => /user/search?"
Vitaly Takmazov
2020-10-20
Revert "Append * to keyword search"
Vitaly Takmazov
2020-10-02
Update copyright years
Vitaly Takmazov
2020-06-05
Append * to keyword search
Vitaly Takmazov
2020-04-09
/user/tag? => /user/search?
Vitaly Takmazov
2020-04-04
Initialize all components from configuration
Vitaly Takmazov
2020-04-03
Reorganize layout and code cleanup
Vitaly Takmazov