Hayden Faulds
|
953dba0ede
|
pass userId into Editorcontroller.addFile / addFileWithoutLock
|
2017-12-04 09:42:09 +00:00 |
|
Brian Gough
|
05ee2a5244
|
Merge pull request #67 from sharelatex/bg-ignore-git-in-uploads
ignore .git directories in uploads
|
2017-10-18 13:11:46 +01:00 |
|
Brian Gough
|
290361dc72
|
ignore .gitignore files in uploads too
|
2017-10-17 16:49:51 +01:00 |
|
Brian Gough
|
277b9c5d50
|
ignore .git directories in uploads
|
2017-10-17 16:32:26 +01:00 |
|
Brian Gough
|
6001f14261
|
log each file unzipped
|
2017-10-17 16:31:56 +01:00 |
|
Brian Gough
|
76d73951f2
|
fix bug when unzipping directory
|
2017-10-17 16:31:35 +01:00 |
|
Brian Gough
|
4c78b5770c
|
use regex for directory check
|
2017-10-16 15:17:33 +01:00 |
|
Brian Gough
|
2bb7c6d4c6
|
remove child_process module from ArchiveManager
|
2017-10-16 14:21:28 +01:00 |
|
Brian Gough
|
96d08e41a7
|
update tests
|
2017-10-16 14:15:38 +01:00 |
|
Brian Gough
|
d6d76f132e
|
replace unzip with yauzl
|
2017-10-16 14:15:38 +01:00 |
|
Shane Kilkelly
|
965a46291b
|
Only fetch labels for uploaded docs, not files
|
2017-06-08 15:55:17 +01:00 |
|
Shane Kilkelly
|
ff7955dfdb
|
Update labels when docs are uploaded or removed
|
2017-06-08 15:12:18 +01:00 |
|
James Allen
|
e2be4b6293
|
Make .asy files editable when uploaded
|
2017-05-22 17:12:01 +01:00 |
|
Shane Kilkelly
|
779336e5b0
|
when the uploaded file is not a zip, warn instead of error
|
2017-04-13 15:12:54 +01:00 |
|
Shane Kilkelly
|
043520fc28
|
Remove the Metrics module, use metrics-sharelatex
|
2017-04-03 16:18:30 +01:00 |
|
Shane Kilkelly
|
ab2c1e82fb
|
WIP: refactor
|
2016-09-05 15:58:31 +01:00 |
|
Henry Oswald
|
418d1c56da
|
nullcheck qqfile on upload files
|
2016-08-02 15:36:59 +01:00 |
|
Henry Oswald
|
840d3b75bb
|
listen for close not exit when working with unzip command
sometimes the command will fail because stout has not finished yet
|
2016-03-21 16:37:29 +00:00 |
|
Henry Oswald
|
4d7ed1cb17
|
improved logging from unzip command
|
2016-03-21 16:00:12 +00:00 |
|
James Allen
|
8fb3e629e8
|
Require logins for all uploads to projects
|
2016-03-21 13:23:14 +00:00 |
|
James Allen
|
0ba70e7ccc
|
Remove missing parameter in log lines
|
2016-03-21 13:15:57 +00:00 |
|
James Allen
|
de02928454
|
Merge branch 'master' into ja_email_tokens
|
2016-03-17 17:01:26 +00:00 |
|
Henry Oswald
|
3fc357a343
|
Merge branch 'master' into projectsizelimit
|
2016-03-14 10:31:07 +00:00 |
|
Henry Oswald
|
8812ff445e
|
change zip size check to spawn
|
2016-03-12 15:43:16 +00:00 |
|
Henry Oswald
|
f11ba97389
|
check stat.isFile and isDirectory rather then symlink
|
2016-03-12 15:05:29 +00:00 |
|
Henry Oswald
|
6664b67fba
|
check size of zip files
|
2016-03-12 12:38:21 +00:00 |
|
Henry Oswald
|
da242d90e6
|
added extra isSymLink checks into reading files
|
2016-03-12 12:01:36 +00:00 |
|
James Allen
|
1bd8b8d1a3
|
Delete SecurityManager and replace with (unwritten) AuthorizationManager
|
2016-03-10 17:17:26 +00:00 |
|
Henry Oswald
|
b5dd96aa71
|
fixed some mongo calls in project entity handler
need to specify fields you want to not get array back.
|
2016-02-29 16:03:22 +00:00 |
|
James Allen
|
155831c3e7
|
Skip top-level directory if it exists in zip upload
|
2016-02-24 17:21:20 +00:00 |
|
James Allen
|
c6dcb64b18
|
Overwrite text files from uploads
|
2016-02-24 16:37:03 +00:00 |
|
Henry Oswald
|
156f646613
|
increase number of files that can be uploaded & limit 1 concurent
|
2015-12-07 16:50:09 +00:00 |
|
Henry Oswald
|
8590af3e49
|
added rate limit on server side for file uploads
|
2015-12-01 13:08:49 +00:00 |
|
Henry Oswald
|
4f0b922a5d
|
changed name used when project or file uploaded, this changed when
we started using https://github.com/expressjs/multer
* originalname - Name of the file on the user's computer
* name - Renamed file name
|
2015-07-01 15:28:49 +01:00 |
|
Henry Oswald
|
1cc0cbe8fc
|
split site into 2 routers, webRouter and apiRouter
web router has things like sessions etc added onto it. Api router is minimal, doesn't include things like csrf
|
2015-07-01 15:23:18 +01:00 |
|
Henry Oswald
|
fe3b9bf07a
|
clients can not rename docs/files/folders to blank name.
Client and server side checks added
|
2015-03-04 11:10:59 +00:00 |
|
James Allen
|
50048a53b5
|
Don't throw an exception if there is an error with unzip
|
2015-02-11 11:34:49 +00:00 |
|
Henry Oswald
|
857d867191
|
added locks into editor controller for new/move/deletes
filesystem import manager uses the unlocked version
|
2014-11-26 15:32:23 +00:00 |
|
James Allen
|
3578e41c9c
|
Add null check into FileTypeManager isDirectory check
|
2014-11-24 13:39:07 +00:00 |
|
James Allen
|
6800c1a15e
|
Track the source of updates through the system on adding/updating of docs and files
|
2014-10-15 15:18:31 +01:00 |
|
James Allen
|
971afb7342
|
Treat large text files as binary
|
2014-09-04 13:00:51 +01:00 |
|
Henry Oswald
|
85befe0d57
|
listen on stdout when unzipping, unsticks some zips for some reason...
|
2014-06-18 18:18:49 +01:00 |
|
James Allen
|
8715690ce9
|
Intial open source comment
|
2014-02-12 10:23:40 +00:00 |
|