Wyatt Johnson
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
Gerardo Gálvez
8163b52301
Flag users as "Always premoderate" ( #2145 )
...
* Flag users as "Always premoderate"
Status can be set using the action dropdown in the People tab and in User Details.
Users flagged as "Always premoderate" will have their comments sent to the premod queue.
Users can be filtered with the Always Premoderate status.
Include Always Premoderate status changes in User History.
Add spanish translations.
* Reorder CSS as per cvle's suggestion
* Address second comment
2019-02-13 20:08:22 +01:00
Steven
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 Gardner
792bc713f2
Merge branch 'master' into italian-translation
2018-10-30 15:35:53 +00:00
Kiwi
c98216cf3c
Merge branch 'master' into admin-improvements
2018-10-25 21:58:16 +02:00
Chi Vinh Le
4ce5d97e3b
Always have pointer events in configure cards
2018-10-25 21:42:18 +02:00
Wyatt Johnson
3ea2632187
Merge branch 'master' into admin-improvements
2018-10-25 17:57:24 +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
hovoodd
61486caa9e
Make ConfigureCard collapsible
2018-10-20 19:01:01 +03:00
Wyatt Johnson
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 Johnson
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
Wyatt Johnson
c19d4a433a
Improved Comment URL Handling ( #1860 )
...
* feat: replaces PR 1819
- fixes #1851
* fix: set query using new syntax
* review: fixes for missed framework changes
* fix: linting
2018-09-11 22:44:23 +00:00
Helmut Januschka
1eea2daeae
adress feedback
2018-09-10 21:34:07 +02:00
Helmut Januschka
974e884432
adress feedback
2018-09-07 13:36:55 +02:00
Kim Gardner
5b9f9f1b0d
Merge branch 'master' into translations_ptbr
2018-08-28 13:53:19 -04:00
Helmut Januschka
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
Kiwi
41fab3e11c
Introduce final form, i18n helper, validators and refactor AddEmailAddress ( #1636 )
...
* Introduce final form, validators and refactor AddEmailAddress
* First i18n script
* Sort locales
* Add delete and copy action
* Copy over available validator translations
* Add comments
* Export validations in plugin-api
* Linting
* yarn.lock
* Sort locales
* Drop unused translations
* Add translations for validators
* Add action drop-unused
* Add comments
* Add note about limitation
* Fix desc
2018-06-05 17:12:30 -06:00
Chi Vinh Le
ccff6ed63b
Resolve linter issues
2018-06-05 04:28:54 +02:00
Chi Vinh Le
773eb34c3e
Merge branch 'reject-username' of ssh://github.com/coralproject/talk into reject-username
2018-06-04 22:38:21 +02:00
Chi Vinh Le
5835845092
Fix write fragment
2018-06-04 22:37:31 +02:00
Kiwi
7627d37e22
Merge branch 'master' into reject-username
2018-06-04 17:32:44 -03:00
Chi Vinh Le
9c3d9e5943
Merge branch 'reject-username' of ssh://github.com/coralproject/talk into reject-username
2018-06-04 22:30:49 +02:00
Chi Vinh Le
636bc9efa4
Manage cache
2018-06-04 22:30:12 +02:00
okbel
2d343029a1
updated - getUserStatusArray
2018-06-04 15:25:30 -03:00
Chi Vinh Le
f142150b3e
Fix unexpected error
2018-06-04 16:04:37 +02:00
Wyatt Johnson
f580608a31
feat: humanize karma number
2018-06-01 15:13:58 -06:00
Kim Gardner
fefd4d281a
Merge branch 'master' into reject-username
2018-06-01 17:11:56 +01:00
Wyatt Johnson
66f2d41033
always call the rest logout command, don't vomit on the error
2018-05-31 14:56:18 -06:00
Wyatt Johnson
01a0d0d587
Merge branch 'master' into master
2018-05-31 14:12:00 -06:00
okbel
87aa1af654
Merge branch 'master' of github.com:coralproject/talk into reject-username
...
* 'master' of github.com:coralproject/talk:
Typo
Fix warnings
Activate Websocket and add browser console logging
çhanges
changes and updates to the e2e
updated yarn.lock
Workaround RTE Button focus bug on IOS
Use standard buttons to fix IOS bug
add missing dependency
2018-05-30 11:10:20 -03:00
Kim Gardner
6c1fb2b34d
Merge branch 'master' into dropdown-ios
2018-05-29 15:14:35 -04:00
Chi Vinh Le
576820f1f8
Fix warnings
2018-05-29 16:50:11 +02:00
okbel
b4e7dd54cf
Merge branch 'master' of github.com:coralproject/talk into reject-username
...
* 'master' of github.com:coralproject/talk: (33 commits)
apply @cvle suggestion for fix
Take karma into account when doing e2e
Bump version to 4.4.2
move placeholder right behind contentEditable
added pivotal tracker ref
moved event handler to bundle
Update stream.njk
disable CSP until we can work on configuration + webpack issues
added missing translation
Remove redundant period. It's in the translation strings already.
Remove redundancy
One more missing German translation
Add missing translations (en/de) for plugins ignore-user and local-auth.
text-replace error
support the __webpack_nonce__ parameter
csp fixes
added comment
`karma` -> `karmaThresholds`
name changes
Fix Touch issues on IOS Safari (iPad)
...
2018-05-28 11:23:34 -03:00
Chi Vinh Le
6577365930
Use standard buttons to fix IOS bug
2018-05-28 16:19:56 +02:00
Kim Gardner
6411c1cf0d
Merge branch 'master' into reject-username
2018-05-25 14:16:02 -04:00
Wyatt Johnson
64c16a1805
support the __webpack_nonce__ parameter
2018-05-24 15:02:08 -06:00
Wyatt Johnson
8f51b07388
Merge branch 'master' into karma
2018-05-24 13:28:03 -06:00
Wyatt Johnson
945ab9a1b6
Added support for forcing languages
2018-05-24 12:32:06 -06:00
Belén Curcio
0f16d0a7a3
Merge branch 'master' into reject-username
2018-05-24 13:31:59 -03:00
Kim Gardner
6548df971c
Merge branch 'master' into karma
2018-05-23 15:19:32 -04:00
Wyatt Johnson
10a786f84d
simplified language negotiation
2018-05-22 14:21:32 -06:00
Belén Curcio
5ebbc24264
Merge branch 'master' into karma
2018-05-18 13:09:07 -03:00
Wyatt Johnson
f5362f445a
Merge branch 'master' into withremovetag-typo
2018-05-17 20:48:33 -06:00
Wyatt Johnson
887f7e17f4
server side
2018-05-17 11:38:00 -06:00
okbel
6444e8c2ab
Karma
2018-05-17 13:48:30 -03:00