]> source.dussan.org Git - nextcloud-server.git/commit
Implement Tag and TagMapper classes.
authorBernhard Reiter <ockham@raz.or.at>
Mon, 8 Sep 2014 17:58:43 +0000 (19:58 +0200)
committerBernhard Reiter <ockham@raz.or.at>
Mon, 13 Oct 2014 22:06:07 +0000 (00:06 +0200)
commit5471189fe6b8d2b4ef2608a57b7ea24518a1dcb8
tree359b03ca796182e2bf9c874222853ae4d1ee24b5
parentcf6fb2c2e49718ad4b9120d42db28b42fb2ff038
Implement Tag and TagMapper classes.

Subclassed from \OCP\AppFramework\Db\Entity and Mapper,
respectively. This will allow us to also deal with shared tags.
lib/private/server.php
lib/private/tagging/tag.php [new file with mode: 0644]
lib/private/tagging/tagmapper.php [new file with mode: 0644]
lib/private/tagmanager.php
lib/private/tags.php
tests/lib/tags.php