- Apr 08, 2017
-
-
Shel R authored
Adding masto.raildecake.fr, french instance
-
Shel R authored
-
Shel R authored
Use autohiding scrollbars in Microsoft Edge
-
Shel R authored
-
Shel R authored
added instance
-
Shel R authored
-
Shel R authored
Added digitalhumanities.club instance
-
Shel R authored
-
Shel R authored
Update Production-guide.md
-
Shel R authored
-
Shel R authored
Add social.bytestemplar.com to instances list
-
Shel R authored
-
Shel R authored
Added im-in.space
-
Shel R authored
-
Shel R authored
Add niu.moe, cuz it's kawaii
-
Shel R authored
-
Shel R authored
Update List-of-Mastodon-instances.md
-
Shel R authored
-
- Apr 07, 2017
-
-
Eugen authored
Update Administration-guide.md
-
Eugen authored
Update Heroku-guide.md
-
Eugen authored
Add HackerNewsBot
-
Ray Alez authored
I have created a bot that will post Hacker News stories with 100+ points. Adding it to the list.
-
benklop authored
the syntax for running the rake task wasn't correct.
-
Eugen authored
Email service options :P
-
Eugen authored
Fix npm/yarn cache cleaning
-
David Huerta authored
Cleaning up the heroku admin command bit to match the form used in Administration-guide.md and clarify the wording a bit.
-
Eugen authored
change suggested cipher for nginx
-
Florian Maunier authored
-
Eugen authored
Update heroku instructions
-
Eugen authored
Add specs for PostStatusService
-
Eugen authored
DRY up reblog vs original status check
-
Eugen authored
typo
-
Eugen authored
Implement pending specs on Status
-
Joël Quenneville authored
Implement the two pending specs on `Status`: `reblogs_count` and `favourites_count`.
-
seekr authored
-
Ed Knutson authored
-
Chad Pytel authored
These are currently user facing errors, but are not localized. This adds the ability for these messages to be localized.
-
Chad Pytel authored
This implements all pending specs, and adds additional coverage for the following functionality: * Normal status creation * Creating a reply status * Creating a sensitive status * Creating a status with spoiler text * A status with no spoiler text gets an empty string for spoiler text * Creating a status with custom visibility * Creating a status for an application * Processing mentions * Processing Hashtags * Pinging PuSH hubs * Crawling links * Attaching media
-
Joël Quenneville authored
Checking reblog vs original status was happening in multiple places across the app. For views, this logic was encapsulated in a helper method named `proper_status` but in the other layers of the app, the logic was duplicated. Because the logic is used at all layers of the app, we extracted it into a `Status#proper` method on the model and changed all uses of the logic to use this method. There is now a single source of truth for this condition. We added test coverage to untested methods that got refactored.
-
Chad Pytel authored
There are currently not specs for the two media validations that are performed by `PostStatusService`. This adds specs for the validations that ensure that you cannot attach more than four files, and that a status cannot have both image and video attachments.
-