Commit Graph

12175 Commits

Author SHA1 Message Date
barisusakli
0a9f82e30d removed some dupe code from chats 2015-09-18 14:30:18 -04:00
barisusakli
2f94307125 removed duplicated code in chats 2015-09-18 12:22:16 -04:00
barisusakli
5c51efdab3 globals config.relative_path 2015-09-18 11:27:40 -04:00
barisusakli
69ebe7679d removed console .log 2015-09-18 11:22:55 -04:00
barisusakli
c98bd87334 better checks for file extensions
jpg allows jpeg
dots dont break extensions
2015-09-18 11:07:43 -04:00
barisusakli
fbfb39f967 moved socket connection out of app.js 2015-09-18 10:58:32 -04:00
barisusakli
a14810a2e0 wrap lwip.open in try catch, it throws on unknow types, closes #3632 2015-09-18 09:42:09 -04:00
barisusakli
9ff3be67db generic check length method 2015-09-18 09:27:13 -04:00
barisusakli
35a2141da6 reset changes 2015-09-17 22:15:28 -04:00
barisusakli
6363bbc2ba moved reset out 2015-09-17 21:54:12 -04:00
barisusakli
fe5d19e515 code climate yml 2015-09-17 20:59:53 -04:00
barisusakli
1182237f3d isInvited 2015-09-17 20:55:18 -04:00
barisusakli
e1dc161119 added isOwner 2015-09-17 20:48:40 -04:00
barisusakli
c4b258c747 added .before to socket.io/groups.js 2015-09-17 19:57:47 -04:00
barisusakli
be7c2cc88a closes #3630 2015-09-17 19:29:41 -04:00
psychobunny
26aa9a6251 Merge branch 'master' of https://github.com/NodeBB/NodeBB 2015-09-17 19:05:22 -04:00
psychobunny
a8d44758cb acp remove logo fix 2015-09-17 19:04:49 -04:00
barisusakli
31ddb8a0e0 uid can be group names :dull: 2015-09-17 19:04:29 -04:00
barisusakli
5555b9256d Merge remote-tracking branch 'origin/master' 2015-09-17 19:03:09 -04:00
barisusakli
6e66b32fe1 dont escape the query that is send to search escape on the way out 2015-09-17 19:03:03 -04:00
psychobunny
8403b010a5 fixes theme screenshots in acp 2015-09-17 17:49:08 -04:00
psychobunny
4dcba62e95 cleanup 2015-09-17 17:31:11 -04:00
psychobunny
281c4415cb --activate fix 2015-09-17 17:17:46 -04:00
barisusakli
244c75f809 admin controllers 2015-09-17 16:25:15 -04:00
barisusakli
3858f6777d check groupName and uid on groups.join 2015-09-17 15:36:32 -04:00
barisusakli
d7f82f96b1 remove threadTools require 2015-09-17 15:13:10 -04:00
barisusakli
777157c0d6 remove old postTools requires 2015-09-17 15:12:26 -04:00
barisusakli
0c6495de72 moved postTools and threadTools into posts/ and topics/ 2015-09-17 15:05:29 -04:00
psychobunny
19a0e1cf54 adding a log for --activate command 2015-09-17 15:04:32 -04:00
psychobunny
8c948ccbae bump tjs 2015-09-17 14:46:37 -04:00
barisusakli
8af64ba984 closes #3626 2015-09-17 13:37:04 -04:00
barisusakli
8c2fdcc77c group escape fixes 2015-09-17 00:21:58 -04:00
Barış Soner Uşaklı
2e1661a5e8 Merge pull request #3618 from jongarrison/master
Revised: Added req and res objects to the widget rendering process
2015-09-16 20:50:49 -04:00
psychobunny
fbc484d3c9 nodebb --activate plugin-name 2015-09-16 19:25:05 -04:00
barisusakli
1cda4e8d9b scrollbar and scroll to bottom on logs page 2015-09-16 18:43:32 -04:00
Julian Lam
c148b1c956 If a new message arrives, replace the teaser with the new message content, closes #3623 2015-09-16 18:25:32 -04:00
barisusakli
9cef1ffe99 forgot parseInt 2015-09-16 18:16:21 -04:00
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.
2015-09-16 18:15:10 -04:00
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' ...]
2015-09-16 18:13:08 -04:00
psychobunny
f6b4080949 upping tjs one last time 👍 2015-09-16 18:08:38 -04:00
psychobunny
eaa283aed4 tjs 0.2.13 2015-09-16 18:04:33 -04:00
psychobunny
d010113c71 tjs 0.2.12 2015-09-16 17:53:23 -04:00
psychobunny
f561ca7591 bumping tjs 2015-09-16 17:38:22 -04:00
barisusakli
04be0411e7 build search categories server side 2015-09-16 17:17:58 -04:00
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.
2015-09-16 16:05:00 -04:00
Julian Lam
34a6275b85 sanitise chat teaser 2015-09-16 15:44:10 -04:00
Julian Lam
2a11368dda 0.8.2 2015-09-16 15:01:53 -04:00
barisusakli
70b8d546b3 fix breadcrumb 2015-09-16 14:58:49 -04:00
barisusakli
4826883484 up themes, 404 non existing popular pages 2015-09-16 14:51:55 -04:00
barisusakli
ade9a44b11 closes #3590 2015-09-16 14:45:45 -04:00