barisusakli
f9c8b1acf8
if a parent category is deleted add its children to root
9 years ago
barisusakli
32041d50f7
prevent crash if children are falsy
9 years ago
barisusakli
f87fc83529
up db search
9 years ago
barisusakli
da9a6ba399
missing ;
9 years ago
barisusakli
0a9f82e30d
removed some dupe code from chats
9 years ago
barisusakli
2f94307125
removed duplicated code in chats
9 years ago
barisusakli
5c51efdab3
globals config.relative_path
9 years ago
barisusakli
69ebe7679d
removed console .log
9 years ago
barisusakli
c98bd87334
better checks for file extensions
...
jpg allows jpeg
dots dont break extensions
9 years ago
barisusakli
fbfb39f967
moved socket connection out of app.js
9 years ago
barisusakli
a14810a2e0
wrap lwip.open in try catch, it throws on unknow types, closes #3632
9 years ago
barisusakli
9ff3be67db
generic check length method
9 years ago
barisusakli
35a2141da6
reset changes
9 years ago
barisusakli
6363bbc2ba
moved reset out
9 years ago
barisusakli
fe5d19e515
code climate yml
9 years ago
barisusakli
1182237f3d
isInvited
9 years ago
barisusakli
e1dc161119
added isOwner
9 years ago
barisusakli
c4b258c747
added .before to socket.io/groups.js
9 years ago
barisusakli
be7c2cc88a
closes #3630
9 years ago
psychobunny
26aa9a6251
Merge branch 'master' of https://github.com/NodeBB/NodeBB
9 years ago
psychobunny
a8d44758cb
acp remove logo fix
9 years ago
barisusakli
31ddb8a0e0
uid can be group names :dull:
9 years ago
barisusakli
5555b9256d
Merge remote-tracking branch 'origin/master'
9 years ago
barisusakli
6e66b32fe1
dont escape the query that is send to search escape on the way out
9 years ago
psychobunny
8403b010a5
fixes theme screenshots in acp
9 years ago
psychobunny
4dcba62e95
cleanup
9 years ago
psychobunny
281c4415cb
--activate fix
9 years ago
barisusakli
244c75f809
admin controllers
9 years ago
barisusakli
3858f6777d
check groupName and uid on groups.join
9 years ago
barisusakli
d7f82f96b1
remove threadTools require
9 years ago
barisusakli
777157c0d6
remove old postTools requires
9 years ago
barisusakli
0c6495de72
moved postTools and threadTools into posts/ and topics/
9 years ago
psychobunny
19a0e1cf54
adding a log for --activate command
9 years ago
psychobunny
8c948ccbae
bump tjs
9 years ago
barisusakli
8af64ba984
closes #3626
9 years ago
barisusakli
8c2fdcc77c
group escape fixes
9 years ago
Barış Soner Uşaklı
2e1661a5e8
Merge pull request #3618 from jongarrison/master
...
Revised: Added req and res objects to the widget rendering process
9 years ago
psychobunny
fbc484d3c9
nodebb --activate plugin-name
9 years ago
barisusakli
1cda4e8d9b
scrollbar and scroll to bottom on logs page
9 years ago
Julian Lam
c148b1c956
If a new message arrives, replace the teaser with the new message content, closes #3623
9 years ago
barisusakli
9cef1ffe99
forgot parseInt
9 years ago
Julian Lam
2e3eef136f
Update chat frontend to better handle incoming messages
...
When an incoming message occurs from somebody who is new,
a new chat contact is spawned and put into the contact list.
9 years ago
barisusakli
da09ce3e06
optimize getParents
...
when loading the root categories listing all categories have a parentCid
of 0 so return early instead of calling the database with
['category:0','category:0','category:0''category:0' ...]
9 years ago
psychobunny
f6b4080949
upping tjs one last time 👍
9 years ago
psychobunny
eaa283aed4
tjs 0.2.13
9 years ago
psychobunny
d010113c71
tjs 0.2.12
9 years ago
psychobunny
f561ca7591
bumping tjs
9 years ago
barisusakli
04be0411e7
build search categories server side
9 years ago
Julian Lam
7fae82a9bd
Update chat page behaviour on mobile
...
As the chat page is not optimised for mobile devices, if
entered, the chat messages themselves will be hidden
(corresponding commits on themes), and the client-side
javascript will open the chat modal when contacts are clicked.
9 years ago
Julian Lam
34a6275b85
sanitise chat teaser
9 years ago