about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2017-02-19added if else clause in fetchContextRakib Hasan
So that if we get an error, then we will only delete status if it is an 404 error
2017-02-19Removed try clause from create action in status controllerRakib Hasan
Using catch statement in api_controller.rb to catch NotPermitted Exception, and render error message
2017-02-19previous commit was creating the status regardlessRakib 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-19revisted fix for #462Rakib Hasan
Moved validation to services/post_status_service.rb
2017-02-19Fix for issue #462Rakib 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-19Removing dispatch of fetchContextFailRakib Hasan
No need to flash error message when status is not found. The column will display the message "status not found"
2017-02-19adding new react class StatusNotFoundRakib Hasan
2017-02-19Fixing issue #626Rakib Hasan
The status is not showing anymore after clicking on it
2017-02-18Fix #642 - Add "empty column" text to home/notificationsEugen Rochko
2017-02-17Merge pull request #643 from yiskah/patch-7Eugen
Add target="_blank" to github link under getting started
2017-02-17Add target="_blank" to github linkshel
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-17Merge pull request #640 from mcat-ee/masterEugen
Added SMTP_FROM_ADDRESS to heroku deploy config
2017-02-17French translation updatenicolas
2017-02-17Added SMTP_FROM_ADDRESS to heroku deploy configTom McAtee
Allows the user to set the address mastodon emails are maraked as being sent from
2017-02-17Add 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-17Do not display non-Status stream entries anymoreEugen Rochko
2017-02-17Fix small styling issuesEugen Rochko
2017-02-17Quick fix for avatars with the same URL not being perceived as updated and ↵Eugen Rochko
in need of re-download
2017-02-17Close dropdown when clicking itemsEugen Rochko
2017-02-17Speed up/optimize loading of statuses, context and cards by not re-fetching ↵Eugen Rochko
what is already loaded
2017-02-17Add GET /api/v1/accounts/:id/statuses/media that returns only statuses with ↵Eugen Rochko
media attachments Make replies default to privacy settings of the status being replied to
2017-02-17Add UI to view report details, remove reported statuses, quick links to ↵Eugen Rochko
resolve/silence/suspend from report
2017-02-16Speed up capistrano deploymentsEugen Rochko
2017-02-16Adding index overview for reports in admin UIEugen Rochko
2017-02-16Fix Salmon issueEugen Rochko
2017-02-15Expose Link headers via CORSEugen Rochko
2017-02-15Fix admin UI for accounts somewhatEugen Rochko
2017-02-15Fix #634 - Only include innermost-level statuses in report UIEugen Rochko
Fix #635 - Include the initially-reported status in report UI even if it's not among the user's most recent statuses
2017-02-14Fix outdated infoEugen
2017-02-14Adding POST /api/v1/reports API, and a UI for submitting reportsEugen Rochko
2017-02-14Disable PuSH for blocked domainsEugen Rochko
2017-02-14Merge pull request #632 from mcat-ee/patch-1Eugen
Fixed the URL
2017-02-14Fixed the URLTom McAtee
Heroku uses the referrer URL to point at the repo that should be deployed; from this page that includes part of a path that breaks the deployment (specifically /blob/master/docs/Running-Mastodon/Heroku-guide.md). I've replaced the vanilla address with one that includes a specific reference to the root of the repo
2017-02-13Fix #631 - Docker-deployed streaming API wasn't launched with the right ↵Eugen
environment
2017-02-13Fix #587 - Display TOTP secret next to QR codeEugen Rochko
2017-02-13Merge pull request #630 from yiskah/patch-6Eugen
Add memetastic.space to instance list
2017-02-13Add rake task for making someone into an adminEugen Rochko
2017-02-13Update service timeout setting from 15s to 90sEugen Rochko
2017-02-13Add memetastic.spaceshel
It's uh, it's an instance now.
2017-02-13Merge pull request #629 from halcy/patch-1Eugen
Add https://icosahedron.website/
2017-02-13Merge branch 'yiskah-patch-5'Eugen Rochko
2017-02-13Add remote mentions warning when composing a private statusEugen Rochko
2017-02-13Add https://icosahedron.website/Lorenz Diener
2017-02-13Merge branch 'patch-5' of https://github.com/yiskah/mastodon into yiskah-patch-5Eugen Rochko
2017-02-13Clean up collapsible componentsEugen Rochko
2017-02-13Add "next" link to Atom feedsEugen Rochko
2017-02-13Merge pull request #627 from halcy/style-fixesEugen
Activity stream background should use $color5
2017-02-13Activity stream background should use $color5Your Name
2017-02-13Add IDs to salmon slaps even if they are transient. Add title, too, mostlyEugen Rochko
in case of debugging incoming salmons. Add <thr:in-reply-to /> to favourite salmons because it seems to be required by GS.
2017-02-12Add handler for salmons of undoing favouritesEugen Rochko