Commit Graph

807 Commits

Author SHA1 Message Date
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
codl a057669a21
🆙 update requirements 2017-10-18 21:06:28 +02:00
codl 81f3d5dff5
front page mastodon buttons: sort mastodon.social first 2017-10-15 20:47:58 +02:00
codl 3d8c809e64
add health check endpoint 2017-10-15 20:38:39 +02:00
codl 4a2450e28f
kaching 💶💶 add codesponsor to readme 2017-10-08 08:01:14 +02:00
codl 8422b6d89b
add soft and hard time limits to every task 2017-09-30 20:44:27 +02:00
codl a6870d3775
codacy 2017-09-24 23:54:03 +02:00
codl 1b07bf1020
codacy 2017-09-24 23:49:08 +02:00
codl 4f1fb8f262
step into the future with pipfiles 2017-09-24 23:22:19 +02:00
codl 366030dbda
remove flask-limiter 2017-09-24 23:22:19 +02:00
codl 6fd1d6979b
remove unused iso8601 req 2017-09-24 23:22:19 +02:00
codl 53dd39ea0d
travis: add python 3.6-dev target 2017-09-24 21:54:22 +02:00
codl b69f5db0dd
cleaner redis isolation 2017-09-24 16:43:54 +02:00
codl 520560ce79
remove flask-limiter, make sure redis isnt initialised early 2017-09-24 16:37:38 +02:00
codl fe1db3cf36
test version 👀 2017-09-24 13:11:06 +02:00
codl 4f3c877d0c
lower timeout and increase payload size on brotli timeout test
it keeps failing because travis' machines are too fast lol
2017-09-24 12:56:23 +02:00
codl 79e06784af
increase default timeout in brotli 2017-09-23 19:38:01 +02:00
codl 8911c57ee4
double the default timeout on img proxy 2017-09-23 10:34:01 +02:00
codl 66d87fda58
oops 2017-09-23 10:33:46 +02:00
codl 526efbeded
hint that you have to upload the zip file from twitter 2017-09-21 21:18:01 +02:00
codl 256213175f
ah! this snuck into my commit 2017-09-21 13:56:16 +02:00
codl 7967cc686c
maybe if i cache mastodon api instances i can avoid 50% of calls?
im just throwing shit at the wall here im running out of ideas

this could also fuck everything up idk let's see

uhh issue #10
2017-09-21 13:54:41 +02:00
codl a649d21549
brotli: set header to timeout if timeout was immmediate (0) 2017-09-21 09:51:59 +02:00
codl 0e185c67a5
ahhhhh 2017-09-21 07:26:01 +02:00
codl eb6fcd700a
Revert "make sure post id is an actual integer"
This reverts commit e9653f34be.
2017-09-21 07:24:18 +02:00
codl 1123d44b30
Revert "protect against invalid posts"
This reverts commit 4e5c2b1f9a.
2017-09-21 07:19:35 +02:00
codl e9653f34be
make sure post id is an actual integer 2017-09-21 07:19:13 +02:00
codl 4e5c2b1f9a
protect against invalid posts
(???) i dont quite understand why i have to do this but some server is
throwing posts at me without an id or a status or much of anything so..
2017-09-21 06:50:01 +02:00
codl fd0bd49bdd
lol oops 2017-09-21 02:33:00 +02:00
codl fb65bcf0ac
dont open one redis client per task 👀 2017-09-21 02:27:30 +02:00
codl 0d7c1af13d
twiddle knob 2017-09-21 02:19:42 +02:00
codl 0ad980f499
twiddle knob 2017-09-21 01:25:25 +02:00
codl 0c3f603db5
whoops forgot to git add privacy.html 2017-09-20 23:29:54 +02:00
codl 5ba5f2b460
split privacy policy from about page 2017-09-20 23:28:12 +02:00
codl c135dc793e
rename lib to libforget 2017-09-20 23:04:44 +02:00
codl 89e35786d0
oops!!!!! 2017-09-20 14:44:01 +02:00
codl 06c0de29da
oops 2017-09-20 14:42:45 +02:00
codl 6bce7b1d04
make sure only one of each task runs at once 2017-09-20 14:39:31 +02:00
codl b9b3d8bab2
fix procfile to allow a decent amout of concurrent jobs 2017-09-20 13:45:20 +02:00
codl b0b17ae39f
oops 2017-09-20 12:58:16 +02:00
codl 53c2e8a023
another measure to avoid hitting rate limits 2017-09-20 12:41:10 +02:00
codl 33cc82b1ca
mastodon avatars are not circles (sometimes) 2017-09-19 02:44:08 +02:00
codl ab085aabf8
oh my god are you serious with this 2017-09-19 01:43:50 +02:00