Skip to content
This repository has been archived by the owner on Jun 3, 2020. It is now read-only.

Move to the new hyperdrive-daemon (WIP) #24

Open
wants to merge 74 commits into
base: blue
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
74 commits
Select commit Hold shift + click to select a range
7b8eb62
Add beaker.browser.openSidebar
pfrazee Aug 12, 2019
7360723
Allow writes via DatArchive to unsaved archives
pfrazee Aug 13, 2019
88f9018
Bump package-lock.json
pfrazee Aug 15, 2019
538ef10
WIP - move to the new hyperdrive-daemon
pfrazee Jul 10, 2019
7c563c8
Add temporary DaemonDatArchive.getInfo() method
pfrazee Jul 11, 2019
9c5d5c4
Move folder-sync and preview-mode scopedFS from the old dat-daemon to…
pfrazee Jul 11, 2019
d147536
Replace fork exportArchiveToArchive call
pfrazee Jul 11, 2019
0dc95f1
Various fixes to make the hyperdrive-daemon work
pfrazee Jul 14, 2019
64f33df
Update to latest hyperdrive-daemon & client (0.9.16 and 0.10.1)
pfrazee Aug 8, 2019
e013d5b
Switch to pauls-dat-api2
pfrazee Aug 8, 2019
7324179
Remove unused directory-listing-page
pfrazee Aug 8, 2019
86b8c71
Implement DatArchive mount/unmount
pfrazee Aug 9, 2019
e33fe9b
Implement DatArchive symlink
pfrazee Aug 9, 2019
58402b4
Remove old dat 1.0 daemon
pfrazee Aug 10, 2019
8495aca
Reimplement archive size tracking
pfrazee Aug 10, 2019
b993863
Add network stats to archive getInfo
pfrazee Aug 10, 2019
33c0091
Bump [email protected] [email protected]
pfrazee Aug 16, 2019
d275457
Add version to archive getInfo()
pfrazee Aug 16, 2019
68766f2
Update crawler to use createDiffStream()
pfrazee Aug 16, 2019
a3fa637
Disable media and discussions crawl
pfrazee Aug 16, 2019
76a9f1d
Temporary workaround for missing .version on createDiffStream
pfrazee Aug 16, 2019
7248d02
Fix getArchiveCheckout with no version
pfrazee Aug 16, 2019
2a69121
Avoid noisy log output
pfrazee Aug 16, 2019
3a81654
Crawler fixes
pfrazee Aug 16, 2019
22c5b48
Gracefully handle timeouts when connecting to the daemon
pfrazee Aug 16, 2019
f42f18e
Fixes and updates to preview-mode and folder-sync
pfrazee Aug 16, 2019
f2cb928
Fix usage of PDA2 methods that are not attached to the archive object
pfrazee Aug 19, 2019
c2153bb
Switch back to using createReadStream() to serve dat:// assets
pfrazee Aug 19, 2019
990f955
Add users/filesystem.js and root-archive management
pfrazee Aug 19, 2019
d275f34
Add navigator.filesystem Web API
pfrazee Aug 19, 2019
c9af1d5
Include .mount on DatArchive stat output
pfrazee Aug 19, 2019
79d56b7
Readd .forkOf to dat.json manifests of forks
pfrazee Aug 23, 2019
6f96117
Remove uwg discussions
pfrazee Aug 28, 2019
38008e9
Remove uwg media
pfrazee Aug 28, 2019
f48d399
Remove applications
pfrazee Aug 28, 2019
4f86a52
Big rewrite: move the dat library to the filesystem; rename crawler d…
pfrazee Aug 28, 2019
3fa279c
Migrate bookmarks to the filesystem entirely
pfrazee Aug 29, 2019
ab118ff
Update filesystem path structures (use dot-dirs)
pfrazee Aug 29, 2019
c9b3e40
Remove default bookmarks
pfrazee Aug 29, 2019
16f2491
Db schema fixes
pfrazee Aug 29, 2019
6456126
Change navigator.filesystem.getRootArchive to .getRoot
pfrazee Aug 29, 2019
5f74abe
Update the search.listSuggestions() api to latest tools
pfrazee Aug 29, 2019
5e4d4de
Tolerate more variation or errors in the library.json
pfrazee Aug 29, 2019
a6b1eef
Replace site-descriptions with an archives_meta crawler
pfrazee Aug 29, 2019
ebe1aaa
Mount followed sites to .refs/follows
pfrazee Aug 30, 2019
7fdd299
Add author to archive manifests and meta db
pfrazee Aug 30, 2019
4c0f69d
Remove themes from dat:// handling
pfrazee Sep 7, 2019
4df55e4
UwG post -> status
pfrazee Sep 10, 2019
93f6a05
Rework reactions to use phrases instead of emojis
pfrazee Sep 10, 2019
e21b234
Change uwg data folder to /.data (remove unwalled.garden from path)
pfrazee Sep 11, 2019
eefd6ed
Rework uwg apis to not use 'filter' param
pfrazee Sep 12, 2019
ab147dd
Only update site meta on change
pfrazee Sep 12, 2019
abe6bc2
Archives now have one type, add library web api, update publishing to…
pfrazee Sep 14, 2019
d2ce888
Introduce viewer apps
pfrazee Sep 16, 2019
2f7060b
Add beaker.toggleSiteInfo and beaker.refresPage web apis
pfrazee Sep 16, 2019
4bac3a4
Add UwG.profiles.editProfileDialog()
pfrazee Sep 16, 2019
6a5c08e
Update UwG list & tabulate methods to use singular attr names for fil…
pfrazee Sep 17, 2019
aae528f
Add window.UwG web api (replaces navigator.importSystemAPI)
pfrazee Sep 17, 2019
d394755
Add normalizeUrl opt on sitedata API
pfrazee Sep 17, 2019
a4d99d9
Fixes to dat.json and thumb indexing
pfrazee Sep 18, 2019
0cfe8cd
Fixes to library list fn
pfrazee Sep 18, 2019
9dc1df4
Switch to single viewers repo
pfrazee Sep 18, 2019
61e3e25
Add @beaker/library-tools
pfrazee Sep 18, 2019
73049d4
Bump deps
pfrazee Sep 20, 2019
3eaf3ea
Attach dat objects to process for debugging
pfrazee Sep 20, 2019
315f99e
Disable follow mounts for now
pfrazee Sep 20, 2019
dd14df9
Fix crawler tick-error logging
pfrazee Sep 23, 2019
9850466
Update search to a working state
pfrazee Sep 25, 2019
2bc551f
UwG -> uwg
pfrazee Sep 25, 2019
fc0e7c2
Update viewer apps to serve on all pages
pfrazee Sep 26, 2019
bd0be24
Fix to bookmark delete method
pfrazee Sep 26, 2019
da1a6fd
Add users.listUrls()
pfrazee Sep 28, 2019
9e0a7a4
Use files-viewer as default dat viewer app
pfrazee Oct 2, 2019
1314bcb
Add navigator.filesystem.identifyDrive
pfrazee Oct 2, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,31 +94,23 @@ debug('dat-related stuff')

### `dbs.archives`

### `dbs.bookmarks`

### `dbs.history`

### `dbs.settings`

### `dbs.sitedata`

### `dbs.templates`

### `dat`

### `dat.library`

### `dat.dns`

### `dat.folderSync`

### `dat.garbageCollector`

### `dat.protocol`

### `dat.debug`

### `crawler`
### `uwg`

### `users`

Expand Down
69 changes: 0 additions & 69 deletions applications.js

This file was deleted.

Loading