Julian Lam
7cdef19b94
issue #57 again - tightened the regex a bit more (escaped the dot)
12 years ago
Julian Lam
0553254a9b
closed #57
12 years ago
Julian Lam
8234294be8
Merge branch 'master' of github.com:designcreateplay/NodeBB
12 years ago
Baris Soner Usakli
62919894b4
removed the bcrypt question from install, changed default to 12
12 years ago
Julian Lam
0a2b93b63f
updated to v0.0.3
12 years ago
Baris Soner Usakli
dd4ee28d26
removed ajaxify.enable, closes #85
12 years ago
Baris Soner Usakli
a5b324cbc4
closes #86
12 years ago
Julian Lam
3c62b86096
Merge branch 'nconf'
12 years ago
Julian Lam
815bd7c10a
THIS IS A BREAKING CHANGE
...
===
Please run `node app --setup` after you pull this commit.
refactored install script to its own library in /src, updated redis config
params to be nconf compatible
12 years ago
Julian Lam
145898c3ba
using nconf to manage config file now (issue #24 )
12 years ago
Baris Soner Usakli
a7ed1f97df
delete old email key before setting new one when someone changes their email
12 years ago
Julian Lam
41b3eabf1a
updating code to not use a hardcoded version number, but rather read the #
...
from package.json
12 years ago
Julian Lam
0e854119c6
removed duplicate id in topic template, closed #84 , where opening a couple threads caused the reply window to load multiple times
12 years ago
Julian Lam
d4a0b3d05a
showing the proper version # on default MOTD and globalified "ver"
12 years ago
Julian Lam
86ad794918
closed #74
12 years ago
Julian Lam
79584d3178
Merge branch 'master' of github.com:designcreateplay/NodeBB
12 years ago
Julian Lam
7ec8358369
closed #83
12 years ago
Baris Soner Usakli
28b113c09f
Merge branch 'master' of https://github.com/designcreateplay/NodeBB
12 years ago
Baris Soner Usakli
61cc0853db
browsing thread changes to use sessions
12 years ago
Julian Lam
743e0569c1
Merge branch 'master' of github.com:designcreateplay/NodeBB
...
Conflicts:
src/topics.js
12 years ago
Julian Lam
561ff38e5a
if every post gets deleted in a topic, then the topic deletes itself also
12 years ago
Julian Lam
87aec422e9
moved get_last_undeleted_pid to threadTools.js
12 years ago
Julian Lam
31f8be8a0a
updating topics.getTeaser and get_last_undeleted_pid to return err first, and handled methods that called it
12 years ago
Baris Soner Usakli
ba161c1f6c
removed couple console.logs
12 years ago
Baris Soner Usakli
c7a218af9a
closes #80
12 years ago
Baris Soner Usakli
5819b43595
moved index code from index.tpl to its own file
12 years ago
Baris Soner Usakli
4527b3d53c
closes #82
12 years ago
Baris Soner Usakli
f7f5da00e1
another fix for js crashes
12 years ago
Baris Soner Usakli
6f57e639f9
changed input to meta
12 years ago
Baris Soner Usakli
49445767cb
temp fix to resolve socket js error
12 years ago
Baris Soner Usakli
f8518b1a9a
moved js code in footer.tpl for admin into footer.js
12 years ago
Baris Soner Usakli
bfc87a8178
fixed admin js error, was trying to use socket. before it was connected
12 years ago
Baris Soner Usakli
7191d94099
admin fix
12 years ago
Baris Soner Usakli
4a79459a87
bolded footer topic/post count
12 years ago
Baris Soner Usakli
cc6bd59560
closes #75
12 years ago
Baris Soner Usakli
8d2c4fd625
closes #76
12 years ago
Baris Soner Usakli
16117d4331
changed req.connection.encrpyted to req.secure
12 years ago
Baris Soner Usakli
910e9d6ee0
closes #73
12 years ago
Baris Soner Usakli
8f792a033a
added gravatar module
12 years ago
Baris Soner Usakli
28f888fc7d
removed console.log
12 years ago
Baris Soner Usakli
62ef925fd3
removed graph/picture, closes #72
12 years ago
Baris Soner Usakli
9f892c2e80
fixed pushState urls
12 years ago
Baris Soner Usakli
069368fe88
removed callback
12 years ago
Baris Soner Usakli
de55a35684
more fixes for relative paths
12 years ago
Baris Soner Usakli
d3c5afd94c
fixed conflict
12 years ago
Baris Soner Usakli
7e1d005cae
404 to relative path
12 years ago
Baris Soner Usakli
2c5e9d47ad
admin routes and fixes
12 years ago
Julian Lam
e35ccf4aa6
more copyright info at top of app.js
12 years ago
Julian Lam
59083fc34c
updating the main init script to output debug logs containing the GNU copyright disclaimer, as well as port information (to make log debugging easier).
...
Also added more information to the "Categories OK" message
12 years ago
Baris Soner Usakli
d7597608d5
fixed login register logout
12 years ago