2
0
mirror of https://github.com/codl/forget synced 2025-01-09 14:12:32 +01:00
Commit Graph

467 Commits

Author SHA1 Message Date
codl
95d7d94c25
raise number of known instances slots to 5
also limit number of log-in buttons to 5 on the front page
2018-05-08 00:49:23 +02:00
codl
f3bc2e53c7
v1.2.0 2018-05-08 00:26:09 +02:00
codl
da8c3d90c8
clarity 2018-05-08 00:17:56 +02:00
codl
cacd271683
clarity 2018-05-08 00:14:45 +02:00
codl
5cb84e1fbd
lower mastodon.social default hits in known instances to 0
if the user uses mastodon.social, it will be raised to 1, if not then it
can be replaced by the third instance the user logs into
2018-05-08 00:09:48 +02:00
codl
4c7a919079
show user's top known instances on the login page 2018-05-08 00:06:36 +02:00
codl
447923b1f1
add mechanism for keeeping track of a user's instances 2018-05-07 23:50:37 +02:00
codl
0c99c13ef5
add .pytest_cache to gitignore 2018-05-07 23:50:09 +02:00
codl
c42b0f7f87
move popular instances query to libforget.mastodon 2018-05-07 23:49:28 +02:00
codl
0caac7c679
Update requirements (#35)
* update requirements, lock versions for flask and mastodon.py

* use gunicorn as dev server

* travis: install dev requirements
2018-05-07 21:37:27 +02:00
codl
e2976e58b7
v1.1.3 2018-04-25 15:14:24 +02:00
codl
022cf7520a
make radiostrips accessible 2018-04-25 15:04:08 +02:00
codl
07ad982b96
prevent invisible radio buttons from escaping the radiostrip 2018-04-25 14:42:31 +02:00
codl
c219a8b532
unify the look of radiostrips and the other buttons 2018-04-25 14:01:32 +02:00
codl
2f425baefe
remove libraries.io shield. it's almost always broken 2018-04-25 09:17:59 +02:00
codl
76bfb46207
README formatting. break up huge paragraphs 2018-04-25 09:17:59 +02:00
codl
4c4ab0159b
replace twitter contact link with mastodon in README 2018-04-25 09:17:59 +02:00
codl
3dcbf419bc set up .codecov.yml to ignore version.py and also shut up in PRs 2018-04-25 09:05:08 +02:00
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