Renovate Bot
cc6fa97cae
chore(deps): update node:8.16.0 docker digest to 957cab2
2019-06-10 10:43:48 -04:00
Misty (Bot)
232b35f938
Latest translations and fallbacks
2019-06-10 09:26:24 +00:00
Misty (Bot)
23502c9074
Latest translations and fallbacks
2019-06-09 09:25:55 +00:00
Misty (Bot)
8ee5d32d4f
Latest translations and fallbacks
2019-06-08 09:26:04 +00:00
Barış Soner Uşaklı
5fa5e999f8
Plugin metrics ( #7626 )
...
* feat: add enable/disable checkbox for plugin usage
* feat: submit plugin data to packages.nodebb.org
only submit in production mode
submit once every 24 hours
dont submit for plugins that have "private": true in plugin.json
enabled on new installs
disabled on existing installs
* fix: hash not working after first send
fix statusCode
* fix: remove url
* feat: show compatibilty
* feat: add install question for submit plugin usage
2019-06-07 14:10:44 -04:00
renovate[bot]
3f4f8aface
fix(deps): update dependency nodebb-rewards-essentials to v0.0.14 ( #7671 )
2019-06-07 12:28:51 -04:00
Misty (Bot)
25d289c6f6
Latest translations and fallbacks
2019-06-07 09:27:12 +00:00
Misty (Bot)
86da15bedd
Latest translations and fallbacks
2019-06-06 09:26:45 +00:00
Barış Soner Uşaklı
644504ff02
fix : #7483 , show latest undeleted message as teaser
2019-06-05 22:04:19 -04:00
renovate[bot]
988cbb63e1
fix(deps): update dependency mongodb to v3.2.7 ( #7665 )
2019-06-05 20:09:00 -04:00
Misty (Bot)
99120676bb
feat: fallback strings for ACP events
2019-06-05 15:52:52 -04:00
Renovate Bot
e21246a91b
fix(deps): update dependency nodebb-plugin-composer-default to v6.2.15
2019-06-05 14:37:06 -04:00
Julian Lam
c7f95ccecc
feat: design revamp of ACP events page ( #7664 )
...
* feat: design revamp of ACP events page
- minor UX changes
- new filter controls, filters moved to sidebar
- form usable without js
- start/end filters NOT programmed yet
* feat: events ACP limit by date and perPage
* feat: pre-fill applied filters on template render
* fix: missing translation for ACP events perPage filter
* fix: added some comments to explain setHours behaviour
* fix: stop - start + 1
* fix: socket tests
* fix: +inf, not just inf
* fix: tests, because I am an idiot
2019-06-04 17:25:09 -04:00
Barış Soner Uşaklı
4b843ba16f
fix : #7567 , allow invite and approval at the same time
2019-06-04 11:10:20 -04:00
Misty (Bot)
a097b19293
Latest translations and fallbacks
2019-06-02 09:26:02 +00:00
Barış Soner Uşaklı
5b85ed318a
fix : #7625 , on group rename update nav/widget items
2019-05-31 23:17:24 -04:00
Barış Soner Uşaklı
48538b28be
feat: optimize group rename
...
removed async.each
2019-05-31 21:44:53 -04:00
Baris Usakli
8d319e4280
fix: psql error
2019-05-31 16:37:46 -04:00
Baris Usakli
2e6b562f1e
fix: try to fix psql 🐶
2019-05-31 16:14:51 -04:00
Baris Usakli
31ccc860d3
feat: allow multiple scores in sortedSetsAdd
2019-05-31 15:44:50 -04:00
Julian Lam
868dedd194
revert: accidental removal of some needed translation source strings
2019-05-31 12:00:12 -04:00
Renovate Bot
805328317f
chore(deps): update commitlint monorepo to v8
2019-05-31 10:32:56 -04:00
Barış Soner Uşaklı
0dca13e9c2
feat: optimize copy privileges
2019-05-30 21:41:54 -04:00
Barış Soner Uşaklı
8aef689f05
fix: no need for moderate bit for global mods and admins
2019-05-30 20:12:04 -04:00
renovate[bot]
d202be5b4f
fix(deps): update dependency nodebb-theme-persona to v9.1.38 ( #7652 )
2019-05-30 19:32:48 -04:00
renovate[bot]
e330865990
fix(deps): update dependency nodebb-theme-vanilla to v10.1.34 ( #7653 )
2019-05-30 19:32:36 -04:00
Barış Soner Uşaklı
035f624758
Remove implicit mod privs. closes #6345 ( #7648 )
...
* feat: add upgrade script to give mods privs
* feat: give all privileges when making a moderator
* feat: remove implicit privs
* feat: give global mods default privs
* feat: more priv fixes
* feat: use lodash
* fix: remove implicit mod priv from topic delete
* fix: more privs
* fix: posts.canEdit
* fix: canDelete and canEdit
* fix: tests, remove console.log
* feat: shorter functions
* feat: add tests
* fix: uids
* fix: redis random test fail
2019-05-30 19:30:47 -04:00
Barış Soner Uşaklı
ebb32e7891
fix: attribute name so it works for both templates
2019-05-30 19:30:25 -04:00
Barış Soner Uşaklı
c7f3e6b626
Merge branch 'master' of https://github.com/NodeBB/NodeBB
2019-05-30 18:27:37 -04:00
Barış Soner Uşaklı
0721bee146
feat: on category search reveal children and parents
2019-05-30 18:27:22 -04:00
renovate[bot]
6f70397bd7
fix(deps): update dependency nodebb-theme-vanilla to v10.1.33 ( #7651 )
2019-05-30 18:25:27 -04:00
renovate[bot]
d43bdb41d1
fix(deps): update dependency nodebb-theme-persona to v9.1.37 ( #7650 )
2019-05-30 18:25:17 -04:00
renovate[bot]
3b8e6e15c3
fix(deps): update dependency async to v3.0.1 ( #7649 )
2019-05-30 15:32:01 -04:00
Barış Soner Uşaklı
4d9bc30d1f
feat: async3 upgrade ( #7639 )
...
* feat: async3 upgrade WIP
* fix: async.doWhilst
* fix: async early exit
* fix: psql doUntil
* fix: psql again
2019-05-30 14:36:33 -04:00
Barış Soner Uşaklı
6cebc7f069
feat: #7627 , close chat on ajaxify on mobile
2019-05-29 22:14:26 -04:00
Baris Usakli
64679b37cc
fix : #7647 , fix getModeratorUids
...
sets.groupNames is an array that contains other arrays of groupnames so passing it to getMembersOfGroups returned wrong results when there were more than 1 element in it.
2019-05-29 15:44:33 -04:00
Julian Lam
5cd9e1bf86
fix : #7644
2019-05-28 13:42:00 -04:00
Misty (Bot)
1d26aac8b8
Latest translations and fallbacks
2019-05-27 09:26:32 +00:00
Misty (Bot)
b09749ff00
Latest translations and fallbacks
2019-05-26 09:26:13 +00:00
Misty (Bot)
64a20f5616
Latest translations and fallbacks
2019-05-25 09:25:59 +00:00
renovate[bot]
3f21096d47
fix(deps): update dependency mongodb to v3.2.6 ( #7616 )
2019-05-24 15:42:44 -04:00
Julian Lam
603c526287
fix: bad usage of async requisition
2019-05-24 11:39:03 -04:00
Julian Lam
f321b426b1
fix: 7638, returnTo accidentally saved into user hash
2019-05-24 11:23:55 -04:00
Barış Soner Uşaklı
157b921e14
fix : #7634 , make strip exif configurable
2019-05-23 20:38:49 -04:00
Barış Soner Uşaklı
a8409fbd49
fix : #7636 , use reputation threshold for post queue
2019-05-23 20:15:08 -04:00
Baris Usakli
63e5d383d9
fix : #7623 , wait for lastonline to update on /users
2019-05-23 12:23:01 -04:00
Renovate Bot
a3d4240435
fix(deps): update dependency validator to v11
2019-05-23 11:50:23 -04:00
renovate[bot]
b174c2d25c
fix(deps): update dependency nodebb-plugin-composer-default to v6.2.14 ( #7635 )
2019-05-23 08:55:20 -04:00
Barış Soner Uşaklı
e65ddc98b5
fix: https://github.com/barisusakli/nodebb-plugin-dbsearch/issues/53
2019-05-23 08:51:47 -04:00
Misty (Bot)
4da9a1eb38
Latest translations and fallbacks
2019-05-23 09:29:23 +00:00