Commit Graph

1404 Commits (3a12ba177af2400ac004354108148cab4797b352)
 

Author SHA1 Message Date
Julian Lam 3a12ba177a possibly fixing issue again
Julian Lam 28e1538fdb issue
Julian Lam eed66c099b fixing double notif error on new notif
Julian Lam ece2edf579 Merge branch 'master' of github.com:designcreateplay/NodeBB
Julian Lam 1961f01cab possibly fixing issue
Baris Usakli 4a214b6ef0 Merge branch 'master' of https://github.com/designcreateplay/NodeBB
Baris Usakli dda429ab5d unread count shows total
Julian Lam 15feaafd68 attempting fix for , @barisusakli can you pull and test if this is still present?
Julian Lam 14e7907e06 closed
Baris Usakli b4b483b35a removed console.log
Baris Usakli 79c9bdba7f removed console.log
Baris Usakli a6837a7869 Merge branch 'master' of https://github.com/designcreateplay/NodeBB
Baris Usakli 0a485a7ff6 closes
Julian Lam bca1602474 Merge branch 'master' of github.com:designcreateplay/NodeBB
Julian Lam 96ee0a2017 closed
Baris Usakli 25550e18d0 Merge branch 'master' of https://github.com/designcreateplay/NodeBB
Baris Usakli 154d0160bc closes
Julian Lam aefa56221b closed
Baris Soner Usakli dd40cbc139 check if topicData is valid
Baris Soner Usakli 23db2e5c9e better fix for
Baris Soner Usakli eff1b174c0 closes
Baris Soner Usakli 545069b069 closes
Julian Lam f767535ce5 Merge branch 'master' of github.com:designcreateplay/NodeBB
Julian Lam aeebd069e2 fixing nconf issue where redis js was requiring redis configs before they were defined
Julian Lam d2aa2a9a29 derpiness
Julian Lam d7eb30ccbd fuck git pt 2
Julian Lam 9bc12f28b4 fuck git
Julian Lam 4d11fba20a auto-focusing input on login screen
Baris Usakli cb6f587f24 closes
Baris Usakli c647793512 meta config changes, refactors
Julian Lam caa057ff4d Merge branch 'master' of github.com:designcreateplay/NodeBB
Julian Lam 43152bdaf9 closed - refactoring of post creation so that, normalizing post
objects

also fixes 
Baris Soner Usakli 4cdb7ff32b closes
Julian Lam 7cbb01a78a making RDB available to plugins without require
Julian Lam 555eddff83 Merge branch 'master' of github.com:designcreateplay/NodeBB
Julian Lam a3cab53b73 added username mentions plugin to default, and tweaked admin panel to show
plugins installed via npm
Baris Soner Usakli 454d5827fd overflow hidden on users recent posts
Baris Soner Usakli 186c426691 Merge branch 'master' of https://github.com/designcreateplay/NodeBB
Baris Soner Usakli 5e1e1ecf6f moved refreshTitle into load_template callback
Julian Lam 2d3d0f688a a couple minor 'tweaks' to the plugin system so that it works with npm installed plugins
Julian Lam 7975844e4d renamed two hooks and added filter:post.get hook
Baris Soner Usakli f2b138510e removed console.log
Baris Soner Usakli 1c95ef4060 fix for infinite scroll crashing, issue
Baris Soner Usakli b43e12a42a closes , closes
Baris Soner Usakli 3f793ae902 changed document.body.offsetHeight to .height()
Baris Soner Usakli ac56f3a30a change document.body.scrollTop to .scrollTop()
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 1c08ca54c5 added subtle glowing css animation to unread notification icon
psychobunny f1547a7b1f added badge to header for unread topics count
psychobunny 746fa93c80 added API call for total unread topics; moved unread notification parsing to client side
also fixed a bug where the new notification icon glow would disappear on
page refresh even if there were existing notifications.