Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-28 | Support for pasting images from clipboard | Kibigo | |
2017-03-01 | Fix incorrect detection of local vs remote user in web UI | 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-03-01 | Fix #291 - Add visual indication that numbers for remote users may be inaccurate | Eugen Rochko | |
2017-03-01 | If a status is within 40 statuses from the top of a home feed, do not | Eugen Rochko | |
reinsert it when someone boosts it | |||
2017-03-01 | Improved dropdowns | Eugen Rochko | |
2017-02-28 | Fix #561 - Detect presence of audio in video, hide mute toggle when none | Eugen Rochko | |
2017-02-28 | Fix #186 - Add RTL support to the compose form textarea and statuses output | Eugen Rochko | |
2017-02-28 | Add elephant friend to missing indicator | Eugen Rochko | |
2017-02-27 | Add new illustration | Eugen | |
2017-02-27 | Character counter fix | Kibigo | |
2017-02-27 | Adds site metadata access to the API | Kibigo | |
2017-02-27 | Only use bigger compose form/search form font on mobile layout | Eugen Rochko | |
2017-02-27 | Fix #104 - Style OAuth authorized applications page | Eugen Rochko | |
Add ability to search accounts by display name | |||
2017-02-26 | Fix #612 - Set font size to 16px in compose form and search form to prevent iOS | Eugen Rochko | |
from zooming in on them | |||
2017-02-26 | Add validation of media attachments, clean up mastodon-own exception classes | Eugen Rochko | |
2017-02-26 | Merge branch 'fix_462' of https://github.com/rmhasan/mastodon into ↵ | Eugen Rochko | |
rmhasan-fix_462 | |||
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-26 | Fix broken dependency on inner react utility function | Eugen Rochko | |
2017-02-26 | Fix local timeline showing unread status of TWKN timeline | Eugen Rochko | |
2017-02-26 | Improve compose form performance, upgrade JS dependencies. LightingBox | Eugen Rochko | |
now allows to cycle through multiple images | |||
2017-02-25 | Add tuning documentation, add <content> tags back to most salmons, | Eugen Rochko | |
make status pagination headers generation more lax about next page existing | |||
2017-02-23 | Improve glow | Eugen Rochko | |
2017-02-22 | Skip remote media URLs that don't have a hostname | Eugen Rochko | |
2017-02-22 | Fix #555 - Use a better URL parser | Eugen Rochko | |
2017-02-22 | Improve status reselect, do not display "load more" when no next link available | Eugen Rochko | |
2017-02-22 | Fix #651 - Do not reinsert original status into all followers feeds | Eugen Rochko | |
upon un-reblogging. Check if the reblog was in the feed in the first place. It might have been filtered on distribution. | |||
2017-02-22 | Improve performance of compose form | Eugen Rochko | |
2017-02-21 | Fix #38 - Unread indicator when new content appears above the fold | Eugen Rochko | |
2017-02-20 | Fix scroll to top not registering because of wrong debounce usage | Eugen | |
2017-02-19 | Fix links and wording | Eugen Rochko | |
2017-02-19 | Adjust naming of public timeline -> "local timeline" vs "whole known network" | 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 | Removed try clause from create action in status controller | Rakib Hasan | |
Using catch statement in api_controller.rb to catch NotPermitted Exception, and render error message | |||
2017-02-19 | previous commit was creating the status regardless | Rakib Hasan | |
of mix of video and images in status, just wasn't rendering the show action. I moved the validation before the status creation | |||
2017-02-19 | revisted fix for #462 | Rakib Hasan | |
Moved validation to services/post_status_service.rb | |||
2017-02-19 | Fix for issue #462 | Rakib Hasan | |
Modified uploadCompose action to send media ids of attached media when sending a request. Modified create method in MediaController to check if when posting a video, there are no other media attached to the status by looking at the media ids sent from the uploadCompose action. | |||
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 | adding new react class StatusNotFound | Rakib Hasan | |
2017-02-19 | Fixing issue #626 | Rakib Hasan | |
The status is not showing anymore after clicking on it | |||
2017-02-18 | Fix #642 - Add "empty column" text to home/notifications | Eugen Rochko | |
2017-02-17 | Add target="_blank" to github link | shel | |
This makes so clicking the link to the github opens in a new tab or windows. I just keep getting frustrated clicking the link to github and then losing my place in my home timeline >_> that's all | |||
2017-02-17 | French translation update | nicolas | |
2017-02-17 | Add foreign key to prevent reblogs of non-existent (after race conditions) ↵ | Eugen Rochko | |
statuses from happening Fix issue with detailed status view not supporting unreblogging/unfavouriting | |||
2017-02-17 | Do not display non-Status stream entries anymore | Eugen Rochko | |
2017-02-17 | Fix small styling issues | Eugen Rochko | |