stable

Clone or download

Read-only

chore: remove proftpd plugin

As communicated[0], the plugin proftpd should be removed in 14.9. Closes request #29627: End ProFTPD support [0]: https://docs.tuleap.org/deploy.html#end-of-march-2023 Change-Id: Ib0fafc02952e9344a4f78ec17240f2e2e1d7c948

Modified Files

Name
M doc/i18n/back-end.md +2 −2 Go to diff View file
D plugins/proftpd/Dev.mkd +0 −2 Go to diff View file
D plugins/proftpd/README.mkd +0 −129 Go to diff View file
D plugins/proftpd/bin/parse_xferlog.php +0 −51 Go to diff View file
D plugins/proftpd/bin/switch_to_unix_password.php +0 −36 Go to diff View file
D plugins/proftpd/composer.json +0 −9 Go to diff View file
D plugins/proftpd/composer.lock +0 −18 Go to diff View file
D plugins/proftpd/db/install.sql +0 −76 Go to diff View file
D plugins/proftpd/db/mysql/updates/2014/201401221648_ftpgroups_view_concat.php +0 −89 Go to diff View file
D plugins/proftpd/db/mysql/updates/2014/201403211644_update_default_acl.php +0 −73 Go to diff View file
D plugins/proftpd/db/uninstall.sql +0 −5 Go to diff View file
D plugins/proftpd/etc/config.inc.dist +0 −24 Go to diff View file
D plugins/proftpd/include/PermissionsPerGroup/ProftpdPermissionsPerGroupPresenterBuilder.php +0 −146 Go to diff View file
D plugins/proftpd/include/ProFTPd/Admin/ACLBuilder.class.php +0 −66 Go to diff View file
D plugins/proftpd/include/ProFTPd/Admin/ACLBuilderForDirectory.class.php +0 −48 Go to diff View file
D plugins/proftpd/include/ProFTPd/Admin/ACLBuilderForFile.class.php +0 −42 Go to diff View file
D plugins/proftpd/include/ProFTPd/Admin/ACLUpdater.class.php +0 −87 Go to diff View file
D plugins/proftpd/include/ProFTPd/Admin/AdminController.class.php +0 −149 Go to diff View file
D plugins/proftpd/include/ProFTPd/Admin/PermissionsManager.class.php +0 −146 Go to diff View file
D plugins/proftpd/include/ProFTPd/Directory/DirectoryItem.class.php +0 −71 Go to diff View file
D plugins/proftpd/include/ProFTPd/Directory/DirectoryItemCollection.class.php +0 −77 Go to diff View file
D plugins/proftpd/include/ProFTPd/Directory/DirectoryParser.class.php +0 −127 Go to diff View file
D plugins/proftpd/include/ProFTPd/Directory/DirectoryPathCollection.class.php +0 −63 Go to diff View file
D plugins/proftpd/include/ProFTPd/Directory/DirectoryPathParser.class.php +0 −91 Go to diff View file
D plugins/proftpd/include/ProFTPd/Directory/DirectoryPathPart.class.php +0 −52 Go to diff View file
D plugins/proftpd/include/ProFTPd/Explorer/ExplorerController.class.php +0 −136 Go to diff View file
D plugins/proftpd/include/ProFTPd/Plugin/ProftpdPluginDescriptor.php +0 −34 Go to diff View file
D plugins/proftpd/include/ProFTPd/Plugin/ProftpdPluginInfo.php +0 −32 Go to diff View file
D plugins/proftpd/include/ProFTPd/Presenter/AdminPresenter.class.php +0 −152 Go to diff View file
D plugins/proftpd/include/ProFTPd/Presenter/ExplorerPresenter.class.php +0 −118 Go to diff View file
D plugins/proftpd/include/ProFTPd/ProftpdRouter.class.php +0 −94 Go to diff View file
D plugins/proftpd/include/ProFTPd/ServiceProFTPd.class.php +0 −117 Go to diff View file
D plugins/proftpd/include/ProFTPd/SystemEvent/PROFTPD_DIRECTORY_CREATE.class.php +0 −91 Go to diff View file
D plugins/proftpd/include/ProFTPd/SystemEvent/PROFTPD_UPDATE_ACL.class.php +0 −92 Go to diff View file
D plugins/proftpd/include/ProFTPd/SystemEventManager.class.php +0 −109 Go to diff View file
D plugins/proftpd/include/ProFTPd/Xferlog/Dao.class.php +0 −165 Go to diff View file
D plugins/proftpd/include/ProFTPd/Xferlog/Entry.class.php +0 −98 Go to diff View file
D plugins/proftpd/include/ProFTPd/Xferlog/FileImporter.class.php +0 −172 Go to diff View file
D plugins/proftpd/include/ProFTPd/Xferlog/InvalidEntryException.class.php +0 −31 Go to diff View file
D plugins/proftpd/include/ProFTPd/Xferlog/Parser.class.php +0 −83 Go to diff View file
D plugins/proftpd/include/constants.php +0 −23 Go to diff View file
D plugins/proftpd/include/proftpdPlugin.php +0 −339 Go to diff View file
D plugins/proftpd/package.json +0 −14 Go to diff View file
D plugins/proftpd/pnpm-lock.yaml +0 −6 Go to diff View file
D plugins/proftpd/site-content/en_US/proftpd.tab +0 −1 Go to diff View file
D plugins/proftpd/site-content/fr_FR/LC_MESSAGES/tuleap-proftpd.po +0 −107 Go to diff View file
D plugins/proftpd/site-content/fr_FR/proftpd.tab +0 −1 Go to diff View file
D plugins/proftpd/site-content/pt_BR/LC_MESSAGES/tuleap-proftpd.po +0 −90 Go to diff View file
D plugins/proftpd/templates/admin.mustache +0 −34 Go to diff View file
D plugins/proftpd/templates/error.mustache +0 −3 Go to diff View file
D plugins/proftpd/templates/index.mustache +0 −54 Go to diff View file
D plugins/proftpd/templates/project-admin-permission-per-group.mustache +0 −41 Go to diff View file
D plugins/proftpd/templates/selectbox.mustache +0 −5 Go to diff View file
D plugins/proftpd/tests/README +0 −1 Go to diff View file
D plugins/proftpd/tests/unit/ProFTPd/Admin/ACLUpdaterTest.php +0 −139 Go to diff View file
D plugins/proftpd/tests/unit/ProFTPd/Directory/DirectoryParserTest.php +0 −173 Go to diff View file
D plugins/proftpd/tests/unit/ProFTPd/Directory/ProftpdDirectoryPathParserTest.php +0 −72 Go to diff View file
D plugins/proftpd/tests/unit/ProFTPd/Directory/_fixtures/sftp_directory/file01.txt +0 −1 Go to diff View file
D plugins/proftpd/tests/unit/ProFTPd/Directory/_fixtures/sftp_directory/folder01/file02.txt +0 −0 Go to diff View file
D plugins/proftpd/tests/unit/ProFTPd/Directory/_fixtures/sftp_directory/folder10/newfile +0 −0 Go to diff View file
D plugins/proftpd/tests/unit/ProFTPd/Directory/_fixtures/sftp_directory/folder9/somefile +0 −0 Go to diff View file
D plugins/proftpd/tests/unit/ProFTPd/SystemEvent/PROFTPD_DIRECTORY_CREATETest.php +0 −95 Go to diff View file
D plugins/proftpd/tests/unit/ProFTPd/SystemEvent/PROFTPD_UPDATE_ACLTest.php +0 −154 Go to diff View file
D plugins/proftpd/tests/unit/ProFTPd/SystemEventManagerTest.php +0 −87 Go to diff View file
D plugins/proftpd/tests/unit/ProFTPd/Xferlog/FileImporterTest.php +0 −104 Go to diff View file
D plugins/proftpd/tests/unit/ProFTPd/Xferlog/FileImporter_PathTest.php +0 −123 Go to diff View file
D plugins/proftpd/tests/unit/ProFTPd/Xferlog/ParserTest.php +0 −60 Go to diff View file
D plugins/proftpd/tests/unit/ProFTPd/Xferlog/_fixtures/xferlog +0 −5 Go to diff View file
D plugins/proftpd/tests/unit/ProFTPd/Xferlog/_fixtures/xferlog_absolute +0 −1 Go to diff View file
D plugins/proftpd/tests/unit/ProFTPd/Xferlog/_fixtures/xferlog_relative +0 −1 Go to diff View file
D plugins/proftpd/tests/unit/ProFTPd/_fixtures/.keepme +0 −0 Go to diff View file
D plugins/proftpd/tests/unit/ProFTPd/_fixtures/MiXeDCaSePrOjEcTNaMe/SomeFile +0 −0 Go to diff View file
D plugins/proftpd/tests/unit/ProFTPd/_fixtures/project_name/SomeDirectory/AnotherFile +0 −0 Go to diff View file
D plugins/proftpd/tests/unit/ProFTPd/_fixtures/project_name/SomeFile +0 −0 Go to diff View file
D plugins/proftpd/tests/unit/bootstrap.php +0 −21 Go to diff View file
D plugins/proftpd/themes/default/style.scss +0 −141 Go to diff View file
D plugins/proftpd/webpack.common.js +0 −39 Go to diff View file
D plugins/proftpd/webpack.dev.js +0 −23 Go to diff View file
D plugins/proftpd/webpack.prod.js +0 −23 Go to diff View file
D plugins/proftpd/www/explorer.php +0 −35 Go to diff View file
D plugins/proftpd/www/index.php +0 −35 Go to diff View file
M plugins/tracker/tests/e2e/cypress/_fixtures/tql_queries/project.xml +0 −1 Go to diff View file
M src/common/DB/DBAuthUserConfig.php +1 −1 Go to diff View file
M src/common/Event/Event.class.php +0 −12 Go to diff View file
M src/common/FRS/FRSFileFactory.class.php +1 −9 Go to diff View file
M tests/psalm/psalm.xml +0 −1 Go to diff View file
M tools/docker/tuleap-aio/fix-owners.sh +0 −1 Go to diff View file
M tools/docker/tuleap-community-edition/Dockerfile +1 −1 Go to diff View file
M tools/rpm/tuleap.rhel7.spec +0 −15 Go to diff View file