Commit Graph

9 Commits

Author SHA1 Message Date
El RIDO f56907bd38
increment version 2023-09-11 19:36:45 +02:00
El RIDO 01afe7d481
incrementing version 2023-07-09 08:44:22 +02:00
Felipe Nakandakari 6d4d3af377
Fix code style issues 2023-02-27 13:26:45 +11:00
Felipe Nakandakari e3abc042a8
Use credentials array only if values passed via conf.php 2023-02-27 12:58:18 +11:00
El RIDO e84a8694e4
incrementing version 2022-12-24 05:52:07 +01:00
El RIDO b5602dd1ae
incrementing version 2022-12-11 05:02:15 +01:00
Felix J. Ogris bde5802a3a syntax fix, changelog 2022-11-01 16:38:06 +01:00
Felix J. Ogris 9a61e8fd48 started script for storage backend migrations
todo: GCS

added GCS, no GLOBALS, two methods for saving pastes and comments

use GLOBALS for verbosity again

added getAllPastes() to all storage providers

moved to bin, added --delete options, make use of $store->getAllPastes()

added --delete-* options to help

longopts without -- *sigh*

fixed arguments

drop singleton behaviour to allow multiple backends of the same type simultaneously

remove singleton from Model, collapse loop in migrate.php

comments is not indexed

tests without data singleton

fix

exit if scandir() fails

extended meta doc
2022-11-01 16:02:17 +01:00
Felix J. Ogris ee212b1a33 implemented S3 storage backend
added sample configuration + aws php sdk version

coding style cleanup
2022-10-22 18:30:24 +02:00