Barış Soner Uşaklı
df46ab4874
feat: add hook filter:posts.getUserInfoForPosts
2022-03-09 15:05:11 -05:00
Julian Lam
83fd4311b2
chore: delay filter:email.send removal to v2.0.0
2022-03-08 22:35:00 -05:00
Julian Lam
93b80f170b
refactor: show a louder deprecation notice, alert once for each hook, not per plugin per hook
2022-03-08 22:33:02 -05:00
Julian Lam
a3b4c668d5
fix: apply some DRY
2022-03-08 15:14:57 -05:00
Barış Soner Uşaklı
371b46581a
fix : #10366 , remove dupe /files
...
dont display duplicate thumb og:image items
2022-03-07 18:44:31 -05:00
gasoved
62187caa67
feat: post auto flagging on downvotes #10029 ( #10367 )
...
* feat: post auto flagging on downvotes
* fix: just get one admin
2022-03-04 15:38:16 -05:00
Barış Soner Uşaklı
56345777ce
fix: always show self on /users?online
2022-03-04 13:28:54 -05:00
Barış Soner Uşaklı
21cd1e612f
fix: db call
2022-03-03 18:16:24 -05:00
Barış Soner Uşaklı
cc665fd614
fix: lastonline timestamps and display for guests
2022-03-03 18:16:05 -05:00
Barış Soner Uşaklı
eac9cd03ca
feat: closes #10324 , show recently online users as well
2022-03-02 18:29:17 -05:00
Barış Soner Uşaklı
50ed3a324c
test: possible fix random psql test failure
2022-03-02 17:51:07 -05:00
Barış Soner Uşaklı
7ee4e4e004
fix : #10357
2022-03-02 15:00:27 -05:00
Julian Lam
5479f36443
fix : #10358 , bad uploads path
2022-03-02 11:41:15 -05:00
Barış Soner Uşaklı
0e12f82dd8
fix: dont overwrite asset_base_url if its set
2022-02-25 18:42:45 -05:00
Barış Soner Uşaklı
e0b1c374e4
feat: resolve paths for staticDirs as well
2022-02-25 14:43:10 -05:00
Barış Soner Uşaklı
6b22d0e15f
fix : #10334 , use the correct env vars for web install
2022-02-21 20:12:45 -05:00
Barış Soner Uşaklı
5694e62e59
fix : #10322
2022-02-18 17:22:14 -05:00
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/
2022-02-17 14:10:24 -05:00
Julian Lam
4164898d85
fix: regression caused by 94b79ce402
...
`./nodebb setup` was no longer able to be called without arguments or env vars
2022-02-17 13:18:17 -05:00
Barış Soner Uşaklı
3acd2ac850
refactor: wrap around if at end
...
remove debug log
dont focus input on mobile
2022-02-17 11:19:43 -05:00
Barış Soner Uşaklı
b517b376ac
feat: ability to go through your posts in a topic
...
because I am 👴 useful for large topics
2022-02-16 22:07:52 -05:00
Barış Soner Uşaklı
e9e48a756f
feat: delete diffs on post purge, closes #10291
2022-02-16 13:23:27 -05:00
Barış Soner Uşaklı
9205169f00
fix: one last try
2022-02-15 20:51:52 -05:00
Barış Soner Uşaklı
2f64d63369
fix: doggy.gif
2022-02-15 20:22:22 -05:00
Barış Soner Uşaklı
cfdfbf3280
fix: one more fix
2022-02-15 20:21:21 -05:00
Barış Soner Uşaklı
770fcd9ea8
fix: dupe key errors
2022-02-15 20:12:42 -05:00
Barış Soner Uşaklı
dbf7a45828
fix : #10292 , delete missing fields
2022-02-15 19:33:52 -05:00
Barış Soner Uşaklı
58b5781cea
feat: closes #10296
...
asset_base_url in nconf
keep assetBaseUrl in config for backwards compat
2022-02-15 19:22:34 -05:00
ppenguin
94b79ce402
Allow NodeBB setup with env vars ( #9850 )
...
* initial try [WIP]
* typo; add test start script; initial Dockerfile mod with integrated setup [WIP]
* minor fixes
* add some winston debug...
* typos
* fix pass confirm setup
* more fixes
* fix entrypoint
* cleanup
* remove echo sensitive setupVal
* remove obsolete code and comments
* fix linting errors
* Merge branch 'additional-fixes'
* Merge branch 'pitaj-suggested-fixes'
* Merge branch 'pitaj-fixes2'
* merge checkSetup functions (env vars and flags)
* comment (lint)
* remove tab
* finalise PR; tested ok locally (setup json overrides env vars)
2022-02-15 13:13:43 -05:00
Julian Lam
fb78570c13
test: fix topic thumb tests and topic thumbs to work properly with post upload assoc.
2022-02-14 15:02:07 -05:00
Julian Lam
d5ed8736aa
feat: deleting a user upload dissociates from posts, and vice versa
2022-02-14 15:02:07 -05:00
Julian Lam
8c2752bab1
test: user uploads.js tests
2022-02-14 15:02:07 -05:00
Julian Lam
11275d6809
test: testing user upload methods, already fixed one bug
2022-02-14 15:02:07 -05:00
Julian Lam
5d7e1ebc68
style: linting errors
2022-02-14 15:02:07 -05:00
Julian Lam
b9edee143e
fix: local deleteUploads() method in src/user/delete.js to call User.deleteUpload()
2022-02-14 15:02:07 -05:00
Julian Lam
7ef9c7d220
refactor: .deleteUpload() to accept array of paths
2022-02-14 15:02:07 -05:00
Julian Lam
ea36016d87
refactor: fix user uploads paths, and associate uid with user uploads
2022-02-14 15:02:07 -05:00
Julian Lam
6489e9fd9e
refactor: change the post uploads' hash seeds to have the files/ prefix
2022-02-14 15:02:07 -05:00
Julian Lam
84dfda59e6
fix : #10144 , automatically delete uploads from disk on post purge, ACP option to keep uploads on disk if desired
2022-02-14 15:02:07 -05:00
Julian Lam
aad0c5fd51
refactor: abstract some common code out to local utility methods
2022-02-14 15:02:07 -05:00
Julian Lam
9aa3e442d0
fix: four-space indents in package.json
2022-02-14 14:40:34 -05:00
Julian Lam
81fa2e22bc
fix : #10289 , remove lodash dependency in src/cli/package-install.js
2022-02-14 14:36:50 -05:00
Julian Lam
6aae2e5d89
Revert "fix: proactively guard against homograph characters in website values"
...
This reverts commit fa7dcdb968 .
2022-02-11 14:12:22 -05:00
Barış Soner Uşaklı
489c0d3015
refactor: remove extra zset remove, closes #10277
2022-02-11 10:43:40 -05:00
Julian Lam
1c7fb8fe11
fix: non-functional upgrade script
2022-02-10 15:19:56 -05:00
Barış Soner Uşaklı
350052ec50
fix: language keys
2022-02-09 17:50:08 -05:00
Barış Soner Uşaklı
d70ce3a937
fix : #10273 , properly calculate item count for best/controversial
2022-02-09 17:42:41 -05:00
Barış Soner Uşaklı
b98758d30a
chore: add missing quote
2022-02-08 12:28:51 -05:00
Julian Lam
a2c7d69e1b
fix: remove extraneous devDependencies on package merge
...
/cc @pitaj
2022-02-08 11:13:51 -05:00
Barış Soner Uşaklı
5143ca33f3
feat: handle array of keys in psql exists for zsets
2022-02-07 17:54:51 -05:00