psychobunny
d62f36c6a0
now /users looks as it should. made some tweaks to user search to improve UX as well
12 years ago
psychobunny
2427724868
navbar changes + logout screen + replaced hardcoded sitename on logout screen with breadcrumbs
...
note: perhaps breadcrumbs should be dynamically created in future
instead of copypasted everywhere.
12 years ago
psychobunny
9b35d8f8e1
migrating the rest of row-fluids to row
12 years ago
psychobunny
a859f4524c
container-fluid to container
12 years ago
psychobunny
8be896aebb
label-important to label-danger
12 years ago
psychobunny
a008cf971d
register and login -> BS3
12 years ago
psychobunny
316077fffb
category view starting to look like it should
12 years ago
psychobunny
24e81c873c
small user img-thumbnails changed to img-rounded
12 years ago
psychobunny
9e4a3905a0
moved most span12 and span9 over to BS3; img-polaroid to img-thumbnail
12 years ago
psychobunny
b54b4a6580
breadcrumbs don't need a container element anymore
12 years ago
psychobunny
f33a9c3941
updated hidden/visible device flags to BS3
12 years ago
psychobunny
d792798963
breadcrumbs
12 years ago
psychobunny
8834feac65
BS3 sourcefiles + modified category row to new format. now mobile has two columns of categories, looks much neater.
12 years ago
psychobunny
2f70dd732d
BS3 basic integration; btn-large to btn-lg (inc FA); navbar fixed
12 years ago
psychobunny
e2ffac74bc
added css classes to hide/show elements based on logged in status; hid unread category to anonymous users
...
added some general classes .nodebb-loggedin and .nodebb-loggedout for
toggling display based on user status
12 years ago
psychobunny
f1547a7b1f
added badge to header for unread topics count
12 years ago
Baris Usakli
1e66116e1d
closes #181
12 years ago
Baris Usakli
c05f56d28c
fix for category view when its empty
12 years ago
Baris Usakli
b9bd907a6b
speech bubbles
12 years ago
Baris Usakli
c70c67394a
closes #171
12 years ago
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