Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-12-02 | Fix tests | ||
2024-12-02 | Upgrade to Spring Boot 3.4.0 | ||
2024-11-25 | CI: reenable sqlite tests | ||
2024-11-24 | Drop unused code | ||
2024-10-22 | Drop unused tests | ||
2024-10-21 | Cleanup legacy WebFinger implementation | ||
2024-10-17 | `User::getLanguage` | ||
2024-09-21 | URL regex: exclude guillemets | ||
2024-09-09 | Handle post errors | ||
2024-09-09 | Disable signup test | ||
2024-08-30 | Fix URL regex | ||
2024-07-01 | JPA: fix relations, add new fields, add basic tests | ||
2024-07-01 | JPA: add SQLite support | ||
2024-05-30 | Fix tests | ||
2024-05-24 | Do not allow unverified users to comment messages | ||
2024-05-19 | javax.annotation -> jakarta.annotation | ||
2024-05-19 | javax.inject -> jakarta.inject | ||
2024-05-12 | StringUtils.abbreviate | ||
2024-04-27 | Fix text truncation in reply quotes and Twitter posts | ||
2024-03-29 | Disable caching in development mode | ||
2024-03-18 | ActivityPub: coalesce empty `cc` field to array | ||
2024-03-17 | Do not resolve nicknames for recommendations | ||
2024-03-13 | ActivityPub: handle Flag with multiple objects | ||
TODO: refactor Activity to handle multiple objects | |||
2024-02-09 | Use fetch credentials instead of hash parameter for authenticated requests | ||
2024-02-09 | API: accept authorization cookie | ||
2024-02-09 | Append IDEA code suggestions | ||
2024-02-02 | Use <blockquote /> tag for quotes | ||
* fix compatibility with Mastodon | |||
2024-02-01 | CI: enable SQLite | ||
* 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 | |||
2023-12-08 | Do not count recommendations from banned users | ||
* Previosly only own message recommendations were filtered, now all message recommendations filter banned users | |||
2023-12-01 | Bump jjwt to 0.12.3 | ||
Upgrade API usage | |||
2023-05-09 | CI: change PostgreSQL port | ||
2023-04-26 | Expose `friendsOnly` message property over API | ||
2023-04-17 | Private posts | ||
2023-02-22 | CI: self-hosted runner | ||
2023-02-15 | Parse old Pidgin urls | ||
2023-02-03 | messages_txt -> messages | ||
2023-02-03 | top_ignore_tags -> tags.notop | ||
2023-02-01 | Fix emoji collation issue on MariaDB | ||
2023-02-01 | Store timestamp in milliseconds when using SQLite | ||
2023-01-30 | SQLite support | ||
2023-01-29 | Move postgres db initialization to tests | ||
2023-01-29 | CI: enable sqlserver job | ||
2023-01-28 | Improve SQL server compatibility | ||
2023-01-28 | Cleanup Tag model | ||
2023-01-27 | baseline non-production databases to 1.36 | ||
2023-01-24 | Web Push | ||
2023-01-24 | user_services: increase regid field to fit web tokens | ||
2023-01-22 | db refactoring: merge getMessages with isSubscribed query | ||
2023-01-22 | Refactor messages service, remove 2 unneeded SQL queries | ||
2023-01-19 | ActivityPub: blog redirect | ||