psychobunny
|
74649f64e2
|
Merge branch 'master' of https://github.com/psychobunny/NodeBB
|
12 years ago |
psychobunny
|
25e218442a
|
updated category: tracking active participants + removed placeholder; recent author picture now pulled dynamically; graph/users/picture implemented
|
12 years ago |
Baris Usakli
|
d1041bedf4
|
imagemagick resizing
|
12 years ago |
Baris Usakli
|
40b8264d6e
|
only png jpg and gifs are allowed for image upload, increase profile image size to 256kb
|
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 |
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
|
c76eeaba3e
|
removed old upload code
|
12 years ago |
Baris Usakli
|
39798b9f79
|
changed the file upload to use streams
|
12 years ago |
Julian Lam
|
98193ecb29
|
Merge branch 'master' of github.com:psychobunny/NodeBB
|
12 years ago |
Julian Lam
|
3eff46bb52
|
restricting posting by anons, redirects to login page and saves post to localstorage
|
12 years ago |
psychobunny
|
f608505cbb
|
Merge branch 'master' of https://github.com/psychobunny/NodeBB
|
12 years ago |
psychobunny
|
a7cefe35f8
|
started to add real data to the topics listing, got latest post working per topic
|
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
|
073b87982b
|
moved user routes into routers/user.js
|
12 years ago |
psychobunny
|
3fa0f7c8b5
|
fixed three bugs in templates: 1) if you're sending in null as a value it should now correctly replace that field as ''. 2) you don't need to put objects last in data anymore (stupid bug) 3) you can now send multiple objects to be parsed in templates properly; Also added deprecation message to server side templates
|
12 years ago |
Baris Usakli
|
188b1d5ada
|
for andrew
|
12 years ago |
Baris Usakli
|
b429a31f6b
|
more clean up
|
12 years ago |
Baris Usakli
|
4c324664fa
|
removed global modules
|
12 years ago |
Baris Usakli
|
d564811b71
|
fixed the data passing to accountedit.tpl
|
12 years ago |
Baris Soner Usakli
|
0bb0fd5789
|
removed debug console.logs
|
12 years ago |
Baris Soner Usakli
|
901b378912
|
css fix
|
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
|
62bffff3c7
|
forgot to add a ;
|
12 years ago |
psychobunny
|
c3e7aa9766
|
Merge branch 'master' of https://github.com/psychobunny/NodeBB
|
12 years ago |
psychobunny
|
6b495767c0
|
removed server side templates for register
|
12 years ago |
Baris Soner Usakli
|
71d595a552
|
debug image uploading
|
12 years ago |
Julian Lam
|
aab149aecf
|
Merge branch 'master' of github.com:psychobunny/NodeBB
|
12 years ago |
Julian Lam
|
80b20fe877
|
adding alternate logins to register page
|
12 years ago |
Baris Soner Usakli
|
eccd1f66d1
|
removed some debug stuff from image upload
|
12 years ago |
Baris Soner Usakli
|
5796140f58
|
image upload changes
|
12 years ago |
Baris Soner Usakli
|
5785b16ae9
|
fixed users page so that all reps and post counts are comma delimited, some image upload fixes
|
12 years ago |
Baris Soner Usakli
|
e476e27807
|
image upload error msgs, file size limit
|
12 years ago |
Julian Lam
|
1b61511e8a
|
fixed tabindex in reply window, wrapping up some minor bugs in editing
posts
|
12 years ago |
Julian Lam
|
156d5dce08
|
post deletion
|
12 years ago |
Julian Lam
|
4fd1244e2d
|
some work on deleting posts, and allowing a mod to edit a post
|
12 years ago |
Julian Lam
|
b608a5ff97
|
Merge branch 'master' into edit_delete
|
12 years ago |
Baris Soner Usakli
|
0aeeac9d61
|
image upload and changing images will clean up later andrew stayla
|
12 years ago |
Julian Lam
|
fdc866c840
|
fixing line breaks on posts markdown rendering
|
12 years ago |
Julian Lam
|
11cc68ce8f
|
server-side srestruction to editing posts (though need to add rep of editor blah blah)
|
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 |
Julian Lam
|
b244da724e
|
edit labels, and fixing responsive layout in topic view
|
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
|
f1c5233aa9
|
sorting
|
12 years ago |
Julian Lam
|
e9a552eab4
|
editing of posts
|
12 years ago |
psychobunny
|
f218e0f3a7
|
user has read feature - turns post count badge red if there is a new post and grey if the user has seen this post already
|
12 years ago |
psychobunny
|
a4e8f9e706
|
cleaned up webserver a bit, moved over authentication stuff into its own file, got rid of unused routes, user routes still need to be moved out but am waiting for baris to finish
|
12 years ago |
psychobunny
|
5e901a76aa
|
fixed the rest of the bugs that arised from the redis refactor
|
12 years ago |
psychobunny
|
b9ec62ee20
|
chicken wrapper gone. but as a result, found a bug that wasn't being handled properly
|
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 |
psychobunny
|
09c9d0ee1f
|
fixed topics bug that was prevent /latest /popular /active and subsequently the admin versions of those routes from working. removed debug statements. added admin socket room. added dynamic updating of active users on acp index
|
12 years ago |
psychobunny
|
30323fa29f
|
Merge branch 'master' of https://github.com/psychobunny/NodeBB
|
12 years ago |
psychobunny
|
f3f08a9c94
|
more fixes to ajaxify, updated /users blocks to sit flush to the left, started work on the ACP including basic templates, added a method to get active users in all rooms (socket connections), added more routes mostly pointing to admin, added a routing folder to start organizing routes better, starting with admin.
|
12 years ago |
Baris Usakli
|
5057af7bbe
|
user edit fix for !==
|
12 years ago |
Julian Lam
|
2ca1986b40
|
moving threads will refresh view for all connected clients as well
|
12 years ago |
Julian Lam
|
a0fa95b9f0
|
Merge branch 'master' of github.com:psychobunny/node-forum
|
12 years ago |
Julian Lam
|
c1489b2503
|
thread moving! (party)
|
12 years ago |
Baris Usakli
|
44f0183b29
|
fixed anon users visiting user profiles
|
12 years ago |
Baris Usakli
|
2539079c84
|
removed console.log
|
12 years ago |
Baris Usakli
|
9166a9ccde
|
user edit changes
|
12 years ago |
Julian Lam
|
858337c633
|
refactoring topics to be stored as a set per category, instead of a list
|
12 years ago |
Baris Usakli
|
0210e5a928
|
edit
|
12 years ago |
Baris Usakli
|
9494bf6378
|
edit restrict
|
12 years ago |
Julian Lam
|
917eadae95
|
Merge remote-tracking branch 'origin'
|
12 years ago |
Baris Usakli
|
67191b3a54
|
Merge branch 'master' of https://github.com/psychobunny/NodeBB
|
12 years ago |
Julian Lam
|
ff025f0e48
|
interim commit to thread moving
|
12 years ago |
Baris Usakli
|
5edf7efd8f
|
user edit and profile changes
|
12 years ago |
psychobunny
|
8e1ee88878
|
removed derpy + from header ill come back to that later when im more inspired... fixed ajaxify for custom routed urls, fixed recent/popular/active tab's invalid object initializer
|
12 years ago |
Baris Usakli
|
187d5a101a
|
edit page
|
12 years ago |
Baris Usakli
|
36e7baa84d
|
userS
|
12 years ago |
Baris Usakli
|
5e36ca2fbe
|
removed dupe function
|
12 years ago |
Baris Usakli
|
b2adda06c8
|
Merge branch 'master' of https://github.com/psychobunny/NodeBB
|
12 years ago |
Baris Usakli
|
d308242d2d
|
decimal places for rep and post count
|
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
|
6dda6ce15b
|
removed some console.logs
|
12 years ago |
Baris Soner Usakli
|
8710aa3457
|
users page
|
12 years ago |
psychobunny
|
e061fe061b
|
added custom routing from server side, started moving hardcoded scripts into create_route
|
12 years ago |
psychobunny
|
e75076caad
|
Merge branch 'master' of https://github.com/psychobunny/NodeBB
|
12 years ago |
psychobunny
|
09c6aace09
|
custom template half in
|
12 years ago |
Baris Usakli
|
781d7cf9cf
|
template stuff
|
12 years ago |
Baris Usakli
|
bf731dc224
|
user edit
|
12 years ago |
Baris Usakli
|
cef1ba4c08
|
changed profile page to /users/username
|
12 years ago |
Baris Usakli
|
0eacec8166
|
Merge branch 'master' of https://github.com/psychobunny/NodeBB
|
12 years ago |
Baris Usakli
|
8fe4905b68
|
exists function fix
|
12 years ago |
Julian Lam
|
b57109f6fd
|
floating pinned articles to the top of the topic list
|
12 years ago |
Julian Lam
|
387419ef64
|
Merge branch 'master' of github.com:psychobunny/node-forum
|
12 years ago |
Julian Lam
|
f0eeec8932
|
fixing alert removal by alert_id and adding alerts when thread is locked or pinned
|
12 years ago |
psychobunny
|
91d9775cc4
|
fixed slugs from disappearing if f5ing
|
12 years ago |
Julian Lam
|
8bccc8466e
|
Merge branch 'master' of github.com:psychobunny/node-forum
|
12 years ago |
Julian Lam
|
bf7c602cd8
|
thread pinning
|
12 years ago |
psychobunny
|
2dccfb96e7
|
Merge branch 'master' of https://github.com/psychobunny/NodeBB
Conflicts:
src/posts.js
src/topics.js
|
12 years ago |
psychobunny
|
ae2be687b8
|
small refactor plus breadcrumbs for all ur pages
|
12 years ago |
Baris Usakli
|
283dbc477b
|
Merge branch 'master' of https://github.com/psychobunny/NodeBB
|
12 years ago |
Baris Usakli
|
6a6eeae426
|
edit changes
|
12 years ago |
Julian Lam
|
d35bffa830
|
removing topic from listing if deleted, and adding lock icon if thread is locked
|
12 years ago |
Julian Lam
|
a3e816b68e
|
Merge remote-tracking branch 'origin' into thread_options
|
12 years ago |
Julian Lam
|
43a76f9c9c
|
fixing socket returns to emit to everybody in the room (on thread locking/deletion)
|
12 years ago |
psychobunny
|
9e23279459
|
fixed socket notifications for new posts
|
12 years ago |
Julian Lam
|
7bbc630dfb
|
Merge remote-tracking branch 'origin' into thread_options
Conflicts:
public/src/templates.js
|
12 years ago |
Julian Lam
|
250c70bdfc
|
topic locking and deletion
|
12 years ago |
psychobunny
|
ace64cec7b
|
Merge branch 'master' of https://github.com/psychobunny/NodeBB
|
12 years ago |
psychobunny
|
31542cd9be
|
finished recent, popular and active posts shells, just need to update api methods
|
12 years ago |
Baris Usakli
|
ec104b05d4
|
added links to user profiles from posts and the breadcrumbs
|
12 years ago |
psychobunny
|
6dfc44c63c
|
Merge branch 'master' of https://github.com/psychobunny/NodeBB
Conflicts:
src/webserver.js
|
12 years ago |
psychobunny
|
5153aa7652
|
added template mapping, did users->account
|
12 years ago |
Baris Usakli
|
ccf0f6dd73
|
removed get_username_by_uid, use getUserField(uid,'username',callback) directly
|
12 years ago |
Baris Usakli
|
49cb5fddcd
|
removed some console.log
|
12 years ago |
psychobunny
|
c80d178a57
|
duhsign for category home page
|
12 years ago |
Baris Usakli
|
ec754d601d
|
users profile page, need to add templates
|
12 years ago |
Julian Lam
|
b2c6d4f7c7
|
interim commit to thread options
|
12 years ago |
Julian Lam
|
d7c5a3c150
|
merging from stash
|
12 years ago |
psychobunny
|
97c1819dc4
|
forgot to commit category files
|
12 years ago |
psychobunny
|
fa64e84dcc
|
fixed a bug in templates, introduced categories, added default setup script onload, moved home.tpl code over to category, created hierachies
|
12 years ago |
psychobunny
|
178bc82a55
|
removed deprecated functions from topics.js (server side parsing) and fixed the 150ms initial delay on first load
|
12 years ago |
psychobunny
|
724c1511af
|
moved slugify to utils
|
12 years ago |
psychobunny
|
4c524922cc
|
posts.get().unfactored().refactored().commited().pushed(); if (conflicts) throw new Error ('IGNORED'); yep.
|
12 years ago |
Julian Lam
|
86af1b2af5
|
topic creation now checks for valid pid as well
|
12 years ago |
Julian Lam
|
4f38bb10e8
|
Merge remote-tracking branch 'origin'
|
12 years ago |
Julian Lam
|
6b9b72a550
|
restricting post replies if a thread is locked (returns pid of -1 instead)
|
12 years ago |
Julian Lam
|
b6f3211ce7
|
if a thread is locked, the reply buttons all now say "locked", and the
post reply window will not pop up
|
12 years ago |
Baris Soner Usakli
|
da837f662a
|
redirect /login and /register to /account if user is already logged in
|
12 years ago |
Julian Lam
|
922acc0f79
|
added locked state to Posts.get
|
12 years ago |
Baris Soner Usakli
|
9a3c907056
|
set post rep to 0 when created
|
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 |
psychobunny
|
92175274b5
|
Merge branch 'master' of https://github.com/psychobunny/NodeBB
|
12 years ago |
psychobunny
|
ecf3ffa170
|
fixed anon bug in users browsing this thread code, simplified the logic as well, fixed language
|
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 |
Julian Lam
|
30bf27f1c7
|
Merge remote-tracking branch 'origin' into posts-refactor
|
12 years ago |
Julian Lam
|
08c303b3c7
|
interim commit
|
12 years ago |
psychobunny
|
1009726b51
|
almost done X users browsing this thread feature. there is one bug where anonymous users do not get disconnected from the room, so I'll have to figure that out later
|
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 |
Baris Soner Usakli
|
954392e4c4
|
fixes to gravatars and get functions in user.js
|
12 years ago |
Baris Soner Usakli
|
8a0266562c
|
Merge branch 'master' of https://github.com/psychobunny/NodeBB
|
12 years ago |
Baris Soner Usakli
|
08f7b64ccf
|
hash changes to user data
|
12 years ago |
psychobunny
|
26c22b0559
|
bugfixes + starting active users in thread feature
|
12 years ago |
psychobunny
|
3947b6b6fd
|
modified ajaxify slightly to make transitions between pages a bit more fluid (although first load doesn't look that awesome); fixed up rooms - resolved DRY failure and properly leave rooms
|
12 years ago |
Julian Lam
|
1fc6e0db2c
|
added email verification on registration
added email header and footer
|
12 years ago |
Baris Soner Usakli
|
73e958e627
|
added join date to users, fixed post count when a new topic is created. account page shows time joined,picture and name
|
12 years ago |