116 Commits

Author SHA1 Message Date
soupette
ff31c75c47 Add watch mode to rollup 2019-04-19 00:14:50 +02:00
soupette
a7aef8b243 Prefix entire stm scss with stm until migrating to styled-compo. 2019-04-18 23:42:08 +02:00
soupette
fb11c9a466 Use cdn for flags 2019-04-17 14:18:26 +02:00
soupette
6d31833a58 Load stm 2019-04-16 18:16:44 +02:00
soupette
55ac5d5179 Add initializer container to all plugins 2019-04-02 14:06:44 +02:00
Jim LAURIE
ae097ab2a2
Remove console.log 2019-03-29 10:19:30 +01:00
soupette
003b9a7ef8 Fixes #1325 2019-03-27 19:30:47 +01:00
Aurélien Georget
03d212d10f Fix conflicts 2019-02-28 14:44:01 +01:00
Aurélien Georget
76efe64591 Add events in the settings-manager 2019-02-25 15:41:12 +01:00
soupette
8907261260 Change paths in doc and settings email 2019-02-22 11:11:25 +01:00
soupette
928971b1e3 Fix PR feedback and change stores name with <pluginId>_<containerName> 2019-02-14 09:48:39 +01:00
soupette
9e1084ed04 Harmonize pluginId between plugins 2019-02-11 18:56:17 +01:00
soupette
46e13f71c6 Remove single store documentation and settings manager 2019-02-11 14:57:20 +01:00
cyril lopez
de89b3156f Fix redux-sagas deprecation warnings 2018-11-06 09:56:27 +01:00
Alberto Maturano
d7ffb9e50e Fix conditional logic
Original code:

```js
const listTitle = this.props.match.params.slug === 'languages' || 'databases' ? this.renderListTitle() : '';
```

Is interpreted as:

```js
const listTitle = ( this.props.match.params.slug === 'languages' || 'databases' ) ? this.renderListTitle() : '' ;
```

Been `databases` always been evaluate as `true`, this is the same that:

```js
const listTitle = this.renderListTitle();
```

Clearly is not the intention. I refactor this peace of code with what I think was the real intention; looking just
the code, not knowing is this is the desire behavior
2018-10-04 14:54:05 -05:00
Alberto Maturano
154fc28a57 Normalize to standar file permissions
As a result of taking a look on PR #1967 I realized there is 819
executable files in this repository. It is obvious this is an error.
2018-09-24 12:33:09 -05:00
cyril lopez
68cdf67d31 Remove custom OverlayBlocker in stm
As discussed with @Aurelsicoko this feature is not needed when adding or editing a connection
2018-01-25 10:59:33 +01:00
cyril lopez
55ea0eb9e5 Update OverlayBlocker documentation, use context to prevent Overlay from being displayed 2018-01-23 15:34:34 +01:00
cyril lopez
bdf19f2d45 Hide modal when edit db 2018-01-23 14:40:57 +01:00
cyril lopez
d3f81bc2b1 Remove stm request helper and remove stm OverlayBlocker related constants and action 2018-01-17 14:19:02 +01:00
cyril lopez
e49ae84b97 Add OverlayBlocker to stm 2018-01-12 17:35:00 +01:00
Jim LAURIE
9b9ee3bc83
Remove spaces 2017-12-15 18:15:38 +01:00
cyril lopez
55d839113d Fix stm add language bug 2017-12-14 16:28:51 +01:00
cyril lopez
9b5be00115 Add 404 in content type builder 2017-12-06 17:23:14 +01:00
cyril lopez
c2fd6468b4 Add 404 in settings manager 2017-12-06 17:05:03 +01:00
Aurelsicoko
650e7dd6cb Add remote and backend URLs and update global variable 2017-11-08 17:40:47 +01:00
Jim Laurie
2418686b7b Fix conflict 2017-11-03 15:02:45 +01:00
Jim Laurie
c0eac6b04d Auto add database port 2017-11-02 12:27:52 +01:00
cyril lopez
fb3e78245e Fix Edit database modal 2017-10-16 17:19:41 +02:00
cyril lopez
14f6c7753b Add eslint semi rule 2017-10-13 16:46:18 +02:00
cyril lopez
199364cec4 Fix settings-manager return in render 2017-10-13 16:11:01 +02:00
cyril lopez
507d0c41ce Prepare for eslint defaultProps 2017-10-13 09:41:48 +02:00
cyril lopez
1fcdb0a07b Add event-handler-names eslint configuration so change all event naming 2017-10-12 17:07:02 +02:00
cyril lopez
b628ea7ebd Add unknown flag in select 2017-10-11 11:08:39 +02:00
cyril lopez
c52371c1f9 Add unknown flag to settings-manager 2017-10-10 18:05:52 +02:00
cyril lopez
e3dcd26951 Fix settings-manager front bugs 2017-10-10 16:48:13 +02:00
cyril lopez
12d92b88df Lowercase attributes name in content-type-builder, select default connection when creating a model, remove check out our tutorial link 2017-10-10 15:20:11 +02:00
cyril lopez
d410139667 Fix PR reviews 2017-09-30 19:04:11 +02:00
cyril lopez
42928bdffd Add server restart notification 2017-09-30 14:51:27 +02:00
cyril lopez
c2502376c9 Add button loader to settings-manager plugin 2017-09-30 14:42:52 +02:00
cyril lopez
3ee78ceeea Move timer in request file for settings-manager plugin 2017-09-30 13:49:49 +02:00
cyril lopez
9b71c2be10 Fix conflict 2017-09-28 14:19:26 +02:00
cyril lopez
2a6dc8c821 Fix PR feedback 2017-09-28 14:00:22 +02:00
cyril lopez
937a1a9e3f Add pluginRequirements function to block plugin rendering 2017-09-27 17:54:18 +02:00
Pierre Burgy
15cf4c979f Add React imports in settings manager 2017-09-27 17:13:15 +02:00
cyril lopez
ff56bac4a4 Fix react intl warning in select settings manager 2017-09-26 12:16:45 +02:00
cyril lopez
381dfb4c3c Fix settings-manager PluginLeftMenu 2017-09-26 11:29:16 +02:00
cyril lopez
38236b30b0 Remove all react imports from settings-manager 2017-09-26 10:54:18 +02:00
cyril lopez
17ddbe44e2 Fix proptypes warnings in settings manager 2017-09-26 10:32:48 +02:00
Aurelsicoko
51d936b559 Resolve conflicts 2017-09-25 18:28:45 +02:00