Julian Lam
9af39622ed
actually using identicon default across the site
12 years ago
Julian Lam
68b7609ab6
identicon integration for twitter + fixing missing social icons for registration page
12 years ago
psychobunny
9c546c92ad
removed alert
12 years ago
psychobunny
11ad3a867e
fixed slug issue with topics
12 years ago
psychobunny
f9e015f194
cid undefined bug
12 years ago
Julian Lam
c66885af51
fixing build_header misdef
12 years ago
Julian Lam
92aaeca899
Merge branch 'master' of github.com:designcreateplay/NodeBB
12 years ago
Julian Lam
48bccb3498
applying custom theme (if enabled) to all routes
12 years ago
psychobunny
82e8b481b8
fixed posting bug and moved new topic button to be visible if no topics found
12 years ago
Julian Lam
7f77ec2c5f
committing hotfix to registration
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
0859793b15
cleanup
12 years ago
Julian Lam
f216c7f94a
some cleanup and fixing breaking bug introduced by merge
12 years ago
Julian Lam
878a678643
Merge branch 'install_script'
12 years ago
psychobunny
bc16d530d8
feed.js
12 years ago
psychobunny
bcc903ee1c
run npm install. starting rss atom feeds of topics. fixed bug in topics where new topics created were not being saved properly
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
psychobunny
501cda24de
schema.js
12 years ago
psychobunny
523ce61d1f
redis schema file for organization; moved new topic button in categories higher
12 years ago
Julian Lam
65b6010d74
installation wizard under /install
12 years ago
Julian Lam
405318844f
allowing multiple less files to compile down to one
12 years ago
psychobunny
39b46eb125
prevent crash on getRecentReplies, and styled recent replies
12 years ago
psychobunny
8c2b6cda69
added timestamp to teaser, continuing work on recent replies block
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
Julian Lam
00a9ec0f12
interim commit
12 years ago
psychobunny
6db259cf3f
Merge branch 'master' of https://github.com/designcreateplay/NodeBB
...
Conflicts:
src/posts.js
12 years ago
psychobunny
448673b141
recent replies part 2
12 years ago
Baris Usakli
adb52023b8
Merge branch 'master' of https://github.com/designcreateplay/NodeBB
12 years ago
Baris Usakli
db6bbcc699
post every x seconds added it x to config
12 years ago
Julian Lam
6060f4fbb4
Merge branch 'master' of github.com:psychobunny/node-forum
12 years ago
Julian Lam
33f8ee57bf
revamped social auth code so that accounts are merged if they share a common email
...
also updated auth code so that fbid gplusid and twid are saved in the hash instead of as simple key->value
12 years ago
psychobunny
55c704c6f9
hide category blocks in recent tab
12 years ago
psychobunny
06aa2337d1
admincategories.js
12 years ago
psychobunny
a02a74604c
moved CategoriesAdmin into its own file, hid popular/active, some jslinting + cleanup, renamed some fn calls to be more descriptive
12 years ago
psychobunny
55cb790d3c
potential fix for duplicate chat results, started recent replies block
12 years ago
psychobunny
deaf8105cc
renamed get category to get categories
12 years ago
psychobunny
43614a5197
fixed breaking issue on empty category
12 years ago
psychobunny
4b67f8573e
recent posts done (needs polish/cleanup), and fixed bug where new topic button was not showing up in categories
12 years ago
psychobunny
c785f06367
added 404 tpl, fix for 404 on topics, continuing refactor - categories
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
psychobunny
4a3ffec29f
proof that comments can be misleading
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
psychobunny
d0646ba98f
typo
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
e159d70353
Merge branch 'master' of github.com:psychobunny/node-forum
...
Conflicts:
src/websockets.js
12 years ago
psychobunny
c64b227a9d
odd - utils.js
12 years ago
Julian Lam
7e46f8c6ce
uniqueId support in notifications
12 years ago
psychobunny
044206ad17
misc cleanup in categories
12 years ago
Julian Lam
681bf270a1
hotfix to path to utils
12 years ago
Julian Lam
1f7ab82f78
Merge remote-tracking branch 'origin' into notifications
...
Conflicts:
src/webserver.js
12 years ago
psychobunny
cd4ca110a1
moved utils over to client side for code sharing
12 years ago
Julian Lam
78713f0599
Merge remote-tracking branch 'origin' into notifications
12 years ago
Baris Usakli
acd797fe20
changed github link on home
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
40b2aa2a80
Merge branch 'master' of https://github.com/designcreateplay/NodeBB
12 years ago
Baris Usakli
9f8c9e8822
derp
12 years ago
Julian Lam
6cd65e6598
fixing motd so that it shows default motd if config is empty
12 years ago
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
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
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
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
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
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
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
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