]> cat aescling's git repositories - mastodon.git/log
mastodon.git
9 years agoCreate pt localisation files in /config/locales/
unsmell [Thu, 1 Dec 2016 00:04:53 +0000 (23:04 -0100)]
Create pt localisation files in /config/locales/

9 years agoMerge pull request #320 from alexgleason/readme-nginx
Eugen [Wed, 30 Nov 2016 22:18:30 +0000 (23:18 +0100)]
Merge pull request #320 from alexgleason/readme-nginx

Guide readers to production wiki page after Docker setup

9 years agoAdd basic OEmbed provider API, fix #247
Eugen Rochko [Wed, 30 Nov 2016 22:01:03 +0000 (23:01 +0100)]
Add basic OEmbed provider API, fix #247

9 years agoPer-status control for unlisted mode, also federation for unlisted mode
Eugen Rochko [Wed, 30 Nov 2016 20:32:11 +0000 (21:32 +0100)]
Per-status control for unlisted mode, also federation for unlisted mode
Fix #233, fix #268

9 years agoGuide readers to production wiki page after Docker setup
Alex Gleason [Wed, 30 Nov 2016 20:25:48 +0000 (15:25 -0500)]
Guide readers to production wiki page after Docker setup

9 years agoPreparing sensitive content for text
Eugen Rochko [Wed, 30 Nov 2016 15:10:19 +0000 (16:10 +0100)]
Preparing sensitive content for text

9 years agoFurther abstract caching for includes
Eugen Rochko [Wed, 30 Nov 2016 14:57:56 +0000 (15:57 +0100)]
Further abstract caching for includes

9 years agoNormalize localizations, add stub for admin/accounts
Eugen Rochko [Wed, 30 Nov 2016 14:32:26 +0000 (15:32 +0100)]
Normalize localizations, add stub for admin/accounts

9 years agoTrack successful PuSH deliveries
Eugen Rochko [Wed, 30 Nov 2016 14:24:57 +0000 (15:24 +0100)]
Track successful PuSH deliveries

9 years agoMake User#current_sign_in_at actually track when user was last active,
Eugen Rochko [Wed, 30 Nov 2016 14:17:03 +0000 (15:17 +0100)]
Make User#current_sign_in_at actually track when user was last active,
by updating it at least every 24h if the user visits the site

9 years agoMerge pull request #261 from alyssais/test_env
Eugen [Tue, 29 Nov 2016 16:51:24 +0000 (17:51 +0100)]
Merge pull request #261 from alyssais/test_env

Add .env.test

9 years agoUpdate .env.test
Eugen [Tue, 29 Nov 2016 16:51:16 +0000 (17:51 +0100)]
Update .env.test

9 years agoMerge pull request #235 from TazeTSchnitzel/settings_contrast
Eugen [Tue, 29 Nov 2016 16:50:19 +0000 (17:50 +0100)]
Merge pull request #235 from TazeTSchnitzel/settings_contrast

Improve contrast for settings pages (fixes #173)

9 years agoFix trying to PuSH-publish updates of remote removals
Eugen [Tue, 29 Nov 2016 16:41:47 +0000 (17:41 +0100)]
Fix trying to PuSH-publish updates of remote removals

9 years agoUnify collection caching code
Eugen Rochko [Tue, 29 Nov 2016 14:49:39 +0000 (15:49 +0100)]
Unify collection caching code

9 years agoDelete statuses asynchronously but provide instant feedback in the API
Eugen Rochko [Tue, 29 Nov 2016 14:32:25 +0000 (15:32 +0100)]
Delete statuses asynchronously but provide instant feedback in the API

9 years agoUpgrade Paperclip to 5, AWS-SDK to 2, do not generate medium/small versions of avatars
Eugen Rochko [Tue, 29 Nov 2016 13:20:15 +0000 (14:20 +0100)]
Upgrade Paperclip to 5, AWS-SDK to 2, do not generate medium/small versions of avatars

9 years agoAdding rack timeout of 30sec, PuSH jobs moved to push queue so they
Eugen Rochko [Tue, 29 Nov 2016 01:07:14 +0000 (02:07 +0100)]
Adding rack timeout of 30sec, PuSH jobs moved to push queue so they
can be processed separately

9 years agoDon't rate-limit PuSH endpoints
Eugen Rochko [Mon, 28 Nov 2016 23:44:11 +0000 (00:44 +0100)]
Don't rate-limit PuSH endpoints

9 years agoFix URLs in inline-rendered XML
Eugen Rochko [Mon, 28 Nov 2016 23:26:01 +0000 (00:26 +0100)]
Fix URLs in inline-rendered XML

9 years agoFix URLs in ApplicationController.renderer
Eugen [Mon, 28 Nov 2016 20:21:05 +0000 (21:21 +0100)]
Fix URLs in ApplicationController.renderer

9 years agoFix delete Salmons
Eugen Rochko [Mon, 28 Nov 2016 18:44:27 +0000 (19:44 +0100)]
Fix delete Salmons

9 years agoFix setting of confirmed=true on successful confirmation
Eugen Rochko [Mon, 28 Nov 2016 18:24:49 +0000 (19:24 +0100)]
Fix setting of confirmed=true on successful confirmation

9 years agoMore logging to ConfirmationWorker
Eugen Rochko [Mon, 28 Nov 2016 18:15:28 +0000 (19:15 +0100)]
More logging to ConfirmationWorker

9 years agoAdding backtracing to Salmon/Processing workers
Eugen Rochko [Mon, 28 Nov 2016 18:11:36 +0000 (19:11 +0100)]
Adding backtracing to Salmon/Processing workers

9 years agoAdd simple admin overview of PuSH subscriptions
Eugen Rochko [Mon, 28 Nov 2016 17:45:13 +0000 (18:45 +0100)]
Add simple admin overview of PuSH subscriptions

9 years agoFix Pubsubhubbub::UnsubscribeService
Eugen Rochko [Mon, 28 Nov 2016 17:14:49 +0000 (18:14 +0100)]
Fix Pubsubhubbub::UnsubscribeService

9 years agoForgot to enable hungarian translation in the frontend
Eugen Rochko [Mon, 28 Nov 2016 12:55:45 +0000 (13:55 +0100)]
Forgot to enable hungarian translation in the frontend

9 years agoEnabling portuguese and hungarian translations, which are awfully incomplete
Eugen Rochko [Mon, 28 Nov 2016 12:55:03 +0000 (13:55 +0100)]
Enabling portuguese and hungarian translations, which are awfully incomplete

9 years agoMerge pull request #304 from unsmell/patch-1
Eugen [Mon, 28 Nov 2016 12:51:09 +0000 (13:51 +0100)]
Merge pull request #304 from unsmell/patch-1

activate portuguese translation

9 years agoFix order of attachments (see #269)
Eugen Rochko [Mon, 28 Nov 2016 12:49:42 +0000 (13:49 +0100)]
Fix order of attachments (see #269)

9 years agoAdd IRC channel to readme
Eugen Rochko [Mon, 28 Nov 2016 12:40:33 +0000 (13:40 +0100)]
Add IRC channel to readme

9 years agoAdding embedded PuSH server
Eugen Rochko [Mon, 28 Nov 2016 12:36:47 +0000 (13:36 +0100)]
Adding embedded PuSH server

9 years agoactivate portuguese translation
unsmell [Sun, 27 Nov 2016 15:57:09 +0000 (14:57 -0100)]
activate portuguese translation

9 years agoMerge pull request #275 from kodacs/master
Eugen [Sat, 26 Nov 2016 17:33:48 +0000 (18:33 +0100)]
Merge pull request #275 from kodacs/master

Hungarian translation for Mastodon.

9 years agoMerge pull request #282 from nclm/misc
Eugen [Sat, 26 Nov 2016 17:30:03 +0000 (18:30 +0100)]
Merge pull request #282 from nclm/misc

 Allow vertical resizing of the toot textarea

9 years agoMerge pull request #296 from TazeTSchnitzel/purge_neo4j
Eugen [Sat, 26 Nov 2016 17:29:46 +0000 (18:29 +0100)]
Merge pull request #296 from TazeTSchnitzel/purge_neo4j

Remove another lingering Neo4J item

9 years agoRemove another lingering Neo4J item
Andrea Faulds [Sat, 26 Nov 2016 16:35:37 +0000 (16:35 +0000)]
Remove another lingering Neo4J item

9 years agoPublic and hashtag timelines now exclude reblogs and replies
Eugen Rochko [Sat, 26 Nov 2016 14:45:35 +0000 (15:45 +0100)]
Public and hashtag timelines now exclude reblogs and replies
Fix #289 - don't download avatar unless the URL is http/https
Fix #293 - reblog/reblogged is now boost/boosted

9 years agoFix #288 - Strip first @ from search query, don't search accounts if it begins with #
Eugen Rochko [Sat, 26 Nov 2016 14:32:29 +0000 (15:32 +0100)]
Fix #288 - Strip first @ from search query, don't search accounts if it begins with #

9 years agoFix CDN_HOST variable requirement
Eugen Rochko [Sat, 26 Nov 2016 14:27:05 +0000 (15:27 +0100)]
Fix CDN_HOST variable requirement

9 years agoFix #278 - Use mb_chars.downcase on hashtags
Eugen Rochko [Sat, 26 Nov 2016 14:24:14 +0000 (15:24 +0100)]
Fix #278 - Use mb_chars.downcase on hashtags

9 years agoUpdate hub URL and re-subscribe if hub URL changes
Eugen Rochko [Sat, 26 Nov 2016 14:12:57 +0000 (15:12 +0100)]
Update hub URL and re-subscribe if hub URL changes

9 years agoMerge pull request #280 from TazeTSchnitzel/purge_neo4j
Eugen [Fri, 25 Nov 2016 18:14:13 +0000 (19:14 +0100)]
Merge pull request #280 from TazeTSchnitzel/purge_neo4j

Remove remnants of Neo4J

9 years agoFix reset date format when rate limited
Eugen Rochko [Fri, 25 Nov 2016 17:20:47 +0000 (18:20 +0100)]
Fix reset date format when rate limited

9 years agoAllow vertical resizing of the toot textarea
nicolas [Fri, 25 Nov 2016 17:17:47 +0000 (18:17 +0100)]
Allow vertical resizing of the toot textarea

9 years agoMerge pull request #6 from Gargron/master
nicolas [Fri, 25 Nov 2016 17:14:42 +0000 (18:14 +0100)]
Merge pull request #6 from Gargron/master

Merge

9 years agoRemove remnants of Neo4J
Andrea Faulds [Fri, 25 Nov 2016 16:13:29 +0000 (16:13 +0000)]
Remove remnants of Neo4J

9 years agoX-RateLimit-Reset formatted with iso8601
Eugen Rochko [Fri, 25 Nov 2016 14:21:22 +0000 (15:21 +0100)]
X-RateLimit-Reset formatted with iso8601

9 years ago#275 fix missing i18n item
kodacs [Fri, 25 Nov 2016 13:56:28 +0000 (14:56 +0100)]
#275 fix missing i18n item

9 years agoFix checkbox spacing
Eugen Rochko [Fri, 25 Nov 2016 13:01:14 +0000 (14:01 +0100)]
Fix checkbox spacing

9 years agoCheckboxes label adjustement
nicolas [Wed, 23 Nov 2016 15:26:53 +0000 (16:26 +0100)]
Checkboxes label adjustement

When the label of a checkbox is more than one line long, avoid unalignment.

9 years agofixing yamls for #275
kodacs [Fri, 25 Nov 2016 12:57:37 +0000 (13:57 +0100)]
fixing yamls for #275

9 years agoMerge pull request #276 from nclm/french-translation
Eugen [Fri, 25 Nov 2016 12:41:49 +0000 (13:41 +0100)]
Merge pull request #276 from nclm/french-translation

French translation update

9 years agofix #275
kodacs [Fri, 25 Nov 2016 12:35:08 +0000 (13:35 +0100)]
fix  #275

9 years agoMerge branch 'master' into french-translation
nicolas [Fri, 25 Nov 2016 12:33:00 +0000 (13:33 +0100)]
Merge branch 'master' into french-translation

9 years agoUpdate fr.jsx
nicolas [Fri, 25 Nov 2016 12:31:46 +0000 (13:31 +0100)]
Update fr.jsx

9 years agoUpdate simple_form.fr.yml
nicolas [Fri, 25 Nov 2016 12:30:52 +0000 (13:30 +0100)]
Update simple_form.fr.yml

9 years agoRemove stale entries from cache results
Eugen Rochko [Fri, 25 Nov 2016 12:25:40 +0000 (13:25 +0100)]
Remove stale entries from cache results

9 years agoNormalized locale files
Eugen Rochko [Fri, 25 Nov 2016 12:15:07 +0000 (13:15 +0100)]
Normalized locale files

9 years agoMerge pull request #273 from nclm/french-translation
Eugen [Fri, 25 Nov 2016 12:14:30 +0000 (13:14 +0100)]
Merge pull request #273 from nclm/french-translation

French localisation update

9 years agoFix #65 - Options to block notifications from people you don't follow/who don't follo...
Eugen Rochko [Fri, 25 Nov 2016 12:13:16 +0000 (13:13 +0100)]
Fix #65 - Options to block notifications from people you don't follow/who don't follow you

9 years agoServer side HU translation + Toot fix.
kodacs [Fri, 25 Nov 2016 11:43:23 +0000 (12:43 +0100)]
Server side HU translation + Toot fix.

9 years agoFilter statuses that mention blocked users
Eugen Rochko [Fri, 25 Nov 2016 11:35:21 +0000 (12:35 +0100)]
Filter statuses that mention blocked users

9 years agoHungarian translation
kodacs [Fri, 25 Nov 2016 08:43:19 +0000 (09:43 +0100)]
Hungarian translation

9 years agoUpdate simple_form.fr.yml
nicolas [Fri, 25 Nov 2016 08:25:31 +0000 (09:25 +0100)]
Update simple_form.fr.yml

9 years agoUpdate fr.yml
nicolas [Fri, 25 Nov 2016 08:25:29 +0000 (09:25 +0100)]
Update fr.yml

9 years agoUpdate fr.jsx
nicolas [Fri, 25 Nov 2016 08:25:28 +0000 (09:25 +0100)]
Update fr.jsx

9 years agoMerge pull request #3 from Gargron/master
nicolas [Fri, 25 Nov 2016 07:53:34 +0000 (08:53 +0100)]
Merge pull request #3 from Gargron/master

Merge

9 years agoFix bad reference
Eugen Rochko [Thu, 24 Nov 2016 22:56:37 +0000 (23:56 +0100)]
Fix bad reference

9 years agoFix forgotten reference
Eugen Rochko [Thu, 24 Nov 2016 22:49:45 +0000 (23:49 +0100)]
Fix forgotten reference

9 years agoRemove Neo4J
Eugen Rochko [Thu, 24 Nov 2016 22:46:27 +0000 (23:46 +0100)]
Remove Neo4J

9 years agoCenter header in account column, hide media in "muted" status components (notifications)
Eugen Rochko [Thu, 24 Nov 2016 22:09:53 +0000 (23:09 +0100)]
Center header in account column, hide media in "muted" status components (notifications)

9 years agoMerge pull request #265 from nclm/french-translation
Eugen [Thu, 24 Nov 2016 19:31:35 +0000 (20:31 +0100)]
Merge pull request #265 from nclm/french-translation

Forgot to add one `fr` to make the French locale (hopefully) work

9 years agoMerge branch 'master' into french-translation
nicolas [Thu, 24 Nov 2016 19:13:30 +0000 (20:13 +0100)]
Merge branch 'master' into french-translation

9 years agoUpdate index.jsx
nicolas [Thu, 24 Nov 2016 19:12:16 +0000 (20:12 +0100)]
Update index.jsx

Forgot to add `fr` here.

9 years agoMini Profiler not working well, remove it
Eugen Rochko [Thu, 24 Nov 2016 18:59:11 +0000 (19:59 +0100)]
Mini Profiler not working well, remove it

9 years agoAdd .env.test
Alyssa Ross [Thu, 24 Nov 2016 17:48:25 +0000 (17:48 +0000)]
Add .env.test

It took me ages to get Mastodon set up with the tests passing because
the environment variables I needed to define weren't documented and I
had to work them out one at a time.

This change adds a .env.test file, and makes it so it isn't ignored by
git. I think it makes sense for the .env.test file to be in git, since
there's nothing secret in it, but other approaches would be to have a
.env.test.sample (like the corresponding one for production), or to set
these values in a test helper, or to adapt the tests to work with
environments other than this one. I'd be happy to make these changes if
that would be preferred.

Being able to get set up and run the tests is a pretty important part of
being able to contribute to Mastodon (or your test coverage with
suffer!), so having some sort of solution like this one is vital.

9 years agoAdd some OpenGraph tags to public statuses
Eugen Rochko [Thu, 24 Nov 2016 17:28:10 +0000 (18:28 +0100)]
Add some OpenGraph tags to public statuses

9 years agoOnly distribute statuses to followers who signed in in the last 2 weeks, add rake...
Eugen Rochko [Thu, 24 Nov 2016 17:17:58 +0000 (18:17 +0100)]
Only distribute statuses to followers who signed in in the last 2 weeks, add rake task for clearing feeds of inactive users

9 years agoMerge pull request #242 from TazeTSchnitzel/media_uri_obfuscation
Eugen [Thu, 24 Nov 2016 15:27:32 +0000 (16:27 +0100)]
Merge pull request #242 from TazeTSchnitzel/media_uri_obfuscation

Rename media to avoid exposing filename (fixes #207)

9 years agoExtract filename obfuscation into module
Alyssa Ross [Wed, 23 Nov 2016 23:31:38 +0000 (23:31 +0000)]
Extract filename obfuscation into module

9 years agoFollow/unfollow button outside of dropdown, also make favs/reblogs update indicator...
Eugen Rochko [Wed, 23 Nov 2016 22:34:12 +0000 (23:34 +0100)]
Follow/unfollow button outside of dropdown, also make favs/reblogs update indicator instantly and
then adjust to failure later if the request fails

9 years agoFix unfollows not clearing reblogs, fix blocks not clearing reblogs and notifications,
Eugen Rochko [Wed, 23 Nov 2016 21:57:57 +0000 (22:57 +0100)]
Fix unfollows not clearing reblogs, fix blocks not clearing reblogs and notifications,
skip ActionCable for follow/unfollow/block events, instead clear UI from
blocked account's posts instantly if block request succeeds. Add forgotten
i18n for sensitive content

9 years agoRename media to avoid exposing filename (fixes #207)
Andrea Faulds [Wed, 23 Nov 2016 21:00:00 +0000 (21:00 +0000)]
Rename media to avoid exposing filename (fixes #207)

9 years agoMerge branch 'development'
Eugen Rochko [Wed, 23 Nov 2016 18:01:12 +0000 (19:01 +0100)]
Merge branch 'development'

9 years agoCache accounts/:id/statuses and single statuses too
Eugen Rochko [Wed, 23 Nov 2016 17:56:30 +0000 (18:56 +0100)]
Cache accounts/:id/statuses and single statuses too

9 years agoAdding content sensitivity toggle, spoilers for media
Eugen Rochko [Wed, 23 Nov 2016 17:53:23 +0000 (18:53 +0100)]
Adding content sensitivity toggle, spoilers for media

9 years agoImprove contrast for settings pages (fixes #173)
Andrea Faulds [Wed, 23 Nov 2016 17:36:35 +0000 (17:36 +0000)]
Improve contrast for settings pages (fixes #173)

9 years agoMerge pull request #227 from nclm/french-translation
Eugen [Wed, 23 Nov 2016 16:18:27 +0000 (17:18 +0100)]
Merge pull request #227 from nclm/french-translation

Missing lines in the French translation

9 years agoRename ‘Publier’ to ‘Pouet’ in French locale.
nicolas [Wed, 23 Nov 2016 14:53:49 +0000 (15:53 +0100)]
Rename ‘Publier’ to ‘Pouet’ in French locale.

🎺 https://mastodon.social/users/Pierrec/updates/100589

9 years agoMerge branch 'master' into french-translation
nicolas [Wed, 23 Nov 2016 14:43:27 +0000 (15:43 +0100)]
Merge branch 'master' into french-translation

9 years agoUpdate doorkeeper.fr.yml
nicolas [Wed, 23 Nov 2016 13:47:41 +0000 (14:47 +0100)]
Update doorkeeper.fr.yml

e

9 years agoUpdate doorkeeper.fr.yml
nicolas [Wed, 23 Nov 2016 13:45:31 +0000 (14:45 +0100)]
Update doorkeeper.fr.yml

9 years agoAdd content spoilers for media in sensitive-content statuses
Eugen Rochko [Wed, 23 Nov 2016 10:23:32 +0000 (11:23 +0100)]
Add content spoilers for media in sensitive-content statuses

9 years agoAdding sensitive marker to statuses in API
Eugen Rochko [Wed, 23 Nov 2016 09:46:48 +0000 (10:46 +0100)]
Adding sensitive marker to statuses in API

9 years agoExplain application secrets (#217)
Andrea Faulds [Wed, 23 Nov 2016 08:30:53 +0000 (08:30 +0000)]
Explain application secrets (#217)

9 years agoRename "publish" to "toot" in english locale, fix lightbox showing old image
Eugen Rochko [Wed, 23 Nov 2016 08:20:34 +0000 (09:20 +0100)]
Rename "publish" to "toot" in english locale, fix lightbox showing old image
before loading new one, cache notifications API, fix missing follow button
on public profiles

9 years agoFix #168 - Turn off e-mail notifications by default
Eugen Rochko [Wed, 23 Nov 2016 07:39:04 +0000 (08:39 +0100)]
Fix #168 - Turn off e-mail notifications by default

9 years agoImplement includes caching for timelines APIs
Eugen Rochko [Wed, 23 Nov 2016 07:34:35 +0000 (08:34 +0100)]
Implement includes caching for timelines APIs