Commit Graph

79 Commits (743cd20441537d9dcb014eb9bb32d15bd92cce4e)

Author SHA1 Message Date
Barış Soner Uşaklı 743cd20441 closes
barisusakli 2c8e8a1f1c closes , closes
barisusakli dc0229fc73 closes
barisusakli 712d5bce5b show 24 hours in traffic graph
barisusakli 94cf29d42c show monthly page views
barisusakli 64e13df14c removed node cluster spawn procs on ports
psychobunny 113d35887c moved admin.getVoters to posts.getVoters; now getVoters modal can be accessed by moderators as well
Julian Lam fa39b5e46b closed
barisusakli d0bc5ec9c7 client/topics.js refactor
ability to dismiss all flags
barisusakli 9ab74b0a61 added ability to take heap snapshots
barisusakli 9d56f50967 voters info
Julian Lam 19297e2d22 plugin installation takes a version now, and queries nbbpm,
better error handling for 

upgrades now also call the suggestion route from nbbpm

upgrade button will show alert now if you try to upgrade past the suggested version, 
barisusakli 7bfc36ff56 dont call isAdmin if not logged in
Julian Lam ffdc4b5d24 fixed places where site_title was being referenced in config, instead of the correct "title"
barisusakli 3c25204fdd removed clear log, doesnt work with logrotate-stream
barisusakli 3819d11be2
barisusakli 5d79d2a75a closes
added unique visitors analytics
only update it every hour
barisusakli f6f6ca7f76 closes
barisusakli 394a01fdef closes
barisusakli 5db24fbe68 closes
barisusakli 9c996e4b99 on config save update meta.config on all workers
also dont make 20 socket.emit calls for each setting field, everything
will be send in 1 socket call.
psychobunny d79b6b3803 forum traffic graph - unique visitors vs pageviews
barisusakli cc3786e22d closes
Julian Lam 08abbe19bc zero downtime and reload support with cluster module
Julian Lam ab77e6767e closed
barisusakli d411ed5c28 closes
Julian Lam 89a9d4b7f2 logic for
barisusakli e6c9647acf display user post topic stats in admin index
Charles 51fb7786f5 Don't reset widgets when changing skin
barisusakli b537666e5c closes , closes
barisusakli b1aae05a08 closes
psychobunny a5a2e6f04e update BS brand colors in ACP
barisusakli a1e6a3616c ability to install/uninstall plugins from ACP
Julian Lam 8cb2b9b97a fixed -- themes and plugins no longer auto-restart the server
psychobunny da665853e4 bugfixes
psychobunny 5ffeb3319b socket.io admin/groups
psychobunny aaa2dbe757 removed unused topics; fixed require
psychobunny 9e24ccc976 socket.io admin/categories
psychobunny 2fc6bfaa72 socket.io admin/user
barisusakli 197e61a5d0 admin js language keys
barisusakli 10f56faf9d admin cleanup
removed unnecessary admin checks in src/admin/user then realized they
are just one liners so moved them to src/socket.io.admin.js moved
categories update to categories folder
psychobunny 7926514c95 draft zone for widgets, closes
barisusakli ec63ba4b17 removed unused method
barisusakli 880c393b6d fixed admin groups page
changed gid to groupName
Julian Lam 0e44eb8629 final refactoring pass for groups --
Julian Lam 7b4f596aba updating all group lib methods, and their callers --
Julian Lam 4239c376c8 truncating user list in Groups ACP page, resolved . Refactored system groups handling
Julian Lam 16f1db4f5d fireEvent reflection socket call, tweaks to Sounds page in ACP
Julian Lam 14a0b45ae8 securing settings.save socket listeners behind admin namespace
barisusakli 1354739d19 user deletion
user deletion NOT SKALABLE