Brett Sun
|
8f98251735
|
Add additional comment for Safari behaviour of input's accept property
|
2015-12-14 11:41:06 +01:00 |
|
Brett Sun
|
38ef18a192
|
Hotfix for sending contract agreements without appendices
|
2015-12-11 11:15:17 +01:00 |
|
Brett Sun
|
6e9b1ac181
|
Hotfix for header accessing undefined ref
Sometimes `onRouteChange()` is triggered before the component’s refs
are available, so we have to check for them before setting their state.
|
2015-12-10 19:19:01 +01:00 |
|
Brett Sun
|
482fa51e9e
|
Finalize text changes
|
2015-12-10 18:56:19 +01:00 |
|
Brett Sun
|
e96e7ffa2b
|
Use null to denote an empty React element instead of {}
|
2015-12-10 18:04:46 +01:00 |
|
Brett Sun
|
d5823f10ec
|
Use mime types for input's accept property as safari doesn't play nicely with just the extensions
|
2015-12-10 17:54:33 +01:00 |
|
Dimitri De Jonghe
|
b467a840a4
|
Merge pull request #53 from ascribe/AD-1362-implement-portfolioreview-judging-flow
Implement first cut of judging flow for portfolio review
|
2015-12-10 16:58:42 +01:00 |
|
Brett Sun
|
b9e41d5cba
|
Use mergeOptions instead of Object.assign when merging sources to check for clashes
|
2015-12-10 15:42:33 +01:00 |
|
Brett Sun
|
b126de5c2d
|
Add empty object defaults to stores that use sources
Avoids inconsistent state where the store might set `null` or
`undefined` due to the server’s response
|
2015-12-10 15:41:55 +01:00 |
|
Brett Sun
|
268cbd55ad
|
Add logout link to submitted piece's hero component
|
2015-12-10 15:15:56 +01:00 |
|
Brett Sun
|
c9d330c2bd
|
Merge branch 'AD-1362-implement-portfolioreview-judging-flow' of github.com:ascribe/onion into AD-1362-implement-portfolioreview-judging-flow
|
2015-12-10 14:45:17 +01:00 |
|
diminator
|
51ff0295c0
|
refactor prize app to be compliant with whitelabel settings
|
2015-12-10 14:07:05 +01:00 |
|
Brett Sun
|
34153c2322
|
Avoid unauthorized attempts at fetching ratings if user isn't an admin, judge, or jury
|
2015-12-10 13:01:48 +01:00 |
|
Brett Sun
|
7cc51f81d0
|
Fix user fetch dispatch collision since the PieceContainer also fetches the user
|
2015-12-10 12:42:23 +01:00 |
|
Brett Sun
|
9b99e3ae09
|
Fix PR comments
|
2015-12-10 11:11:37 +01:00 |
|
Brett Sun
|
1ee9a4c7a1
|
Hide download button on the marketplace additional data form when it's not inline
|
2015-12-09 18:29:43 +01:00 |
|
Brett Sun
|
08cc88c699
|
Fix shorthand property ordering
|
2015-12-09 18:03:52 +01:00 |
|
Brett Sun
|
ffe88eb3bf
|
Cherry pick from previous PR
|
2015-12-09 18:02:14 +01:00 |
|
Brett Sun
|
160c4dd82e
|
Always show border for collection search bar
|
2015-12-09 17:41:55 +01:00 |
|
Brett Sun
|
90c75ca4c5
|
Change uploader error text
|
2015-12-09 17:08:47 +01:00 |
|
diminator
|
3461a28f36
|
Merge remote-tracking branch 'remotes/origin/master' into AD-1362-implement-portfolioreview-judging-flow
|
2015-12-09 16:48:33 +01:00 |
|
Tim Daubenschütz
|
8278f5404f
|
Increase robustness of:
- PieceListToolbarOrderWidget
- PieceListToolbarFilterWidget
|
2015-12-09 16:17:08 +01:00 |
|
Tim Daubenschütz
|
80df66ea5b
|
Merge branch 'master' into AD-1484-hide-PieceListToolbarFilterWidget-if-no-filters-applicable
|
2015-12-09 16:11:05 +01:00 |
|
Brett Sun
|
e7cf9a44a0
|
Add simple check for determining if user's offline while uploading
|
2015-12-09 15:57:01 +01:00 |
|
Tim Daubenschütz
|
dcca228669
|
Merge pull request #57 from ascribe/AD-290-coa-buttons-and-usage-esp-verify
Refactor COA to refresh accordingly on remount of edition page
|
2015-12-09 15:57:00 +01:00 |
|
Tim Daubenschütz
|
02af024609
|
Cosmetic changes in EditionContainer and CoaVerifyContainer
|
2015-12-09 15:56:47 +01:00 |
|
diminator
|
00154196a4
|
Merge remote-tracking branch 'remotes/origin/master' into AD-1362-implement-portfolioreview-judging-flow
|
2015-12-09 15:12:01 +01:00 |
|
Dimitri De Jonghe
|
c13ad64e57
|
Merge pull request #63 from ascribe/fix-spinner-centering
Fix spinner being off-center
|
2015-12-09 15:10:39 +01:00 |
|
Brett Sun
|
7525683aad
|
Fix spinner being off-center
|
2015-12-09 14:46:34 +01:00 |
|
Brett Sun
|
7605f093ab
|
Fix Request error case
|
2015-12-09 14:44:31 +01:00 |
|
Tim Daubenschütz
|
b31872261d
|
Add AuthPrizeRoleRedirect to missing routes
|
2015-12-09 14:00:00 +01:00 |
|
Tim Daubenschütz
|
0b63801d33
|
Merge branch 'master' into AD-1362-implement-portfolioreview-judging-flow
|
2015-12-09 13:49:40 +01:00 |
|
Tim Daubenschütz
|
3e8e7a40e7
|
Fix setState warning for EditionContainer
|
2015-12-09 13:28:11 +01:00 |
|
Tim Daubenschütz
|
057a278d19
|
In EditionStore use empty object instead of null as default state
|
2015-12-09 13:21:55 +01:00 |
|
Tim Daubenschütz
|
2a251897d5
|
Split EditionSource up into CoaSource and EditionSource
|
2015-12-09 13:18:07 +01:00 |
|
Tim Daubenschütz
|
fb8111fadc
|
Merge branch 'AD-290-coa-buttons-and-usage-esp-verify' of github.com:ascribe/onion into AD-290-coa-buttons-and-usage-esp-verify
|
2015-12-09 13:04:27 +01:00 |
|
Tim Daubenschütz
|
03481f3b09
|
Fix bug: Old edition HTTP request holds loading data for new edition request
|
2015-12-09 13:04:15 +01:00 |
|
diminator
|
02a9844ed7
|
Merge remote-tracking branch 'remotes/origin/master' into AD-290-coa-buttons-and-usage-esp-verify
|
2015-12-09 11:42:22 +01:00 |
|
diminator
|
7318d4e5df
|
embed in edition
|
2015-12-09 11:41:46 +01:00 |
|
Tim Daubenschütz
|
de3d3e937e
|
Throw no 'Client Request Error' when body.success is not available
|
2015-12-09 11:24:11 +01:00 |
|
Brett Sun
|
4212b776ee
|
Merge with master
|
2015-12-08 20:56:24 +01:00 |
|
Brett Sun
|
17a3ecbd44
|
Add thin cross icon to FileDragAndDropError
|
2015-12-08 20:48:39 +01:00 |
|
Brett Sun
|
511abc6a33
|
Fix missing PropType
|
2015-12-08 20:57:40 +01:00 |
|
Brett Sun
|
e0b35e0a24
|
Merge with master
|
2015-12-08 20:55:13 +01:00 |
|
Brett Sun
|
edeec39548
|
Small fixes for upload error behaviour
* Change error dialog text slightly
* Only show global notification on first error
* Only create the S3 blob if the response is successful
|
2015-12-08 20:25:18 +01:00 |
|
Brett Sun
|
5250427ce0
|
Use FileStatus in UploadButton, register form
|
2015-12-08 18:29:26 +01:00 |
|
Brett Sun
|
5bc447ecc8
|
Allow warnings to be set from inside properties to change appearance
|
2015-12-08 18:23:02 +01:00 |
|
Brett Sun
|
79780cfb3a
|
Add FileDragAndDropError
|
2015-12-08 18:22:11 +01:00 |
|
diminator
|
4e3cf47d3f
|
Merge branch 'AD-290-coa-buttons-and-usage-esp-verify' of github.com:ascribe/onion into AD-290-coa-buttons-and-usage-esp-verify
|
2015-12-08 18:17:30 +01:00 |
|
diminator
|
8226011e8a
|
query_params in coa_verify
|
2015-12-08 18:17:08 +01:00 |
|