mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
www/kanboard: update 1.0.17 -> 1.0.18
PR: 202904 Submitted by: Bart Wrobel <bsd@if0.eu> (maintainer)
This commit is contained in:
parent
3774779a15
commit
f4ef490bd1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=398019
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= kanboard
|
||||
PORTVERSION= 1.0.17
|
||||
PORTVERSION= 1.0.18
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://kanboard.net/ \
|
||||
https://bitbucket.org/if0/kanboard-archives/downloads/ \
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (kanboard-1.0.17.zip) = 818128b00dc126d75c1adb41b8f71d54d01e4b68a7ddd6e6b46a573f82718bc4
|
||||
SIZE (kanboard-1.0.17.zip) = 2393879
|
||||
SHA256 (kanboard-1.0.18.zip) = a15266d46ec35461e8e12b2a27f9e9d22b88a949dcbcbe8312e4aa929326e9c9
|
||||
SIZE (kanboard-1.0.18.zip) = 3193102
|
||||
|
@ -10,6 +10,7 @@
|
||||
%%WWWDIR%%/app/Action/TaskAssignCategoryLabel.php
|
||||
%%WWWDIR%%/app/Action/TaskAssignColorCategory.php
|
||||
%%WWWDIR%%/app/Action/TaskAssignColorColumn.php
|
||||
%%WWWDIR%%/app/Action/TaskAssignColorLink.php
|
||||
%%WWWDIR%%/app/Action/TaskAssignColorUser.php
|
||||
%%WWWDIR%%/app/Action/TaskAssignCurrentUser.php
|
||||
%%WWWDIR%%/app/Action/TaskAssignSpecificUser.php
|
||||
@ -27,12 +28,14 @@
|
||||
%%WWWDIR%%/app/Action/TaskUpdateStartDate.php
|
||||
%%WWWDIR%%/app/Api/Action.php
|
||||
%%WWWDIR%%/app/Api/App.php
|
||||
%%WWWDIR%%/app/Api/Auth.php
|
||||
%%WWWDIR%%/app/Api/Base.php
|
||||
%%WWWDIR%%/app/Api/Board.php
|
||||
%%WWWDIR%%/app/Api/Category.php
|
||||
%%WWWDIR%%/app/Api/Comment.php
|
||||
%%WWWDIR%%/app/Api/File.php
|
||||
%%WWWDIR%%/app/Api/Link.php
|
||||
%%WWWDIR%%/app/Api/Me.php
|
||||
%%WWWDIR%%/app/Api/Project.php
|
||||
%%WWWDIR%%/app/Api/ProjectPermission.php
|
||||
%%WWWDIR%%/app/Api/Subtask.php
|
||||
@ -43,6 +46,7 @@
|
||||
%%WWWDIR%%/app/Auth/Base.php
|
||||
%%WWWDIR%%/app/Auth/Database.php
|
||||
%%WWWDIR%%/app/Auth/Github.php
|
||||
%%WWWDIR%%/app/Auth/Gitlab.php
|
||||
%%WWWDIR%%/app/Auth/Google.php
|
||||
%%WWWDIR%%/app/Auth/Ldap.php
|
||||
%%WWWDIR%%/app/Auth/RememberMe.php
|
||||
@ -70,15 +74,18 @@
|
||||
%%WWWDIR%%/app/Controller/Comment.php
|
||||
%%WWWDIR%%/app/Controller/Config.php
|
||||
%%WWWDIR%%/app/Controller/Currency.php
|
||||
%%WWWDIR%%/app/Controller/Doc.php
|
||||
%%WWWDIR%%/app/Controller/Export.php
|
||||
%%WWWDIR%%/app/Controller/Feed.php
|
||||
%%WWWDIR%%/app/Controller/File.php
|
||||
%%WWWDIR%%/app/Controller/Gantt.php
|
||||
%%WWWDIR%%/app/Controller/Hourlyrate.php
|
||||
%%WWWDIR%%/app/Controller/Ical.php
|
||||
%%WWWDIR%%/app/Controller/Link.php
|
||||
%%WWWDIR%%/app/Controller/Listing.php
|
||||
%%WWWDIR%%/app/Controller/Oauth.php
|
||||
%%WWWDIR%%/app/Controller/Project.php
|
||||
%%WWWDIR%%/app/Controller/Projectuser.php
|
||||
%%WWWDIR%%/app/Controller/Search.php
|
||||
%%WWWDIR%%/app/Controller/Subtask.php
|
||||
%%WWWDIR%%/app/Controller/Swimlane.php
|
||||
@ -121,6 +128,7 @@
|
||||
%%WWWDIR%%/app/Event/GenericEvent.php
|
||||
%%WWWDIR%%/app/Event/SubtaskEvent.php
|
||||
%%WWWDIR%%/app/Event/TaskEvent.php
|
||||
%%WWWDIR%%/app/Event/TaskLinkEvent.php
|
||||
%%WWWDIR%%/app/Helper/App.php
|
||||
%%WWWDIR%%/app/Helper/Asset.php
|
||||
%%WWWDIR%%/app/Helper/Board.php
|
||||
@ -152,9 +160,11 @@
|
||||
%%WWWDIR%%/app/Locale/hu_HU/translations.php
|
||||
%%WWWDIR%%/app/Locale/it_IT/translations.php
|
||||
%%WWWDIR%%/app/Locale/ja_JP/translations.php
|
||||
%%WWWDIR%%/app/Locale/nb_NO/translations.php
|
||||
%%WWWDIR%%/app/Locale/nl_NL/translations.php
|
||||
%%WWWDIR%%/app/Locale/pl_PL/translations.php
|
||||
%%WWWDIR%%/app/Locale/pt_BR/translations.php
|
||||
%%WWWDIR%%/app/Locale/pt_PT/translations.php
|
||||
%%WWWDIR%%/app/Locale/ru_RU/translations.php
|
||||
%%WWWDIR%%/app/Locale/sr_Latn_RS/translations.php
|
||||
%%WWWDIR%%/app/Locale/sv_SE/translations.php
|
||||
@ -300,6 +310,7 @@
|
||||
%%WWWDIR%%/app/Template/config/sidebar.php
|
||||
%%WWWDIR%%/app/Template/config/webhook.php
|
||||
%%WWWDIR%%/app/Template/currency/index.php
|
||||
%%WWWDIR%%/app/Template/doc/show.php
|
||||
%%WWWDIR%%/app/Template/event/comment_create.php
|
||||
%%WWWDIR%%/app/Template/event/comment_update.php
|
||||
%%WWWDIR%%/app/Template/event/events.php
|
||||
@ -325,6 +336,9 @@
|
||||
%%WWWDIR%%/app/Template/file/remove.php
|
||||
%%WWWDIR%%/app/Template/file/screenshot.php
|
||||
%%WWWDIR%%/app/Template/file/show.php
|
||||
%%WWWDIR%%/app/Template/gantt/project.php
|
||||
%%WWWDIR%%/app/Template/gantt/projects.php
|
||||
%%WWWDIR%%/app/Template/gantt/task_creation.php
|
||||
%%WWWDIR%%/app/Template/hourlyrate/index.php
|
||||
%%WWWDIR%%/app/Template/hourlyrate/remove.php
|
||||
%%WWWDIR%%/app/Template/layout.php
|
||||
@ -363,6 +377,10 @@
|
||||
%%WWWDIR%%/app/Template/project/show.php
|
||||
%%WWWDIR%%/app/Template/project/sidebar.php
|
||||
%%WWWDIR%%/app/Template/project/users.php
|
||||
%%WWWDIR%%/app/Template/project_user/layout.php
|
||||
%%WWWDIR%%/app/Template/project_user/roles.php
|
||||
%%WWWDIR%%/app/Template/project_user/sidebar.php
|
||||
%%WWWDIR%%/app/Template/project_user/tasks.php
|
||||
%%WWWDIR%%/app/Template/search/index.php
|
||||
%%WWWDIR%%/app/Template/search/results.php
|
||||
%%WWWDIR%%/app/Template/subtask/create.php
|
||||
@ -461,6 +479,7 @@
|
||||
%%WWWDIR%%/assets/css/src/dropdown.css
|
||||
%%WWWDIR%%/assets/css/src/filters.css
|
||||
%%WWWDIR%%/assets/css/src/form.css
|
||||
%%WWWDIR%%/assets/css/src/gantt.css
|
||||
%%WWWDIR%%/assets/css/src/header.css
|
||||
%%WWWDIR%%/assets/css/src/links.css
|
||||
%%WWWDIR%%/assets/css/src/listing.css
|
||||
@ -505,16 +524,30 @@
|
||||
%%WWWDIR%%/assets/img/touch-icon-iphone-retina.png
|
||||
%%WWWDIR%%/assets/img/touch-icon-iphone.png
|
||||
%%WWWDIR%%/assets/js/app.js
|
||||
%%WWWDIR%%/assets/js/src/analytic.js
|
||||
%%WWWDIR%%/assets/js/src/base.js
|
||||
%%WWWDIR%%/assets/js/src/board.js
|
||||
%%WWWDIR%%/assets/js/src/calendar.js
|
||||
%%WWWDIR%%/assets/js/src/screenshot.js
|
||||
%%WWWDIR%%/assets/js/src/swimlane.js
|
||||
%%WWWDIR%%/assets/js/src/App.js
|
||||
%%WWWDIR%%/assets/js/src/AvgTimeColumnChart.js
|
||||
%%WWWDIR%%/assets/js/src/Board.js
|
||||
%%WWWDIR%%/assets/js/src/BudgetChart.js
|
||||
%%WWWDIR%%/assets/js/src/BurndownChart.js
|
||||
%%WWWDIR%%/assets/js/src/Calendar.js
|
||||
%%WWWDIR%%/assets/js/src/CumulativeFlowDiagram.js
|
||||
%%WWWDIR%%/assets/js/src/Dropdown.js
|
||||
%%WWWDIR%%/assets/js/src/Gantt.js
|
||||
%%WWWDIR%%/assets/js/src/LeadCycleTimeChart.js
|
||||
%%WWWDIR%%/assets/js/src/Markdown.js
|
||||
%%WWWDIR%%/assets/js/src/Popover.js
|
||||
%%WWWDIR%%/assets/js/src/Router.js
|
||||
%%WWWDIR%%/assets/js/src/Screenshot.js
|
||||
%%WWWDIR%%/assets/js/src/Search.js
|
||||
%%WWWDIR%%/assets/js/src/Sidebar.js
|
||||
%%WWWDIR%%/assets/js/src/Swimlane.js
|
||||
%%WWWDIR%%/assets/js/src/TaskRepartitionChart.js
|
||||
%%WWWDIR%%/assets/js/src/TaskTimeColumnChart.js
|
||||
%%WWWDIR%%/assets/js/src/Tooltip.js
|
||||
%%WWWDIR%%/assets/js/src/UserRepartitionChart.js
|
||||
%%WWWDIR%%/assets/js/vendor/c3.min.js
|
||||
%%WWWDIR%%/assets/js/vendor/chosen.jquery.min.js
|
||||
%%WWWDIR%%/assets/js/vendor/d3.v3.min.js
|
||||
%%WWWDIR%%/assets/js/vendor/dropit.min.js
|
||||
%%WWWDIR%%/assets/js/vendor/fullcalendar.min.js
|
||||
%%WWWDIR%%/assets/js/vendor/jquery-1.11.1.min.js
|
||||
%%WWWDIR%%/assets/js/vendor/jquery-ui-timepicker-addon.min.js
|
||||
@ -550,6 +583,7 @@
|
||||
%%WWWDIR%%/assets/js/vendor/lang/ko.js
|
||||
%%WWWDIR%%/assets/js/vendor/lang/lt.js
|
||||
%%WWWDIR%%/assets/js/vendor/lang/lv.js
|
||||
%%WWWDIR%%/assets/js/vendor/lang/nb.js
|
||||
%%WWWDIR%%/assets/js/vendor/lang/nl.js
|
||||
%%WWWDIR%%/assets/js/vendor/lang/pl.js
|
||||
%%WWWDIR%%/assets/js/vendor/lang/pt-br.js
|
||||
@ -572,6 +606,96 @@
|
||||
%%WWWDIR%%/assets/js/vendor/mousetrap.min.js
|
||||
%%WWWDIR%%/config.default.php
|
||||
%%WWWDIR%%/data/.htaccess
|
||||
%%WWWDIR%%/doc/.htaccess
|
||||
%%WWWDIR%%/doc/2fa.markdown
|
||||
%%WWWDIR%%/doc/analytics-tasks.markdown
|
||||
%%WWWDIR%%/doc/analytics.markdown
|
||||
%%WWWDIR%%/doc/api-json-rpc.markdown
|
||||
%%WWWDIR%%/doc/application-configuration.markdown
|
||||
%%WWWDIR%%/doc/assets.markdown
|
||||
%%WWWDIR%%/doc/automatic-actions.markdown
|
||||
%%WWWDIR%%/doc/bitbucket-webhooks.markdown
|
||||
%%WWWDIR%%/doc/board-collapsed-expanded.markdown
|
||||
%%WWWDIR%%/doc/board-configuration.markdown
|
||||
%%WWWDIR%%/doc/board-horizontal-scrolling-and-compact-view.markdown
|
||||
%%WWWDIR%%/doc/board-show-hide-columns.markdown
|
||||
%%WWWDIR%%/doc/bruteforce-protection.markdown
|
||||
%%WWWDIR%%/doc/budget.markdown
|
||||
%%WWWDIR%%/doc/calendar-configuration.markdown
|
||||
%%WWWDIR%%/doc/calendar.markdown
|
||||
%%WWWDIR%%/doc/centos-installation.markdown
|
||||
%%WWWDIR%%/doc/cli.markdown
|
||||
%%WWWDIR%%/doc/closing-tasks.markdown
|
||||
%%WWWDIR%%/doc/coding-standards.markdown
|
||||
%%WWWDIR%%/doc/config.markdown
|
||||
%%WWWDIR%%/doc/contributing.markdown
|
||||
%%WWWDIR%%/doc/create-tasks-by-email.markdown
|
||||
%%WWWDIR%%/doc/creating-projects.markdown
|
||||
%%WWWDIR%%/doc/creating-tasks.markdown
|
||||
%%WWWDIR%%/doc/currency-rate.markdown
|
||||
%%WWWDIR%%/doc/debian-installation.markdown
|
||||
%%WWWDIR%%/doc/docker.markdown
|
||||
%%WWWDIR%%/doc/duplicate-move-tasks.markdown
|
||||
%%WWWDIR%%/doc/editing-projects.markdown
|
||||
%%WWWDIR%%/doc/email-configuration.markdown
|
||||
%%WWWDIR%%/doc/faq.markdown
|
||||
%%WWWDIR%%/doc/freebsd-installation.markdown
|
||||
%%WWWDIR%%/doc/gantt-chart-projects.markdown
|
||||
%%WWWDIR%%/doc/gantt-chart-tasks.markdown
|
||||
%%WWWDIR%%/doc/github-authentication.markdown
|
||||
%%WWWDIR%%/doc/github-webhooks.markdown
|
||||
%%WWWDIR%%/doc/gitlab-authentication.markdown
|
||||
%%WWWDIR%%/doc/gitlab-webhooks.markdown
|
||||
%%WWWDIR%%/doc/google-authentication.markdown
|
||||
%%WWWDIR%%/doc/heroku.markdown
|
||||
%%WWWDIR%%/doc/hipchat.markdown
|
||||
%%WWWDIR%%/doc/hourly-rate.markdown
|
||||
%%WWWDIR%%/doc/ical.markdown
|
||||
%%WWWDIR%%/doc/index.markdown
|
||||
%%WWWDIR%%/doc/installation.markdown
|
||||
%%WWWDIR%%/doc/jabber.markdown
|
||||
%%WWWDIR%%/doc/kanban-vs-todo-and-scrum.markdown
|
||||
%%WWWDIR%%/doc/keyboard-shortcuts.markdown
|
||||
%%WWWDIR%%/doc/ldap-authentication.markdown
|
||||
%%WWWDIR%%/doc/link-labels.markdown
|
||||
%%WWWDIR%%/doc/mailgun.markdown
|
||||
%%WWWDIR%%/doc/mysql-configuration.markdown
|
||||
%%WWWDIR%%/doc/nginx-ssl-php-fpm.markdown
|
||||
%%WWWDIR%%/doc/nice-urls.markdown
|
||||
%%WWWDIR%%/doc/notifications.markdown
|
||||
%%WWWDIR%%/doc/postgresql-configuration.markdown
|
||||
%%WWWDIR%%/doc/postmark.markdown
|
||||
%%WWWDIR%%/doc/project-configuration.markdown
|
||||
%%WWWDIR%%/doc/project-permissions.markdown
|
||||
%%WWWDIR%%/doc/project-views.markdown
|
||||
%%WWWDIR%%/doc/recommended-configuration.markdown
|
||||
%%WWWDIR%%/doc/recurring-tasks.markdown
|
||||
%%WWWDIR%%/doc/reverse-proxy-authentication.markdown
|
||||
%%WWWDIR%%/doc/rss.markdown
|
||||
%%WWWDIR%%/doc/screenshots.markdown
|
||||
%%WWWDIR%%/doc/search.markdown
|
||||
%%WWWDIR%%/doc/sendgrid.markdown
|
||||
%%WWWDIR%%/doc/sharing-projects.markdown
|
||||
%%WWWDIR%%/doc/slack.markdown
|
||||
%%WWWDIR%%/doc/sqlite-database.markdown
|
||||
%%WWWDIR%%/doc/subtasks.markdown
|
||||
%%WWWDIR%%/doc/swimlanes.markdown
|
||||
%%WWWDIR%%/doc/syntax-guide.markdown
|
||||
%%WWWDIR%%/doc/task-links.markdown
|
||||
%%WWWDIR%%/doc/tests.markdown
|
||||
%%WWWDIR%%/doc/time-tracking.markdown
|
||||
%%WWWDIR%%/doc/timetable.markdown
|
||||
%%WWWDIR%%/doc/transitions.markdown
|
||||
%%WWWDIR%%/doc/translations.markdown
|
||||
%%WWWDIR%%/doc/ubuntu-installation.markdown
|
||||
%%WWWDIR%%/doc/update.markdown
|
||||
%%WWWDIR%%/doc/usage-examples.markdown
|
||||
%%WWWDIR%%/doc/user-management.markdown
|
||||
%%WWWDIR%%/doc/vagrant.markdown
|
||||
%%WWWDIR%%/doc/webhooks.markdown
|
||||
%%WWWDIR%%/doc/what-is-kanban.markdown
|
||||
%%WWWDIR%%/doc/windows-apache-installation.markdown
|
||||
%%WWWDIR%%/doc/windows-iis-installation.markdown
|
||||
%%WWWDIR%%/index.php
|
||||
%%WWWDIR%%/jsonrpc.php
|
||||
%%WWWDIR%%/kanboard
|
||||
@ -597,11 +721,13 @@
|
||||
%%WWWDIR%%/vendor/composer/installed.json
|
||||
%%WWWDIR%%/vendor/eluceo/ical/.scrutinizer.yml
|
||||
%%WWWDIR%%/vendor/eluceo/ical/LICENSE
|
||||
%%WWWDIR%%/vendor/eluceo/ical/UPGRADE.md
|
||||
%%WWWDIR%%/vendor/eluceo/ical/examples/example1.php
|
||||
%%WWWDIR%%/vendor/eluceo/ical/examples/example2.php
|
||||
%%WWWDIR%%/vendor/eluceo/ical/examples/example3.php
|
||||
%%WWWDIR%%/vendor/eluceo/ical/examples/example4.php
|
||||
%%WWWDIR%%/vendor/eluceo/ical/examples/example5.php
|
||||
%%WWWDIR%%/vendor/eluceo/ical/examples/example6.php
|
||||
%%WWWDIR%%/vendor/eluceo/ical/src/Eluceo/iCal/Component.php
|
||||
%%WWWDIR%%/vendor/eluceo/ical/src/Eluceo/iCal/Component/Alarm.php
|
||||
%%WWWDIR%%/vendor/eluceo/ical/src/Eluceo/iCal/Component/Calendar.php
|
||||
@ -611,11 +737,15 @@
|
||||
%%WWWDIR%%/vendor/eluceo/ical/src/Eluceo/iCal/ParameterBag.php
|
||||
%%WWWDIR%%/vendor/eluceo/ical/src/Eluceo/iCal/Property.php
|
||||
%%WWWDIR%%/vendor/eluceo/ical/src/Eluceo/iCal/Property/ArrayValue.php
|
||||
%%WWWDIR%%/vendor/eluceo/ical/src/Eluceo/iCal/Property/DateTimeProperty.php
|
||||
%%WWWDIR%%/vendor/eluceo/ical/src/Eluceo/iCal/Property/Event/Attendees.php
|
||||
%%WWWDIR%%/vendor/eluceo/ical/src/Eluceo/iCal/Property/Event/Organizer.php
|
||||
%%WWWDIR%%/vendor/eluceo/ical/src/Eluceo/iCal/Property/Event/RecurrenceRule.php
|
||||
%%WWWDIR%%/vendor/eluceo/ical/src/Eluceo/iCal/Property/StringValue.php
|
||||
%%WWWDIR%%/vendor/eluceo/ical/src/Eluceo/iCal/Property/ValueInterface.php
|
||||
%%WWWDIR%%/vendor/eluceo/ical/src/Eluceo/iCal/PropertyBag.php
|
||||
%%WWWDIR%%/vendor/eluceo/ical/src/Eluceo/iCal/Util/ComponentUtil.php
|
||||
%%WWWDIR%%/vendor/eluceo/ical/src/Eluceo/iCal/Util/PropertyValueUtil.php
|
||||
%%WWWDIR%%/vendor/erusev/parsedown/LICENSE.txt
|
||||
%%WWWDIR%%/vendor/erusev/parsedown/Parsedown.php
|
||||
%%WWWDIR%%/vendor/erusev/parsedown/phpunit.xml.dist
|
||||
@ -672,6 +802,8 @@
|
||||
%%WWWDIR%%/vendor/fabiang/xmpp/src/Util/ErrorHandler.php
|
||||
%%WWWDIR%%/vendor/fabiang/xmpp/src/Util/XML.php
|
||||
%%WWWDIR%%/vendor/fguillot/json-rpc/LICENSE
|
||||
%%WWWDIR%%/vendor/fguillot/json-rpc/README.markdown
|
||||
%%WWWDIR%%/vendor/fguillot/json-rpc/src/JsonRPC/AccessDeniedException.php
|
||||
%%WWWDIR%%/vendor/fguillot/json-rpc/src/JsonRPC/Client.php
|
||||
%%WWWDIR%%/vendor/fguillot/json-rpc/src/JsonRPC/Server.php
|
||||
%%WWWDIR%%/vendor/fguillot/picodb/LICENSE
|
||||
@ -686,10 +818,10 @@
|
||||
%%WWWDIR%%/vendor/fguillot/picodb/lib/PicoDb/Schema.php
|
||||
%%WWWDIR%%/vendor/fguillot/picodb/lib/PicoDb/Table.php
|
||||
%%WWWDIR%%/vendor/fguillot/simple-validator/LICENSE
|
||||
%%WWWDIR%%/vendor/fguillot/simple-validator/src/SimpleValidator/Base.php
|
||||
%%WWWDIR%%/vendor/fguillot/simple-validator/src/SimpleValidator/Validator.php
|
||||
%%WWWDIR%%/vendor/fguillot/simple-validator/src/SimpleValidator/Validators/Alpha.php
|
||||
%%WWWDIR%%/vendor/fguillot/simple-validator/src/SimpleValidator/Validators/AlphaNumeric.php
|
||||
%%WWWDIR%%/vendor/fguillot/simple-validator/src/SimpleValidator/Validators/Base.php
|
||||
%%WWWDIR%%/vendor/fguillot/simple-validator/src/SimpleValidator/Validators/Date.php
|
||||
%%WWWDIR%%/vendor/fguillot/simple-validator/src/SimpleValidator/Validators/Email.php
|
||||
%%WWWDIR%%/vendor/fguillot/simple-validator/src/SimpleValidator/Validators/Equals.php
|
||||
@ -699,7 +831,6 @@
|
||||
%%WWWDIR%%/vendor/fguillot/simple-validator/src/SimpleValidator/Validators/Integer.php
|
||||
%%WWWDIR%%/vendor/fguillot/simple-validator/src/SimpleValidator/Validators/Ip.php
|
||||
%%WWWDIR%%/vendor/fguillot/simple-validator/src/SimpleValidator/Validators/Length.php
|
||||
%%WWWDIR%%/vendor/fguillot/simple-validator/src/SimpleValidator/Validators/MacAddress.php
|
||||
%%WWWDIR%%/vendor/fguillot/simple-validator/src/SimpleValidator/Validators/MaxLength.php
|
||||
%%WWWDIR%%/vendor/fguillot/simple-validator/src/SimpleValidator/Validators/MinLength.php
|
||||
%%WWWDIR%%/vendor/fguillot/simple-validator/src/SimpleValidator/Validators/NotEquals.php
|
||||
@ -708,18 +839,36 @@
|
||||
%%WWWDIR%%/vendor/fguillot/simple-validator/src/SimpleValidator/Validators/Range.php
|
||||
%%WWWDIR%%/vendor/fguillot/simple-validator/src/SimpleValidator/Validators/Required.php
|
||||
%%WWWDIR%%/vendor/fguillot/simple-validator/src/SimpleValidator/Validators/Unique.php
|
||||
%%WWWDIR%%/vendor/fguillot/simple-validator/src/SimpleValidator/Validators/Version.php
|
||||
%%WWWDIR%%/vendor/fguillot/simpleLogger/LICENSE
|
||||
%%WWWDIR%%/vendor/fguillot/simpleLogger/src/SimpleLogger/Base.php
|
||||
%%WWWDIR%%/vendor/fguillot/simpleLogger/src/SimpleLogger/File.php
|
||||
%%WWWDIR%%/vendor/fguillot/simpleLogger/src/SimpleLogger/Logger.php
|
||||
%%WWWDIR%%/vendor/fguillot/simpleLogger/src/SimpleLogger/Syslog.php
|
||||
%%WWWDIR%%/vendor/gregwar/captcha/CaptchaBuilder.php
|
||||
%%WWWDIR%%/vendor/gregwar/captcha/CaptchaBuilderInterface.php
|
||||
%%WWWDIR%%/vendor/gregwar/captcha/Font/captcha0.ttf
|
||||
%%WWWDIR%%/vendor/gregwar/captcha/Font/captcha1.ttf
|
||||
%%WWWDIR%%/vendor/gregwar/captcha/Font/captcha2.ttf
|
||||
%%WWWDIR%%/vendor/gregwar/captcha/Font/captcha3.ttf
|
||||
%%WWWDIR%%/vendor/gregwar/captcha/Font/captcha4.ttf
|
||||
%%WWWDIR%%/vendor/gregwar/captcha/Font/captcha5.ttf
|
||||
%%WWWDIR%%/vendor/gregwar/captcha/ImageFileHandler.php
|
||||
%%WWWDIR%%/vendor/gregwar/captcha/LICENSE
|
||||
%%WWWDIR%%/vendor/gregwar/captcha/PhraseBuilder.php
|
||||
%%WWWDIR%%/vendor/gregwar/captcha/PhraseBuilderInterface.php
|
||||
%%WWWDIR%%/vendor/gregwar/captcha/autoload.php
|
||||
%%WWWDIR%%/vendor/gregwar/captcha/demo/demo.php
|
||||
%%WWWDIR%%/vendor/gregwar/captcha/demo/fingerprint.php
|
||||
%%WWWDIR%%/vendor/gregwar/captcha/demo/index.php
|
||||
%%WWWDIR%%/vendor/gregwar/captcha/demo/ocr.php
|
||||
%%WWWDIR%%/vendor/gregwar/captcha/demo/output.php
|
||||
%%WWWDIR%%/vendor/nickcernis/html-to-markdown/HTML_To_Markdown.php
|
||||
%%WWWDIR%%/vendor/nickcernis/html-to-markdown/LICENSE
|
||||
%%WWWDIR%%/vendor/nickcernis/html-to-markdown/circle.yml
|
||||
%%WWWDIR%%/vendor/nickcernis/html-to-markdown/demo/index.php
|
||||
%%WWWDIR%%/vendor/pimple/pimple/CHANGELOG
|
||||
%%WWWDIR%%/vendor/pimple/pimple/LICENSE
|
||||
%%WWWDIR%%/vendor/pimple/pimple/README.rst
|
||||
%%WWWDIR%%/vendor/pimple/pimple/ext/pimple/config.m4
|
||||
%%WWWDIR%%/vendor/pimple/pimple/ext/pimple/config.w32
|
||||
%%WWWDIR%%/vendor/pimple/pimple/ext/pimple/php_pimple.h
|
||||
|
Loading…
Reference in New Issue
Block a user