Commit Graph

19 Commits (0ff1619ea4e2a6702a3fb70135fb656efd64790b)

Author SHA1 Message Date
Kim Alvefur f1e0f5c8dd mod_storage_internal: Return a noop iterator if archive is empty (fixes #920) 9 years ago
Kim Alvefur 6498b4bc29 mod_storage_internal: Handle case of empty item store when deleting (fixes #910) 9 years ago
Kim Alvefur 2c41509285 mod_storage_internal: Correctly calculate number of deleted items (fixes #912) 9 years ago
Kim Alvefur 794f85abf5 mod_storage_internal: Support the 'key' archive query field 9 years ago
Kim Alvefur 8943b3423f mod_storage_internal: Add the dates method 9 years ago
Kim Alvefur 2c3869f5be mod_storage_internal: Add support for removing archived items 9 years ago
Kim Alvefur 0e7993732b mod_storage_internal: Add basic archive store implementation 9 years ago
Kim Alvefur 91c38521ad mod_storage_internal: Ignore unused 'self' argument [luacheck] 9 years ago
Kim Alvefur 7b14467d60 mod_storage_internal: Reorder methods 9 years ago
Kim Alvefur 15f2067297 mod_storage_internal: Separate driver from keyval implementation 9 years ago
Kim Alvefur 13f1842f15 mod_storage_{none,internal,sql}: Return error for unsupported (everything but keyval) store types 12 years ago
Kim Alvefur f4717fe48c mod_storage_internal, datamanager: Add support for iterating over users with data in a store 13 years ago
Kim Alvefur f7f8f20929 storagemanager, datamanager, mod_storage_{internal,sql}: Replace list_stores() with an iterator version 14 years ago
Waqas Hussain db36af380f mod_storage_*: Don't explicitly set driver name, to ease copying/renaming modules. 14 years ago
Waqas Hussain 66f46ff6ef core.storagemanager, mod_storage_*: "data-driver" -> "storage-provider", to allow using module:provides(). 14 years ago
Kim Alvefur acf5902aaf mod_storage_internal: Add method for removing all data belonging to a user 14 years ago
Kim Alvefur 047404cab0 mod_storage_internal: Add method for listing stores 14 years ago
Matthew Wild 909cdebf94 storagemanager, mod_storage_internal: Split out default driver to mod_storage_internal, and greatly simplify storagemanager's error handling and fallback code 15 years ago