Barış Soner Uşaklı
e0b1c374e4
feat: resolve paths for staticDirs as well
3 years ago
dependabot[bot]
52ee5ce8e1
chore(deps): bump postcss from 8.4.6 to 8.4.7 in /install
...
Bumps [postcss](https://github.com/postcss/postcss ) from 8.4.6 to 8.4.7.
- [Release notes](https://github.com/postcss/postcss/releases )
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/postcss/compare/8.4.6...8.4.7 )
---
updated-dependencies:
- dependency-name: postcss
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
dependabot[bot]
e44cbb2430
chore(deps): bump json2csv from 5.0.6 to 5.0.7 in /install
...
Bumps [json2csv](https://github.com/zemirco/json2csv ) from 5.0.6 to 5.0.7.
- [Release notes](https://github.com/zemirco/json2csv/releases )
- [Changelog](https://github.com/zemirco/json2csv/blob/v5.0.7/CHANGELOG.md )
- [Commits](https://github.com/zemirco/json2csv/compare/v5.0.6...v5.0.7 )
---
updated-dependencies:
- dependency-name: json2csv
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
Misty (Bot)
3fc592d4c8
Latest translations and fallbacks
3 years ago
Renovate Bot
f30c65a49d
fix(deps): update dependency nodebb-plugin-2factor to v3.0.5
3 years ago
Renovate Bot
67e4df7817
chore(deps): update dependency smtp-server to v3.10.0
3 years ago
renovate[bot]
b84e61d568
fix(deps): update dependency nodebb-theme-persona to v11.4.1 ( #10337 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
3 years ago
Julian Lam
1c8d1d231e
fix(sorted-list): call loadItem hook on add/edit items as well as on item retrieval, refactor edit to call parse()
3 years ago
Julian Lam
914733e44b
fix: allow calls to api module without a defined payload
3 years ago
Julian Lam
92d613e420
feat(sorted-list): add new client-side hook `filter:settings.sorted-list.loadItem`
3 years ago
Julian Lam
fb4f89f391
fix(sorted-list): only call `.stripHTMLTags()` on string values
3 years ago
Barış Soner Uşaklı
6b22d0e15f
fix : #10334 , use the correct env vars for web install
3 years ago
Misty (Bot)
496e9013d3
Latest translations and fallbacks
3 years ago
renovate[bot]
244d88017f
fix(deps): update dependency nodebb-theme-persona to v11.4.0 ( #10325 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
3 years ago
Barış Soner Uşaklı
10a5901e4a
fix: persona test fail
3 years ago
Renovate Bot
00eebf10af
chore(deps): update dependency mocha to v9.2.1
3 years ago
Barış Soner Uşaklı
0b813d601e
fix : #10316 , fix quoting regression
3 years ago
Barış Soner Uşaklı
5694e62e59
fix : #10322
3 years ago
renovate[bot]
31cbff19ed
fix(deps): update dependency nodebb-plugin-mentions to v3.0.6 ( #10328 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
3 years ago
renovate[bot]
1c1062e11b
fix(deps): update dependency nodebb-plugin-dbsearch to v5.1.3 ( #10330 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
3 years ago
Julian Lam
1fa4134201
fix : #10329 , select elements in sorted-list not showing proper values
3 years ago
Julian Lam
52836f3a7f
fix: allow translation keys in `label` attributes
3 years ago
renovate[bot]
c17b9bd447
fix(deps): update dependency nodebb-plugin-markdown to v9.0.8 ( #10327 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
3 years ago
dependabot[bot]
21913b5b19
chore(deps): bump prompt from 1.2.1 to 1.2.2 in /install
...
Bumps [prompt](https://github.com/flatiron/prompt ) from 1.2.1 to 1.2.2.
- [Release notes](https://github.com/flatiron/prompt/releases )
- [Changelog](https://github.com/flatiron/prompt/blob/master/CHANGELOG.md )
- [Commits](https://github.com/flatiron/prompt/commits )
---
updated-dependencies:
- dependency-name: prompt
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
renovate[bot]
afd2993dfe
fix(deps): update dependency mongodb to v4.4.0 ( #10319 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
3 years ago
renovate[bot]
04900291db
fix(deps): update dependency nodebb-plugin-emoji to v3.5.17 ( #10314 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
3 years ago
Barış Soner Uşaklı
9db90a3098
test: log configJSON
3 years ago
Barış Soner Uşaklı
32f693019b
test: check contents of config.json in tests
3 years ago
Julian Lam
17836f2a3a
Re-introduce lodash into src/package-install.js ( #10315 )
...
* test: add failing test for if package.json is non-existant, fix tests' beforeEach method
* Revert "fix: #10289 , remove lodash dependency in src/cli/package-install.js"
This reverts commit 81fa2e22bc
.
* fix: regression caused by 94b79ce402
`./nodebb setup` was no longer able to be called without arguments or env vars
* fix: .updatePackageFile() throwing if no package.json
* fix: removing unneeded code in src/cli/index.js that seemed to be used to handle cases where package.json was missing (initial install)
... However, as .updatePackageFile() now handled cases where there is no package.json, it should be ok to remove this code
* fix: handle missing package.json or node_modules/
3 years ago
Julian Lam
6e156daaf6
fix: don't load setup.json into nconf if setup.json doesn't exist
3 years ago
renovate[bot]
0e30362b2c
fix(deps): update dependency nodebb-plugin-dbsearch to v5.1.2 ( #10313 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
3 years ago
Julian Lam
4164898d85
fix: regression caused by 94b79ce402
...
`./nodebb setup` was no longer able to be called without arguments or env vars
3 years ago
Barış Soner Uşaklı
3acd2ac850
refactor: wrap around if at end
...
remove debug log
dont focus input on mobile
3 years ago
dependabot[bot]
5321ba4d71
chore(deps): bump express from 4.17.2 to 4.17.3 in /install
...
Bumps [express](https://github.com/expressjs/express ) from 4.17.2 to 4.17.3.
- [Release notes](https://github.com/expressjs/express/releases )
- [Changelog](https://github.com/expressjs/express/blob/master/History.md )
- [Commits](https://github.com/expressjs/express/compare/4.17.2...4.17.3 )
---
updated-dependencies:
- dependency-name: express
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
Misty (Bot)
d12c66c8be
Latest translations and fallbacks
3 years ago
Barış Soner Uşaklı
91354a281a
Merge branch 'master' of https://github.com/NodeBB/NodeBB
3 years ago
Barış Soner Uşaklı
c23b208984
chore: up persona
3 years ago
Misty (Bot)
dc0f9a73c0
chore(i18n): fallback strings for new resources: nodebb.topic
3 years ago
Barış Soner Uşaklı
949611960a
refactor: change lang string
3 years ago
Barış Soner Uşaklı
b517b376ac
feat: ability to go through your posts in a topic
...
because I am 👴 useful for large topics
3 years ago
renovate[bot]
5666c103cf
fix(deps): update dependency nodebb-widget-essentials to v5.0.9 ( #10307 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
3 years ago
renovate[bot]
636f1baf0c
fix(deps): update dependency nodebb-widget-essentials to v5.0.8 ( #10306 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
3 years ago
Misty (Bot)
09cb11c82a
chore: incrementing version number - v1.19.3
...
(cherry picked from commit 7388f111b7
)
Signed-off-by: Misty (Bot) <deploy@nodebb.org>
3 years ago
Misty (Bot)
0b48ec5400
chore: update changelog for v1.19.3
3 years ago
Barış Soner Uşaklı
e9e48a756f
feat: delete diffs on post purge, closes #10291
3 years ago
Barış Soner Uşaklı
503e27f709
fix : #10302 , fix regression
3 years ago
Barış Soner Uşaklı
9205169f00
fix: one last try
3 years ago
Barış Soner Uşaklı
2f64d63369
fix: doggy.gif
3 years ago
Barış Soner Uşaklı
cfdfbf3280
fix: one more fix
3 years ago
Barış Soner Uşaklı
770fcd9ea8
fix: dupe key errors
3 years ago