Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-24 | Do not allow disposable emails | Vitaly Takmazov | |
2024-05-24 | Do not allow unverified users to comment messages | Vitaly Takmazov | |
2024-05-19 | javax.annotation -> jakarta.annotation | Vitaly Takmazov | |
2024-05-19 | javax.inject -> jakarta.inject | Vitaly Takmazov | |
2024-05-12 | StringUtils.abbreviate | Vitaly Takmazov | |
2024-04-27 | Fix text truncation in reply quotes and Twitter posts | Vitaly Takmazov | |
2024-04-12 | systemd watchdog service | Vitaly Takmazov | |
2024-04-11 | Fix webapp statusbar color in Dark mode | Vitaly Takmazov | |
2024-04-10 | Update `help` submodule | Vitaly Takmazov | |
2024-04-09 | durov: handle reply urls | Vitaly Takmazov | |
2024-04-09 | Fix thread layout | Vitaly Takmazov | |
2024-04-09 | build(deps): bump org.apache.commons:commons-imaging | dependabot[bot] | |
Bumps org.apache.commons:commons-imaging from 1.0-alpha3 to 1.0.0-alpha4. --- updated-dependencies: - dependency-name: org.apache.commons:commons-imaging dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> | |||
2024-03-30 | Fix tests | Vitaly Takmazov | |
2024-03-29 | css: cut mobile dimensions at 600px | Vitaly Takmazov | |
2024-03-29 | Fix embeds position | Vitaly Takmazov | |
2024-03-29 | Disable caching in development mode | Vitaly Takmazov | |
2024-03-29 | layout: fix icon placeholder size | Vitaly Takmazov | |
2024-03-29 | Layout bugfixes | Vitaly Takmazov | |
2024-03-18 | Add `noindex` directive to /login page | Vitaly Takmazov | |
2024-03-18 | ActivityPub: coalesce empty `cc` field to array | Vitaly Takmazov | |
2024-03-17 | Do not resolve nicknames for recommendations | Vitaly Takmazov | |
2024-03-13 | Deserialize existing JSON-LD types using correct deserializer | Vitaly Takmazov | |
2024-03-13 | ActivityPub: handle Flag with multiple objects | Vitaly Takmazov | |
TODO: refactor Activity to handle multiple objects | |||
2024-03-01 | ActivityPub: add missing fields to Update activities to make Mastodon happy | Vitaly Takmazov | |
2024-03-01 | ActivityPub: fix inReplyTo | Vitaly Takmazov | |
2024-02-28 | ActivityPub: we are using RSA signatures | Vitaly Takmazov | |
2024-02-28 | Telegram: only match HTTP URLs to display | Vitaly Takmazov | |
2024-02-28 | Fix stylelint issues | Vitaly Takmazov | |
2024-02-23 | Telegram: display Juick links | Vitaly Takmazov | |
2024-02-19 | Revert "site: use base url in page layout" | Vitaly Takmazov | |
This reverts commit aee5780150a7347838e113b17312f3636c2701f2. | |||
2024-02-18 | It's 2024 now | Vitaly Takmazov | |
2024-02-18 | Drop IE/Edge specific browser configurations | Vitaly Takmazov | |
2024-02-09 | site: use base url in page layout | Vitaly Takmazov | |
2024-02-09 | Use fetch credentials instead of hash parameter for authenticated requests | Vitaly Takmazov | |
2024-02-09 | API: accept authorization cookie | Vitaly Takmazov | |
2024-02-09 | Append IDEA code suggestions | Vitaly Takmazov | |
2024-02-02 | Use <blockquote /> tag for quotes | Vitaly Takmazov | |
* fix compatibility with Mastodon | |||
2024-02-01 | CI: enable SQLite | Vitaly Takmazov | |
* SQLite JDBC driver does not support generated keys feature. So we implement `returningId` helper * only one connection should be used from connection pooler * changes made to prevent connection locking | |||
2024-02-01 | Do not block JDBC connection to get message tags | Vitaly Takmazov | |
2024-01-31 | Fix compatibility with `java-telegram-bot-api` 7.0 | Vitaly Takmazov | |
2024-01-21 | Delete login hash on logout | Vitaly Takmazov | |
2023-12-21 | Log XMPP traffic at trace level | Vitaly Takmazov | |
2023-12-08 | Do not count recommendations from banned users | Vitaly Takmazov | |
* Previosly only own message recommendations were filtered, now all message recommendations filter banned users | |||
2023-12-08 | Do not show private messages to @ugnich | Vitaly Takmazov | |
2023-12-08 | Increase message editing window to 3 days | Vitaly Takmazov | |
2023-12-06 | Move autoconfiguration exclusions to the default configuration | Vitaly Takmazov | |
2023-12-06 | Fix logging configuration | Vitaly Takmazov | |
2023-12-04 | style: hide resize grip on textareas | Vitaly Takmazov | |
2023-12-04 | scripts: fix camera icon | Vitaly Takmazov | |
2023-12-04 | Use telegram message caption when trying to edit message with image | Vitaly Takmazov | |