Commit graph

1222 commits

Author SHA1 Message Date
96c2858d7a
lower timeline fetch batch size from 20 to 10 (#523) 2018-08-29 22:49:14 -07:00
6d8f4e22ef
fix worker ordering (#522) 2018-08-29 22:03:29 -07:00
greenkeeper[bot]
8dbc1b0503 Update standard to the latest version 🚀 (#519)
* chore(package): update standard to version 12.0.0

* package lock update

* fix eslint
2018-08-29 21:42:57 -07:00
d599f2f308
run idb operations in a web worker (#517) 2018-08-29 19:03:12 -07:00
2449a27767
fix pinned/unpinned state of recently pinned statuses (#521)
* fix pinned/unpinned state of recently pinned statuses

* fixup

* fix test
2018-08-29 18:10:09 -07:00
b55c042ff4
fix display of application name in edge (#516)
fixes #512
2018-08-29 09:25:24 -07:00
1c20c6b762 0.8.1 2018-08-28 08:52:57 -07:00
01b1d083a9
update fav boost accounts for stale views (#510) 2018-08-28 06:45:15 -07:00
6d50c65352
add warning text about private browsing (#509) 2018-08-28 06:44:58 -07:00
120f50919e
improve a11y of fields, status page, and more (#505)
* improve a11y of fields, status page, and more

* tweak nav name

* fix community page and tweak text

* don't show pinned statuses heading unless there are pinned statuses
2018-08-28 06:44:36 -07:00
46fa65f25a
fix null error in profile (#506) 2018-08-27 19:32:30 -07:00
8334598786
fix autosuggest for dark themes (#507) 2018-08-27 19:32:22 -07:00
464ed5ab71
update now to v11.4.0 (#502) 2018-08-27 18:30:17 -07:00
greenkeeper[bot]
29dca5d8f4 Update style-loader to the latest version 🚀 (#504)
* fix(package): update style-loader to version 0.23.0

* chore(package): update lockfile

https://npm.im/greenkeeper-lockfile
2018-08-27 18:30:08 -07:00
02bce843aa 0.8.0 2018-08-26 20:13:42 -07:00
b59f544efb
fix application name (#501)
it should not show "Web" by default but should be absent if `application` is null
2018-08-26 19:46:19 -07:00
b60d636ee2
media uploads no longer add URLs to status text (#500)
fixes #8
2018-08-26 18:54:59 -07:00
d49af06fbd
use async clipboard API (#499) 2018-08-26 16:40:48 -07:00
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
543536409b
add application (client) name to statuses (#497)
* add application (client) name to statuses

fixes another thing in #6

* add domain blocking (#496)

* add domain blocking

fixes another thing from #6

* show "domain blocking" on profile page

* fix stuff
2018-08-26 15:38:45 -07:00
95665f6d74
add domain blocking (#496)
* add domain blocking

fixes another thing from #6

* show "domain blocking" on profile page
2018-08-26 14:16:00 -07:00
47315c7f6d
add support for max_toot_chars > 500 (#495) 2018-08-26 12:14:16 -07:00
17b80e5a79
simplify model for updating account relationships (#494) 2018-08-26 12:14:08 -07:00
8959cdaeb1
fix incorrect toast notification for follow requests (#493) 2018-08-26 10:31:13 -07:00
4a0cfb8d6e
tweak CSS in options dialog menu (#492) 2018-08-25 22:03:40 -07:00
d6af3b69a7
Add ability to show/hide boosts from accounts (#491)
Fixes some stuff in #6
2018-08-25 22:03:33 -07:00
dc091f1360
fix requested view for follow requests (#489) 2018-08-25 22:03:26 -07:00
73c99904cf
fix CSS specificity to fix firefox (#488) 2018-08-25 22:03:18 -07:00
ed1813fd53
Update README.md 2018-08-25 13:04:41 -07:00
9bdb723edb 0.7.0 2018-08-25 12:54:04 -07:00
4edec81a0f
fix incorrect autocomplete avatars (#487)
fixes #486
2018-08-24 21:35:02 -07:00
1423a6b14b
slight refactor of timeline fetching (#485) 2018-08-24 11:50:40 -07:00
8d2e0636d6
add null check for index.html fetch in SW (#484)
hopefully should fix #483
2018-08-24 08:51:09 -07:00
91a92b0003 profile fields: add #each loop, allow custom emoji, tweak CSS 2018-08-23 22:24:55 -07:00
Spanky
698d8f5730 added account meta fields to profile 2018-08-23 22:24:55 -07:00
32ea30f4bb
fix style of account search results (#481) 2018-08-23 19:40:03 -07:00
1753e20f29
add label for bots (#479)
fixes #463
2018-08-23 18:41:43 -07:00
c4c128030e
allow custom emoji in user profiles (#475)
fixes #471
2018-08-23 14:47:33 -07:00
5fdde8c63f
update deps again (#476) 2018-08-23 14:47:26 -07:00
8949b36873
Use img.decode() (#473)
* remove will-change:transform from container

* WIP: use img.decode()

* more work on img.decode
2018-08-22 21:00:53 -07:00
d10f924620
remove will-change:transform from container (#470) 2018-08-22 19:26:13 -07:00
39cd96da70
update now to v11.3.12 (#468) 2018-08-22 07:53:02 -07:00
e9c704c7fc 0.6.2 2018-08-21 23:39:47 -07:00
d30ffc6683
disable service worker image cache for avatars (#465)
fixes #464
2018-08-21 22:22:21 -07:00
2956e20d18 0.6.1 2018-08-21 08:04:58 -07:00
65ac7e22f4
fix null error in VirtualListFooter.html (#456) 2018-08-21 07:06:53 -07:00
6ad20e72a7
don't use rIC while scrolling (#455)
* don't use rIC while scrolling

* remove unnecessary import
2018-08-20 17:57:38 -07:00
c4c70dfd89 0.6.0 2018-08-19 20:43:50 -07:00
aea952daf0
use better emoji removal algorithm (#452)
another follow-up to #450 to fix #449
2018-08-19 20:25:28 -07:00
af1d4b63d3
better support for de-emojified user display names (#451)
improvements to #450 to fix #449, especially for aria labels
2018-08-19 19:31:54 -07:00