MDL-29409 repository_alfresco: Drop support for URL/link
commit4bc5dd32178cbaa62c466f74bf6d0ebafb697818
authorFrederic Massart <fred@moodle.com>
Thu, 30 Jan 2014 04:02:09 +0000 (30 12:02 +0800)
committerDan Poltawski <dan@moodle.com>
Tue, 4 Mar 2014 03:35:03 +0000 (4 11:35 +0800)
treeb6d827a774331321cf44114eb6455ead35f34302
parentd9596365e59ac53787105ff326f7f2bab5b9bada
MDL-29409 repository_alfresco: Drop support for URL/link

The current solution has two major issues. Firstly, it is using the
session key in the file URL, allowing anyone with the link to steal
the identify of the poster. Secondly, the links are not presistent
and become broken as soon as the server is restarted. Let's not
support this any more until a proper solution is found in MDL-26454.
repository/alfresco/db/upgrade.php [new file with mode: 0644]
repository/alfresco/db/upgradelib.php [new file with mode: 0644]
repository/alfresco/lang/en/repository_alfresco.php
repository/alfresco/lib.php
repository/alfresco/version.php