v20210302
authorKilian Saffran <ksaffran@dks.lu>
Tue, 2 Mar 2021 12:10:15 +0000 (13:10 +0100)
committerKilian Saffran <ksaffran@dks.lu>
Tue, 2 Mar 2021 12:10:15 +0000 (13:10 +0100)
commitbb8f6980ad5a5b61df91dc77fd2d1bc1ea78aa2c
tree5f7183191dc953792f62687a84664e25a9010971
parentf321f6a503f252e5a68c185f6e21435cfb3a7ec3
v20210302
701 files changed:
.vscode/settings.json
ChangeLog.md
app/.htaccess
app/data/cache/22/22a9ee1c514b64294460dae51f0aa694375443c48b6d94639ee8c62432ea9b2d.php [new file with mode: 0644]
app/data/cache/a2/a2a4e010b5506140baa756090a5e9b97c5214f97e9f61a2a71687eec3cab6740.php [new file with mode: 0644]
app/data/cache/d2/d29b34ebd65f216b59f3df0861f970c63d28da6de4b6816a66e943e85460e654.php [new file with mode: 0644]
app/data/cache/fd/fdd79b7ad2e5960dabd5facff6311f82cf739967157bcc5261561ac8840bc757.php [new file with mode: 0644]
app/db.php [new file with mode: 0644]
app/index.php [new file with mode: 0644]
app/lib/POT/Archive.php [moved from app/lib/POT/Archive.pm with 62% similarity]
app/lib/POT/Company.php [new file with mode: 0644]
app/lib/POT/Company.pm [deleted file]
app/lib/POT/Period.php [moved from app/lib/POT/Period.pm with 54% similarity]
app/lib/POT/Report.nousephp [moved from app/lib/POT/Report.pm with 83% similarity]
app/lib/POT/Staff.php [new file with mode: 0644]
app/lib/POT/Staff.pm [deleted file]
app/lib/POT/TimeTrackSync.php [new file with mode: 0644]
app/lib/POT/TimeTrackSync.pm [deleted file]
app/lib/POT/TimeTracker.php [new file with mode: 0644]
app/lib/POT/TimeTracker.pm [deleted file]
app/lib/POT/User.php [new file with mode: 0644]
app/lib/POT/User.pm [deleted file]
app/lib/POT/Workplan.php [new file with mode: 0644]
app/lib/POT/Workplan.pm [deleted file]
app/lib/POT/Worktime.php [moved from app/lib/POT/Worktime.pm with 62% similarity]
app/lib/composer.json [new file with mode: 0644]
app/lib/composer.lock [new file with mode: 0644]
app/lib/config.php [new file with mode: 0644]
app/lib/database.php [new file with mode: 0644]
app/lib/dksconfig.pm [deleted file]
app/lib/dksdb.pm [deleted file]
app/lib/lang/de.php [moved from app/tmpl/lang/de.tt with 96% similarity]
app/lib/lang/fr.php [moved from app/tmpl/lang/fr.tt with 99% similarity]
app/lib/sendemail.pm [deleted file]
app/lib/session.php [new file with mode: 0644]
app/lib/session.pm [deleted file]
app/lib/vendor/autoload.php [new file with mode: 0644]
app/lib/vendor/composer/ClassLoader.php [new file with mode: 0644]
app/lib/vendor/composer/InstalledVersions.php [new file with mode: 0644]
app/lib/vendor/composer/LICENSE [new file with mode: 0644]
app/lib/vendor/composer/autoload_classmap.php [new file with mode: 0644]
app/lib/vendor/composer/autoload_files.php [new file with mode: 0644]
app/lib/vendor/composer/autoload_namespaces.php [new file with mode: 0644]
app/lib/vendor/composer/autoload_psr4.php [new file with mode: 0644]
app/lib/vendor/composer/autoload_real.php [new file with mode: 0644]
app/lib/vendor/composer/autoload_static.php [new file with mode: 0644]
app/lib/vendor/composer/installed.json [new file with mode: 0644]
app/lib/vendor/composer/installed.php [new file with mode: 0644]
app/lib/vendor/composer/platform_check.php [new file with mode: 0644]
app/lib/vendor/mustache/mustache/.gitignore [new file with mode: 0644]
app/lib/vendor/mustache/mustache/.gitmodules [new file with mode: 0644]
app/lib/vendor/mustache/mustache/.php_cs [new file with mode: 0644]
app/lib/vendor/mustache/mustache/.styleci.yml [new file with mode: 0644]
app/lib/vendor/mustache/mustache/.travis.yml [new file with mode: 0644]
app/lib/vendor/mustache/mustache/CONTRIBUTING.md [new file with mode: 0644]
app/lib/vendor/mustache/mustache/LICENSE [new file with mode: 0644]
app/lib/vendor/mustache/mustache/README.md [new file with mode: 0644]
app/lib/vendor/mustache/mustache/bin/build_bootstrap.php [new file with mode: 0644]
app/lib/vendor/mustache/mustache/composer.json [new file with mode: 0644]
app/lib/vendor/mustache/mustache/phpunit.xml.dist [new file with mode: 0644]
app/lib/vendor/mustache/mustache/src/Mustache/Autoloader.php [new file with mode: 0644]
app/lib/vendor/mustache/mustache/src/Mustache/Cache.php [new file with mode: 0644]
app/lib/vendor/mustache/mustache/src/Mustache/Cache/AbstractCache.php [new file with mode: 0644]
app/lib/vendor/mustache/mustache/src/Mustache/Cache/FilesystemCache.php [new file with mode: 0644]
app/lib/vendor/mustache/mustache/src/Mustache/Cache/NoopCache.php [new file with mode: 0644]
app/lib/vendor/mustache/mustache/src/Mustache/Compiler.php [new file with mode: 0644]
app/lib/vendor/mustache/mustache/src/Mustache/Context.php [new file with mode: 0644]
app/lib/vendor/mustache/mustache/src/Mustache/Engine.php [new file with mode: 0644]
app/lib/vendor/mustache/mustache/src/Mustache/Exception.php [new file with mode: 0644]
app/lib/vendor/mustache/mustache/src/Mustache/Exception/InvalidArgumentException.php [new file with mode: 0644]
app/lib/vendor/mustache/mustache/src/Mustache/Exception/LogicException.php [new file with mode: 0644]
app/lib/vendor/mustache/mustache/src/Mustache/Exception/RuntimeException.php [new file with mode: 0644]
app/lib/vendor/mustache/mustache/src/Mustache/Exception/SyntaxException.php [new file with mode: 0644]
app/lib/vendor/mustache/mustache/src/Mustache/Exception/UnknownFilterException.php [new file with mode: 0644]
app/lib/vendor/mustache/mustache/src/Mustache/Exception/UnknownHelperException.php [new file with mode: 0644]
app/lib/vendor/mustache/mustache/src/Mustache/Exception/UnknownTemplateException.php [new file with mode: 0644]
app/lib/vendor/mustache/mustache/src/Mustache/HelperCollection.php [new file with mode: 0644]
app/lib/vendor/mustache/mustache/src/Mustache/LambdaHelper.php [new file with mode: 0644]
app/lib/vendor/mustache/mustache/src/Mustache/Loader.php [new file with mode: 0644]
app/lib/vendor/mustache/mustache/src/Mustache/Loader/ArrayLoader.php [new file with mode: 0644]
app/lib/vendor/mustache/mustache/src/Mustache/Loader/CascadingLoader.php [new file with mode: 0644]
app/lib/vendor/mustache/mustache/src/Mustache/Loader/FilesystemLoader.php [new file with mode: 0644]
app/lib/vendor/mustache/mustache/src/Mustache/Loader/InlineLoader.php [new file with mode: 0644]
app/lib/vendor/mustache/mustache/src/Mustache/Loader/MutableLoader.php [new file with mode: 0644]
app/lib/vendor/mustache/mustache/src/Mustache/Loader/ProductionFilesystemLoader.php [new file with mode: 0644]
app/lib/vendor/mustache/mustache/src/Mustache/Loader/StringLoader.php [new file with mode: 0644]
app/lib/vendor/mustache/mustache/src/Mustache/Logger.php [new file with mode: 0644]
app/lib/vendor/mustache/mustache/src/Mustache/Logger/AbstractLogger.php [new file with mode: 0644]
app/lib/vendor/mustache/mustache/src/Mustache/Logger/StreamLogger.php [new file with mode: 0644]
app/lib/vendor/mustache/mustache/src/Mustache/Parser.php [new file with mode: 0644]
app/lib/vendor/mustache/mustache/src/Mustache/Source.php [new file with mode: 0644]
app/lib/vendor/mustache/mustache/src/Mustache/Source/FilesystemSource.php [new file with mode: 0644]
app/lib/vendor/mustache/mustache/src/Mustache/Template.php [new file with mode: 0644]
app/lib/vendor/mustache/mustache/src/Mustache/Tokenizer.php [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/Mustache/Test/AutoloaderTest.php [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/Mustache/Test/Cache/AbstractCacheTest.php [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/Mustache/Test/Cache/FilesystemCacheTest.php [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/Mustache/Test/CompilerTest.php [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/Mustache/Test/ContextTest.php [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/Mustache/Test/EngineTest.php [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/Mustache/Test/Exception/SyntaxExceptionTest.php [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/Mustache/Test/Exception/UnknownFilterExceptionTest.php [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/Mustache/Test/Exception/UnknownHelperExceptionTest.php [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/Mustache/Test/Exception/UnknownTemplateExceptionTest.php [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/Mustache/Test/FiveThree/Functional/ClosureQuirksTest.php [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/Mustache/Test/FiveThree/Functional/EngineTest.php [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/Mustache/Test/FiveThree/Functional/FiltersTest.php [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/Mustache/Test/FiveThree/Functional/HigherOrderSectionsTest.php [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/Mustache/Test/FiveThree/Functional/LambdaHelperTest.php [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/Mustache/Test/FiveThree/Functional/MustacheSpecTest.php [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/Mustache/Test/FiveThree/Functional/PartialLambdaIndentTest.php [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/Mustache/Test/FiveThree/Functional/StrictCallablesTest.php [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/Mustache/Test/Functional/CallTest.php [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/Mustache/Test/Functional/ExamplesTest.php [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/Mustache/Test/Functional/HigherOrderSectionsTest.php [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/Mustache/Test/Functional/InheritanceTest.php [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/Mustache/Test/Functional/MustacheInjectionTest.php [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/Mustache/Test/Functional/MustacheSpecTest.php [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/Mustache/Test/Functional/NestedPartialIndentTest.php [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/Mustache/Test/Functional/ObjectSectionTest.php [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/Mustache/Test/FunctionalTestCase.php [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/Mustache/Test/HelperCollectionTest.php [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/Mustache/Test/Loader/ArrayLoaderTest.php [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/Mustache/Test/Loader/CascadingLoaderTest.php [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/Mustache/Test/Loader/FilesystemLoaderTest.php [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/Mustache/Test/Loader/InlineLoaderTest.php [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/Mustache/Test/Loader/ProductionFilesystemLoaderTest.php [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/Mustache/Test/Loader/StringLoaderTest.php [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/Mustache/Test/Logger/AbstractLoggerTest.php [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/Mustache/Test/Logger/StreamLoggerTest.php [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/Mustache/Test/ParserTest.php [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/Mustache/Test/Source/FilesystemSourceTest.php [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/Mustache/Test/SpecTestCase.php [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/Mustache/Test/TemplateTest.php [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/Mustache/Test/TokenizerTest.php [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/bootstrap.php [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/fixtures/autoloader/Mustache/Bar.php [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/fixtures/autoloader/Mustache/Foo.php [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/fixtures/autoloader/NonMustacheClass.php [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/fixtures/examples/anchored_dot_notation/AnchoredDotNotation.php [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/fixtures/examples/anchored_dot_notation/anchored_dot_notation.mustache [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/fixtures/examples/anchored_dot_notation/anchored_dot_notation.txt [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/fixtures/examples/anchored_dot_notation/partials/genre.mustache [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/fixtures/examples/blocks/Blocks.php [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/fixtures/examples/blocks/blocks.mustache [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/fixtures/examples/blocks/blocks.txt [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/fixtures/examples/blocks/partials/parent.mustache [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/fixtures/examples/child_context/ChildContext.php [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/fixtures/examples/child_context/child_context.mustache [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/fixtures/examples/child_context/child_context.txt [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/fixtures/examples/comments/Comments.php [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/fixtures/examples/comments/comments.mustache [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/fixtures/examples/comments/comments.txt [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/fixtures/examples/complex/complex.mustache [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/fixtures/examples/complex/complex.php [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/fixtures/examples/complex/complex.txt [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/fixtures/examples/delimiters/Delimiters.php [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/fixtures/examples/delimiters/delimiters.mustache [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/fixtures/examples/delimiters/delimiters.txt [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/fixtures/examples/dot_notation/DotNotation.php [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/fixtures/examples/dot_notation/dot_notation.mustache [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/fixtures/examples/dot_notation/dot_notation.txt [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/fixtures/examples/double_section/DoubleSection.php [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/fixtures/examples/double_section/double_section.mustache [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/fixtures/examples/double_section/double_section.txt [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/fixtures/examples/escaped/Escaped.php [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/fixtures/examples/escaped/escaped.mustache [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/fixtures/examples/escaped/escaped.txt [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/fixtures/examples/filters/Filters.php [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/fixtures/examples/filters/filters.mustache [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/fixtures/examples/filters/filters.txt [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/fixtures/examples/grand_parent_context/GrandParentContext.php [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/fixtures/examples/grand_parent_context/grand_parent_context.mustache [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/fixtures/examples/grand_parent_context/grand_parent_context.txt [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/fixtures/examples/i18n/I18n.php [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/fixtures/examples/i18n/i18n.mustache [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/fixtures/examples/i18n/i18n.txt [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/fixtures/examples/implicit_iterator/ImplicitIterator.php [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/fixtures/examples/implicit_iterator/implicit_iterator.mustache [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/fixtures/examples/implicit_iterator/implicit_iterator.txt [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/fixtures/examples/inverted_double_section/InvertedDoubleSection.php [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/fixtures/examples/inverted_double_section/inverted_double_section.mustache [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/fixtures/examples/inverted_double_section/inverted_double_section.txt [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/fixtures/examples/inverted_section/InvertedSection.php [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/fixtures/examples/inverted_section/inverted_section.mustache [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/fixtures/examples/inverted_section/inverted_section.txt [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/fixtures/examples/nested_partials/NestedPartials.php [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/fixtures/examples/nested_partials/nested_partials.mustache [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/fixtures/examples/nested_partials/nested_partials.txt [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/fixtures/examples/nested_partials/partials/fourth.mustache [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/fixtures/examples/nested_partials/partials/second.mustache [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/fixtures/examples/nested_partials/partials/third.mustache [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/fixtures/examples/partials/Partials.php [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/fixtures/examples/partials/partials.mustache [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/fixtures/examples/partials/partials.txt [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/fixtures/examples/partials/partials/header.mustache [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/fixtures/examples/recursive_partials/RecursivePartials.php [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/fixtures/examples/recursive_partials/partials/child.mustache [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/fixtures/examples/recursive_partials/recursive_partials.mustache [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/fixtures/examples/recursive_partials/recursive_partials.txt [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/fixtures/examples/section_iterator_objects/SectionIteratorObjects.php [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/fixtures/examples/section_iterator_objects/section_iterator_objects.mustache [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/fixtures/examples/section_iterator_objects/section_iterator_objects.txt [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/fixtures/examples/section_magic_objects/SectionMagicObjects.php [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/fixtures/examples/section_magic_objects/section_magic_objects.mustache [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/fixtures/examples/section_magic_objects/section_magic_objects.txt [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/fixtures/examples/section_objects/SectionObjects.php [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/fixtures/examples/section_objects/section_objects.mustache [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/fixtures/examples/section_objects/section_objects.txt [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/fixtures/examples/sections/Sections.php [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/fixtures/examples/sections/sections.mustache [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/fixtures/examples/sections/sections.txt [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/fixtures/examples/sections_nested/SectionsNested.php [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/fixtures/examples/sections_nested/sections_nested.mustache [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/fixtures/examples/sections_nested/sections_nested.txt [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/fixtures/examples/simple/Simple.php [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/fixtures/examples/simple/simple.mustache [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/fixtures/examples/simple/simple.txt [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/fixtures/examples/unescaped/Unescaped.php [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/fixtures/examples/unescaped/unescaped.mustache [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/fixtures/examples/unescaped/unescaped.txt [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/fixtures/examples/utf8/UTF8.php [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/fixtures/examples/utf8/utf8.mustache [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/fixtures/examples/utf8/utf8.txt [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/fixtures/examples/utf8_unescaped/UTF8Unescaped.php [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/fixtures/examples/utf8_unescaped/utf8_unescaped.mustache [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/fixtures/examples/utf8_unescaped/utf8_unescaped.txt [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/fixtures/examples/whitespace/Whitespace.php [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/fixtures/examples/whitespace/partials/alphabet.mustache [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/fixtures/examples/whitespace/whitespace.mustache [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/fixtures/examples/whitespace/whitespace.txt [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/fixtures/templates/alpha.ms [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/fixtures/templates/beta.ms [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/fixtures/templates/one.mustache [new file with mode: 0644]
app/lib/vendor/mustache/mustache/test/fixtures/templates/two.mustache [new file with mode: 0644]
app/lib/vendor/phpmailer/phpmailer/COMMITMENT [new file with mode: 0644]
app/lib/vendor/phpmailer/phpmailer/LICENSE [new file with mode: 0644]
app/lib/vendor/phpmailer/phpmailer/README.md [new file with mode: 0644]
app/lib/vendor/phpmailer/phpmailer/SECURITY.md [new file with mode: 0644]
app/lib/vendor/phpmailer/phpmailer/VERSION [new file with mode: 0644]
app/lib/vendor/phpmailer/phpmailer/composer.json [new file with mode: 0644]
app/lib/vendor/phpmailer/phpmailer/get_oauth_token.php [new file with mode: 0644]
app/lib/vendor/phpmailer/phpmailer/language/phpmailer.lang-af.php [new file with mode: 0644]
app/lib/vendor/phpmailer/phpmailer/language/phpmailer.lang-ar.php [new file with mode: 0644]
app/lib/vendor/phpmailer/phpmailer/language/phpmailer.lang-az.php [new file with mode: 0644]
app/lib/vendor/phpmailer/phpmailer/language/phpmailer.lang-ba.php [new file with mode: 0644]
app/lib/vendor/phpmailer/phpmailer/language/phpmailer.lang-be.php [new file with mode: 0644]
app/lib/vendor/phpmailer/phpmailer/language/phpmailer.lang-bg.php [new file with mode: 0644]
app/lib/vendor/phpmailer/phpmailer/language/phpmailer.lang-ca.php [new file with mode: 0644]
app/lib/vendor/phpmailer/phpmailer/language/phpmailer.lang-ch.php [new file with mode: 0644]
app/lib/vendor/phpmailer/phpmailer/language/phpmailer.lang-cs.php [new file with mode: 0644]
app/lib/vendor/phpmailer/phpmailer/language/phpmailer.lang-da.php [new file with mode: 0644]
app/lib/vendor/phpmailer/phpmailer/language/phpmailer.lang-de.php [new file with mode: 0644]
app/lib/vendor/phpmailer/phpmailer/language/phpmailer.lang-el.php [new file with mode: 0644]
app/lib/vendor/phpmailer/phpmailer/language/phpmailer.lang-eo.php [new file with mode: 0644]
app/lib/vendor/phpmailer/phpmailer/language/phpmailer.lang-es.php [new file with mode: 0644]
app/lib/vendor/phpmailer/phpmailer/language/phpmailer.lang-et.php [new file with mode: 0644]
app/lib/vendor/phpmailer/phpmailer/language/phpmailer.lang-fa.php [new file with mode: 0644]
app/lib/vendor/phpmailer/phpmailer/language/phpmailer.lang-fi.php [new file with mode: 0644]
app/lib/vendor/phpmailer/phpmailer/language/phpmailer.lang-fo.php [new file with mode: 0644]
app/lib/vendor/phpmailer/phpmailer/language/phpmailer.lang-fr.php [new file with mode: 0644]
app/lib/vendor/phpmailer/phpmailer/language/phpmailer.lang-gl.php [new file with mode: 0644]
app/lib/vendor/phpmailer/phpmailer/language/phpmailer.lang-he.php [new file with mode: 0644]
app/lib/vendor/phpmailer/phpmailer/language/phpmailer.lang-hi.php [new file with mode: 0644]
app/lib/vendor/phpmailer/phpmailer/language/phpmailer.lang-hr.php [new file with mode: 0644]
app/lib/vendor/phpmailer/phpmailer/language/phpmailer.lang-hu.php [new file with mode: 0644]
app/lib/vendor/phpmailer/phpmailer/language/phpmailer.lang-hy.php [new file with mode: 0644]
app/lib/vendor/phpmailer/phpmailer/language/phpmailer.lang-id.php [new file with mode: 0644]
app/lib/vendor/phpmailer/phpmailer/language/phpmailer.lang-it.php [new file with mode: 0644]
app/lib/vendor/phpmailer/phpmailer/language/phpmailer.lang-ja.php [new file with mode: 0644]
app/lib/vendor/phpmailer/phpmailer/language/phpmailer.lang-ka.php [new file with mode: 0644]
app/lib/vendor/phpmailer/phpmailer/language/phpmailer.lang-ko.php [new file with mode: 0644]
app/lib/vendor/phpmailer/phpmailer/language/phpmailer.lang-lt.php [new file with mode: 0644]
app/lib/vendor/phpmailer/phpmailer/language/phpmailer.lang-lv.php [new file with mode: 0644]
app/lib/vendor/phpmailer/phpmailer/language/phpmailer.lang-mg.php [new file with mode: 0644]
app/lib/vendor/phpmailer/phpmailer/language/phpmailer.lang-ms.php [new file with mode: 0644]
app/lib/vendor/phpmailer/phpmailer/language/phpmailer.lang-nb.php [new file with mode: 0644]
app/lib/vendor/phpmailer/phpmailer/language/phpmailer.lang-nl.php [new file with mode: 0644]
app/lib/vendor/phpmailer/phpmailer/language/phpmailer.lang-pl.php [new file with mode: 0644]
app/lib/vendor/phpmailer/phpmailer/language/phpmailer.lang-pt.php [new file with mode: 0644]
app/lib/vendor/phpmailer/phpmailer/language/phpmailer.lang-pt_br.php [new file with mode: 0644]
app/lib/vendor/phpmailer/phpmailer/language/phpmailer.lang-ro.php [new file with mode: 0644]
app/lib/vendor/phpmailer/phpmailer/language/phpmailer.lang-ru.php [new file with mode: 0644]
app/lib/vendor/phpmailer/phpmailer/language/phpmailer.lang-sk.php [new file with mode: 0644]
app/lib/vendor/phpmailer/phpmailer/language/phpmailer.lang-sl.php [new file with mode: 0644]
app/lib/vendor/phpmailer/phpmailer/language/phpmailer.lang-sr.php [new file with mode: 0644]
app/lib/vendor/phpmailer/phpmailer/language/phpmailer.lang-sv.php [new file with mode: 0644]
app/lib/vendor/phpmailer/phpmailer/language/phpmailer.lang-tl.php [new file with mode: 0644]
app/lib/vendor/phpmailer/phpmailer/language/phpmailer.lang-tr.php [new file with mode: 0644]
app/lib/vendor/phpmailer/phpmailer/language/phpmailer.lang-uk.php [new file with mode: 0644]
app/lib/vendor/phpmailer/phpmailer/language/phpmailer.lang-vi.php [new file with mode: 0644]
app/lib/vendor/phpmailer/phpmailer/language/phpmailer.lang-zh.php [new file with mode: 0644]
app/lib/vendor/phpmailer/phpmailer/language/phpmailer.lang-zh_cn.php [new file with mode: 0644]
app/lib/vendor/phpmailer/phpmailer/src/Exception.php [new file with mode: 0644]
app/lib/vendor/phpmailer/phpmailer/src/OAuth.php [new file with mode: 0644]
app/lib/vendor/phpmailer/phpmailer/src/PHPMailer.php [new file with mode: 0644]
app/lib/vendor/phpmailer/phpmailer/src/POP3.php [new file with mode: 0644]
app/lib/vendor/phpmailer/phpmailer/src/SMTP.php [new file with mode: 0644]
app/lib/vendor/symfony/polyfill-ctype/Ctype.php [new file with mode: 0644]
app/lib/vendor/symfony/polyfill-ctype/LICENSE [new file with mode: 0644]
app/lib/vendor/symfony/polyfill-ctype/README.md [new file with mode: 0644]
app/lib/vendor/symfony/polyfill-ctype/bootstrap.php [new file with mode: 0644]
app/lib/vendor/symfony/polyfill-ctype/bootstrap80.php [new file with mode: 0644]
app/lib/vendor/symfony/polyfill-ctype/composer.json [new file with mode: 0644]
app/lib/vendor/symfony/polyfill-mbstring/LICENSE [new file with mode: 0644]
app/lib/vendor/symfony/polyfill-mbstring/Mbstring.php [new file with mode: 0644]
app/lib/vendor/symfony/polyfill-mbstring/README.md [new file with mode: 0644]
app/lib/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php [new file with mode: 0644]
app/lib/vendor/symfony/polyfill-mbstring/Resources/unidata/titleCaseRegexp.php [new file with mode: 0644]
app/lib/vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php [new file with mode: 0644]
app/lib/vendor/symfony/polyfill-mbstring/bootstrap.php [new file with mode: 0644]
app/lib/vendor/symfony/polyfill-mbstring/bootstrap80.php [new file with mode: 0644]
app/lib/vendor/symfony/polyfill-mbstring/composer.json [new file with mode: 0644]
app/lib/vendor/twig/twig/.editorconfig [new file with mode: 0644]
app/lib/vendor/twig/twig/.gitattributes [new file with mode: 0644]
app/lib/vendor/twig/twig/.github/workflows/ci.yml [new file with mode: 0644]
app/lib/vendor/twig/twig/.github/workflows/documentation.yml [new file with mode: 0644]
app/lib/vendor/twig/twig/.gitignore [new file with mode: 0644]
app/lib/vendor/twig/twig/.php_cs.dist [new file with mode: 0644]
app/lib/vendor/twig/twig/CHANGELOG [new file with mode: 0644]
app/lib/vendor/twig/twig/LICENSE [new file with mode: 0644]
app/lib/vendor/twig/twig/README.rst [new file with mode: 0644]
app/lib/vendor/twig/twig/composer.json [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/.doctor-rst.yaml [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/_build/.requirements.txt [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/_build/Makefile [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/_build/conf.py [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/advanced.rst [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/api.rst [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/coding_standards.rst [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/deprecated.rst [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/filters/abs.rst [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/filters/batch.rst [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/filters/capitalize.rst [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/filters/column.rst [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/filters/convert_encoding.rst [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/filters/country_name.rst [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/filters/currency_name.rst [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/filters/currency_symbol.rst [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/filters/data_uri.rst [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/filters/date.rst [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/filters/date_modify.rst [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/filters/default.rst [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/filters/escape.rst [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/filters/filter.rst [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/filters/first.rst [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/filters/format.rst [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/filters/format_currency.rst [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/filters/format_date.rst [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/filters/format_datetime.rst [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/filters/format_number.rst [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/filters/format_time.rst [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/filters/html_to_markdown.rst [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/filters/index.rst [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/filters/inky_to_html.rst [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/filters/inline_css.rst [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/filters/join.rst [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/filters/json_encode.rst [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/filters/keys.rst [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/filters/language_name.rst [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/filters/last.rst [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/filters/length.rst [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/filters/locale_name.rst [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/filters/lower.rst [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/filters/map.rst [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/filters/markdown_to_html.rst [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/filters/merge.rst [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/filters/nl2br.rst [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/filters/number_format.rst [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/filters/raw.rst [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/filters/reduce.rst [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/filters/replace.rst [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/filters/reverse.rst [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/filters/round.rst [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/filters/slice.rst [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/filters/slug.rst [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/filters/sort.rst [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/filters/spaceless.rst [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/filters/split.rst [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/filters/striptags.rst [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/filters/timezone_name.rst [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/filters/title.rst [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/filters/trim.rst [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/filters/u.rst [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/filters/upper.rst [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/filters/url_encode.rst [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/functions/attribute.rst [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/functions/block.rst [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/functions/constant.rst [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/functions/country_timezones.rst [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/functions/cycle.rst [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/functions/date.rst [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/functions/dump.rst [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/functions/html_classes.rst [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/functions/include.rst [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/functions/index.rst [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/functions/max.rst [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/functions/min.rst [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/functions/parent.rst [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/functions/random.rst [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/functions/range.rst [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/functions/source.rst [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/functions/template_from_string.rst [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/index.rst [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/installation.rst [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/internals.rst [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/intro.rst [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/recipes.rst [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/tags/apply.rst [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/tags/autoescape.rst [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/tags/block.rst [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/tags/cache.rst [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/tags/deprecated.rst [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/tags/do.rst [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/tags/embed.rst [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/tags/extends.rst [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/tags/flush.rst [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/tags/for.rst [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/tags/from.rst [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/tags/if.rst [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/tags/import.rst [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/tags/include.rst [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/tags/index.rst [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/tags/macro.rst [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/tags/sandbox.rst [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/tags/set.rst [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/tags/use.rst [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/tags/verbatim.rst [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/tags/with.rst [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/templates.rst [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/tests/constant.rst [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/tests/defined.rst [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/tests/divisibleby.rst [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/tests/empty.rst [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/tests/even.rst [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/tests/index.rst [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/tests/iterable.rst [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/tests/null.rst [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/tests/odd.rst [new file with mode: 0644]
app/lib/vendor/twig/twig/doc/tests/sameas.rst [new file with mode: 0644]
app/lib/vendor/twig/twig/drupal_test.sh [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Cache/CacheInterface.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Cache/FilesystemCache.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Cache/NullCache.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Compiler.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Environment.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Error/Error.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Error/LoaderError.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Error/RuntimeError.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Error/SyntaxError.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/ExpressionParser.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Extension/AbstractExtension.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Extension/CoreExtension.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Extension/DebugExtension.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Extension/EscaperExtension.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Extension/ExtensionInterface.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Extension/GlobalsInterface.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Extension/OptimizerExtension.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Extension/ProfilerExtension.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Extension/SandboxExtension.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Extension/StagingExtension.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Extension/StringLoaderExtension.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/ExtensionSet.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/FileExtensionEscapingStrategy.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Lexer.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Loader/ArrayLoader.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Loader/ChainLoader.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Loader/FilesystemLoader.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Loader/LoaderInterface.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Markup.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Node/AutoEscapeNode.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Node/BlockNode.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Node/BlockReferenceNode.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Node/BodyNode.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Node/CheckSecurityCallNode.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Node/CheckSecurityNode.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Node/CheckToStringNode.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Node/DeprecatedNode.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Node/DoNode.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Node/EmbedNode.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Node/Expression/AbstractExpression.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Node/Expression/ArrayExpression.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Node/Expression/ArrowFunctionExpression.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Node/Expression/AssignNameExpression.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Node/Expression/Binary/AbstractBinary.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Node/Expression/Binary/AddBinary.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Node/Expression/Binary/AndBinary.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Node/Expression/Binary/BitwiseAndBinary.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Node/Expression/Binary/BitwiseOrBinary.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Node/Expression/Binary/BitwiseXorBinary.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Node/Expression/Binary/ConcatBinary.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Node/Expression/Binary/DivBinary.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Node/Expression/Binary/EndsWithBinary.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Node/Expression/Binary/EqualBinary.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Node/Expression/Binary/FloorDivBinary.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Node/Expression/Binary/GreaterBinary.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Node/Expression/Binary/GreaterEqualBinary.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Node/Expression/Binary/InBinary.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Node/Expression/Binary/LessBinary.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Node/Expression/Binary/LessEqualBinary.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Node/Expression/Binary/MatchesBinary.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Node/Expression/Binary/ModBinary.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Node/Expression/Binary/MulBinary.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Node/Expression/Binary/NotEqualBinary.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Node/Expression/Binary/NotInBinary.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Node/Expression/Binary/OrBinary.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Node/Expression/Binary/PowerBinary.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Node/Expression/Binary/RangeBinary.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Node/Expression/Binary/SpaceshipBinary.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Node/Expression/Binary/StartsWithBinary.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Node/Expression/Binary/SubBinary.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Node/Expression/BlockReferenceExpression.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Node/Expression/CallExpression.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Node/Expression/ConditionalExpression.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Node/Expression/ConstantExpression.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Node/Expression/Filter/DefaultFilter.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Node/Expression/FilterExpression.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Node/Expression/FunctionExpression.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Node/Expression/GetAttrExpression.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Node/Expression/InlinePrint.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Node/Expression/MethodCallExpression.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Node/Expression/NameExpression.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Node/Expression/NullCoalesceExpression.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Node/Expression/ParentExpression.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Node/Expression/TempNameExpression.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Node/Expression/Test/ConstantTest.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Node/Expression/Test/DefinedTest.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Node/Expression/Test/DivisiblebyTest.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Node/Expression/Test/EvenTest.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Node/Expression/Test/NullTest.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Node/Expression/Test/OddTest.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Node/Expression/Test/SameasTest.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Node/Expression/TestExpression.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Node/Expression/Unary/AbstractUnary.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Node/Expression/Unary/NegUnary.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Node/Expression/Unary/NotUnary.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Node/Expression/Unary/PosUnary.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Node/Expression/VariadicExpression.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Node/FlushNode.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Node/ForLoopNode.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Node/ForNode.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Node/IfNode.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Node/ImportNode.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Node/IncludeNode.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Node/MacroNode.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Node/ModuleNode.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Node/Node.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Node/NodeCaptureInterface.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Node/NodeOutputInterface.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Node/PrintNode.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Node/SandboxNode.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Node/SetNode.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Node/TextNode.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Node/WithNode.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/NodeTraverser.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/NodeVisitor/AbstractNodeVisitor.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/NodeVisitor/EscaperNodeVisitor.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/NodeVisitor/MacroAutoImportNodeVisitor.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/NodeVisitor/NodeVisitorInterface.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/NodeVisitor/OptimizerNodeVisitor.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/NodeVisitor/SafeAnalysisNodeVisitor.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/NodeVisitor/SandboxNodeVisitor.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Parser.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Profiler/Dumper/BaseDumper.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Profiler/Dumper/BlackfireDumper.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Profiler/Dumper/HtmlDumper.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Profiler/Dumper/TextDumper.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Profiler/Node/EnterProfileNode.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Profiler/Node/LeaveProfileNode.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Profiler/NodeVisitor/ProfilerNodeVisitor.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Profiler/Profile.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/RuntimeLoader/FactoryRuntimeLoader.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Sandbox/SecurityError.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Sandbox/SecurityNotAllowedFilterError.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Sandbox/SecurityNotAllowedFunctionError.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Sandbox/SecurityNotAllowedMethodError.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Sandbox/SecurityNotAllowedPropertyError.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Sandbox/SecurityNotAllowedTagError.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Sandbox/SecurityPolicy.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Sandbox/SecurityPolicyInterface.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Source.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Template.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/TemplateWrapper.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Test/IntegrationTestCase.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Test/NodeTestCase.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Token.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/TokenParser/AbstractTokenParser.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/TokenParser/ApplyTokenParser.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/TokenParser/AutoEscapeTokenParser.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/TokenParser/BlockTokenParser.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/TokenParser/DeprecatedTokenParser.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/TokenParser/DoTokenParser.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/TokenParser/EmbedTokenParser.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/TokenParser/ExtendsTokenParser.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/TokenParser/FlushTokenParser.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/TokenParser/ForTokenParser.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/TokenParser/FromTokenParser.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/TokenParser/IfTokenParser.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/TokenParser/ImportTokenParser.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/TokenParser/IncludeTokenParser.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/TokenParser/MacroTokenParser.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/TokenParser/SandboxTokenParser.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/TokenParser/SetTokenParser.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/TokenParser/TokenParserInterface.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/TokenParser/UseTokenParser.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/TokenParser/WithTokenParser.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/TokenStream.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/TwigFilter.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/TwigFunction.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/TwigTest.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Util/DeprecationCollector.php [new file with mode: 0644]
app/lib/vendor/twig/twig/src/Util/TemplateDirIterator.php [new file with mode: 0644]
app/manifest.webmanifest
app/report.php [new file with mode: 0644]
app/static/img/favicon/android-icon-512x512.png [new file with mode: 0644]
app/static/js/app.js
app/static/js/dataform.js
app/static/js/request.js
app/test.php [new file with mode: 0644]
app/tmpl/block/dlg_newpassword.html [moved from app/tmpl/block/dlg_newpassword.tt with 77% similarity]
app/tmpl/block/dlg_print.html [moved from app/tmpl/block/dlg_print.tt with 80% similarity]
app/tmpl/block/dlg_replacestaffdayworkplan.html [moved from app/tmpl/block/dlg_replacestaffdayworkplan.tt with 76% similarity]
app/tmpl/block/dlgdataload.html [moved from app/tmpl/block/dlgdataload.tt with 92% similarity]
app/tmpl/block/dlgdeleterow.html [moved from app/tmpl/block/dlgdeleterow.tt with 100% similarity]
app/tmpl/block/dlginfo.html [moved from app/tmpl/block/dlginfo.tt with 100% similarity]
app/tmpl/block/dlgmessage.html [moved from app/tmpl/block/dlgmessage.tt with 95% similarity]
app/tmpl/block/dlgperiodvalidation.html [moved from app/tmpl/block/dlgperiodvalidation.tt with 87% similarity]
app/tmpl/block/dlgstaffperioddays.html [moved from app/tmpl/block/dlgstaffperioddays.tt with 87% similarity]
app/tmpl/block/dlgstaffpointages.html [moved from app/tmpl/block/dlgstaffpointages.tt with 84% similarity]
app/tmpl/block/dlgusername.html [moved from app/tmpl/block/dlgusername.tt with 88% similarity]
app/tmpl/block/pnl_nodata.html [moved from app/tmpl/block/pnl_nodata.tt with 79% similarity]
app/tmpl/block/snackbar.html [moved from app/tmpl/block/snackbar.tt with 100% similarity]
app/tmpl/browser.html [moved from app/tmpl/browser.tt with 67% similarity]
app/tmpl/file.html [new file with mode: 0644]
app/tmpl/file.tt [deleted file]
app/tmpl/index.html [new file with mode: 0644]
app/tmpl/index.tt [deleted file]
app/tmpl/login.html [new file with mode: 0644]
app/tmpl/login.tt [deleted file]
app/tmpl/module/admin/admin.html [moved from app/tmpl/module/admin/admin.tt with 51% similarity]
app/tmpl/module/admin/adminvacancydays.html [moved from app/tmpl/module/admin/adminvacancydays.tt with 59% similarity]
app/tmpl/module/admin/adminvacancytypes.html [moved from app/tmpl/module/admin/adminvacancytypes.tt with 81% similarity]
app/tmpl/module/admin/companies.js
app/tmpl/module/admin/dlg_dataset.html [moved from app/tmpl/module/admin/dlg_dataset.tt with 80% similarity]
app/tmpl/module/admin/dlg_staffgroups.html [moved from app/tmpl/module/admin/dlg_staffgroups.tt with 82% similarity]
app/tmpl/module/admin/dlg_users.html [moved from app/tmpl/module/admin/dlg_users.tt with 76% similarity]
app/tmpl/module/admin/dlg_worktimes.html [moved from app/tmpl/module/admin/dlg_worktimes.tt with 83% similarity]
app/tmpl/module/admin/index.html [new file with mode: 0644]
app/tmpl/module/admin/index.tt [deleted file]
app/tmpl/module/admin/pnl_basedata.html [moved from app/tmpl/module/admin/pnl_basedata.tt with 80% similarity]
app/tmpl/module/admin/schemadataset.js
app/tmpl/module/admin/sectors.html [moved from app/tmpl/module/admin/sectors.tt with 62% similarity]
app/tmpl/module/admin/sectors.js
app/tmpl/module/admin/staffgroups.js
app/tmpl/module/admin/users.js
app/tmpl/module/admin/vacancydays.js
app/tmpl/module/admin/vacancytypes.js
app/tmpl/module/admin/worktimes.js
app/tmpl/module/archive.html [moved from app/tmpl/module/archive.tt with 56% similarity]
app/tmpl/module/archive/archive.js
app/tmpl/module/company.html [new file with mode: 0644]
app/tmpl/module/company.tt [deleted file]
app/tmpl/module/company/company.js
app/tmpl/module/company/dlg_staffgroups.html [moved from app/tmpl/module/company/dlg_staffgroups.tt with 85% similarity]
app/tmpl/module/company/dlg_users.html [moved from app/tmpl/module/company/dlg_users.tt with 82% similarity]
app/tmpl/module/company/pnl_basedata.html [moved from app/tmpl/module/company/pnl_basedata.tt with 82% similarity]
app/tmpl/module/company/staffgroups.js
app/tmpl/module/company/users.js
app/tmpl/module/index.html [moved from app/tmpl/module/index.tt with 52% similarity]
app/tmpl/module/index/index.js
app/tmpl/module/login/forgotpassword.html [moved from app/tmpl/module/login/forgotpassword.tt with 74% similarity]
app/tmpl/module/login/login.html [moved from app/tmpl/module/login/login.tt with 63% similarity]
app/tmpl/module/login/message.html [new file with mode: 0644]
app/tmpl/module/login/message.tt [deleted file]
app/tmpl/module/periods.html [moved from app/tmpl/module/periods.tt with 61% similarity]
app/tmpl/module/periods/periodvalidation.js
app/tmpl/module/periods/reportperiod.js
app/tmpl/module/periods/staffperiodweeks.js
app/tmpl/module/periods/tlb_staffperiodweeks.html [moved from app/tmpl/module/periods/tlb_staffperiodweeks.tt with 69% similarity]
app/tmpl/module/profile/profile.js
app/tmpl/module/staff.html [moved from app/tmpl/module/staff.tt with 55% similarity]
app/tmpl/module/staff/dlg_addstaff.html [moved from app/tmpl/module/staff/dlg_addstaff.tt with 83% similarity]
app/tmpl/module/staff/dlg_addvacancyyears.html [moved from app/tmpl/module/staff/dlg_addvacancyyears.tt with 86% similarity]
app/tmpl/module/staff/dlg_staffcontract.html [moved from app/tmpl/module/staff/dlg_staffcontract.tt with 60% similarity]
app/tmpl/module/staff/pnl_basedata.html [moved from app/tmpl/module/staff/pnl_basedata.tt with 75% similarity]
app/tmpl/module/staff/staff.js
app/tmpl/module/staff/staffcontract.js
app/tmpl/module/staff/staffperiods.js
app/tmpl/module/staff/staffvacancy.js
app/tmpl/module/timetracker/pnl_timertracker.html [moved from app/tmpl/module/timetracker/pnl_timertracker.tt with 93% similarity]
app/tmpl/module/timetrackers.html [new file with mode: 0644]
app/tmpl/module/timetrackers.tt [deleted file]
app/tmpl/module/workplans.html [moved from app/tmpl/module/workplans.tt with 52% similarity]
app/tmpl/module/workplans/dlg_workplan.html [moved from app/tmpl/module/workplans/dlg_workplan.tt with 84% similarity]
app/tmpl/module/workplans/dlg_workplanday.html [moved from app/tmpl/module/workplans/dlg_workplanday.tt with 93% similarity]
app/tmpl/module/workplans/workplans.js
doc/CGV.rtf
install/update_app.sh