Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-02 | Merge remote-tracking branch 'personal/merge/tootsuite/master' into gs-master | David Yip | |
2018-06-01 | Merge pull request #501 from ThibG/glitch-soc/features/red-bookmarks | David Yip | |
Make active bookmarks red (fixes #493) | |||
2018-05-31 | Adjust spacing between status icons | Spencer Alves | |
2018-05-31 | Merge branch 'glitch' into thread-icon | Spencer Alves | |
2018-05-31 | Make active bookmarks red (fixes #493) | Thibaut Girka | |
2018-05-31 | Fix direct timeline | Thibaut Girka | |
2018-05-31 | Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master | Jenkins | |
2018-05-30 | Speed up some rake tasks by moving execution to Sidekiq (#7678) | Eugen Rochko | |
* Speed up some rake tasks by moving execution to Sidekiq mastodon:media:remove_silenced mastodon:media:remove_remote mastodon:media:redownload_avatars mastodon:feeds:build * Fix code style issue | |||
2018-05-30 | Redirect / to home on mobile layout, to getting started on desktop (#7677) | Eugen Rochko | |
2018-05-30 | Improve getting started column (#7676) | Eugen Rochko | |
* Adjust footer of getting started column - Improved style - Moved hotkeys, about this instance and logout to footer - Removed FAQ, User Guide, Apps links - Use hamburger icon for the column * Add edit profile action button to profile and more to dropdown * Add "Trending now" to getting started column * Add preferences/security links on mobile layout | |||
2018-05-30 | Improve counter caches on Status and Account (#7644) | Eugen Rochko | |
Do not touch statuses_count on accounts table when mass-destroying statuses to reduce load when removing accounts, same for reblogs_count and favourites_count Do not count statuses with direct visibility in statuses_count Fix #828 | |||
2018-05-29 | Reduce wasted work in RemoveStatusService due to inactive followers (#7672) | Eugen Rochko | |
2018-05-29 | [Glitch] Fix low-contrasted cancel button of reply indicator | Thibaut Girka | |
Port 86efccce2a874d16aa783d989ff4824bcfac40b5 to glitch-soc | |||
2018-05-29 | [Glitch] Improve load gap styling in web UI | Thibaut Girka | |
Port 45c9f16f714dd6de15391b5e2ae2bf0d30ef20fb to glitch-soc | |||
2018-05-29 | [Glitch] Use randomized setTimeout when fallback-polling and re-add since_id | Thibaut Girka | |
Port dafd7afc5ef94fc9513efa341910f7e3c31b909a to glitch-soc | |||
2018-05-29 | [Glitch] Do not crash in getStatusIds when there is a gap in the timeline | Thibaut Girka | |
Port b1938d7853f1d52f9bd99244c550cc609dd81202 to glitch-soc | |||
2018-05-29 | [Glitch] Fix gap insertion for timeline disconnection | Thibaut Girka | |
Port 66359ec522e687020ea853652ad36d4476f2720d to glitch-soc | |||
2018-05-29 | [Glitch] Fix ID duplication in timelines | Thibaut Girka | |
Port 306267dbd275363422f9288c91e634a92511620c to glitch-soc | |||
2018-05-29 | [Glitch] Fix comparing id | Thibaut Girka | |
Port 0ba49eca8b49c6ce0ec04fd546951c95938da4e6 to glitch-soc | |||
2018-05-29 | [Glitch] Fix LoadMore on account media gallery | Thibaut Girka | |
Port 3523aa440ba3f52bf28fe1e9707506d327c4431f to glitch-soc | |||
2018-05-29 | [Glitch] Add missing null handling in notification reducer | Thibaut Girka | |
Port 2f3ac14a434c773577771b74292aa313d57db3c9 to glitch-soc | |||
2018-05-29 | [Glitch] Allow clients to fetch notifications made while they were offline | Thibaut Girka | |
Port cbf97c03bba35a642e6f1d1a698aad7a69ad13a3 to glitch-soc | |||
2018-05-29 | [Glitch] Allow clients to fetch statuses made while they were offline | Thibaut Girka | |
Port 9a1a55ce526c956ac6b35897d483c316b7ad4394 to glitch-soc | |||
2018-05-29 | Fix context building in the reducer (#7671) | unarist | |
This fixes below bugs: * addReply() had used native compare operator for string ids => descendants may appears at wrong position * CONTEXT_FETCH_SUCCESS had added the focused status as the reply of the *first* status in ancestors, not last status. => descendants may also appears wrong position as well as correct position * TIMELINE_UPDATE had added the status to replies of *itself* instead of replied status => browser will hangs if you open the status due to a circular reference | |||
2018-05-29 | Fix error when unmuting a domain without listing muted domains first | Thibaut Girka | |
2018-05-29 | Fix error when unmuting a domain without listing muted domains first (#7670) | ThibG | |
2018-05-29 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
2018-05-29 | Fix N+1 on AtomSerializer (#7669) | abcang | |
2018-05-29 | Add GET /api/v2/search which returns rich tag objects, adjust web UI (#7661) | Eugen Rochko | |
2018-05-29 | Always display tab navigation on local/federated timeline even when empty ↵ | Eugen Rochko | |
(#7663) Fix #7659 | |||
2018-05-29 | Rescue Mastodon::DimensionsValidationError in Remoteable (#7662) | Eugen Rochko | |
Fix #7660 | |||
2018-05-29 | Cache attachments on external host with service worker (#7493) | Akihiko Odaki | |
2018-05-28 | fix: Don't validate MX record in development (#7654) | takayamaki | |
2018-05-28 | Fix embed, error and onboarding modals in light theme (#7656) | Lynx Kotoura | |
2018-05-28 | Fix incomplete flex style on trends items (#7655) | Eugen Rochko | |
2018-05-28 | optimize direct timeline (#7614) | tateisu | |
* optimize direct timeline * fix typo in class name * change filter condition for direct timeline * fix codestyle issue * revoke index_accounts_not_silenced because direct timeline does not use it. * revoke index_accounts_not_silenced because direct timeline does not use it. * fix rspec test condition. * fix rspec test condition. * fix rspec test condition. * revoke adding column and partial index * (direct timeline) move merging logic to model * fix pagination parameter * add method arguments that switches return array of status or cache_ids * fix order by * returns ActiveRecord.Relation in default behavor * fix codestyle issue | |||
2018-05-28 | Record trending tags from ActivityPub, too (#7647) | Eugen Rochko | |
2018-05-28 | Replace recursion in status mapStateToProps (#7645) | Eugen Rochko | |
2018-05-27 | Track trending tags (#7638) | Eugen Rochko | |
* Track trending tags - Half-life of 1 day - Historical usage in daily buckets (last 7 days stored) - GET /api/v1/trends Fix #271 * Add trends to web UI * Don't render compose form on search route, adjust search results header * Disqualify tag from trends if it's in disallowed hashtags setting * Count distinct accounts using tag, ignore silenced accounts | |||
2018-05-27 | [Glitch] Replace onScrollToBottom with onLoadMore | Thibaut Girka | |
Port b0664a5e6cee9be602098fb9a2f98a9e61b2ab9b to glitch-soc | |||
2018-05-27 | Do not needlessly refresh pinned toots | Thibaut Girka | |
Port missing part of 6ae70a92c91233d4c299e679b3e04ba8e2a7002f to glitch-soc | |||
2018-05-27 | [Glitch] Change icon for domain blocks | Thibaut Girka | |
Port fa04945365bc552748b9d312f936a74cfd8d35b1 to glitch-soc | |||
2018-05-27 | [Glitch] Add option to show only local toots in timeline preview | Thibaut Girka | |
Port missing changes from 4e4f1b0dcb386464d653fcce765ca775e566a03c to glitch-soc | |||
2018-05-27 | [Glitch] Use streaming API for standalone timelines on /about and /tag pages | Thibaut Girka | |
Port 0128b86d3098042cdbc3a1629f74b70f665f8dfb to glitch-soc | |||
2018-05-27 | Change direct message warning to match upstream | Thibaut Girka | |
2018-05-27 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
Conflicts: config/locales/ca.yml config/locales/nl.yml config/locales/oc.yml config/locales/pt-BR.yml Resolved conflicts by removing upstream-specific changes | |||
2018-05-27 | Implement client-size image resizing from upstream | Thibaut Girka | |
2018-05-27 | Port upstream's result section headers (fixes #366) | Thibaut Girka | |
2018-05-27 | Validate that e-mail resolves with MX and it's not blacklisted (#7631) | Eugen Rochko | |
Original patch by @j-a4 | |||
2018-05-27 | Don't use Object.assign with Notification, only display actions for mentions ↵ | Eugen Rochko | |
(#7632) Fix #7627 |