Age | Commit message (Expand) | Author |
2017-05-15 | Feature conversations muting (#3017) | Eugen Rochko |
2017-05-12 | Remove reference to non-existent table in schema rb (#3019) | Matt Jankowski |
2017-05-12 | Add conversation model, <ostatus:conversation /> (#3016) | Eugen Rochko |
2017-05-07 | Add effective index to subscriptions (#2885) | alpaca-tc |
2017-05-01 | Filter on allowed user language preferences (#2361) | Matt Jankowski |
2017-04-30 | Revert "Use PostgreSQL inheritance for blocks and mutes (#2520)" (#2634) | Akihiko Odaki |
2017-04-30 | Use PostgreSQL inheritance for blocks and mutes (#2520) | Akihiko Odaki |
2017-04-27 | OEmbed support for PreviewCard (#2337) | Eugen Rochko |
2017-04-26 | Add media dimensions (#2448) | Francis Chong |
2017-04-25 | Refactor seed.rb (#2430) | Hiroe Jun |
2017-04-24 | Add index to statuses_tags#status_id (#2394) | alpaca-tc |
2017-04-20 | it may be mentions_status_id_index is duplicated of index_mentions_on_status_... | Keiji, Yoshimi |
2017-04-18 | Admin reports with accounts (#2092) | Matt Jankowski |
2017-04-16 | Add language detection (#1772) | Eugen |
2017-04-15 | Add recovery code support for two-factor auth (#1773) | Patrick Figel |
2017-04-15 | Refresh webfinger (#1323) | ThibG |
2017-04-07 | Low-hanging fruit of query optimization, these indices were missing | Eugen Rochko |
2017-04-05 | Add index on mentions status_id | Eugen Rochko |
2017-04-03 | Add basic logging of who resolved report | Eugen Rochko |
2017-03-30 | Import feature for following/blocking lists (addresses #62, #177, #201, #454) | Eugen Rochko |
2017-03-30 | Fix up null values on latest migration, add notes | Eugen Rochko |
2017-03-30 | Do NOT try to update the new fields from the migration. Takes too long on a l... | Eugen Rochko |
2017-03-30 | Add counter caches for a large performance increase on API requests | Eugen Rochko |
2017-03-22 | Fix full-text search query quotation, improve tag search performance with an ... | Eugen Rochko |
2017-03-22 | Upgrade status IDs to bigint | Eugen Rochko |
2017-03-22 | More efficient single account retrieval (0.9ms vs 50ms before) | Eugen Rochko |
2017-03-18 | Federate header images, fix open-uri http->https redirection error | Eugen Rochko |
2017-03-17 | Make account search blazing fast and rank followers/followees higher in the r... | Eugen Rochko |
2017-03-04 | Fix #431 - convert gif to webm during upload. Web UI treats them like it did | Eugen Rochko |
2017-03-04 | Add digest e-mails | Eugen Rochko |
2017-03-01 | Mute button progress so far. WIP, doesn't entirely work correctly. | Kit Redgrave |
2017-02-17 | Add foreign key to prevent reblogs of non-existent (after race conditions) st... | Eugen Rochko |
2017-02-14 | Adding POST /api/v1/reports API, and a UI for submitting reports | Eugen Rochko |
2017-02-09 | Fix #614 - extra reply-boolean on statuses to account for cases when replied-to | Eugen Rochko |
2017-02-05 | Fix #61 - Add list of blocked users to the UI; clean up failed push notificat... | Eugen Rochko |
2017-01-29 | API for apps to register for push notifications | Eugen Rochko |
2017-01-29 | Fix #569 - seeds.rb | Eugen Rochko |
2017-01-27 | Added optional two-factor authentication | Eugen Rochko |
2017-01-26 | Removed accidental n+1 query from notifications, updated some deps, | Eugen Rochko |
2017-01-26 | Seed a default, confirmed, admin account on development environments | Effy Elden |
2017-01-25 | Fix spoiler_text not having "not null" constraint | Eugen Rochko |
2017-01-25 | Fix order of migrations | Eugen Rochko |
2017-01-25 | Instead of using spoiler boolean and spoiler_text, simply check for non-blank... | Eugen Rochko |
2017-01-23 | Implement a click-to-view spoiler system | blackle |
2017-01-23 | Optional domain block attribute that prevents media attachments from being do... | Eugen Rochko |
2017-01-23 | Domain blocks now have varying severity - auto-suspend vs auto-silence | Eugen Rochko |
2017-01-20 | Fix #463 - Fetch and display previews of URLs using OpenGraph tags | Eugen Rochko |
2017-01-15 | Add tracking of OAuth app that posted a status, extend OAuth apps to have opt... | Effy Elden |
2017-01-13 | Adding about/more page with extended information that can be set up by an admin | Eugen Rochko |
2017-01-13 | Extend rails-settings-cached to merge db-saved hash values with defaults | Eugen Rochko |