Julian Lam
|
0d954b24dc
|
removed debug statements, adding missing file re: issue #3
|
12 years ago |
Julian Lam
|
e75e0011e2
|
Merge branch 'master' of github.com:psychobunny/node-forum
Conflicts:
public/css/admin.less
|
12 years ago |
Julian Lam
|
32eba62ef6
|
developed during a merge... I am going to hell for this.
- also new topics tab in admin panel
|
12 years ago |
Baris Usakli
|
9cf9e98b14
|
removed duplicate build_header
|
12 years ago |
Baris Usakli
|
cef77c2fd8
|
changed res.send(JSON.stringify()); to res.json(). closes #25
|
12 years ago |
Baris Usakli
|
3f3d81de44
|
admins can make others admins
|
12 years ago |
Julian Lam
|
59d26d6fc9
|
implementing express.csrf for login and register pages (the only places where HTTP forms are used). Fixes #8
|
12 years ago |
Baris Usakli
|
fc4d3d849d
|
better this way
|
12 years ago |
Baris Usakli
|
41aeee9839
|
send back empty object if no data for user
|
12 years ago |
Baris Usakli
|
b1e369f1fc
|
chat notification redirect wont be null
|
12 years ago |
Baris Soner Usakli
|
32b9db5771
|
changes to Date.now()
|
12 years ago |
Baris Soner Usakli
|
0a0f8a21f0
|
changed new Date().getTime() to Date.now() on server side
|
12 years ago |
Baris Soner Usakli
|
f2dfba33ad
|
cleaned image upload a bit, no longer using the filename sent by the user
|
12 years ago |
Baris Soner Usakli
|
626423e01b
|
path join on user routers
|
12 years ago |
Baris Soner Usakli
|
b962972d21
|
changed the image upload to use the path module instead of /
|
12 years ago |
Baris Usakli
|
ffbd777642
|
moved chat code to its own module
|
12 years ago |
Baris Usakli
|
88a1fef941
|
bookmark for the post made
|
12 years ago |
Baris Usakli
|
b7e2bfff3d
|
send notification to all followers when a user makes a post
|
12 years ago |
Julian Lam
|
e32111c8bc
|
removing debug statements from feed.js
|
12 years ago |
Baris Soner Usakli
|
39cf0476d3
|
follower and following count on account page
|
12 years ago |
Baris Soner Usakli
|
44d07ea543
|
changed friends to following/followers, updated routes and the user.js functions
|
12 years ago |
Julian Lam
|
05b91caf6c
|
noscript for home and category view (although it's not quite working for
category view yet)
|
12 years ago |
Julian Lam
|
2dea93d0fb
|
Merge remote-tracking branch 'origin'
|
12 years ago |
psychobunny
|
1fc596b74b
|
fixed sidebar flashing in on empty category - got rid of javascript control and set the visibility properly from serverside
|
12 years ago |
Julian Lam
|
c0b018cdf4
|
adding noscript parsing for a topic, if accessed by a browser without javascript
|
12 years ago |
psychobunny
|
d5f3f3d9fb
|
fixed serverside templates.js bug that prevented blocks from being defined
|
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
|
6df57c4a9b
|
committing the broken template parsing for andrew to see (webserver.js, line 121. Uncomment the commented out object, or substitute in "posts")
|
12 years ago |
Julian Lam
|
2914496799
|
fixing bug where an anonymous user could follow a topic... yikes
|
12 years ago |
Julian Lam
|
89effc5454
|
auto-subscribing a user to any topic that they create
|
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
|
1a104686ac
|
new header for meta title
|
12 years ago |
Julian Lam
|
6a91c8a116
|
Merge branch 'master' of github.com:psychobunny/node-forum
|
12 years ago |
Julian Lam
|
6f16088cd6
|
cleaning up readme file and fixing bugs in editing of posts ("asdf" anyone?)
|
12 years ago |
psychobunny
|
2b3688b6f3
|
updated rss feeds to work on chrome
|
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
|
1ff77f853c
|
Merge branch 'master' into post_window_refactor
|
12 years ago |
Julian Lam
|
676ddcd3e3
|
integrating the new post window into the forum
|
12 years ago |
psychobunny
|
9029ed2663
|
limited recent replies to just 5
|
12 years ago |
psychobunny
|
3476be6233
|
removed atom-writer (and xml-writer) in favour of node-rss which seems to be better. updated feed.js
|
12 years ago |
psychobunny
|
f1f86b1d4f
|
added category rss. added tid to be passed back in getTopicsByTids.
|
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
|
1aa4a440a0
|
motd tweaks in admin panel
|
12 years ago |
Julian Lam
|
1760cf1e89
|
added motd to admin panel and added colour and transitions to alt-login icons
|
12 years ago |
psychobunny
|
4b17f1d4e6
|
wrapped up rss for topics. added a new route to access these feeds from the url topic/tid.rss
|
12 years ago |
Julian Lam
|
fd350bbb4e
|
nibbed out and hardcoded uid 1 as an admin... first registered user becomes an admin!!
|
12 years ago |