HDVinnie
657fe1d1d7
update: torrent api
...
- update torrent resource to parse torrent size
- add filter params for torrent size, info_hash and file_name
2020-04-07 14:20:15 -04:00
HDVinnie
408bfafc3e
Apply fixes from StyleCI
...
[ci skip] [skip ci]
2020-03-05 15:47:30 +00:00
HDVinnie
4b9c006a05
chore: phpdoc blocks cleanup
2020-03-05 10:46:14 -05:00
HDVinnie
dd0adb5f5a
chore: add missing license blocks
2020-02-12 15:21:47 -05:00
HDVinnie
780e0c1f0e
chore: update license block
2020-02-12 15:05:34 -05:00
HDVinnie
9a893662de
Apply fixes from StyleCI
...
[ci skip] [skip ci]
2020-01-08 16:28:32 +00:00
HDVinnie
c8f2390c4d
Apply fixes from StyleCI
...
[ci skip] [skip ci]
2020-01-06 15:38:43 +00:00
HDVinnie
d4f48c272f
Apply fixes from StyleCI
...
[ci skip] [skip ci]
2019-12-23 04:25:21 +00:00
HDVinnie
c55d47cabb
(Update) Torrent API 🚀
...
- added filtering
2019-12-01 11:35:46 -05:00
HDVinnie
ebdf266686
(Update) Torrent Resource 🚀
2019-11-27 08:35:05 -05:00
HDVinnie
8ad9f39029
(Add) Torrent Resources 🆕
2019-11-26 23:45:28 -05:00
HDVinnie
d889971834
Apply fixes from StyleCI
...
[ci skip] [skip ci]
2019-11-05 22:40:30 +00:00
HDVinnie
eed3b51c92
(Update) CRUDDY PT.7 🚀
2019-10-25 17:35:14 -04:00
HDVinnie
a3efd98e84
(Security Update) HTMLPurifier 🔐
...
- closes #875
- Fixes HTML Tags Not Being Contained / Elevated within user-generated bodies like (posts, comments, signature, etc.)
2019-10-11 11:57:17 -04:00
HDVinnie
1100e56c35
(Update) BBCode V2 🚀
...
- complete refactor of BBCODE
- updated wysibb
- removed decoda for internal BBCODE parser
2019-06-10 15:46:05 -04:00
HDVinnie
f711b767a2
Apply fixes from StyleCI
2019-02-09 20:56:26 +00:00
singularity43
3c93145e37
(Add) UserEchoResource Resource
...
Return user echo array.
2019-02-09 15:02:58 -05:00
singularity43
6f9d6661e4
(Add) UserAudibleResource Resource
...
Return audible array.
2019-02-09 15:02:37 -05:00
singularity43
af3220786b
(Update) ChatUserResource Resource
...
Update returned array.
2019-02-09 15:02:11 -05:00
singularity43
c0319d9feb
(Update) ChatMessageResource Resource
...
Add new array fields.
2019-02-09 15:01:45 -05:00
singularity43
ae6542a0c1
(Add) BotResource
...
To return bot array.
2019-02-09 15:01:25 -05:00
HDVinnie
d65a6479ae
Merge branch 'master' into feature/chat-private-messages
2019-02-02 20:42:27 -05:00
HDVinnie
2f2c52328b
Apply fixes from StyleCI
2018-12-06 22:57:41 +00:00
HDVinnie
00bb324053
Apply fixes from StyleCI
2018-12-06 14:42:13 +00:00
HDVinnie
1dee25b7ca
(Add) Missing License Blocks
...
- few files were missing NOTICE OF LICENSE
2018-11-05 18:51:45 -05:00
HDVinnie
640f05ae87
(Security Fix) Chatbox XSS Vulnerability
...
- Fixes Vue.js Vulnerability due to v-html directive
- if not using git:updater you must run the following commands.
`composer update && php artisan clear:all`
2018-10-28 21:02:24 -04:00
poppabear8883
9e70fb5518
(WIP) Chat Censoring v1.5
2018-07-26 16:54:25 -04:00
poppabear8883
f86891f532
(Fix) Bug in Chat, missing avatar
2018-07-25 12:46:11 -04:00
poppabear8883
a6b834ab66
(Security Update) This update addresses a potential security issue
2018-07-25 12:24:04 -04:00
poppabear8883
3bd9256cac
(WIP)[Chat] Private Messages
2018-05-16 16:17:30 -04:00
poppabear8883
6c45d42372
(WIP)[Chat] Private Messages
...
This is a "Work In Progress" commit. Its not expected to work.
2018-05-15 23:07:52 -04:00
Poppabear
2783f1122d
(Fix) Timestamps
2018-05-13 17:24:49 -04:00
Poppabear
b1de6a86a8
(Feature) TimeAgo Timestamps
2018-05-13 17:12:28 -04:00
Poppabear
82f0378856
(Fix) Bug: Emoji Parsing Issue
...
Sometime emoji's would randomly not render due to VueJS being reactive
and during DOM updates, it would just cause it to be wacky!
By parsing the emoji's server side before VueJS renders the dom, we now
solve this issue.
2018-05-10 21:13:17 -04:00
Poppabear
5ab28e929c
(fix) System message spacing issue
2018-05-09 18:41:07 -04:00
Poppabear
9a67c774e3
(fix) System message spacing issue
2018-05-09 18:32:42 -04:00
poppabear8883
bb5f506927
(Update)[Chat 2.0] removed comment
2018-05-03 21:34:55 -04:00
poppabear8883
f52662a061
(Alpha) Chat v2.0 (pusher only)
...
This is a "Alpha" commit. Its meant for Alpha testing. Features are
still being developed.
Please note, you must setup at least a FREE account with pusher and set
the corresponding fields in you `.env` file.
In the coming commits I will introducing a fallback so that once the
FREE pusher DAILY limits are reached, it will fall back to tradiational
database pulling every 3 seconds to get new messages.
There are still features that need to be added:
1. Emoji's
2. Statuses
3. User Tagging
4. Users List
5. Delete own messages, and staff moderation
and more ...
2018-05-03 21:32:59 -04:00
poppabear8883
c98c567af7
(WIP) Chat v2.0
...
This is a "Work In Progress" commit. Its not expected to work.
2018-04-30 22:50:13 -04:00