165 Commits (b3b4d3c37de9194d3f930d2f36b44fce1c8179ed)

Author SHA1 Message Date
Baris Usakli 0f2014193d top bar fix 12 years ago
Julian Lam d71a38c4f7 minor styling changes to notif window 12 years ago
Julian Lam 79bf5fad5b tweaks to notif window to show relative time 12 years ago
Julian Lam ffbafc99c4 Merge remote-tracking branch 'origin' into notifications
Conflicts:
	public/css/style.less
	public/src/app.js
	src/websockets.js
12 years ago
Julian Lam c8d48127ad more changes to notification dropdown in header bar 12 years ago
Baris Usakli fe37dfecf7 connection/disconnection handling 12 years ago
Julian Lam 64f320743a renaming the notification window to 'alert_window' 12 years ago
Julian Lam 194793d14d Merge branch 'master' into notifications
Conflicts:
	src/websockets.js
12 years ago
Julian Lam 6f4c480cd8 interim commit on notifications dropdown 12 years ago
Baris Usakli ad1f688e85 chat text area is readonly now 12 years ago
Baris Usakli 8d0ac4cb07 chat feature 12 years ago
Baris Usakli 40b2aa2a80 Merge branch 'master' of https://github.com/designcreateplay/NodeBB 12 years ago
Baris Usakli 9f8c9e8822 derp 12 years ago
Julian Lam 93f3a0e524 adding some default text to meta title and desc 12 years ago
Julian Lam 24c6d2c458 manually applying fix as detailed in https://github.com/twitter/bootstrap/issues/7118 12 years ago
Baris Usakli f4acb493d0 removed commented out code 12 years ago
Baris Usakli 545dc9d851 top bar user settings are pulled right 12 years ago
psychobunny 88de8cd824 fixed an issue in bootstrap.js causing ctrl-click to not work. removed ctrl-click / middle click simulation code in ajaxify. am currently using unminified bootstrap TODO minifiy fixed version; 12 years ago
Julian Lam 826edbd669 added linking to formatting opts in editor 12 years ago
Julian Lam dcbc93cacf fixing up formatting bar to not be highlightable (and not have an outline
when the span is focused on), also tweaked the formatting options to
behave a little more smartly when text is currently highlighted when it is
invoked.
12 years ago
Baris Usakli b949105142 Merge branch 'master' of https://github.com/psychobunny/NodeBB 12 years ago
Baris Usakli ecc621e0c1 disconnect event 12 years ago
Julian Lam b0cf97c5d6 editing features, part 1 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
Baris Usakli b0284487f2 added users link to top bar 12 years ago
Julian Lam 1b61511e8a fixed tabindex in reply window, wrapping up some minor bugs in editing
posts
12 years ago
Baris Soner Usakli 0aeeac9d61 image upload and changing images will clean up later andrew stayla 12 years ago
Julian Lam 2acd40a8bb fixing up the post window to extend the body when opened, so it doesn't clip stuff 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
psychobunny 4cb59c5aa9 started styling category.tpl, and added a fail plus sign to header, will revisit in the AM 12 years ago
Baris Usakli 85acabf1f6 Merge branch 'master' of https://github.com/psychobunny/node-forum 12 years ago
psychobunny 31542cd9be finished recent, popular and active posts shells, just need to update api methods 12 years ago
Baris Usakli 4ffbf88274 fixed header to link to new users page 12 years ago
psychobunny 8133ac53de small change to ajaxify to ignore href='#', added some design to future features, up for grabs if anybody wants to do them 12 years ago
psychobunny 4807002447 fix for responsive avatar, fix for submit/discard buttons taking you away from the thread 12 years ago
Baris Usakli 7dc9fd83c1 account page shows up when logged in and 403 when logged out 12 years ago
psychobunny 517b4de2fe threads look awesome now 12 years ago
Julian Lam 4c80e4f37d minor style changes to header 12 years ago
Julian Lam 09fb79d3a2 integrated LESS middleware to static served CSS/less files 12 years ago
Julian Lam c7fb07e2e5 Merge branch 'master' of github.com:psychobunny/node-forum
Conflicts:
	public/templates/header.tpl
	src/webserver.js
12 years ago
Julian Lam 3ca880d81e interim commit 12 years ago
Julian Lam 829dae05c5 updating header to show user label when logged in, and register/login when
not
12 years ago
psychobunny 9119a9d104 small refactor of routing, cleanup, templates are now parsed entirely on client side for /, /register, /login for now 12 years ago
psychobunny 1bec9fc5aa breadcrumbs, and changed home in nav to 'forum' 12 years ago
psychobunny e658531a67 replies are up 12 years ago
psychobunny bb8d5098e4 fixed bottom border on last topicrow 12 years ago
Julian Lam a6cbed94fc changing some niggling CSS to turn on bootstrap-responsive 12 years ago
Julian Lam cb9a110a5d RUN npm install AFTER PULLING THIS COMMIT!
Added user label to header, gravatar support
12 years ago
psychobunny 880d6832be Merge branch 'master' of https://github.com/psychobunny/node-forum 12 years ago
psychobunny 5173498180 client side templates in, fixed home page to parse templates on ajaxify, added footer to the page transition animation for smoothness 12 years ago
Julian Lam 81364580ed new 403 page 12 years ago
Julian Lam f774974803 logout functionality 12 years ago
psychobunny a16f72e11c redis - added mget and multi, finished initial topics listview on home page, finished get topics method calls 12 years ago
psychobunny e50e136d83 inbetween some changes but asked to pull so I'll comment better later 12 years ago
psychobunny d711a4e334 added post button, post window, added click handler to toaster alert, started on posts and topics schema and code 12 years ago
psychobunny f911b8d1de added copyright info at footer, moved recent activity to global footer (from register) 12 years ago
Julian Lam e56e7b549b more stuff on pw reset 12 years ago
psychobunny 67bf1b6041 updated ajaxify to do a callback after page change, added toaster style notifications (app.alert), changes to webserver to update automatically 12 years ago
psychobunny 1d35f369d9 clean up client side + config.json 12 years ago
psychobunny 3d81f129e3 added login, fixed gitignore 12 years ago
Julian Lam 2cf0a9045a Merge branch 'master' of https://github.com/psychobunny/node-forum
Conflicts:
	src/webserver.js
12 years ago
Julian Lam a2d727dd86 setting up config file for use in app, updated readme 12 years ago
psychobunny ccc57b0d71 forgot to add redis.js 12 years ago
psychobunny b04d262fe4 init, just some testing 12 years ago