|
5 | 5 | * [x] Use guzzle in the mastodon api client |
6 | 6 | * [x] Clean up the mastodon api client |
7 | 7 | * [x] Add PSR Logging |
8 | | -* [ ] fetch octodon comments and safely back them up |
| 8 | +* [x] fetch octodon comments and safely back them up |
9 | 9 | * [x] move disqus import code to a separate class |
10 | 10 | * [x] make the meh-form component actually create a comment successfully |
11 | 11 | * [x] simplify the root level router |
|
32 | 32 | * [x] auto-approve comments from users with previous approved comments |
33 | 33 | * [x] use https://www.npmjs.com/package/jwt-decode to decide if user is admin or simply save two tokens? |
34 | 34 | * [x] add DEV environment variable |
35 | | -* [ ] add option to set log level |
| 35 | +* [x] add option to set log level |
36 | 36 | * [x] do not reset form on comment send |
37 | 37 | * [x] success message on comment send needs to reflect status |
38 | 38 | * [x] fix tests |
39 | 39 | * [ ] add more tests |
40 | 40 | * [x] htaccess for apache |
41 | 41 | * [ ] github actions for tests |
42 | 42 | * [x] docker image |
43 | | -* [ ] give info about mastodon reply in form view |
| 43 | +* [x] give info about mastodon reply in form view |
44 | 44 | * [x] write documentation |
45 | 45 | * [x] fix timezone issue |
46 | 46 | * [x] add meh-count component |
47 | | -* [ ] add style parameter to all components |
48 | | -* [ ] update translations |
49 | | -* [ ] implement exception translations |
| 47 | +* [x] add style parameter to all components |
| 48 | +* [x] extract API call to a utility function |
| 49 | +* [x] update translations |
| 50 | +* [x] autobuild and publish docker image |
| 51 | +* [x] implement exception translations |
| 52 | +* [x] have an awesome logo |
50 | 53 | * [ ] auto deploy to server |
| 54 | +* [ ] hide spam comments after a while |
| 55 | +* [ ] set up on splitbrain |
51 | 56 | * [ ] publish |
52 | 57 | * [ ] blog post |
0 commit comments