Brian Gough d630d4a37c Merge pull request #5258 from overleaf/revert-5214-bg-migrate-node-uuid-to-uuid преди 4 години
..
.github 3003a1dded [misc] upgrade build scripts to version 3.11.0 and cleanup packages преди 5 години
app d630d4a37c Merge pull request #5258 from overleaf/revert-5214-bg-migrate-node-uuid-to-uuid преди 4 години
config e3d7afeb96 [misc] run format_fix and lint:fix преди 5 години
firejail 6c81d18627 bumped up rlimit-nproc to 600 преди 9 години
template_files 9d97d1dc53 Handle templates locally ok преди 11 години
test 18192e4559 Merge pull request #4885 from overleaf/bg-filestore-delete-project преди 5 години
uploads 3199aad601 Initial open source commit преди 12 години
user_files d0816096b6 Use default settings file преди 12 години
.dockerignore 1341af04f5 [misc] update the build scripts to 1.3.5 преди 6 години
.eslintrc 1ac3c0763d [misc] temporary override a few new/changed eslint rules преди 5 години
.gitignore f0551307d2 [misc] bump the dev-env to 3.3.2 преди 6 години
.nvmrc 84f5ae1dfc [misc] upgrade node version to latest v12 LTS version 12.22.3 преди 5 години
.prettierignore 7870c8185e Add linting to makefile преди 6 години
.prettierrc 3003a1dded [misc] upgrade build scripts to version 3.11.0 and cleanup packages преди 5 години
Dockerfile 84f5ae1dfc [misc] upgrade node version to latest v12 LTS version 12.22.3 преди 5 години
LICENSE 5d86dfacd7 Create LICENSE преди 12 години
Makefile 126f5bef11 [misc] add linting for missing explicit dependencies and fix any errors преди 5 години
README.md 6f27f7a1bf [misc] drop the /heapdump route and related heapdump package преди 6 години
app.js e3d7afeb96 [misc] run format_fix and lint:fix преди 5 години
buildscript.txt 84f5ae1dfc [misc] upgrade node version to latest v12 LTS version 12.22.3 преди 5 години
docker-compose.ci.yml 8989735c69 pin fake-gcs to 1.21.2 to prevent acceptance-test errors преди 5 години
docker-compose.yml 8989735c69 pin fake-gcs to 1.21.2 to prevent acceptance-test errors преди 5 години
install_deps.sh 1341af04f5 [misc] update the build scripts to 1.3.5 преди 6 години
nodemon.json f0551307d2 [misc] bump the dev-env to 3.3.2 преди 6 години
package-lock.json d630d4a37c Merge pull request #5258 from overleaf/revert-5214-bg-migrate-node-uuid-to-uuid преди 4 години
package.json d630d4a37c Merge pull request #5258 from overleaf/revert-5214-bg-migrate-node-uuid-to-uuid преди 4 години
tiny.pdf 4bba56ed28 added missing files преди 9 години

README.md

overleaf/filestore

An API for CRUD operations on binary files stored in S3

filestore acts as a proxy between the CLSIs and (currently) Amazon S3 storage, presenting a RESTful HTTP interface to the CLSIs on port 3009 by default. Urls are mapped to node functions in https://github.com/overleaf/filestore/blob/master/app.coffee . URLs are of the form:

  • /project/:project_id/file/:file_id
  • /template/:template_id/v/:version/:format
  • /project/:project_id/public/:public_file_id
  • /project/:project_id/size
  • /bucket/:bucket/key/*
  • /shutdown
  • /status - returns filestore sharelatex up or server is being shut down (HTTP 500)
  • /health_check

License

The code in this repository is released under the GNU AFFERO GENERAL PUBLIC LICENSE, version 3. A copy can be found in the LICENSE file.

Copyright (c) Overleaf, 2014-2019.