Misty (Bot)
9846498df7
Latest translations and fallbacks
2020-08-06 09:06:05 +00:00
Barış Soner Uşaklı
3fceb83c5e
Merge branch 'master' of https://github.com/NodeBB/NodeBB
2020-08-05 22:32:26 -04:00
Barış Soner Uşaklı
58933c4cd1
feat: allow multiple empty lines
2020-08-05 22:32:13 -04:00
renovate[bot]
788a8bfe2a
chore(deps): update dependency eslint-plugin-import to v2.22.0 ( #8390 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2020-08-05 22:29:49 -04:00
Barış Soner Uşaklı
2c35d0ba87
refactor: change incrementViewCount and markAsRead to async/await
2020-08-05 22:05:35 -04:00
Barış Soner Uşaklı
dfabd0a3fe
feat: remove administrator property from public routes
2020-08-05 14:24:00 -04:00
Renovate Bot
fe352eb1de
chore(deps): update dependency mocha to v8.1.1
2020-08-04 15:27:35 -04:00
Barış Soner Uşaklı
4216c277d5
feat: focus username when modal is shown
2020-08-04 13:39:27 -04:00
Barış Soner Uşaklı
774e5d0429
feat: add helmet middlewares
2020-08-04 09:51:30 -04:00
Barış Soner Uşaklı
6812691d32
Merge branch 'master' of https://github.com/NodeBB/NodeBB
2020-08-04 08:49:32 -04:00
Barış Soner Uşaklı
c39c51139b
fix: remove default helmet
2020-08-04 08:49:23 -04:00
Misty (Bot)
3463fc51c6
Latest translations and fallbacks
2020-08-04 09:06:28 +00:00
Misty (Bot)
8618c32a72
chore: incrementing version number - v1.14.3-beta.11
v1.14.3-beta.11
2020-08-04 01:26:32 +00:00
Julian Lam
2ee6248316
refactor: for codeclimate
2020-08-03 21:01:36 -04:00
Julian Lam
a7071bb808
fix: map instead of forEach in privileges save
2020-08-03 20:50:17 -04:00
Julian Lam
a716a5529c
feat: more discrete commit-on-save instead of commit-on-change w/ confirm modals ( #8541 )
...
* feat: privileges save button, #8537 , WIP
* fix: disable firefox autocomplete on privilege form fields
* feat: closes #8537 privilege changes commit on save
- new language strings for confirmation and success modals/toasts
- indeterminate privilege handling (/cc @psychobunny)
- added new discard button
- both discard and save buttons now have confirmation dialogs
* fix(tests): remove duplicate template helper test
* fix(tests): broken template helper test
* feat: confirm dialogs for all privilege copy actions
Also, ability to add user to a privilege table without needing
to refresh the privilege table.
* feat: group row addition w/o table refresh
breaking: helpers.getUserPrivileges and helpers.getGroupPrivileges
no longer make socket calls to the following hooks:
- filter:privileges.list, filter:privileges.admin.list,
filter:privileges.global.list, filter:privileges.groups.list,
filter:privileges.admin.groups.list,
filter:privileges.gloval.groups.list
The filters are still called, but done before the helper method
is called, and the results are passed in instead. This change
should only affect you if you directly call the helper methods,
otherwise the change is transparent.
* fix: stale ajaxify data on privilege category switch
* fix: implicit privileges not showing for user privs
* fix: groups, not group, also fix tests
* fix(tests): again
* fix: wrong tpl rendered when adding group to global priv table
2020-08-03 20:42:45 -04:00
Julian Lam
0f10e0836b
fix: remove duplicate configuration for helmet-hsts
2020-08-03 20:40:44 -04:00
renovate[bot]
ad68a338c4
fix(deps): update dependency helmet to v4 ( #8543 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2020-08-03 11:04:39 -04:00
renovate[bot]
37418375f2
chore(deps): update dependency eslint to v7.6.0 ( #8540 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2020-08-03 11:03:33 -04:00
renovate[bot]
4160e8285f
fix(deps): update dependency mongodb to v3.6.0 ( #8535 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2020-08-03 11:03:14 -04:00
renovate[bot]
72a78833fe
chore(deps): update dependency mocha to v8.1.0 ( #8536 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2020-08-03 10:57:53 -04:00
Misty (Bot)
8da742e065
Latest translations and fallbacks
2020-08-03 09:06:00 +00:00
renovate[bot]
b30ecffbf2
fix(deps): update dependency nodebb-theme-persona to v10.2.4 ( #8544 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2020-08-02 12:34:09 -04:00
Misty (Bot)
903c407171
Latest translations and fallbacks
2020-08-02 09:05:38 +00:00
Misty (Bot)
fa341714fd
chore: incrementing version number - v1.14.3-beta.10
v1.14.3-beta.10
2020-08-01 01:41:46 +00:00
Barış Soner Uşaklı
e7a502e0aa
feat: add ability to search groups in group details page
2020-07-31 21:21:15 -04:00
Barış Soner Uşaklı
335169f2b1
fix: don't process invalid topics, fallback to 0 score
2020-07-31 18:20:24 -04:00
Barış Soner Uşaklı
6924a22238
fix: tests
2020-07-31 14:54:16 -04:00
Barış Soner Uşaklı
bb224184d8
fix : #8539 , enforce content checks for post queue
2020-07-31 13:37:14 -04:00
Barış Soner Uşaklı
776e34a80f
refactor: rewrite src/install with async/await
2020-07-31 12:49:25 -04:00
Julian Lam
6c00ec8435
refactor: removed rather redundant flag reporters zset
2020-07-31 11:38:05 -04:00
Julian Lam
0f2b6f1ff7
fix: bug; additional reports could be added by the same user repeatedly
2020-07-31 11:38:05 -04:00
Barış Soner Uşaklı
519e665939
fix : #8538 , go to first unread instead of last read
2020-07-31 10:34:10 -04:00
Misty (Bot)
029f477434
Latest translations and fallbacks
2020-07-31 09:06:17 +00:00
Barış Soner Uşaklı
0d698a079e
fix : #8533 , validate and retry password during setup
2020-07-30 22:48:24 -04:00
Barış Soner Uşaklı
9e80a9efdd
fix : #8534 , dont show modal on search
2020-07-30 22:33:11 -04:00
Misty (Bot)
9945c4099f
chore: incrementing version number - v1.14.3-beta.9
v1.14.3-beta.9
2020-07-30 19:17:00 +00:00
Barış Soner Uşaklı
fb7bb8d400
feat: use category selector in category page
...
fix privilege shortcuts in group page after search
2020-07-30 14:55:28 -04:00
Barış Soner Uşaklı
560f3eb173
feat: css fixes
2020-07-30 12:39:10 -04:00
Barış Soner Uşaklı
91411cc47c
feat: add privileges shortcut to groups list
...
fix issues with escape group names
2020-07-30 12:26:37 -04:00
Julian Lam
fcdbdf63a3
refactor: flags object in post tools
2020-07-30 09:53:16 -04:00
Misty (Bot)
caa78cc1f6
Latest translations and fallbacks
2020-07-30 09:06:18 +00:00
Barış Soner Uşaklı
f1974fb900
refactor: pass only needed data
2020-07-29 21:48:31 -04:00
Barış Soner Uşaklı
9f346c53ab
fix: language string
2020-07-29 21:29:06 -04:00
Misty (Bot)
b5dcce9c29
chore: incrementing version number - v1.14.3-beta.8
v1.14.3-beta.8
2020-07-29 23:00:58 +00:00
Barış Soner Uşaklı
f89ec20574
feat: allow passing groupName to user.search
2020-07-29 18:32:08 -04:00
Julian Lam
292d490443
feat: #8531 , closes #8531
2020-07-29 16:57:28 -04:00
Julian Lam
c705e08a76
feat: allow direct link to flag from post tools, #8531
2020-07-29 16:55:18 -04:00
Barış Soner Uşaklı
8415d2f014
fix: api test
2020-07-29 14:29:07 -04:00
Barış Soner Uşaklı
c4829fd8c2
feat: allow changing requirejs base url
2020-07-29 14:14:45 -04:00