about summary refs log tree commit diff
path: root/db
AgeCommit message (Expand)Author
2017-02-09Fix #614 - extra reply-boolean on statuses to account for cases when replied-toEugen Rochko
2017-02-05Fix #61 - Add list of blocked users to the UI; clean up failed push notificat...Eugen Rochko
2017-01-29API for apps to register for push notificationsEugen Rochko
2017-01-29Fix #569 - seeds.rbEugen Rochko
2017-01-27Added optional two-factor authenticationEugen Rochko
2017-01-26Removed accidental n+1 query from notifications, updated some deps,Eugen Rochko
2017-01-26Seed a default, confirmed, admin account on development environmentsEffy Elden
2017-01-25Fix spoiler_text not having "not null" constraintEugen Rochko
2017-01-25Fix order of migrationsEugen Rochko
2017-01-25Instead of using spoiler boolean and spoiler_text, simply check for non-blank...Eugen Rochko
2017-01-23Implement a click-to-view spoiler systemblackle
2017-01-23Optional domain block attribute that prevents media attachments from being do...Eugen Rochko
2017-01-23Domain blocks now have varying severity - auto-suspend vs auto-silenceEugen Rochko
2017-01-20Fix #463 - Fetch and display previews of URLs using OpenGraph tagsEugen Rochko
2017-01-15Add tracking of OAuth app that posted a status, extend OAuth apps to have opt...Effy Elden
2017-01-13Adding about/more page with extended information that can be set up by an adminEugen Rochko
2017-01-13Extend rails-settings-cached to merge db-saved hash values with defaultsEugen Rochko
2017-01-12Migrate from ledermann/rails-settings to rails-settings-cached which allows g...Eugen Rochko
2017-01-09Persist UI settings, add missing localizations for GermanEugen Rochko
2017-01-06Fix #416 - Generate random unique 14-byte (19 characters) shortcodesEugen Rochko
2016-12-27Add illustration to getting started columnEugen Rochko
2016-12-22Follow call on locked account creates follow request insteadEugen Rochko
2016-12-22Add "locked" flag to accounts, prevent blocked users from following, force-un...Eugen Rochko
2016-12-21Private visibility on statuses prevents non-followers from seeing thoseEugen Rochko
2016-12-05Add account suspensionEugen Rochko
2016-12-03Keep timelines in the UI trimmed when possibleEugen Rochko
2016-12-03Improve notification modelEugen Rochko
2016-12-03Fix #248 - Reload all accounts when fetching from cacheEugen Rochko
2016-12-02Make data migration more mercifulEugen Rochko
2016-12-02Fix #323 - self-replies to appear in public timelines againEugen Rochko
2016-11-30Per-status control for unlisted mode, also federation for unlisted modeEugen Rochko
2016-11-30Track successful PuSH deliveriesEugen Rochko
2016-11-28Adding embedded PuSH serverEugen Rochko
2016-11-23Adding sensitive marker to statuses in APIEugen Rochko
2016-11-22Remove unneeded indices, improve error handling in background workers, don't ...Eugen Rochko
2016-11-20Adding notifications columnEugen Rochko
2016-11-20Adding unified streamable notificationsEugen Rochko
2016-11-16Add user locale settingEugen Rochko
2016-11-05Adding hashtagsEugen Rochko
2016-11-04Adding hashtag modelEugen Rochko
2016-10-27Adding public timeline silencingEugen Rochko
2016-10-22Adding OAuth access scopes, fixing OAuth authorization UI, adding rate limitingEugen Rochko
2016-10-15Add sync command for neo4j, fix configuration, add neo4j to docker-compose, f...Eugen Rochko
2016-10-09Adding domain blocksEugen Rochko
2016-10-07Adding user settings (model and mailer), no form yetEugen Rochko
2016-10-03Adding a block model and filter mentions from blocked users (fix #60)Eugen Rochko
2016-10-03Adding e-mail confirmationsEugen Rochko
2016-09-26Replace logo, fix #57 - delete/unreblog/unfavourite API, fix #45 - appEugen Rochko
2016-09-20Upgrade to PubSubHubbub 0.4 (removing verify_token)Eugen Rochko
2016-09-20Separate PuSH subscriptions from following, add mastodon:push:refresh task,Eugen Rochko