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

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.