aboutsummaryrefslogtreecommitdiff
path: root/lib/app.js
Commit message (Collapse)AuthorAgeFilesLines
* Optimize /about-diffcel2020-01-281-1/+11
| | | | | - Include rel/type in links query - Query only own messages for self-about (unless fromAny=1)
* Show id in feed names in markdown-usable waycel2019-12-311-0/+1
| | | | | If the feed name cannot be used as a @mention but must be a [@mention](@id), show it that way, so it can be copy-pastable into new message text.
* Search through JSON object keyscel2019-12-181-2/+4
|
* Add "mention attendees" option for replies to gatheringscel2019-12-071-0/+20
|
* Lowercase search query for ssb-searchcel2019-11-111-3/+3
|
* Handle synchronous error in ssb.getcel2019-11-081-7/+11
|
* Smarter rendering of link objectscel2019-11-081-1/+8
|
* mentions search: use ssb-backlinks if availablecel2019-09-031-1/+11
|
* Render and validate peer-invitescel2019-08-111-9/+4
|
* Search through private messagescel2019-08-081-0/+2
|
* Default to publish votes without branch/root.cel2019-05-101-0/+1
| | | | Don't include vote messages in post branch links by default.
* Handle boxed markdown blobscel2019-05-011-0/+17
|
* Handle invalid regexcel2019-04-191-2/+10
|
* Use Host header in publishguard redirect basecel2019-04-131-29/+1
| | | | so can redirect to e.g. 'localhost' instead of '[::1]'
* Sort drafts by mtimecel2019-03-111-6/+28
|
* script: catch resolve errorcel2019-03-111-1/+3
|
* Handle missing ssb-friends methodcel2019-02-261-1/+1
|
* Show addresses more compactlycel2019-02-041-11/+6
| | | | Handle missing port
* Allow multiple new-style addressescel2019-02-031-2/+0
|
* Render peer invitescel2019-02-031-0/+4
|
* Support private publish without ssb-privatecel2019-02-031-2/+12
|
* Support sbot built-in unboxingcel2019-02-011-11/+34
| | | | | | | | | This allows rendering private messages without the ssb-private plugin or old scuttlebot built-in private plugin /private is removed from default nav if there is no ssb-private plugin, because it emulates private.read by filtering the main log, which is inefficient/slow.
* Add drafts featurecel2019-01-311-0/+62
|
* Render user-invitecel2019-01-311-0/+5
|
* Omit default ssb-server portcel2019-01-291-0/+1
|
* Recognize more ways of finding pub addressescel2019-01-291-2/+55
|
* Move pub addresses out of profile pagecel2019-01-291-0/+40
|
* Add mute (private block) buttoncel2019-01-281-1/+22
|
* Add /script routecel2019-01-281-0/+24
|
* Make nav links configurablecel2019-01-281-0/+17
|
* Add about-diff pagecel2019-01-231-0/+11
|
* default filter to allcel2019-01-141-1/+1
|
* Support new way of skipping ssb-ooocel2018-12-121-10/+6
|
* Handle missing rpc methodscel2018-12-101-8/+27
|
* Show git signaturescel2018-11-301-0/+62
| | | | | - Add /git/signature page to verify signatures using gpg - Show link to signature pages for tag and commit objects
* Integrate with ssb-publishguard redirectscel2018-11-291-1/+28
|
* Fix status pagecel2018-11-181-0/+12
|
* Link to contact messages from contact pagescel2018-11-181-1/+1
|
* Add ssb-links fallback for votes calculationcel2018-11-181-12/+55
|
* Let About info from feeds we follow take precedencecel2018-10-281-1/+1
| | | | over About info from feeds we do not follow
* remove console.errorcel2018-10-011-1/+0
|
* Decrypt message with unbox key query parametercel2018-10-011-2/+23
|
* Catch sync error in sbot.getcel2018-09-061-6/+10
|
* Fix IPv6 URLcel2018-09-061-0/+3
|
* Fix listening on localhost and printing addresscel2018-09-021-4/+4
|
* Render some dark-crystal stuffcel2018-08-181-0/+13
|
* Support ssb-searchcel2018-07-081-3/+5
|
* Add tags pagecel2018-07-041-0/+10
|
* Handle missing private plugin on /privatecel2018-05-211-1/+2
|
* Attempt to fix pagination issuescel2018-05-161-24/+35
| | | | | | | | | - Filter messages before passing them to paginate function, so that the paginate function picks the correct one as the last one. - Remove obsolete lt/gt hack - Try to handle sortByTimestamp for /mentions TODO: avoid calling filterMsg multiple times per message