Commit Graph

807 Commits

Author SHA1 Message Date
codl 25dcf17f54 example config: mention twitter callback url
also added a note to uncomment values before editing them, just to be safe
2020-03-11 22:36:18 +01:00
codl cdd7d43a18 readme: update maintained badge 2020-01-03 01:22:53 +01:00
dependabot-preview[bot] 4f0bae9a74 Bump rollup-plugin-svelte from 5.1.0 to 5.1.1
Bumps [rollup-plugin-svelte](https://github.com/rollup/rollup-plugin-svelte) from 5.1.0 to 5.1.1.
- [Release notes](https://github.com/rollup/rollup-plugin-svelte/releases)
- [Changelog](https://github.com/sveltejs/rollup-plugin-svelte/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup-plugin-svelte/compare/v5.1.0...v5.1.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-08 12:59:20 +01:00
codl 6c8d20b87e
update changelog and release v2.0.0 2019-09-13 03:45:56 +02:00
codl 9592ab8511
disable archives
it has come to my attention while investigating #263 that tweet archives
as forget supports them are no longer a thing. this commit disables all
front-facing archive support and puts a banner above the form
2019-09-13 03:33:39 +02:00
codl c5c4b72c6f
ensure fetch_acc is rescheduled properly when doing historic fetch
the unique flag on the task means we can't reschedule it for right now
but we must wait for the current one to end. this commit introduces a 1
second delay before the task is ran again, which should be enough
2019-09-13 03:07:58 +02:00
dependabot-preview[bot] 741a44bed8 Bump alembic from 1.0.10 to 1.1.0
Bumps [alembic](https://github.com/sqlalchemy/alembic) from 1.0.10 to 1.1.0.
- [Release notes](https://github.com/sqlalchemy/alembic/releases)
- [Changelog](https://github.com/sqlalchemy/alembic/blob/master/CHANGES)
- [Commits](https://github.com/sqlalchemy/alembic/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-28 15:06:30 +00:00
dependabot-preview[bot] 19dc13bc93 Bump pytest from 5.0.0 to 5.1.1
Bumps [pytest](https://github.com/pytest-dev/pytest) from 5.0.0 to 5.1.1.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/5.0.0...5.1.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-28 15:03:28 +00:00
dependabot-preview[bot] e369b554b1 Bump flask from 1.0.3 to 1.1.1
Bumps [flask](https://github.com/pallets/flask) from 1.0.3 to 1.1.1.
- [Release notes](https://github.com/pallets/flask/releases)
- [Changelog](https://github.com/pallets/flask/blob/master/CHANGES.rst)
- [Commits](https://github.com/pallets/flask/compare/1.0.3...1.1.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-28 10:23:43 +00:00
dependabot-preview[bot] ac4d143d7f Bump coverage from 4.5.3 to 4.5.4
Bumps [coverage](https://github.com/nedbat/coveragepy) from 4.5.3 to 4.5.4.
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](https://github.com/nedbat/coveragepy/compare/coverage-4.5.3...coverage-4.5.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-28 10:17:47 +00:00
dependabot-preview[bot] 1668d1cd2d Bump svelte from 3.1.0 to 3.6.10
Bumps [svelte](https://github.com/sveltejs/svelte) from 3.1.0 to 3.6.10.
- [Release notes](https://github.com/sveltejs/svelte/releases)
- [Changelog](https://github.com/sveltejs/svelte/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/svelte/compare/v3.1.0...v3.6.10)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-28 12:11:41 +02:00
dependabot-preview[bot] 09f7127e52 Bump pillow from 6.0.0 to 6.1.0
Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.0.0 to 6.1.0.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst)
- [Commits](https://github.com/python-pillow/Pillow/compare/6.0.0...6.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-28 12:11:27 +02:00
codl 249842ed9f
fix newer twitter accounts not fetching new posts after the initial fetch
twitter returns the post on the max_id boundary, which mastodon does not
do. the code that decides to move from historical fetch to a new batch
assumes that no posts will be returned at all when we're done, but in
twitter's case that will never happen, or not until the oldest post is
deleted. this change updates that code to ignore any posts returned that
match either max_id or since_id
2019-08-28 11:32:19 +02:00
codl 387b287990
release v1.6.1 2019-07-23 04:50:20 +02:00
codl 195371dc97
forgot to also update the log in button template for known instances js 2019-07-23 04:42:44 +02:00
codl 289a1df83f
color login buttons in css instead of hardcoding colors into the html 2019-07-23 04:32:19 +02:00
codl fb1725d43a
new, better about page
I've long wanted to get rid of this weirdly negative and tongue in cheek
about page
2019-07-23 04:10:33 +02:00
codl 38339defba
update changelog with earlier changes 2019-07-23 02:28:42 +02:00
codl ac76dd4ad1
make version link in footer link to changelog, not commit log 2019-07-23 02:17:01 +02:00
codl f01b5b1511
guhhhhhhh. i forgot an import 2019-07-19 05:48:43 +02:00
dependabot-preview[bot] cd5ac7a52e Bump rollup-plugin-svelte from 5.0.3 to 5.1.0
Bumps [rollup-plugin-svelte](https://github.com/rollup/rollup-plugin-svelte) from 5.0.3 to 5.1.0.
- [Release notes](https://github.com/rollup/rollup-plugin-svelte/releases)
- [Changelog](https://github.com/rollup/rollup-plugin-svelte/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup-plugin-svelte/compare/v5.0.3...v5.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-19 00:51:09 +00:00
dependabot-preview[bot] cf2ebe22a0 Bump rollup from 1.13.1 to 1.17.0
Bumps [rollup](https://github.com/rollup/rollup) from 1.13.1 to 1.17.0.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v1.13.1...v1.17.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-19 00:40:43 +00:00
dependabot-preview[bot] da8fb2b4b5 Bump psycopg2 from 2.8.2 to 2.8.3
Bumps [psycopg2](https://github.com/psycopg/psycopg2) from 2.8.2 to 2.8.3.
- [Release notes](https://github.com/psycopg/psycopg2/releases)
- [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS)
- [Commits](https://github.com/psycopg/psycopg2/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-18 14:45:43 +02:00
dependabot-preview[bot] 0386f55f7b Bump sqlalchemy from 1.3.3 to 1.3.5
Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.3.3 to 1.3.5.
- [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases)
- [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/master/CHANGES)
- [Commits](https://github.com/sqlalchemy/sqlalchemy/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-18 14:45:24 +02:00
dependabot-preview[bot] fe765165da Bump rollup-plugin-node-resolve from 4.2.4 to 5.2.0
Bumps [rollup-plugin-node-resolve](https://github.com/rollup/rollup-plugin-node-resolve) from 4.2.4 to 5.2.0.
- [Release notes](https://github.com/rollup/rollup-plugin-node-resolve/releases)
- [Changelog](https://github.com/rollup/rollup-plugin-node-resolve/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup-plugin-node-resolve/compare/v4.2.4...v5.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-18 02:19:27 +00:00
dependabot-preview[bot] 45f70c1132 Bump pytest from 4.6.1 to 5.0.0
Bumps [pytest](https://github.com/pytest-dev/pytest) from 4.6.1 to 5.0.0.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/4.6.1...5.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-18 01:13:15 +02:00
codl 7fad5ea458 shorten frequency at which we refresh the most stale posts 2019-07-16 18:50:25 +00:00
codl 6a597bf53a
v1.5.3 2019-07-11 22:44:30 +02:00
codl 9eba78c125
typo 😩 this is what happens when i try to fix things fast 2019-07-11 22:43:32 +02:00
codl 53113ce18a
v1.5.2 2019-07-11 22:36:42 +02:00
codl da7d64acbd
set user agent on mastodon.py requests 2019-07-11 22:33:14 +02:00
dependabot-preview[bot] 9e3e68de3a Bump requests from 2.21.0 to 2.22.0
Bumps [requests](https://github.com/requests/requests) from 2.21.0 to 2.22.0.
- [Release notes](https://github.com/requests/requests/releases)
- [Changelog](https://github.com/kennethreitz/requests/blob/master/HISTORY.md)
- [Commits](https://github.com/requests/requests/compare/v2.21.0...v2.22.0)
2019-06-03 18:09:48 +00:00
dependabot-preview[bot] af17d5c343 Bump pytest-cov from 2.6.1 to 2.7.1
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 2.6.1 to 2.7.1.
- [Release notes](https://github.com/pytest-dev/pytest-cov/releases)
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest-cov/compare/v2.6.1...v2.7.1)
2019-06-03 18:08:42 +00:00
dependabot-preview[bot] 941d017b1d Bump pytest from 4.4.1 to 4.6.1
Bumps [pytest](https://github.com/pytest-dev/pytest) from 4.4.1 to 4.6.1.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/4.4.1...4.6.1)
2019-06-03 19:57:57 +02:00
dependabot-preview[bot] 6625ae20d1 Bump flask-migrate from 2.4.0 to 2.5.2
Bumps [flask-migrate](https://github.com/miguelgrinberg/flask-migrate) from 2.4.0 to 2.5.2.
- [Release notes](https://github.com/miguelgrinberg/flask-migrate/releases)
- [Changelog](https://github.com/miguelgrinberg/Flask-Migrate/blob/master/CHANGES.md)
- [Commits](https://github.com/miguelgrinberg/flask-migrate/compare/v2.4.0...v2.5.2)
2019-06-03 12:45:40 +02:00
dependabot-preview[bot] e64a526c73 Bump flask from 1.0.2 to 1.0.3
Bumps [flask](https://github.com/pallets/flask) from 1.0.2 to 1.0.3.
- [Release notes](https://github.com/pallets/flask/releases)
- [Changelog](https://github.com/pallets/flask/blob/master/CHANGES.rst)
- [Commits](https://github.com/pallets/flask/compare/1.0.2...1.0.3)
2019-06-03 12:45:10 +02:00
dependabot-preview[bot] 2112d31298 Bump rollup from 1.10.1 to 1.13.1
Bumps [rollup](https://github.com/rollup/rollup) from 1.10.1 to 1.13.1.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v1.10.1...v1.13.1)
2019-06-02 11:38:51 +00:00
dependabot-preview[bot] ed06923024 Bump rollup-plugin-node-resolve from 3.4.0 to 4.2.4
Bumps [rollup-plugin-node-resolve](https://github.com/rollup/rollup-plugin-node-resolve) from 3.4.0 to 4.2.4.
- [Release notes](https://github.com/rollup/rollup-plugin-node-resolve/releases)
- [Changelog](https://github.com/rollup/rollup-plugin-node-resolve/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup-plugin-node-resolve/compare/v3.4.0...v4.2.4)
2019-06-02 09:20:08 +00:00
codl 2f3efe8ca0
Merge pull request #202 from codl/ignore-more
ignore posts that are not known to match policy
2019-05-11 20:32:32 +02:00
codl 36860b6bf7
ignore posts that are not known to match policy
until now, delete_from_account would only ignore posts that were too
young, but would fetch and refresh posts that didn't match
fave/media/DM policies. this was fine most of the time but would result
in a lot of refreshes if those policies were very restrictive. now these
policies are respected when selecting candidate posts for deletion

closes #174
2019-05-11 20:21:43 +02:00
codl dea3ab760a
Merge pull request #200 from codl/release
release v1.5.1
2019-05-02 02:08:30 +02:00
codl c7858d6121
travis: cache npm packages as well as python ones. take two 2019-05-02 02:02:27 +02:00
codl 5e5d0fb5ef
release v1.5.1 2019-05-02 01:49:13 +02:00
codl 733bb8751a
travis: cache npm packages as well as python ones 2019-05-02 01:44:28 +02:00
dependabot[bot] 8f3b9e9aa3 Bump alembic from 1.0.7 to 1.0.10
Bumps [alembic](https://alembic.sqlalchemy.org) from 1.0.7 to 1.0.10.

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-05-01 23:39:44 +00:00
dependabot[bot] 66ca143e68 Bump sqlalchemy from 1.2.18 to 1.3.3
Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.2.18 to 1.3.3.
- [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases)
- [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/master/CHANGES)
- [Commits](https://github.com/sqlalchemy/sqlalchemy/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-05-01 23:39:28 +00:00
dependabot[bot] cd114cf7e2 Bump psycopg2 from 2.7.7 to 2.8.2
Bumps [psycopg2](https://github.com/psycopg/psycopg2) from 2.7.7 to 2.8.2.
- [Release notes](https://github.com/psycopg/psycopg2/releases)
- [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS)
- [Commits](https://github.com/psycopg/psycopg2/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-05-01 23:32:12 +00:00
dependabot[bot] afbb7e76fe Bump flask-sqlalchemy from 2.3.2 to 2.4.0
Bumps [flask-sqlalchemy](https://github.com/pallets/flask-sqlalchemy) from 2.3.2 to 2.4.0.
- [Release notes](https://github.com/pallets/flask-sqlalchemy/releases)
- [Changelog](https://github.com/pallets/flask-sqlalchemy/blob/master/CHANGES.rst)
- [Commits](https://github.com/pallets/flask-sqlalchemy/compare/2.3.2...2.4.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-05-01 23:31:08 +00:00
dependabot[bot] fa425d7ad9
Bump celery from 4.2.1 to 4.3.0
Bumps [celery](https://github.com/celery/celery) from 4.2.1 to 4.3.0.
- [Release notes](https://github.com/celery/celery/releases)
- [Changelog](https://github.com/celery/celery/blob/master/Changelog)
- [Commits](https://github.com/celery/celery/compare/v4.2.1...v4.3.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-05-01 23:25:48 +00:00
dependabot[bot] a16c0e9f52 Bump pillow from 5.4.1 to 6.0.0
Bumps [pillow](https://github.com/python-pillow/Pillow) from 5.4.1 to 6.0.0.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst)
- [Commits](https://github.com/python-pillow/Pillow/compare/5.4.1...6.0.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-05-01 23:19:08 +00:00