mastodon/db
Duarte Serrano 970d6ab2e6 Add bookmark folders feature
This feature implements bookmark folders, a way for users to organize
their bookmarked posts into different folders.

It's possible to create folders, edit their names and delete them.

- UX: Allow users to assign bookmarks to specific folders
- Frontend: Update UI to allow creating, editing, and deleting folders
- API: Implement CRUD API for bookmark folders
- Database: Add bookmark_folders table and update bookmarks table

Co-authored-by: David Bento <david.p.bento@tecnico.ulisboa.pt>
2026-06-08 17:32:46 +00:00
..
migrate Add bookmark folders feature 2026-06-08 17:32:46 +00:00
post_migrate Make old migration more robust (#38775) 2026-04-22 10:44:36 +00:00
seeds Add ability to block words in usernames (#35407) 2025-07-29 10:19:15 +00:00
views Change follow recommendation materialized view to be faster in most cases (#26545) 2023-08-18 18:20:55 +02:00
schema.rb Add bookmark folders feature 2026-06-08 17:32:46 +00:00
seeds.rb Fix Rails/RootPathnameMethods cop (#31582) 2024-08-26 07:35:07 +00:00