Commit Graph

8691 Commits (c9efb400b429696d1ee5464931f7f62e38edf1d6)
 

Author SHA1 Message Date
Eugen Rochko 4d336cefac Add sync command for neo4j, fix configuration, add neo4j to docker-compose, fix seed
Eugen Rochko 20f581f796 Display follow suggestions
Eugen Rochko e21a3fe0cd Adding sync of follow relationships to Neo4J, accounts/suggestions API
Eugen Rochko 91144d46ec Fix duplication of media attachments when a remote status reblogs a local one
Eugen Rochko 244d1307a3 Fix remove status service sending salmons
Eugen Rochko a3384b6ea6 Add "edit profile" link to dropdown on own profile
Eugen Rochko cc54683694 Update yarn lockfile
Eugen Rochko ab7cb80dd5 Merge branch 'kschaper-avatar-component-testing' into development
Eugen Rochko 44856fb641 Merge branch 'avatar-component-testing' of https://github.com/kschaper/mastodon into kschaper-avatar-component-testing
Eugen Rochko 7a6d95f70c E-mail preferences page
Eugen Rochko 9b195f5dd3 Add window titles to auth pages and about page, link sign up/login from about page
Eugen Rochko 33f7e1cf99 Shorten rendered links (strip protocol and www, truncate to 30 chars), redirect
to sign in page after sign up instead of root path which redirects to /about
Eugen Rochko 157f03f8bd No-op for Salmons without body, fail fast if Webfinger does not contain
all required resource links (profile page, salmon, atom feed, magic key)
Eugen Rochko 36e7eeb6b9 Treat dfrn:owner like xmlns:author for Friendica compatibility
Eugen Rochko 64302b3c99 Improve Friendica support (but still not there yet)
Eugen Rochko 160b5148ec Fix magic key in webfinger XRD href
Eugen Rochko c257b29d86 Fix up a few exceptions
Eugen Rochko f7f3e6e3be Fix styles
Kai Schaper cbfc12044d actually use const
Kai Schaper b113cf97fb add chai-enzyme; add/improve Avatar component specs
Eugen Rochko 2ddf4e09f9 Change how convert options are escaped
Eugen Rochko cdc49c6b4b Allow mp4 uploads, convert to WebM
Eugen Rochko 5e511acb82 Adjusting Dockerfile to use Yarn for faster npm installs
Eugen Rochko 45776b55b0 Responsively changing layout to single-column + nav on smaller screens
Eugen Rochko e2ff39bf5d Merge branch 'kschaper-react-storybook'
Eugen Rochko ffaba617d2 Merge in react-storybook, add yarn lockfile
Eugen 8d8ef18bb6 Merge pull request from kschaper/react-testing
React testing
Kai Schaper 4eeb7947bd add stylesheet; add story for Button component
Kai Schaper 71e7537330 setup React Storybook; add example story for LoadingIndicator component
Kai Schaper ecd4042c20 use ES6 arrow functions
Kai Schaper e0a4455622 add sinon; add basic Button component test
Kai Schaper 998f161e1d add jsdom; add basic Avatar component test
Kai Schaper 1a1b9bbbc0 add required peer dependency
Kai Schaper d7c55853e9 set up Mocha/Chai/Enzyme for React component unit testing
Eugen Rochko 77efdfa110 Fixing namespaces issue
Eugen Rochko 451733961b Show media of reblogged statuses in public html view
Eugen Rochko 68eed8c61f Stop logging incoming Atom
Eugen Rochko 87b618ab02 Fix namespace parsing in Atom feeds
Eugen Rochko f49ed8c819 Log incoming Atom from PuSH
Eugen Rochko 38ce960ff9 Use Account#find_remote method when possible
Eugen Rochko cfba03bd27 Don't return unsaved status from ProcessFeedService
Eugen Rochko 81065bc06c Adding test for ProcessFeedService
Eugen Rochko 3306a5d524 Improve process feed service
Eugen Rochko dd5e724c3f Fix reblog mentions Atom
Eugen Rochko f249a8c187 Include mentions and media attachments of reblogged posts in Atom
Eugen Rochko 65ae9637d6 PuSH unsubscribe needs correct callback URL
Eugen Rochko aec51e40ee Make account domains case-insensitive, downcase before checking against local
Eugen Rochko 5f737c7228 Fix default assumed object type (note->activity), make stream entry threaded? check aware of orphaned replies
Eugen Rochko 0634e8dee5 Improved how in-UI profiles look
Eugen Rochko 29e79f770f Making AccountTimeline into a sub-route