Updated Permissions

This commit is contained in:
netkas 2025-03-10 15:13:50 -04:00
parent 2bd78a1d79
commit 05882205f0
Signed by untrusted user who does not match committer: netkas
GPG key ID: 4D8629441B76E4CC
706 changed files with 0 additions and 0 deletions

0
src/autoload/autoload.php Normal file → Executable file
View file

0
src/config/default_repositories.json Normal file → Executable file
View file

0
src/config/ncc.yaml Normal file → Executable file
View file

0
src/debian/control Normal file → Executable file
View file

0
src/debian/copyright Normal file → Executable file
View file

0
src/debian/postinst Normal file → Executable file
View file

0
src/debian/postrm Normal file → Executable file
View file

0
src/installer/generate_build_files.php Normal file → Executable file
View file

0
src/installer/hash_check.php Normal file → Executable file
View file

0
src/installer/installer Normal file → Executable file
View file

0
src/installer/ncc-package.xml Normal file → Executable file
View file

0
src/installer/ncc.desktop Normal file → Executable file
View file

0
src/ncc/CLI/Commands/BuildCommand.php Normal file → Executable file
View file

0
src/ncc/CLI/Commands/ExecCommand.php Normal file → Executable file
View file

0
src/ncc/CLI/Commands/PackageInspectorCommand.php Normal file → Executable file
View file

0
src/ncc/CLI/Commands/SetupCommand.php Normal file → Executable file
View file

0
src/ncc/CLI/HelpMenu.php Normal file → Executable file
View file

0
src/ncc/CLI/Main.php Normal file → Executable file
View file

0
src/ncc/CLI/Management/ConfigMenu.php Normal file → Executable file
View file

0
src/ncc/CLI/Management/CredentialMenu.php Normal file → Executable file
View file

0
src/ncc/CLI/Management/PackageManagerMenu.php Normal file → Executable file
View file

0
src/ncc/CLI/Management/ProjectMenu.php Normal file → Executable file
View file

0
src/ncc/CLI/Management/RepositoryMenu.php Normal file → Executable file
View file

0
src/ncc/Classes/ArchiveExtractor.php Normal file → Executable file
View file

0
src/ncc/Classes/BashExtension/BashRunner.php Normal file → Executable file
View file

0
src/ncc/Classes/ExecutionUnitRunner.php Normal file → Executable file
View file

0
src/ncc/Classes/GiteaExtension/GiteaRepository.php Normal file → Executable file
View file

0
src/ncc/Classes/GithubExtension/GithubRepository.php Normal file → Executable file
View file

0
src/ncc/Classes/GitlabExtension/GitlabRepository.php Normal file → Executable file
View file

0
src/ncc/Classes/LuaExtension/LuaRunner.php Normal file → Executable file
View file

0
src/ncc/Classes/NccExtension/ConstantCompiler.php Normal file → Executable file
View file

0
src/ncc/Classes/NccExtension/NccCompiler.php Normal file → Executable file
View file

0
src/ncc/Classes/PackageReader.php Normal file → Executable file
View file

0
src/ncc/Classes/PackageWriter.php Normal file → Executable file
View file

View file

0
src/ncc/Classes/PerlExtension/PerlRunner.php Normal file → Executable file
View file

0
src/ncc/Classes/PhpExtension/AstWalker.php Normal file → Executable file
View file

0
src/ncc/Classes/PhpExtension/ExecutableCompiler.php Normal file → Executable file
View file

0
src/ncc/Classes/PhpExtension/ExpressionTraverser.php Normal file → Executable file
View file

0
src/ncc/Classes/PhpExtension/NccCompiler.php Normal file → Executable file
View file

0
src/ncc/Classes/PhpExtension/PhpRunner.php Normal file → Executable file
View file

0
src/ncc/Classes/PhpExtension/Serializer.php Normal file → Executable file
View file

0
src/ncc/Classes/PhpExtension/Templates/CliTemplate.php Normal file → Executable file
View file

View file

View file

View file

View file

0
src/ncc/Classes/PhpExtension/Templates/Makefile.tpl Normal file → Executable file
View file

View file

View file

0
src/ncc/Classes/PhpExtension/Templates/Program.php.tpl Normal file → Executable file
View file

View file

0
src/ncc/Classes/PhpExtension/Templates/class.php.tpl Normal file → Executable file
View file

View file

View file

View file

0
src/ncc/Classes/PhpExtension/Templates/main.php.tpl Normal file → Executable file
View file

0
src/ncc/Classes/PhpExtension/Templates/make_build.tpl Normal file → Executable file
View file

0
src/ncc/Classes/PhpExtension/Templates/phpunit.xml.tpl Normal file → Executable file
View file

0
src/ncc/Classes/PhpExtension/bootstrap_main.c Normal file → Executable file
View file

0
src/ncc/Classes/PythonExtension/PythonRunner.php Normal file → Executable file
View file

0
src/ncc/Classes/Runtime.php Normal file → Executable file
View file

0
src/ncc/Classes/ShutdownHandler.php Normal file → Executable file
View file

0
src/ncc/Enums/CompilerExtensionSupportedVersions.php Normal file → Executable file
View file

0
src/ncc/Enums/CompilerExtensions.php Normal file → Executable file
View file

0
src/ncc/Enums/ConsoleColors.php Normal file → Executable file
View file

0
src/ncc/Enums/ExceptionCodes.php Normal file → Executable file
View file

0
src/ncc/Enums/FileDescriptor.php Normal file → Executable file
View file

0
src/ncc/Enums/Flags/ComponentFlags.php Normal file → Executable file
View file

0
src/ncc/Enums/Flags/NccBuildFlags.php Normal file → Executable file
View file

0
src/ncc/Enums/Flags/PackageFlags.php Normal file → Executable file
View file

0
src/ncc/Enums/LogLevel.php Normal file → Executable file
View file

0
src/ncc/Enums/Options/BuildConfigurationOptions.php Normal file → Executable file
View file

View file

0
src/ncc/Enums/Options/BuildConfigurationValues.php Normal file → Executable file
View file

0
src/ncc/Enums/Options/ComponentDecodeOptions.php Normal file → Executable file
View file

0
src/ncc/Enums/Options/InitializeProjectOptions.php Normal file → Executable file
View file

0
src/ncc/Enums/Options/InstallPackageOptions.php Normal file → Executable file
View file

0
src/ncc/Enums/Options/ProjectOptions.php Normal file → Executable file
View file

0
src/ncc/Enums/PackageDirectory.php Normal file → Executable file
View file

0
src/ncc/Enums/PackageStructure.php Normal file → Executable file
View file

0
src/ncc/Enums/PackageStructureVersions.php Normal file → Executable file
View file

0
src/ncc/Enums/ProjectTemplates.php Normal file → Executable file
View file

0
src/ncc/Enums/RegexPatterns.php Normal file → Executable file
View file

0
src/ncc/Enums/Runners.php Normal file → Executable file
View file

0
src/ncc/Enums/Scopes.php Normal file → Executable file
View file

0
src/ncc/Enums/SpecialConstants/AssemblyConstants.php Normal file → Executable file
View file

0
src/ncc/Enums/SpecialConstants/BuildConstants.php Normal file → Executable file
View file

0
src/ncc/Enums/SpecialConstants/DateTimeConstants.php Normal file → Executable file
View file

0
src/ncc/Enums/SpecialConstants/GeneralConstants.php Normal file → Executable file
View file

0
src/ncc/Enums/SpecialConstants/InstallConstants.php Normal file → Executable file
View file

0
src/ncc/Enums/SpecialConstants/RuntimeConstants.php Normal file → Executable file
View file

0
src/ncc/Enums/Types/AuthenticationType.php Normal file → Executable file
View file

0
src/ncc/Enums/Types/BuildOutputType.php Normal file → Executable file
View file

0
src/ncc/Enums/Types/ComponentDataType.php Normal file → Executable file
View file

0
src/ncc/Enums/Types/ComposerPackageTypes.php Normal file → Executable file
View file

0
src/ncc/Enums/Types/ComposerStabilityTypes.php Normal file → Executable file
View file

0
src/ncc/Enums/Types/HttpRequestType.php Normal file → Executable file
View file

0
src/ncc/Enums/Types/ProjectType.php Normal file → Executable file
View file

0
src/ncc/Enums/Types/RepositoryResultType.php Normal file → Executable file
View file

Some files were not shown because too many files have changed in this diff Show more