Skip to content

v0.0.19

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Sep 23:52
· 123 commits to master since this release
84a2b00

Changelog

8057245 Add lock to healthcheck loop
49e85f5 Allow generating public link for shared files (#193)
f209671 Chore/ci: add note about secrets in README
6cf3480 Chore/ci: github.ref refers to tag name so use that instead
49fac55 Chore/ci: remove debug log
978ec57 Chore/ci: use PRD and DEV for secret suffix
a5377a4 Chore/ci:fix step name in secrets and add logging.
080179e Chore/doc: remove finished todos
888bd53 Feature: FUSE Shared With Me Data Source (#192)
144ce81 Fix deterministic thread id to use priv key instead of pub (#194)
1ffec91 Fix list files decryption (#176)
290b7e2 Fix: panic on Rejecting Invitation (#178)
9b487a8 Get shared with me files WIP (#162)
d77f8a5 Hotfix/add-file: add current user as owner.
8ccc69f Hotfix/backup: handle / for path during upload.
06b0bdb Hotfix/backup: remove leftover logs
de02dc7 Hotfix/backup: remove one more leftover log
c2431f3 Hotfix/backup: wire up backed up field to listdirs
2f2b18f Hotfix/ci: fix go version
eb689c9 Hotfix/ci: remove ipfsaddr from build settings
79bfca9 Hotfix/files: dont crash on missing map entry.
39fdff6 Hotfix/mail/subs: fixes full payload not being sent in sub event.
909e3aa Hotfix/mailbox: use cfg for hub address
166d8eb Hotfix/mirror: add note about tradeoff, and only init if hub connection has no error.
664b774 Hotfix/mirror: fixes a few bugs in the mirror bucket and mirror file creation
e00597c Hotfix/mirror: move init before hub connection since it is needed for mirror, add missing hub ctx to creation of hub thread.
938ac73 Hotfix/notifs: don't crash on unknown types, and fix subsriptions
d65bc11 Hotfix/notifs: dont send extra path item
62ea784 Hotfix/notifs: impl last seen at, fix related object
4128bec Hotfix/receivedfiles: dont throw if members query throws, fix formatting for size and datetimes, fix memebrs not showing up.
caa6f8b Hotfix/sharing-accept: cache privkey
ad0c224 Hotfix/sharing-accept: dont throw on unknown message type, add missing sharing message fields, handle invitation reply message.
3484b0b Hotfix/sharing: bugs related to opening received file (cant call list bucktets as a sharee, bug from leftover log.
c12046c Hotfix/sharing: fix typo
a8ad2ff Hotfix/sharing: make file owner helper function priv and update mocks.
26a4678 Hotfix/sharing: make paths immutable, fallback local ipfsaddr, fix pubkey encoding issue.
b6c66b9 Hotfix/sharing: remove leftover logs
0ef742c Hotfix/sharing: return pubkey and address in all cases
79c750e Hotfix/sharing: save invitation id properly, update context helper to create new token.
e448bb7 Hotfix/sharing: show accept status on file invitations
62ef9c1 Hotfix/sharing: some more bugs with sharing and mirror file creation, this should be a working happy path.
1742bb0 Hotfix/sharing: use different name for mirror bucket
45b0544 Hotfix/txl-example: use ssl options in file share example to test with upgraded hub.
8092381 Hotfix: clear store and mailbox after logout (#197)
518f8ed Hotfix: don't error on single file encryption error
41b35c6 Make key generation / restore ops wait for initialization of textile (#171)
5bcb617 Make textile client dependent methods more robust (#186)
36f4443 Merge branch 'alpha-release-dev' into hotfix/ch18278/listdir-backedup
a635181 Merge branch 'master' into alpha-release-dev
fb026a7 Merge pull request #160 from FleekHQ/hotfix/mirror/misc-bugs
f377773 Merge pull request #161 from FleekHQ/hotfix/sharing/more-bugs
5f690ed Merge pull request #165 from FleekHQ/hotfix/sharing-accept
baa5d48 Merge pull request #166 from FleekHQ/hotfix/receivedfiles/dont-throw-and-formatting
26f897a Merge pull request #167 from FleekHQ/hotfix/notifs/lastseenat-and-relobj
3654f94 Merge pull request #168 from FleekHQ/hotfix/notifs/extra-path-item
3712084 Merge pull request #172 from FleekHQ/hotfix/ci/alpha-release-dev
44a8b9d Merge pull request #174 from FleekHQ/hotfix/notifs/subs
fbd8b37 Merge pull request #179 from FleekHQ/hotfix/ch18255/mail-subs
0defbd4 Merge pull request #180 from FleekHQ/hotfix/ch18278/listdir-backedup
fae5325 Merge pull request #182 from FleekHQ/hotfix/ch18271/members-on-recvd-files
64a569e Merge pull request #184 from FleekHQ/hotfix/ch18342/dont-panic-on-missing-map-val
7509ece Merge pull request #185 from FleekHQ/hotfix/sharing/list-members
42c5bb1 Merge pull request #187 from FleekHQ/hotfix/ch18395/open-file-err
0f81dc7 Merge pull request #189 from FleekHQ/hotfix/ch18277/show-accept
84a2b00 Merge pull request #199 from FleekHQ/alpha-release-dev
86c4dac Open shared files (#164)
7f60a3d Remove CGO_ENABLED env (#175)
5e9a3a5 Return correct backup states and file extension (#188)
6b76845 Sync alpha with master (#198)
230ac72 Temo int with txl: remove bin
ffb8ee7 Update FUSE and SpaceFS implementation (#116)
21d7363 Upload public shared files to hub (#169)
5df6fdf Use env specific variables based on branch
b4ad3dc backup: additional toggle logic
21fb090 fix struct field tags
964ae8a fs: need bucketSlug and bucketPath
e49a844 listDirAtPath: expose members
36e172d members: unmarshal pubk and derive address