]> git.mxchange.org Git - friendica.git/commit
Pluggable storage backends: first steps
authorfabrixxm <fabrix.xm@gmail.com>
Tue, 20 Nov 2018 22:15:03 +0000 (23:15 +0100)
committerHypolite Petovan <hypolite@mrpetovan.com>
Mon, 21 Jan 2019 13:57:28 +0000 (08:57 -0500)
commit3b3c4e8cc7d062268b96e93357227baddbfe4902
tree775280a0105c888e48642aa401bbe472d62f3062
parent89eaf508f19be57a07971c5f40b4bb538e36e891
Pluggable storage backends: first steps

- add backend related columns in photo table
- add system resource storage class
- add code to load image data from backend class
- return "nosign" image as photo meta with SystemResource backend
config/dbstructure.config.php
src/Model/Photo.php
src/Model/Storage/SystemResource.php [new file with mode: 0644]
src/Module/Photo.php