cc5c1e5feb
Removed accidental n+1 query from notifications, updated some deps, improved how "show more" link looks
Eugen Rochko2017-01-26 14:52:07 +01:00
2f18c77e44
Merge pull request #526 from wchristian/oauth_docs
EugenandGitHub2017-01-26 12:23:47 +01:00
446d6f1643
Merge pull request #543 from ineffyble/tweak/seed-default-admin-account-on-dev-environments
EugenandGitHub2017-01-26 12:22:32 +01:00
999cde94a6
Instead of using spoiler boolean and spoiler_text, simply check for non-blank spoiler_text Federate spoiler_text using warning attribute on <content /> instead of a <category term="spoiler" /> Clean up schema file from accidental development migrations
Eugen Rochko2017-01-25 00:49:08 +01:00
f8da0dd490
Merge branch 'master' into master
EugenandGitHub2017-01-24 21:56:06 +01:00
8a880a3d46
Make blocks create entries and unfollows instantly, but do the clean up in the background instead. Should fix delay where blocked person can interact with blocker for a short time before background job gets processed
Eugen Rochko2017-01-24 21:40:41 +01:00
326c75b35b
Merge pull request #521 from mistydemeo/fix_invisible_css
EugenandGitHub2017-01-24 21:26:18 +01:00
e47b8e778b
Fix links in toots opening the toot at first
Eugen Rochko2017-01-24 18:51:09 +01:00
80cefd5b3cFix#204, fix#515 - URL truncating is now a style so copypasting is not affected, replaced onClick handler with onMouseUp/Down to detect text selection not trigger onClick handler then
Eugen Rochko2017-01-24 17:05:44 +01:00
434cf8237e
Optional domain block attribute that prevents media attachments from being downloaded
Eugen Rochko2017-01-23 21:36:08 +01:00
cca82bf0a2
Move merging/unmerging of timelines into background. Move blocking into background as well since it's a computationally expensive
Eugen Rochko2017-01-23 21:29:34 +01:00
f392030ab8
Add /api/v1/notifications/clear, non-existing link cards for statuses will now return empty hash instead of throwing a 404 error. When following, merge into timeline will filter statuses
Eugen Rochko2017-01-23 21:09:27 +01:00
61aee0006e
Override Rack::Request to use the same trusted proxy settings as Rails
Eugen Rochko2017-01-22 21:01:28 +01:00
67befe5463
Allow to specify trusted proxies through env
Eugen Rochko2017-01-22 20:35:49 +01:00
c66718afff
Merge pull request #509 from ineffyble/docs/developer-docs-additions
EugenandGitHub2017-01-22 17:07:39 +01:00
f3cac0b93b
Update README.md to match new documentation (missed from previous commit)
Effy Elden2017-01-23 00:11:09 +11:00
10fe63d4db
Merge pull request #508 from ineffyble/docs/developer-docs-additions
EugenandGitHub2017-01-22 11:43:07 +01:00
92a98f73aa
Add separate sections for Heroku and Vagrant deployments. Add guide for instance administration. Move 'Contribution guide' to 'Development guide'.
Effy Elden2017-01-22 19:50:40 +11:00
536cde4e99
Rename main docs page so it renders in github
Eugen Rochko2017-01-21 22:54:49 +01:00
500278eb4c
Merge branch 'ineffyble-fix/error-pages'
Eugen Rochko2017-01-21 22:31:19 +01:00
e22a56183a
Improve error page layouting. 500 page has to stay static because it's used from nginx when Rails fails.
Eugen Rochko2017-01-21 22:30:47 +01:00
98560b232a
Don't show loading bar when re-loading already loaded status. Don't even try to fetch ancestors from DB when in_reply_to_id is nil
Eugen Rochko2017-01-19 11:06:06 +01:00