Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move files_trashbin to PSR-4 (#24570) | Joas Schilling | 2016-05-12 | 2 | -178/+0 |
| | |||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 2 | -2/+3 |
| | |||||
* | Deduplicate queued trashbin expire jobs | Morris Jobke | 2015-11-27 | 1 | -9/+2 |
| | | | | | | | | * fixes #20425 * this removes the argument trashbin size from the expire job - it is now calculated in the expire job * the queue now detects properly that the job is already queue and doesn't add it again | ||||
* | update licence headers via script | Morris Jobke | 2015-10-05 | 2 | -1/+1 |
| | |||||
* | Remove unnecessary DB prefixes from existing query builder usages | Joas Schilling | 2015-08-10 | 1 | -1/+1 |
| | |||||
* | Fix existing usages by removing the quotes | Joas Schilling | 2015-07-21 | 1 | -2/+2 |
| | |||||
* | Use the public interface and our method instead of the doctrine thing | Joas Schilling | 2015-07-21 | 1 | -2/+2 |
| | |||||
* | Merge pull request #17140 from owncloud/trashbin_occ | Björn Schießle | 2015-07-03 | 1 | -0/+118 |
|\ | | | | | add occ command to remove deleted files | ||||
| * | add occ command to trashbin to remove deleted files | Bjoern Schiessle | 2015-06-24 | 1 | -0/+118 |
| | | |||||
* | | update license headers and authors | Morris Jobke | 2015-06-25 | 1 | -0/+3 |
|/ | |||||
* | Check whether the user exists before trying to set up his file system | Joas Schilling | 2015-06-05 | 1 | -0/+6 |
| | |||||
* | Tear down FS after running trash expire | Vincent Petry | 2015-04-24 | 1 | -0/+1 |
| | |||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -12/+12 |
| | |||||
* | tearDown the filesystem right before setting it up again | Thomas Müller | 2015-03-10 | 1 | -0/+1 |
| | |||||
* | Expire files from the trash in the background | Robin Appelman | 2015-03-02 | 1 | -0/+55 |