- Switch to using separate property files for storage sync rather than WebDAV properties, which aren't supported on all servers

- Fix potential security issues with symlinks in ZIP files due to Firefox brokenness
- Zotero.Utilities.HTTP.doGet() can now take a URI instead (and doesn't display the password that way for authenticated requests)
- For now, delete orphaned files immediately when using "Purge Orphaned Storage Files" instead of waiting a day
- Properly remove deleted files from delete log
- Better debugging of various things
This commit is contained in:
Dan Stillman 2008-09-17 11:27:36 +00:00
parent be47357e48
commit 083bdd4753
4 changed files with 237 additions and 136 deletions

View file

@ -1,4 +1,4 @@
-- 41
-- 42
-- This file creates tables containing user-specific data -- any changes made
-- here must be mirrored in transition steps in schema.js::_migrateSchema()