Julian Lam
499f840e1e
added toggle in config to switch on and off the motd
12 years ago
Julian Lam
16dac16d91
Merge branch 'master' of github.com:designcreateplay/NodeBB
12 years ago
Julian Lam
ec463ce3d3
added motd support
12 years ago
Baris Soner Usakli
760037ba0a
added signature to new replies
12 years ago
Baris Soner Usakli
ef304a712f
strip tags from signature when they are saving, separated info in user profile and added signature box
12 years ago
Julian Lam
26781157b3
refactoring posts, topics, and categories so that each "get" is moved up
...
one level. Topics.get will get all of the posts in a tid, etc.
12 years ago
Julian Lam
907f5d4ea6
hiding the thread rep count from the template because... we don't actually
...
actively have a plan for thread rep...
12 years ago
Julian Lam
624ccc592c
resolving issue where the post window stays open during navigation
...
- app.close_post_window now neatly closes the post window
12 years ago
Julian Lam
74c13ba299
Merge remote-tracking branch 'origin'
12 years ago
Julian Lam
fd38b60bd6
fixing issue with teasers showing deleted post info
12 years ago
psychobunny
34133eef8c
post counts + read status working on homepage category listing. fixed posts.get_cid_by_pid
12 years ago
psychobunny
effb26c856
user friendly message if no topics exist in a category
12 years ago
psychobunny
ab492f147f
check for online/offline users, added custom redis sismembers method, fix for category view not showing up if it has no topics
12 years ago
Baris Soner Usakli
03fcbcb051
add commas to rep when u post a new reply
12 years ago
Julian Lam
76aa644314
Merge branch 'master' of github.com:designcreateplay/NodeBB
12 years ago
Julian Lam
7c165876f1
fixed bug where deleted posts still showed up in teasers
12 years ago
Baris Soner Usakli
9c5fa5fc5e
signature work
12 years ago
psychobunny
47d491b266
some left over unfinished templates fixes from last week. deeper urls now take higher precedence.
12 years ago
Julian Lam
7e7d8ac8a4
fixing typo in user.js... weird
12 years ago
Julian Lam
94cd7e84eb
updating bootstrap to official 2.3.2 version
12 years ago
Julian Lam
e62fcc5831
refactored the entire privileges stack. .editable() is now deprecated, use
...
.privileges instead. Privileges now are inherited, so querying a topic's
privileges will automatically query it's parent category's privileges as
well, etc.
12 years ago
Julian Lam
3e8d664e71
fixing derpage on new topic posting... works better now
12 years ago
Julian Lam
fd5277c815
fixed bug with isAdministator usage in Posts
12 years ago
Julian Lam
1a38644eb8
exposing thread tools to users in the "administrators" set, fixing up
...
Topics methods to call the "editable" method first instead of just
checking rep thresholds.
Also changed the limit on thread length from 10 to infinity (for now,
until infinite scrolling makes it in)
12 years ago
Julian Lam
dd515ef831
Merge branch 'master' of github.com:psychobunny/node-forum
12 years ago
Julian Lam
7757c29889
Merge branch 'master' of github.com:psychobunny/node-forum
12 years ago
Julian Lam
fe9adf696d
new post event (although there is a bug... hmhm)
12 years ago
psychobunny
19cfef9570
fixed /recent /popular /active /users/name
12 years ago
psychobunny
cb6d98cecb
derp conflicts
...
Merge branch 'master' of https://github.com/psychobunny/NodeBB
Conflicts:
public/src/templates.js
12 years ago
psychobunny
fb52dfc6c8
templates refactor part 2
...
updated so that tpls get loaded on demand as opposed to all at once on
load; added a function to pull the tpl list on load instead of having to
manually define new templates in code; some clean up; added utils.walk;
12 years ago
Baris Usakli
78b59432cc
dont call marked if content is empty in get_teaser
12 years ago
Baris Usakli
19249cdd5b
Merge branch 'master' of https://github.com/designcreateplay/NodeBB
12 years ago
Baris Usakli
c2c3ba0119
signature css, modify to your pleasure
12 years ago
Julian Lam
bd99d1e379
Merge branch 'master' of github.com:psychobunny/node-forum
12 years ago
Julian Lam
24c6d2c458
manually applying fix as detailed in https://github.com/twitter/bootstrap/issues/7118
12 years ago
Baris Usakli
7dda970292
added signature to main_post template
12 years ago
Baris Usakli
bece6a7878
added signature to topic template
12 years ago
Baris Usakli
1f5956d031
Merge branch 'master' of https://github.com/designcreateplay/NodeBB
12 years ago
Baris Usakli
994b7e8b33
signature
12 years ago
Julian Lam
7d648e7abe
Merge branch 'master' of github.com:psychobunny/node-forum
12 years ago
Julian Lam
297c4b8173
socketizing topic creation so that a new topic shows up automatically when one is created
12 years ago
Baris Usakli
d8489e2c66
Merge branch 'master' of https://github.com/designcreateplay/NodeBB
12 years ago
Baris Usakli
dfdbc3bea2
admin/redis page
12 years ago
psychobunny
ba8e0ea420
adding back global.templates to app.js
12 years ago
psychobunny
e694751b72
fixed templates bug in websockets
12 years ago
psychobunny
1cdbd376ba
deprecated server side templates finally. code sharing between client side and server side templates; force_refresh parameter added to temasd
...
deprecated server side templates finally. code sharing between client
side and server side templates; force_refresh parameter added to
templates config.json; created initialization fn for webserver
12 years ago
Julian Lam
3df8d7279b
rejigged Topics.get so that it does not return a hardcoded return if no topics were returned
12 years ago
Julian Lam
785e49c8d9
Merge branch 'master' of github.com:psychobunny/node-forum
12 years ago
Julian Lam
03511cd9a8
removing console rlogs
12 years ago
Baris Usakli
37b5680db0
fixed admin page loading
12 years ago