Commit Graph

4288 Commits (70299ea5c2a9ae0ed6cfe7b0d56775bd41e13ada)
 

Author SHA1 Message Date
Baris Soner Usakli 70299ea5c2 better search result page
Baris Soner Usakli f5ec24e925 Merge branch 'master' of https://github.com/designcreateplay/NodeBB
Baris Soner Usakli 016642bc16 show 1 ip per line
Julian Lam 34336a1069 Merge branch 'master' of github.com:designcreateplay/NodeBB
Julian Lam 1837a8443c shifting socket.io back to the end :\
Baris Soner Usakli 98fa8c419d closes
Baris Soner Usakli 55b5d0c209 Merge branch 'master' of https://github.com/designcreateplay/NodeBB
Baris Soner Usakli e4b6d0e1ff closes
Julian Lam a8d2b46911 fixed incorrect path in plugin script inclusion
Julian Lam e70bc9f163 added deprecation warning for plugins using filter:scripts.get
Julian Lam 5553e07bbd moving socket.IO client lib to top of file, just in case
Julian Lam 4c2a6953f1 concatenating the client scripts, instead of compressing, in development mode
Julian Lam 3860abdc24 plugins can now pass in scripts in plugin.json, and they will be bundled into nodebb.min.js
Julian Lam 14d7453a23 bundling socket.io client library into minfile, minfile always used from this point forward, even in development mode.
Development mode will not compress the scripts, but will just concatenate.
Julian Lam 033c5d5726 es, fr, nb, sv, zh_CN translations
Baris Soner Usakli 5732994097 reset_code click fix
Baris Soner Usakli feeb220514 removed console.log
Baris Soner Usakli 1b7f8cc5cb active users fix
Baris Soner Usakli fb691b23b4 moved topic locked check to topic.reply
Julian Lam 77f5d6ff7d Merge branch 'master' of github.com:designcreateplay/NodeBB
Julian Lam 1c324f45cf tried fixing absentee detection in active users
Baris Soner Usakli c6ff8e1042
Julian Lam 079ed10631 Merge branch 'master' of github.com:designcreateplay/NodeBB
Julian Lam 2b178ff76d proper tracking of users' reply status when others enter the room
Baris Soner Usakli 2966cc4a49 minor fix
Baris Soner Usakli b2f9184562 Merge branch 'master' of https://github.com/designcreateplay/NodeBB
Baris Soner Usakli b6d97281d3 closes
Julian Lam a9b78d2600 minimizing the composer should unregister it
Julian Lam 68fb6ec09a Merge branch 'master' of github.com:designcreateplay/NodeBB
Baris Soner Usakli 42a7c037e6 removed dupe i var
Julian Lam f2ffc2b533 properly referencing the tid of the composer instead of blindly checking templates.get('topic_id')
Baris Soner Usakli 8cda88790e Merge branch 'master' of https://github.com/designcreateplay/NodeBB
Baris Soner Usakli 3c6e4ebda1 possible fix to
Julian Lam fcb44ae256 Merge branch 'master' of github.com:designcreateplay/NodeBB
Julian Lam d012d237bf added back clearInterval
Baris Soner Usakli c4d1c8feff Merge branch 'master' of https://github.com/designcreateplay/NodeBB
Baris Soner Usakli 87f337f2fb cleanup
Julian Lam 7ef84e0daa switched to 'ping active' system
Julian Lam 7ff9fa1a44 Merge branch 'master' of github.com:designcreateplay/NodeBB
Julian Lam b3d7ae1c86 showing who is replying in the active users block
Baris Soner Usakli 0c9ab5e93f Merge branch 'master' of https://github.com/designcreateplay/NodeBB
Baris Soner Usakli fff3ba5bec hinted redis.js
Julian Lam ea222a4295 Merge branch 'master' of github.com:designcreateplay/NodeBB
Julian Lam 0fecbf7cbf entity decoding in filenames
Baris Soner Usakli 8eca195530 updateHeader once on load
Julian Lam 6bc759748f Merge branch 'master' of github.com:designcreateplay/NodeBB
Julian Lam 1f136c6a72 ninjafix to mappedPath
Baris Soner Usakli 24b669bd39 some fixes for search plugin
Julian Lam 1c19ae48bd fixed -- also removed near-meaningless info messages saying that a Hook had been registered.
Julian Lam 5540313b7f fixing path resolution for plugins in production mode