2945 Commits (b131dacf3909637acf9af2784f3e3b9e50099340)
 

Author SHA1 Message Date
Julian Lam e45e86fcc1 fixed width icons in ACP. Also, who uses single quotes in HTML? ARGH 11 years ago
Julian Lam 24944762d7 fixing 'back to nodebb' ext, and revamping email confirm logic 11 years ago
Baris Soner Usakli 9589d340b9 removed console.log 11 years ago
Baris Soner Usakli 91afbf106e removed console.log 11 years ago
Baris Soner Usakli aff11359ae Merge branch 'master' of https://github.com/designcreateplay/NodeBB 11 years ago
Baris Soner Usakli aff8cef5f3 closes #717 11 years ago
Julian Lam d6e0625fc8 Merge remote-tracking branch 'origin/master' into email-revamp 11 years ago
Julian Lam 879855744d Merge branch 'master' of github.com:designcreateplay/NodeBB 11 years ago
Julian Lam b5ab0c9097 updated minvers for markdown and mentions 11 years ago
psychobunny 2c398f81d2 fixed the twitter link to @NodeBB 11 years ago
Baris Soner Usakli 520fcadd3f closes #456 11 years ago
Baris Soner Usakli e8eb9f91b9 Merge branch 'master' of https://github.com/designcreateplay/NodeBB 11 years ago
Baris Soner Usakli 8bfb338eee #712 11 years ago
Julian Lam bbb655abdd Merge branch 'master' of github.com:designcreateplay/NodeBB 11 years ago
Julian Lam 095e5527e3 upping markdown minver 11 years ago
Barış Soner Uşaklı 4eb8c34855 Merge pull request #715 from cmastudios/age
Calculate age based on days instead of years
11 years ago
cmastudios e3185b9560 Calculate age based on days instead of years
Calculating the age based on the year only caused issues in the display of the age because it was off. Example: Person who was born in march of 1999 is displayed as 15 instead of 14 after the turn of the year.
11 years ago
Julian Lam 449adfae59 Merge branch 'master' of github.com:designcreateplay/NodeBB 11 years ago
Julian Lam 714e61b137 upping markdown minver 11 years ago
Baris Soner Usakli d0e4689907 removed extra event in websocket.js 11 years ago
Baris Soner Usakli 1996e64c9b if imgur client id is not set but local file uploads are enabled use that 11 years ago
Baris Soner Usakli e2fb617cc0 thread delete restore fix 11 years ago
Baris Soner Usakli fd88aff195 mongo string fix 11 years ago
Julian Lam f7a1cca861 properly fixed #713 11 years ago
Julian Lam e3fb996a80 Merge branch 'master' of github.com:designcreateplay/NodeBB 11 years ago
Julian Lam fe53037e53 hopefully fixing #713 11 years ago
Baris Soner Usakli 438f90d859 expire functionality in dbal 11 years ago
Julian Lam 339ed4e47b implemented emailer for welcome email (though the email confirmation system is horribly broken) 11 years ago
Julian Lam 5a527de287 fixed debug output when plugin method is not found 11 years ago
Julian Lam 3ff550914f Merge remote-tracking branch 'origin/master' into email-revamp
Conflicts:
	package.json
11 years ago
Baris Soner Usakli 742c8fb43c closes #712 11 years ago
Baris Soner Usakli d43f3cebc6 closes #707, closes #686 11 years ago
Julian Lam 9d452241ad Merge branch 'master' of github.com:designcreateplay/NodeBB 11 years ago
Julian Lam c19a51e1b6 tweaking slugify code to not remove numbers 11 years ago
Baris Soner Usakli 1b41a8f467 fixed typo 11 years ago
Baris Soner Usakli f933fc0167 forgot topics.js oops 11 years ago
Baris Soner Usakli 8cfb239aac closes #705 11 years ago
Baris Soner Usakli a974c6fa99 possible fix for mongo crash 11 years ago
Julian Lam 998f780fd2 fuck, I am dumb. 11 years ago
Julian Lam b022d46d47 upgrade script for Topic titless and Usernames - closes #709 11 years ago
Julian Lam f7793e54b1 adding events.log 11 years ago
Julian Lam 1e61033667 Merge branch 'master' of github.com:designcreateplay/NodeBB 11 years ago
Julian Lam 53caa5e422 full unicode support in slugify method, thanks to XRegExp 11 years ago
Julian Lam dd72e73284 emailer invocation for new users 11 years ago
Baris Soner Usakli 40d20846d8 moar refactor 11 years ago
Baris Soner Usakli 204913c63d Merge branch 'master' of https://github.com/designcreateplay/NodeBB 11 years ago
Baris Soner Usakli 6c30437c47 closes #706, refactor admin image uploads, fixed gif uploads 11 years ago
Barış Soner Uşaklı dd7fe47dfd Merge pull request #704 from akhoury/master
guarding against Errors on Socket Disconnect
11 years ago
Aziz Khoury 50323c3d23 guarding against Errors on Socket Disconnect
Saw this 

```
TypeError: Cannot call method 'indexOf' of undefined
    at Socket.<anonymous> (/home/admin/NodeBB/src/websockets.js:108:33)
    at Socket.EventEmitter.emit [as $emit] (events.js:95:17)
    at Socket.onDisconnect (/home/admin/NodeBB/node_modules/socket.io/lib/socket.js:153:10)
    at SocketNamespace.handleDisconnect (/home/admin/NodeBB/node_modules/socket.io/lib/namespace.js:229:46)
```

and this

```
/home/admin/NodeBB/src/websockets.js:113
			if (userSockets[uid].length === 0) {
			                    ^
TypeError: Cannot read property 'length' of undefined
    at Socket.<anonymous> (/home/admin/NodeBB/src/websockets.js:113:24)
```

in my logs, when users are disconnecting
11 years ago
psychobunny 69e0aa338d resolved some todo that's been in there for many months 11 years ago