nextcloud/lib/public/SystemTag
Carl Schwan 2d648e36b9
fix(systemtags): Correct the return type of system tag object mapper
Currently, it is documented in some places as returning a string but
returns a int or a string depending on the database used.

This then breaks then using strict comparaison in https://github.com/nextcloud/approval/pull/362

Signed-off-by: Carl Schwan <carlschwan@kde.org>
2026-01-26 21:52:01 +01:00
..
ISystemTag.php feat(systemtags): add color support backend 2024-12-06 10:19:42 +01:00
ISystemTagManager.php fix(systemtags): prevent tag edition if restricted 2025-03-06 11:57:22 +01:00
ISystemTagManagerFactory.php chore: Deprecate unused ISystemTagManagerFactory, DI is enough 2025-12-15 17:28:51 +01:00
ISystemTagObjectMapper.php fix(systemtags): Correct the return type of system tag object mapper 2026-01-26 21:52:01 +01:00
ManagerEvent.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
MapperEvent.php feat(SystemTag): Make MapperEvent webhook compatible 2025-02-20 12:46:52 +01:00
SystemTagsEntityEvent.php style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +02:00
TagAlreadyExistsException.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
TagAssignedEvent.php feat(SystemTag): Add typed events for tag mapper events 2025-09-03 09:36:50 +02:00
TagCreationForbiddenException.php feat(systemtags): add setting to block non admin to create system tags 2025-01-22 20:07:24 +01:00
TagNotFoundException.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
TagUnassignedEvent.php feat(SystemTag): Add typed events for tag mapper events 2025-09-03 09:36:50 +02:00
TagUpdateForbiddenException.php fix(systemtags): prevent tag edition if restricted 2025-03-06 11:57:22 +01:00