4
I Use This!
Activity Not Available

Commits : Listings

Analyzed almost 2 years ago. based on code collected almost 2 years ago.
Dec 27, 2022 — Dec 27, 2023
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Replace the temp id by the real id in the resource map.
tao
More... almost 13 years ago
Add code to generate resource map for the new data package wizard.
tao
More... almost 13 years ago
Fixed the bug to look up the lastest version.
tao
More... almost 13 years ago
Set the new id to the system metadata.
tao
More... almost 13 years ago
Indicate the entity is dirty when the system metadata is change. In this way, the new system metadata can be saved.
tao
More... almost 13 years ago
make sure to indicate that SM has changed so that the package (system metadata) can be saved. This is not perfect since it forces duplicates of EML or data files when the only thing that changed was the replication policy More... almost 13 years ago
Add code to modify system metadata when the data access rules was changed.
tao
More... almost 13 years ago
Change the parameter of the method getAccessPolicy from OrderedMap to Node.
tao
More... almost 13 years ago
When code duplicates the eml's system metadata to the entity's system metadata, we should remove the relationship of the obsoletes and obsletedBy.
tao
More... almost 13 years ago
Initialize the system metadata for the new generated entity.
tao
More... almost 13 years ago
Read the access information from the system metadata.
tao
More... almost 13 years ago
Remove the path for the generating of the ordered map.
tao
More... almost 13 years ago
Read the access information from the system metadata.
tao
More... almost 13 years ago
Add a method to transform an AccessPolicy object to an OrderedMap object (including junit test).
tao
More... almost 13 years ago
Deny the feature that user can add deny rules.
tao
More... almost 13 years ago
Add a method to transform an OrderedMap object to an AccessPolicy object.
tao
More... almost 13 years ago
make ECP class a singleton. More... almost 13 years ago
remove custom truststore. we should rely on the standard Java truststore and any augmentation should be made there rather than using a small set of very static certificates. Note that we are using d1_libclient to assist in augmenting the default trust store in cases where we need to trust specific non-commercial-CA-signed servers. More... almost 13 years ago
use SwingWorker to do the ECP login action so that the butterfly (progress indicator) will flap. There is also an alternative JProgressBar-based implementation in here too (commented out). More... almost 13 years ago
use user-friendly IdP name when selecting the IdP from the login screen. http://bugzilla.ecoinformatics.org/show_bug.cgi?id=5741 More... almost 13 years ago
clean up connection frame imports and variables More... almost 13 years ago
add simple-ecp-client dependency. Now uses CILogon ECP to authenticate users (fetch a certificate from them without requiring a browser). It is still a volatile project and likely to change as we work with the original developer. http://bugzilla.ecoinformatics.org/show_bug.cgi?id=5741 More... almost 13 years ago
make sure changes to EML access block are reflected in the System Metadata. http://bugzilla.ecoinformatics.org/show_bug.cgi?id=5737 More... almost 13 years ago
In the init method, remove the the function to modify the configuration file.
tao
More... almost 13 years ago
Add junit test.
tao
More... almost 13 years ago
Removed the nested synchronized block.
tao
More... almost 13 years ago
Set the default value to be true for the property of updateFileNameId.
tao
More... almost 13 years ago
In the generateFile method, the code to check if there is an existing file assicated with the identifier was added. If there is one, the existing file will be returned. If there is no one, a new file will be generated.
tao
More... almost 13 years ago
Fixed a bug that openning an incomplete document wouldn't show the user name.
tao
More... almost 13 years ago
Remove denyFirst radio button since metacat doesn't support it anymore.
tao
More... almost 13 years ago