006b44f580
* Begin adding support for timeline * fix some bugs with parser * fmt * add error reporting for parser * add tests for timeline query parser * add rejection tests for parse * begin adding support for lists also run migration before compiling, so schema.rs is up to date * add sqlite migration * end adding lists still miss tests and query integration * cargo fmt * try to add some tests * Add some constraint to db, and fix list test and refactor other tests to use begin_transaction * add more tests for lists * add support for lists in query executor * add keywords for including/excluding boosts and likes * cargo fmt * add function to list lists used by query will make it easier to warn users when creating timeline with unknown lists * add lang support * add timeline creation error message when using unexisting lists * Update .po files * WIP: interface for timelines * don't use diesel for migrations not sure how it passed the ci on the other branch * add some tests for timeline add an int representing the order of timelines (first one will be on top, second just under...) use first() instead of limit(1).get().into_iter().nth(0) remove migrations from build artifacts as they are now compiled in * cargo fmt * remove timeline order * fix tests * add tests for timeline creation failure * cargo fmt * add tests for timelines * add test for matching direct lists and keywords * add test for language filtering * Add a more complex test for Timeline::matches, and fix TQ::matches for TQ::Or * Make the main crate compile + FMT * Use the new timeline system - Replace the old "feed" system with timelines - Display all timelines someone can access on their home page (either their personal ones, or instance timelines) - Remove functions that were used to get user/local/federated feed - Add new posts to timelines - Create a default timeline called "My feed" for everyone, and "Local feed"/"Federated feed" with timelines @fdb-hiroshima I don't know if that's how you pictured it? If you imagined it differently I can of course make changes. I hope I didn't forgot anything… * Cargo fmt * Try to fix the migration * Fix tests * Fix the test (for real this time ?) * Fix the tests ? + fmt * Use Kind::Like and Kind::Reshare when needed * Forgot to run cargo fmt once again * revert translations * fix reviewed stuff * reduce code duplication by macros * cargo fmt |
||
---|---|---|
.. | ||
2018-04-22-093322_create_instances | ||
2018-04-22-151330_create_user | ||
2018-04-23-101717_create_blogs | ||
2018-04-23-111655_create_blog_authors | ||
2018-04-23-132822_create_posts | ||
2018-04-23-142746_create_post_authors | ||
2018-05-01-124607_create_follow | ||
2018-05-09-192013_create_comments | ||
2018-05-10-154336_create_likes | ||
2018-05-13-122311_create_notifications | ||
2018-05-19-091428_create_reshares | ||
2018-06-20-175532_create_mentions | ||
2018-09-02-111458_create_medias | ||
2018-09-05-174106_create_tags | ||
2018-10-06-161156_change_default_license | ||
2018-10-19-165450_create_apps | ||
2018-10-20-164036_fix_hastag_typo | ||
2018-10-21-163241_create_api_token | ||
2018-10-30-151545_add_post_cover | ||
2018-12-08-182930_constraints | ||
2018-12-17-180104_mention_no_ap_url | ||
2018-12-17-221135_comment_visibility | ||
2018-12-25-164502_media-cover-deletion | ||
2019-03-05-082846_add_fqn | ||
2019-03-16-143637_summary-md | ||
2019-03-19-191712_blog_images | ||
2019-03-25-205630_fix-comment-seers | ||
2019-04-28-201506_create_tantivy_index | ||
2019-06-04-102747_create_password_reset_requests_table | ||
2019-06-18-175952_moderator_role | ||
2019-06-21-154916_themes | ||
2019-06-22-145757_timeline | ||
2019-06-24-105533_use_timelines_for_feed |