Tim Daubenschütz
da73d40fd6
Merge branch 'master' into AD-1264-refactor-reacts3fineuploader-to-
...
Cleared all conflicts
Conflicts:
js/components/ascribe_forms/form.js
js/components/ascribe_forms/input_fineuploader.js
js/components/ascribe_uploader/react_s3_fine_uploader.js
js/components/whitelabel/wallet/components/cyland/cyland_forms/cyland_additional_data_form.js
js/utils/requests.js
2015-11-16 15:27:00 +01:00
Tim Daubenschütz
8b335cfb07
Include feedback from PR
2015-11-13 09:48:22 +01:00
Tim Daubenschütz
9ae6b10add
Finalizing basic submission flow with lazy evaluated form
2015-11-09 17:52:09 +01:00
Brett Sun
d23331d9b9
Remove ReactS3FineUploader's dependency on react-router's location
...
ReactS3FineUploader used to check the current url’s query params to
determine which method it should use to upload, but this decision means
the component is tightly coupled with react-router and history.js. A
major pain point is having to propagate the location prop all the way
down to this component even when it’s not necessary.
Now, ReactS3FineUploader’s parent elements can either parse the current
query params themselves or, if they have a location from react-router,
simply use the location.
Added a few utils to help parse url params.
2015-10-30 17:43:20 +01:00
Tim Daubenschütz
a199fd08c1
replace es6-promise with Q
2015-07-24 13:44:28 +02:00
Tim Daubenschütz
13e151e83b
add logging and responsive user navigation
2015-07-16 19:12:18 +02:00
Tim Daubenschütz
343ebcf741
warning instead of exception
2015-07-16 18:30:43 +02:00
Tim Daubenschütz
1d50fa36a2
new fix
2015-07-16 18:27:34 +02:00
Tim Daubenschütz
1b210bd10c
fix extraction
2015-07-16 18:23:44 +02:00
Tim Daubenschütz
f12d2273d5
fix csrftoken cookie issue
2015-07-16 17:04:37 +02:00
Tim Daubenschütz
5ef63fbba3
use local whitelabel constants for route switching
2015-07-14 17:12:32 +02:00
Tim Daubenschütz
9ce6c45690
add sessions for already uploaded files and implement manual deletion
2015-06-30 15:41:39 +02:00
ddejongh
8d73e4a77b
edit acl
...
editionnote
2015-06-16 14:01:53 +02:00
Tim Daubenschütz
f987bce7cc
add es6lint to build process and fix most (not really) errors and warnings
2015-06-05 11:06:36 +02:00
Tim Daubenschütz
347517a0b3
refactor all util functions for nicer usability
2015-06-02 13:48:01 +02:00
Tim Daubenschütz
366fcbf4f3
refactor general utils
2015-06-02 13:42:17 +02:00
ddejongh
3c3504d773
modal error
2015-05-27 17:33:15 +02:00
Tim Daubenschütz
9506cf3b1b
implement ordering
2015-05-21 12:12:25 +02:00
vrde
8ee9bda37b
Fix spacing
2015-05-20 16:44:45 +02:00
Tim Daubenschütz
47246a9083
create artwork component
2015-05-19 17:01:28 +02:00
Tim Daubenschütz
9c58fa321c
add encoding and camel to snake case conversion to FetchApiUtils
2015-05-19 14:09:10 +02:00
Tim Daubenschütz
adb4c72253
Remove superagent, add isomorphic fetch instead again, add constants as well as utility functions
2015-05-19 13:45:19 +02:00