Commit Graph

232 Commits

Author SHA1 Message Date
noor
1eea7ff15e clock-work 2023-06-08 18:56:00 +05:30
noor
5e4e02d47f select-changes 2023-06-08 18:54:47 +05:30
noor
353c0ec270 select-user changes 2023-06-08 18:54:47 +05:30
noor
c966bf2111 upadte-jquery & summernote 2023-06-08 18:54:47 +05:30
noor
b6463ba58a modifed 2023-06-08 18:54:47 +05:30
noor
179f470402 changes-n 2023-06-08 18:54:47 +05:30
noor
2841a08207 Theme3.2.0 2023-06-08 18:54:47 +05:30
RafficMohammed
0654723809 Existing bugs commits squashed
validation-bugsnag-email

auto-update

datatables

adding-engine

backup

fixes

Apply fixes from StyleCI

duedate fixes

Apply fixes from StyleCI

style-changes

changes

Apply fixes from StyleCI

changes-n

Apply fixes from StyleCI

manual-update

database:sync

issues

bugfixes

mail

Apply fixes from StyleCI

Apply fixes from StyleCI
2023-03-29 10:16:46 +05:30
RafficMohammed
34bb914fef mail 2023-02-28 19:58:21 +05:30
RafficMohammed
40809202df bugfixes 2023-02-28 19:25:06 +05:30
RafficMohammed
67950fc78f fixes 2023-02-17 13:25:50 +05:30
RafficMohammed
d468d309aa auto-update 2023-02-01 16:45:32 +05:30
RafficMohammed
9dd3f53910 validation-bugsnag-email 2023-01-31 13:17:59 +05:30
RafficMohammed
2ec836b447 seeder-migration-issues 2023-01-30 14:33:06 +05:30
RafficMohammed
a8a0743b2c handler-and-view 2023-01-08 03:15:16 +05:30
StyleCI Bot
16083484fd Apply fixes from StyleCI 2023-01-07 20:58:45 +00:00
Shift
0b263803ad Apply Laravel coding style
Shift automatically applies the Laravel coding style - which uses the PSR-12 coding style as a base with some minor additions.

You may customize the code style applied by configuring [Pint](https://laravel.com/docs/pint), [PHP CS Fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer), or [PHP CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer) for your project root.

For more information on customizing the code style applied by Shift, [watch this short video](https://laravelshift.com/videos/shift-code-style).
2023-01-07 20:55:49 +00:00
StyleCI Bot
a5dde6a61a Apply fixes from StyleCI 2023-01-07 20:34:10 +00:00
Shift
87acc30a0b Apply Laravel coding style
Shift automatically applies the Laravel coding style - which uses the PSR-12 coding style as a base with some minor additions.

You may customize the code style applied by configuring [Pint](https://laravel.com/docs/pint), [PHP CS Fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer), or [PHP CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer) for your project root.

For more information on customizing the code style applied by Shift, [watch this short video](https://laravelshift.com/videos/shift-code-style).
2023-01-07 20:32:31 +00:00
StyleCI Bot
ae0b5485b8 Apply fixes from StyleCI 2023-01-07 19:54:45 +00:00
Shift
74bd29e1ee Apply Laravel coding style
Shift automatically applies the Laravel coding style - which uses the PSR-12 coding style as a base with some minor additions.

You may customize the code style applied by configuring [Pint](https://laravel.com/docs/pint), [PHP CS Fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer), or [PHP CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer) for your project root.

For more information on customizing the code style applied by Shift, [watch this short video](https://laravelshift.com/videos/shift-code-style).
2023-01-07 19:53:40 +00:00
StyleCI Bot
5055b443fc Apply fixes from StyleCI 2023-01-07 19:48:16 +00:00
Shift
723ac38edd Convert Input to Request facade
Laravel 5.2 no longer registers the `Input` facade by default. While
still available in Laravel 5, the `Input` facade is removed in
Laravel 6.
2023-01-07 18:48:11 +00:00
Shift
cade5f0d23 Apply Laravel coding style
Shift automatically applies the Laravel coding style - which uses the PSR-12 coding style as a base with some minor additions.

You may customize the code style applied by configuring [Pint](https://laravel.com/docs/pint), [PHP CS Fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer), or [PHP CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer) for your project root.

For more information on customizing the code style applied by Shift, [watch this short video](https://laravelshift.com/videos/shift-code-style).
2023-01-07 18:47:35 +00:00
StyleCI Bot
168656e3aa Apply fixes from StyleCI 2023-01-06 13:07:26 +00:00
Shift
b02541ac64 Replace deprecated array and string helpers
Laravel recommends using the `Str` and `Arr` class methods directly instead of the respective helper functions. These helper functions are deprecated in Laravel 5.8 and removed in Laravel 6.
2023-01-06 11:53:35 +00:00
Shift
21910f2106 Apply Laravel coding style
Shift automatically applies the Laravel coding style - which uses the PSR-12 coding style as a base with some minor additions.

You may customize the code style applied by configuring [Pint](https://laravel.com/docs/pint), [PHP CS Fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer), or [PHP CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer) for your project root.

For more information on customizing the code style applied by Shift, [watch this short video](https://laravelshift.com/videos/shift-code-style).
2023-01-06 11:53:02 +00:00
StyleCI Bot
9d1a57f99d Apply fixes from StyleCI 2023-01-03 08:26:59 +00:00
Shift
f9ab4d057e Adopt short array syntax
Since PHP 5.4 the short array syntax `[]` may be used instead of `array()`.
2023-01-03 08:25:32 +00:00
Shift
43386fd86d Apply Laravel coding style
Shift automatically applies the Laravel coding style - which uses the PSR-12 coding style as a base with some minor additions.

You may customize the code style applied by configuring [Pint](https://laravel.com/docs/pint), [PHP CS Fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer), or [PHP CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer) for your project root.

For more information on customizing the code style applied by Shift, [watch this short video](https://laravelshift.com/videos/shift-code-style).
2023-01-03 08:25:25 +00:00
Manish Verma
4752081caf v1.11.0 updates
bugfixes

Rating functionality correction

Apply fixes from StyleCI

Due date client panel correction
2021-03-16 12:11:50 +05:30
Manish Verma
9c1496ad46 Tooltip ka chakkar babu bhaiya 2021-03-15 12:36:41 +05:30
Manish Verma
a47e1227c5 Javascipt ka chakkar babu bhaiya-1 2021-03-15 12:00:45 +05:30
Manish Verma
309a1557d9 XSS patch for basic models 2021-03-12 19:28:16 +05:30
Manish Verma
5d8b86bf5e URL access vulenrability patch 2021-03-12 18:39:45 +05:30
Manish Verma
25c383d8b8 Kachre ki saaf safai
"Sabka kachra mujhe hi saaf krna pdta ha :("
2021-03-12 16:50:13 +05:30
Manish Verma
3194501019 Revert "Prevents RCE via unserialize()"
This reverts commit b3302b8466.
2021-02-18 18:52:03 +05:30
Manish Verma
ca895a67a2 PHP max version check added 2021-02-18 18:52:03 +05:30
maranqz
f86fd70fc2 Fix pagination url 2021-02-18 18:48:48 +05:30
maranqz
fd3e47b96d Fix incorrect Lang:get using, undeclared variable, missing csrf token 2021-02-18 18:36:57 +05:30
maranqz
4aca819f54 Fix russian language for creating ticket 2021-02-18 18:36:57 +05:30
Sakthi002
f314bf178e Bootstrap4 :: table UI updated 2021-02-18 17:18:42 +05:30
Manish Verma
b3302b8466 Prevents RCE via unserialize() 2021-02-03 16:03:04 +05:30
Sakthi002
328da49b18 Bootstrap4 :: CLient Search UI 2021-01-28 18:07:18 +05:30
Sakthi002
f4cf0fe23b Bootstrap4 :: Issues fixed 2021-01-28 18:07:18 +05:30
Sakthi002
335d216c27 Bootstrap4 :: Issues updated 2021-01-28 18:07:18 +05:30
Sakthi002
3d5d7a20bd Bootstrap4 :: =========Completed========= 2021-01-28 18:07:18 +05:30
Sakthi002
b742d1f639 Bootstrap4 :: Timeline UI updates 2021-01-28 18:07:18 +05:30
Sakthi002
ae3a9dc631 Bootstrap4 :: Settings Modules UI updated 2021-01-28 18:07:18 +05:30
Sakthi002
a7ea1651e0 Bootstrap4 :: Tickets Modules UI updated 2021-01-28 18:07:18 +05:30