Commit Graph

  • 00fa850bdc Fix #187, address #441 - <Avatar> component now plays gifs only while hovered Eugen Rochko 2017-01-25 17:07:57 +0100
  • 3beb24ad55 Use <summary> to encode content warnings instead Eugen Rochko 2017-01-25 16:53:30 +0100
  • 0430f7c0fa Fix spoiler_text not having "not null" constraint Eugen Rochko 2017-01-25 15:24:19 +0100
  • 51a7047367 Fix order of migrations Eugen Rochko 2017-01-25 15:01:00 +0100
  • a14887ddf0 Issue #423: make domain checklist scrollable; make domain blocks act more like user blocks Decky Coss 2017-01-25 00:27:00 -0700
  • 8df4260d80 Issue #423: create settings page for managing domain blocks Decky Coss 2017-01-24 20:12:53 -0700
  • ca04002c93 Add content warning example to docs Eugen Rochko 2017-01-25 02:54:28 +0100
  • ab94ad3504 Add description of Mastodon's current protocol extensions Eugen Rochko 2017-01-25 02:46:16 +0100
  • 41f5459af5 Merge pull request #524 from blackle/master Eugen 2017-01-25 02:16:36 +0100
  • ca13ec04a8 fix up spoilers blackle 2017-01-24 20:14:20 -0500
  • 10ffd455a8 Fix #522 - prevent blocked users from reblogging Eugen Rochko 2017-01-25 01:48:46 +0100
  • ca28d9c2ae Merge branch 'blackle-master' Eugen Rochko 2017-01-25 01:29:40 +0100
  • 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 Rochko 2017-01-25 00:49:08 +0100
  • f8da0dd490 Merge branch 'master' into master Eugen 2017-01-24 21:56:06 +0100
  • 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 Rochko 2017-01-24 21:40:41 +0100
  • 326c75b35b Merge pull request #521 from mistydemeo/fix_invisible_css Eugen 2017-01-24 21:26:18 +0100
  • adda642c63 Fix `invisible` CSS class Misty De Meo 2017-01-24 11:07:46 -0800
  • 9476ab3c48 Merge f02ffc1dbd into e47b8e778b Kurtis Rainbolt-Greene 2017-01-24 19:42:14 +0000
  • 575b9f1b37 Merge 1692eb20b3 into e47b8e778b Misty De Meo 2017-01-24 19:12:29 +0000
  • 1692eb20b3 Fix `invisible` CSS class Misty De Meo 2017-01-24 11:07:46 -0800
  • e47b8e778b Fix links in toots opening the toot at first Eugen Rochko 2017-01-24 18:51:09 +0100
  • 80cefd5b3c Fix #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 Rochko 2017-01-24 17:05:44 +0100
  • b06a375ee4 Merge branch 'blackle-boostspin' Eugen Rochko 2017-01-24 14:28:54 +0100
  • 4f3264d291 Merge branch 'master' into boostspin Eugen 2017-01-24 14:27:13 +0100
  • 4a146a0d18 Make boost animation an SVG that uses SCSS colours blackle 2017-01-23 21:02:13 -0500
  • 21c209636d Set isLoading false on timelines when request fails Eugen Rochko 2017-01-24 13:04:12 +0100
  • 1f5792c834 API now respects ?limit param as long as it's within 2x default limit Eugen Rochko 2017-01-24 04:22:10 +0100
  • d9022884c6 Smarter infinite scroll Eugen Rochko 2017-01-24 04:12:10 +0100
  • bf0f6eb62d Implement a click-to-view spoiler system blackle 2017-01-12 23:54:26 -0500
  • 1761d3f9c3 Fix mistake Eugen Rochko 2017-01-23 22:18:08 +0100
  • d00189b55a Domains with reject_media? set to true won't download avatars either Eugen Rochko 2017-01-23 21:55:29 +0100
  • 8aab692034 Less re-rendering Eugen Rochko 2017-01-23 21:40:48 +0100
  • 434cf8237e Optional domain block attribute that prevents media attachments from being downloaded Eugen Rochko 2017-01-23 21:36:08 +0100
  • cca82bf0a2 Move merging/unmerging of timelines into background. Move blocking into background as well since it's a computationally expensive Eugen Rochko 2017-01-23 21:29:34 +0100
  • 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 Rochko 2017-01-23 21:09:27 +0100
  • f2e08ff568 Remove unneeded block check Eugen Rochko 2017-01-23 17:40:23 +0100
  • 6d98a73180 Domain blocks now have varying severity - auto-suspend vs auto-silence Eugen Rochko 2017-01-23 17:38:38 +0100
  • ef2b924679 Forgot to commit Eugen Rochko 2017-01-23 17:18:41 +0100
  • f855d645b2 Move all hex colors in SASS to variables and all variations to darken/lighten Eugen Rochko 2017-01-23 16:01:46 +0100
  • d4d56b8af0 Fix #365, 1/2 of #408 - replace rails_autolink with URI.regexp, run link_hashtags on simplified_format Eugen Rochko 2017-01-23 14:45:09 +0100
  • aa9c51a34c Fix a couple unhandled exceptions Eugen Rochko 2017-01-23 13:56:57 +0100
  • a1894786cf Potentially fix notifications issue Eugen Rochko 2017-01-23 13:43:14 +0100
  • 7c015ece45 Fix oembed controller test Eugen Rochko 2017-01-23 13:36:17 +0100
  • 6062680dd4 Merge pull request #513 from mistydemeo/fix_textarea_selection_clicking Eugen 2017-01-23 11:34:36 +0100
  • 33fd8a7d95 Textarea: fix clicking on name suggestions Misty De Meo 2017-01-22 22:57:58 -0800
  • 1953e3b6ed Fix inflection Eugen 2017-01-22 23:08:51 +0100
  • 956da43e19 Fix error Eugen 2017-01-22 23:07:31 +0100
  • cea9fb31fe Mitigate inconsistent notifications Eugen 2017-01-22 21:50:17 +0100
  • 61aee0006e Override Rack::Request to use the same trusted proxy settings as Rails Eugen Rochko 2017-01-22 21:01:28 +0100
  • 67befe5463 Allow to specify trusted proxies through env Eugen Rochko 2017-01-22 20:35:49 +0100
  • c66718afff Merge pull request #509 from ineffyble/docs/developer-docs-additions Eugen 2017-01-22 17:07:39 +0100
  • f3cac0b93b Update README.md to match new documentation (missed from previous commit) Effy Elden 2017-01-23 00:11:09 +1100
  • 10fe63d4db Merge pull request #508 from ineffyble/docs/developer-docs-additions Eugen 2017-01-22 11:43:07 +0100
  • 92a98f73aa Add separate sections for Heroku and Vagrant deployments. Add guide for instance administration. Move 'Contribution guide' to 'Development guide'. Effy Elden 2017-01-22 19:50:40 +1100
  • 2a3b9ec62f Issue #423: create API for blocking and unblocking domains Decky Coss 2017-01-22 00:30:28 -0700
  • 536cde4e99 Rename main docs page so it renders in github Eugen Rochko 2017-01-21 22:54:49 +0100
  • 2baf0fabb4 Improve API docs formatting Eugen Rochko 2017-01-21 22:53:02 +0100
  • e92a1cf436 Add wiki contents to docs/ instead Eugen Rochko 2017-01-21 22:49:08 +0100
  • 500278eb4c Merge branch 'ineffyble-fix/error-pages' Eugen Rochko 2017-01-21 22:31:19 +0100
  • e22a56183a Improve error page layouting. 500 page has to stay static because it's used from nginx when Rails fails. Eugen Rochko 2017-01-21 22:30:47 +0100
  • b4a4eb73ae Merge branch 'fix/error-pages' of https://github.com/ineffyble/mastodon into ineffyble-fix/error-pages Eugen Rochko 2017-01-21 22:20:01 +0100
  • f036c6440b Merge branch 'ineffyble-master' Eugen Rochko 2017-01-21 22:19:27 +0100
  • e028406db4 Fix code style Eugen Rochko 2017-01-21 22:19:13 +0100
  • d72dd38c13 Merge branch 'master' of https://github.com/ineffyble/mastodon into ineffyble-master Eugen Rochko 2017-01-21 22:15:22 +0100
  • 3a4b5961be Method to fetch a single notification Eugen Rochko 2017-01-21 22:14:13 +0100
  • deedf133d3 Merge pull request #506 from ineffyble/fix/issue-492-add-missing-header-image Eugen 2017-01-21 20:56:11 +0100
  • 77746240aa Change missing.png header to 1x1 transparent PNG Effy Elden 2017-01-22 06:42:42 +1100
  • 106dd1a484 Add a default missing.png header image - fixes #492 Effy Elden 2017-01-22 05:19:31 +1100
  • 6b666db112 Merge pull request #505 from ineffyble/fix/issue-503 Eugen 2017-01-21 12:37:51 +0100
  • 8f21f5522f Call uniq on the string version of mb_chars tags Effy Elden 2017-01-21 21:02:42 +1100
  • 5fef55c11a Set remote dev environments to use letter_opener_web, add default .env.vagrant variables Effy Elden 2017-01-21 20:22:49 +1100
  • 1aae0cfc2c Fix #475 - add space after autocomplete Eugen Rochko 2017-01-20 21:39:41 +0100
  • 9bd3b11cfb Instead of refusing to create accounts, domain blocks auto-suspend new accounts from that domain Eugen Rochko 2017-01-20 20:14:02 +0100
  • 05abd977c1 Fix preview cards layout, do preview card crawling for remote statuses Eugen Rochko 2017-01-20 18:31:49 +0100
  • f4e28785f1 Merge pull request #502 from blackle/vistoggle Eugen 2017-01-20 13:27:20 +0100
  • 7f63edd820 Show visibility toggle on videos, show regardless of sensitivity blackle 2017-01-19 21:24:30 -0500
  • c8e4b9c663 No loading bars for cards, no failure if it 404s (that's expected) Eugen Rochko 2017-01-20 01:07:53 +0100
  • f0de621e76 Fix #463 - Fetch and display previews of URLs using OpenGraph tags Eugen Rochko 2017-01-20 01:00:14 +0100
  • 36e7f6c69b Merge dcf5c6de03 into 8d0284f8d9 Decky Coss 2017-01-19 17:49:07 +0000
  • 8d0284f8d9 Hide more non-essential loading bars Eugen Rochko 2017-01-19 11:23:24 +0100
  • 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 Rochko 2017-01-19 11:06:06 +0100
  • 9b0941182f Don't show loading bar when checking account timeline for newer stuff Eugen Rochko 2017-01-19 11:01:01 +0100
  • 46be4631ae Fix #222 - Update followers count when following/unfollowing Eugen Rochko 2017-01-19 10:54:18 +0100
  • f051c2e813 Fix statsd null backend not being initialized properly v0.9.9 Eugen Rochko 2017-01-19 09:37:07 +0100
  • dcf5c6de03 Merge branch 'master' of https://github.com/tootsuite/mastodon into user_domain_block Decky Coss 2017-01-19 00:21:15 -0700
  • 4e4741ca4a Issue #423: filter posts from blocked domains out of public timeline Decky Coss 2017-01-19 00:18:49 -0700
  • 8b9206f7d9 Try to avoid any potential loops Eugen 2017-01-19 02:14:57 +0100
  • 488a7dd40d Issue #423: create AccountDomainBlock model Decky Coss 2017-01-18 17:09:27 -0700
  • 306eb6e9c9 Add optional StatsD performance tracking Eugen Rochko 2017-01-18 23:44:29 +0100
  • 7cfd5b680a Fix forgotten change of settings Eugen Rochko 2017-01-17 20:37:54 +0100
  • c468446f4c Fix boops? Eugen Rochko 2017-01-17 20:28:32 +0100
  • cde0476ca2 Fix #487 Eugen Rochko 2017-01-17 20:11:16 +0100
  • fcb5a85cdd Add sounds for notifications. Boop by @jk@mastodon.social Eugen Rochko 2017-01-17 20:09:03 +0100
  • d7a7baa9a7 Merge pull request #489 from ineffyble/master Eugen 2017-01-17 18:46:53 +0100
  • ab4f5f5da5 Add Heroku deployment support Effy Elden 2017-01-17 22:00:03 +1100
  • 6cf44ca92c Improve how the list entry Account component looks when target is blocked/follow is requested Eugen Rochko 2017-01-16 19:36:32 +0100
  • 99fe89026c Merge pull request #486 from blackle/replytimeline Eugen 2017-01-16 16:38:08 +0100
  • 889709a2a6 Show 'do not display in public timeline' when replying to self blackle 2017-01-16 10:23:45 -0500
  • 1a33e4042e Fix upload file input being re-rendered needlessly Eugen Rochko 2017-01-16 14:21:55 +0100
  • 7d53ee73f3 Fix #238 - Add "favourites" column Eugen Rochko 2017-01-16 13:27:58 +0100