aleph1888 / elgg_file_takeout

This Elgg plugin lets users take out all their group/personal files from Elgg in an archived ZIP file.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hi,

Elgg_backup plugin status note:

 

What is done?

 

  • It has been forked file_takeout.
  • Plugin settings has been edited with two new fields:Python directory and Uzta directory. So site admin can configure Python execution from PHP.
  • Plugin user settings has been edited so user can decide if it is wanted a "remote lorea backup", so fields: Remote Lorea url, user and password.
  • Main file_takout class has been edited so its behaviour switches on wether inhabitant wants a "local" or a "remote" backup. And then launches accurate process, by giving instant downloadable links if "local" and by giving a future link if "remote" (Note: that we use default Elgg file folder to output only one remote downloadable zip called /remote_lorea_name/uzta.zip)

 

What is left?

 

  • Some admin should install this plugin on 1.12 and some coder finish to refactor 1.8 pending warnings.
  • Some admin should install Utza on Lamp. And set proper settings on plugin.
  • Better Uzta ready notification when zipping process is done.
  • Better remote Loreas settings, by adding an array of sites instead of single site strings. And so on when retrieving pending links.
  • Better local backup by doing recursive for subpages.
  • Better local backup by adding other missed entities.

 

What is right?

 

  • To encrypt zip files with lorea-gpg plugin.
  • To install webservices on Lorea remote potentials and access through API.

elgg_file_takeout

This Elgg plugin lets users take out all their group/personal files from Elgg in an archived ZIP file.

See the official Elgg plugin site for more information about this plugin. http://community.elgg.org/plugins/1602047/1.0/file-takeout

About

This Elgg plugin lets users take out all their group/personal files from Elgg in an archived ZIP file.


Languages

Language:PHP 100.0%