summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Convert root page to html4r2020-02-232-11/+7
|
* Use <base> element to set targetr2020-02-237-34/+40
|
* Fix time duration valuer2020-02-193-4/+12
| | | | | - Make sure that duration is not < 0 - Handle nil ExpiresAt time in poll
* Add frame based navigationr2020-02-1829-257/+347
|
* Update makefile and install instructionsr2020-02-183-65/+67
| | | | | Updated makefile now performs installation without overwriting config and database directory.
* Merge branch 'master' of git.freesoftwareextremist.com:public/bloatr2020-02-091-1/+1
|\
| * Render emojis in profile descriptionr2020-02-061-1/+1
| |
* | Add poll supportr2020-02-099-39/+182
| | | | | | | | Currenlty only voting is possible.
* | Remove account relationship buttons for logged in user's pager2020-02-083-6/+19
| |
* | Add account muting and blockingr2020-02-085-5/+202
|/
* Update default configr2020-02-021-2/+2
|
* Add install instructionsr2020-02-022-2/+63
|
* Add status deletionr2020-02-027-8/+68
|
* Add conversation mutingr2020-02-027-7/+159
|
* Fix Makefiler2020-02-011-1/+1
|
* Fix fluorider2020-02-011-23/+26
|
* Update READMEr2020-02-011-16/+1
|
* Use vendored dependenciesr2020-02-0127-19/+3076
|
* Remove websocket apir2020-01-314-206/+1
|
* Add install target for maker2020-01-314-9/+29
| | | | | - Update default config path accordingly - Mention use of config file in README
* Update user pager2020-01-3110-213/+84
| | | | | - Use the same page to display status and user list - Add media only status list
* Fix error reponser2020-01-311-8/+43
| | | | | - Use status 500 for error page response - Use json response for fluoride calls
* Add user search pager2020-01-3011-20/+153
|
* Remove iconsr2020-01-307-149/+70
|
* Update notification layoutr2020-01-295-44/+31
|
* Add direct timeliner2020-01-283-0/+16
|
* Fix error printingr2020-01-281-9/+16
|
* Update configr2020-01-283-40/+61
|
* Refactor everythingr2020-01-2826-1071/+1030
|
* Fix migration scriptr2020-01-261-3/+6
|
* Make fluoride librejs compatibler2020-01-261-0/+4
|
* Change link hover behaviourr2020-01-262-20/+53
| | | | | Highlight div if the target status is inside the viewport and show popup otherwise.
* Fix go modr2020-01-262-3/+0
|
* Update random id generation algorithmr2020-01-263-9/+23
|
* Add CSRF protectionr2020-01-2613-48/+219
|
* Fix notification countr2020-01-151-1/+1
|
* Refactor renderer and templatesr2020-01-1427-241/+261
|
* Add dark moder2020-01-1215-23/+124
|
* Add status reply preview in fluoride moder2020-01-113-3/+85
|
* Use max height for status contentr2020-01-111-0/+2
|
* Use url fragment for post link on thread pager2020-01-111-1/+1
|
* Use readable timestamp for statusesr2020-01-102-1/+6
|
* Fix notification timestampr2020-01-101-0/+1
|
* Add page titlesr2020-01-101-18/+22
|
* Add fluoride moder2020-01-0811-32/+243
|
* Fix duplicate status idsr2020-01-054-13/+43
| | | | Use retweeted_by_id to focus target tweet
* Use post method for like and retweetr2020-01-043-16/+20
|
* Rename package to bloatr2020-01-0116-34/+38
|
* Add command line flag to specify config filer2020-01-013-1/+140
|
* Update readmer2020-01-011-7/+12
|