Julian Lam
|
e158fdc963
|
Merge branch 'master' of github.com:designcreateplay/NodeBB
|
12 years ago |
Julian Lam
|
4d99870063
|
updating nodebb executable so that it sends a NODE_ENV environment
variable in, and modified app.js and redis lib to read it.
|
12 years ago |
Baris Soner Usakli
|
e49d2707eb
|
changed the follower/following keys
|
12 years ago |
Baris Usakli
|
aaab212128
|
fixed more indentation
|
12 years ago |
Baris Usakli
|
b1e369f1fc
|
chat notification redirect wont be null
|
12 years ago |
Baris Soner Usakli
|
0a0f8a21f0
|
changed new Date().getTime() to Date.now() on server side
|
12 years ago |
Baris Usakli
|
b7e2bfff3d
|
send notification to all followers when a user makes a post
|
12 years ago |
Julian Lam
|
2dea93d0fb
|
Merge remote-tracking branch 'origin'
|
12 years ago |
Julian Lam
|
740cf13e8d
|
updated less-middleware to 1.1.12 (fixing odd regression with LESS package update). Fixed issue where editing of posts was wonky because the title was being grabbed incorrectly
|
12 years ago |
Julian Lam
|
2914496799
|
fixing bug where an anonymous user could follow a topic... yikes
|
12 years ago |
Julian Lam
|
882b9a917f
|
ability for users to now follow/subscribe to threads
|
12 years ago |
Julian Lam
|
7e55e7b3d2
|
fixing quoting that broke with the introduction of the new post window
|
12 years ago |
Julian Lam
|
a09cfd9304
|
started work on noscript tags in pages (but blocked by template bug with block processing), allowed reverting of theme in ACP
introducing mixins css file
|
12 years ago |
Julian Lam
|
49ea40f6ee
|
tweaks to composer pushing, fixed random extra letter in footer js
|
12 years ago |
Julian Lam
|
6f16088cd6
|
cleaning up readme file and fixing bugs in editing of posts ("asdf" anyone?)
|
12 years ago |
Julian Lam
|
82736d8780
|
editing of posts using new post window
|
12 years ago |
Julian Lam
|
061c7a9e66
|
half broken editing
|
12 years ago |
Julian Lam
|
676ddcd3e3
|
integrating the new post window into the forum
|
12 years ago |
Julian Lam
|
0a00eac970
|
added requirejs, new 'composer' module for all posting related functions (client-side)
composer module only has "push" at the moment... doesn't render a window quite yet.
|
12 years ago |
Julian Lam
|
dec9a3bef9
|
adding missing admin css file, some other tweaks and cleanup
|
12 years ago |
Julian Lam
|
111b9dcf0a
|
moved admin css to its own file for LESS compilation, and adding in
options to update social keys for login
|
12 years ago |
Julian Lam
|
88bf9425db
|
install script + patching up integration with install wizard
|
12 years ago |
Julian Lam
|
5d7ec10aae
|
Merge branch 'master' into install_script
|
12 years ago |
Julian Lam
|
65b6010d74
|
installation wizard under /install
|
12 years ago |
Baris Usakli
|
8a2499a423
|
Merge branch 'master' of https://github.com/designcreateplay/NodeBB
|
12 years ago |
Baris Usakli
|
a4fd54a0c3
|
topic titles can be edited now
|
12 years ago |
psychobunny
|
448673b141
|
recent replies part 2
|
12 years ago |
psychobunny
|
55cb790d3c
|
potential fix for duplicate chat results, started recent replies block
|
12 years ago |
Julian Lam
|
e6218bb74a
|
Merge branch 'master' of github.com:psychobunny/node-forum
|
12 years ago |
Julian Lam
|
2a829a0618
|
derpy globals to get notification pushing working for sockets on new notification event
|
12 years ago |
Baris Usakli
|
99eb9f8399
|
Merge branch 'master' of https://github.com/designcreateplay/NodeBB
|
12 years ago |
Baris Usakli
|
a4e10076cc
|
assorted
|
12 years ago |
psychobunny
|
1f99666d9f
|
moved favourites code out of posts
|
12 years ago |
Julian Lam
|
bafac00232
|
Merge branch 'master' of github.com:psychobunny/node-forum
Conflicts:
src/websockets.js
|
12 years ago |
Julian Lam
|
35dae6c0ec
|
updating web sockets so that all connections are stored in a userSockets array
|
12 years ago |
Baris Usakli
|
b0be1fab16
|
notifications in chat messages
|
12 years ago |
Julian Lam
|
681bf270a1
|
hotfix to path to utils
|
12 years ago |
Julian Lam
|
ffbafc99c4
|
Merge remote-tracking branch 'origin' into notifications
Conflicts:
public/css/style.less
public/src/app.js
src/websockets.js
|
12 years ago |
Julian Lam
|
c8d48127ad
|
more changes to notification dropdown in header bar
|
12 years ago |
psychobunny
|
9503aa9a57
|
Merge branch 'master' of https://github.com/designcreateplay/NodeBB
|
12 years ago |
psychobunny
|
a9672ab9d8
|
begin refactor of posts/topics + pagination + cleanup + async
|
12 years ago |
Julian Lam
|
194793d14d
|
Merge branch 'master' into notifications
Conflicts:
src/websockets.js
|
12 years ago |
Julian Lam
|
6bae30336a
|
foundation for user notifications
|
12 years ago |
Baris Usakli
|
8d0ac4cb07
|
chat feature
|
12 years ago |
Baris Usakli
|
9f8c9e8822
|
derp
|
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 |
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 |
psychobunny
|
e694751b72
|
fixed templates bug in websockets
|
12 years ago |
Julian Lam
|
a4dfc604e7
|
changed favouriting behaviour so that it no longer allows anons to favourite, and favouriting your own posts don't raise your rep count
|
12 years ago |
Baris Usakli
|
b429a31f6b
|
more clean up
|
12 years ago |