Commit Graph

649 Commits

Author SHA1 Message Date
codl 1e5545f105 v1.1.2 2018-04-25 08:49:04 +02:00
codl aba1635716 fix #25 error when submitting settings with JS disabled 2018-04-25 08:29:15 +02:00
codl 2d56d865d6
version bump 2018-04-19 16:57:29 +02:00
codl de43749411
add versioneer to dev-dependencies 2018-04-19 16:54:43 +02:00
codl df316cc65e
update python deps. also update package-lock 2018-04-19 16:50:14 +02:00
codl 122fe86315
update svelte 2018-04-19 16:18:31 +02:00
codl 86686938a4
update changelog 2018-02-03 17:55:23 +01:00
codl b54075c485
fix post-receive hook again. dumbass 2018-02-03 17:47:44 +01:00
codl c716dcb35d
actually just use a clone instead 2018-02-03 17:11:06 +01:00
codl 2cc98cb11b
update post-receive hook to use git archive 2018-02-03 17:10:52 +01:00
codl e36fa1e999
version bump 2018-01-31 23:27:23 +01:00
codl 520eddba5b
🆙 update deps 2018-01-31 23:16:55 +01:00
codl e2f1ca1732
replace messy version stuff with versioneer 2018-01-31 23:16:54 +01:00
codl 35560e17b6
leave me alone travis thats not even my fault thats celerys fault 2018-01-30 21:15:35 +01:00
codl b95b47018a
set celery to autoscale from 8 to 64 processes 2018-01-19 03:30:38 +01:00
codl 46cef0852b
frick you travis 2018-01-03 18:33:56 +01:00
codl 51e070af3d
three-way favourite policy. closes #18 2018-01-03 18:00:59 +01:00
codl 5c47db8cc4
hotfix: sqlalchemy 1.2 no longer coerces strings to booleans 2018-01-03 17:58:13 +01:00
codl 4bdaa5a8fa
fuck you pip 2018-01-03 17:30:25 +01:00
codl 3e725df58b
update maintained badge 2018-01-03 12:55:01 +01:00
codl ec733c30d6
fix pipfile, requirements.txt 2018-01-03 12:55:01 +01:00
codl 9696b6e448
fix revoked tokens not being found because of localised error messages 2018-01-03 12:24:35 +01:00
codl b11ffbbc11
more knob twiddling 2017-12-28 15:30:02 +01:00
codl e6a582431d
twiddle knob 2017-12-28 13:22:15 +01:00
codl 8b7db5cce2
simplify mastodon instance scoring 2017-12-28 13:12:55 +01:00
codl 9574476491
OOPS WHOOPS uh oh 2017-12-28 03:25:27 +01:00
codl ada719faeb
add ability to keep only posts without media
closes #16
2017-12-28 03:02:08 +01:00
codl 40960fc7fd
take direct messages into account in estimate 2017-12-27 22:16:13 +01:00
codl c0c1591dfa
shorten delay between delete queue ups 2017-12-27 22:01:45 +01:00
codl 8d8a21c6a2
take reblogs into account in estimated post count 2017-12-27 22:00:58 +01:00
codl f2cdc30c9e
fix #17 ignore fav on retweets
im not sure how it works on mastodon so i just took the safe option
2017-12-27 21:25:09 +01:00
codl 3c6a9e4158
track which posts are reblogs 2017-12-27 21:23:13 +01:00
codl b72fbac24d
no! i forgot to also store fav/rt counts on twitter 2017-12-27 21:03:12 +01:00
codl 253bd78b12
duh 2017-12-27 20:51:21 +01:00
codl 132007f91f
store fav/reblog count. first step towards #7 2017-12-27 20:49:19 +01:00
codl 79cd7127c5
add config file for probot's stale 2017-12-27 20:20:31 +01:00
codl add2c3883d
🆙 update requirements 2017-12-21 16:16:13 +01:00
codl b057002ccb
add cache headers to sentry js
that oughta shut webpagetest up >:(
2017-12-19 16:30:54 +01:00
codl 89382d70e2
replace plain radio buttons with radio strips 2017-12-14 16:59:33 +01:00
codl 3b2cd362d9
forgot to also change the link oops 2017-11-25 00:54:56 +01:00
codl 0f4a9fcec7
replace coveralls badge with codecov badge 2017-11-25 00:50:20 +01:00
codl 84c541279e
coveralls -> codecov 2017-11-25 00:43:01 +01:00
codl f7bc5e9aa0
🆙 update requirements 2017-11-19 01:03:34 +01:00
codl e48786290a
fix real old typo 2017-11-19 01:00:30 +01:00
codl 053208eca1
shoutouts to the flask-migrate maintainer for adding a wheel
no shoutouts to pip for not trying the source distribution when the
wheel doesn't match the hash
2017-11-18 10:53:13 +01:00
codl c01bdd2fd3
you know what, fuck it. this is v1.0.0 2017-11-13 01:15:03 +01:00
codl 11b78e887f
update changelog 2017-11-13 01:13:43 +01:00
codl fe52c4424f
un-kaching 💸 remove codesponsor from readme 2017-11-13 01:00:33 +01:00
codl 59e5ab2390
fix #14 Error returning to forget after cancelling authorization
turns out request.args has some special behaviour that forces a 400
instead of throwing a KeyError when trying to read an arg that wasn't
supplied :/ havent seen anything about it in flask's docs
2017-11-02 15:47:04 +01:00
codl 75e5f52871
make sure to convert mastodon post IDs to integers
mastodon v2.0.0 changed IDs to be snowflake-like and returns them as
strings in the API
2017-10-18 21:06:28 +02:00