pinafore/routes
Nolan Lawson 270df188cb
Store IDB data for 1 week rather than 2 weeks (#498)
Based on issues I'm seeing on iOS Safari, I'm guessing that my IDB caching is too aggressive and is hitting origin storage limits, which causes IDB transactions in safari to fail silently and never call any transaction callbacks (`onblocked`, `onerror`, `oncomplete`).

This is pretty bad and causes Pinafore to basically just not work unless you clear site data, which we should avoid. 2 weeks was probably unnecessary anyway; in a social network, who cares about content that's 2 weeks old?
2018-08-26 15:38:54 -07:00
..
_actions add domain blocking (#496) 2018-08-26 14:16:00 -07:00
_api add domain blocking (#496) 2018-08-26 14:16:00 -07:00
_components add application (client) name to statuses (#497) 2018-08-26 15:38:45 -07:00
_database Store IDB data for 1 week rather than 2 weeks (#498) 2018-08-26 15:38:54 -07:00
_pages Use img.decode() (#473) 2018-08-22 21:00:53 -07:00
_static add support for max_toot_chars > 500 (#495) 2018-08-26 12:14:16 -07:00
_store add support for max_toot_chars > 500 (#495) 2018-08-26 12:14:16 -07:00
_utils add application (client) name to statuses (#497) 2018-08-26 15:38:45 -07:00
accounts upgrade to svelte 2.0 (#251) 2018-05-01 17:05:36 -07:00
community upgrade to svelte 2.0 (#251) 2018-05-01 17:05:36 -07:00
lists fix nav bar for pinned lists (#263) 2018-05-03 21:24:10 -07:00
settings tests: quicker login, tweak test setup (#372) 2018-06-08 09:00:20 -07:00
statuses/[statusId] upgrade to svelte 2.0 (#251) 2018-05-01 17:05:36 -07:00
tags upgrade to svelte 2.0 (#251) 2018-05-01 17:05:36 -07:00
blocked.html upgrade to svelte 2.0 (#251) 2018-05-01 17:05:36 -07:00
favorites.html upgrade to svelte 2.0 (#251) 2018-05-01 17:05:36 -07:00
federated.html upgrade to svelte 2.0 (#251) 2018-05-01 17:05:36 -07:00
index.html upgrade to svelte 2.0 (#251) 2018-05-01 17:05:36 -07:00
local.html upgrade to svelte 2.0 (#251) 2018-05-01 17:05:36 -07:00
muted.html upgrade to svelte 2.0 (#251) 2018-05-01 17:05:36 -07:00
notifications.html upgrade to svelte 2.0 (#251) 2018-05-01 17:05:36 -07:00
pinned.html upgrade to svelte 2.0 (#251) 2018-05-01 17:05:36 -07:00
requests.html upgrade to svelte 2.0 (#251) 2018-05-01 17:05:36 -07:00
search.html upgrade to svelte 2.0 (#251) 2018-05-01 17:05:36 -07:00