ncc/.gitignore

35 lines
1.1 KiB
Text
Raw Normal View History

2022-10-20 14:17:49 -04:00
# vscode
2022-05-05 17:17:23 +01:00
.vscode/dryrun.log
.vscode/configurationCache.log
2022-05-09 17:40:05 +01:00
.vscode/targets.log
.vscode/launch.json
2022-10-20 14:17:49 -04:00
# build
2022-08-11 14:06:22 -04:00
build
# Autoload files
src/ncc/ThirdParty/composer/Semver/autoload_spl.php
2022-08-11 14:06:22 -04:00
src/ncc/ThirdParty/defuse/php-encryption/autoload_spl.php
2022-10-22 00:44:07 -04:00
src/ncc/ThirdParty/jelix/version/autoload_spl.php
src/ncc/ThirdParty/nikic/PhpParser/autoload_spl.php
2023-01-29 23:27:56 +00:00
src/ncc/ThirdParty/php_parallel_lint/php_console_color/autoload_spl.php
- Cleaned up imports - Various bug fixes and improved performance on package reading/writing - Corrected CHANGELOG.md - Updated dependency `Symfony/polyfill-mbstring` to 1.28.0 - Updated dependency `Symfony/polyfill-uuid` to 1.28.0 - Updated dependency `Symfony/Process` to 6.3.4 - Updated dependency `Symfony/Uid` to 6.3.0 - Updated dependency `Symfony/Yaml` to 6.3.3 - Added support for Gitea repositories - Added support for Packagist repositories - Added a new default Gitea repository nocturn9x at git.nocturn9x.space - Added a new default Gitea repository martinvlba at git.martinvlba.eu - Added a new default Gitea repository kuny at git.it-kuny.ch - Added dependency composer/semver version 3.4.0 for composer version comparison compatibility - Added a new class \ncc\Classes\ArchiveExtractor to extract multiple archive types - Refactored \ncc\Objects\RemoteRepository - Refactored the repository system - Refactored Github's repository interface - Refactored Gitlab's repository interface - Refactored SourcesMenu in the CLI to use the new repository system - Updated dependency nikic/php-parser to version 4.17.1 - Added a simple security measure in \ncc\Objects\Value\Entry to delay returns randomly when the password is incorrect - Refactored the CLI menu system to use a return exit code system - Updated the installer to remove unused components and installation steps - Updated dependency Symfony/Filesystem to 6.3.1 - Updated dependency Symfony/polyfill-ctype to 1.28.0 - Enforced credential storage security by applying 600 permissions to the storage file so that only the owner can read/write to the file; this will require root access to perform any operations on the credential file. A password will still be needed to decrypt entries in the file if any entries are encrypted. - Removed \ncc\Classes\NccExtension\Runner in favor of the new Execution Unit system - Removed \ncc\Managers\ExecutionPointerManager in favor of the new Execution Unit system
2023-09-21 17:24:12 -04:00
src/ncc/ThirdParty/Symfony/polyfill_ctype/autoload_spl.php
src/ncc/ThirdParty/Symfony/polyfill_mbstring/autoload_spl.php
src/ncc/ThirdParty/Symfony/polyfill_uuid/autoload_spl.php
2022-08-11 14:06:22 -04:00
src/ncc/ThirdParty/Symfony/Process/autoload_spl.php
2022-08-12 10:45:25 -04:00
src/ncc/ThirdParty/Symfony/Uid/autoload_spl.php
src/ncc/ThirdParty/Symfony/Filesystem/autoload_spl.php
src/ncc/ThirdParty/Symfony/Yaml/autoload_spl.php
src/ncc/ThirdParty/theseer/Autoload/autoload_spl.php
src/ncc/ThirdParty/theseer/DirectoryScanner/autoload_spl.php
2022-08-11 14:06:22 -04:00
src/ncc/autoload_spl.php
src/ncc/autoload.php
# Test files
2022-10-20 14:17:49 -04:00
tests/example_project/project.json
tests/example_project/ncc
2024-09-17 22:17:04 -04:00
tests/example_project/build
/.phpunit.result.cache
/.idea/php-test-framework.xml
2024-10-25 19:59:33 -04:00
/.idea/gbrowser_project.xml