Skip to content

Commit

Permalink
Remove shareBackend
Browse files Browse the repository at this point in the history
  • Loading branch information
brantje committed Apr 14, 2018
1 parent aef5047 commit e14e1b4
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 172 deletions.
13 changes: 0 additions & 13 deletions appinfo/database.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,26 +33,13 @@
<notnull>true</notnull>
<length>255</length>
</field>
<field>
<name>grouping</name>
<type>text</type>
<notnull>true</notnull>
<length>255</length>
<default></default>
</field>
<field>
<name>notebook</name>
<type>integer</type>
<notnull>true</notnull>
<length>32</length>
<default></default>
</field>
<field>
<name>shared</name>
<type>clob</type>
<notnull>true</notnull>
<default></default>
</field>
<field>
<name>mtime</name>
<type>integer</type>
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<name>NextNote</name>
<summary>NextNote</summary>
<description>NextNote</description>
<version>1.2.4</version>
<version>1.2.5</version>
<licence>agpl</licence>
<author>Ben Curtis</author>
<author>Sander Brand</author>
Expand Down
2 changes: 0 additions & 2 deletions lib/Db/Note.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@
* @method string getNote()
* @method void setNote(string $value)
* @method string getUid()
* @method bool setShared(bool $value)
* @method bool getShared()
* @method void setMtime(integer $value)
* @method integer getMtime()
* @method void setDeleted(integer $value)
Expand Down
1 change: 0 additions & 1 deletion lib/Db/NoteMapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ public function insert(Entity $note) {
$parts = $this->utils->splitContent($note->getNote());
$note->setNote('');
}
$note->setShared(false);

$note = parent::insert($note);
/**
Expand Down
155 changes: 0 additions & 155 deletions lib/ShareBackend/NextNoteShareBackend.php

This file was deleted.

0 comments on commit e14e1b4

Please sign in to comment.