Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Happy new year! | Thomas Müller | 2016-01-12 | 6 | -7/+14 |
| | |||||
* | Removed deprecated function OC_User::deleteUser | Roeland Jago Douma | 2015-12-17 | 2 | -2/+4 |
| | | | | Replaced with proper OCP calls | ||||
* | Removed deprecated private OC_User::createUser | Roeland Jago Douma | 2015-12-17 | 1 | -1/+1 |
| | | | | | All function calls are replaced with the recommended (which was already the body of the function). | ||||
* | skip test if we cant use the filesystem when not logged in | Robin Appelman | 2015-12-11 | 1 | -2/+5 |
| | |||||
* | Fix thrashbin wrapper when no user is loggedin | Robin Appelman | 2015-12-11 | 1 | -0/+10 |
| | |||||
* | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2015-12-07 | 1 | -3/+16 |
| | | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com | ||||
* | Replace old config code with usage of proper APIs | Morris Jobke | 2015-12-02 | 1 | -3/+4 |
| | |||||
* | Add DB group to some files_external tests | Thomas Müller | 2015-11-30 | 1 | -0/+7 |
| | | | | | | | | | | Adding group Db to federation tests and ldap tests Add group DB to Test_UrlGenerator Adding group DB to trashbin and versions tests Adding group DB to Test_Util_CheckServer for pg | ||||
* | Adding more DB groups to test suits | Thomas Müller | 2015-11-30 | 3 | -0/+16 |
| | | | | Adding more DB groups to test suits | ||||
* | Deduplicate queued trashbin expire jobs | Morris Jobke | 2015-11-27 | 1 | -1/+1 |
| | | | | | | | | * 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 tests | Robin Appelman | 2015-11-19 | 1 | -1/+0 |
| | |||||
* | Fix listing of trash files in test | Robin Appelman | 2015-10-16 | 1 | -0/+2 |
| | |||||
* | dont assume home storage is local in trash test | Robin Appelman | 2015-10-16 | 1 | -13/+15 |
| | |||||
* | update licence headers via script | Morris Jobke | 2015-10-05 | 4 | -0/+4 |
| | |||||
* | Add the method to the mock | Joas Schilling | 2015-09-25 | 1 | -0/+1 |
| | |||||
* | Updates according to review | Victor Dubiniuk | 2015-09-16 | 1 | -1/+1 |
| | |||||
* | Fix tests | Victor Dubiniuk | 2015-09-16 | 1 | -3/+6 |
| | |||||
* | Add expiration cronjob | Victor Dubiniuk | 2015-09-16 | 2 | -0/+71 |
| | |||||
* | Fix trashbin sidebar | Vincent Petry | 2015-08-25 | 1 | -0/+20 |
| | | | | | Do not display size as it is not available. Use display name instead of name to remove the ".d123456" suffix. | ||||
* | Merge pull request #18065 from owncloud/new-trashbin-retention | Thomas Müller | 2015-08-12 | 2 | -13/+202 |
|\ | | | | | New trashbin retention | ||||
| * | Fix tests | Victor Dubiniuk | 2015-08-10 | 1 | -7/+1 |
| | | |||||
| * | Migrate settings | Victor Dubiniuk | 2015-08-10 | 1 | -16/+71 |
| | | |||||
| * | Enhance trashbin expiration settings | Victor Dubiniuk | 2015-08-10 | 2 | -6/+146 |
| | | |||||
* | | 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 | -8/+14 |
| | |||||
* | Use the public interface and our method instead of the doctrine thing | Joas Schilling | 2015-07-21 | 1 | -4/+4 |
| | |||||
* | only move real files to the trash bin | Bjoern Schiessle | 2015-07-08 | 1 | -0/+30 |
| | |||||
* | Merge pull request #17140 from owncloud/trashbin_occ | Björn Schießle | 2015-07-03 | 1 | -0/+192 |
|\ | | | | | add occ command to remove deleted files | ||||
| * | add occ command to trashbin to remove deleted files | Bjoern Schiessle | 2015-06-24 | 1 | -0/+192 |
| | | |||||
* | | update license headers and authors | Morris Jobke | 2015-06-25 | 1 | -0/+1 |
|/ | |||||
* | Merge pull request #16753 from ↵ | Thomas Müller | 2015-06-05 | 1 | -0/+34 |
|\ | | | | | | | | | owncloud/issue-16752-check-for-existing-user-in-expire-tasks Check whether the user exists before trying to set up his file system | ||||
| * | Add unit tests for non existing users | Joas Schilling | 2015-06-05 | 1 | -0/+34 |
| | | |||||
* | | Keep versions when deleting as recipient | Vincent Petry | 2015-06-02 | 1 | -0/+116 |
|/ | | | | | | | | | The original owner could not be resolved because the original file was already deleted, so no versions were retained. This fix passes the owner and path to retainVersions() since it was already resolved before the file deletion. This reactivates the versions logic and creates a copy of the versions in each trashbin. | ||||
* | Merge pull request #15985 from owncloud/hotfix/fix-encryption-references | Björn Schießle | 2015-05-26 | 1 | -1/+1 |
|\ | | | | | [enc2] fix references to legacy encryption app name | ||||
| * | fix references to legacy encryption app name | Clark Tomlinson | 2015-05-18 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #16322 from owncloud/trash-view | Morris Jobke | 2015-05-20 | 1 | -1/+7 |
|\ \ | | | | | | | dont go trough the view when moving to trash | ||||
| * | | adjust test | Robin Appelman | 2015-05-18 | 1 | -1/+7 |
| |/ | |||||
* | | Merge pull request #16075 from owncloud/skeleton-copy-delay | Vincent Petry | 2015-05-20 | 1 | -0/+1 |
|\ \ | | | | | | | wait with copying the skeleton untill login and setupfs are done | ||||
| * | | fix tests | Robin Appelman | 2015-05-18 | 1 | -0/+1 |
| |/ | |||||
* / | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2015-05-19 | 1 | -2/+0 |
|/ | | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com | ||||
* | Fix restoring files from trash with unique name | Vincent Petry | 2015-05-15 | 1 | -0/+327 |
| | | | | | | | | | | When restoring a file, a unique name needs to be generated if a file with the same name already exists. Also fixed the restore() method to return false if the file to restore does not exist. Added unit tests to cover restore cases. | ||||
* | Added rmdir to trashbin storage wrapper | Vincent Petry | 2015-05-12 | 1 | -10/+169 |
| | | | | | | | | This makes sure that folders are moved to trash when deleted with rmdir() instead of unlink(). This happens for example when deleting a folder over WebDAV. The web UI uses unlink() so it wasn't affected. | ||||
* | dont use our now non existing hook | Robin Appelman | 2015-04-27 | 1 | -1/+3 |
| | |||||
* | properly return false if we cant delete the source file | Robin Appelman | 2015-04-13 | 1 | -4/+5 |
| | |||||
* | Replace originalStorage in tests with a proper teardown | Vincent Petry | 2015-04-08 | 1 | -8/+0 |
| | | | | | | | | | | The purpose of $originalStorage in unit tests was to remount the old root. However that storage itself is already wrapped by storage wrapper, so remounting it would rewrap the storage several times. This fix makes use of "loginAsUser()" and "logout()" from the TestCase class to properly initialize and cleanup the FS as expected. | ||||
* | reset init status before login | Bjoern Schiessle | 2015-04-07 | 1 | -1/+7 |
| | |||||
* | Removing files_encryption left overs | Thomas Müller | 2015-04-07 | 1 | -6/+0 |
| | |||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 2 | -16/+34 |
| | |||||
* | Merge pull request #14644 from owncloud/trash-expire-command | Thomas Müller | 2015-03-16 | 1 | -0/+2 |
|\ | | | | | Expire files from the trash in the background | ||||
| * | Expire files from the trash in the background | Robin Appelman | 2015-03-02 | 1 | -0/+2 |
| | |