29 Commits (f2bebb12c60a91d8e3fca5d9238ec1364cdda93d)

Author SHA1 Message Date
barisusakli ffac8eb41d closes #3118 10 years ago
barisusakli 3d0b50a9b7 closes #2975 10 years ago
Barış Soner Uşaklı 8b21f1c8ab dont reload settings page on every save
only show an alert if reload is required
renamed settings.language to settings.userLang to match the config
10 years ago
Barış Soner Uşaklı 5140e5db8d closes #2759 10 years ago
Julian Lam 891731ca52 enabled saving of sendPostNotification setting 10 years ago
Julian Lam 5a1c2b9ddf booleanifying sendPostNotification user setting when requested, and now only sending the post notification if the user has flipped that option on in user settings... kind of an important thing to forget... 10 years ago
barisusakli a77a761433 closes #1917 10 years ago
barisusakli 984b17349a closes #2476 10 years ago
barisusakli 04084807c2 removed app.loadConfig 10 years ago
Julian Lam 1b526026a0 closed #2442 10 years ago
barisusakli df4b555717 less db calls
no db call for settings if uid 0
no db call for isFollowing if uid 0
10 years ago
Julian Lam adfb89a2ad closed #2321 10 years ago
barisusakli 348911fd2d closes #2195 11 years ago
Julian Lam b80b0e1e99 re: #2098, chat message emails are now opt-in 11 years ago
barisusakli e5795687bb fix settings on mongo 11 years ago
barisusakli 2073d994fc limit topicsperpage postsPerPage to 20 11 years ago
barisusakli c9c454825e closes #1369 11 years ago
barisusakli 7610c11cd1 closes #450
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.
11 years ago
Julian Lam 2dd2d7a269 defaulting daily digest frequency to null -- digests should be opt IN, not OUT. Bad idea on my part... re: #1499 11 years ago
psychobunny 10716c37d3 closes #1376 11 years ago
Julian Lam dc051b9060 final pass #1249 11 years ago
Julian Lam 15bf804fa7 daily digest settings in User Settings 11 years ago
psychobunny e5486db1ae Merge branch 'code-quality' of https://github.com/miksago/NodeBB into miksago-code-quality
Conflicts:
	src/database.js
11 years ago
barisusakli 3e60451ce4 closes #1013
lets user change languages,
11 years ago
Micheil Smith 3e82cab398 Add missing new lines at end of files. 11 years ago
barisusakli 1f77df794a added lots of error keys 11 years ago
barisusakli 0f66e80a5a added setting to disable notification sounds 11 years ago
barisusakli 6a4dd5cc05 closes #1160 11 years ago
barisusakli 90e398e5c9 user js refactor, category fix
if a category that didn't exist was request with category/1231 or
api/category/1231 it was crashing.
11 years ago