aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-12-14Initial PostgreSQL schema and profileGravatar Vitaly Takmazov
2022-12-09Better caching in AnythingFilterGravatar Vitaly Takmazov
2022-12-09Fix cache keysGravatar Vitaly Takmazov
2022-12-09`discover` cacheGravatar Vitaly Takmazov
2022-12-09Update cache evict rulesGravatar Vitaly Takmazov
2022-12-09Redirect thread URL to ActivityPub version if Accept header matchesGravatar Vitaly Takmazov
2022-12-08CSRF protection requires sessionsGravatar Vitaly Takmazov
2022-12-08Restore Spring Boot error filter configurationGravatar Vitaly Takmazov
2022-12-08Lenient JSON deserializationGravatar Vitaly Takmazov
2022-12-08Spring beans should not be publicGravatar Vitaly Takmazov
2022-12-08Conditional logging configurationGravatar Vitaly Takmazov
2022-12-08Remove unused configuration propertyGravatar Vitaly Takmazov
2022-12-08Configure cachesGravatar Vitaly Takmazov
2022-12-08Track production configuration templateGravatar Vitaly Takmazov
2022-12-08Add production logging configurationGravatar Vitaly Takmazov
2022-12-08scripts: JSDoc cleanupGravatar Vitaly Takmazov
2022-12-08Add return path parameter to other `/login` linksGravatar Vitaly Takmazov
2022-12-08Cleanup unused authorization checks handled by spring-securityGravatar Vitaly Takmazov
2022-12-07Login: use `Referer` header to redirect after the successful loginGravatar Vitaly Takmazov
2022-12-07Remove login popupGravatar Vitaly Takmazov
2022-12-03Add missing security configuration for h2 consoleGravatar Vitaly Takmazov
2022-12-03Add missing CSRF token to password change formGravatar Vitaly Takmazov
2022-11-26Restore XMPP testGravatar Vitaly Takmazov
2022-11-26Switch to patched babbler versionGravatar Vitaly Takmazov
2022-11-25Spring Boot 3Gravatar Vitaly Takmazov
2022-11-15SubscriptionServiceImpl: reindent fileGravatar Vitaly Takmazov
2022-11-15SubscriptionService: handle duplicated key case in subscribeMessage() correctlyGravatar Vitaly Takmazov
2022-11-15MessagesService: remove duplicated tags from getMessages() queryGravatar Vitaly Takmazov
2022-11-03Disable scroll bounce effectsGravatar Vitaly Takmazov
2022-10-30Fix oembed URLGravatar Vitaly Takmazov
2022-10-18Better trends query on `/api/tags` endpointGravatar Vitaly Takmazov
2022-10-13Bump twitter4j to 4.1.0, fix compatibility with API changesGravatar Vitaly Takmazov
2022-10-12API: add `showReplies` parameter to `/api/thread` endpointGravatar Vitaly Takmazov
2022-10-12Events: correctly shutdown EventSource connectionGravatar Vitaly Takmazov
2022-10-11Load twitter embeds from beta siteGravatar Vitaly Takmazov
2022-10-04Always include empty pms list in `groups_pms` API responseGravatar Vitaly Takmazov
2022-08-11embed.js: minor improvementsGravatar Vitaly Takmazov
2022-07-10Drop unused API endpointGravatar Vitaly Takmazov
2022-07-10Cleanup some lint warningsGravatar Vitaly Takmazov
2022-07-10Fetch ActivityPub profiles directly without our proxyGravatar Vitaly Takmazov
2022-07-08Embed tweets without broken widgets.jsGravatar Vitaly Takmazov
2022-07-01Bump `java-telegram-bot-api` to 6.1.0Gravatar Vitaly Takmazov
2022-06-30Add `noindex` conditionsGravatar Vitaly Takmazov
2022-06-30ActivityPub: fix Actor type castingGravatar Vitaly Takmazov
2022-06-30ActivityPub: add missing Actor typesGravatar Vitaly Takmazov
2022-06-29Use full URL for avatars in repliesGravatar Vitaly Takmazov
2022-06-29Avatars in /thread API endpointGravatar Vitaly Takmazov
2022-06-27Drop outdated web security rulesGravatar Vitaly Takmazov
2022-06-25`likes` field returns recommendations countGravatar Vitaly Takmazov
2022-06-25Fix testsGravatar Vitaly Takmazov