]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
[CORE] Fix notice delete-form
authorbrunoccast <brvnocasteleiro@gmail.com>
Tue, 30 Jul 2019 01:18:52 +0000 (02:18 +0100)
committerDiogo Cordeiro <diogo@fc.up.pt>
Sat, 3 Aug 2019 16:47:23 +0000 (17:47 +0100)
commit0b58465fb96f96ee41d8e03b5727a763fccc96bc
tree7372766595e1c4521b31df014454b1ee32393e8a
parentf67a93eddce8120a26ed15a5559bdf08d190a04c
[CORE] Fix notice delete-form

DeletenoticeAction:
- Added tombstone check before deletion

NoticeListItem:
- Added tombstone check before showing delete-form

ActivityVerb:
- The plugin was overwriting the deletenotice route. Added stronger
regexp to the connected routes.
actions/deletenotice.php
lib/noticelistitem.php
plugins/ActivityVerb/ActivityVerbPlugin.php