CI to automate build of zotero tarball for zotero aport https://gitlab.alpinelinux.org/alpine/aports/-/tree/master/testing/zotero
Find a file
Abe Jellinek 5d197e4b12 Mostly complete (read-only) compatibility with web library (#4270)
- Add pagination, limits, and Link header
- Add schema endpoints and dummy /settings endpoint
- Add /file endpoints
  - Browser security restrictions prevent the web library from actually loading
    the file: URIs that the local API returns, but out-of-browser use will work
    fine
- Add toResponseJSONAsync() DataObject function: delegates to toResponseJSON()
  by default, adds information that requires awaiting promises
  - Best attachment (links.attachment) and file size (links.enclosure.length)
    for items, meta.numItems for groups
  - Separate function for compatibility with the existing test code that uses
    toResponseJSON(), but we could consider unifying

This commit does not add the Access-Control headers that allow webpages to make
requests to the local API, since I don't think we actually want that.
2024-06-12 05:45:48 -04:00
.github Revert "Build deployment ZIPs from fx115 branch" 2024-03-30 01:11:52 -04:00
app Update Word for Windows submodule 2024-06-11 14:44:02 -04:00
chrome Mostly complete (read-only) compatibility with web library (#4270) 2024-06-12 05:45:48 -04:00
defaults/preferences vpat 46: remaining aria-labels in preferences (#4006) 2024-06-06 00:00:33 -04:00
js-build JS Build: Fix watch exits if omni update fails 2024-04-02 17:38:15 +02:00
note-editor@b859def22f Update note-editor submodule. Fix #4151 2024-05-22 14:23:46 +02:00
pdf-worker@d745e35fae Fix exported PDF annotation date and update reader/pdf-worker submodules 2024-06-11 21:13:17 +03:00
reader@7a9b0162ee Fix exported PDF annotation date and update reader/pdf-worker submodules 2024-06-11 21:13:17 +03:00
resource Add local implementation of Zotero web API (#4270) 2024-06-12 05:45:38 -04:00
scripts Fix Python warning in merge_mozilla_files 2024-04-10 07:33:46 -04:00
scss Adjust menu widths in advanced search 2024-06-12 00:37:49 -04:00
styles@add81f28c7 Update translators and styles 2024-06-06 01:07:19 -04:00
test Mostly complete (read-only) compatibility with web library (#4270) 2024-06-12 05:45:48 -04:00
translators@b947ce66c9 Update translators and styles 2024-06-06 01:07:19 -04:00
.babelrc fx-compat: Remove most Babel plugins (#2855) 2022-10-06 18:53:07 -04:00
.eslintignore Remove connectorTypeSchemaData.js from .eslintignore 2023-05-07 02:43:31 -04:00
.eslintrc CEify contextPane 2024-03-30 00:58:57 -04:00
.gitattributes Update Linux updater for Zotero 7 2023-05-20 10:51:47 +00:00
.gitignore Use user-provided codesign script for Windows signing 2024-04-08 10:12:58 +01:00
.gitmodules Move pdf-reader submodule to reader 2023-08-08 01:40:24 -04:00
chrome.manifest fx115: working autocomplete (#3789) 2024-03-30 00:58:57 -04:00
CONTRIBUTING.md Add "support questions" to CONTRIBUTING.md 2022-12-01 05:10:42 -05:00
COPYING
package-lock.json Update monaco-editor 2024-04-12 13:12:30 -07:00
package.json Update monaco-editor 2024-04-12 13:12:30 -07:00
README.md "Zotero wiki" → "Zotero documentation" in app build README 2023-04-26 04:40:22 -04:00
update.rdf
version Update app build scripts for new combined repo 2023-04-26 04:40:22 -04:00

Zotero

CI

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 documentation.