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
Baris Usakli
994b7e8b33
signature
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
Julian Lam
3df8d7279b
rejigged Topics.get so that it does not return a hardcoded return if no topics were returned
12 years ago
Baris Usakli
c2c4c003ab
if the user updates their email change the email uid mapping, added 500ms delay to the disconnect modal
12 years ago
Julian Lam
12ff6bf1e1
removing server-side registration info check (as it conflicts with social network registrations)
12 years ago
Julian Lam
8b1ff03cbb
fixing social network logins and refactoring post actions
12 years ago
Julian Lam
6dd960d6c3
adding moderator checking to post actions
12 years ago
Baris Usakli
3cff31be4e
getMultipleUserFields will return empty ojbect if no uids are passed in
12 years ago
Julian Lam
e256ee99f7
Merge branch 'master' of github.com:psychobunny/node-forum
12 years ago
Julian Lam
bdeb7b13f1
interim commit for moderator support
12 years ago
Baris Usakli
9d5f6364ad
removed console.logs
12 years ago
Baris Usakli
9cd189e273
relative time fix
12 years ago
Baris Usakli
3b0978caa7
add friend button invisible if user is already friend
12 years ago
Baris Usakli
58aa0ee647
friends
12 years ago
Baris Usakli
39798b9f79
changed the file upload to use streams
12 years ago
Baris Usakli
233752a9c7
why does urls dont work when put into address bar
12 years ago
Baris Usakli
4f0901e164
anon user doesnt show up on users page anymore
12 years ago
Baris Usakli
4c324664fa
removed global modules
12 years ago
Julian Lam
624658307c
Merge branch 'master' of github.com:psychobunny/NodeBB
12 years ago
Julian Lam
487d740164
added client and server validation on registration
12 years ago
Baris Soner Usakli
6942107dd4
regen gravatar url when email changes
12 years ago
Baris Soner Usakli
0aeeac9d61
image upload and changing images will clean up later andrew stayla
12 years ago
Julian Lam
a8ab0055e6
UPDATE YOUR CONFIG TO INCLUDE THE "manage_content" PERMISSION!!
...
users with the proper "manage_content" permission can now edit anybody's
posts
12 years ago
Baris Soner Usakli
7d27a7c6d3
changed user update profile so that it only updates specific fields, before it was possible to send in rep,post count
12 years ago
Julian Lam
e9a552eab4
editing of posts
12 years ago
psychobunny
5e901a76aa
fixed the rest of the bugs that arised from the redis refactor
12 years ago
psychobunny
fb83913670
redis wrapper removed. pretty safe to say that we didn't really need it in the first place.
12 years ago
Baris Usakli
9166a9ccde
user edit changes
12 years ago
Baris Usakli
5edf7efd8f
user edit and profile changes
12 years ago
Baris Usakli
187d5a101a
edit page
12 years ago
Julian Lam
4dced643c5
tweaking app.alert so that on regular fadeout (after timeout expiry), the alert is removed from the DOM
12 years ago
Baris Soner Usakli
8710aa3457
users page
12 years ago
Baris Usakli
781d7cf9cf
template stuff
12 years ago
Baris Usakli
8fe4905b68
exists function fix
12 years ago
Baris Usakli
ccf0f6dd73
removed get_username_by_uid, use getUserField(uid,'username',callback) directly
12 years ago
psychobunny
4c524922cc
posts.get().unfactored().refactored().commited().pushed(); if (conflicts) throw new Error ('IGNORED'); yep.
12 years ago
Baris Soner Usakli
48d5100dfe
some profile changes, added post count to users and account and some css to account
12 years ago
Baris Soner Usakli
57354fe582
changed posts.reply to use the getUserFields method and removed the 2 old methods from user.js
12 years ago
Baris Soner Usakli
47782df9cb
Merge branch 'master' of https://github.com/psychobunny/NodeBB
12 years ago
Baris Soner Usakli
883f029a3a
agian
12 years ago
Julian Lam
4a1dc28a26
*shenans* refactored Posts.get to use async module instead of callback
...
pyramid. Call time net decrease = 0, rofl.
12 years ago
psychobunny
d6bd801561
Merge branch 'master' of https://github.com/psychobunny/NodeBB
12 years ago
psychobunny
8a2c18de5b
fixed ajaxify bug that was rendering pages twice (solved flicker issue); fixed entering rooms that was casuing rep/streaming posts to not work; fixed /accounts to work by adding get data route; fixed bug that preventing gravatars from loading if there was more than one post in the thread
12 years ago
Baris Soner Usakli
9b5c8de541
setUserField
12 years ago
Baris Soner Usakli
c906b7419a
added reputation to /account
12 years ago
Baris Soner Usakli
3bdbf3c191
password reset will use the user has
12 years ago
Baris Soner Usakli
54b4c55dfc
removed the unused login function
12 years ago
Baris Soner Usakli
fee76db8dc
more fixes
12 years ago