Skip to content
Merged
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
180 changes: 143 additions & 37 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion lib/AppInfo/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
use OCA\Files\Event\LoadAdditionalScriptsEvent;
use OCP\AppFramework\App;
use OCP\AppFramework\Bootstrap\IBootContext;

use OCP\AppFramework\Bootstrap\IBootstrap;
use OCP\AppFramework\Bootstrap\IRegistrationContext;
use OCP\AppFramework\Http\Events\BeforeTemplateRenderedEvent;
Expand Down
1 change: 0 additions & 1 deletion lib/Controller/ConfigController.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
use OCP\AppFramework\Http\DataResponse;
use OCP\IAppConfig;
use OCP\IConfig;

use OCP\IRequest;
use OCP\PreConditionNotMetException;

Expand Down
1 change: 0 additions & 1 deletion lib/Db/ChattyLLM/Session.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ class Session extends Entity implements \JsonSerializable {
*/
protected $isRemembered;


public static $columns = [
'id',
'user_id',
Expand Down
1 change: 0 additions & 1 deletion lib/Db/TaskNotification.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ class TaskNotification extends Entity implements \JsonSerializable {
/** @var int */
protected $timestamp;


public function __construct() {
$this->addType('ocp_task_id', Types::INTEGER);
$this->addType('timestamp', Types::INTEGER);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
namespace OCA\Assistant\Listener\SpeechToText;

use OCA\Assistant\AppInfo\Application;

use OCP\Collaboration\Reference\RenderReferenceEvent;
use OCP\EventDispatcher\Event;
use OCP\EventDispatcher\IEventListener;
Expand Down
Loading
Loading