Skip to content

Commit

Permalink
Merge pull request #266 from VeliovGroup/dev
Browse files Browse the repository at this point in the history
v1.7.5
 - Remove `templating` dependency
 - Move all demos to separate repository
 - This update targeted for package lightweightness
  • Loading branch information
dr-dimitru committed Oct 13, 2016
2 parents 5e78b51 + b512ac1 commit e2600d0
Show file tree
Hide file tree
Showing 127 changed files with 37 additions and 4,736 deletions.
2 changes: 1 addition & 1 deletion .versions
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ npm-mongo@1.5.45
observe-sequence@1.0.12
ordered-dict@1.0.8
ostrio:cookies@2.0.5
ostrio:files@1.7.4
ostrio:files@1.7.5
promise@0.8.3
random@1.0.10
reactive-var@1.0.10
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Awards:
Demo application:
========
- [Live](https://files.veliov.com)
- [Source](https://github.com/VeliovGroup/Meteor-Files/tree/master/demo)
- [Source](https://github.com/VeliovGroup/Meteor-Files-Demos/tree/master/demo)
- [Compiled Demo App](https://github.com/VeliovGroup/Meteor-Files-Demo)
- [![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/VeliovGroup/Meteor-Files-Demo)

Expand All @@ -79,7 +79,7 @@ The `cfs` is a well known package, but it's huge monster which combines everythi
- Support for `HTTP`, [RTC/DC](https://github.com/VeliovGroup/Meteor-Files/tree/webrtc-data-channel) and `DDP` transports for upload, [read about difference](https://github.com/VeliovGroup/Meteor-Files/wiki/About-Upload-Transports)
- You need store to *[GridFS](https://github.com/VeliovGroup/Meteor-Files/wiki/GridFS-Integration)*, *[AWS S3](https://github.com/VeliovGroup/Meteor-Files/wiki/AWS-S3-Integration)*, *[Google Storage](https://github.com/VeliovGroup/Meteor-Files/wiki/Google-Cloud-Storage-Integration)* or *[DropBox](https://github.com/VeliovGroup/Meteor-Files/wiki/DropBox-Integration)*? (*[Use 3rd-party storage](https://github.com/VeliovGroup/Meteor-Files/wiki/Third-party-storage)*) - *Add it yourself*
- You need to check file mime-type, size or extension? (*[`onBeforeUpload`](https://github.com/VeliovGroup/Meteor-Files/wiki/Constructor)*) - *Add it yourself*
- You need to [resize images](https://github.com/VeliovGroup/Meteor-Files/blob/master/demo/server/image-processing.coffee) after upload? (*[`onAfterUpload`](https://github.com/VeliovGroup/Meteor-Files/wiki/Constructor)*, *[file's subversions](https://github.com/VeliovGroup/Meteor-Files/wiki/Create-and-Manage-Subversions)*) - *Add it yourself*
- You need to [resize images](https://github.com/VeliovGroup/Meteor-Files-Demos/blob/master/demo/server/image-processing.coffee) after upload? (*[`onAfterUpload`](https://github.com/VeliovGroup/Meteor-Files/wiki/Constructor)*, *[file's subversions](https://github.com/VeliovGroup/Meteor-Files/wiki/Create-and-Manage-Subversions)*) - *Add it yourself*

Easy-peasy kids, *yeah*?

Expand Down Expand Up @@ -217,7 +217,7 @@ Images.insert({
});
```

For more expressive example see [Upload demo app](https://github.com/VeliovGroup/Meteor-Files/tree/master/demo-simplest-upload)
For more expressive example see [Upload demo app](https://github.com/VeliovGroup/Meteor-Files-Demos/tree/master/demo-simplest-upload)


#### Stream files
Expand Down Expand Up @@ -279,7 +279,7 @@ Template.file.helpers({
});
```

For more expressive example see [Streaming demo app](https://github.com/VeliovGroup/Meteor-Files/tree/master/demo-simplest-streaming)
For more expressive example see [Streaming demo app](https://github.com/VeliovGroup/Meteor-Files-Demos/tree/master/demo-simplest-streaming)


#### Download button
Expand Down Expand Up @@ -321,7 +321,7 @@ Template.file.helpers({
}
});
```
For more expressive example see [Download demo](https://github.com/VeliovGroup/Meteor-Files/tree/master/demo-simplest-download-button)
For more expressive example see [Download demo](https://github.com/VeliovGroup/Meteor-Files-Demos/tree/master/demo-simplest-download-button)


Supporters:
Expand Down
1 change: 0 additions & 1 deletion demo-simplest-download-button/.gitignore

This file was deleted.

15 changes: 0 additions & 15 deletions demo-simplest-download-button/.meteor/.finished-upgraders

This file was deleted.

1 change: 0 additions & 1 deletion demo-simplest-download-button/.meteor/.gitignore

This file was deleted.

7 changes: 0 additions & 7 deletions demo-simplest-download-button/.meteor/.id

This file was deleted.

23 changes: 0 additions & 23 deletions demo-simplest-download-button/.meteor/packages

This file was deleted.

2 changes: 0 additions & 2 deletions demo-simplest-download-button/.meteor/platforms

This file was deleted.

1 change: 0 additions & 1 deletion demo-simplest-download-button/.meteor/release

This file was deleted.

80 changes: 0 additions & 80 deletions demo-simplest-download-button/.meteor/versions

This file was deleted.

4 changes: 4 additions & 0 deletions demo-simplest-download-button/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
301
========

Moved to [Meteor-Files-Demos](https://github.com/VeliovGroup/Meteor-Files-Demos) repository
20 changes: 0 additions & 20 deletions demo-simplest-download-button/client/main.html

This file was deleted.

9 changes: 0 additions & 9 deletions demo-simplest-download-button/client/main.js

This file was deleted.

27 changes: 0 additions & 27 deletions demo-simplest-download-button/lib/images.collection.js

This file was deleted.

10 changes: 0 additions & 10 deletions demo-simplest-download-button/package.json

This file was deleted.

1 change: 0 additions & 1 deletion demo-simplest-streaming/.gitignore

This file was deleted.

15 changes: 0 additions & 15 deletions demo-simplest-streaming/.meteor/.finished-upgraders

This file was deleted.

2 changes: 0 additions & 2 deletions demo-simplest-streaming/.meteor/.gitignore

This file was deleted.

7 changes: 0 additions & 7 deletions demo-simplest-streaming/.meteor/.id

This file was deleted.

21 changes: 0 additions & 21 deletions demo-simplest-streaming/.meteor/packages

This file was deleted.

2 changes: 0 additions & 2 deletions demo-simplest-streaming/.meteor/platforms

This file was deleted.

1 change: 0 additions & 1 deletion demo-simplest-streaming/.meteor/release

This file was deleted.

Loading

0 comments on commit e2600d0

Please sign in to comment.