about summary refs log tree commit diff
path: root/spec
AgeCommit message (Collapse)Author
2016-12-13Improved admin UIEugen Rochko
2016-12-06Add suspend account functionality to admin UIEugen Rochko
2016-12-04Do not autoplay videos, display play button instead. Use expiring links when ↵Eugen Rochko
using S3. Do not keep originals for avatars/headers, resize avatars down to 120x120 instead of 300x300. Set cache headers on S3 stuff, also make it private (aka only accessible via expiring links to prevent hotlinking)
2016-12-03Improve notification modelEugen Rochko
2016-11-30Add basic OEmbed provider API, fix #247Eugen Rochko
2016-11-30Per-status control for unlisted mode, also federation for unlisted modeEugen Rochko
Fix #233, fix #268
2016-11-30Normalize localizations, add stub for admin/accountsEugen Rochko
2016-11-29Unify collection caching codeEugen Rochko
2016-11-28Add simple admin overview of PuSH subscriptionsEugen Rochko
2016-11-28Adding embedded PuSH serverEugen Rochko
2016-11-26Update hub URL and re-subscribe if hub URL changesEugen Rochko
2016-11-24Remove Neo4JEugen Rochko
2016-11-20Adding unified streamable notificationsEugen Rochko
2016-11-18Fix OAuth authorization page and add a spec for itEugen Rochko
2016-11-17Fix #148 - Devise mailer fixed, test spec added so it won't slip past againEugen Rochko
2016-11-16Remove broken testEugen Rochko
2016-11-16Localizations for most server-side stringsEugen Rochko
2016-11-13Fix #142 - Escape ILIKE special characters from Account.find_remoteEugen Rochko
2016-11-12Upgrade ruby to 2.3.1Eugen Rochko
2016-11-10Discard misattributed remote statuses, improve timelines filterEugen Rochko
2016-11-08Move timelines API from statuses to its own controller, add a check forEugen Rochko
resources that require a user context vs those that don't (such as public timeline) /api/v1/statuses/public -> /api/v1/timelines/public /api/v1/statuses/home -> /api/v1/timelines/home /api/v1/statuses/mentions -> /api/v1/timelines/mentions /api/v1/statuses/tag/:tag -> /api/v1/timelines/tag/:tag
2016-11-06Add test for FanOutOnWriteServiceEugen Rochko
2016-11-05Improve @mention regexEugen Rochko
2016-11-05Adding hashtagsEugen Rochko
2016-11-04Adding hashtag modelEugen Rochko
2016-11-03Add tests for recently added API end pointsEugen Rochko
2016-10-20add/update specs for Button, DisplayName, DropdownMenuKai Schaper
2016-10-18Adding application/jrd+json webfinger resourceEugen Rochko
2016-10-15Exclude blocked users from follow suggestions, fix testsEugen Rochko
2016-10-14Merge branch 'kschaper-avatar-component-testing' into developmentEugen Rochko
2016-10-14Merge branch 'avatar-component-testing' of ↵Eugen Rochko
https://github.com/kschaper/mastodon into kschaper-avatar-component-testing
2016-10-14E-mail preferences pageEugen Rochko
2016-10-13Shorten rendered links (strip protocol and www, truncate to 30 chars), redirectEugen Rochko
to sign in page after sign up instead of root path which redirects to /about
2016-10-12actually use constKai Schaper
2016-10-12add chai-enzyme; add/improve Avatar component specsKai Schaper
2016-10-10use ES6 arrow functionsKai Schaper
2016-10-10add sinon; add basic Button component testKai Schaper
2016-10-10add jsdom; add basic Avatar component testKai Schaper
2016-10-10set up Mocha/Chai/Enzyme for React component unit testingKai Schaper
2016-10-10Adding test for ProcessFeedServiceEugen Rochko
2016-10-09Adding domain blocksEugen Rochko
2016-10-07Adding public timelineEugen Rochko
2016-10-03API for blocking and unblockingEugen Rochko
2016-10-03Adding a block model and filter mentions from blocked users (fix #60)Eugen Rochko
2016-10-03Adding e-mail confirmationsEugen Rochko
2016-10-02Add API for getting info about authenticated user: ↵Eugen Rochko
/api/v1/accounts/verify_credentials
2016-10-02Preparing feeds for better filteringEugen Rochko
2016-09-30Fix tests, update goldfinger to catch XML errorsEugen Rochko
2016-09-27Fix testsEugen Rochko
2016-09-27Adding landing pageEugen Rochko