Shel R
355f92c89d
Merge pull request #973 from ZiiX/patch-1
...
added instance
8 years ago
Shel R
03bc0d99b3
Merge branch 'master' into patch-1
8 years ago
Shel R
38a30c2844
Merge pull request #972 from amandavisconti/master
...
Added digitalhumanities.club instance
8 years ago
Shel R
8b56cdd949
Merge branch 'master' into master
8 years ago
Shel R
d38cf274c3
Merge pull request #970 from estuans/patch-1
...
Update Production-guide.md
8 years ago
Shel R
8eaeb0cba7
Merge branch 'master' into patch-1
8 years ago
Shel R
d25093c2c9
Merge pull request #969 from Fortyseven/patch-1
...
Add social.bytestemplar.com to instances list
8 years ago
Shel R
baad719a67
Merge branch 'master' into patch-1
8 years ago
Shel R
4932a4a708
Merge pull request #959 from mkody/patch-1
...
Added im-in.space
8 years ago
Shel R
c442d045a0
Merge branch 'master' into patch-1
8 years ago
Shel R
fa994bc24b
Merge pull request #953 from Technowix/patch-1
...
Add niu.moe, cuz it's kawaii
8 years ago
Shel R
db00112413
Merge branch 'master' into patch-1
8 years ago
Shel R
c846c92553
Merge pull request #944 from VirtuBox/patch-1
...
Update List-of-Mastodon-instances.md
8 years ago
Shel R
ac2515e096
Merge branch 'master' into patch-1
8 years ago
Yann GUERN
33b00dd70f
#1141 on remote follow
...
The async action is send before persist, account.id not yet generated
Pull queue receive 'nil' so no profile update.
8 years ago
Eugen Rochko
07f42f0824
Fix #1165 - before_action was called before protect_from_forgery
8 years ago
David Huerta
9c0ca6f26d
Merge branch 'master' into patch-1
8 years ago
Eugen Rochko
81b7c81200
Fix #801 - Respect webfinger's canonical response of username/domain
8 years ago
Eugen
714156e409
Merge pull request #1204 from benklop/patch-1
...
Update Administration-guide.md
8 years ago
Eugen
9eefb51a2f
Merge pull request #1200 from huertanix/patch-2
...
Update Heroku-guide.md
8 years ago
Eugen
b987fa33d7
Merge pull request #1210 from raymestalez/patch-3
...
Add HackerNewsBot
8 years ago
Ray Alez
5b2be91d40
Add HackerNewsBot
...
I have created a bot that will post Hacker News stories with 100+ points. Adding it to the list.
8 years ago
benklop
36e31bf45e
Update Administration-guide.md
...
the syntax for running the rake task wasn't correct.
8 years ago
Eugen
4f6e874fce
Merge pull request #1125 from jasonrhodes/patch-1
...
Email service options :P
8 years ago
Eugen
59ac5268e3
Merge pull request #1147 from fmauNeko/docker_smaller_image
...
Fix npm/yarn cache cleaning
8 years ago
David Huerta
7ab5218c65
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.
8 years ago
David Huerta
fbfb94ca00
Update Heroku-guide.md
...
Removing some of the confusion around what format S3 bucket names and regions should be entered as well as providing an example of an S3 policy that follows best security practices for this sort of thing.
8 years ago
Blake
7ede8d0b5a
Add indigo.zone to list of instances
8 years ago
Mouse Reeve
be2e5c4f53
Adds Oulipo.social to Mastodons list
...
This is a Mastodon with a particular constraint about
what symbols you can post.
8 years ago
Eugen
f74fb89cbd
Merge pull request #1191 from d3vgru/master
...
change suggested cipher for nginx
8 years ago
Florian Maunier
97ff85dc73
Fix npm/yarn cache cleaning
8 years ago
Eugen
895201fd9d
Merge pull request #1172 from mjankowski/mj-heroku-docs
...
Update heroku instructions
8 years ago
Eugen
c3f2975fa4
Merge pull request #1183 from thoughtbot/cp-post-status-service-specs
...
Add specs for PostStatusService
8 years ago
Eugen
29a092d6c4
Merge pull request #1184 from thoughtbot/extract-proper-status
...
DRY up reblog vs original status check
8 years ago
Eugen
3a448fde82
Merge pull request #1192 from seekr/patch-2
...
typo
8 years ago
Eugen
4708ee7127
Merge pull request #1193 from thoughtbot/status-specs
...
Implement pending specs on Status
8 years ago
Joël Quenneville
9fda277193
Implement pending specs on Status
...
Implement the two pending specs on `Status`: `reblogs_count` and
`favourites_count`.
8 years ago
seekr
231db3cdc1
typo
8 years ago
Ed Knutson
26b92ae438
change suggested cipher for nginx
8 years ago
Aguay-val
14bd321fca
Add mastodon.fun
8 years ago
Chad Pytel
1a82d2bde6
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.
8 years ago
Chad Pytel
6a69f9ac65
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
8 years ago
Joël Quenneville
8a67fb5eca
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.
8 years ago
Chad Pytel
31f01ad592
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.
8 years ago
Matt Jankowski
5a85b7f4fe
Update heroku instructions
8 years ago
foxiehkins
f5a5571f64
Merge branch 'master' into master
8 years ago
Jason Rhodes
41e986eede
Moved into a comment per feedback
8 years ago
Eugen
2f1bd3462e
Merge pull request #1146 from tootsuite/fix-object-type-nil-exception
...
Fix nil#object_type error
8 years ago
Eugen
b686d76a15
Merge pull request #1145 from tootsuite/feature-customized-default-locale
...
Allow setting of default language through config
8 years ago
Eugen
7215446774
Merge branch 'master' into fix-object-type-nil-exception
8 years ago