Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #19595 from owncloud/fix-versions-log-entry | Thomas Müller | 2015-10-06 | 1 | -1/+1 |
|\ | | | | | Reset to auto if not set | ||||
| * | Reset to auto if not set | Victor Dubiniuk | 2015-10-05 | 1 | -1/+1 |
| | | |||||
* | | update licence headers via script | Morris Jobke | 2015-10-05 | 2 | -0/+2 |
|/ | |||||
* | Lock files when rolling back version | Robin Appelman | 2015-10-02 | 1 | -0/+9 |
| | |||||
* | delete cached preview when rolling back file's version | Georg Ehrke | 2015-09-20 | 1 | -0/+3 |
| | | | | | | | | add random number using OC.parseQueryString and _.extend() version rollback: add missing prefix to OC\Preview::post_delete add test to assure that the rollback hook is called | ||||
* | Correct method title. Add docblock | Victor Dubiniuk | 2015-09-16 | 2 | -2/+6 |
| | |||||
* | Postrebase cleanup | Victor Dubiniuk | 2015-09-15 | 1 | -11/+3 |
| | |||||
* | Add expiration for versions older than max | Victor Dubiniuk | 2015-09-15 | 3 | -0/+147 |
| | |||||
* | Add method docblock | Victor Dubiniuk | 2015-09-15 | 1 | -0/+4 |
| | |||||
* | Namespacing, reusing | Victor Dubiniuk | 2015-09-15 | 1 | -2/+7 |
| | |||||
* | Improvements | Victor Dubiniuk | 2015-09-15 | 2 | -14/+42 |
| | |||||
* | Add quota status to expiration check | Victor Dubiniuk | 2015-09-15 | 1 | -10/+10 |
| | |||||
* | Add versions obligation | Victor Dubiniuk | 2015-09-15 | 2 | -4/+198 |
| | |||||
* | Add versions tab to files sidebar | Vincent Petry | 2015-09-03 | 1 | -0/+12 |
| | | | | | | | - move versions to a tab in the files sidebar - added mechanism to auto-update the row in the FileList whenever values are set to the FileInfoModel given to the sidebar - updated tags/favorite action to make use of that new mechanism | ||||
* | Moved core apps to the capabilities manager | Roeland Jago Douma | 2015-08-10 | 1 | -10/+15 |
| | | | | | | | * Files * Files_Sharing * Files_Trashbin * Files_Versions | ||||
* | update license headers and authors | Morris Jobke | 2015-06-25 | 1 | -0/+1 |
| | |||||
* | Abort expiration when file is gone | Vincent Petry | 2015-05-29 | 1 | -1/+5 |
| | | | | | | | Sometimes a background job for versions expiration was scheduled for a file that has been moved or deleted since. This prevents showing useless warnings in the log and simply bail out. | ||||
* | Use owner when expiring versions, not the logged in user | Vincent Petry | 2015-05-13 | 1 | -8/+11 |
| | |||||
* | Merge pull request #15881 from owncloud/share-moveversionsproperly | Vincent Petry | 2015-05-11 | 1 | -18/+41 |
|\ | | | | | Fix version rename with files and folders | ||||
| * | Fix version rename with files and folders | Vincent Petry | 2015-04-27 | 1 | -18/+41 |
| | | | | | | | | | | - fix moving folder into another folder - fix moving file or folder into shared folder as recipient | ||||
* | | Do not run method when the path is empty | Joas Schilling | 2015-05-07 | 1 | -0/+3 |
| | | |||||
* | | Use moveFromStorage instead of streamCopy when restoring version | Vincent Petry | 2015-04-30 | 1 | -14/+1 |
| | | |||||
* | | Fix version rollback to keep fileid | Vincent Petry | 2015-04-30 | 1 | -4/+38 |
|/ | |||||
* | kill OC_FileProxy :boom: | Thomas Müller | 2015-04-07 | 1 | -14/+0 |
| | |||||
* | Merge pull request #15129 from owncloud/version-command-bus | Lukas Reschke | 2015-03-26 | 1 | -5/+22 |
|\ | | | | | expire versions in a background command | ||||
| * | save uid instead of user object in command | Robin Appelman | 2015-03-26 | 1 | -1/+1 |
| | | |||||
| * | Setup the filesystem in the expire command | Robin Appelman | 2015-03-26 | 1 | -1/+1 |
| | | |||||
| * | expire versions in a background command | Robin Appelman | 2015-03-26 | 1 | -5/+22 |
| | | |||||
* | | Update license headers | Jenkins for ownCloud | 2015-03-26 | 3 | -13/+71 |
|/ | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 3 | -71/+25 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 3 | -25/+71 |
| | |||||
* | replace hook with storage wrapper | Bjoern Schiessle | 2015-01-19 | 1 | -1/+1 |
| | |||||
* | make versions of shared files downloadable | Bjoern Schiessle | 2015-01-09 | 1 | -3/+3 |
| | |||||
* | reduce OC_Preferences, OC_Config and \OCP\Config usage | Morris Jobke | 2014-12-08 | 1 | -3/+4 |
| | | | | | | | | | | * files_encryption * files_versions * files_trashbin * tests * status.php * core * server container | ||||
* | Autoload lib files of versions app | Joas Schilling | 2014-12-02 | 1 | -0/+0 |
| | |||||
* | don't move versions if only the mount point was renamed | Bjoern Schiessle | 2014-10-31 | 1 | -0/+10 |
| | |||||
* | Fix typo | Lukas Reschke | 2014-10-29 | 1 | -2/+2 |
| | |||||
* | get the source path and owner in a pre hook and the target path and owner in a | Bjoern Schiessle | 2014-10-29 | 2 | -11/+68 |
| | | | | post hook | ||||
* | make sure that we always delete oldest first | Bjoern Schiessle | 2014-10-09 | 1 | -0/+3 |
| | |||||
* | make sure that the versions array contains the correct path | Bjoern Schiessle | 2014-08-05 | 1 | -2/+2 |
| | |||||
* | add unit test for rename and copy operation | Bjoern Schiessle | 2014-07-30 | 1 | -0/+10 |
| | |||||
* | make sure that we always find all versions | Bjoern Schiessle | 2014-07-30 | 1 | -22/+37 |
| | |||||
* | make the versions and encryption app aware of the copy operation | Bjoern Schiessle | 2014-07-30 | 2 | -5/+26 |
| | |||||
* | Remove deleted versions from the cache | Robin Appelman | 2014-07-10 | 1 | -4/+21 |
| | |||||
* | Dont delete versions as local files | Robin Appelman | 2014-07-07 | 1 | -5/+4 |
| | |||||
* | initialize array | Bjoern Schiessle | 2014-06-18 | 1 | -0/+1 |
| | |||||
* | wwe no longer have a versions table | Bjoern Schiessle | 2014-06-10 | 2 | -26/+0 |
| | |||||
* | Fix merge conflict | Thomas Müller | 2014-06-03 | 1 | -31/+0 |
| | |||||
* | let file cache handle the versions size | Bjoern Schiessle | 2014-06-02 | 1 | -40/+9 |
| | |||||
* | Remove all occurences of @brief and @returns from PHPDoc | Morris Jobke | 2014-05-19 | 2 | -13/+13 |
| | | | | * test case added to avoid adding them later |