]> git.mxchange.org Git - friendica.git/commit
New item field "Post-type" and new table "permissionset" (#5408)
authorMichael Vogel <icarus@dabo.de>
Thu, 19 Jul 2018 13:52:05 +0000 (15:52 +0200)
committerHypolite Petovan <mrpetovan@eml.cc>
Thu, 19 Jul 2018 13:52:05 +0000 (09:52 -0400)
commit5af9596dde162b1b9819869e3d5129f571a1c503
tree2ae356ecb315bfe9371fc8410bd337390a742167
parent0b38f1c58b822ac1ec5a199de00f0a0631c01a61
New item field "Post-type" and new table "permissionset" (#5408)

* "post-type" replaces "bookmark" and "type"

* Removed some more type

* Added index to permission set

* The permission set is now stored

* The permission set is now removed upon expiry

* Post update now stores the permission set

* New file

* Permissions are now sorted

* Changed documentation
29 files changed:
boot.php
database.sql
include/api.php
include/conversation.php
mod/editpost.php
mod/item.php
mod/network.php
mod/notes.php
mod/oexchange.php
mod/photos.php
mod/poke.php
mod/subthread.php
mod/tagger.php
src/Database/DBStructure.php
src/Database/PostUpdate.php
src/Model/Event.php
src/Model/Item.php
src/Model/PermissionSet.php [new file with mode: 0644]
src/Object/Post.php
src/Protocol/DFRN.php
src/Protocol/Diaspora.php
src/Protocol/Feed.php
src/Protocol/OStatus.php
src/Worker/Expire.php
update.php
view/templates/jot.tpl
view/theme/frio/templates/jot.tpl
view/theme/quattro/templates/jot.tpl
view/theme/smoothly/templates/jot.tpl