Commit Graph

544 Commits (9b35d8f8e1b97682b53a793da314205953204c69)

Author SHA1 Message Date
psychobunny 9b35d8f8e1 migrating the rest of row-fluids to row
psychobunny a859f4524c container-fluid to container
psychobunny 8be896aebb label-important to label-danger
psychobunny a008cf971d register and login -> BS3
psychobunny 316077fffb category view starting to look like it should
psychobunny 24e81c873c small user img-thumbnails changed to img-rounded
psychobunny 9e4a3905a0 moved most span12 and span9 over to BS3; img-polaroid to img-thumbnail
psychobunny b54b4a6580 breadcrumbs don't need a container element anymore
psychobunny f33a9c3941 updated hidden/visible device flags to BS3
psychobunny d792798963 breadcrumbs
psychobunny 8834feac65 BS3 sourcefiles + modified category row to new format. now mobile has two columns of categories, looks much neater.
psychobunny 2f70dd732d BS3 basic integration; btn-large to btn-lg (inc FA); navbar fixed
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
psychobunny f1547a7b1f added badge to header for unread topics count
Baris Usakli 1e66116e1d closes
Baris Usakli c05f56d28c fix for category view when its empty
Baris Usakli b9bd907a6b speech bubbles
Baris Usakli c70c67394a closes
Baris Soner Usakli 6690f49c4e added profile views to users, little cleanup to use app.addCommasToNumbers
Baris Soner Usakli f83be710a0 closes , ,
Baris Soner Usakli 999e98e43d add label to banned users, dont hide their posts
Baris Usakli 74af205426 banned users cant login, show error messages on failed logins
Baris Usakli 2e6b37e018 wrapped search form in li
Baris Usakli 929282a2f7 ban users, closes , banning a user hides all posts topics of a user and their profile page becomes inaccessible
Baris Usakli dceec0ce46 more winston, issue
Baris Usakli 259ba9b9b5 added post settings to admin page
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
Baris Soner Usakli 50c34e4f33 added infinite scrolling to unread page, issue
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."
Baris Usakli ac3fe1fc6f closes
Baris Usakli 0bd56196cf index topic titles too
Baris Soner Usakli 0561710016 highlight search results
Baris Soner Usakli 6ff0c55dae swaped notif and search box
Baris Soner Usakli d6b9a2799b full text search using reds, issue
Baris Soner Usakli a5acf31fc6 posts on user account page scroll to the post now
Baris Usakli 720dd9e960 scroll to posts
Baris Soner Usakli f20b7b5113 closes
Baris Soner Usakli 59381ee1d3 cleaned up webserver.js a bit, moved api routes to its own file, closes
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
Julian Lam 235553eaf6 Merge branch 'plugins'
Conflicts:
	src/posts.js
Julian Lam 1bee527f41 added note linking to wiki page for authoring plugins... also showing something if no plugins are installed
Julian Lam 3578ce1925 admin panel integration completion + styling of admin panel plugins page
Julian Lam 777173d9f4 adding admin panel integration to plugins (issue )
Baris Soner Usakli 78f462e1e6 added a new section that only shows unread topics, added mark all read button, closes
Baris Soner Usakli b35ecd08ea use hasReadTopic
Baris Soner Usakli 57a4741e9e show message if there are not recent topics
Baris Soner Usakli 3f8b3894d8 C:/Program Files (x86)/Git/recent shows only the last 24 hours
Julian Lam eabba1cc1f swapped position of reply/quote button in main post in topic ()
Julian Lam fe286870a3 closed
Julian Lam 2c95c19c9a Merge branch 'master' of github.com:psychobunny/node-forum