/
kev
/
Nextcloud_File-Changes-Tracker
Обзор
Документация
Войти
/
kev
/
Nextcloud_File-Changes-Tracker
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
appinfo/info.xml
36 строк
2 KB
Evgeny Konovalov
first_commit
16 фев 2026, 18:03
16 фев 2026, 18:03
93e4b7a
Код
Авторство
О чём код?
<?xml version="1.0"?> <info xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd"> <id>file_changes_tracker</id> <name>File Changes Tracker</name> <summary>Track file changes in specified folders with notifications and detailed audit log</summary> <description><![CDATA[Track file changes in specified folders with notifications and detailed audit log. Monitor multiple folders, get automatic notifications, view detailed event log with user information, flexible search and filtering, export reports to CSV.]]></description> <version>1.0.4</version> <licence>agpl</licence> <author mail="kev@modbon.ru">Коновалов Евгений</author> <namespace>FileChangesTracker</namespace> <category>monitoring</category> <category>tools</category> <website>https://gitverse.ru/kev/Nextcloud_File-Changes-Tracker.git</website> <bugs>https://gitverse.ru/kev/Nextcloud_File-Changes-Tracker.git</bugs> <repository type="git">https://gitverse.ru/kev/Nextcloud_File-Changes-Tracker.git</repository> <screenshot>https://raw.githubusercontent.com/nextcloud/file_changes_tracker/master/screenshots/settings.png</screenshot> <dependencies> <php min-version="8.1" max-version="8.4"/> <database min-version="10.2">mysql</database> <database min-version="10">pgsql</database> <database>sqlite</database> <nextcloud min-version="31" max-version="32"/> </dependencies> <settings> <admin>OCA\FileChangesTracker\Settings\Admin</admin> </settings> <navigations> <navigation> <name>File Changes Tracker</name> <route>file_changes_tracker.page.index</route> <icon>app.svg</icon> <order>10</order> </navigation> </navigations> </info>