Shel R
90a408f592
Merge pull request #986 from estuans/patch-2
Update List-of-Mastodon-instances.md
7 years ago
Shel R
451b7431c9
Merge branch 'master' into patch-2
7 years ago
Shel R
530725ba3c
Merge pull request #985 from Motoma/patch-1
Add Rich.GOP
7 years ago
Shel R
6efaee30b1
Merge branch 'master' into patch-1
7 years ago
Shel R
698fe3686a
Merge pull request #982 from foxiehkins/master
Adding good-dragon.com instance to list
7 years ago
Shel R
05be34a94b
Merge branch 'master' into master
7 years ago
Shel R
cb58694a81
Merge pull request #976 from shug0/patch-1
Adding masto.raildecake.fr, french instance 🌻 🐘
7 years ago
Shel R
e51b6bba94
Merge branch 'master' into patch-1
7 years ago
Shel R
7f393a0b68
Merge pull request #975 from tomfhowe/patch-4
Use autohiding scrollbars in Microsoft Edge
7 years ago
Shel R
9f43e3b428
Merge branch 'master' into patch-4
7 years ago
Shel R
4a40b40324
Merge pull request #973 from ZiiX/patch-1
added instance
7 years ago
Shel R
4c05f0e630
Merge branch 'master' into patch-1
7 years ago
Shel R
d438eab673
Merge pull request #972 from amandavisconti/master
Added digitalhumanities.club instance
7 years ago
Shel R
7b7bff04df
Merge branch 'master' into master
7 years ago
Shel R
e659608797
Merge pull request #970 from estuans/patch-1
Update Production-guide.md
7 years ago
Shel R
ed332693fe
Merge branch 'master' into patch-1
7 years ago
Shel R
881e4277fd
Merge pull request #969 from Fortyseven/patch-1
Add social.bytestemplar.com to instances list
7 years ago
Shel R
5dfc9854f1
Merge branch 'master' into patch-1
7 years ago
Shel R
b300bb3b4e
Merge pull request #959 from mkody/patch-1
Added im-in.space
7 years ago
Shel R
6d519e6fd1
Merge branch 'master' into patch-1
7 years ago
Shel R
d2c9cc31de
Merge pull request #953 from Technowix/patch-1
Add niu.moe, cuz it's kawaii
7 years ago
Shel R
065defefac
Merge branch 'master' into patch-1
7 years ago
Shel R
6bfe068904
Merge pull request #944 from VirtuBox/patch-1
Update List-of-Mastodon-instances.md
7 years ago
Shel R
bc237d17a7
Merge branch 'master' into patch-1
7 years ago
Eugen
a872f2f4c6
Merge pull request #1204 from benklop/patch-1
Update Administration-guide.md
7 years ago
Eugen
32a6f0884c
Merge pull request #1200 from huertanix/patch-2
Update Heroku-guide.md
7 years ago
Eugen
a54af44975
Merge pull request #1210 from raymestalez/patch-3
Add HackerNewsBot
7 years ago
Ray Alez
f113af5350
Add HackerNewsBot
I have created a bot that will post Hacker News stories with 100+ points. Adding it to the list.
7 years ago
benklop
f578cf8331
Update Administration-guide.md
the syntax for running the rake task wasn't correct.
7 years ago
Eugen
3cb13bdd84
Merge pull request #1125 from jasonrhodes/patch-1
Email service options :P
7 years ago
Eugen
0bf31f5436
Merge pull request #1147 from fmauNeko/docker_smaller_image
Fix npm/yarn cache cleaning
7 years ago
David Huerta
a7ab2204d4
Update Heroku-guide.md
Cleaning up the heroku admin command bit to match the form used in Administration-guide.md and clarify the wording a bit.
7 years ago
Eugen
0b32b5108e
Merge pull request #1191 from d3vgru/master
change suggested cipher for nginx
7 years ago
Florian Maunier
12f1cdeed1
Fix npm/yarn cache cleaning
7 years ago
Eugen
e2f024147c
Merge pull request #1172 from mjankowski/mj-heroku-docs
Update heroku instructions
7 years ago
Eugen
1961825ff9
Merge pull request #1183 from thoughtbot/cp-post-status-service-specs
Add specs for PostStatusService
7 years ago
Eugen
32748c0f71
Merge pull request #1184 from thoughtbot/extract-proper-status
DRY up reblog vs original status check
7 years ago
Eugen
37a36b0bec
Merge pull request #1192 from seekr/patch-2
typo
7 years ago
Eugen
c7d9b81d41
Merge pull request #1193 from thoughtbot/status-specs
Implement pending specs on Status
7 years ago
Joël Quenneville
4fdeac21f4
Implement pending specs on Status
Implement the two pending specs on `Status`: `reblogs_count` and
`favourites_count`.
7 years ago
seekr
131f505fd0
typo
7 years ago
Ed Knutson
27012aaeb6
change suggested cipher for nginx
7 years ago
Chad Pytel
ad5ddd5e95
Use I18n for media attachment validation errors
These are currently user facing errors, but are not localized. This adds the
ability for these messages to be localized.
7 years ago
Chad Pytel
13c0077003
Add specs for PostStatusService
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
7 years ago
Joël Quenneville
d4c94fa004
DRY up reblog vs original status check
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.
7 years ago
Chad Pytel
38bec79811
Add specs for media attachment validations
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.
7 years ago
Matt Jankowski
0f4fa59812
Update heroku instructions
7 years ago
foxiehkins
41396de7a9
Merge branch 'master' into master
7 years ago
Jason Rhodes
2ac8a590cd
Moved into a comment per feedback
7 years ago
Eugen
4e41cd9ab8
Merge pull request #1146 from tootsuite/fix-object-type-nil-exception
Fix nil#object_type error
7 years ago