Merge pull request #7806 from tobiasd/20191102-csvexport

added export and import of followed contacts to and from  CSV files
This commit is contained in:
Philipp 2019-11-03 20:28:08 +01:00 committed by GitHub
commit d0068170db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 149 additions and 4 deletions

View file

@ -124,6 +124,12 @@ return [
// The fully-qualified URL of this Friendica node.
// Used by the worker in a non-HTTP execution environment.
'url' => '',
// max_csv_file_size (Integer)
// When uploading a CSV with account addresses to follow
// in the user settings, this controls the maximum file
// size of the upload file.
'max_csv_file_size' => 30720,
],
// Used in the admin settings to lock certain features