dataserver
dataserver copied to clipboard
Zotero Data Server
https://forums.zotero.org/discussion/comment/421677/#Comment_421677
And update clients to pass `Continued: 0` when they know they have nothing else to upload. Requests with `Continued: 1` will wait longer (currently 30 seconds), while requests that don't...
For Mendeley annotations with missing color uploaded before https://github.com/zotero/dataserver/commit/da664b82c18f875940bd6e91fdb77a22e97c34e5 Some will be fixed by https://github.com/zotero/zotero/issues/2820 but this will fix sync issues with iOS now Not sure whether to modify version...
Items with many creators are slow and can cause timeouts. To start, we need to get rid of the old separate 'creators' table and switch to the schema used in...
Hi there, I am interested into running this, but I see it is locked to PHP 7.0 due to: ``` Problem 1 - doctrine/cache is locked to version v1.6.2 and...
Bumps [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) from 6.3.3 to 6.5.8. Release notes Sourced from guzzlehttp/guzzle's releases. Release 6.5.8 See change log for changes. Release 6.5.7 See change log for changes. Release 6.5.6 See change...
Bumps [guzzlehttp/psr7](https://github.com/guzzle/psr7) from 1.5.2 to 1.8.5. Release notes Sourced from guzzlehttp/psr7's releases. 1.8.5 See change log for changes. 1.8.4 See change log for changes. 1.8.3 See change log for changes....
I found no issue dealing with "self hosting" and I think this process should be documented. According to [this post](https://forums.zotero.org/discussion/comment/293486/#Comment_293486) on the zotero forum, "Zotero makes the code available but...
Currently not possible to delete a tag called `a || b`. If someone attempts it in current web library, it will incorrectly delete two tags: `a` and `b`, if such...
https://forums.zotero.org/discussion/93337/report-id-579048989 Currently, `Tag::load()`, which calls `Tags::getPrimaryDataByID()` and triggers a SELECT query, is run for every single tag. Probably just as part of removing tags as first-class objects, with the removal...