Commit Graph
228 Commits
Author SHA1 Message Date
Wyatt JohnsonandGitHub 7fd01e5845 [CORL-444] Stories Tab Adjustments (#2404)
* feat: improved stories tab

* feat: swapped date sorting with text sorting
2019-07-12 20:18:21 +00:00
StevenandKiwi 657bf388cf fix: rename devToolsExtension (#2192)
Note that starting from v2.7, window.devToolsExtension was renamed to window.__REDUX_DEVTOOLS_EXTENSION__ / window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__.
2019-02-12 17:12:29 +01:00
Mendel Konikov 5ac3910687 Fix lint 2019-01-22 22:08:29 -05:00
Kim GardnerandGitHub 792bc713f2 Merge branch 'master' into italian-translation 2018-10-30 15:35:53 +00:00
vittoboa c9b709ad43 Add italian translation 2018-10-25 09:34:33 +02:00
Wyatt Johnson 49c7d2eeda fix: move priority up for token fetching 2018-10-22 12:25:20 -06:00
Wyatt Johnson 5a1f93975c feat: added support for access_token hash passthrough 2018-10-22 12:13:15 -06:00
Wyatt JohnsonandGitHub bb54009567 Websocket Regression (#1971)
* fix: addresses websocket connection issues

- reverted upgrade to subscriptions-transport-ws
- removed unnecessary websocket resets
- improved websocket reconnection logic

* Update package.json
2018-10-09 17:47:07 +00:00
Wyatt JohnsonandGitHub 7b97a8fca2 Passport Fix (#1955)
* fix: Fixed bug in passport access

* fix: resolved issues with postMessage and static urls
2018-10-02 16:21:45 +00:00
Kim GardnerandGitHub 5b9f9f1b0d Merge branch 'master' into translations_ptbr 2018-08-28 13:53:19 -04:00
Helmut JanuschkaandWyatt Johnson 90eafb557c fix language detection in IE11 and Edge (#1810) 2018-08-21 17:52:02 +00:00
Danilo.Santana bcb294c625 adding more translations in some missing pages 2018-08-16 11:27:31 -03:00
Wyatt Johnson 6a04b66d84 fix: token handling
- Fixes #1728
2018-07-27 14:08:53 -06:00
Chi Vinh Le ccff6ed63b Resolve linter issues 2018-06-05 04:28:54 +02:00
Wyatt Johnson 945ab9a1b6 Added support for forcing languages 2018-05-24 12:32:06 -06:00
Wyatt Johnson 10a786f84d simplified language negotiation 2018-05-22 14:21:32 -06:00
Wyatt Johnson 33be00a540 Added support for external signins on Admin 2018-05-10 16:44:19 -06:00
Mendel Konikov b7d8fb950b Merge master 2018-05-01 20:25:05 -04:00
D. Luijten c103a0c481 Renamed nl to nlTA.
Sorted ta.register calls
2018-04-23 16:46:42 +02:00
D. Luijten ca2070eada Added NL translation for Moment. Also, sorted locale imports alphabetically. 2018-04-18 14:28:42 +02:00
Wyatt Johnson bb11de562f Removed storage check 2018-04-12 13:24:56 -06:00
Wyatt Johnson 5125bb5d2d logic cleanup 2018-04-12 13:22:20 -06:00
Wyatt Johnson 1c87181b17 cleanups around storageAccess 2018-04-12 12:58:30 -06:00
Wyatt Johnson 142f463211 Storage Fixes
- Implements storage fixes (fixes #1520)
- Implements updates to locale
2018-04-12 12:47:09 -06:00
Mendel Konikov 3915ffc4e0 Merge master 2018-04-10 20:10:21 -04:00
Wyatt Johnson e6b8cd3220 fixes related to external auth 2018-04-05 14:19:11 -06:00
Chi Vinh Le 761e372016 Give descriptive key for slot elements and use it instead of talkPluginName 2018-03-29 22:47:27 +02:00
Belén CurcioandGitHub 4a4c502fdd Merge branch 'master' into terms-and-conditions 2018-03-29 11:20:01 -03:00
okbel f8fbedd727 Styling and translations 2018-03-26 12:06:38 -03:00
Chi Vinh Le d98e64d6d7 Deprecation stuff 2018-03-20 18:45:56 +01:00
Chi Vinh Le 84a79be9c1 Only use plugins_config in redux 2018-03-20 18:39:37 +01:00
Chi Vinh Le 1e743ea29d Merge branch 'master' into slots-debug 2018-03-20 18:08:59 +01:00
okbel 6c35f02e6b changes 2018-03-20 13:50:28 -03:00
okbel b6ba59ac51 using the plugins service 2018-03-20 13:19:20 -03:00
okbel cd9c260995 refactor into using config reducer 2018-03-20 13:10:42 -03:00
okbel 030deb1b81 refactor into using config reducer 2018-03-20 12:09:32 -03:00
okbel 8a2fa2432f @Deprecated plugin_config 2018-03-19 15:26:18 -03:00
okbel 346a099c1b changes - ready to be tested 2018-03-19 15:10:14 -03:00
okbel 96dff8ed25 wip :0 2018-03-16 20:16:28 -03:00
okbel 7d7e3f60d3 show dep message only once 2018-03-14 23:33:06 -03:00
okbel fb519286c3 Merge branch 'slots-debug' of github.com:coralproject/talk into slots-debug
* 'slots-debug' of github.com:coralproject/talk: (78 commits)
  added translations
  lint
  improved db query support, added tests
  added .vscode to gitignore
  Disallow logout from unauthenticated requests
  parse env json the same as the rest, with hjson
  Slack plugin fix
  disabled firefox local integration tests :(
  re-enabled headless support
  added logs to artifacts
  disable headless tests, run with full browsers
  applied fix to allow local run with firefox
  store test results as artifacts every time
  replaced circleci image with ours temp
  Update Comment.js
  Update UserDetailComment.js
  Update Comment.js
  Update UserDetailComment.js
  Remove curly quote
  Update sidebar
  ...
2018-03-14 23:22:24 -03:00
okbel 4f844dfd58 Adding deprecation notice 2018-03-14 22:38:27 -03:00
Chi Vinh Le ce70c9c925 Merge branch 'master' into better-graph 2018-03-14 09:59:50 +01:00
Kim GardnerandGitHub 9ed17dd949 Merge branch 'master' into slots-debug 2018-03-13 19:32:19 -04:00
Chi Vinh Le 73fce8624c Fix query data detection 2018-03-13 23:32:21 +01:00
Chi Vinh Le 79f885244a Add support for withGraphQLExtension 2018-03-13 22:10:00 +01:00
okbel 6200ba39c2 Adding debug tools 2018-03-12 10:21:42 -03:00
okbel e713b39846 clearer api - wip debug tools 2018-03-12 09:17:30 -03:00
Melhem Fawaz 969b3dbcd5 Registered AR locale in i18n framework service 2018-03-11 16:27:28 +04:00
Chi Vinh Le cd638e7f85 Merge branch 'master' into refactor-graph 2018-03-09 19:27:35 +01:00