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.
8 years ago
Eugen
4e41cd9ab8
Merge pull request #1146 from tootsuite/fix-object-type-nil-exception
...
Fix nil#object_type error
8 years ago
Eugen
10459241a8
Merge pull request #1145 from tootsuite/feature-customized-default-locale
...
Allow setting of default language through config
8 years ago
Eugen
c9b23a93c7
Merge branch 'master' into fix-object-type-nil-exception
8 years ago
Eugen
0adee18d73
Merge branch 'master' into feature-customized-default-locale
8 years ago
Eugen Rochko
8a6d8de60a
Fix nil#object_type error
8 years ago
Jantso Porali
786e6f94b9
Update Finnish translations, add sample Minio config ( #954 )
8 years ago
Eugen Rochko
e3a3422a65
Allow setting of default language through config
...
Setting of locale in controller extracted to Localized concern,
the doorkeeper authorized applications controller moved under
custom namespace with inclusion of Localized, which resolves the
"it sometimes appears in a different random language" bug
8 years ago
Eugen Rochko
624a9a7136
Re-add forgotten <author> element on standalone <entry>
8 years ago
Eugen
1c351709bc
Force UTF8 encoding on generated XML ( #1140 )
8 years ago
Eugen
6d6a429af8
Rewrite Atom generation from stream entries to use Ox instead of Nokogiri ( #1124 )
...
* Rewrite Atom generation from stream entries to use Ox instead of Nokogiri::Builder
StreamEntry is now limited to only statuses, which allows some optimization. Removed
extra queries on AccountsController#show. AtomSerializer instead of AtomBuilderHelper
used in AccountsController#show, StreamEntriesController#show, StreamEntryRenderer
and PubSubHubbub::DistributionWorker
PubSubHubbub::DistributionWorker moves n+1 DomainBlock query to PubSubHubbub::DeliveryWorker
instead.
All Salmon slaps that aren't based on StreamEntry still use AtomBuilderHelper and Nokogiri
* All Salmon slaps now use Ox instead of Nokogiri. No touch from status on account
8 years ago
Eugen Rochko
31597fd377
Low-hanging fruit of query optimization, these indices were missing
8 years ago
Eugen
8cb7d157bd
Merge pull request #1100 from mjankowski/mj-reduce-image-size
...
Reduce size of background-photo.jpeg
8 years ago
Eugen
acf10a2c87
Merge pull request #1103 from alimony/vagrant-tweaks-01
...
Add a couple of network performance tweaks to Vagrantfile.
8 years ago
Markus Amalthea Magnuson
7596de1aec
Add a couple of network performance tweaks to Vagrantfile.
8 years ago
Matt Jankowski
97ae53daa8
Reduce size of background-photo.jpeg
...
Reduced by running through `guetzli` image optimizer.
8 years ago
Eugen
cd77c75d6c
Merge pull request #1088 from Wonderfall/master
...
Add metadata to Dockerfile
8 years ago
Wonderfall
ed2bfdee67
add Docker microbadger to README.md
8 years ago
Wonderfall
a3318814e1
add metadata to Dockerfile
8 years ago
Eugen
fa494dbb1d
Merge pull request #1038 from wade-r/optimize-dockerfile
...
Optimize Dockerfile
8 years ago
Eugen
c392c54271
Merge pull request #1042 from johnsudaar/feature/scalingo_one_click
...
Cosmetic changes to the scalingo deployment
8 years ago
Eugen
5e63828917
Merge pull request #1048 from ashfurrow/slugignore
...
Updates slugignore
8 years ago
Eugen
ea86f4db15
Merge pull request #1070 from alexgleason/patch-4
...
Linux users must enable NFS for Vagrant
8 years ago
Alex Gleason
a3d204e982
Linux users must enable NFS for Vagrant
8 years ago
Ash Furrow
a2adf84858
Updates slugignore.
8 years ago
Ryan Wade
a2637c1720
Optimize Dockerfile
...
Optimize Dockerfile, reduce build time.
8 years ago
Eugen Rochko
51d7caaf19
Fix wrong pubsub channel on public timelines
8 years ago
Eugen
a9c0062e80
Merge pull request #1013 from blackle/master
...
Catch more errors in process_follows so it doesn't fail
8 years ago
Eugen Rochko
dbd529109e
Fix notifications delivered to wrong pubsub channel, optimized RemoveStatusService,
...
slightly optimized FanOutOnWriteService again
8 years ago
blackle
540d6efe88
Catch more errors in process_follows so it doesn't fail
8 years ago
Eugen
dea6e47de0
Merge pull request #993 from foozmeat/patch-1
...
Use NFS for the shared folder because it dramatically decreases latency for git operations.
8 years ago
Eugen Rochko
5442083b3c
Split SalmonWorker into smaller parts, move profile updating into another job
8 years ago
James Moore
c19e0f1212
Use NFS for the shared folder because it dramatically decreases latency for git operations.
8 years ago
Eugen
bafbf63fcc
Merge pull request #958 from yiskah/patch-1
...
Correct innacurate info and other fixes
8 years ago
Eugen Rochko
d13d169922
Merge branch 'krainboltgreene-broadcast-to-worker'
8 years ago
Eugen Rochko
5b95be1c42
Replace calls to FeedManager#inline_render and #broadcast
8 years ago
Eugen Rochko
d755ce96da
Merge branch 'broadcast-to-worker' of https://github.com/krainboltgreene/mastodon into krainboltgreene-broadcast-to-worker
8 years ago
Eugen Rochko
29ffe1cad3
Make sure Rabl is using Oj
8 years ago
Eugen
c9ebd5d19f
Fix wrong variable used in publish channel
8 years ago
Eugen
1b8c244dff
Add proper message to PushUpdateWorker, use redis directly
8 years ago
Eugen
3d8b80e1cc
Merge branch 'master' into broadcast-to-worker
8 years ago
Jonathan Hurter
b8218ca482
Make scalingo doc clearer
8 years ago
Jonathan Hurter
4335dffe35
Fix wrong url in scalingo.json
8 years ago
shel
ee758551d1
Correct innacurate info and other fixes
...
This guide was pretty out of date and also contained outright errors which were never true. I have updated it.
8 years ago
Eugen
b142a2ebf5
Merge pull request #947 from johnsudaar/feature/scalingo_one_click
...
Add Scalingo deployment support
8 years ago
Jonathan Hurter
d6bab0c71c
Add doc
8 years ago
Jonathan Hurter
5e7ec0fe57
Use root repository url
8 years ago
Jonathan Hurter
152a1e578c
Add Scalingo one click on readme
8 years ago
Eugen
a371a9e002
Merge pull request #940 from fahy/patch-1
...
Adding mastodon.irish
8 years ago
Eugen
be807ff7bd
Merge pull request #930 from nicobz25/patch-1
...
Update List-of-Mastodon-instances.md
8 years ago