Baris Soner Usakli
6690f49c4e
added profile views to users, little cleanup to use app.addCommasToNumbers
12 years ago
Baris Soner Usakli
f83be710a0
closes #172 , #173 , #174
12 years ago
Baris Soner Usakli
999e98e43d
add label to banned users, dont hide their posts
12 years ago
Baris Usakli
74af205426
banned users cant login, show error messages on failed logins
12 years ago
Baris Usakli
2e6b37e018
wrapped search form in li
12 years ago
Baris Usakli
929282a2f7
ban users, closes #125 , banning a user hides all posts topics of a user and their profile page becomes inaccessible
12 years ago
Baris Usakli
dceec0ce46
more winston, issue #62
12 years ago
Baris Usakli
259ba9b9b5
added post settings to admin page
12 years ago
Baris Soner Usakli
ded0200355
upgraded userlist to 3 sorted sets, run node app -upgrade after updating to this commit, added infinite scrolling to all user pages, added ops per second to redis page, changed the percentage to 90% for infinite scrolling to kick in
12 years ago
Baris Soner Usakli
50c34e4f33
added infinite scrolling to unread page, issue #141
12 years ago
Miguel Ángel Durán García
1afc4f39a8
Remove unneded type tags for scripts
...
In HTML5 we can omit the type tag for scripts because it's useless in
javascript.
http://www.w3.org/html/wg/drafts/html/master/scripting-1.html#the-script
-element
"When used to include dynamic scripts, the scripts may either be
embedded inline or may be imported from an external file using the src
attribute. If the language is not that described by "text/javascript",
then the type attribute must be present, as described below. Whatever
language is used, the contents of the script element must conform with
the requirements of that language's specification."
12 years ago
Baris Usakli
ac3fe1fc6f
closes #93
12 years ago
Baris Usakli
0bd56196cf
index topic titles too
12 years ago
Baris Soner Usakli
0561710016
highlight search results
12 years ago
Baris Soner Usakli
6ff0c55dae
swaped notif and search box
12 years ago
Baris Soner Usakli
d6b9a2799b
full text search using reds, issue #142
12 years ago
Baris Soner Usakli
a5acf31fc6
posts on user account page scroll to the post now
12 years ago
Baris Usakli
720dd9e960
scroll to posts
12 years ago
Baris Soner Usakli
f20b7b5113
closes #133
12 years ago
Baris Soner Usakli
59381ee1d3
cleaned up webserver.js a bit, moved api routes to its own file, closes #54
12 years ago
Baris Soner Usakli
3f6f4e347d
change some socket calls to use the callback, when user changes their email if they are using a gravatar picture it will be updated too, fixed email updating
12 years ago
Julian Lam
235553eaf6
Merge branch 'plugins'
...
Conflicts:
src/posts.js
12 years ago
Julian Lam
1bee527f41
added note linking to wiki page for authoring plugins... also showing something if no plugins are installed
12 years ago
Julian Lam
3578ce1925
admin panel integration completion + styling of admin panel plugins page
12 years ago
Julian Lam
777173d9f4
adding admin panel integration to plugins (issue #143 )
12 years ago
Baris Soner Usakli
78f462e1e6
added a new section that only shows unread topics, added mark all read button, closes #140
12 years ago
Baris Soner Usakli
b35ecd08ea
use hasReadTopic
12 years ago
Baris Soner Usakli
57a4741e9e
show message if there are not recent topics
12 years ago
Baris Soner Usakli
3f8b3894d8
C:/Program Files (x86)/Git/recent shows only the last 24 hours
12 years ago
Julian Lam
eabba1cc1f
swapped position of reply/quote button in main post in topic ( #95 )
12 years ago
Julian Lam
fe286870a3
closed #116
12 years ago
Julian Lam
2c95c19c9a
Merge branch 'master' of github.com:psychobunny/node-forum
12 years ago
Julian Lam
c5f6a0d668
closed #95
12 years ago
Baris Usakli
472f40479e
privacy page
12 years ago
Baris Usakli
6af3b0ffc6
account settings
12 years ago
Julian Lam
931beecc21
Merge branch 'master' of github.com:designcreateplay/NodeBB
12 years ago
Julian Lam
4588745b9a
refactored all calls to app.build_header (in regular and auth routes)
12 years ago
Baris Soner Usakli
08e3eac008
closes #120
12 years ago
Baris Soner Usakli
370d931bc7
some css changes #95
12 years ago
Julian Lam
33e676b033
Merge branch 'master' of github.com:designcreateplay/NodeBB
12 years ago
Julian Lam
bea5dff563
fixed #31 - twitter profile picture now used as nodebb avatar in lieu of
...
email address for gravatar
12 years ago
Baris Soner Usakli
f7217f2d12
closes #130
12 years ago
Julian Lam
cc1cc7cae4
first pass at meta tag construction abstraction (issue #116 ). Also addressed issue #118
12 years ago
Julian Lam
59029a0ef0
minor tweaks to theme engine
12 years ago
Baris Soner Usakli
6ab37bde09
closes #105
12 years ago
psychobunny
fe996f75b6
replaced the ascii > with the right chevron icon
...
http://fortawesome.github.io/Font-Awesome/icon/chevron-right/
12 years ago
psychobunny
6f6a2e4127
closes #114 . updated ajaxify to allow for get parameters to be passed in without issues.
12 years ago
Julian Lam
9e7afcf0ab
fixing issue where navigating to a non-existant category_id caused NodeBB
...
to crash
12 years ago
Julian Lam
84584a1b5b
minor cleanup of header tpl
12 years ago
psychobunny
e66cab23cf
added a screening page for external links. removed forced target = _blank on external links for UX consideration
...
used http://www.deviantart.com/users/outgoing?http://www.nodebb.org/ for
inspiration
12 years ago