Commit Graph

100 Commits (0332ef32980b24a0c4e108436eec5b112287c14b)

Author SHA1 Message Date
Martin Filser 3fc9c6efe7 Move every Attachments.findOne() to the ReactiveCache 2 years ago
Martin Filser a182482cfb Move every Boards.findOne(boardId) to the ReactiveCache (Part 2) 2 years ago
Lauri Ojansivu aef6967d4c Fix Exception in callback of async function: TypeError: this._now is not a function. Part 2. 2 years ago
Lauri Ojansivu aeb0f1e6d8 Fix Exception in callback of async function: TypeError: this._now is not a function. 2 years ago
Lauri Ojansivu 76ac070f9b Save files serverside with filename ObjectID, without filename. 2 years ago
Lauri Ojansivu f11650ece1 Added more descriptive times of attachment migrations and uploads. 2 years ago
Lauri Ojansivu fd9478dc57 Try to fix build errors on some platforms. 2 years ago
Lauri Ojansivu 382168a5b4 Try to fix some security issues. Part 2. 2 years ago
Lauri Ojansivu ff993e7c91 Try to fix some security issues. 2 years ago
Lauri Ojansivu cd1750f368 Forked minio npm package to @wekanteam/minio to update package dependencies. S3/MinIO support In Progress. 2 years ago
Martin Filser f6fbd0a5c2 Attachment, rename not needed anymore since Meteor-Files 2.3.0 3 years ago
Martin Filser 25443926d3 Attachment, path was wrong if the file hasn't a extension 3 years ago
Tobias Wolf 469d81f8a5 Separate uploaded file validation logic from the model "Attachments" 3 years ago
Lauri Ojansivu c23f5dc858 Fix Validate attachment error at PR Meteor files 2.2.1 fixes + attachment view. 3 years ago
Martin Filser ea5025595a Server side code don't need a Meteor.call 3 years ago
Martin Filser 344aeb4051 Meteor-Files 2.2.1 changed the function "namingFunction" 3 years ago
Martin Filser db8e707049 Attachment filename was truncated to 28 characters since Meteor-Files 2.1.0. Fixed this 3 years ago
Tobias Wolf e6b705be26 Remove leftover unused arguments parsing for external execution 3 years ago
Tobias Wolf b5d311c00c Add support to validate attachment uploads by an external program 3 years ago
Lauri Ojansivu 7c619859fc Updated dependencies like ostrio:files etc. 3 years ago
Tobias Wolf ed3223fedc Add support to validate attachment uploads by type and size 3 years ago
Martin Filser 26e1c1dc4a Attachment file rename is now possible 3 years ago
Martin Filser 000e27a4a1 Board copy moves the attachments to the "copied from board storage" 3 years ago
Martin Filser 3fad014e91 Multi-File Storage code was missing after merge 3 years ago
Lauri Ojansivu a34cbf95e8 Add missing code. 3 years ago
Martin Filser c6212c7d62 Initial attachment upload set's now "original" in filename too 3 years ago
Martin Filser b8d14abe0c Attachment Management at Admin Console 3 years ago
Martin Filser a064e03fc7 Store file on filesystem renew's the storage path 3 years ago
Martin Filser 9d587e76ab Remove filesCollection from FileStoreStrategy classes 3 years ago
Martin Filser 72b8672e62 Move storage names for filesystem and gridfs to constants 3 years ago
Martin Filser 9ef45a75af removed createOnAfterUpload file and use existing code for initial file move to GridFS 3 years ago
Martin Filser 927f155078 WRITABLE_PATH is mandatory, so simplify the code logic 3 years ago
Martin Filser 883beba9ed Split AttachmentStoreStrategy classes to new FileStoreStrategy classes 3 years ago
Martin Filser 0fcfd8e168 Attachment filename contains now the filename of the uploaded file 3 years ago
Martin Filser 44fd652b05 Move Attachment to other storages now possible 3 years ago
Denis Perov a4732bacce Support WRITEABLE_PATH envrionemnt variable 3 years ago
David Arnold 1cddd607ec Revert "use tempdirs" 3 years ago
David Arnold 80d0ec0898 use tempdirs 3 years ago
David Arnold 2288c8ac15 hack: Nasty hack for covercard auth 3 years ago
David Arnold 3d6085157e Fix: access denied on second load 3 years ago
David Arnold 0f272b1e66 fixup! Ref: Attachments to use modern gridfs (rm localstore) 3 years ago
David Arnold dcac00696e fixup! Ref: Attachments to use modern gridfs (rm localstore) 3 years ago
David Arnold 4158334c2d fixup! Ref: Avatars to use modern gridfs 3 years ago
David Arnold c29393dd7e fixup! Ref: Attachments to use modern gridfs (rm localstore) 3 years ago
David Arnold fa9ed55d7d fixup! Ref: Attachments to use modern gridfs (rm localstore) 3 years ago
David Arnold 97356603aa Ref: original & and use fileObj.meta 3 years ago
David Arnold c1dba52720 Ref: Attachments to use modern gridfs (rm localstore) 3 years ago
Lauri Ojansivu c926475eb1 Fixed _ensureIndex to createIndex for MongoDB 5. Updated to latest Meteor beta. 3 years ago
Martin Filser 1f277af722 remove old attachment storagePath log message 3 years ago
Martin Filser 6d5651e53f Attachments, ensure index of cardId exists 3 years ago