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
Julian Lam
59d26d6fc9
implementing express.csrf for login and register pages (the only places where HTTP forms are used). Fixes #8
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
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
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
882b9a917f
ability for users to now follow/subscribe to threads
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
1a104686ac
new header for meta title
12 years ago
psychobunny
2b3688b6f3
updated rss feeds to work on chrome
12 years ago
psychobunny
f1f86b1d4f
added category rss. added tid to be passed back in getTopicsByTids.
12 years ago
Julian Lam
1aa4a440a0
motd tweaks in admin panel
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
9af39622ed
actually using identicon default across the site
12 years ago
psychobunny
9c546c92ad
removed alert
12 years ago
psychobunny
f9e015f194
cid undefined bug
12 years ago
Julian Lam
c66885af51
fixing build_header misdef
12 years ago
Julian Lam
48bccb3498
applying custom theme (if enabled) to all routes
12 years ago
Julian Lam
7f77ec2c5f
committing hotfix to registration
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
Julian Lam
405318844f
allowing multiple less files to compile down to one
12 years ago
Julian Lam
00a9ec0f12
interim commit
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
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
7e46f8c6ce
uniqueId support in notifications
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
c8d48127ad
more changes to notification dropdown in header bar
12 years ago
Julian Lam
6bae30336a
foundation for user notifications
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
ec463ce3d3
added motd support
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
psychobunny
34133eef8c
post counts + read status working on homepage category listing. fixed posts.get_cid_by_pid
12 years ago
Julian Lam
7c165876f1
fixed bug where deleted posts still showed up in teasers
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
Julian Lam
7d648e7abe
Merge branch 'master' of github.com:psychobunny/node-forum
12 years ago
Julian Lam
297c4b8173
socketizing topic creation so that a new topic shows up automatically when one is created
12 years ago
psychobunny
1cdbd376ba
deprecated server side templates finally. code sharing between client side and server side templates; force_refresh parameter added to temasd
...
deprecated server side templates finally. code sharing between client
side and server side templates; force_refresh parameter added to
templates config.json; created initialization fn for webserver
12 years ago
Julian Lam
4b6ad9607e
removing static saving of recent post, and added in dynamic pulling on Topics.get
12 years ago
Julian Lam
e256ee99f7
Merge branch 'master' of github.com:psychobunny/node-forum
12 years ago