Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-02 | Keep track of which timelines are connected live to avoid redundant | Eugen Rochko | |
refreshes on navigation | |||
2017-04-01 | Made modal system more generic | Eugen Rochko | |
2017-03-31 | Fix reworked search | Eugen Rochko | |
2017-03-31 | Rework search | Eugen Rochko | |
2017-03-25 | When replying to status with content warning, prefill content warning | Eugen Rochko | |
2017-03-25 | Redesigned compose form | Eugen Rochko | |
2017-03-24 | Fancier drag & drop indicator, emoji icon for emoji, upload progress (fix #295) | Eugen Rochko | |
2017-03-22 | Web UI support for the new omnisearch | Eugen Rochko | |
2017-03-04 | Fix #431 - convert gif to webm during upload. Web UI treats them like it did | Eugen Rochko | |
before. In the API, attachments now can be either image, video or gifv. Gifv is to be treated like images in terms of behaviour, but are videos by file type. | |||
2017-03-01 | Mute button progress so far. WIP, doesn't entirely work correctly. | Kit Redgrave | |
2017-03-02 | Fix #372 - Emoji picker | Eugen Rochko | |
2017-03-01 | Fix typo | Eugen Rochko | |
2017-03-01 | Revert infinite scroll in timelines back to looking at ID of oldest | Eugen Rochko | |
loaded status; do not preload submitted statuses into community/public timelines, unless those timelines have already been loaded; do not close streaming API connections for community/public timelines, once they have been established (most users navigate back to them eventually) | |||
2017-02-26 | Add <MissingIndicator /> when status or account are not found, skip alerts | Eugen Rochko | |
for those errors | |||
2017-02-26 | Merge branch 'fix_626' of https://github.com/rmhasan/mastodon into ↵ | Eugen Rochko | |
rmhasan-fix_626 | |||
2017-02-21 | Fix #38 - Unread indicator when new content appears above the fold | Eugen Rochko | |
2017-02-19 | Fix infinite scrolling breaking after navigation | Eugen Rochko | |
2017-02-19 | Split public timeline into "public timeline" which is local, and | Eugen Rochko | |
"whole known network" which is what public timeline used to be Only domain blocks with suspend severity will block PuSH subscriptions Silenced accounts should not appear in conversations unless followed | |||
2017-02-19 | added if else clause in fetchContext | Rakib Hasan | |
So that if we get an error, then we will only delete status if it is an 404 error | |||
2017-02-19 | Removing dispatch of fetchContextFail | Rakib Hasan | |
No need to flash error message when status is not found. The column will display the message "status not found" | |||
2017-02-19 | Fixing issue #626 | Rakib Hasan | |
The status is not showing anymore after clicking on it | |||
2017-02-17 | Speed up/optimize loading of statuses, context and cards by not re-fetching ↵ | Eugen Rochko | |
what is already loaded | |||
2017-02-14 | Adding POST /api/v1/reports API, and a UI for submitting reports | Eugen Rochko | |
2017-02-07 | Fix wrong prediction of whether toot will apear on public timeline in UI | Eugen Rochko | |
2017-02-07 | Add "clear notifications" button, exclude posts from people who have blocked ↵ | Eugen Rochko | |
*you* from public/hashtag timelines | |||
2017-02-05 | Fix #61 - Add list of blocked users to the UI; clean up failed push ↵ | Eugen Rochko | |
notifications API Try to fix Travis CI setup | |||
2017-02-05 | Add next/previous navigation in modal for media attachments | Eugen Rochko | |
2017-01-31 | Fix #529 - Make hashtag timelines show conversations, fix hashtag loading in ↵ | Eugen Rochko | |
the UI | |||
2017-01-30 | Make profile header scroll along with contents. AccountTimeline, Followers ↵ | Eugen Rochko | |
and Following are no longer nested inside a common parent (<Account>), instead they all embed <HeaderContainer /> | |||
2017-01-26 | Fix up timeout, improve contrast on "show more", add responsive style | Eugen Rochko | |
for extremely wide monitors | |||
2017-01-26 | Improve infinite scroll on notifications | Eugen Rochko | |
2017-01-25 | Instead of using spoiler boolean and spoiler_text, simply check for ↵ | Eugen Rochko | |
non-blank spoiler_text Federate spoiler_text using warning attribute on <content /> instead of a <category term="spoiler" /> Clean up schema file from accidental development migrations | |||
2017-01-24 | Merge branch 'master' into master | Eugen | |
2017-01-24 | Set isLoading false on timelines when request fails | Eugen Rochko | |
2017-01-24 | Smarter infinite scroll | Eugen Rochko | |
2017-01-23 | Implement a click-to-view spoiler system | blackle | |
2017-01-23 | Fix mistake | Eugen Rochko | |
2017-01-23 | Add /api/v1/notifications/clear, non-existing link cards for statuses will | Eugen Rochko | |
now return empty hash instead of throwing a 404 error. When following, merge into timeline will filter statuses | |||
2017-01-20 | No loading bars for cards, no failure if it 404s (that's expected) | Eugen Rochko | |
2017-01-20 | Fix #463 - Fetch and display previews of URLs using OpenGraph tags | Eugen Rochko | |
2017-01-19 | Hide more non-essential loading bars | Eugen Rochko | |
2017-01-19 | Don't show loading bar when re-loading already loaded status. Don't even try ↵ | Eugen Rochko | |
to fetch ancestors from DB when in_reply_to_id is nil | |||
2017-01-19 | Don't show loading bar when checking account timeline for newer stuff | Eugen Rochko | |
2017-01-17 | Fix forgotten change of settings | Eugen Rochko | |
2017-01-17 | Fix boops? | Eugen Rochko | |
2017-01-17 | Add sounds for notifications. Boop by @jk@mastodon.social | Eugen Rochko | |
2017-01-16 | Fix #238 - Add "favourites" column | Eugen Rochko | |
2017-01-15 | Fix #449 - don't do relationships fetch for empty array of IDs | Eugen Rochko | |
2017-01-10 | Home column filters | Eugen Rochko | |
2017-01-09 | Persist UI settings, add missing localizations for German | Eugen Rochko | |