* [ADD] Shared (public) links can now be deleted from the account's page by either the link creator or application admin. Closes #811. Thanks to @vmario89 for the feedback

* [FIX] Fixed wrong behavior when refreshing public link from the account's page

Signed-off-by: nuxsmin <nuxsmin@syspass.org>
This commit is contained in:
nuxsmin
2018-10-08 02:11:11 +02:00
parent 943a571d85
commit a795fa8a23
7 changed files with 177 additions and 69 deletions

View File

@@ -59,6 +59,9 @@ final class PublicLinkController extends ControllerBase implements CrudControlle
/**
* Search action
*
* @return bool
* @throws \DI\DependencyException
* @throws \DI\NotFoundException
* @throws \SP\Core\Exceptions\ConstraintException
* @throws \SP\Core\Exceptions\QueryException
*/
@@ -79,6 +82,8 @@ final class PublicLinkController extends ControllerBase implements CrudControlle
* getSearchGrid
*
* @return $this
* @throws \DI\DependencyException
* @throws \DI\NotFoundException
* @throws \SP\Core\Exceptions\ConstraintException
* @throws \SP\Core\Exceptions\QueryException
*/