about summary refs log tree commit diff
path: root/app/helpers
AgeCommit message (Collapse)Author
2016-11-22Adding French locale to settings_helper.rbnicolas
2016-11-19Display human names of locales in dropdownEugen Rochko
2016-11-16Adding react-intl i18n to the frontend. No translations yetEugen Rochko
2016-11-15Adding some localizationsEugen Rochko
2016-11-15Fix rubocop issues, introduce usage of frozen literal to improve performanceEugen Rochko
2016-11-06Fix URL configuration when S3 is enabledEugen Rochko
2016-11-05Adding hashtagsEugen Rochko
2016-10-17Include <id> (identical value to <uri>) on person-type objects in AtomEugen Rochko
This might help with GS compatibility
2016-10-16Don't preload timelines as props, load them when timeline component is mountedEugen Rochko
This prevents the bug where if you go "back" to the UI after navigating to another page it loads with the old set of statuses
2016-10-14E-mail preferences pageEugen Rochko
2016-10-10Fix reblog mentions AtomEugen Rochko
2016-10-10Include mentions and media attachments of reblogged posts in AtomEugen Rochko
2016-10-07Adding public timelineEugen Rochko
2016-10-03Fix most pages on small screensEugen Rochko
2016-09-29Improve code styleEugen Rochko
2016-09-27Adding landing pageEugen Rochko
2016-09-27Fix #52 - Add API versioning (v1)Eugen Rochko
2016-09-26Replace logo, fix #57 - delete/unreblog/unfavourite API, fix #45 - appEugen Rochko
registration API
2016-09-13Adding sense of self to the UI, cleaning up routing, adding third (detail) ↵Eugen Rochko
column
2016-09-09Refactored generation of unique tags, URIs and object URLs into own classes,Eugen Rochko
as well as formatting of content
2016-09-09Probably fixes #31Eugen Rochko
2016-09-08Optimized n+1 queries in accounts Atom and HTML viewsEugen Rochko
Added stack trace for SQL queries in development Removed badly thought out accounts/lookup API
2016-09-08Fixing atom feeds for accounts, adding tests that would catch such bugs in ↵Eugen Rochko
future
2016-09-05Adding enclosures to Atom and statuses JSONEugen Rochko
2016-09-05PostStatusService can attach media to status, ProcessFeedService likewiseEugen Rochko
2016-09-05Add API to upload media attachmentsEugen Rochko
2016-09-04Fixed more case-sensitivity issuesEugen Rochko
2016-09-04Normalized data in Redux, fix for asset URLs when rendered outside requestEugen Rochko
2016-03-27Fix issue with unresolvable usernamesEugen Rochko
2016-03-26Cleaning up status partialEugen Rochko
2016-03-26Add alternate link to entries AtomEugen Rochko
2016-03-25Fix subscriptions:clear task, refactor feeds, refactor streamable activitesEugen Rochko
and atom feed generation to some extent, as well as the way mentions are stored
2016-03-24Sanitize remote html in atom feeds, API (not just UI), use cached mentionEugen Rochko
relations on Status#mentions
2016-03-24Do display top-level content on remote shared noticesEugen Rochko
2016-03-22Omit empty tags in Atom feedEugen Rochko
2016-03-22Reblogs in Atom feeds now have published, updated, and activity:verb. Still ↵Eugen Rochko
related to #20
2016-03-22Fix #20, reblogs in Atom should be formatted correctly nowEugen Rochko
2016-03-21Adding Turbolinks, adding status posting form on homepageEugen Rochko
2016-03-21Fix text color in dashboard inputs, sanitize remote status content in UI,Eugen Rochko
simplify FanOutOnWriteService, add /api/accounts/lookup method
2016-03-21Small optimizations in Atom feedsEugen Rochko
2016-03-21Security updateEugen Rochko
2016-03-20Adding more tests for helpersEugen Rochko
2016-03-19Adding public following and followers pages, fix #3Eugen Rochko
2016-03-19TIL a return from a block seems to return from the whole method rather thanEugen Rochko
the block, even though the last line of a block is an implicit return. I am confused to say the least
2016-03-19Fix #13, Atom feeds now contain formatted post contentEugen Rochko
2016-03-16Validations for local profilesEugen Rochko
2016-03-16Deleting statuses, deletion propagationEugen Rochko
2016-03-14Bind oauth applications to usersEugen Rochko
2016-03-12Adding simple_form, adding profile settings, header imageEugen Rochko
2016-03-12Customized more doorkeeper views, only logged in users can create oauth appsEugen Rochko