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
/
vnext
/
server
/
middleware
Age
Commit message (
Expand
)
Author
2024-10-30
Fix test environments
Vitaly Takmazov
2024-10-24
`rememberme` middleware: authorize using Spring Security cookie
Vitaly Takmazov
2024-10-24
urlexpand: fix JSDoc
Vitaly Takmazov
2024-10-22
vnext: fix `host-meta` xml response
Vitaly Takmazov
2024-10-22
vnext: `/.well-known/nodeinfo` endpoint
Vitaly Takmazov
2024-10-22
vnext: RFC 6415: Web Host Metadata
Vitaly Takmazov
2024-10-21
vnext: configure test environment
Vitaly Takmazov
2024-10-21
vnext: Use actual express app for tests
Vitaly Takmazov
2024-10-21
vnext: WebFinger tests
Vitaly Takmazov
2024-10-21
vnext: `webfinger` middleware
Vitaly Takmazov
2024-10-21
vnext: `postgres` -> `sequelize`
Vitaly Takmazov
2024-10-11
vnext: read sandbox apn ids from config
Vitaly Takmazov
2024-10-10
vnext: `/api/v2/instance` Mastodon API endpoint
Vitaly Takmazov
2024-08-07
vnext: `releases` middleware
Vitaly Takmazov
2024-07-29
vnext: do not send service notifications to web
Vitaly Takmazov
2023-10-08
SSR auth WIP
Vitaly Takmazov
2023-08-23
Fix SSR props decoding
Vitaly Takmazov
2023-06-07
vnext: cleanup lint warnings
Vitaly Takmazov
2023-05-31
eslint: enforce semicolons only before statement continuation chars
Vitaly Takmazov
2023-05-19
Fix linter warnings
Vitaly Takmazov
2023-02-11
HMS notifications
Vitaly Takmazov
2023-01-26
Cleanup logging
Vitaly Takmazov
2023-01-24
Web Push
Vitaly Takmazov
2023-01-14
vnext: disable SSE processing
Vitaly Takmazov
2023-01-14
DB: merge ios, android, winphone tables to user_services
Vitaly Takmazov
2023-01-14
vnext: Telegram bot (WIP)
Vitaly Takmazov
2023-01-13
Cleanup ESLint warnings
Vitaly Takmazov
2023-01-13
Upgrade build environment to use esbuild and swc
Vitaly Takmazov
2023-01-13
Handle oembed timeouts
Vitaly Takmazov
2023-01-13
SSR: handle shell errors
Vitaly Takmazov
2023-01-13
`useVisitor` hook
Vitaly Takmazov
2023-01-13
express: enable body parser
Vitaly Takmazov
2023-01-13
Read static root from the config
Vitaly Takmazov
2023-01-13
Fix routes usage
Vitaly Takmazov
2023-01-13
Bundle server with esbuild
Vitaly Takmazov
2023-01-13
Merge server routes from Next version
Vitaly Takmazov
2023-01-13
Encode strings correctly
Vitaly Takmazov
2023-01-13
Handle rendering errors
Vitaly Takmazov
2023-01-13
Use `renderToPipeableStream`
Vitaly Takmazov
2023-01-13
Disable Suspense/lazy import to fix SSR
Vitaly Takmazov
2023-01-13
Initial SSR
Vitaly Takmazov