Julian Lam
56a87329ec
removing extra line
12 years ago
Baris Usakli
eddddc694d
closes #302
12 years ago
Baris Usakli
ce61138351
fixed conflicts
12 years ago
Baris Usakli
564662ee00
closes #294
12 years ago
psychobunny
678db837fd
refactored post-block
12 years ago
psychobunny
c789f4230d
formatted app.js, updated jshintrc to include node
12 years ago
psychobunny
1b9e451a6f
formatting - server side admin
12 years ago
psychobunny
1780b343b4
formatting - routes
12 years ago
psychobunny
aea3181d27
formatting - server side core
12 years ago
psychobunny
c44461e33f
formatting - template js admin side
12 years ago
psychobunny
221b9bc149
formatting - template associated js
12 years ago
psychobunny
dc41c6bc0d
formatting - core client side
12 years ago
psychobunny
828d937dec
.jsbeautify
12 years ago
psychobunny
cf889cfe25
.jshintrc, massive dehinting adventure to follow
12 years ago
psychobunny
6bab2523d5
fixes #276 popup alert appearing under admin content
12 years ago
psychobunny
d714b5c592
editorconfig end_of_line
12 years ago
psychobunny
08316496cd
fixes #289 recent page not responsive
12 years ago
psychobunny
d5fd985f0d
applied previous commit to default theme instead
12 years ago
psychobunny
eab7839195
fixes #298 footer flash onload
12 years ago
Julian Lam
18717dd6f5
Merge branch 'master' of github.com:designcreateplay/NodeBB
12 years ago
Julian Lam
d249f411f8
closed #300 - issue where web socket connections were not working properly
...
with passworded redis instances
12 years ago
psychobunny
b85e2545d6
fixes #299
12 years ago
Julian Lam
79280b195e
changed get_uid_by_userslug to be error-first
12 years ago
Julian Lam
4a18728e19
closed #297
12 years ago
Julian Lam
b7498416fa
fixing redisstore sessions with passworded redis stores
12 years ago
Julian Lam
49b201db0f
added heroku support for dynamic port reading via process.env
12 years ago
Julian Lam
be4d6761b1
Merge branch 'master' of github.com:designcreateplay/NodeBB
12 years ago
Julian Lam
c01ba1a3cb
closed #296
12 years ago
Baris Soner Usakli
af59ff3209
closes #286 , closes #287
12 years ago
Baris Soner Usakli
b0a37c6ac5
closes #293
12 years ago
Julian Lam
8b3fd9d1e9
fixed bug where deleted threads caused thread tools to disappear (js
...
error)
12 years ago
Julian Lam
95b16690e0
altering api route to use next() instead of echoing 404...
12 years ago
Julian Lam
f6b865a052
closed #292
12 years ago
Julian Lam
d1c756306a
updates to allow dynamic addition of static directories provided by plugins
12 years ago
Julian Lam
ad5af8e123
updated screenshots for 0.0.6
12 years ago
psychobunny
ba89285c74
editorconfig; whitespace from favourites
12 years ago
psychobunny
43c0c2ec2a
fix for favouriting
12 years ago
psychobunny
a277104ad5
dehinted favourites.js
12 years ago
psychobunny
84afffc761
categories.js jshinted
12 years ago
Julian Lam
5e5680fd13
Merge branch 'master' of github.com:designcreateplay/NodeBB
12 years ago
Julian Lam
727da38fb6
fixing issue where upgrade path only applies db fixes to default redis host and port
12 years ago
Baris Soner Usakli
79096cfdce
online count fix for anon users
12 years ago
Baris Soner Usakli
a848f82b8f
fix for upgrade script
12 years ago
Julian Lam
71bdd4608b
removed defunct installation routes
12 years ago
Julian Lam
f04a948152
Merge pull request #282 from vincentbriglia/master
...
User search in non-admin removes search header/input
12 years ago
Vincent Briglia
15be3e52ae
Merge remote-tracking branch 'upstream/master'
12 years ago
Vincent Briglia
b1003e954e
user search shouldn't replace the whole top-level userbox
12 years ago
Julian Lam
f2b9a7ff0c
Merge pull request #279 from vincentbriglia/master
...
isEmailAvailable returns inverted value
12 years ago
Vincent Briglia
19ad9ab224
inverted value required, double exclamation mark just casts as boolean
12 years ago
Vincent Briglia
8eae8a4fb5
!undefined = true
...
!!undefined = false
!!!undefined = true
!false = true
!!false = false
!!!false = true
!true = false
!!true = true
!!!true = false
when using isEmailAvailable (positive) in correlation with exists (positive) make sure that the outcome is a positive return (and not an inverted)
12 years ago