Roardom
c3506cd0e2
fix: chatter types initialize to null
...
Laravel seems to be accessing the properties even if they're not set. Related: #5021 .
2025-10-07 20:47:08 +00:00
Roardom
6f15e43223
refactor: add types to Chatter event
2025-10-03 19:50:00 +00:00
Roardom
349fa0fbab
remove: dead Ping event
...
As far as I can tell, this class isn't used for anything. Instead, anything that would use it would use Chatter with the `new.ping` type.
2025-10-01 04:32:07 +00:00
Roardom
725d13b0c4
refactor: remove unused ticket/comment events/listeners/notifications
...
These aren't currently being used. If this functionality is to be completed, it should be easy enough to find the code through the git history again. However, UNIT3D doesn't really use events and it'd be better for most of the notification sending to be inline (except the stale one of course).
2025-06-10 07:28:34 +00:00
Roardom
12903f64ac
fix: strict type issues
...
Don't pass null into functions that don't accept null.
2024-05-23 17:40:16 +00:00
Roardom
b86475a732
add: strict types to all files
2024-05-23 13:58:29 +00:00
Roardom
3ab1cc06c7
fix: various larastan event issues
2023-08-25 07:24:15 +00:00
HDVinnie
98521378d2
chore: phpdoc blocks
2022-01-10 17:46:43 -05:00
HDVinnie
77ec35bea5
chore: apply the laravel code style linter
2022-01-08 00:03:12 -05:00
HDVinnie
97394c062f
chore: adopt type hints
2022-01-07 23:35:33 -05:00
clandestine8
a737482e79
Apply fixes from StyleCI
...
[ci skip] [skip ci]
2021-09-06 23:26:02 +00:00
HDVinnie
321847e067
Apply fixes from StyleCI
...
[ci skip] [skip ci]
2021-05-16 02:41:53 +00:00
HDVinnie
3407075214
refactor: better php8 usage
...
- Change simple property init and assign to constructor promotion
- Remove unused variable in catch()
- Change docs types to union types, where possible
2021-05-15 22:41:28 -04:00
HDVinnie
752c357e85
Apply fixes from StyleCI
...
[ci skip] [skip ci]
2021-02-28 23:40:09 +00:00
HDVinnie
85b31e81e4
add: helpdesk system beta
...
- multilingual needed
- events need to be completed
- creating ticket categories from staff dashboard needs to be done
2021-02-28 18:39:51 -05:00
HDVinnie
de86488112
Apply fixes from StyleCI
...
[ci skip] [skip ci]
2020-12-18 05:20:06 +00:00
HDVinnie
467d31f10a
refactor: constructor promotions
2020-12-17 23:25:50 -05:00
HDVinnie
780e0c1f0e
chore: update license block
2020-02-12 15:05:34 -05:00
HDVinnie
e47afe4ab4
chore: styleci
2020-02-12 14:51:22 -05:00
HDVinnie
80c842e39c
chore: update license block
...
- make styleci happy
2020-02-12 14:49:18 -05:00
HDVinnie
dbb928f940
chore: update license block
2020-02-12 14:45:59 -05:00
HDVinnie
ac43aa0c77
Apply fixes from StyleCI
...
[ci skip] [skip ci]
2020-01-16 16:11:14 +00:00
HDVinnie
9a893662de
Apply fixes from StyleCI
...
[ci skip] [skip ci]
2020-01-08 16:28:32 +00: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
Laravel Shift
dcc003602b
Adopt Laravel coding style
...
The Laravel framework adopts the PSR-2 coding style with some additions.
Laravel apps *should* adopt this coding style as well.
However, Shift allows you to customize the adopted coding style through
the [.shiftrc][1] file by using your [PHP CS Fixer][2] config.
[1]: https://laravelshift.com/shiftrc-configuration-file
[2]: https://github.com/FriendsOfPHP/PHP-CS-Fixer
2019-05-09 00:04:58 +00:00
HDVinnie
74a556657e
Apply fixes from StyleCI
...
[ci skip] [skip ci]
2019-04-04 17:56:58 +00:00
HDVinnie
67339d7329
(Update) PHPDocs 🚀
2019-04-03 20:02:01 -04:00
HDVinnie
3c87845e54
(Update) Namespace models under App\Models 🚀
2019-02-22 08:15:41 -05:00
HDVinnie
f711b767a2
Apply fixes from StyleCI
2019-02-09 20:56:26 +00:00
singularity43
be642d069f
(Add) Ping Event
...
For heartbeart + audible.
2019-02-09 14:57:20 -05:00
singularity43
a9f2ce39a5
(Update) MessageSent Event
...
Add bot support.
2019-02-09 14:56:53 -05:00
singularity43
513e52c3e0
(Update) MessageEdited Event
...
Add bot support.
2019-02-09 14:56:33 -05:00
singularity43
ece40a34b8
(Add) Chatter Event
...
For private channel.
2019-02-09 14:56:10 -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
Laravel Shift
5c1c56d2ca
Adopt PSR-2 coding style
...
The Laravel framework adopts the PSR-2 coding style in version 5.1.
Laravel apps *should* adopt this coding style as well. Read the
[PSR-2 coding style guide][1] for more details and check out [PHPCS][2]
to use as a code formatting tool.
[1]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md
[2]: https://github.com/squizlabs/PHP_CodeSniffer
2018-07-18 20:13:14 +00:00
poppabear8883
3bd9256cac
(WIP)[Chat] Private Messages
2018-05-16 16:17:30 -04:00
Poppabear
8226995d9d
(Feature) Can delete chat messages
...
Rules to Moderating messages:
1. Owner can mod all
2. User can mod his own message
3. is_admin group can mod messages except for Owner messages
4. Mods CAN NOT mod other mods messages
2018-05-12 16:26:50 -04:00
poppabear8883
5d0b965c94
(Update)[Chat 2.0] User avatar status indicators
2018-05-04 16:18:12 -04:00
poppabear8883
06c65fd060
(Update)[Chat 2.0] User group colors and effects
...
Also links to users profile.
2018-05-04 09:57:41 -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
3190bc7951
(WIP) Pusher Chat v2.0
...
This is a "Work In Progress" commit. Its not expected to work!
2018-05-03 16:47:43 -04:00
poppabear8883
34ff5d33db
(WIP) Chat v2.0 (pusher)
...
This is a "Work In Progress" commit. Its not expected to work.
2018-05-02 23:08:26 -04:00
poppabear8883
2badad3f07
(WIP) Chat v2.0
...
This is a "Work In Progress" commit. Its not expected to work.
2018-04-29 20:22:16 -04:00
HDVinnie
5064235e28
(WIP) New Chat
...
- Powered by VueJS, Socket.io and Laravel Echo Server for broadcasting
events.
- Alpha Stage
- Not ready for use!!!
- https://trello.com/c/tzHOvz5h/16-shoutbox-20
2018-04-29 11:57:22 -04:00