- Feb 28, 2017
-
-
shel authored
New instance
-
Eugen authored
-
Eugen Rochko authored
-
- Feb 27, 2017
-
-
Eugen Rochko authored
-
Eugen authored
-
Eugen authored
Fixes #263; makes JavaScript's character counting the same as Ruby's
-
Kibigo authored
-
- Feb 26, 2017
-
-
Eugen Rochko authored
-
Eugen Rochko authored
Add ability to search accounts by display name
-
Eugen Rochko authored
from zooming in on them
-
Eugen Rochko authored
-
Eugen Rochko authored
-
Eugen Rochko authored
-
Eugen Rochko authored
for those errors
-
Eugen Rochko authored
-
Eugen Rochko authored
-
Eugen Rochko authored
-
Eugen Rochko authored
now allows to cycle through multiple images
-
- Feb 25, 2017
-
-
Eugen Rochko authored
make status pagination headers generation more lax about next page existing
-
- Feb 23, 2017
-
-
Eugen Rochko authored
-
- Feb 22, 2017
-
-
Eugen Rochko authored
-
Eugen Rochko authored
-
Eugen Rochko authored
-
Eugen Rochko authored
upon un-reblogging. Check if the reblog was in the feed in the first place. It might have been filtered on distribution.
-
Eugen Rochko authored
-
- Feb 20, 2017
-
-
Eugen Rochko authored
-
Eugen authored
-
- Feb 19, 2017
-
-
Eugen Rochko authored
-
Eugen Rochko authored
-
Eugen Rochko authored
-
Eugen Rochko authored
"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
-
Rakib Hasan authored
So that if we get an error, then we will only delete status if it is an 404 error
-
Rakib Hasan authored
Using catch statement in api_controller.rb to catch NotPermitted Exception, and render error message
-
Rakib Hasan authored
of mix of video and images in status, just wasn't rendering the show action. I moved the validation before the status creation
-
Rakib Hasan authored
Moved validation to services/post_status_service.rb
-
Rakib Hasan authored
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.
-
Rakib Hasan authored
No need to flash error message when status is not found. The column will display the message "status not found"
-
Rakib Hasan authored
-