Commit Graph

253 Commits

Author SHA1 Message Date
Adrian Fâciu 048f534aa2 Adding tests for file select directive 2017-10-01 17:33:38 +03:00
Adrian Fâciu 0df30f996f Fixing test execution on CI 2017-10-01 17:07:54 +03:00
Adrian Fâciu 6bdf60fac4 Adding tests for file drop directive 2017-09-26 23:04:21 +03:00
Adrian eca11298ee Fixed karma config 2017-09-26 21:40:55 +03:00
Joshua Terrill 28d98bc8af Added onFileDrop() event to documentation
In case anyone wants to use the onFileDrop event to handle the files in their own way, I've added it to the documentation.
2017-08-01 15:08:21 -07:00
Gilles Gauthier 74306fc210 Update simple demo
Fix correct path for isHTML5 option
2017-07-12 11:35:55 +02:00
Alberto Para 1f0ca3072b Emit event when file is selected 2017-05-08 23:55:06 +02:00
Dmitriy Shekhovtsov 41759be974 chore(package): dependencies upgrade 2017-04-10 13:57:32 +03:00
Dmitriy Shekhovtsov e8d5ced3f6 chore(package): update to angular cli v1.0.0 2017-04-10 13:48:58 +03:00
smartm0use 7704e0e970 feat(package): relaxed peer dependencies to allow ng v4 (#713)
Add Angular 4 peer dependencies support
2017-04-10 13:31:27 +03:00
Chris Moyer a333c59f82 Make sure it's a string before trying to do indexOf 2017-03-07 09:59:55 -05:00
Chris Moyer 8b36c892d5 Fixes {{file_name}} template 2017-03-06 17:41:47 -05:00
Chris Moyer 0e17d55633 Adds some Fixes for AWS Support.
AWS Requires any additional parameters to be specified BEFORE Files.
This also adds the ability to specify a {{file_name}} template in any
additional parameters to allow adding the filename to additional
parameters.

For example, you can now specify:

additionalParameter: {
	key: "path/to/uploads/{{file_name}}"
}
2017-03-06 17:30:18 -05:00
Charles Mark Maynard 99c83035d1 [On behalf of Lexmark]: Add export of FileLikeObject to allow callback to function (#619) 2017-03-01 23:28:57 +02:00
Gabrijel Škoro e08f80ee74 Add rawFile in the file like object 2017-02-28 10:09:26 +01:00
Dmitriy Shekhovtsov cf12851e1d chore(readme): badges updates 2017-01-18 15:19:20 +02:00
Dmitriy Shekhovtsov 6fe71bc464 v1.2.0 v1.2.0 2017-01-17 16:41:45 +02:00
Dmitriy Shekhovtsov 3cc6a9946f feat(package): upgrade to ng v2.3+ (#574) 2017-01-17 16:38:35 +02:00
Dmitriy Shekhovtsov f5b5dc3bd2 Merge branch 'development' of github.com:valor-software/ng2-file-upload into development 2017-01-17 15:58:36 +02:00
Dmitriy Shekhovtsov a9971981f1 Merge branch 'ediri-patch-1' into development 2017-01-17 15:57:55 +02:00
Dmitriy Shekhovtsov 35448680b2 Merge branch 'patch-1' of git://github.com/ediri/ng2-file-upload into ediri-patch-1
Conflicts:
	.npmignore
2017-01-17 15:57:45 +02:00
Daniel Kucal be70a82303 Allow to extend classes (#468)
* private accessors replaced by protected to allow extending of classes

* FileItem class protected accessors
2017-01-17 15:07:03 +02:00
Kevin FONTAINE d6e75984ed #492 Add FileItem in declaration ng2-file-upload.d.ts (#523) 2017-01-17 15:03:15 +02:00
Kevin FONTAINE 410efda505 feat(file-select): Clear file select automatically (#524) 2017-01-17 15:02:52 +02:00
Florian Kinder 397de09e7d feat(fileUpload): added additionalParameter (#565) 2017-01-17 15:02:12 +02:00
retrospectacus e4a7099d92 fix(headers): Add FileItem headers to XHR (#553)
fixes #552
2017-01-17 15:01:33 +02:00
Engin.Diri 63bf587d80 https://github.com/valor-software/ng2-file-upload/issues/272 2016-10-19 16:30:02 +02:00
Dmitriy Shekhovtsov 34c0d35c9c 1.1.3-0 v1.1.3-0 2016-10-19 17:12:59 +03:00
Dmitriy Shekhovtsov f67a7a6530 chore(yarn): added lock 2016-10-19 16:09:15 +03:00
Dmitriy Shekhovtsov f0b2879c4d feat(build): added support for AoT and ng-cli
fixes #436
2016-10-19 16:03:32 +03:00
Dmitriy Shekhovtsov b55c85218e fix(typing): added authTokenHeader property to options and file upload class 2016-10-19 14:15:56 +03:00
Jose Berrocal 282295ce20 feat(file-upload): Add the possibility of set the token header (#213)
It will be very useful set which is the Token that is going to be send to the server
2016-10-19 13:45:02 +03:00
GuardianFree 1a4eb3a0fd fix(file-uploader):Changing url when files are selected does not work (#448)
* fix issue #406 Changing url when files are selected does not work

* fix issue #406 Changing url when files are selected does not work

* fix issue #406 Changing url when files are selected does not work

fixes #406
2016-10-19 12:33:59 +03:00
Dmitriy Shekhovtsov 5af17612cb 1.1.2 v1.1.2 2016-10-17 17:57:47 +03:00
Dmitriy Shekhovtsov 87395e668e feat(package): allow of ng2 v2.0.* and v2.*.* 2016-10-17 17:57:22 +03:00
Dmitriy Shekhovtsov ad1d710ff1 1.1.1 v1.1.1 2016-10-17 17:53:57 +03:00
Karl Hiramoto 3fec3850b4 feat(package): angular ~2.0.1 stable release (#425) 2016-10-05 16:55:50 +03:00
Dmitriy Schekhovtsov d218b9665b chore(build): fix travis config 2016-09-21 23:17:42 +03:00
Dmitriy Schekhovtsov 9d2da3809d 1.1.0 v1.1.0 2016-09-21 23:10:55 +03:00
Dmitriy Schekhovtsov 4fef496698 feat(package): updated to typescript 2 2016-09-21 23:10:17 +03:00
Dmitriy Shekhovtsov c1b3b5dc19 Merge pull request #404 from adrianfaciu/angular-release
Updating to angular 2.0.0
fixes #402, fixes #398, fixes #378, fixes #344
2016-09-21 11:32:41 +03:00
Dmitriy Shekhovtsov 003f1eb0d2 Merge pull request #403 from serhiisol/set-forms-name
Fix #22: Unable to set form's "name" on file upload
2016-09-21 09:55:51 +03:00
Adrian Faciu 0d1fd54f45 Updating to angular 2.0.0 2016-09-20 16:45:07 +03:00
Serhii Solonko b886f7846b Fix #22: Unable to set form's "name" on file upload 2016-09-20 15:39:30 +02:00
Dmitriy Shekhovtsov b50116313b Merge pull request #393 from valor-software/feat-rc7
feat(core) add ng2-webpack-config
2016-09-15 10:46:22 +03:00
Oleksandr Telnov 04152e2809 add tsconf publish 2016-09-15 10:29:10 +03:00
Oleksandr Telnov cdc76cced0 add ng2-webpack-config 2016-09-15 10:22:43 +03:00
Adrian Fâciu 0e7e397f7d Fixing test execution 2016-09-10 12:14:21 +03:00
Adrian Fâciu 48128becdd Fixing tests and lint errors 2016-09-07 22:24:43 +03:00
Adrian Fâciu 6f42e303f9 Fixing demo page 2016-09-07 22:05:54 +03:00