barisusakli
984b17349a
closes #2476
10 years ago
barisusakli
4ce6341d85
fix acp for header changes
10 years ago
barisusakli
83312ad53a
faster getTeasers
10 years ago
barisusakli
14e46a87a6
closes #2529
10 years ago
barisusakli
8ed06eb773
closes #2528
10 years ago
barisusakli
04084807c2
removed app.loadConfig
10 years ago
psychobunny
da7dcd99a8
#2532 renamed to "socket.io:transports"
...
Sample config:
"socket.io": {
"transports": ["websocket"]
}
10 years ago
barisusakli
6a8a5a9de0
use validator.escape
10 years ago
barisusakli
793a0a6772
fix mark topic notifications read on enter
10 years ago
barisusakli
d314b9cae2
closes #2538
10 years ago
barisusakli
d28fb153c7
closes #2537
10 years ago
barisusakli
7ec8393004
closes #2532
10 years ago
barisusakli
1a34327f9d
removed unnecessary require
10 years ago
barisusakli
59545d740c
only emit event:user_leave to topic rooms instead of all online users
10 years ago
barisusakli
f47550d23e
closes #2533
10 years ago
barisusakli
26b2ef1543
prevent crash in getChildren
10 years ago
barisusakli
c0c85c24cf
duh strings dont work
10 years ago
barisusakli
64cc0f244d
just show err.message
10 years ago
Aziz Khoury
100f31be81
adding mid on the message returned data on addMessage
10 years ago
barisusakli
e72ec429a2
remvoed lowered pingTimeout
10 years ago
barisusakli
e74d39889e
removed extra comma
10 years ago
barisusakli
bf3f20bf8b
removed extra comma
10 years ago
barisusakli
2c7d9e1a7c
store teaserPid in topic
...
-update teaser pid as necessary in addPostToTopic, removePostFromTopic,
post purge
-removed 20x db calls from getTeasers
-fixed scroll to post in sub folder install
-upgrade script to update topics with teaserPid
10 years ago
barisusakli
0cb0dafae3
another relative_path fix
10 years ago
barisusakli
03de918f10
fix more relative path redirects
10 years ago
barisusakli
011c42bde3
updated analytics
...
accumulate pageviews, uniquevisitors and uniqueIps locally and update db
every 10 mins instead of on every page view
10 years ago
barisusakli
da4014eb71
dont allow move to same topic
10 years ago
barisusakli
8bba811aaf
closes #2522
10 years ago
barisusakli
52a53df80d
missing err check
10 years ago
barisusakli
8965855218
made breadcrumbs regular function
...
less db calls as well
10 years ago
barisusakli
518c6f7cfa
closes #2521
10 years ago
psychobunny
e0c8989e8b
closes #2519
10 years ago
psychobunny
94efa6dd87
closes #2520
10 years ago
Barış Soner Uşaklı
5f47f2226a
escape topic title and category name
10 years ago
Julian Lam
3deb423c55
testing socket availability before attempting to bind
10 years ago
Julian Lam
68e761bed0
if using sockets, reset the umask back to the old value after listening
10 years ago
Julian Lam
273e26ddb1
if a locally installed plugin not published to npm has a syntax error, this fixes it. closes #2512
10 years ago
barisusakli
9b083a6a66
half ping timeout
10 years ago
barisusakli
86bd85bba4
removed qs fix indent
10 years ago
barisusakli
2e04501224
closes #2516
10 years ago
barisusakli
348d05d3d1
remove deprecated res.json usage
10 years ago
barisusakli
b63c0df8a2
fixed event name
10 years ago
barisusakli
5a79b99a7a
derp
10 years ago
barisusakli
9f7196f5b0
dont crash if config is undefined, added error to plugins
10 years ago
Julian Lam
772f4c103a
properly pass in error value for locally installed plugin
10 years ago
barisusakli
aeae76c28d
added error false
10 years ago
Julian Lam
b565f3ac0a
closed #2497
10 years ago
barisusakli
8af5102912
missing return
10 years ago
barisusakli
8e8375cbba
validate email password on register
10 years ago
Julian Lam
b278f27ffe
partial fix to #2509
10 years ago
barisusakli
9d78a204df
missing return
10 years ago
barisusakli
5128f7d2f9
prevent crash on invalid data
10 years ago
barisusakli
6b20cf5cff
#2508
10 years ago
barisusakli
5337a31eb9
#2254 sitemap topic limit
10 years ago
barisusakli
8bea0bb6e5
fix favourite infinite scroll
10 years ago
barisusakli
f2b24eb72a
fix tests
10 years ago
barisusakli
ef3b6a2450
closes #2498
10 years ago
barisusakli
64c0e1df61
settimeout
10 years ago
Julian Lam
2914c74587
allowed admin to remove skins, if set
10 years ago
barisusakli
9e9b138afb
removed unused code
10 years ago
barisusakli
080c54d414
#2434
10 years ago
barisusakli
e18ad61ff6
fix login maybe?
10 years ago
barisusakli
356f577a74
redirect to correct login
10 years ago
barisusakli
85dfedeedc
removed commented out code
10 years ago
barisusakli
7ae7c50f56
app.user
10 years ago
barisusakli
7d6c81160b
show 20 results for user search
10 years ago
Julian Lam
aaef0ad282
closed #2495
10 years ago
barisusakli
64e13df14c
removed node cluster spawn procs on ports
10 years ago
psychobunny
fc00791125
a plugin's package.json can be invalid too
10 years ago
barisusakli
5576ef0d1e
upgrade script to remove fields
10 years ago
psychobunny
c0bce71984
added some failsafe checks for filter:user.isModerator
10 years ago
barisusakli
48337e4f51
check err
10 years ago
psychobunny
113d35887c
moved admin.getVoters to posts.getVoters; now getVoters modal can be accessed by moderators as well
10 years ago
psychobunny
63367bd670
*user.isModerator*, duh
10 years ago
psychobunny
673145d413
added filter:users.isModerator
10 years ago
barisusakli
612aa4e55b
closes #2491
10 years ago
barisusakli
09a5d92dba
correct method name
10 years ago
barisusakli
9075a8d4c9
added back isAdmin into admin middleware with a warning
10 years ago
barisusakli
97d01de155
fix acp
10 years ago
barisusakli
ddd6ed9e8c
#2477 403 page
10 years ago
barisusakli
be11577aa4
closes #2477
10 years ago
barisusakli
9023060008
moved category redirect up
10 years ago
Julian Lam
aa44894db2
fixing home breadcrumb, #1984
10 years ago
barisusakli
866adab648
removed console.log
10 years ago
Julian Lam
66bbbfcd22
fixed url being overwritten
10 years ago
Julian Lam
420649d3bd
no longer setting sourcemap header for minifiedjs
10 years ago
barisusakli
d544b19220
set path on socket.io server
10 years ago
barisusakli
3a0b92a0e4
fix path for socket.io subfolder install
10 years ago
Julian Lam
d16cfb89e0
extra log, #2246
10 years ago
Julian Lam
5cc30ca1a0
more cache hash fixes
10 years ago
Julian Lam
82708d65c6
propagating hash to all workers on css compilation
10 years ago
barisusakli
46e022e97f
closes #2483
10 years ago
barisusakli
647b15c7ef
Merge remote-tracking branch 'origin/master' into socket.io1.x
10 years ago
psychobunny
6fe093324a
moved signature length setting out of settings/user and into settings/post; created new sub section for signatures
10 years ago
psychobunny
63a5002b53
closes #2441
10 years ago
psychobunny
92addc349b
signatures:disableLinks and signatures:disableImages config options
10 years ago
barisusakli
957800b2c3
Merge remote-tracking branch 'origin/master' into socket.io1.x
10 years ago
Julian Lam
f00a3dbf49
minor fix to upgrade script
10 years ago
Julian Lam
604f883ac2
closed #2478
10 years ago
Julian Lam
1378e1155f
fixed #2479
10 years ago