Julian Lam
f91f705f90
Merge branch 'master' into fix-vendors
9 years ago
Julian Lam
d876763846
added logic to filter out prerelease versions of NodeBB from the update checker
9 years ago
Barış Soner Uşaklı
bd6d44aeaa
closes #4327
9 years ago
Julian Lam
72a05c1d07
disabling graph animation on mobile devices
9 years ago
Julian Lam
e1323c0295
Updated js code so vendors can be added to the modules folder, so
...
they can be required properly and we can finally get rid of that
really annoying "mismatched anonymous" error in Require.js.
First module to make the transition: Chart.js
9 years ago
Julian Lam
088940d4c7
Squashed commit of the following:
...
commit 49e6c0040cc82c1e2684933a8e167ef14854aff8
Author: Julian Lam <[email protected] >
Date: Thu Feb 25 16:12:15 2016 -0500
added recording and charts for topic and post counts globally and by cid
commit e02ff70757f778aa016fbc42ef10a5da2d07a9d9
Author: Julian Lam <[email protected] >
Date: Thu Feb 25 15:35:49 2016 -0500
added labels to charts
commit e75d83bf3886e5183bcf5fcd848d71c513761e01
Author: Julian Lam <[email protected] >
Date: Thu Feb 25 13:30:47 2016 -0500
added per category graphs to ACP management page
commit e3f543200950925cc9e8bf33cccb592f949a100e
Author: Julian Lam <[email protected] >
Date: Thu Feb 25 12:36:11 2016 -0500
updated analytics to move helper methods to analytics lib and sending per category analytics to ACP page
commit 01891d8f7c408925fcdad18dcaa941e5ebbeb9b2
Author: Julian Lam <[email protected] >
Date: Wed Feb 24 16:48:55 2016 -0500
saving per-category analytics, and updated the writeData method to use async for "clarity"
9 years ago
Julian Lam
fc495a83ec
closes #3763
10 years ago
Julian Lam
992bcffcdf
we stopped using -dev versions, so this conditional is unnecessary
10 years ago
Julian Lam
f673f4f186
🐶
10 years ago
Julian Lam
e232d9e198
Fixed issue where page view counts kept changing
...
... when they should only really be updated for the
hourly pageviews graph.
10 years ago
Julian Lam
6d386dd2ee
Fixed some labelling issues and added support for last month
10 years ago
Julian Lam
7f9ac3f1fe
Fixing bug where the labels would revert back to hours
10 years ago
Julian Lam
027d80debd
Fixed issue where graph would always switch back to single-day
10 years ago
Julian Lam
9c1b067445
Closes #3884
...
Added toggles to change graph to monthly view vs regular
single-day view.
Also fixed issue where labels were out of date as the graph
data changed.
10 years ago
barisusakli
5879185ebc
single proc stats
10 years ago
barisusakli
80d6ba6b44
closes #3676
10 years ago
barisusakli
daf1a388eb
closes #3039
10 years ago
psychobunny
b69ea4564a
fix user presence graph
...
if nobody's using your forum at all, this thing stopped working
altogether
10 years ago
psychobunny
c01f06214e
don't re-render graph if data is stale
10 years ago
psychobunny
c6713177d3
realtime mode toggle for dashboard
10 years ago
barisusakli
9d562a8708
closes #3245
10 years ago
psychobunny
a355fbfc81
closes #2769
10 years ago
barisusakli
163b70fba9
fix acp logout
10 years ago
psychobunny
c188fa2a1f
closes #3049
10 years ago
barisusakli
a14249dee6
removed tags
10 years ago
psychobunny
5c59aa7737
closes #2986
10 years ago
Barış Soner Uşaklı
41db2dcd14
removed idle added recent tags presence info
10 years ago
barisusakli
77e956861a
#2486
...
various fixes for socket.io cluster
display user presence correctly
10 years ago
psychobunny
f6d90782a8
hinting
10 years ago
barisusakli
712d5bce5b
show 24 hours in traffic graph
11 years ago
barisusakli
94cf29d42c
show monthly page views
11 years ago
Julian Lam
fb6026f95f
fixed issue where logging out via ACP caused CSRF error
11 years ago
barisusakli
d43e8beb60
fix acp topic graph disappearing
...
clear usedColors on ajaxify, once it was filling up the graph was never
updating after ajaxify
11 years ago
barisusakli
6dd035a5af
prevent crash if topic graph is clicked while not loaded
11 years ago
barisusakli
3f28dbb1be
update ACP every 10 seconds
11 years ago
barisusakli
e9ec225d5b
removed isConnected check
11 years ago
barisusakli
4db31be7e3
#2200 actually fix dupe colors, show 10 topics
11 years ago
barisusakli
794d6eb9ab
closes #2200
11 years ago
barisusakli
94ffe5d170
closes #2276
11 years ago
psychobunny
b0ec0f52a4
cleanup
11 years ago
psychobunny
3f876548ba
linting
...
I also want to lint the rest of this file but I have no idea what will
explode and it's almost 1AM. Next time ;)
11 years ago
psychobunny
ed60deb3f5
fixed ACP from previous commit
11 years ago
psychobunny
b51c90dcb3
doing some reshuffling in public/src
...
public/src/admin and public/src/client; also some cleanup in
src/meta/js, no need to filter out admin files anymore
11 years ago