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 dc60e5f840 HTTP.request() improvements
- Move 5xx retries and connection checking out of the sync API client
  and into HTTP.request() so that they apply to all requests. 429 handling
  remains in the API client, since not all callers necessarily want to
  handle that the same way. Callers can still handle 5xx themselves by
  including the relevant 5xx status codes in `successCodes` or by passing
  `errorDelayMax: 0`.
- Add `cancellerReceiver` option, which is a callback that receives a
  function that will cancel the request, whether it's an active request
  or an automatic delay before a 5xx retry.

This also updates Sinon to 7.3.2.
2019-09-16 01:26:34 -04:00
.github Update issue template 2019-01-25 17:07:14 -05:00
chrome HTTP.request() improvements 2019-09-16 01:26:34 -04:00
components Fix zotero://select search selection 2019-08-01 22:11:03 -04:00
defaults/preferences Add retractions.enabled hidden pref to disable retraction checking 2019-06-11 21:24:17 -04:00
resource Clarify translator/style repository update modes 2019-09-16 00:51:33 -04:00
scripts Tag selector performance overhaul 2019-03-28 06:28:34 -04:00
scss Fix gray tag selector background color on Linux/Windows 2019-04-23 17:15:02 -04:00
styles@9c9d21039a Update submodules 2019-08-05 04:39:27 -04:00
test HTTP.request() improvements 2019-09-16 01:26:34 -04:00
translators@99429bd5b2 Update submodules 2019-08-05 04:39:27 -04:00
.babelrc Tag selector performance overhaul 2019-03-28 06:28:34 -04:00
.eslintignore ESLint: Ignore additional files 2019-02-26 06:07:54 -05:00
.eslintrc Inherit ESLint config 2019-03-31 21:12:43 -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 Track master branch of submodules (#1477) 2018-03-31 16:08:31 -04:00
.travis.yml xvfb change for Travis 2019-08-19 05:19:16 -04:00
chrome.manifest Add Scaffold as a built-in developer tool 2019-08-02 07:00:39 -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 Update version 2019-08-22 00:29:28 -04:00
package-lock.json HTTP.request() improvements 2019-09-16 01:26:34 -04:00
package.json HTTP.request() improvements 2019-09-16 01:26:34 -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.