1788 Commits (caf163f98c997f4da6eaa3755ffdcae393392fe2)
 

Author SHA1 Message Date
CalDescent caf163f98c Include "tempDataPath" in test settings so that tests don't put files in the main temp directory. 3 years ago
CalDescent 1c408db907 Rework of arbitrary APIs and qdata to support identifiers 3 years ago
CalDescent 8d44e07c32 Fixes issues relating to reading resources containing a single file 3 years ago
CalDescent d99fae4340 Added support for single file patching 3 years ago
CalDescent d49caa29ce Pass Service enum to TransactionRepository.getSignaturesMatchingCriteria() instead of an Integer. 3 years ago
CalDescent 8bebe11b4e Allow single files to be uploaded without compression 3 years ago
CalDescent 236a456cae Added support for single file uploads. 3 years ago
CalDescent 7bc745fa8e Added "THUMBNAIL" and "PLAYLIST" service types, and fixed a duplicate issue in earlier commit. 3 years ago
CalDescent 056fc8fbaf Treat a blank identifier as null 3 years ago
CalDescent b6aa507b41 Added "AUDIO" and "BLOG" service types. 3 years ago
CalDescent 4b1a5a5e14 Connected the rest of the system up to the recently added "identifier" feature. 3 years ago
CalDescent a364206159 Added "IMAGE", "VIDEO" and "DOCUMENT" service types. 3 years ago
CalDescent b5feb5f733 Fixed test which was failing due to an earlier commit 3 years ago
CalDescent 991125034e Added "identifier" property to arbitrary transactions 3 years ago
CalDescent a0fe1a85f1 Removed website publishing API since we now do everything using POST /arbitrary/{service}/{name} 3 years ago
CalDescent 3a2e68c334 Improved directory structure of the "reader" cache 3 years ago
CalDescent b6418cd912 Revert "Added an index to help speed up recent queries" 3 years ago
CalDescent e652038018 Added an index to help speed up recent queries 3 years ago
CalDescent b2e2af51ed Added API endpoint to list all arbitrary resources, grouped by name and service 3 years ago
CalDescent a0fe803c35 Added POST /arbitrary/{service}/{name} API endpoint 3 years ago
CalDescent ea2ca37abe Improved format of error messages 3 years ago
CalDescent 0601ffbb34 Added /transactions/convert method to use to convert full transaction bytes to ones used for signing 3 years ago
CalDescent 09a7fcaba4 Added MissingDataException 3 years ago
CalDescent ce15784851 Return a detailed error message in GET /arbitrary/{service}/{name} 3 years ago
CalDescent b861b2dffb Fixed loading bug when a transaction's data size is smaller than the chunk size. 3 years ago
CalDescent e50fd786da Don't respond with a file list for a transaction that is outside of our storage policy, even if we do have a copy of the file at the time of the request. 3 years ago
CalDescent 5e82de667e Don't broadcast that we are holding files for a transaction unless it's within the scope of our storage policy. 3 years ago
CalDescent d7ddcda9da Refactor to simplify some duplicated code 3 years ago
CalDescent 6d031130b9 Invalidate the cache in ArbitraryTransaction.onImportAsUnconfirmed() if we have the local data 3 years ago
CalDescent a61b0685f0 Arbitrary data manager now only prefetches data according to the storage policy. 3 years ago
CalDescent abfeafc823 Refactored to move all build-related code to a new ArbitraryDataBuildManager class 3 years ago
CalDescent 3a51be3430 ArbitraryDataBuildManager renamed to ArbitraryDataBuilderThread, as we will likely want to run multiple instances of this when we scale up. 3 years ago
CalDescent ede4802ceb Converted ArbitraryTestTransaction to version 5 3 years ago
CalDescent fe79119809 Added PresenceTestTransaction, to allow SerializationTests.testTransactions() to be unblocked 3 years ago
CalDescent 6f07dc7852 Always overwrite existing data when building via the queue. 3 years ago
CalDescent 16bcba6e2e When accessing a website or other data resource, request the chunks if we don't already have them. 3 years ago
CalDescent 1002acb021 Fixed error in log entry. 3 years ago
CalDescent b771544c5d Added test to check website/data updates. 3 years ago
CalDescent 8c7f09c454 Fixed yet another case sensitivity issue. 3 years ago
CalDescent 618cffefb1 Made names case insensitive when using them as a search filter. 3 years ago
CalDescent 8fd37e857e Fixed case sensitivity issue when building from past transactions. 3 years ago
CalDescent 8218bfd24b Initial implementation of storage policies. 3 years ago
CalDescent cbb2dbffb9 The /arbitrary/search API endpoint now uses a string instead of an int for the "service", and shows a dropdown of possible values in the API documentation page. 3 years ago
CalDescent 528a838643 Fixed bug in previous commit 3 years ago
CalDescent cbed6418e7 Added ability to filter arbitrary transactions by name when searching. 3 years ago
CalDescent 4882cc92a8 StoragePolicy enum moved to new ArbitraryDataStorageManager class 3 years ago
CalDescent 28fb11068e Added "storagePolicy" setting, including startup validation. 3 years ago
CalDescent 90465149e6 Added API endpoints to allow registered names to be followed/unfollowed. 3 years ago
CalDescent c6d868d981 "Lists" feature is now generic. 3 years ago
CalDescent bada4fd140 Use a buffered digest where possible instead of reading the whole file contents into memory. 3 years ago