1
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 17, 2023 — Jan 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added ListMerger.
nlmarco
as Marco หงุ่ยตระกูล-Schulze
More... over 9 years ago
Minor improvement.
nlmarco
as Marco หงุ่ยตระกูล-Schulze
More... over 9 years ago
* Extended RepoFileDtoConverter to support excluding mutable data (i.e. include only immutable data like a file's name). * Extracted a method in RepoToRepoSync allowing to override it.
nlmarco
as Marco หงุ่ยตระกูล-Schulze
More... over 9 years ago
Made Config's lastModified handling more or less bullet-proof by ensuring that every file's last modification is at least 2 seconds in the past. This way, the file system's temporal granularity should not impose any risk of undetected changes, anymore.
nlmarco
as Marco หงุ่ยตระกูล-Schulze
More... over 9 years ago
merged with master More... over 9 years ago
NotAuthorizedException added + OneTimePadRegistryFactory replaced with LdapPasswordOneTimePadRegistry + default value of ldap.url changed More... over 9 years ago
Introduced LocalRepoMetaData API to read data from local DB.
nlmarco
as Marco หงุ่ยตระกูล-Schulze
More... over 9 years ago
* Switched version of mvn-site-plugin from 3.0-beta-3 to 3.3. * Extended LDAP documentation primarily in order to see whether the new mvn site plugin works fine on our Jenkins.
nlmarco
as Marco หงุ่ยตระกูล-Schulze
More... over 9 years ago
LDAP documentation cosmetics More... over 9 years ago
LDAP second variant documented More... over 9 years ago
ldap first variant documented More... over 9 years ago
* Allow accessing ByteArrayInputStream and ByteArrayOutputStream in LocalServer. * Escalate first instead of last exception (the state might have been changed causing the the following exceptions to be nonsense). * Reduced the retry-count in LocalServer communication.
nlmarco
as Marco หงุ่ยตระกูล-Schulze
More... over 9 years ago
second variant of LDAP-based authentication More... over 9 years ago
* Refactored RepoSyncError to RepoSyncState thus containing successes, too (not only errors). * Made a few things protected (instead of private) to allow overriding.
nlmarco
as Marco หงุ่ยตระกูล-Schulze
More... over 9 years ago
Introduced CollectionUtil with 2 useful split methods.
nlmarco
as Marco หงุ่ยตระกูล-Schulze
More... over 9 years ago
Fixed bug causing "ObjectManager... does not have object for this ObjectRef"-error. Maybe there are more than this one cause - really hope the bug is gone, now.
nlmarco
as Marco หงุ่ยตระกูล-Schulze
More... over 9 years ago
Fixed problem with index-brackets "[", "]" in system properties.
nlmarco
as Marco หงุ่ยตระกูล-Schulze
More... over 9 years ago
Changed order of things being shut down in LocalServerClient.close() - seems to make application shut down faster.
nlmarco
as Marco หงุ่ยตระกูล-Schulze
More... over 9 years ago
one-time pad implementation More... over 9 years ago
* AllowJavaInvocationFilter now allows harmless Object's methods toString(), equals(...) and hashCode(). * Implemented ReverseListView.
nlmarco
as Marco หงุ่ยตระกูล-Schulze
More... over 9 years ago
Made 2 things more fault-tolerant.
nlmarco
as Marco หงุ่ยตระกูล-Schulze
More... over 9 years ago
Added Oio-specific FileFilter.
nlmarco
as Marco หงุ่ยตระกูล-Schulze
More... over 9 years ago
Extended [Oio]FileFactory.
nlmarco
as Marco หงุ่ยตระกูล-Schulze
More... over 9 years ago
Made it possible to disable LocalServer using config (i.e. properties file, environment variable or system property).
nlmarco
as Marco หงุ่ยตระกูล-Schulze
More... over 9 years ago
Allow for overriding config values via environment variables, too.
nlmarco
as Marco หงุ่ยตระกูล-Schulze
More... over 9 years ago
https://github.com/cloudstore/cloudstore/issues/49
nlmarco
as Marco หงุ่ยตระกูล-Schulze
More... over 9 years ago
* https://github.com/cloudstore/cloudstore/issues/49 - made it possible to set an environment variable. * Introduced ConfigDirDefaultValueProvider to be able to override ~/.cloudstore in derived applications.
nlmarco
as Marco หงุ่ยตระกูล-Schulze
More... over 9 years ago
clean up More... over 9 years ago
first variant of LDAP-based authentication More... over 9 years ago
proceed to next interceptor when GZIP compression not needed More... over 9 years ago