Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app/Api/v1/TokenAuthController.php
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,8 @@ public function forgotPassword(Request $request)
$password_reset_table = \DB::table('password_resets')->where('email', '=', $user->email)->first();
if (isset($password_reset_table)) {
$password_reset_table = \DB::table('password_resets')->where('email', '=', $user->email)->update(['token' => $code, 'created_at' => $date]);
// $password_reset_table->token = $code;
// $password_reset_table->update(['token' => $code]);
// $password_reset_table->token = $code;
// $password_reset_table->update(['token' => $code]);
} else {
$create_password_reset = \DB::table('password_resets')->insert(['email' => $user->email, 'token' => $code, 'created_at' => $date]);
}
Expand Down
4 changes: 2 additions & 2 deletions app/Http/Controllers/Auth/ForgotPasswordController.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ public function sendResetLinkEmail(Request $request)
$password_reset_table = DB::table('password_resets')->where('email', '=', $user->email)->first();
if (isset($password_reset_table)) {
$password_reset_table = DB::table('password_resets')->where('email', '=', $user->email)->update(['token' => $code, 'created_at' => $date]);
// $password_reset_table->token = $code;
// $password_reset_table->update(['token' => $code]);
// $password_reset_table->token = $code;
// $password_reset_table->update(['token' => $code]);
} else {
$create_password_reset = DB::table('password_resets')->insert(['email' => $user->email, 'token' => $code, 'created_at' => $date]);
}
Expand Down
4 changes: 2 additions & 2 deletions app/Http/Controllers/Auth/PasswordController.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ public function postEmail(Request $request)
$password_reset_table = \DB::table('password_resets')->where('email', '=', $user->email)->first();
if (isset($password_reset_table)) {
$password_reset_table = \DB::table('password_resets')->where('email', '=', $user->email)->update(['token' => $code, 'created_at' => $date]);
// $password_reset_table->token = $code;
// $password_reset_table->update(['token' => $code]);
// $password_reset_table->token = $code;
// $password_reset_table->update(['token' => $code]);
} else {
$create_password_reset = \DB::table('password_resets')->insert(['email' => $user->email, 'token' => $code, 'created_at' => $date]);
}
Expand Down
4 changes: 2 additions & 2 deletions app/Http/Controllers/Client/helpdesk/UnAuthController.php
Original file line number Diff line number Diff line change
Expand Up @@ -344,8 +344,8 @@ public static function changeLanguage($lang)
// app()->setLocale($lang);

\Cache::forever('language', $lang);
// dd(Cache::get('language'));
// dd()
// dd(Cache::get('language'));
// dd()
} else {
return false;
}
Expand Down
1 change: 1 addition & 0 deletions app/Http/Middleware/JwtAuthenticate.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/*
* This file is part of jwt-auth.
*
Expand Down
1 change: 1 addition & 0 deletions lang/es/lang.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/*
|============================================================================
| Faveo Spanish Translation
Expand Down
1 change: 1 addition & 0 deletions lang/es/pagination.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/*
|============================================================================
| Faveo Spanish Translation
Expand Down
1 change: 1 addition & 0 deletions lang/es/passwords.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/*
|============================================================================
| Faveo Spanish Translation
Expand Down
1 change: 1 addition & 0 deletions lang/es/validation.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/*
|============================================================================
| Faveo Spanish Translation
Expand Down
1 change: 1 addition & 0 deletions lang/nl/lang.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/*
|-------------------------------------------------------------------------------------
| Dutch translation [for version 1.0.8.0]
Expand Down
1 change: 1 addition & 0 deletions lang/nl/pagination.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/*
|-------------------------------------------------------------------------------------
| Dutch translation [for version 1.0.8.0]
Expand Down
1 change: 1 addition & 0 deletions lang/nl/passwords.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/*
|-------------------------------------------------------------------------------------
| Dutch translation [for version 1.0.8.0]
Expand Down
1 change: 1 addition & 0 deletions lang/nl/validation.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/*
|-------------------------------------------------------------------------------------
| Dutch translation [for version 1.0.8.0]
Expand Down
1 change: 1 addition & 0 deletions lang/pt-br/lang.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/*
|-------------------------------------------------------------------------------------
| Brazilian Portuguese translation [for version 1.10.6]
Expand Down
1 change: 1 addition & 0 deletions lang/pt-br/pagination.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/*
|-------------------------------------------------------------------------------------
| Brazilian Portuguese translation [for version 1.10.6]
Expand Down
1 change: 1 addition & 0 deletions lang/pt-br/passwords.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/*
|-------------------------------------------------------------------------------------
| Brazilian Portuguese translation [for version 1.10.6]
Expand Down
1 change: 1 addition & 0 deletions lang/pt-br/validation.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/*
|-------------------------------------------------------------------------------------
| Brazilian Portuguese translation [for version 1.10.6]
Expand Down
1 change: 1 addition & 0 deletions lang/pt/pagination.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/*
|-------------------------------------------------------------------------------------
| Dutch translation [for version 1.0.8.0]
Expand Down
1 change: 1 addition & 0 deletions lang/pt/passwords.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/*
|-------------------------------------------------------------------------------------
| Dutch translation [for version 1.0.8.0]
Expand Down
1 change: 1 addition & 0 deletions lang/pt/validation.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/*
|-------------------------------------------------------------------------------------
| Dutch translation [for version 1.0.8.0]
Expand Down
1 change: 1 addition & 0 deletions lang/zh-hans/lang.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/*
|--------------------------------------
| 中文语言包
Expand Down
1 change: 1 addition & 0 deletions lang/zh-hans/pagination.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/*
|--------------------------------------
| 中文语言包
Expand Down
1 change: 1 addition & 0 deletions lang/zh-hans/password.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/*
|--------------------------------------
| 中文语言包
Expand Down
1 change: 1 addition & 0 deletions lang/zh-hans/validation.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/*
|--------------------------------------
| 中文语言包
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"production": "mix --production"
},
"devDependencies": {
"axios": "^0.25",
"axios": "^1.15",
"laravel-mix": "^6.0.6",
"lodash": "^4.17.19",
"postcss": "^8.1.14"
Expand Down
1 change: 1 addition & 0 deletions public/ckeditor/samples/old/sample_posteddata.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/* <body><pre>

-------------------------------------------------------------------------------------------
Expand Down
1 change: 1 addition & 0 deletions routes/update.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* upgrade from 1.9.6 to 1.9.7.
*/
Expand Down