Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
our_own_cloud_project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
die_coolen_jungs
our_own_cloud_project
Commits
4e192381
Commit
4e192381
authored
9 years ago
by
Carla Schroder
Browse files
Options
Downloads
Patches
Plain Diff
Markup fixes to trash bin section
parent
1d8c10cf
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
config/config.sample.php
+30
-23
30 additions, 23 deletions
config/config.sample.php
with
30 additions
and
23 deletions
config/config.sample.php
+
30
−
23
View file @
4e192381
...
...
@@ -417,19 +417,21 @@ $CONFIG = array(
*
* Available values:
*
* * ``auto`` default setting. keeps files and folders in the trash bin
* for 30 days and automatically deletes anytime after that
* if space is needed (note: files may not be deleted if space
* is not needed).
* * ``D, auto`` keeps files and folders in the trash bin for D+ days,
* delete anytime if space needed (note: files may not be deleted
* if space is not needed)
* * ``auto, D`` delete all files in the trash bin that are older than D days
* automatically, delete other files anytime if space needed
* * ``D1, D2`` keep files and folders the in trash bin for at least D1 days
* and delete when exceeds D2 days
* * ``disabled`` trash bin auto clean disabled, files and folders will be
* kept forever
* * ``auto``
* default setting. keeps files and folders in the trash bin for 30 days
* and automatically deletes anytime after that if space is needed (note:
* files may not be deleted if space is not needed).
* * ``D, auto``
* keeps files and folders in the trash bin for D+ days, delete anytime if
* space needed (note: files may not be deleted if space is not needed)
* * ``auto, D``
* delete all files in the trash bin that are older than D days
* automatically, delete other files anytime if space needed
* * ``D1, D2``
* keep files and folders the in trash bin for at least D1 days and
* delete when exceeds D2 days
* * ``disabled``
* trash bin auto clean disabled, files and folders will be kept forever
*/
'trashbin_retention_obligation'
=>
'auto'
,
...
...
@@ -448,19 +450,24 @@ $CONFIG = array(
* ownCloud 8.1 and before.
*
* Available values:
* ``auto`` default setting. Automatically expire versions according to
* expire rules. Please refer to Files_versions online documentation
* for more info.
* ``D, auto`` keep versions at least for D days, apply expire rules to all
* versions that are older than D days
* * ``auto, D`` delete all versions that are older than D days automatically,
* delete other versions according to expire rules
* * ``D1, D2`` keep versions for at least D1 days and delete when exceeds D2 days
* ``disabled`` versions auto clean disabled, versions will be kept forever
*
* * ``auto``
* default setting. Automatically expire versions according to expire
* rules. Please refer to Files_versions online documentation for more
* info.
* * ``D, auto``
* keep versions at least for D days, apply expire rules to all versions
* that are older than D days
* * ``auto, D``
* delete all versions that are older than D days automatically, delete
* other versions according to expire rules
* * ``D1, D2``
* keep versions for at least D1 days and delete when exceeds D2 days
* * ``disabled``
* versions auto clean disabled, versions will be kept forever
*/
'versions_retention_obligation'
=>
'auto'
,
/**
* ownCloud Verifications
*
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment