aboutsummaryrefslogtreecommitdiff
path: root/lib/serve.js
Commit message (Collapse)AuthorAgeFilesLines
* Reformat private message recipients inputcel2017-04-191-12/+21
|
* Move name fields next to the composer textareacel2017-04-181-19/+31
| | | | | instead of in the preview area. This is to clarify that the name completions are part of what is being composed.
* Add contacts pagescel2017-04-181-0/+56
|
* Add friends pagecel2017-04-181-0/+46
|
* Remove slow friend listcel2017-04-181-41/+1
|
* List channels inlinecel2017-04-181-11/+4
|
* Move message stream decryption into Appcel2017-04-141-16/+4
|
* spellingwanderer2017-04-141-1/+1
|
* fixed MIME for icowanderer2017-04-141-0/+1
|
* Add channels pagecel2017-04-141-0/+50
|
* Dig in channelcel2017-04-131-0/+1
|
* Add (un)follow buttoncel2017-04-121-1/+41
|
* Only show friends list on non-scrolled/paged feedcel2017-04-121-15/+18
| | | | It takes up a lot of space. Leave room for the feed content
* Show follows, followers, and friends (WIP)cel2017-04-121-3/+45
|
* Put attachment markdown into composercel2017-04-111-8/+9
|
* Fix peer sortingcel2017-04-111-1/+1
|
* Add composer to New pagecel2017-04-091-12/+19
|
* Add missing sigilcel2017-04-091-1/+1
|
* Add newcel2017-04-081-0/+57
|
* Quote blob filenames better.cel2017-04-061-1/+2
| | | | Fix %DPzqOq/f6/S9V1/ZRaIVoniRDJlbSNfC1mrW6IgfgDc=.sha256
* Ignore duplicate mentionscel2017-04-061-0/+3
|
* Add peers pagecel2017-04-041-0/+62
|
* Prevent auto download of blobscel2017-03-241-1/+1
|
* fix some error handlingcel2017-03-191-3/+4
|
* Handle missing ssb-querycel2017-03-161-0/+5
|
* increase unbox parallelismcel2017-03-161-2/+2
|
* encode filename bettercel2017-03-131-1/+5
|
* update ssb-mentions for detecting bare feed namescel2017-03-131-2/+2
|
* render missing thread rootcel2017-03-131-4/+5
|
* fix previewing messagescel2017-03-131-2/+1
|
* on publish, show only name of new messagecel2017-03-101-1/+1
|
* Publish votes more like other messagescel2017-03-101-46/+22
|
* Publish message before rendering pagecel2017-03-101-23/+40
| | | | and show it at the top of the page
* Searching for a channel navigates to itcel2017-03-091-1/+1
|
* Don't linkify bare blob or msg mentionscel2017-03-091-1/+1
|
* Implement choosing ids for mentionscel2017-03-081-5/+34
|
* Ignore empty uploads from w3mcel2017-03-081-0/+1
|
* Push attached blobs on publishcel2017-03-071-1/+9
|
* Set content-type when serving blobscel2017-03-051-7/+13
|
* Put rel on same line as dig linkcel2017-03-051-2/+2
|
* Be able to dig any messagecel2017-03-011-1/+2
|
* Set suggested filename for blob downloadcel2017-02-201-0/+2
|
* Allow unsetting channelcel2017-02-191-3/+4
|
* Allow changing content-type of attachmentcel2017-02-191-1/+6
|
* Give options in paginator for limitcel2017-02-181-15/+26
|
* Assume wider window for composer colscel2017-02-181-1/+1
|
* Implement uploading blobs in composercel2017-02-181-15/+80
|
* Make channel editablecel2017-02-181-4/+10
|
* Use \n instead of \r\n in message textcel2017-02-161-0/+1
|
* Specify privmsg recps manuallycel2017-02-121-7/+9
|