Commit Graph

1360 Commits (9488972ed86e5e1dfa94132e8b5074c5b11d5dd3)

Author SHA1 Message Date
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 24566ce853 Reset avatar if removed 3 years ago
Tobias Wolf c64a221453 Add support to validate uploaded avatars 3 years ago
Tobias Wolf 469d81f8a5 Separate uploaded file validation logic from the model "Attachments" 3 years ago
Martin Filser 1516615934 Copy attachment copies now all versions 3 years ago
Martin Filser e37bf2b51d Copy card at card details copies now attachments 3 years ago
Martin Filser 03deeb6729 Copy many card dialog remembers now the last selected board 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
Daniel Kaiser 339e044a30 Fix and update easysearch 3 years ago
Tobias Wolf ed3223fedc Add support to validate attachment uploads by type and size 3 years ago
viehlieb b3056626f3 add option to get asked whether unsaved card descriptions should be saved to db on e.g. unintentional click out of card details pane 3 years ago
viehlieb c5dd0b729d get ServiceConfiguration from server 3 years ago
viehlieb ee254cb9c8 wait for service config load to redirect to oidc provider 3 years ago
Lauri Ojansivu 01d0dd3b1d Resizeable size of list width and height. Size is not saved yet. In Progress. 3 years ago
viehlieb 84d51393e4 enable redirect to oidc provider to empower sso solutions even further 3 years ago
Martin Filser ad5167de55 Card Details, move card between lists moves now the card to the top by default 3 years ago
Martin Filser b6374dac3d Attachment selection, simpler code logic 3 years ago
Martin Filser 26e1c1dc4a Attachment file rename is now possible 3 years ago
viehlieb 2e354f9b1e wip redirect on landing page and logout to oidc provider 3 years ago
Martin Filser 000e27a4a1 Board copy moves the attachments to the "copied from board storage" 3 years ago
Martin Filser fbb0ed5ec1 Board copy work now again 3 years ago
Martin Filser 58d760a615 FileStoreStrategy, moveToStorage, wrong variable in error handling 3 years ago
Martin Filser 2e5ec0308f Adjust all other moment imports to moment-with-locales 3 years ago
Martin Filser 3fad014e91 Multi-File Storage code was missing after merge 3 years ago
Martin Filser efc19ea88c FileStoreStrategyFactory, added logic to determine the right file storage strategy to use 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 cfb88baa7f removed createInterceptDownload file and use existing code for http download 3 years ago
Martin Filser 72b8672e62 Move storage names for filesystem and gridfs to constants 3 years ago
Martin Filser 99c37bd521 removed createOnAfterRemove file and use existing code for remove file from GridFS 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 d63f1b740c Avatars are using the FileStoreStrategyFactory too 3 years ago
Martin Filser 883beba9ed Split AttachmentStoreStrategy classes to new FileStoreStrategy classes 3 years ago
Martin Filser dd0d5dbe9f Output error if bucket.delete fails 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
Martin Filser 54cf71ce1b Activity at attachment deleting had an error (name is undefined) 3 years ago
Denis Perov 1b83399236 Fix errant escape-string-regexp importing 3 years ago
Denis Perov a4732bacce Support WRITEABLE_PATH envrionemnt variable 3 years ago