CI to automate build of zotero tarball for zotero aport https://gitlab.alpinelinux.org/alpine/aports/-/tree/master/testing/zotero
Find a file
Dan Stillman 644c4e5925 Add objects from failed download requests to sync queue
Previously only individual objects from successful requests that
couldn't be processed for some reason would be added to the queue.

`Sync.APIClient.downloadObjects()` now returns clearer and more
consistent results. It now returns an array of promises for objects with
a `keys` array of requested keys and either a `json` array of returned
API JSON objects or an `error` Error, depending on whether the request
succeeded or failed. This makes it easier to detect remotely missing
objects and request failures.
2021-12-10 05:56:46 -05:00
.github CI: Temporarily disable NPM cache due to a bug in the setup-node action 2021-07-22 04:46:10 -04:00
chrome Add objects from failed download requests to sync queue 2021-12-10 05:56:46 -05:00
components Restore tabs state (#2148) 2021-08-23 13:02:57 -04:00
defaults/preferences Add OpenURL resolver directory 2021-08-13 06:25:16 -04:00
note-editor@623c237081 Add additional error logging for PDF reader and note editor 2021-11-03 11:50:21 +02:00
pdf-reader@86259b8ea3 Work around FF 60 ESR + Apple Silicon issue causing 40-60% CPU usage: 2021-11-16 17:17:38 +02:00
pdf-worker@93db1cb202 Implement annotations transferring (#2202) 2021-10-27 13:48:40 +03:00
resource Update SingleFile to the latest version 2021-11-19 14:22:45 +02:00
scripts Update SingleFile to the latest version 2021-11-19 14:22:45 +02:00
scss Spaces → tabs in _item-tree.scss 2021-09-17 06:11:51 -04:00
styles@75df0afb88 Update submodules 2021-01-10 14:58:37 -05:00
test Add objects from failed download requests to sync queue 2021-12-10 05:56:46 -05:00
translators@227f7de9f6 Update translators 2021-10-14 04:53:02 -04:00
.babelrc Add @babel/plugin-proposal-unicode-property-regex 2021-08-22 04:07:33 -04:00
.eslintignore ESLint: Ignore additional files 2019-02-26 06:07:54 -05:00
.eslintrc Add separate .eslintrc for tests 2019-09-16 01:28:52 -04:00
.gitattributes Fix enforcing of Unix newlines for SQL files 2016-02-26 18:37:44 -05:00
.gitignore Cache PDF tools in the source directory between test runs 2018-01-18 19:24:09 -05:00
.gitmodules Remove shallow=true for translate and utilities submodules 2021-08-04 20:20:54 -04:00
chrome.manifest Enable Basque locale 2021-06-04 02:16:20 -04:00
CONTRIBUTING.md Update CONTRIBUTING.md 2018-11-04 01:31:10 -04:00
COPYING Update COPYING 2018-03-26 11:27:48 +02:00
install.rdf Remove obsolete lines from install.rdf 2021-05-16 03:51:42 -04:00
package-lock.json Add @babel/plugin-proposal-unicode-property-regex 2021-08-22 04:07:33 -04:00
package.json Add @babel/plugin-proposal-unicode-property-regex 2021-08-22 04:07:33 -04:00
README.md Merge branch '4.0' 2015-11-01 21:22:13 -05:00
update.rdf Update Fx minVersion to 45 2016-12-13 09:12:55 -05:00

Zotero

Build Status

Zotero is a free, easy-to-use tool to help you collect, organize, cite, and share your research sources.

Please post feature requests or bug reports to the Zotero Forums. If you're having trouble with Zotero, see Getting Help.

For more information on how to use this source code, see the Zotero wiki.