mastodon/app
Yamagishi Kazutoshi 0758b00bfd Refactor resizeImage method (#7236)
- Use URL.createObjectURL (replace from FileReader)
- Use HTMLCanvasElement.prototype.toBlob
  (replace from HTMLCanvasElement.prototype.toDataURL)
- Use Promise (replace callback interface)
2018-04-23 09:15:51 +02:00
..
chewy Full-text search for authorized statuses (#6423) 2018-02-09 23:04:47 +01:00
controllers Fix spec for sr-Latn (#7203) 2018-04-20 18:14:31 +02:00
helpers Improve report layout (#7188) 2018-04-20 02:28:48 +02:00
javascript Refactor resizeImage method (#7236) 2018-04-23 09:15:51 +02:00
lib Remove "nsfw" category for sensitive statuses in OStatus serializer (#7048) 2018-04-22 22:09:03 +02:00
mailers Account archive download (#6460) 2018-02-21 23:21:32 +01:00
models Rescue Mastodon::LengthValidationError in Remoteable (#7228) 2018-04-22 15:42:00 +02:00
policies Allow boosting own private toots (#6157) 2018-04-17 23:35:45 +02:00
presenters Redesign landing page (again) (#6486) 2018-02-22 01:03:48 +01:00
serializers Add bio fields (#6645) 2018-04-14 12:41:08 +02:00
services Remove "nsfw" category for sensitive statuses in OStatus serializer (#7048) 2018-04-22 22:09:03 +02:00
validators Allow more than the max pins if account is not local (#7105) 2018-04-12 20:36:02 +02:00
views Improve report layout (#7188) 2018-04-20 02:28:48 +02:00
workers Ensure SynchronizeFeaturedCollectionWorker is unique and clean up (#7043) 2018-04-13 01:27:22 +02:00