Brett Sun
|
bf68efcd96
|
Stop including fineuploader by just copying its source
Onwards to react-components!
|
2016-06-29 12:02:19 +02:00 |
|
Brett Sun
|
2706f04f3a
|
Add exports for custom propTypes as shape specs rather than the complete shape
Allows easier composition of the shapes in case we need to extend them
in components later
|
2016-06-27 11:30:32 +02:00 |
|
Brett Sun
|
67f56768b8
|
Get app version from environment variable
|
2016-06-24 16:14:31 +02:00 |
|
Brett Sun
|
ba62734bdb
|
Move S3 settings to environment variables
|
2016-06-24 16:14:16 +02:00 |
|
Brett Sun
|
dbaf1a2e99
|
Consolidate Raven constants under one namespace
|
2016-06-24 16:11:43 +02:00 |
|
Brett Sun
|
b598b428b4
|
Move file hashing and creation utils to js-utility-belt
|
2016-06-23 19:48:42 +02:00 |
|
Brett Sun
|
406734d910
|
Cherrypicking unfinished uploader changes in preparation for move to react-components
|
2016-06-22 15:38:46 +02:00 |
|
Brett Sun
|
8dec470e46
|
Cherrypicking unfinished form changes in preparation of move to react-components
|
2016-06-22 15:34:06 +02:00 |
|
Brett Sun
|
881584111b
|
Replace AppConstant's baseUrl with appBasePath to be more inline with environment variable
|
2016-06-20 10:15:49 +02:00 |
|
Brett Sun
|
9c47c22e91
|
Resolve PR comments
|
2016-06-17 18:26:38 +02:00 |
|
Brett Sun
|
685ac0d941
|
Check if baseRequest throws a Response before assuming so
|
2016-06-15 14:46:35 +02:00 |
|
Brett Sun
|
2309e21571
|
Rewrite requests module using js-utility-belt's request
|
2016-06-14 17:58:01 +02:00 |
|
Brett Sun
|
136213856b
|
Rename requests util
|
2016-06-14 17:58:00 +02:00 |
|
Brett Sun
|
fc153f4ab7
|
Add csrf utils
|
2016-06-14 17:58:00 +02:00 |
|
Brett Sun
|
c2eb37506a
|
Replace utils in fetch_api with js-utility-belt's
|
2016-06-14 17:58:00 +02:00 |
|
Brett Sun
|
7014514654
|
Use UrlResolver to resolve api urls based on white labelling rather than updating ApiUrl's export
Keeping an export constant is more predictable and less surprising for
most people.
|
2016-06-14 17:58:00 +02:00 |
|
Brett Sun
|
17762ed7b2
|
Move escapeHTML to dom utils
|
2016-06-14 17:58:00 +02:00 |
|
Brett Sun
|
4d4cb7f505
|
Move getSubdomain to url utils
|
2016-06-14 17:58:00 +02:00 |
|
Brett Sun
|
ad2b7c223c
|
Replace replaceSubstringAtIndex with built-in String.replace
|
2016-06-14 17:58:00 +02:00 |
|
Brett Sun
|
de571c7fab
|
Use js-utility-belt's truncateText
|
2016-06-14 17:57:59 +02:00 |
|
Brett Sun
|
ec78ecb8ab
|
Replace remaining general utils with js-utility-belt's
And removes a few unused utils
|
2016-06-14 17:57:59 +02:00 |
|
Brett Sun
|
56044488d7
|
Replace mergeOptions with js-utility-belt's safeMerge
And avoid using safeMerge when a normal Object.assign() would do.
|
2016-06-14 17:57:59 +02:00 |
|
Brett Sun
|
06c02ceecb
|
Use js-utility-belt's text utils
|
2016-06-14 17:57:59 +02:00 |
|
Brett Sun
|
9e03ef2b90
|
Use sanitize from js-utility-belt
|
2016-06-14 17:57:59 +02:00 |
|
Brett Sun
|
5172b4da1f
|
Remove obsolete tests for utils
|
2016-06-14 17:57:59 +02:00 |
|
Brett Sun
|
574a06311f
|
Fix ESLint errors with form utils
|
2016-06-14 17:57:59 +02:00 |
|
Brett Sun
|
085d0aaa26
|
Fix ESLint errors with url utils
|
2016-06-14 17:57:58 +02:00 |
|
Brett Sun
|
8689585d74
|
Use js-utility-belt's url utils
|
2016-06-14 17:57:58 +02:00 |
|
Brett Sun
|
643b45bdee
|
Fix ESLint errors with language utils
|
2016-06-14 17:57:58 +02:00 |
|
Brett Sun
|
5a270442cb
|
Use js-utility-belt's language utils
|
2016-06-14 17:57:58 +02:00 |
|
Brett Sun
|
63310c5717
|
Fix ESLint errors with computeHashOfFile
|
2016-06-14 17:57:58 +02:00 |
|
Brett Sun
|
f814a6ceb5
|
Use js-utility-belt's file utilities
|
2016-06-14 17:57:58 +02:00 |
|
Brett Sun
|
4784dff694
|
Use js-utility-belt's feature detection
|
2016-06-14 17:57:57 +02:00 |
|
Brett Sun
|
a4216db6d9
|
Remove redundant '_utils' suffix in util file names
|
2016-06-14 17:57:57 +02:00 |
|
Brett Sun
|
36baa39491
|
Remove unused PasswordResetRequestModal
|
2016-06-14 17:57:57 +02:00 |
|
Brett Sun
|
1cc047d060
|
Fix PieceListToolbar styling
|
2016-06-10 10:32:42 +02:00 |
|
Brett Sun
|
4fd0e0d99c
|
Fix Navbar and notification list styling
|
2016-06-10 10:32:42 +02:00 |
|
Brett Sun
|
9ffa834ec0
|
Fix Navbar not showing mobile toggle
|
2016-06-10 10:32:42 +02:00 |
|
Brett Sun
|
2aa3aa5ff7
|
Fix Footer rendering from route declarations
Also a few cosmetic changes to make it more obvious the route holds an
actual footer type.
|
2016-06-10 10:25:09 +02:00 |
|
Brett Sun
|
df1e6a55c4
|
Remove displayName declaration from ProxyHandler's component
|
2016-06-10 10:25:03 +02:00 |
|
Brett Sun
|
ec13e968a4
|
Make withContext's displayName more intuitive
|
2016-06-10 10:24:54 +02:00 |
|
Brett Sun
|
0f57137c52
|
Remove route from context and use setRouteLeaveHooks in top level route components
|
2016-06-08 15:10:58 +02:00 |
|
Brett Sun
|
71dbad2a18
|
Add location to context
|
2016-06-08 14:54:05 +02:00 |
|
Brett Sun
|
5a0a6e88db
|
Convert usages of withRouter to withContext
|
2016-06-08 13:53:50 +02:00 |
|
Brett Sun
|
5073b0988d
|
Convert withCurrentUser and withWhitelabel to withContext
|
2016-06-08 13:53:46 +02:00 |
|
Brett Sun
|
75247b2594
|
Remove obsolete AppRouteWrapper
Now that currentUser and whitelabel are passed as context, we don’t
need AppRouteWrapper to copy them into routes as props
|
2016-06-08 13:11:52 +02:00 |
|
Brett Sun
|
34b1a2c1fc
|
Add whitelabel and isLoggedIn as arguments to ProxyHandler's redirectFunctions
|
2016-06-08 13:11:52 +02:00 |
|
Brett Sun
|
b02695a33a
|
Convert whitelabel to be passed down through context and withWhitelabel HOC
|
2016-06-08 13:11:48 +02:00 |
|
Brett Sun
|
b5eda1cdd2
|
Inject isLoggedIn through withCurrentUser
Makes checking for logged in status less error prone than always using
`currentUser.email` or `currentUser.username`.
|
2016-06-07 14:56:40 +02:00 |
|
Brett Sun
|
b99782455e
|
Fix typo with whitelabel store's error handler
|
2016-06-07 14:56:39 +02:00 |
|