Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add fluoride mode | r | 2020-01-08 | 11 | -32/+243 |
| | |||||
* | Fix duplicate status ids | r | 2020-01-05 | 4 | -13/+43 |
| | | | | Use retweeted_by_id to focus target tweet | ||||
* | Use post method for like and retweet | r | 2020-01-04 | 3 | -16/+20 |
| | |||||
* | Rename package to bloat | r | 2020-01-01 | 16 | -34/+38 |
| | |||||
* | Add command line flag to specify config file | r | 2020-01-01 | 3 | -1/+140 |
| | |||||
* | Update readme | r | 2020-01-01 | 1 | -7/+12 |
| | |||||
* | Use png icons instead of font icons | r | 2020-01-01 | 6 | -42/+48 |
| | |||||
* | Fix css | r | 2020-01-01 | 1 | -15/+14 |
| | | | | | - Fix sizing for inline status imaged - Use flexbox for userinfo | ||||
* | Add option to mask nsfw attachments | r | 2019-12-31 | 6 | -6/+32 |
| | |||||
* | Add default settings | r | 2019-12-29 | 7 | -10/+33 |
| | |||||
* | Use SetCookie function | r | 2019-12-29 | 1 | -4/+13 |
| | |||||
* | Add following and followers page | r | 2019-12-29 | 9 | -2/+195 |
| | |||||
* | Add settings page | r | 2019-12-27 | 11 | -16/+165 |
| | |||||
* | Add search page | r | 2019-12-26 | 10 | -14/+157 |
| | |||||
* | Add post format selection | r | 2019-12-26 | 11 | -15/+66 |
| | |||||
* | Add liked by and retweeted by page | r | 2019-12-26 | 12 | -50/+273 |
| | |||||
* | Fix scope icon | r | 2019-12-26 | 1 | -1/+1 |
| | |||||
* | Update header template and add option for custom css | r | 2019-12-25 | 16 | -47/+90 |
| | |||||
* | Refector render structs | r | 2019-12-25 | 3 | -95/+70 |
| | |||||
* | Fix timeline pagination | r | 2019-12-25 | 1 | -4/+5 |
| | |||||
* | Fix type in css | r | 2019-12-25 | 1 | -2/+2 |
| | |||||
* | Add local and twkn timelines | r | 2019-12-25 | 9 | -20/+45 |
| | |||||
* | Fix status content style | r | 2019-12-24 | 1 | -5/+8 |
| | |||||
* | Add userinfo in navigation | r | 2019-12-24 | 4 | -15/+61 |
| | |||||
* | Switch to fork-awesome font | r | 2019-12-22 | 6 | -28/+41 |
| | |||||
* | Add emojis page | r | 2019-12-22 | 9 | -0/+109 |
| | |||||
* | Fix go mod | r | 2019-12-22 | 2 | -0/+3 |
| | |||||
* | Add nsfw checkbox for posts | r | 2019-12-22 | 7 | -20/+42 |
| | |||||
* | Add nsfw mask for status media | r | 2019-12-22 | 2 | -4/+36 |
| | |||||
* | Fix css and template issues | r | 2019-12-22 | 6 | -23/+61 |
| | |||||
* | Add support for scopes | r | 2019-12-21 | 13 | -70/+126 |
| | | | | | | | - Add scope selection for for new post - Save new post scope in db - Copy scope on reply - Show scope icon on posts | ||||
* | Use a custom client for settings | r | 2019-12-21 | 6 | -59/+74 |
| | |||||
* | Use json format for app and session repo | r | 2019-12-21 | 4 | -56/+34 |
| | |||||
* | Make instance domain required in signin form | r | 2019-12-21 | 1 | -1/+1 |
| | |||||
* | Use a single form for new posts and replies | r | 2019-12-21 | 7 | -34/+42 |
| | |||||
* | Show content warning in status | r | 2019-12-21 | 2 | -2/+5 |
| | |||||
* | Add about page | r | 2019-12-21 | 8 | -0/+75 |
| | |||||
* | Use local url for for mentioned users | r | 2019-12-21 | 4 | -12/+25 |
| | |||||
* | Fix TimeSince calculation | r | 2019-12-20 | 1 | -1/+1 |
| | |||||
* | Add user page and follow/unfollow calls | r | 2019-12-20 | 11 | -33/+310 |
| | |||||
* | Remove unused file | r | 2019-12-19 | 1 | -10/+0 |
| | |||||
* | Improve css for mobile devices | r | 2019-12-19 | 4 | -16/+36 |
| | |||||
* | Use css :target to highlight current post | r | 2019-12-19 | 1 | -2/+8 |
| | |||||
* | Fix reply template | r | 2019-12-19 | 3 | -7/+5 |
| | |||||
* | Add reply links on thread page | r | 2019-12-18 | 7 | -24/+103 |
| | |||||
* | Change default database directory | r | 2019-12-18 | 2 | -2/+2 |
| | |||||
* | Remove sqlite from README | r | 2019-12-17 | 1 | -3/+1 |
| | |||||
* | Use filesystem based kv store instead of sqlite | r | 2019-12-17 | 11 | -86/+215 |
| | |||||
* | Fix redirection URL | r | 2019-12-17 | 1 | -2/+2 |
| | |||||
* | Use http 302 for redirection instead of 303 | r | 2019-12-17 | 1 | -9/+9 |
| |