1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
0.9.0 release
nlmarco
as Marco Nguitragool
More... over 8 years ago
0.9.0 release
nlmarco
as Marco Nguitragool
More... over 8 years ago
Fixed a few more bugs - including one blocking the restore-from-backup.
nlmarco
as Marco Nguitragool
More... over 8 years ago
Finally fixed bug when inviting another user.
nlmarco
as Marco Nguitragool
More... over 8 years ago
fixed occasional bug when inviting another user (hopefully).
nlmarco
as Marco Nguitragool
More... over 8 years ago
Refactored UserRepoInvitationManagerImpl.createUserRepoInvitation(...) to avoid requiring a Server entry in the ServerRegistry.
nlmarco
as Marco Nguitragool
More... over 8 years ago
Fixed bug in UserRepoInvitation creation.
nlmarco
as Marco Nguitragool
More... over 8 years ago
Split serverUrl (root-URL) and serverPath in UserRepoInvitation.
nlmarco
as Marco Nguitragool
More... over 8 years ago
Added UI and logic to display UserRepoKeys.
nlmarco
as Marco Nguitragool
More... over 8 years ago
* Refactored Collision[Dto] and introduced the encrypted counter-part CollisionPrivate[Dto]. * Made it possible to not only [un]resolve a collision, but also to set a (secret) comment.
nlmarco
as Marco Nguitragool
More... over 8 years ago
Fixed BrokenSignatureIT and upgraded some libs to newer versions.
nlmarco
as Marco Nguitragool
More... over 8 years ago
Implemented everything needed to mark collisions as resolved in the UI.
nlmarco
as Marco Nguitragool
More... over 8 years ago
Minor change to save memory.
nlmarco
as Marco Nguitragool
More... over 8 years ago
* Added collision marker icon to main tree. * Refactored collision marker icon handling in file-tree (=> asynchronous, non-blocking!). * Started wizard for resolving collsions.
nlmarco
as Marco Nguitragool
More... over 8 years ago
* Fixed small bug showing last action of parent-PlainHistoCryptoRepoFileDto, when in fact, there was no action (only parent-filler for tree). * Introduced 'lastSyncFromRepositoryId' to many entities to reduce unnecessary synchronisations.
nlmarco
as Marco Nguitragool
More... over 8 years ago
Added missing entities to CloudStorePersistenceCapableClassesProviderImpl.
nlmarco
as Marco Nguitragool
More... over 8 years ago
Fixed constraint violation.
nlmarco
as Marco Nguitragool
More... over 8 years ago
Introduced persistent PlainHistoCryptoRepoFile to improve loading speed of loading history (prevent decrypting it again and again).
nlmarco
as Marco Nguitragool
More... over 8 years ago
Fixed lingering 'CryptoRepoFile.deleted'.
nlmarco
as Marco Nguitragool
More... over 8 years ago
Fixed lost-data-bug when committing crypto-data failed: Now the data is locally committed, before uploading it to the server. In case this fails, it can safely be repeated.
nlmarco
as Marco Nguitragool
More... over 8 years ago
* Fixed icon handling. * Added differentiation between directly associated collision and collision in sub-tree.
nlmarco
as Marco Nguitragool
More... over 8 years ago
Extended Collision to speed up lookup of tree nodes being affected.
nlmarco
as Marco Nguitragool
More... over 8 years ago
Showing collisions in FileTree - current implementation is probably too slow, though :-(
nlmarco
as Marco Nguitragool
More... over 8 years ago
* Symlinks shown in UI. * Collisions shown in history-UI.
nlmarco
as Marco Nguitragool
More... over 8 years ago
* Fixed bug preventing collision detection. * Fixed bug preventing the display of the proper collision.
nlmarco
as Marco Nguitragool
More... over 8 years ago
Filter PlainHistoCryptoRepoFiles according to localPath and thus show only relevant history items.
nlmarco
as Marco Nguitragool
More... over 8 years ago
Added svn:ignore.
nlmarco
as Marco Nguitragool
More... over 8 years ago
Filter HistoFrames by current local-path.
nlmarco
as Marco Nguitragool
More... over 8 years ago
* Extracted HistoryPaneContainer and HistoryPaneSupport. * Added HistoryPane to LocalRepoDirectoryPane (but without localPath-related filtering, yet).
nlmarco
as Marco Nguitragool
More... over 8 years ago
* Implemented symlink support. * Fixed a few bugs. * Switched HistoExporter API to a parameter object.
nlmarco
as Marco Nguitragool
More... over 8 years ago