Commit Graph

98 Commits (2e6fc4d04514988b7c4f209040619bb1cf47faff)

Author SHA1 Message Date
Barış Soner Uşaklı 0421b6ef06 closes
barisusakli fd773807e9 fix copy paste fail 😦
barisusakli 255f50343c closes
barisusakli a77a761433 closes
Baris Usakli 8522af504a closed
Julian Lam 7dc309fc16 template in composer
barisusakli e0edb71a8a use socket.io default and ["polling", "websocket"]
barisusakli 14e46a87a6 closes
psychobunny da7dcd99a8 renamed to "socket.io:transports"
Sample config:

"socket.io": {
"transports": ["websocket"]
}
barisusakli 7ec8393004 closes
Julian Lam 03b106b03a final pass,
Julian Lam 1b526026a0 closed
Julian Lam 1c21ca78dc preventing ctrl-f hijacking if no search plugin is installed
Julian Lam deac12c540 closed
barisusakli e6973b55d4 closes
barisusakli c5224d099e parseInt show title
psychobunny 1b2ccda40b closes ; see
barisusakli ba90b5d113 widget render change
barisusakli c1f3b94d67 closes
psychobunny ecd00bb679 refactored widgets api call to render all at once rather than one area at a time, closes https://github.com/NodeBB/NodeBB/issues/2062
barisusakli ae6d5e72f4 closes
Julian Lam bb7a71389e using websocketAddress config if supplied
Julian Lam 4d73a563c5 closed
barisusakli 3bfad766b3 closes
Julian Lam 883cee31bc added support for showSiteTitle in ACP, closes
psychobunny 5b6acbad1e optimized widget call by bundling all queries into one for ; fixes active users widget crash
also fixes b3819fd076 properly
psychobunny c6183f1a82 closes
barisusakli bc257c1c10 removed dupe version
barisusakli 2479a34c56 closes , closes
barisusakli 7610c11cd1 closes
backup database before upgrade!
upgrade script will take the first post of each topic and set the
`mainPid` property on the topic. then it will remove that pid from the
sorted sets for that topic, this was done to make alternative sorting
work.

added a new sorted set called `tid:<id>:posts:votes` that is used to
sort topic posts by vote count, the original sorted set `tid:<id>:posts`
is used to sort by oldest first or newest first.

the main post is added to the returned posts array on topic load and is
always at the top.
theme changes are minimal just a few new data properties on the posts
and the sorting dropdown.
hopefully didn't miss anything too critical.
barisusakli efe04c12d3 closes
if email isnt confirmed, show a warning in account/edit and let users
resend confirm email
barisusakli fa1275c03a closes
Julian Lam b1534b7798 removing allowGuestPosting logic in NodeBB
psychobunny 10716c37d3 closes
barisusakli 1f7fd51b40 some work for
Julian Lam b049bd466c added 'config.version' to client-side
Julian Lam 126260a027 added cache-buster to template xhr urls -- closed
psychobunny e5486db1ae Merge branch 'code-quality' of https://github.com/miksago/NodeBB into miksago-code-quality
Conflicts:
	src/database.js
barisusakli 3e60451ce4 closes
lets user change languages,
barisusakli 90540f64cf removed some unused translator requires
Micheil Smith 3e82cab398 Add missing new lines at end of files.
barisusakli 421a25eb56 closes
barisusakli e5a5b8e8bf added privateUserInfo and isLoggedIn for
barisusakli 567d867b1e fixed require to missing public config.json
barisusakli 0f66e80a5a added setting to disable notification sounds
psychobunny 464c2f42c3 Merge remote-tracking branch 'origin/master' into webserver.js-refactor
Conflicts:
	public/templates/admin/themes.tpl
	src/meta.js
	src/routes/api.js
psychobunny 5b8e8e4b67 deprecating use of templates.setGlobal on server side in favour of passing in api.config into res.locals (still needs work)
psychobunny 7bef58deb1 started moving out api functionality out of the route file into controllers/api.js