diff options
| author | 2014-12-21 13:10:02 +0100 | |
|---|---|---|
| committer | 2014-12-21 13:10:02 +0100 | |
| commit | b5bee8560345e4123432a8bd3bcd63b938549ef9 (patch) | |
| tree | a72a9fe4390551466761f3d4267de6b831c7dd2c /data | |
| parent | 875b8a72f97429c4e4df6d292daf4261fb7a45bd (diff) | |
BREAKING FEATURE: move user data
- Create ./data/users/ folder
- Move user configuration to ./data/users/username/config.php
- Move sqlite db to ./data/users/username/db.sqlite
- Move user logs to ./data/users/username/log.txt
See https://github.com/FreshRSS/FreshRSS/issues/729
Diffstat (limited to 'data')
| -rw-r--r-- | data/.gitignore | 1 | ||||
| -rw-r--r-- | data/log/.gitignore | 1 | ||||
| -rw-r--r-- | data/users/.gitignore | 4 | ||||
| -rw-r--r-- | data/users/index.html (renamed from data/log/index.html) | 0 |
4 files changed, 4 insertions, 2 deletions
diff --git a/data/.gitignore b/data/.gitignore index 325fa75c6..20364e266 100644 --- a/data/.gitignore +++ b/data/.gitignore @@ -1,6 +1,5 @@ application.ini config.php -*_user.php *.sqlite touch.txt no-cache.txt diff --git a/data/log/.gitignore b/data/log/.gitignore deleted file mode 100644 index bf0824e59..000000000 --- a/data/log/.gitignore +++ /dev/null @@ -1 +0,0 @@ -*.log
\ No newline at end of file diff --git a/data/users/.gitignore b/data/users/.gitignore new file mode 100644 index 000000000..53ed0587b --- /dev/null +++ b/data/users/.gitignore @@ -0,0 +1,4 @@ +db.sqlite +config.php +log.txt + diff --git a/data/log/index.html b/data/users/index.html index 85faaa37e..85faaa37e 100644 --- a/data/log/index.html +++ b/data/users/index.html |
