about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2016-12-15Fix responsiveness of 500 pageEugen Rochko
2016-12-14added to missings spanish translationsvictorhck
2016-12-14Fix key up listener on compose formEugen Rochko
2016-12-14Re-implemented autosuggestions component for the compose formEugen Rochko
Fix #205, fix #156, fix #124
2016-12-14Fixed AS delete verbEugen Rochko
2016-12-13Improved admin UIEugen Rochko
2016-12-12Restoring old async behaviour of thread resolving as it proved to be more robustEugen Rochko
2016-12-12Fix timelines loading bugEugen Rochko
2016-12-12Adding some navigation items from #262 to the getting started screenEugen Rochko
2016-12-11Fix metaKey usageEugen Rochko
2016-12-11Fix #167 - Enable cmd+enter on Mac to submit formEugen Rochko
2016-12-11Fix #171 - You can now drag & drop files to be uploadedEugen Rochko
2016-12-11Fix #203 - try/catch around JSON parseEugen Rochko
2016-12-11Fix #157 - labels/titles on follow/unfollow buttonsEugen Rochko
2016-12-11Fix whitespace preservation in status textEugen Rochko
2016-12-11Sensitive content federates using the "nsfw" hashtagEugen Rochko
2016-12-11Thread resolving no longer needs to be separate from ProcessFeedService,Eugen Rochko
since that is only ever called in the background
2016-12-09Improve images in opengraph meta tagsEugen Rochko
2016-12-09Fix OpenGraph meta tagsEugen Rochko
2016-12-09Fix translationsEugen Rochko
2016-12-08Merge pull request #346 from stamak/declaring_ukEugen
Declare Ukrainian
2016-12-08Declare UkrainianStanislav Makar
Closes: #345
2016-12-08Merge pull request #343 from undrskr/masterEugen
Ukrainian translation: Fix some translation errors.
2016-12-07Fix some translation errors.Vladyslav
2016-12-07Merge pull request #342 from undrskr/masterEugen
Ukrainian translation: Final steps
2016-12-07Final steps for Ukrainian translationVladyslav
2016-12-07Fix paperclip configEugen Rochko
2016-12-07Update Paperclip config to allow plugging in Minio instead of AWSEugen Rochko
2016-12-07Downsize attachment previews, but improve quality from 80 to 90Eugen Rochko
2016-12-06Fix #341 - Remove react-responsive in favour of simpler resize ↵Eugen Rochko
handler/window width
2016-12-06Improve suspend account serviceEugen Rochko
2016-12-06Add suspend account functionality to admin UIEugen Rochko
2016-12-06Add filters for suspended accountsEugen Rochko
2016-12-06Adding suspend account serviceEugen Rochko
2016-12-06Add single user modeEugen Rochko
2016-12-06FixEugen Rochko
2016-12-05Add account suspensionEugen Rochko
2016-12-05Downsize originals in media attachments, small fixesEugen Rochko
2016-12-05Merge pull request #338 from stamak/uk.ymlEugen
Add Ukrainian localization file uk.yml
2016-12-05Add Ukrainian localization file uk.ymlStanislav Makar
Closes: #337
2016-12-04Adding configurable e-mail blacklistEugen Rochko
2016-12-04Fix ruleEugen Rochko
2016-12-04Fix mutating objectsEugen Rochko
2016-12-04Better responsivenessEugen Rochko
2016-12-04Adding more to admin accounts UIEugen Rochko
2016-12-04Fix public tags pageEugen Rochko
2016-12-04Automatically block outgoing notifications from silenced accounts to usersEugen Rochko
who don't follow them
2016-12-04Do not use expiring links after allEugen Rochko
2016-12-04Set a specific S3 expiration time so that files can be cachedEugen 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)