Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move files_versions to PSR-4 (#24571) | Joas Schilling | 2016-05-12 | 1 | -170/+0 |
| | |||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -2/+2 |
| | |||||
* | update licence headers via script | Morris Jobke | 2015-10-05 | 1 | -0/+1 |
| | |||||
* | 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 | ||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -4/+23 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -24/+9 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -9/+24 |
| | |||||
* | don't move versions if only the mount point was renamed | Bjoern Schiessle | 2014-10-31 | 1 | -0/+10 |
| | |||||
* | get the source path and owner in a pre hook and the target path and owner in a | Bjoern Schiessle | 2014-10-29 | 1 | -5/+28 |
| | | | | post hook | ||||
* | add unit test for rename and copy operation | Bjoern Schiessle | 2014-07-30 | 1 | -0/+10 |
| | |||||
* | make the versions and encryption app aware of the copy operation | Bjoern Schiessle | 2014-07-30 | 1 | -1/+19 |
| | |||||
* | wwe no longer have a versions table | Bjoern Schiessle | 2014-06-10 | 1 | -15/+0 |
| | |||||
* | Remove all occurences of @brief and @returns from PHPDoc | Morris Jobke | 2014-05-19 | 1 | -4/+4 |
| | | | | * test case added to avoid adding them later | ||||
* | Fix more missing or broken PHPDoc | Robin McCorkell | 2014-05-16 | 1 | -3/+3 |
| | |||||
* | make sure that we don't try to access an already deleted files, fixes some ↵ | Bjoern Schiessle | 2013-11-28 | 1 | -2/+13 |
| | | | | file source not found warnings | ||||
* | check if app is enabled | Bjoern Schiessle | 2013-07-30 | 1 | -7/+8 |
| | |||||
* | remove used space for versions from db is a user was deleted | Björn Schießle | 2013-04-11 | 1 | -0/+14 |
| | |||||
* | Whitespace fixes | Bart Visscher | 2013-02-22 | 1 | -3/+3 |
| | |||||
* | don't use OC_FilesystemView() | Björn Schießle | 2013-02-10 | 1 | -16/+9 |
| | |||||
* | Change files_versions namespace to OCA\Files_Versions | Bart Visscher | 2013-02-05 | 1 | -1/+1 |
| | |||||
* | fix files_version hooks | Robin Appelman | 2013-01-28 | 1 | -17/+17 |
| | |||||
* | merge master into filesystem | Robin Appelman | 2013-01-15 | 1 | -21/+19 |
|\ | |||||
| * | some more clean-up, isVersioned() is no longer needed; rename hook fixed if ↵ | Björn Schießle | 2013-01-11 | 1 | -12/+10 |
| | | | | | | | | a complete folder gets renamed | ||||
| * | keep track of the size of the versions directory | Björn Schießle | 2013-01-10 | 1 | -9/+9 |
| | | |||||
* | | merge master into filesystem | Robin Appelman | 2012-11-04 | 1 | -1/+1 |
|\| | |||||
| * | Checkstyle: many fixes | Felix Moeller | 2012-11-02 | 1 | -1/+1 |
| | | |||||
* | | merge master into filesystem | Robin Appelman | 2012-10-25 | 1 | -1/+1 |
|\| | |||||
| * | Checkstyle: NoSpaceAfterComma | Felix Moeller | 2012-10-23 | 1 | -1/+1 |
| | | |||||
* | | merge master into filesystem | Robin Appelman | 2012-10-11 | 1 | -1/+1 |
|\| | |||||
| * | fix missing dir creation for file versions (OC_Filesystemview::mkdir doesn't ↵ | Björn Schießle | 2012-10-10 | 1 | -1/+1 |
| | | | | | | | | work here because it doesn't create directories recursively) | ||||
* | | don't use depricated OC_Filesystem | Robin Appelman | 2012-10-10 | 1 | -2/+2 |
|/ | |||||
* | adding space between) and { | Thomas Mueller | 2012-09-07 | 1 | -2/+2 |
| | |||||
* | Whitespace fixes | Bart Visscher | 2012-09-07 | 1 | -44/+44 |
| | |||||
* | use getStorage() to get versions location | Bjoern Schiessle | 2012-07-11 | 1 | -32/+37 |
| | | | | | | | | | update routine implemented version number of files_versions increased Conflicts: apps/files_versions/lib/hooks.php | ||||
* | remove superfluous ?> at the end of .php files (left out apps/*/templates) | Jörn Friedrich Dreyer | 2012-07-09 | 1 | -37/+35 |
| | |||||
* | moved remove and rename hook to libs/hooks.php | Bjoern Schiessle | 2012-07-05 | 1 | -0/+37 |
| | |||||
* | Moved hooks and versions.php into new lib directory | Sam Tuke | 2012-07-03 | 1 | -0/+35 |
Part-ported filesystem operations to OC_FilesystemView Refactored Storage class to depend on an OC_FsV object and have fewer static classes |