commit_id
stringlengths
40
40
owner
stringclasses
29 values
repo
stringclasses
30 values
commit_message
stringlengths
1
409k
diff
stringlengths
147
117M
label
int64
0
0
209b593525545ca8e792529a49aa92809f362391
1up-lab
OneupUploaderBundle
Merge branch 'master' of github.com:1up-lab/OneupUploaderBundle
commit 209b593525545ca8e792529a49aa92809f362391 Merge: 5e82365 dad8de6 Author: Jim Schmid <jim.schmid@1up.io> Date: Wed Dec 4 11:16:19 2013 +0100 Merge branch 'master' of github.com:1up-lab/OneupUploaderBundle
0
7288cecd805802baf5f8660bea7d894cf75084e8
1up-lab
OneupUploaderBundle
Fixes ChunkManager class declaration.
commit 7288cecd805802baf5f8660bea7d894cf75084e8 Author: Jim Schmid <jim.schmid@1up.io> Date: Mon Mar 11 13:39:52 2013 +0100 Fixes ChunkManager class declaration. diff --git a/Resources/config/uploader.xml b/Resources/config/uploader.xml index f10809d..72d08e6 100644 --- a/Resources/config/uploader.xml +++ b/Res...
0
1fd15f74248a7f11481be3bb1c66315d68e7a1be
1up-lab
OneupUploaderBundle
Add Errorhandling to Dropzone
commit 1fd15f74248a7f11481be3bb1c66315d68e7a1be Author: Gladhon <marc.steiner@ibrows.ch> Date: Fri Feb 20 17:23:38 2015 +0100 Add Errorhandling to Dropzone diff --git a/Controller/DropzoneController.php b/Controller/DropzoneController.php index 0c8a5b0..2121f32 100644 --- a/Controller/DropzoneController.php +++...
0
95740749e0550dc63f7b4f28b2e0129ef5fc33be
1up-lab
OneupUploaderBundle
Merge pull request #258 from mediafigaro/patch-2 Update custom_namer.md
commit 95740749e0550dc63f7b4f28b2e0129ef5fc33be Merge: 2a6daa7 e5b8427 Author: David Greminger <bytehead@users.noreply.github.com> Date: Tue Jun 28 09:50:14 2016 +0200 Merge pull request #258 from mediafigaro/patch-2 Update custom_namer.md
0
3745b3af2e19c7c8be02d6552bd2708b7f86d51d
1up-lab
OneupUploaderBundle
Update composer.json
commit 3745b3af2e19c7c8be02d6552bd2708b7f86d51d Author: Flavian <flavian.sierk@1up.io> Date: Sun Apr 14 12:53:55 2013 +0300 Update composer.json diff --git a/composer.json b/composer.json index 8124134..a59d0c0 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "oneup/uploader-bundle...
0
e1b1b618cfbbdb48f80547e44f9889e362374997
1up-lab
OneupUploaderBundle
Thank you
commit e1b1b618cfbbdb48f80547e44f9889e362374997 Author: David Greminger <david.greminger@1up.io> Date: Fri Dec 1 17:02:35 2017 +0100 Thank you diff --git a/README.md b/README.md index c76f765..2a54218 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ The entry point of the documentation can be found in t...
0
712bff50293aabc60d2c9f34c02abc5dcb977e29
1up-lab
OneupUploaderBundle
Registered a new EventListener on POST_UPLOAD. This one is for the session storage after upload.
commit 712bff50293aabc60d2c9f34c02abc5dcb977e29 Author: Jim Schmid <jim.schmid@1up.io> Date: Wed Mar 13 10:11:27 2013 +0100 Registered a new EventListener on POST_UPLOAD. This one is for the session storage after upload. diff --git a/Controller/UploaderController.php b/Controller/UploaderController.php index 6d...
0
b915fe5bb57e427f9cadf73454d835350b3529b6
1up-lab
OneupUploaderBundle
fixed uploads not being retryable if there was an error
commit b915fe5bb57e427f9cadf73454d835350b3529b6 Author: mitom <tamas.millian@gmail.com> Date: Mon Dec 16 14:27:53 2013 +0100 fixed uploads not being retryable if there was an error diff --git a/Uploader/Chunk/Storage/GaufretteStorage.php b/Uploader/Chunk/Storage/GaufretteStorage.php index 5c641d0..dec76ce 10064...
0
d64d4f36b11f1fc3cd78a772fa5609ff2157f15f
1up-lab
OneupUploaderBundle
Renamed test.
commit d64d4f36b11f1fc3cd78a772fa5609ff2157f15f Author: Jim Schmid <jim.schmid@1up.io> Date: Sat Apr 6 16:49:49 2013 +0200 Renamed test. diff --git a/Tests/Routing/RoutingTest.php b/Tests/Routing/RouteLoaderTest.php similarity index 100% rename from Tests/Routing/RoutingTest.php rename to Tests/Routing/RouteLoa...
0
ce5f1f555380460a00c1da2276cb0662a6be05cc
1up-lab
OneupUploaderBundle
CS fixes for Controller
commit ce5f1f555380460a00c1da2276cb0662a6be05cc Author: Jim Schmid <jim.schmid@1up.io> Date: Thu Jun 20 21:24:23 2013 +0200 CS fixes for Controller diff --git a/Controller/AbstractChunkedController.php b/Controller/AbstractChunkedController.php index b167aa6..4d797d1 100644 --- a/Controller/AbstractChunkedContr...
0
1db282127c8f43c664e714a51b4d7fe8ddaec453
1up-lab
OneupUploaderBundle
Update AbstractController.php
commit 1db282127c8f43c664e714a51b4d7fe8ddaec453 Author: DomoJonux <domojonux@domojonux.fr> Date: Thu Jan 7 09:14:44 2016 +0100 Update AbstractController.php diff --git a/Controller/AbstractController.php b/Controller/AbstractController.php index 01ae713..75d3518 100644 --- a/Controller/AbstractController.php ++...
0
d60f1ae8960853385ad3f803bb3fcd3a5651c2c6
1up-lab
OneupUploaderBundle
Allow PUT and PATCH verbs for upload
commit d60f1ae8960853385ad3f803bb3fcd3a5651c2c6 Author: Giorgio Premi <giosh94mhz@gmail.com> Date: Mon Mar 2 12:45:23 2015 +0100 Allow PUT and PATCH verbs for upload diff --git a/Routing/RouteLoader.php b/Routing/RouteLoader.php index 4e8df11..cd8c070 100644 --- a/Routing/RouteLoader.php +++ b/Routing/RouteLoad...
0
4c51d95f8b59b8373d351a26373cae0bcd69d650
1up-lab
OneupUploaderBundle
Add warning to custom namer doc
commit 4c51d95f8b59b8373d351a26373cae0bcd69d650 Author: JHGitty <jhgitty@trash-mail.com> Date: Sun Feb 7 19:46:38 2016 +0100 Add warning to custom namer doc diff --git a/Resources/doc/custom_namer.md b/Resources/doc/custom_namer.md index c83002d..0d9dc17 100644 --- a/Resources/doc/custom_namer.md +++ b/Resource...
0
564839351006a86888743e49cd984c8abd985138
1up-lab
OneupUploaderBundle
Changed generated route name as we now only have one method per mapping.
commit 564839351006a86888743e49cd984c8abd985138 Author: Jim Schmid <jim.schmid@1up.io> Date: Fri Apr 5 19:29:59 2013 +0200 Changed generated route name as we now only have one method per mapping. diff --git a/Routing/RouteLoader.php b/Routing/RouteLoader.php index 3ccc0a0..016fb2b 100644 --- a/Routing/RouteLoad...
0
4cf73508bf6676454fcaed4b1d63f59817317153
1up-lab
OneupUploaderBundle
Minor improvements * Updated Dropzone's url * Added style to make dropzone visible immediately
commit 4cf73508bf6676454fcaed4b1d63f59817317153 Author: Thomas Landauer <thomas@landauer.at> Date: Sun Oct 25 19:53:32 2015 +0100 Minor improvements * Updated Dropzone's url * Added style to make dropzone visible immediately diff --git a/Resources/doc/frontend_dropzone.md b/Resources/doc/frontend_d...
0
222e4d52c9c042f9dbc17f331daaf6d13fbed80f
1up-lab
OneupUploaderBundle
Adapted the FineUploaderController to the new abstract structure.
commit 222e4d52c9c042f9dbc17f331daaf6d13fbed80f Author: Jim Schmid <jim.schmid@1up.io> Date: Tue Apr 9 23:46:50 2013 +0200 Adapted the FineUploaderController to the new abstract structure. diff --git a/Controller/AbstractController.php b/Controller/AbstractController.php index 60800cf..c53e574 100644 --- a/Cont...
0
52865bd21f1b8921bec55ed499be41b8a6e78377
1up-lab
OneupUploaderBundle
Readded the codeblock for the assembling of chunks if load distribution is false.
commit 52865bd21f1b8921bec55ed499be41b8a6e78377 Author: Jim Schmid <jim.schmid@1up.io> Date: Thu Jul 25 17:47:33 2013 +0200 Readded the codeblock for the assembling of chunks if load distribution is false. diff --git a/Controller/AbstractChunkedController.php b/Controller/AbstractChunkedController.php index c19...
0
bafaa89108f01ad790c750c9155836a658e1ecc1
1up-lab
OneupUploaderBundle
Removed unused die()
commit bafaa89108f01ad790c750c9155836a658e1ecc1 Author: Jim Schmid <jim.schmid@1up.io> Date: Tue Apr 9 22:51:06 2013 +0200 Removed unused die() diff --git a/Controller/BlueimpController.php b/Controller/BlueimpController.php index c9b6286..438bd08 100644 --- a/Controller/BlueimpController.php +++ b/Controller/B...
0
86efe3662c06ca6decbf997d9528bcae3e8c9fd0
1up-lab
OneupUploaderBundle
Blacklist test against a files mime type.
commit 86efe3662c06ca6decbf997d9528bcae3e8c9fd0 Author: Jim Schmid <jim.schmid@1up.io> Date: Tue Apr 23 21:16:02 2013 +0200 Blacklist test against a files mime type. diff --git a/DependencyInjection/Configuration.php b/DependencyInjection/Configuration.php index 5c713c0..c22b3d1 100644 --- a/DependencyInjection...
0
bf82ebc63684d3698ec020d2c9a96163815288db
1up-lab
OneupUploaderBundle
Whoopsi.
commit bf82ebc63684d3698ec020d2c9a96163815288db Author: Jim Schmid <jim.schmid@1up.io> Date: Wed Mar 13 12:07:34 2013 +0100 Whoopsi. diff --git a/Uploader/Orphanage/OrphanageInterface.php b/Uploader/Orphanage/OrphanageInterface.php index 07b5558..8e75e4e 100644 --- a/Uploader/Orphanage/OrphanageInterface.php ++...
0
34d22041d40ff45f87de56cd617a580d48cbdd8c
1up-lab
OneupUploaderBundle
Fix #422 PHP 8.1 compatibility / deprecation warnings (#427)
commit 34d22041d40ff45f87de56cd617a580d48cbdd8c Author: Martin Mandl <tech@m2m.at> Date: Mon Jul 25 09:48:07 2022 +0200 Fix #422 PHP 8.1 compatibility / deprecation warnings (#427) diff --git a/src/Uploader/Response/AbstractResponse.php b/src/Uploader/Response/AbstractResponse.php index 8223619..e2507e0 100644 ...
0
0abea705145a0943144f0eebf99ebcc6373d3da9
1up-lab
OneupUploaderBundle
Added Travis CI integration.
commit 0abea705145a0943144f0eebf99ebcc6373d3da9 Author: Jim Schmid <jim.schmid@1up.io> Date: Fri Mar 8 18:56:55 2013 +0100 Added Travis CI integration. diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..bec17da --- /dev/null +++ b/.travis.yml @@ -0,0 +1,5 @@ +language: php + +php: + -...
0
249977688334962d0f8d7714ff50f59b349d840e
1up-lab
OneupUploaderBundle
Removed unused property.
commit 249977688334962d0f8d7714ff50f59b349d840e Author: Jim Schmid <jim.schmid@1up.io> Date: Sat Apr 6 16:49:10 2013 +0200 Removed unused property. diff --git a/Routing/RouteLoader.php b/Routing/RouteLoader.php index 016fb2b..c7dfb91 100644 --- a/Routing/RouteLoader.php +++ b/Routing/RouteLoader.php @@ -8,7 +8...
0
bd400e893294d1f6fca31fb2de252c7eb94d7da4
1up-lab
OneupUploaderBundle
broke configuration up even more fro scrutinizer
commit bd400e893294d1f6fca31fb2de252c7eb94d7da4 Author: mitom <tamas.millian@gmail.com> Date: Thu Oct 10 16:11:07 2013 +0200 broke configuration up even more fro scrutinizer diff --git a/DependencyInjection/OneupUploaderExtension.php b/DependencyInjection/OneupUploaderExtension.php index b5e2ab5..a86036f 100644...
0
9f1dd1249fc77ad24618c9816d8e936bdbadaa0b
1up-lab
OneupUploaderBundle
Fixed RouteLoader test according to the new controller loading mechanism.
commit 9f1dd1249fc77ad24618c9816d8e936bdbadaa0b Author: Jim Schmid <jim.schmid@1up.io> Date: Mon Apr 8 10:28:03 2013 +0200 Fixed RouteLoader test according to the new controller loading mechanism. diff --git a/Tests/Routing/RouteLoaderTest.php b/Tests/Routing/RouteLoaderTest.php index 4bd7ca9..4145b86 100644 --...
0
72671ee9b9ca21bfe16741048caf5155ba16084f
1up-lab
OneupUploaderBundle
Merge pull request #8 from 1up-lab/frontend_agnostic Make the Bundle frontend agnostic
commit 72671ee9b9ca21bfe16741048caf5155ba16084f Merge: baede53 dccc513 Author: Jim Schmid <js@1up.io> Date: Tue Apr 9 16:09:39 2013 -0700 Merge pull request #8 from 1up-lab/frontend_agnostic Make the Bundle frontend agnostic
0
9a001b8806b83cf46e5ed84bd44db023e331103d
1up-lab
OneupUploaderBundle
Added missing methods to OrphanageInterface.
commit 9a001b8806b83cf46e5ed84bd44db023e331103d Author: Jim Schmid <jim.schmid@1up.io> Date: Thu Mar 14 17:18:18 2013 +0100 Added missing methods to OrphanageInterface. diff --git a/Uploader/Orphanage/OrphanageInterface.php b/Uploader/Orphanage/OrphanageInterface.php index 8e75e4e..00b584a 100644 --- a/Uploader...
0
8172cea52f0daf23cf30be17fc657cae9cd99914
1up-lab
OneupUploaderBundle
Moved UploaderController to specific FineUploaderController
commit 8172cea52f0daf23cf30be17fc657cae9cd99914 Author: Jim Schmid <jim.schmid@1up.io> Date: Tue Apr 9 20:57:50 2013 +0200 Moved UploaderController to specific FineUploaderController diff --git a/Controller/UploaderController.php b/Controller/FineUploaderController.php similarity index 98% rename from Controlle...
0
d6d75255d3cf6334c286b440ec53c736ec76ca7d
1up-lab
OneupUploaderBundle
Added check for max_size: -1 (#329)
commit d6d75255d3cf6334c286b440ec53c736ec76ca7d Author: Nikita Pimoshenko <nikita.pimoshenko@msales.com> Date: Tue Jun 5 10:34:16 2018 +0200 Added check for max_size: -1 (#329) diff --git a/DependencyInjection/OneupUploaderExtension.php b/DependencyInjection/OneupUploaderExtension.php index 6371cd8..4ed42dd 100...
0
ac864c6d7b3e127970d4ced1b83ca99c80c176fe
1up-lab
OneupUploaderBundle
Tested FancyUpload controller.
commit ac864c6d7b3e127970d4ced1b83ca99c80c176fe Author: Jim Schmid <jim.schmid@1up.io> Date: Mon May 6 22:55:34 2013 +0200 Tested FancyUpload controller. diff --git a/Tests/App/config/config.yml b/Tests/App/config/config.yml index de85d76..7e78b16 100644 --- a/Tests/App/config/config.yml +++ b/Tests/App/config/...
0
ffbdf2fd02a8e2957b719fd3ae82a3d9f2fa1daa
1up-lab
OneupUploaderBundle
Further documented the changed events.
commit ffbdf2fd02a8e2957b719fd3ae82a3d9f2fa1daa Author: Jim Schmid <jim.schmid@1up.io> Date: Thu Jun 20 19:59:21 2013 +0200 Further documented the changed events. diff --git a/Resources/doc/custom_logic.md b/Resources/doc/custom_logic.md index dcb0343..e3cda00 100644 --- a/Resources/doc/custom_logic.md +++ b/Re...
0
f28f251a6c8c5501db38af2a2b6e1a8337e079f5
1up-lab
OneupUploaderBundle
Fix link
commit f28f251a6c8c5501db38af2a2b6e1a8337e079f5 Author: David Greminger <bytehead@users.noreply.github.com> Date: Tue Sep 22 15:30:54 2015 +0200 Fix link diff --git a/Resources/doc/frontend_plupload.md b/Resources/doc/frontend_plupload.md index deb1ce0..0c2e01d 100644 --- a/Resources/doc/frontend_plupload.md ++...
0
6b5a2b6aa5d833ed6460e67daa5615504c74b0f4
1up-lab
OneupUploaderBundle
Added a dispatched POST_UPLOAD event. Will be used for session storage or custom logic (for example orm-bindings..)
commit 6b5a2b6aa5d833ed6460e67daa5615504c74b0f4 Author: Jim Schmid <jim.schmid@1up.io> Date: Wed Mar 13 09:29:02 2013 +0100 Added a dispatched POST_UPLOAD event. Will be used for session storage or custom logic (for example orm-bindings..) diff --git a/Controller/UploaderController.php b/Controller/UploaderCont...
0
052148a91278b16bc592ce65ed9b1dddb5105ad6
1up-lab
OneupUploaderBundle
gaufette chunk storage test
commit 052148a91278b16bc592ce65ed9b1dddb5105ad6 Author: mitom <tamas.millian@gmail.com> Date: Fri Oct 11 16:01:43 2013 +0200 gaufette chunk storage test diff --git a/Tests/Uploader/Chunk/Storage/ChunkStorageTest.php b/Tests/Uploader/Chunk/Storage/ChunkStorageTest.php new file mode 100644 index 0000000..af1f32f ...
0
6d945acde6d375b2077f0874e7a2a9757dd9874e
1up-lab
OneupUploaderBundle
replace the deprecated "Twig_Function_Method" replace it with the recommended "Twig_SimpleFunction" as per Twig docs
commit 6d945acde6d375b2077f0874e7a2a9757dd9874e Author: Ahmad Tawila <eng_ahmedtawila@hotmail.com> Date: Sun Oct 25 05:54:29 2015 +0200 replace the deprecated "Twig_Function_Method" replace it with the recommended "Twig_SimpleFunction" as per Twig docs diff --git a/Twig/Extension/UploaderExtension.php ...
0
be7cdc76ebf067f9fcc733050be4eeab9b0b6195
1up-lab
OneupUploaderBundle
Moved knp-gaufrette-bundle to the 'suggest' section of the composer.json
commit be7cdc76ebf067f9fcc733050be4eeab9b0b6195 Author: Jim Schmid <jim.schmid@1up.io> Date: Fri Apr 5 19:38:55 2013 +0200 Moved knp-gaufrette-bundle to the 'suggest' section of the composer.json diff --git a/composer.json b/composer.json index 9b70844..ac64ad5 100644 --- a/composer.json +++ b/composer.json @@ ...
0
ced5635c00f4bb9db4f76804b9e5d3345f54c948
1up-lab
OneupUploaderBundle
Added validator to validate allowed extensions.
commit ced5635c00f4bb9db4f76804b9e5d3345f54c948 Author: Jim Schmid <jim.schmid@1up.io> Date: Mon Apr 22 19:22:43 2013 +0200 Added validator to validate allowed extensions. diff --git a/EventListener/AllowedExtensionValidationListener.php b/EventListener/AllowedExtensionValidationListener.php new file mode 10064...
0
254d5cdb0d6f17475afe5a2c8739f7387496ace1
1up-lab
OneupUploaderBundle
Added a template helper and a twig function to get to the endpoint route of a mapping.
commit 254d5cdb0d6f17475afe5a2c8739f7387496ace1 Author: Jim Schmid <jim.schmid@1up.io> Date: Fri Apr 12 18:11:56 2013 +0200 Added a template helper and a twig function to get to the endpoint route of a mapping. diff --git a/DependencyInjection/Configuration.php b/DependencyInjection/Configuration.php index da81...
0
2138609ee5cebdc2b151669b0eae2e104ecb6816
1up-lab
OneupUploaderBundle
Fix: README.md Symfony 2.8.2 Error without the fix : UploadListener::__construct() must be an instance of Doctrine\Common\Persistence\ObjectManager, none given
commit 2138609ee5cebdc2b151669b0eae2e104ecb6816 Author: p1rox <p1rox@p1rox.fr> Date: Sat Feb 13 11:54:34 2016 +0100 Fix: README.md Symfony 2.8.2 Error without the fix : UploadListener::__construct() must be an instance of Doctrine\Common\Persistence\ObjectManager, none given diff --git a/Resour...
0
49bb6feea7542bb373f12de48020425f7a1bdd73
1up-lab
OneupUploaderBundle
Fix codestyle (#439)
commit 49bb6feea7542bb373f12de48020425f7a1bdd73 Author: David Greminger <bytehead@users.noreply.github.com> Date: Mon Feb 5 13:07:57 2024 +0100 Fix codestyle (#439) diff --git a/src/Controller/AbstractChunkedController.php b/src/Controller/AbstractChunkedController.php index c169915..3f78149 100644 --- a/src/Co...
0
f95413e20d9b28ae8cd5856f3e458b882f2c1d61
1up-lab
OneupUploaderBundle
Documentation: Process uploaded files using custom logic.
commit f95413e20d9b28ae8cd5856f3e458b882f2c1d61 Author: Jim Schmid <jim.schmid@1up.io> Date: Tue Apr 9 10:44:57 2013 +0200 Documentation: Process uploaded files using custom logic. diff --git a/Resources/doc/custom_logic.md b/Resources/doc/custom_logic.md new file mode 100644 index 0000000..4d66237 --- /dev/nul...
0
a5824f08728386589bdde272653fb9dd45145a4a
1up-lab
OneupUploaderBundle
Fixed MooUploadController so that chunked uploads work for now.
commit a5824f08728386589bdde272653fb9dd45145a4a Author: Jim Schmid <jim.schmid@1up.io> Date: Fri Apr 12 14:15:47 2013 +0200 Fixed MooUploadController so that chunked uploads work for now. diff --git a/Controller/MooUploadController.php b/Controller/MooUploadController.php index fcd2435..949663d 100644 --- a/Con...
0
07e294cb11a6287ece278887400af2f1547fa511
1up-lab
OneupUploaderBundle
Removed max version constraint for symfony/finder.
commit 07e294cb11a6287ece278887400af2f1547fa511 Author: Jim Schmid <jim.schmid@1up.io> Date: Mon Oct 7 12:28:30 2013 +0200 Removed max version constraint for symfony/finder. diff --git a/composer.json b/composer.json index 37e7667..b4a4d15 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ ...
0
131ad19813cd2be8ee6a8e81391c984da90b74aa
1up-lab
OneupUploaderBundle
XML services translated to yml
commit 131ad19813cd2be8ee6a8e81391c984da90b74aa Author: Martin Aarhof <martin.aarhof@gmail.com> Date: Thu Dec 17 18:52:36 2015 +0100 XML services translated to yml diff --git a/Resources/doc/custom_error_handler.md b/Resources/doc/custom_error_handler.md index 4110836..69bedfa 100644 --- a/Resources/doc/custom_...
0
a1b15da3b36f478e66463c498382793dfc8c9b82
1up-lab
OneupUploaderBundle
Fixed a typo.
commit a1b15da3b36f478e66463c498382793dfc8c9b82 Author: Jim Schmid <jim.schmid@1up.io> Date: Thu Apr 11 21:48:50 2013 +0200 Fixed a typo. diff --git a/Resources/doc/frontend_uploadify.md b/Resources/doc/frontend_uploadify.md index 78a3dbe..e84c7d5 100644 --- a/Resources/doc/frontend_uploadify.md +++ b/Resources...
0
3d711a21d4a983443797b83bd763557067e72b85
1up-lab
OneupUploaderBundle
Swap order of condition (#402)
commit 3d711a21d4a983443797b83bd763557067e72b85 Author: David Greminger <bytehead@users.noreply.github.com> Date: Thu Feb 11 12:45:51 2021 +0100 Swap order of condition (#402) diff --git a/src/DependencyInjection/OneupUploaderExtension.php b/src/DependencyInjection/OneupUploaderExtension.php index b688707..ab33...
0
4e173b4f3863b5aca6f5d021fbc538c6bc5b5e69
1up-lab
OneupUploaderBundle
Added a test to assure you can pass values through the event listeners via the request object.
commit 4e173b4f3863b5aca6f5d021fbc538c6bc5b5e69 Author: Jim Schmid <jim.schmid@1up.io> Date: Fri Jun 21 23:29:29 2013 +0200 Added a test to assure you can pass values through the event listeners via the request object. diff --git a/Tests/Controller/AbstractUploadTest.php b/Tests/Controller/AbstractUploadTest.ph...
0
50b8167a6845d5774b170733a7b6e774f2fdf96a
1up-lab
OneupUploaderBundle
Added .scrutinizer.yml file.
commit 50b8167a6845d5774b170733a7b6e774f2fdf96a Author: Jim Schmid <jim.schmid@1up.io> Date: Sun Apr 14 15:28:12 2013 +0200 Added .scrutinizer.yml file. diff --git a/.scrutinizer.yml b/.scrutinizer.yml new file mode 100644 index 0000000..764db5d --- /dev/null +++ b/.scrutinizer.yml @@ -0,0 +1,6 @@ +tools: + ...
0
ea2804ca78e8a139fcaf3f847997e9ff2a49b1a5
1up-lab
OneupUploaderBundle
Doc changes
commit ea2804ca78e8a139fcaf3f847997e9ff2a49b1a5 Author: David Greminger <david.greminger@1up.io> Date: Mon Jan 4 12:03:05 2016 +0100 Doc changes diff --git a/Resources/doc/index.md b/Resources/doc/index.md index 5850164..4178e9e 100644 --- a/Resources/doc/index.md +++ b/Resources/doc/index.md @@ -5,7 +5,9 @@ Th...
0
f795b14669b1cb3e7855b7326aee646f1aae7570
1up-lab
OneupUploaderBundle
moved the metadatasupporter check
commit f795b14669b1cb3e7855b7326aee646f1aae7570 Author: mitom <tamas.millian@gmail.com> Date: Thu Oct 10 12:32:55 2013 +0200 moved the metadatasupporter check diff --git a/Uploader/Storage/GaufretteStorage.php b/Uploader/Storage/GaufretteStorage.php index 35d46b7..c69e3b2 100644 --- a/Uploader/Storage/Gaufrette...
0
e0b21208c623676bd54445a3bc1f2efcd896b7a2
1up-lab
OneupUploaderBundle
Fix doc (see #337)
commit e0b21208c623676bd54445a3bc1f2efcd896b7a2 Author: stoccc <dummy.it@gmail.com> Date: Tue Jun 5 10:30:32 2018 +0200 Fix doc (see #337) diff --git a/Resources/doc/progress.md b/Resources/doc/progress.md index f3a6833..3086b72 100644 --- a/Resources/doc/progress.md +++ b/Resources/doc/progress.md @@ -31,7 +31...
0
75a380fa651ca456726fba944fd60ff5d20b7edb
1up-lab
OneupUploaderBundle
Merge pull request #18 from UseAllFive/GaufretteStorageWriteNotAppend Fix RuntimeException: Could not read key content bug
commit 75a380fa651ca456726fba944fd60ff5d20b7edb Merge: 09141db bf58310 Author: Jim Schmid <js@1up.io> Date: Tue Jun 11 23:54:30 2013 -0700 Merge pull request #18 from UseAllFive/GaufretteStorageWriteNotAppend Fix RuntimeException: Could not read key content bug
0
50c5ddae3219937270b793fe647a0e29f4e2b128
1up-lab
OneupUploaderBundle
Added a license file.
commit 50c5ddae3219937270b793fe647a0e29f4e2b128 Author: Jim Schmid <jim.schmid@1up.io> Date: Sat Mar 9 11:46:09 2013 +0100 Added a license file. diff --git a/Resources/meta/LICENSE b/Resources/meta/LICENSE new file mode 100644 index 0000000..44d421f --- /dev/null +++ b/Resources/meta/LICENSE @@ -0,0 +1,19 @@ +C...
0
9c9a403eba5b8e4fa73a76ab5c33fd63d4297d9b
1up-lab
OneupUploaderBundle
Translate the error message if upload fails.
commit 9c9a403eba5b8e4fa73a76ab5c33fd63d4297d9b Author: Jim Schmid <jim.schmid@1up.io> Date: Sat Apr 6 23:19:22 2013 +0200 Translate the error message if upload fails. diff --git a/Controller/UploaderController.php b/Controller/UploaderController.php index 21cf3d9..f7880cb 100644 --- a/Controller/UploaderContro...
0
35aa95b0e3a0f0bcc044de7374a110f61ddb0d9d
1up-lab
OneupUploaderBundle
Documented custom_uploaders
commit 35aa95b0e3a0f0bcc044de7374a110f61ddb0d9d Author: Jim Schmid <jim.schmid@1up.io> Date: Fri Apr 12 17:13:18 2013 +0200 Documented custom_uploaders diff --git a/Resources/doc/custom_uploader.md b/Resources/doc/custom_uploader.md index 43dbd6f..786e7a6 100644 --- a/Resources/doc/custom_uploader.md +++ b/Reso...
0
d519bab7f4029f22a812409bbd84936170d85261
1up-lab
OneupUploaderBundle
Removed old controller tests.
commit d519bab7f4029f22a812409bbd84936170d85261 Author: Jim Schmid <jim.schmid@1up.io> Date: Sat May 4 13:59:53 2013 +0200 Removed old controller tests. diff --git a/Tests/Controller/AbstractControllerChunkedTest.php b/Tests/Controller/AbstractControllerChunkedTest.php deleted file mode 100644 index 771282f..00...
0
63beecbc814d3047feb9448a7e383703930d01ac
1up-lab
OneupUploaderBundle
Reduced amount of copied code in ValidationTest.
commit 63beecbc814d3047feb9448a7e383703930d01ac Author: Jim Schmid <jim.schmid@1up.io> Date: Sat Apr 6 14:51:54 2013 +0200 Reduced amount of copied code in ValidationTest. diff --git a/Tests/Controller/ControllerValidationTest.php b/Tests/Controller/ControllerValidationTest.php index e33c096..fd4c2d0 100644 ---...
0
7c0f4bb6c13c6f73bfe62b55d3c564f8e526a517
1up-lab
OneupUploaderBundle
Merge pull request #227 from p1rox/master Fixed typo in documentation
commit 7c0f4bb6c13c6f73bfe62b55d3c564f8e526a517 Merge: 9fa868f 2138609 Author: David Greminger <bytehead@users.noreply.github.com> Date: Sun Feb 14 15:11:32 2016 +0100 Merge pull request #227 from p1rox/master Fixed typo in documentation
0
fdebca99c4c4b55ce2cfa71f89942b2e5c343cbf
1up-lab
OneupUploaderBundle
Update testing.md Added a note about how to enable the new AWS test which came along with pr #18.
commit fdebca99c4c4b55ce2cfa71f89942b2e5c343cbf Author: Jim Schmid <js@1up.io> Date: Wed Jun 12 09:42:41 2013 +0200 Update testing.md Added a note about how to enable the new AWS test which came along with pr #18. diff --git a/Resources/doc/testing.md b/Resources/doc/testing.md index 7da4cb2..91a37a6 1...
0
44fbde3a6aaec6a7364362386b5b63907ce6688d
1up-lab
OneupUploaderBundle
Fixed error when running tests in PHP5.3
commit 44fbde3a6aaec6a7364362386b5b63907ce6688d Author: Jim Schmid <jim.schmid@1up.io> Date: Sat Sep 14 16:51:44 2013 +0200 Fixed error when running tests in PHP5.3 diff --git a/Tests/Controller/AbstractValidationTest.php b/Tests/Controller/AbstractValidationTest.php index 5461c6b..01b0a6d 100644 --- a/Tests/Co...
0
15f3614144d72b166d82a3e1586c2e66a357c0d1
1up-lab
OneupUploaderBundle
Test against php71
commit 15f3614144d72b166d82a3e1586c2e66a357c0d1 Author: David Greminger <david.greminger@1up.io> Date: Thu Dec 15 12:25:03 2016 +0100 Test against php71 diff --git a/.travis.yml b/.travis.yml index 7884714..0e69924 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ php: - 5.5 - 5.6 - 7.0 + - 7...
0
b9aef6ac357e09061a6051a3cca7ffee07f8a473
1up-lab
OneupUploaderBundle
Updated description in composer.json
commit b9aef6ac357e09061a6051a3cca7ffee07f8a473 Author: David Greminger <david.greminger@1up.io> Date: Fri Mar 27 17:05:15 2020 +0100 Updated description in composer.json diff --git a/composer.json b/composer.json index f53221a..278b963 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "nam...
0
5da645b523edb24f79a0b9360b43bfa196c3276d
1up-lab
OneupUploaderBundle
First version of Plupload implementation.
commit 5da645b523edb24f79a0b9360b43bfa196c3276d Author: Jim Schmid <jim.schmid@1up.io> Date: Fri Apr 12 15:40:28 2013 +0200 First version of Plupload implementation. diff --git a/Controller/PluploadController.php b/Controller/PluploadController.php new file mode 100644 index 0000000..ede7a8d --- /dev/null +++ b...
0
b1fd72a35532b4317bc2537cfc6ac4931ab5422d
1up-lab
OneupUploaderBundle
Support for flysystem v2 (#412)
commit b1fd72a35532b4317bc2537cfc6ac4931ab5422d Author: Martin Mandl <tech@m2m.at> Date: Wed Jul 20 14:20:27 2022 +0200 Support for flysystem v2 (#412) diff --git a/README.md b/README.md index eaa78ab..daa56ae 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ The entry point of the documentation can be f...
0
e2b21d4245bf70ccd5aa7cf4f38ab7884f490c79
1up-lab
OneupUploaderBundle
Merge branch 'Lctrs-fix/flysystem-chunk-storage'
commit e2b21d4245bf70ccd5aa7cf4f38ab7884f490c79 Merge: d5a149b 42e611f Author: David Greminger <david.greminger@1up.io> Date: Tue Oct 10 10:09:38 2017 +0200 Merge branch 'Lctrs-fix/flysystem-chunk-storage'
0
913046018e89163c3c04756baa48b3eed12454b1
1up-lab
OneupUploaderBundle
Updated cs fixer
commit 913046018e89163c3c04756baa48b3eed12454b1 Author: David Greminger <david.greminger@1up.io> Date: Fri Oct 23 11:47:27 2020 +0200 Updated cs fixer diff --git a/.php_cs.dist b/.php_cs.dist index 3f15c9a..428e683 100644 --- a/.php_cs.dist +++ b/.php_cs.dist @@ -7,11 +7,13 @@ $finder = PhpCsFixer\Finder::creat...
0
147388f69ed1b5d5fa8b91e2c039fb7e8deb0093
1up-lab
OneupUploaderBundle
Revert "made docs a bit nicer with a check" This reverts commit 5e789d8b759d1977643a5ac99b3291fd30d866f5.
commit 147388f69ed1b5d5fa8b91e2c039fb7e8deb0093 Author: mitom <tamas.millian@gmail.com> Date: Mon Oct 14 21:09:25 2013 +0200 Revert "made docs a bit nicer with a check" This reverts commit 5e789d8b759d1977643a5ac99b3291fd30d866f5. diff --git a/DependencyInjection/OneupUploaderExtension.php b/Dependency...
0
91e11e6f62978a420e8ccceb2bae0f2e6993416b
1up-lab
OneupUploaderBundle
Create PluploadErrorHandler.php
commit 91e11e6f62978a420e8ccceb2bae0f2e6993416b Author: MJBGO <95jbg@free.fr> Date: Sun Nov 16 00:01:36 2014 +0100 Create PluploadErrorHandler.php diff --git a/Uploader/ErrorHandler/PluploadErrorHandler.php b/Uploader/ErrorHandler/PluploadErrorHandler.php new file mode 100644 index 0000000..6716c87 --- /dev/nul...
0
568dfb13740c22de13205a702eb4b510cab0159f
1up-lab
OneupUploaderBundle
Merge pull request #194 from a-tawila/master replace the deprecated "Twig_Function_Method"
commit 568dfb13740c22de13205a702eb4b510cab0159f Merge: db6423b 0f30d96 Author: David Greminger <bytehead@users.noreply.github.com> Date: Wed Oct 28 09:11:12 2015 +0100 Merge pull request #194 from a-tawila/master replace the deprecated "Twig_Function_Method"
0
172b38ae024c6ecfebb0ffa7b7537eea027a849f
1up-lab
OneupUploaderBundle
Renamed class file.
commit 172b38ae024c6ecfebb0ffa7b7537eea027a849f Author: Jim Schmid <jim.schmid@1up.io> Date: Tue Apr 9 21:54:50 2013 +0200 Renamed class file. diff --git a/Uploader/Response/BlueimpResponse.php b/Uploader/Response/BlueimpResponse.php index 8842b6b..a7e6c26 100644 --- a/Uploader/Response/BlueimpResponse.php +++ ...
0
f61d2d1a0ea6ce33d9582d80f7489bb81f4cf38c
1up-lab
OneupUploaderBundle
Fixed path madness introduced due to reimplementation of Orphanage.
commit f61d2d1a0ea6ce33d9582d80f7489bb81f4cf38c Author: Jim Schmid <jim.schmid@1up.io> Date: Thu Mar 28 16:11:36 2013 +0100 Fixed path madness introduced due to reimplementation of Orphanage. diff --git a/Controller/UploaderController.php b/Controller/UploaderController.php index 465b264..a0072cc 100644 --- a/C...
0
76bfb5d660c7c2c2162afa877c1c8993319bb7b5
1up-lab
OneupUploaderBundle
Integrated the correct link to the index.md of documentation in readme.
commit 76bfb5d660c7c2c2162afa877c1c8993319bb7b5 Author: Jim Schmid <jim.schmid@1up.io> Date: Sun Apr 7 13:05:49 2013 +0200 Integrated the correct link to the index.md of documentation in readme. diff --git a/README.md b/README.md index d674be8..79d7905 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Do...
0
a90b2001d447f348a9e35862e72727ea75e07a5d
1up-lab
OneupUploaderBundle
Added KnpGaufretteBundle to the list of dependencies.
commit a90b2001d447f348a9e35862e72727ea75e07a5d Author: Jim Schmid <jim.schmid@1up.io> Date: Mon Mar 11 15:26:47 2013 +0100 Added KnpGaufretteBundle to the list of dependencies. diff --git a/composer.json b/composer.json index 51ece7f..d82d5c8 100644 --- a/composer.json +++ b/composer.json @@ -28,9 +28,10 @@ ...
0
d7a2376b3367c4ca3841d1c70acdac267da43ca6
1up-lab
OneupUploaderBundle
Refactored Route loading as addMethodCall won't be called if Bundle is loaded through composer.
commit d7a2376b3367c4ca3841d1c70acdac267da43ca6 Author: Jim Schmid <jim.schmid@1up.io> Date: Mon Apr 8 10:26:03 2013 +0200 Refactored Route loading as addMethodCall won't be called if Bundle is loaded through composer. diff --git a/DependencyInjection/Compiler/ControllerCompilerPass.php b/DependencyInjection/Co...
0
ff25449a5b050eeaecd43c231f34d4d94d940694
1up-lab
OneupUploaderBundle
Fixed tests
commit ff25449a5b050eeaecd43c231f34d4d94d940694 Author: Jim Schmid <jim.schmid@1up.io> Date: Tue Apr 9 21:46:04 2013 +0200 Fixed tests diff --git a/Tests/Uploader/Response/UploaderResponseTest.php b/Tests/Uploader/Response/FineUploaderResponseTest.php similarity index 84% rename from Tests/Uploader/Response/Upl...
0
efaa424cd58b6b2b391b93316e7e69fb264e309e
1up-lab
OneupUploaderBundle
Merge pull request #3 from sheeep/release-1.0 Documentation / Test / Little Improvement
commit efaa424cd58b6b2b391b93316e7e69fb264e309e Merge: 01e3347 988082e Author: mitom <tamas.millian@gmail.com> Date: Mon Oct 14 11:48:55 2013 -0700 Merge pull request #3 from sheeep/release-1.0 Documentation / Test / Little Improvement
0
e6550e82a7c64a9c952f03364fafb5c27049d88d
1up-lab
OneupUploaderBundle
Messed up the links. Sorry.
commit e6550e82a7c64a9c952f03364fafb5c27049d88d Author: Jim Schmid <jim.schmid@1up.io> Date: Thu Apr 18 19:04:12 2013 +0200 Messed up the links. Sorry. diff --git a/Resources/doc/events.md b/Resources/doc/events.md index 30244f2..4edba13 100644 --- a/Resources/doc/events.md +++ b/Resources/doc/events.md @@ -14,...
0
70d745fed42b4744e70a50c4dfb2dd3a70ea712c
1up-lab
OneupUploaderBundle
Use the EventDispatcher in AbstractControllerValidationTest.
commit 70d745fed42b4744e70a50c4dfb2dd3a70ea712c Author: Jim Schmid <jim.schmid@1up.io> Date: Mon Apr 22 18:50:31 2013 +0200 Use the EventDispatcher in AbstractControllerValidationTest. diff --git a/Tests/Controller/AbstractControllerValidationTest.php b/Tests/Controller/AbstractControllerValidationTest.php inde...
0
38cf65177d5d36cdfbd0f0ec6ecfa437b8335ae6
1up-lab
OneupUploaderBundle
Merge branch 'master' of github.com:1up-lab/OneupUploaderBundle
commit 38cf65177d5d36cdfbd0f0ec6ecfa437b8335ae6 Merge: cf5b24b a2b58ac Author: Jim Schmid <jim.schmid@1up.io> Date: Thu Jul 25 17:46:13 2013 +0200 Merge branch 'master' of github.com:1up-lab/OneupUploaderBundle
0
f64018fc329f570fe47652066b15edce79f86021
1up-lab
OneupUploaderBundle
Merge pull request #100 from ribeiropaulor/bugfix_aws3_adapter bugfix: when using AwsS3 adapter the mimeType was not being set.
commit f64018fc329f570fe47652066b15edce79f86021 Merge: 9f7f3fb 5904a41 Author: Jim Schmid <devsheeep@gmail.com> Date: Tue Apr 8 10:15:36 2014 +0200 Merge pull request #100 from ribeiropaulor/bugfix_aws3_adapter bugfix: when using AwsS3 adapter the mimeType was not being set.
0
d84b721e428a44bf3a3e888898689b46ae1675a1
1up-lab
OneupUploaderBundle
Added a FAQ entry.
commit d84b721e428a44bf3a3e888898689b46ae1675a1 Author: Jim Schmid <jim.schmid@1up.io> Date: Fri Apr 12 17:15:14 2013 +0200 Added a FAQ entry. diff --git a/Resources/doc/index.md b/Resources/doc/index.md index db17308..cb24aa1 100644 --- a/Resources/doc/index.md +++ b/Resources/doc/index.md @@ -117,6 +117,10 @@...
0
222e93cd91d3407120e9eaf9c790671d42031d60
1up-lab
OneupUploaderBundle
A bunch of stuff related to a new feature: Delete uploads.
commit 222e93cd91d3407120e9eaf9c790671d42031d60 Author: Jim Schmid <jim.schmid@1up.io> Date: Thu Mar 14 20:01:17 2013 +0100 A bunch of stuff related to a new feature: Delete uploads. diff --git a/Controller/UploadControllerInterface.php b/Controller/UploadControllerInterface.php index 977375e..c2631a7 100644 --...
0
9fa868f0f92759d421787dea82c53274e83063b1
1up-lab
OneupUploaderBundle
Merge pull request #225 from SrgSteak/patch-1 Upload large files with flysystem
commit 9fa868f0f92759d421787dea82c53274e83063b1 Merge: 0abd706 394a7ab Author: Jim Schmid <devsheeep@gmail.com> Date: Thu Feb 11 10:03:43 2016 +0100 Merge pull request #225 from SrgSteak/patch-1 Upload large files with flysystem
0
beaadefeb00acf0230f3f96cdbc02c6c21f7220e
1up-lab
OneupUploaderBundle
Added chunk configuration.
commit beaadefeb00acf0230f3f96cdbc02c6c21f7220e Author: Jim Schmid <jim.schmid@1up.io> Date: Mon Mar 11 10:08:24 2013 +0100 Added chunk configuration. diff --git a/DependencyInjection/Configuration.php b/DependencyInjection/Configuration.php index 2c20ba1..902be76 100644 --- a/DependencyInjection/Configuration....
0
3ecd0b845d996916abc37d1e5052902756965ba5
1up-lab
OneupUploaderBundle
Fix for blueimp uploading not translating error messages
commit 3ecd0b845d996916abc37d1e5052902756965ba5 Author: Jason Playne <jasonpl@swiftnetworks.com.au> Date: Tue Mar 14 11:13:35 2017 +0800 Fix for blueimp uploading not translating error messages diff --git a/Resources/config/errorhandler.xml b/Resources/config/errorhandler.xml index bf580bf..1f51fb2 100644 --- a...
0
68e1534803d4c9f0338e007224e0bfe390079c39
1up-lab
OneupUploaderBundle
Refactored dynamic controllers.
commit 68e1534803d4c9f0338e007224e0bfe390079c39 Author: Jim Schmid <jim.schmid@1up.io> Date: Tue Mar 12 16:03:35 2013 +0100 Refactored dynamic controllers. diff --git a/Controller/UploadControllerInterface.php b/Controller/UploadControllerInterface.php new file mode 100644 index 0000000..977375e --- /dev/null +...
0
8a2fc86ac9d83457193c40cbc006f5799495e2b0
1up-lab
OneupUploaderBundle
Removed default value 'fineuploader' for frontend key in Configuration. This was a legacy decision which will be changed in 1.0.0. The first version of this Bundle only supported Fineuploader which would have been a BC break if 'fineuploader' was not the default value.
commit 8a2fc86ac9d83457193c40cbc006f5799495e2b0 Author: Jim Schmid <jim.schmid@1up.io> Date: Tue Oct 8 20:31:29 2013 +0200 Removed default value 'fineuploader' for frontend key in Configuration. This was a legacy decision which will be changed in 1.0.0. The first version of this Bundle only supporte...
0
f3d5507675fa0b56410bbaf219678087170fa7ea
1up-lab
OneupUploaderBundle
Added a Controller, registered it as a Service and made it configurable through configuration.
commit f3d5507675fa0b56410bbaf219678087170fa7ea Author: Jim Schmid <jim.schmid@1up.io> Date: Mon Mar 11 18:54:04 2013 +0100 Added a Controller, registered it as a Service and made it configurable through configuration. diff --git a/Controller/UploaderController.php b/Controller/UploaderController.php new file m...
0
ab115fc37d8fabb1347a3d476482c1bbeee33e55
1up-lab
OneupUploaderBundle
Renamed (dis)allowed_types to (dis)allowed_extensions.
commit ab115fc37d8fabb1347a3d476482c1bbeee33e55 Author: Jim Schmid <jim.schmid@1up.io> Date: Sat Apr 6 14:43:41 2013 +0200 Renamed (dis)allowed_types to (dis)allowed_extensions. diff --git a/Controller/UploaderController.php b/Controller/UploaderController.php index 3e63f8b..21cf3d9 100644 --- a/Controller/Uplo...
0
a488f6f8f32f51e49c5ee02695e24cff40ee6b02
1up-lab
OneupUploaderBundle
Fix links
commit a488f6f8f32f51e49c5ee02695e24cff40ee6b02 Author: David Greminger <david.greminger@1up.io> Date: Fri Mar 27 16:53:48 2020 +0100 Fix links diff --git a/README.md b/README.md index cd057cb..f9b252e 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ The entry point of the documentation can be found in ...
0
dad8de6070dd9d4fb54e00da12aa23d2e38c613b
1up-lab
OneupUploaderBundle
New depending.in image source.
commit dad8de6070dd9d4fb54e00da12aa23d2e38c613b Author: Jim Schmid <devsheeep@gmail.com> Date: Mon Nov 18 10:50:13 2013 +0100 New depending.in image source. diff --git a/README.md b/README.md index 0abe5c1..7ddeab2 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Features included: * Fully unit tested ...
0
9dce81dd52fef5195e16113de8443c62531e9234
1up-lab
OneupUploaderBundle
Merge pull request #120 from umpirsky/patch-1 Filesystem is already in parent class
commit 9dce81dd52fef5195e16113de8443c62531e9234 Merge: 4967f7c 32a4efa Author: Jim Schmid <devsheeep@gmail.com> Date: Fri Jul 18 15:07:48 2014 +0200 Merge pull request #120 from umpirsky/patch-1 Filesystem is already in parent class
0
0127666ebd0a6aa0c69a768f7276a79fdc8f14ee
1up-lab
OneupUploaderBundle
Replaced deprecated global Twig functions (#366)
commit 0127666ebd0a6aa0c69a768f7276a79fdc8f14ee Author: Koen van Wijnen <koen@van-wijnen.com> Date: Wed Feb 5 07:25:08 2020 +0100 Replaced deprecated global Twig functions (#366) diff --git a/Twig/Extension/UploaderExtension.php b/Twig/Extension/UploaderExtension.php index a8664b1..a5a7c44 100644 --- a/Twig/Ext...
0
06bbbe2a98e10dbab2cb487c78487bb7937f7a9b
1up-lab
OneupUploaderBundle
Fixes wrong class name in RouteLoaderTest.
commit 06bbbe2a98e10dbab2cb487c78487bb7937f7a9b Author: Jim Schmid <jim.schmid@1up.io> Date: Sat Apr 6 16:50:19 2013 +0200 Fixes wrong class name in RouteLoaderTest. diff --git a/Tests/Routing/RouteLoaderTest.php b/Tests/Routing/RouteLoaderTest.php index c1e6edd..4bd7ca9 100644 --- a/Tests/Routing/RouteLoaderTe...
0
5be2e5b52db91466ee14cf700d048255b8f8df4f
1up-lab
OneupUploaderBundle
Test event dispatching of post update event.
commit 5be2e5b52db91466ee14cf700d048255b8f8df4f Author: Jim Schmid <jim.schmid@1up.io> Date: Thu Jun 20 20:19:29 2013 +0200 Test event dispatching of post update event. diff --git a/Resources/doc/custom_logic.md b/Resources/doc/custom_logic.md index e3cda00..a42926c 100644 --- a/Resources/doc/custom_logic.md ++...
0
bbf9ab86d226a8a1dac92f744949835d932f1f38
1up-lab
OneupUploaderBundle
Fix typo in composer constraint (see #306)
commit bbf9ab86d226a8a1dac92f744949835d932f1f38 Author: Nikola Kuzmanović <nidzho@gmail.com> Date: Thu Dec 14 14:06:09 2017 +0100 Fix typo in composer constraint (see #306) diff --git a/composer.json b/composer.json index 25b7e00..dc5b01b 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ ...
0
2c4b17dbc589c2c716e4008a7b27633d3d3864da
1up-lab
OneupUploaderBundle
Darn, forgot to delete some debug stuff in AbstractController.
commit 2c4b17dbc589c2c716e4008a7b27633d3d3864da Author: Jim Schmid <jim.schmid@1up.io> Date: Thu Apr 18 19:08:49 2013 +0200 Darn, forgot to delete some debug stuff in AbstractController. diff --git a/Controller/AbstractController.php b/Controller/AbstractController.php index 75e1cc8..ac8a1f0 100644 --- a/Contro...
0
c7d022d74a1de408dd8ad06d5083ac11a7a547df
1up-lab
OneupUploaderBundle
Removed unused variables on UploadifyController.
commit c7d022d74a1de408dd8ad06d5083ac11a7a547df Author: Jim Schmid <jim.schmid@1up.io> Date: Fri Apr 12 11:25:18 2013 +0200 Removed unused variables on UploadifyController. diff --git a/Controller/UploadifyController.php b/Controller/UploadifyController.php index 7c94966..ea18f52 100644 --- a/Controller/Uploadi...
0
69d0819038a736e02bb5cbb420b06e502efc22e8
1up-lab
OneupUploaderBundle
Merge branch 'dropzone-chunk' of git://github.com/tompiard/OneupUploaderBundle into tompiard-dropzone-chunk
commit 69d0819038a736e02bb5cbb420b06e502efc22e8 Merge: e1e139a bf10b7b Author: David Greminger <david.greminger@1up.io> Date: Tue Nov 21 17:19:30 2017 +0100 Merge branch 'dropzone-chunk' of git://github.com/tompiard/OneupUploaderBundle into tompiard-dropzone-chunk
0
a6c0d14eda9a30197178da8a9ba3cc81339bb90f
1up-lab
OneupUploaderBundle
Catch incoming InvalidArgumentExceptions which Finder will throw if the chunk-directory does not exist.
commit a6c0d14eda9a30197178da8a9ba3cc81339bb90f Author: Jim Schmid <jim.schmid@1up.io> Date: Mon Mar 11 13:39:15 2013 +0100 Catch incoming InvalidArgumentExceptions which Finder will throw if the chunk-directory does not exist. diff --git a/Uploader/Chunk/ChunkManager.php b/Uploader/Chunk/ChunkManager.php index...
0