psychobunny
a8f6222824
part2 of mobile sidebar menu. still disabled for now going to come back to this later.
12 years ago
psychobunny
1803595fa2
starting: mobile sidebar menu (intending to take the span3 hidden on mobile and turn it into a slidein sidebar)
12 years ago
psychobunny
2638c03752
added timeout to address bar hiding (as per the official way of accomplishing this task )
12 years ago
psychobunny
950fdefd7b
rehide address bar on mobile after page load completes
12 years ago
psychobunny
3fa41ab316
rehide address bar on mobile after page load completes
12 years ago
psychobunny
5bb9933f4a
added functionality to post button. also introduced some underlying concepts regarding modules and pulling template vars
12 years ago
Julian Lam
89d484c4ca
removing old post_window (!!) and fixing default focus when the composer is loaded
12 years ago
psychobunny
d620c29aa9
added rss button to topics. redesigned how the topic main_post looks - buttons were previously not visible on mobile as well.
12 years ago
Baris Usakli
a4fd54a0c3
topic titles can be edited now
12 years ago
Baris Usakli
da46a73efe
looks better without disconnect alert
12 years ago
Baris Usakli
2d90635dc8
added 500ms delay to disconnect message
12 years ago
Julian Lam
78713f0599
Merge remote-tracking branch 'origin' into notifications
12 years ago
Baris Usakli
f4218264e2
successful >:)
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
Baris Usakli
9e54602d16
removed debug code
12 years ago
Baris Usakli
3c0b86689a
if same id is used it replaces the current alerts contents
12 years ago
Baris Usakli
58d12c9c7c
possible fix to post window opening on page load
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
Baris Usakli
8d0ac4cb07
chat feature
12 years ago
Julian Lam
74c13ba299
Merge remote-tracking branch 'origin'
12 years ago
Julian Lam
fd38b60bd6
fixing issue with teasers showing deleted post info
12 years ago
psychobunny
ab492f147f
check for online/offline users, added custom redis sismembers method, fix for category view not showing up if it has no topics
12 years ago
Baris Usakli
37b5680db0
fixed admin page loading
12 years ago
Baris Usakli
c8b8899219
while you are editing a post you still need to write something dude
12 years ago
Baris Usakli
c2c4c003ab
if the user updates their email change the email uid mapping, added 500ms delay to the disconnect modal
12 years ago
Baris Usakli
5c2efafa0b
disconnect modal
12 years ago
Baris Usakli
0e39acb366
moved addCommas to app, using addCommas in topic.tpl
12 years ago
Baris Usakli
aac8182a1d
dont allow empty or short post title and body
12 years ago
Baris Usakli
9d5f6364ad
removed console.logs
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
3eff46bb52
restricting posting by anons, redirects to login page and saves post to localstorage
12 years ago
Julian Lam
e9a552eab4
editing of posts
12 years ago
psychobunny
d77ab9048d
removed logs
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
Julian Lam
2acd40a8bb
fixing up the post window to extend the body when opened, so it doesn't clip stuff
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
Julian Lam
f0eeec8932
fixing alert removal by alert_id and adding alerts when thread is locked or pinned
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
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
psychobunny
bcb672e1fe
socket rooms! and almost finished rep (socket updates) except for one small bug where current_user isnt being pulled
12 years ago
psychobunny
517b4de2fe
threads look awesome now
12 years ago
Baris Soner Usakli
a47491225a
clear topic and content after post
12 years ago
psychobunny
1bec9fc5aa
breadcrumbs, and changed home in nav to 'forum'
12 years ago
psychobunny
b2bc967e9b
got ajaxify working with threads, some cleanup, fixed anon posting, got rid of a few more global.sockets calls
12 years ago
psychobunny
e658531a67
replies are up
12 years ago
psychobunny
0f3f2bb859
post replies, unfinished
12 years ago
Baris Soner Usakli
20aa5d439e
log server errors in browser
...
added uid to posts
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
877219cb58
fixed conflicts
12 years ago
psychobunny
e50e136d83
inbetween some changes but asked to pull so I'll comment better later
12 years ago
Julian Lam
a98cd26fa6
Merge branch 'master' of github.com:psychobunny/node-forum
12 years ago
Julian Lam
0985087f5d
auth...
12 years ago
psychobunny
78d753b8f9
Merge branch 'master' of https://github.com/psychobunny/node-forum
12 years ago
psychobunny
fffe5eb78c
tried to get innerHTML of an input by accident
12 years ago
Julian Lam
71e410d571
Merge branch 'master' of github.com:psychobunny/node-forum
...
Conflicts:
src/webserver.js
12 years ago
Julian Lam
c1186f396e
some work on session login etc
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
Julian Lam
19f9a48a8c
Merge branch 'master' of github.com:psychobunny/node-forum
12 years ago
Julian Lam
e56e7b549b
more stuff on pw reset
12 years ago
psychobunny
a06b3519a1
moved event alert to serverside, now node controls the registration alert. added some transition animation to page changes
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
5b64500da3
switch loading of config file to synchronous to prevent socket server from opening pre-emptively
12 years ago
psychobunny
1d35f369d9
clean up client side + config.json
12 years ago