Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-07-29 | Bundle service worker correctly | ||
2024-07-01 | JPA: fix relations, add new fields, add basic tests | ||
2024-06-30 | Import JPA entities from 2018 | ||
2024-05-29 | web: dim uri part from external recommendations | ||
2024-04-11 | Fix webapp statusbar color in Dark mode | ||
2024-04-10 | Update `help` submodule | ||
2024-04-09 | Fix thread layout | ||
2024-03-29 | Layout bugfixes | ||
2024-03-17 | Do not resolve nicknames for recommendations | ||
2024-02-19 | Revert "site: use base url in page layout" | ||
This reverts commit aee5780150a7347838e113b17312f3636c2701f2. | |||
2024-02-18 | It's 2024 now | ||
2024-02-18 | Drop IE/Edge specific browser configurations | ||
2024-02-09 | site: use base url in page layout | ||
2024-02-09 | Use fetch credentials instead of hash parameter for authenticated requests | ||
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-06 | Move autoconfiguration exclusions to the default configuration | ||
2023-12-06 | Fix logging configuration | ||
2023-11-23 | `message_tags` cache | ||
2023-11-13 | Settings: fix typo which prevents email deletion | ||
2023-11-11 | Stats cache | ||
2023-10-23 | Increase database field length for Facebook access tokens | ||
2023-09-12 | Disable h2 console | ||
2023-07-19 | Migrate to Twitter API 2.0 | ||
2023-05-31 | eslint: enforce semicolons only before statement continuation chars | ||
2023-05-17 | Upgrade `oauth2_registered_client` table schema | ||
2023-04-26 | Expose 'isAdmin' user property over API | ||
2023-04-26 | Expose `friendsOnly` message property over API | ||
2023-04-17 | Add/remove from whitelist on web | ||
2023-04-17 | Private posts | ||
2023-04-13 | Premium users | ||
2023-03-29 | Update help | ||
2023-03-28 | Add Privacy Policy page | ||
2023-03-21 | Sign in with Apple button | ||
2023-03-07 | Compile legacy with webpack | ||
2023-02-16 | SQLite: increase busy timeout | ||
2023-02-12 | Drop `users_subscr` table | ||
2023-02-03 | Drop unused table | ||
2023-02-03 | messages_txt -> messages | ||
2023-02-03 | Pebble: flush header before content rendering | ||
2023-02-03 | top_ignore_tags -> tags.notop | ||
2023-02-03 | Drop unused tables | ||
2023-02-01 | Fix emoji collation issue on MariaDB | ||
2023-02-01 | Store timestamp in milliseconds when using SQLite | ||
2023-02-01 | WebPush: open specified thread from the notification | ||
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-27 | db: drop `version` | ||
2023-01-27 | db: initial SQL Server schema | ||
* only schema is worked |