2024-09-13 - 2025-09-13

Overview

0 Active Pull Requests
40 Active Issues
Excluding merges, 1 author has pushed 6 commits to master and 350 commits to all branches. On master, 956 files have changed and there have been 82142 additions and 436076 deletions.

6 Releases published by 1 user

Published v2.0.7-release v2.0.7-release 2025-07-31 07:16:01 -05:00

Published v2.0.6-release v2.0.6-release 2025-07-25 07:53:10 -05:00

Published v2.0.5-rc v2.0.5-rc 2025-03-26 07:15:27 -05:00

Published v2.0.4-rc v2.0.4-rc 2025-02-22 09:51:21 -06:00

Published v2.0.3-rc v2.0.3-rc 2025-02-11 17:28:23 -06:00

Published v2.0.2-rc v2.0.2-rc 2024-12-28 16:29:26 -06:00

37 Issues closed from 1 user

Closed #33 Complete initial v2.0 documentation 2025-09-12 10:45:17 -05:00

Closed #52 [ui] Add auto-mount on first launch functionality 2025-09-07 14:26:33 -05:00

Closed #61 [ui] UI theme should match repertory blue 2025-09-05 21:26:48 -05:00

Closed #60 Implement secure key via KDF for transparent data encryption/decryption 2025-09-03 09:31:19 -05:00

Closed #58 Create macOS bundle for simplified installation 2025-08-08 08:49:59 -05:00

Closed #59 [bug] [ui] UI is hanging after launching repertory mount in background 2025-08-06 08:34:29 -05:00

Closed #34 Add macOS support 2025-08-03 17:24:03 -05:00

Closed #53 Create Windows installer 2025-07-31 08:18:01 -05:00

Closed #51 [ui] UI console window should close after launch 2025-07-31 08:11:28 -05:00

Closed #55 [bug] UI is unable to launch repertory.exe on Windows when absolute path contains spaces 2025-07-31 07:05:10 -05:00

Closed #57 [bug] Directory entries . and .. are incorrectly being reported as files in Linux remote mounts 2025-07-30 17:53:37 -05:00

Closed #20 Add support to evict open files 2025-07-28 08:10:19 -05:00

Closed #54 Remove 'default' as initial bucket name for Sia 2025-07-28 07:27:34 -05:00

Closed #49 [ui] Implement provider test button 2025-07-20 08:37:54 -05:00

Closed #48 [bug] Windows-to-Linux remote mount overlapped I/O is not detecting EOF for read operations 2025-04-17 09:36:35 -05:00

Closed #47 [bug] Windows-to-Linux remote mount is allowing directory rename when directory is not empty 2025-04-16 15:28:36 -05:00

Closed #46 [bug] Changes to maximum cache size should be updated live 2025-04-13 19:40:12 -05:00

Closed #45 [bug] Windows-to-Linux remote mount is not handling attempts to remove a non-empty directory properly 2025-04-04 20:39:28 -05:00

Closed #44 [bug] Windows-to-Linux remote mount ignores CREATE_NEW 2025-04-04 17:41:50 -05:00

Closed #43 [bug] Directories are not importing properly for Sia 2025-04-03 19:40:20 -05:00

Closed #42 [bug] Remote mount directory listing on Windows connected to Linux is failing 2025-04-02 14:12:03 -05:00

Closed #39 Create management portal in Flutter 2025-03-16 16:11:14 -05:00

Closed #35 [bug] Low frequency check is set to '0' instead of 1 hour by default 2025-02-14 13:06:09 -06:00

Closed #36 [bug] Max cache size bytes is set to '0' by default 2025-02-14 13:06:01 -06:00

Closed #28 [bug] Address slow directory responses in S3 mounts for deeply nested directories 2024-12-31 17:31:23 -06:00

Closed #30 [bug] Sia provider error responses are not being logged 2024-12-31 13:20:27 -06:00

Closed #31 [bug] S3 provider should limit max key size to 1024 2024-12-31 13:20:27 -06:00

Closed #29 [bug] S3 error responses are not being logged 2024-12-31 08:52:08 -06:00

Closed #26 Complete ring buffer and direct download support 2024-12-28 11:51:16 -06:00

Closed #25 Writes should block when maximum cache size is reached 2024-12-22 07:35:17 -06:00

Closed #24 RocksDB implementations should be transactional 2024-12-11 14:08:39 -06:00

Closed #14 [Unit Test] SQLite mini-ORM unit tests and cleanup 2024-12-10 12:48:09 -06:00

Closed #23 [bug] Incorrect file size displayed while upload is pending 2024-12-10 12:46:13 -06:00

Closed #19 [bug] Rename file is broken for files that are existing 2024-09-29 14:18:39 -05:00

Closed #15 [Unit Test] Add native file unit tests 2024-09-28 11:51:52 -05:00

Closed #17 Update to common c++ build system 2024-09-28 11:46:03 -05:00

Closed #16 Add support for bucket name in Sia provider 2024-09-28 10:01:05 -05:00

36 Issues created by 1 user

Opened #19 [bug] Rename file is broken for files that are existing 2024-09-28 12:03:59 -05:00

Opened #20 Add support to evict open files 2024-10-27 07:49:08 -05:00

Opened #21 [unit test] Complete WinFSP unit tests 2024-11-21 19:02:54 -06:00

Opened #22 [unit test] Complete FUSE unit tests 2024-11-21 19:03:19 -06:00

Opened #23 [bug] Incorrect file size displayed while upload is pending 2024-11-30 17:48:37 -06:00

Opened #24 RocksDB implementations should be transactional 2024-12-10 10:44:11 -06:00

Opened #25 Writes should block when maximum cache size is reached 2024-12-10 12:55:27 -06:00

Opened #26 Complete ring buffer and direct download support 2024-12-22 13:39:27 -06:00

Opened #28 [bug] Address slow directory responses in S3 mounts for deeply nested directories 2024-12-30 08:29:36 -06:00

Opened #29 [bug] S3 error responses are not being logged 2024-12-30 09:40:22 -06:00

Opened #30 [bug] Sia provider error responses are not being logged 2024-12-31 08:51:44 -06:00

Opened #31 [bug] S3 provider should limit max key size to 1024 2024-12-31 09:38:26 -06:00

Opened #33 Complete initial v2.0 documentation 2025-02-11 08:07:59 -06:00

Opened #34 Add macOS support 2025-02-11 08:10:44 -06:00

Opened #35 [bug] Low frequency check is set to '0' instead of 1 hour by default 2025-02-14 07:37:22 -06:00

Opened #36 [bug] Max cache size bytes is set to '0' by default 2025-02-14 07:50:00 -06:00

Opened #38 Pinning a file should automatically initiate a download to cache 2025-02-26 10:54:35 -06:00

Opened #39 Create management portal in Flutter 2025-03-03 19:51:59 -06:00

Opened #42 [bug] Remote mount directory listing on Windows connected to Linux is failing 2025-04-02 10:20:36 -05:00

Opened #43 [bug] Directories are not importing properly for Sia 2025-04-03 13:01:16 -05:00

Opened #44 [bug] Windows-to-Linux remote mount ignores CREATE_NEW 2025-04-04 10:01:54 -05:00

Opened #45 [bug] Windows-to-Linux remote mount is not handling attempts to remove a non-empty directory properly 2025-04-04 20:06:21 -05:00

Opened #46 [bug] Changes to maximum cache size should be updated live 2025-04-13 12:25:02 -05:00

Opened #47 [bug] Windows-to-Linux remote mount is allowing directory rename when directory is not empty 2025-04-15 09:26:47 -05:00

Opened #48 [bug] Windows-to-Linux remote mount overlapped I/O is not detecting EOF for read operations 2025-04-17 07:59:49 -05:00

Opened #49 [ui] Implement provider test button 2025-04-23 10:36:14 -05:00

Opened #51 [ui] UI console window should close after launch 2025-07-25 08:09:29 -05:00

Opened #52 [ui] Add auto-mount on first launch functionality 2025-07-25 12:55:05 -05:00

Opened #53 Create Windows installer 2025-07-25 13:06:14 -05:00

Opened #54 Remove 'default' as initial bucket name for Sia 2025-07-27 12:18:22 -05:00

Opened #55 [bug] UI is unable to launch repertory.exe on Windows when absolute path contains spaces 2025-07-30 15:09:11 -05:00

Opened #57 [bug] Directory entries . and .. are incorrectly being reported as files in Linux remote mounts 2025-07-30 15:21:11 -05:00

Opened #58 Create macOS bundle for simplified installation 2025-08-04 09:53:18 -05:00

Opened #59 [bug] [ui] UI is hanging after launching repertory mount in background 2025-08-04 09:57:45 -05:00

Opened #60 Implement secure key via KDF for transparent data encryption/decryption 2025-08-09 09:13:08 -05:00

Opened #61 [ui] UI theme should match repertory blue 2025-08-15 09:46:51 -05:00

1 Unresolved Conversation

Open #12 [unit test] Complete all providers unit tests 2025-08-06 09:19:41 -05:00