Quota system for file storage
Details
Details
Diff Detail
Diff Detail
- Repository
- rK kolab
- Branch
- dev/files-quota
- Lint
Lint Skipped - Unit
No Test Coverage - Build Status
Buildable 56400 Build 19935: arc lint + arc unit
Event Timeline
| src/app/Fs/Quota.php | ||
|---|---|---|
| 57 | I don't think so, we should probably just make sure the feature is not available when it's not supposed to be available. Unless we want to go into a "you can access but not add" mode under certain conditions. | |
| 58 | A lack of a limit could just result in a 0 limit. | |
| 59 | I think 0 should mean not allowed. I don't see a reason to have an "unlimited" quota. | |
| 81 | I'm wondering if this will not turn out to be too expensive (the join should become relatively massive...?). I guess we'll see as long as we don't use this function in anything automated (e.g. outside of artisan commands). | |
| 83 | Seems reasonable, yes. | |
| 88 | I don't think we have to include incomplete files if we make sure that we expire incomplete files eventually. | |
Comment Actions
- Fix Quota::limit() result
- Add quota limit info to fs:quota-usage output
- Improve DAV authentication code, and some other fixes
- Add migration script
Comment Actions
- Merge branch 'master' into dev/files-quota
- Fix duplicate entries on the files list when reloading it after multi-file upload
Comment Actions
- Exclude quota properties from an allprop request
- Fixed returning some custom properties
- cleanup