Baris Usakli
|
929282a2f7
|
ban users, closes #125, banning a user hides all posts topics of a user and their profile page becomes inaccessible
|
12 years ago |
Baris Usakli
|
dceec0ce46
|
more winston, issue #62
|
12 years ago |
Baris Soner Usakli
|
46afbc0ba0
|
assorted config fixes
|
12 years ago |
Baris Soner Usakli
|
ded0200355
|
upgraded userlist to 3 sorted sets, run node app -upgrade after updating to this commit, added infinite scrolling to all user pages, added ops per second to redis page, changed the percentage to 90% for infinite scrolling to kick in
|
12 years ago |
Julian Lam
|
e8f1d645fe
|
closed #160
new build_title function to be called via socket
also added categories.getCategoryField and refactored all calls to
getTopicField to be error-first
|
12 years ago |
Julian Lam
|
04d94a7462
|
turns out it was working as intended(tm)
closed #158
|
12 years ago |
Julian Lam
|
272806a25d
|
closed #159 - issue where theme listing would hang if a theme folder did
not contain theme.json
Also refactored theme socket event a bit
|
12 years ago |
Baris Soner Usakli
|
50c34e4f33
|
added infinite scrolling to unread page, issue #141
|
12 years ago |
Baris Soner Usakli
|
244801a0bf
|
added infinite loading to recent page, #141
|
12 years ago |
Baris Soner Usakli
|
1cc8214d16
|
infinite scrolling for topics in category view, changed how topics are stored in categories, using sorted sets instead of sets now, if you update to this commit run node app --upgrade to upgrade the redis schema, #141
|
12 years ago |
Julian Lam
|
7251af56e3
|
refactored notifications library to mark all notifs read when the menu is
opened (closes #134)
|
12 years ago |
Baris Soner Usakli
|
23fcdde25e
|
removed console.log and commented out code
|
12 years ago |
Baris Usakli
|
720dd9e960
|
scroll to posts
|
12 years ago |
Baris Soner Usakli
|
3f6f4e347d
|
change some socket calls to use the callback, when user changes their email if they are using a gravatar picture it will be updated too, fixed email updating
|
12 years ago |
Julian Lam
|
235553eaf6
|
Merge branch 'plugins'
Conflicts:
src/posts.js
|
12 years ago |
Julian Lam
|
3578ce1925
|
admin panel integration completion + styling of admin panel plugins page
|
12 years ago |
Julian Lam
|
777173d9f4
|
adding admin panel integration to plugins (issue #143)
|
12 years ago |
Baris Soner Usakli
|
78f462e1e6
|
added a new section that only shows unread topics, added mark all read button, closes #140
|
12 years ago |
Baris Usakli
|
19b570cdcf
|
closes #122
|
12 years ago |
Baris Usakli
|
472f40479e
|
privacy page
|
12 years ago |
Baris Soner Usakli
|
12d31517b0
|
removed console.log
|
12 years ago |
Baris Soner Usakli
|
08e3eac008
|
closes #120
|
12 years ago |
Julian Lam
|
42d1cade23
|
fixing websockets crash on server restart
|
12 years ago |
Julian Lam
|
24c235e360
|
fixed #128 - regression caused by removal of 'connect' package
|
12 years ago |
Julian Lam
|
b5ecb9a762
|
removing dependency on package 'connect'
|
12 years ago |
Baris Soner Usakli
|
e7c9079449
|
anons cant follow, hide follow button if not logged in
|
12 years ago |
Baris Usakli
|
676765278e
|
closes #111
|
12 years ago |
Baris Soner Usakli
|
919efd4052
|
drag and drop image upload first pass
|
12 years ago |
Baris Soner Usakli
|
65029ae169
|
content length changes
|
12 years ago |
Julian Lam
|
6e91810231
|
introduction of theme engine parsing (themes go in /public/themes!)
|
12 years ago |
Baris Usakli
|
2bb4aab6ac
|
changes to online users code
|
12 years ago |
Baris Usakli
|
8d21d4f998
|
closes #91
|
12 years ago |
Julian Lam
|
145898c3ba
|
using nconf to manage config file now (issue #24)
|
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
|
561ff38e5a
|
if every post gets deleted in a topic, then the topic deletes itself also
|
12 years ago |
Baris Soner Usakli
|
910e9d6ee0
|
closes #73
|
12 years ago |
Baris Soner Usakli
|
62ef925fd3
|
removed graph/picture, closes #72
|
12 years ago |
Baris Usakli
|
93653e88df
|
changed most of the ajax calls to use sockets
|
12 years ago |
Baris Usakli
|
8f2a0014b3
|
closes #70
|
12 years ago |
Baris Usakli
|
1d39b08195
|
password change, closes #66
|
12 years ago |
Baris Soner Usakli
|
ac04bef26e
|
live tiles on home page, ninjaed from andrew might need to randomize starting times, can be disabled by removing the slider class from the div, maybe this should be a setting in admin/categories
|
12 years ago |
Baris Soner Usakli
|
8f4848cc69
|
userList function for active users, moved it to server side too
|
12 years ago |
Baris Soner Usakli
|
f2d7f856aa
|
async.each in user.js
|
12 years ago |
Baris Usakli
|
e24606ff73
|
fixed quoting
|
12 years ago |
Baris Usakli
|
0c77db1f22
|
fixed editing
|
12 years ago |
Baris Usakli
|
98013536d1
|
more fixes
|
12 years ago |
Baris Soner Usakli
|
c1484afab7
|
more fixes
|
12 years ago |
Baris Usakli
|
1a992b7147
|
first batch of changes
|
12 years ago |
Baris Soner Usakli
|
c571a73a8b
|
closes #44
|
12 years ago |
Baris Usakli
|
aecffecdf1
|
footer shows total topic post count
|
12 years ago |
Julian Lam
|
5f5b30eae8
|
hotfixing notif spam on chat
|
12 years ago |
Julian Lam
|
97f87ee003
|
Merge branch 'master' of github.com:psychobunny/node-forum
|
12 years ago |
Julian Lam
|
936a284397
|
enabling infinite post loader (re: issue #42), fixes #42
|
12 years ago |
Julian Lam
|
9df0b39a5d
|
started integrating infinite post loading for topic view (re: issue #42)
|
12 years ago |
Baris Usakli
|
c870e8bbf3
|
testing user search in admin panel
|
12 years ago |
Baris Usakli
|
746faa9488
|
delete user button in admin/users. the latest/top posters and most reputation sorting is working now in admin/users
|
12 years ago |
Baris Soner Usakli
|
e0debed04f
|
removed ajax from make/remove admin
|
12 years ago |
psychobunny
|
1162b2020d
|
categories admin basic features completed - name, description, icon selector + background color
|
12 years ago |
Julian Lam
|
d0e5c0dcf1
|
Merge branch 'master' of github.com:psychobunny/node-forum
|
12 years ago |
Julian Lam
|
87e2023c86
|
closed #28 by implementing solution #2
|
12 years ago |
Baris Usakli
|
51842a32da
|
dont let users with the same username/slug register closes #33
|
12 years ago |
Baris Usakli
|
a0751d6caa
|
Merge branch 'master' of https://github.com/designcreateplay/NodeBB
|
12 years ago |
Baris Usakli
|
d3a190d74e
|
username to userslug change
|
12 years ago |
Julian Lam
|
89e852f692
|
adding 'load more topics' button to topic admin
|
12 years ago |
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 |