91 Commits (6f0d312dc3ecca015fb1ae279643b6e0e5820b42)

Author SHA1 Message Date
Eugen Rochko 733b5415be Fix #142 - Escape ILIKE special characters from Account.find_remote
8 years ago
Eugen Rochko a6cd0711b0 Upgrade ruby to 2.3.1
8 years ago
Eugen Rochko 0b03bbad67 Discard misattributed remote statuses, improve timelines filter
8 years ago
Eugen Rochko d98b43cf56 Move timelines API from statuses to its own controller, add a check for
8 years ago
Eugen Rochko 5ad6611101 Add test for FanOutOnWriteService
8 years ago
Eugen Rochko f0956d434c Improve @mention regex
8 years ago
Eugen Rochko cb22dce970 Adding hashtags
8 years ago
Eugen Rochko 082e57fc13 Adding hashtag model
8 years ago
Eugen Rochko 834f3c4388 Add tests for recently added API end points
8 years ago
Kai Schaper c8cab8f1c9 add/update specs for Button, DisplayName, DropdownMenu
8 years ago
Eugen Rochko 02613aef3b Adding application/jrd+json webfinger resource
8 years ago
Eugen Rochko 2614a47a15 Exclude blocked users from follow suggestions, fix tests
8 years ago
Eugen Rochko 2f130a59ba Merge branch 'kschaper-avatar-component-testing' into development
8 years ago
Eugen Rochko f74201faf0 Merge branch 'avatar-component-testing' of https://github.com/kschaper/mastodon into kschaper-avatar-component-testing
8 years ago
Eugen Rochko 588cb77e9f E-mail preferences page
8 years ago
Eugen Rochko 84495615b4 Shorten rendered links (strip protocol and www, truncate to 30 chars), redirect
8 years ago
Kai Schaper 89ccac4522 actually use const
8 years ago
Kai Schaper ec8754f22e add chai-enzyme; add/improve Avatar component specs
8 years ago
Kai Schaper 4a1e0dbfde use ES6 arrow functions
8 years ago
Kai Schaper 7698f1e833 add sinon; add basic Button component test
8 years ago
Kai Schaper 56f381d45c add jsdom; add basic Avatar component test
8 years ago
Kai Schaper 7d3382f755 set up Mocha/Chai/Enzyme for React component unit testing
8 years ago
Eugen Rochko 33668b91f8 Adding test for ProcessFeedService
8 years ago
Eugen Rochko 9bf5a73968 Adding domain blocks
8 years ago
Eugen Rochko c3f5dfeabb Adding public timeline
8 years ago
Eugen Rochko 7b9a4af311 API for blocking and unblocking
8 years ago
Eugen Rochko 9d59d7b463 Adding a block model and filter mentions from blocked users (fix #60)
8 years ago
Eugen Rochko fc198a8b4c Adding e-mail confirmations
8 years ago
Eugen Rochko 6d7290f47c Add API for getting info about authenticated user: /api/v1/accounts/verify_credentials
8 years ago
Eugen Rochko be86d4e0a3 Preparing feeds for better filtering
8 years ago
Eugen Rochko b36197c307 Fix tests, update goldfinger to catch XML errors
8 years ago
Eugen Rochko 2603c7e69f Fix tests
8 years ago
Eugen Rochko e63aebff7a Adding landing page
8 years ago
Eugen Rochko 4f9b7432dd Fix #52 - Add API versioning (v1)
8 years ago
Eugen Rochko 7e14eefc81 Replace logo, fix #57 - delete/unreblog/unfavourite API, fix #45 - app
8 years ago
Eugen Rochko c6b0311b86 Fix #54 - Fetch remote accounts by URL from mentions
8 years ago
Eugen Rochko e46abc71ca Fix notifications in UI, added new API for fetching account relationships
8 years ago
Eugen Rochko 4bec613897 Fix #24 - Thread resolving for remote statuses
8 years ago
Eugen Rochko 608a2bfffc Upgrade to PubSubHubbub 0.4 (removing verify_token)
8 years ago
Eugen Rochko 9863196f7b Small rubocop offences removed
8 years ago
Eugen Rochko adffc7a495 Fix #43
8 years ago
Eugen Rochko 4f25e3d042 Test case for new api endpoint
8 years ago
Eugen Rochko ce29624c6d Fixing image upload limits, allowing webm, merge/unmerge events trigger
8 years ago
Eugen Rochko 3cc47beb6e Refactored generation of unique tags, URIs and object URLs into own classes,
8 years ago
Eugen Rochko 85d89b472d Optimized n+1 queries in accounts Atom and HTML views
8 years ago
Eugen Rochko a4cc966476 Removing default avatars
8 years ago
Eugen Rochko 509c18eb13 Fix local follows, 404 in logs
8 years ago
Eugen Rochko 87576e1ab1 Fixing atom feeds for accounts, adding tests that would catch such bugs in future
8 years ago
Eugen Rochko 1d9c886518 Adding enclosures to Atom and statuses JSON
8 years ago
Eugen Rochko eec0dc46a6 PostStatusService can attach media to status, ProcessFeedService likewise
8 years ago