Commit Graph

370 Commits (f10a2d2e98e217282def1b36b8c68de840107622)

Author SHA1 Message Date
psychobunny 47d491b266 some left over unfinished templates fixes from last week. deeper urls now take higher precedence.
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;
psychobunny ba8e0ea420 adding back global.templates to app.js
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
Julian Lam b0cf97c5d6 editing features, part 1
Baris Usakli 073b87982b moved user routes into routers/user.js
Baris Usakli 188b1d5ada for andrew
Baris Usakli b429a31f6b more clean up
Baris Usakli 4c324664fa removed global modules
psychobunny b734ee5c50 homepage complete, hero unit et al.
psychobunny c80d178a57 duhsign for category home page
psychobunny fa64e84dcc fixed a bug in templates, introduced categories, added default setup script onload, moved home.tpl code over to category, created hierachies
Baris Usakli 8cedb33c82 Merge branch 'master' of https://github.com/psychobunny/node-forum
Baris Usakli 39b24436d0 removed global.socket, passing in socket to the functions now
psychobunny c73feeea2a hide alternate login strategies if config is not set
Baris Soner Usakli 20aa5d439e log server errors in browser
added uid to posts
Julian Lam f4b14df195 some more fixes to the session handling to ignore the /api folder, and
refactoring how the public directory is set up in webserver.js.

THIS COMMIT ALTERS NODEBB'S DEPENDENCIES!
Please run npm install after pulling.
Julian Lam 3eb4f0e1a2 commenting out global.uid setting
psychobunny d711a4e334 added post button, post window, added click handler to toaster alert, started on posts and topics schema and code
psychobunny b04d262fe4 init, just some testing