about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2016-12-22Ensure that reblogs and favs always refer to the original status rather than ↵Eugen Rochko
a reblog wrapper
2016-12-22Fix notifications reducer bugEugen Rochko
2016-12-21Fix #250 - no text adjustEugen Rochko
2016-12-21Improve iconsEugen Rochko
2016-12-21Improved launcher icon on AndroidEugen Rochko
2016-12-21Fix #249 - use window.location hack to let people login from sandboxed iOS ↵Eugen Rochko
homescreen
2016-12-20Merge pull request #366 from tobypinder/smushed_assetsEugen
Smush assets for quicker load times/less bandwidth used.
2016-12-20Smush assets for quicker load times/less bandwidth used.Toby Pinder
2016-12-19Adding some rescues to workers, e.g. don't fail removal job when status ↵Eugen Rochko
can't be found in the first place (already removed)
2016-12-19Make unfavouriting async to prevent timeout errors from leaving orphaned ↵Eugen Rochko
records behind
2016-12-18Merge pull request #356 from victorhck/masterEugen
added two missings spanish translations
2016-12-18Adjusting public display of statuses to look similar to logged-in UI,Eugen Rochko
fix #361 with rich OEmbed display via iframe, fix #237 by hiding sensitive content behind a spoiler on public pages
2016-12-18Add OEmbed iframe HTML, convert emojis on public pages, increase size of ↵Eugen Rochko
attachment thumbnails
2016-12-18Removing external hub completely, fix #333 fixing digit-only hashtags,Eugen Rochko
removing web app capability from non-webapp pages
2016-12-15Add a better cropped imageEugen Rochko
2016-12-15Adding art by cutewitchirl, open graph tags for about pageEugen Rochko
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