about summary refs log tree commit diff
path: root/app/javascript/mastodon/storage
AgeCommit message (Collapse)Author
2018-05-19Cache media only when storage can be freed (#7547)Akihiko Odaki
2018-05-15Test if navigator.storage.estimate exists before using it (#7504)Akihiko Odaki
2018-05-13Test if navigator.storage is present before using it (#7460)Akihiko Odaki
2018-04-08Free stroage if it is exceeding disk quota (#7061)Akihiko Odaki
2018-04-02 Add missing rejection handling for Promises (#7008)unarist
* Add eslint-plugin-promise to detect uncaught rejections * Move alert generation for errors to actions/alert * Add missing rejection handling for Promises * Use catch() instead of onReject on then() Then it will catches rejection from onFulfilled. This detection can be disabled by `allowThen` option, though.
2018-03-29Fix ReferenceError when Cache API is missing (#6953)unarist
Cache API is not supported on Safari 11.0 / iOS 11. Since those caching is optional, this patch simply ignores it.
2018-03-27Cache media (#6902)Akihiko Odaki