Commit Graph

143 Commits (65029ae169d3029479d6958658c3806bdcebe9df)

Author SHA1 Message Date
Baris Soner Usakli 65029ae169 content length changes
Julian Lam 6e91810231 introduction of theme engine parsing (themes go in /public/themes!)
Baris Usakli 2bb4aab6ac changes to online users code
Baris Usakli 8d21d4f998 closes
Julian Lam 145898c3ba using nconf to manage config file now (issue )
Baris Soner Usakli 28b113c09f Merge branch 'master' of https://github.com/designcreateplay/NodeBB
Baris Soner Usakli 61cc0853db browsing thread changes to use sessions
Julian Lam 561ff38e5a if every post gets deleted in a topic, then the topic deletes itself also
Baris Soner Usakli 910e9d6ee0 closes
Baris Soner Usakli 62ef925fd3 removed graph/picture, closes
Baris Usakli 93653e88df changed most of the ajax calls to use sockets
Baris Usakli 8f2a0014b3 closes
Baris Usakli 1d39b08195 password change, closes
Baris Soner Usakli ac04bef26e live tiles on home page, ninjaed from andrew might need to randomize starting times, can be disabled by removing the slider class from the div, maybe this should be a setting in admin/categories
Baris Soner Usakli 8f4848cc69 userList function for active users, moved it to server side too
Baris Soner Usakli f2d7f856aa async.each in user.js
Baris Usakli e24606ff73 fixed quoting
Baris Usakli 0c77db1f22 fixed editing
Baris Usakli 98013536d1 more fixes
Baris Soner Usakli c1484afab7 more fixes
Baris Usakli 1a992b7147 first batch of changes
Baris Soner Usakli c571a73a8b closes
Baris Usakli aecffecdf1 footer shows total topic post count
Julian Lam 5f5b30eae8 hotfixing notif spam on chat
Julian Lam 97f87ee003 Merge branch 'master' of github.com:psychobunny/node-forum
Julian Lam 936a284397 enabling infinite post loader (re: issue ), fixes
Julian Lam 9df0b39a5d started integrating infinite post loading for topic view (re: issue )
Baris Usakli c870e8bbf3 testing user search in admin panel
Baris Usakli 746faa9488 delete user button in admin/users. the latest/top posters and most reputation sorting is working now in admin/users
Baris Soner Usakli e0debed04f removed ajax from make/remove admin
psychobunny 1162b2020d categories admin basic features completed - name, description, icon selector + background color
Julian Lam d0e5c0dcf1 Merge branch 'master' of github.com:psychobunny/node-forum
Julian Lam 87e2023c86 closed by implementing solution
Baris Usakli 51842a32da dont let users with the same username/slug register closes
Baris Usakli a0751d6caa Merge branch 'master' of https://github.com/designcreateplay/NodeBB
Baris Usakli d3a190d74e username to userslug change
Julian Lam 89e852f692 adding 'load more topics' button to topic admin
Julian Lam e158fdc963 Merge branch 'master' of github.com:designcreateplay/NodeBB
Julian Lam 4d99870063 updating nodebb executable so that it sends a NODE_ENV environment
variable in, and modified app.js and redis lib to read it.
Baris Soner Usakli e49d2707eb changed the follower/following keys
Baris Usakli aaab212128 fixed more indentation
Baris Usakli b1e369f1fc chat notification redirect wont be null
Baris Soner Usakli 0a0f8a21f0 changed new Date().getTime() to Date.now() on server side
Baris Usakli b7e2bfff3d send notification to all followers when a user makes a post
Julian Lam 2dea93d0fb Merge remote-tracking branch 'origin'
Julian Lam 740cf13e8d updated less-middleware to 1.1.12 (fixing odd regression with LESS package update). Fixed issue where editing of posts was wonky because the title was being grabbed incorrectly
Julian Lam 2914496799 fixing bug where an anonymous user could follow a topic... yikes
Julian Lam 882b9a917f ability for users to now follow/subscribe to threads
Julian Lam 7e55e7b3d2 fixing quoting that broke with the introduction of the new post window
Julian Lam a09cfd9304 started work on noscript tags in pages (but blocked by template bug with block processing), allowed reverting of theme in ACP
introducing mixins css file