Commit graph

9 commits

Author SHA1 Message Date
1885d43fa6 Added more endpoints and modals
- Added endpoints to create folders, upload files and unlink files and
  folders;
- Added modals to show loading indicators, confirmation and warnings.
2024-12-05 18:25:20 -03:00
5072a69333 Improving error handling 2024-12-03 13:24:57 -03:00
bf41d27353 Building file tree, added modal
- Building file tree (ongoing)
- Added modal to handle error messages and similar interactions.
2024-12-03 01:23:29 -03:00
463e18015f API
API with first two endpoint to fetch information from Tahoe to
SvelteKit.
2024-12-02 01:48:51 -03:00
22e8576cab Replaced TOTP with cap key
- Replaced TOTP with an implementation of a cap key to better align with
  Tahoe's way of handling user / data.
2024-12-01 00:23:21 -03:00
70a92cb0e6 QR code generator, update readme
Added a QR code code generator that might be used for auth.

Updated README with better instructions for setting up Tahoe grid.
2024-11-29 17:22:29 -03:00
ec1ed9e487 One time password
TOTP implementation (incomplete. Token is generated, but not verified.)
2024-11-24 01:23:54 -03:00
c8a02fb468 Navigation bar and empty login page
- Added nav bar;
- Added an empty login page
- Fixed .gitignore, which had been overwritten on previous commit.
2024-11-19 01:46:59 -03:00
c8d2640fea Move SvelteKit to subfolder
SvelteKit moved to subfolder for sake of compartimentalization.
2024-11-18 13:27:35 -03:00