Renovate Bot
ecaa9b76f3
chore(deps): update dependency mocha to v7.2.0
2020-05-24 14:52:45 -04:00
Renovate Bot
e62d892af6
chore(deps): update dependency eslint to v7.1.0
2020-05-24 14:52:33 -04:00
Renovate Bot
78d562b3a0
chore(deps): update dependency lint-staged to v10.2.6
2020-05-22 11:12:35 -04:00
Renovate Bot
cc206b4d9c
fix(deps): update dependency nodebb-plugin-spam-be-gone to v0.7.0
2020-05-22 11:12:11 -04:00
Julian Lam
6f504c4142
Remove allowFileUploads ACP option ( #8324 )
...
* feat: allow awaitable upgrade scripts
* feat: allowFileUploads removal upgrade script
* refactor: remove unnecessary ACP option `allowFileUploads`
* fix: updated upgrade script template to not use callback arg
* fix: upgrade script as per @baris
* fix: add missing await
* fix: add missing await
2020-05-21 16:06:35 -04:00
Julian Lam
01bff2ae05
fix: add txt to list of default allowed file extensions
2020-05-21 15:44:49 -04:00
Julian Lam
827d42a931
fix(deps): bump composer-default
2020-05-21 15:33:31 -04:00
Renovate Bot
a26011e756
chore(deps): update dependency lint-staged to v10.2.4
2020-05-20 15:10:19 -04:00
Julian Lam
a665881b35
fix(deps): bump composer-default
2020-05-19 22:17:08 -04:00
Renovate Bot
bf8a2c2e9e
fix(deps): update dependency nodebb-plugin-composer-default to v6.3.29
2020-05-19 14:45:15 -04:00
renovate[bot]
a532e2bb83
fix(deps): update dependency postcss to v7.0.30 ( #8288 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2020-05-18 09:52:01 -04:00
Renovate Bot
0437ecc2ea
fix(deps): update dependency sharp to v0.25.3
2020-05-17 14:28:21 -04:00
Barış Soner Uşaklı
f0323b6cfa
feat: closes #8316 , add more data to export profile
2020-05-15 15:29:28 -04:00
Renovate Bot
28df9abadd
chore(deps): update dependency eslint to v7
2020-05-12 12:05:42 -04:00
renovate[bot]
f246057a73
fix(deps): update dependency nodebb-plugin-composer-default to v6.3.28 ( #8309 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2020-05-11 11:48:52 -04:00
Barış Soner Uşaklı
a73c755b05
feat: closes #8308 , edit post notif for watched topic posts
2020-05-10 22:21:32 -04:00
renovate[bot]
6d57d8446a
fix(deps): update dependency nodebb-plugin-composer-default to v6.3.27 ( #8307 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2020-05-09 15:18:13 -04:00
Misty (Bot)
ee583e80d1
chore: incrementing version number - v1.13.3
2020-05-08 14:53:25 +00:00
Julian Lam
dd2bc18927
fix : #8298 , use class name added by jQueryUI instead
...
This reverts commit 2e57d8ac31 .
2020-05-06 15:26:55 -04:00
Julian Lam
158d923196
fix(deps): #8298 bump persona
2020-05-06 15:21:24 -04:00
Renovate Bot
89d1764715
fix(deps): update dependency nodebb-plugin-composer-default to v6.3.25
2020-05-05 15:32:03 -04:00
renovate[bot]
a69f0b29af
fix(deps): update dependency jquery to v3.5.1 [security] ( #8281 )
...
* fix(deps): update dependency jquery to v3.5.0 [security]
* fix(deps): bump jquery
Co-authored-by: Renovate Bot <bot@renovateapp.com >
Co-authored-by: Julian Lam <julian@nodebb.org >
2020-05-05 09:05:52 -04:00
renovate[bot]
919034a7db
fix(deps): update dependency nodebb-rewards-essentials to v0.1.3 ( #8289 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2020-05-02 14:03:30 -04:00
renovate[bot]
25d509c42c
fix(deps): update dependency mongodb to v3.5.7 ( #8279 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2020-04-29 12:59:21 -04:00
renovate[bot]
98b70c6b8e
Update dependency nodebb-plugin-composer-default to v6.3.24 ( #8276 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2020-04-28 12:10:27 -04:00
Renovate Bot
9f9267ce54
Update dependency lint-staged to v10.2.0
2020-04-28 10:42:33 -04:00
Renovate Bot
39a861f182
Update dependency mocha to v7.1.2
2020-04-26 16:11:01 -04:00
Renovate Bot
5ed4a1087c
chore(deps): update dependency coveralls to v3.1.0
2020-04-24 21:55:49 -04:00
Julian Lam
ccc6118d30
Testing suite integration for openapi spec ( #8263 )
...
* feat: testing suite integration for openapi spec
The testing suite now takes the openapi spec into account. It will
check each route defined, make a call to it, and compare the
response with the defined schema. Any mismatches will cause the
test to fail.
* fix(openapi): removed debug stuff from tests
* fix(openapi): fixed some tests
* fix(openapi): added additional check to tests, test fixes
* fix(openapi): better tests, fixed spec errors
* fix(openapi): bad conditional in test
* fix: oops
* fix(openapi): more tests fixing
* fix(openapi): more tests
* fix(openapi): fix some more tests
* fix: verbose'd an info log
* fix: topic pagination route returns schema-optimized pagination block
* fix(openapi): more test/spec fixes
* fix(openapi): accidentally sending in authenticated jar for anon routes
* fix(openapi): more test/spec fixes
* fix(openapi): more spec fixes
* fix: timestampReadable Invalid Date
* fix(openapi): more tests... almost there
* fix(openapi): more tests fixing
* fix(openapi): finally all tests passing
* fix(openapi): added reverse test to compare response to spec
... and fixed all the tests that broke
* fix: remove tests related to group covers, as route is gone
* fix(openapi): broken test on travis
* fix(openapi): broken test on travis
* fix(openapi): broken test on travis
* fix(openapi): object cache is not present for psql
* fix: tests
Co-authored-by: Barış Soner Uşaklı <barisusakli@gmail.com >
2020-04-23 21:50:08 -04:00
Renovate Bot
51eccef58b
chore(deps): pin dependency @apidevtools/swagger-parser to 9.0.1
2020-04-19 10:16:07 -04:00
Julian Lam
d09c6ae0de
fix(deps): actually, swagger-parser is a dev dependency
2020-04-19 10:12:55 -04:00
Julian Lam
f172073551
fix(deps): missing @apidevtools/swagger-parser
2020-04-19 10:12:04 -04:00
renovate[bot]
b0c30ceba0
fix(deps): update dependency nodebb-theme-persona to v10.1.37 ( #8258 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2020-04-15 01:35:56 -04:00
Renovate Bot
28777f676c
fix(deps): update dependency archiver to v4
2020-04-14 16:59:02 -04:00
Julian Lam
803d083e0b
Revert "Remove nodejs 12 from compatible list"
...
This reverts commit 14aed18449 .
2020-04-14 13:50:16 -04:00
renovate[bot]
492360673d
fix(deps): update dependency mongodb to v3.5.6 ( #8256 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2020-04-14 11:24:24 -04:00
xinbenlv
14aed18449
Remove nodejs 12 from compatible list
...
https://community.nodebb.org/topic/14670/consider-add-to-documentation-node-version
2020-04-13 21:19:35 -04:00
Peter Jaszkowiak
e68156e1f2
fix(deps): bump dependencies ( #8239 )
...
* fix(deps): bump dependencies
* fix(deps): commander@5
* fix(deps): use @nodebb/mubsub
2020-04-13 15:50:20 -04:00
Barış Soner Uşaklı
e440d617d4
fix: pin jquery to 3.4.1, #8252
2020-04-13 11:40:29 -04:00
Renovate Bot
30a2598364
chore(deps): update dependency husky to v4.2.5
2020-04-09 18:49:39 -04:00
renovate[bot]
92b55ef580
fix(deps): update dependency jsesc to v3.0.1 ( #8243 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2020-04-09 17:23:22 -04:00
Renovate Bot
0a65011833
chore(deps): update dependency husky to v4.2.4
2020-04-09 12:55:28 -04:00
Renovate Bot
a9e686397e
chore(deps): update dependency lint-staged to v10.1.3
2020-04-09 10:30:27 -04:00
Renovate Bot
bb70cebb2c
fix(deps): update dependency jsesc to v3
2020-04-08 09:59:50 -04:00
renovate[bot]
ac98775f23
fix(deps): update dependency pg to v8 ( #8227 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2020-04-05 12:57:14 -04:00
renovate[bot]
a3789e28f8
chore(deps): update dependency nyc to v15.0.1 ( #8231 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2020-04-05 12:55:44 -04:00
renovate[bot]
e1919c90d0
chore(deps): update dependency lint-staged to v10.1.2 ( #8235 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2020-04-05 12:36:25 -04:00
Renovate Bot
944a6f5850
chore(deps): update dependency lint-staged to v10.1.1
2020-03-31 10:25:23 -04:00
Renovate Bot
30bd233bfc
chore(deps): update dependency lint-staged to v10.1.0
2020-03-30 09:49:06 -04:00
Renovate Bot
811c3aee09
chore(deps): update dependency eslint-config-airbnb-base to v14.1.0
2020-03-30 09:05:36 -04:00