stable
Clone or download
Read-only
For now, you can not edit these parameters. This is part of request #8756 Revoked token should no longer be usable Change-Id: I872d9d3cc1e5168c215094bf65cb26dffdc49b04
Modified Files
Name | ||||
---|---|---|---|---|
M | site-content/en_US/admin/admin.tab | +1 | −1 | Go to diff View file |
M | site-content/en_US/svn/svn.tab | +10 | −1 | Go to diff View file |
M | site-content/fr_FR/admin/admin.tab | +1 | −1 | Go to diff View file |
M | site-content/fr_FR/svn/svn.tab | +10 | −1 | Go to diff View file |
M | src/common/admin/AdminSidebarPresenter.php | +1 | −4 | Go to diff View file |
M | src/common/admin/AdminSidebarPresenterBuilder.php | +0 | −6 | Go to diff View file |
M | src/common/autoload.php | +10 | −4 | Go to diff View file |
A | src/common/svn/admin/CacheController.php | +56 | −0 | Go to diff View file |
A | src/common/svn/admin/CachePresenter.php | +94 | −0 | Go to diff View file |
R | src/www/admin/svn/svn_tokens.php | Go to diff View file | ||
A | src/common/svn/admin/Presenter.php | +62 | −0 | Go to diff View file |
A | src/common/svn/admin/Renderer.php | +56 | −0 | Go to diff View file |
A | src/common/svn/admin/Router.php | +74 | −0 | Go to diff View file |
R | src/common/svn/admin/SVN_Admin_Controller.php | Go to diff View file | ||
R | src/common/svn/admin/SVN_Admin_AllowedProjectsPresenter.class.php | Go to diff View file | ||
M | src/templates/admin/sidebar_configuration.mustache | +1 | −3 | Go to diff View file |
A | src/templates/svn/admin.mustache | +23 | −0 | Go to diff View file |
A | src/templates/svn/authentication-cache-settings.mustache | +28 | −0 | Go to diff View file |
A | src/www/admin/svn/index.php | +45 | −0 | Go to diff View file |
M | src/www/themes/BurningParrot/css/_includes.scss | +2 | −0 | Go to diff View file |
A | src/www/themes/BurningParrot/css/includes/_svn.scss | +4 | −0 | Go to diff View file |