Commit Graph

787 Commits

Author SHA1 Message Date
dependabot[bot] 7d0ce87f94
Bump pytest from 7.0.1 to 7.1.2
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.0.1 to 7.1.2.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/7.0.1...7.1.2)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-01 13:06:10 +00:00
codl f195ed3261
codacy is no longer allowed in my house 2022-03-04 23:39:54 +01:00
codl 5fdb99256f limit workflow to pushes and prs to master 2022-03-04 20:38:23 +01:00
codl 916a47ef9d update versioneer 2022-03-04 20:22:55 +01:00
codl 9c035d5132 actions: cache deps 2022-03-04 20:22:55 +01:00
codl 38a1c543af tests & github actions: replace pytest-redis with local redis 2022-03-04 20:22:55 +01:00
codl 1354d415d3 add github actions workflow, remove travis.yml 2022-03-04 20:22:55 +01:00
codl 44632934a7 Merge branch 'feature/instance-hidelist' 2022-03-04 14:20:00 +01:00
codl 299a99844f update changelog 2022-03-04 14:05:03 +01:00
codl c621982424 remove method to upgrade known instances from cookie to localstorage
it's been over three years since the old forget_known_instances cookie
is no longer being set, any cookie that hasn't been upgraded to
localstorage by now has surely expired
2022-03-04 14:03:08 +01:00
codl 82a72bfd32 fix 500s on login pages 2022-03-04 13:28:38 +01:00
codl 917202de1d update changelog 2022-03-04 13:20:20 +01:00
codl bbbb2470ed add instance hidelist 2022-03-04 13:12:35 +01:00
codl 77bb52cb9e release v2.1.0 2022-03-04 12:34:17 +01:00
codl 688b787c16 fix logged in template 2022-03-02 20:47:47 +01:00
Johann150 88760deb6f
add permission to read reactions 2022-03-02 13:30:40 +01:00
Johann150 aacc5100de
clarify what favourite means on misskey
This implementation does not actually read favourites, but reactions,
because reading favourites is more involved as they are like bookmarks
on Mastodon and not attached to the post itself.

Also removing the respective erroneous authentication scope.
2022-03-01 15:44:16 +01:00
Johann150 4efe6ec316
also display direct message settings for misskey 2022-03-01 15:38:23 +01:00
codl d5e0a364a8 mellow dependabot out (daily → monthly) 2022-03-01 01:13:25 +01:00
codl ce1990cd0d fix promo image in readme 2022-03-01 01:12:06 +01:00
codl 61700f3dd9 fix deps 2022-03-01 00:59:55 +01:00
codl a66ad7db9c deps update 2022-03-01 00:16:24 +01:00
codl 1eacfca8b4 upgrade package-lock to v2 2022-03-01 00:10:50 +01:00
codl a6a4416254 copyedit README, /about/ 2022-03-01 00:09:04 +01:00
codl c7762e839b update changelog 2022-02-28 22:45:25 +01:00
codl 6a14b70d88 fix migration 2022-02-28 22:39:10 +01:00
codl 1c65cd2556 also update date when updating batch end 2022-02-27 13:20:24 +01:00
codl a85095cd00 remove fk from fetch_current_batch_end_id
an attempt at fixing #584
2022-02-27 13:12:47 +01:00
codl 825313091c Merge branch 'cleanup-readme' 2022-02-27 00:43:08 +01:00
codl 9d2147e905 Merge branch 'misskey' 2022-02-27 00:38:03 +01:00
codl 20c0c93a5e update README, CHANGELOG 2022-02-27 00:34:29 +01:00
codl 1cade39fb9 misskey: fetch 100 notes at a time 2022-02-27 00:25:25 +01:00
codl 21eff570a0 fix default misskey known instances 2022-02-26 23:14:40 +01:00
codl 00bf83388f
bump maintenance year, remove messed up codacy badge 2022-02-26 22:10:29 +01:00
Johann150 b54a26cf8f
fix exception when no posts are in database
Instead of using Query.one use Query.one_or_none. The check after
setting the variable suggests this was the intended behaviour instead
of throwing errors if there are no posts in the database.
2021-12-09 18:57:00 +01:00
codl f7f2276cec
known_instances+misskey: actually record mk instances when logged into 2021-12-09 17:45:45 +01:00
codl e5971e3848
add misskey support to known instances 2021-12-09 16:31:48 +01:00
Johann150 e7744a1964
remove Miauth authentication
When using the "log out" functionality of Miauth and logging back
in again on forget, a new API token will be generated instead of
using the old one.
2021-11-16 19:03:01 +01:00
Johann150 77a2687d9e
fix rendering of misskey instances in template 2021-11-11 10:44:06 +01:00
Johann150 37652e4053
add drop type to fully reverse migration 2021-11-11 10:43:15 +01:00
Johann150 ab2c5c9aae
adapt privacy policy to misskey 2021-11-11 09:09:16 +01:00
Johann150 1522d766fa
correctly read miauth feature flag 2021-11-10 12:53:34 +01:00
Johann150 623a7e4415
fix all kinds of mistakes 2021-11-10 12:33:55 +01:00
Johann150 fce0f88d2c
fix variable name 2021-11-10 07:56:44 +01:00
Johann150 dbd7193636
use requests session 2021-11-10 07:56:40 +01:00
Johann150 ba72b8acf9
add misskey migration 2021-11-10 00:49:15 +01:00
Johann150 bb496bb5e6
fix parsing urls 2021-11-09 23:43:09 +01:00
Johann150 eee3bb82fe
fix small miscellaneous bugs 2021-11-09 23:07:46 +01:00
Johann150 8214cda672
fix IDs for instance JSON data 2021-11-09 23:06:44 +01:00
Johann150 8b5f56bef2
use urllib to parse instance url 2021-11-09 23:05:57 +01:00