Commit Graph

67 Commits (eaefd9d24c1e1b92957ef1b9a4aa63cf10affbfe)

Author SHA1 Message Date
barisusakli eaefd9d24c remove meta/title.js and meta.title.build
barisusakli 5ababdbdf0 prevent crash if data.enter is not string
barisusakli daf1a388eb closes
psychobunny 780838c579 fixes "other" category for presence graph
psychobunny b69ea4564a fix user presence graph
if nobody's using your forum at all, this thing stopped working
altogether
Julian Lam aae3ac6b98 updated title parsing methods to call a new hook: filter:parse.title
barisusakli 30a9b66b31 fix room enter
barisusakli 10de7a92e4 dont let joining other uid rooms
barisusakli a14249dee6 removed tags
Barış Soner Uşaklı 41db2dcd14 removed idle added recent tags presence info
barisusakli 77e956861a
various fixes for socket.io cluster
display user presence correctly
barisusakli c8e0eab34e escape data on room enter
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
barisusakli 85dfedeedc removed commented out code
barisusakli cbb3ff26e9 meta room count
barisusakli 49a73e1665 Merge remote-tracking branch 'origin/master' into socket.io1.x
barisusakli c213f77f91 merge
Barış Soner Uşaklı b8845181f6 missing now :(
Barış Soner Uşaklı 4d4f39a44f added missing db
barisusakli 5ac5d20e4b users:online refactor
barisusakli 4bed05a622 disable stuff that crashes in socket.io 1.x
barisusakli d177481f94 chop chop
barisusakli f0797493ee make sure sockets leave the current room when entering another
barisusakli cbedc762fd no rooms.enter for anons check tid on topic enter
barisusakli 4db31be7e3 actually fix dupe colors, show 10 topics
psychobunny 0d741f0031 commenting out the reconnection messages, it's annoying if you have 500 users online
not sure if we do need it though, so just leaving it there for now
psychobunny 4b295decf8 forgot to update meta.title.build in socket.io/meta.js
psychobunny 2a2490541f some minor linting elsewhere
psychobunny 6a8ccf1ad5 now getting topic names for topics presence chart; adjusted layout to make it more responsive
psychobunny 51c3f0d77a topic presence graph, coolest one yet imo
psychobunny b34ec8d732 user presence pie chart
barisusakli 20eb4def1d possible fix to online guest count
using socket io rooms instead of syncing between workers.
barisusakli 421d091828 optimizing browsing users
barisusakli 0dc780148a removed global room
socket.io already puts everyone into a room named ''
barisusakli 2008bf28ff auto update user counts dont transmit all room data
barisusakli 190647a074 only update room text if its topic
will fix this in a better way
barisusakli 98f338b41c online count fixes for cluster
Julian Lam 5f96823f66 allowed the "forum updated" message to show up for reloads as well
barisusakli 04c6ca2ebb closes
psychobunny 94312cfda8 closes
barisusakli 883978007d closes
removed updateHeader, the header is using template values in from the
api, update menu partial in vanilla theme as well
barisusakli c9551abc5d closes
ability to select a default gravatar image (default, identicon,
mystery-man, monsterid, wavatar, retro) or upload a custom image to use
as default gravatar image
barisusakli 2ad715ead3 closes
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,
Micheil Smith 3e82cab398 Add missing new lines at end of files.
barisusakli 7b992e7a20 meta.js error language keys
Julian Lam ebe61450a1 WIP - settings.prepare refactoring... because.
barisusakli 3f5c51174d refactored user.js
took out notifications, email and reset code to separate files
Baris Soner Usakli 1b7f8cc5cb active users fix