aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_versions/lib/hooks.php
Commit message (Collapse)AuthorAgeFilesLines
* Move files_versions to PSR-4 (#24571)Joas Schilling2016-05-121-170/+0
|
* Happy new year!Thomas Müller2016-01-121-2/+2
|
* update licence headers via scriptMorris Jobke2015-10-051-0/+1
|
* Add versions tab to files sidebarVincent Petry2015-09-031-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 headersJenkins for ownCloud2015-03-261-4/+23
|
* Revert "Updating license headers"Morris Jobke2015-02-261-24/+9
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-9/+24
|
* don't move versions if only the mount point was renamedBjoern Schiessle2014-10-311-0/+10
|
* get the source path and owner in a pre hook and the target path and owner in aBjoern Schiessle2014-10-291-5/+28
| | | | post hook
* add unit test for rename and copy operationBjoern Schiessle2014-07-301-0/+10
|
* make the versions and encryption app aware of the copy operationBjoern Schiessle2014-07-301-1/+19
|
* wwe no longer have a versions tableBjoern Schiessle2014-06-101-15/+0
|
* Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-191-4/+4
| | | | * test case added to avoid adding them later
* Fix more missing or broken PHPDocRobin McCorkell2014-05-161-3/+3
|
* make sure that we don't try to access an already deleted files, fixes some ↵Bjoern Schiessle2013-11-281-2/+13
| | | | file source not found warnings
* check if app is enabledBjoern Schiessle2013-07-301-7/+8
|
* remove used space for versions from db is a user was deletedBjörn Schießle2013-04-111-0/+14
|
* Whitespace fixesBart Visscher2013-02-221-3/+3
|
* don't use OC_FilesystemView()Björn Schießle2013-02-101-16/+9
|
* Change files_versions namespace to OCA\Files_VersionsBart Visscher2013-02-051-1/+1
|
* fix files_version hooksRobin Appelman2013-01-281-17/+17
|
* merge master into filesystemRobin Appelman2013-01-151-21/+19
|\
| * some more clean-up, isVersioned() is no longer needed; rename hook fixed if ↵Björn Schießle2013-01-111-12/+10
| | | | | | | | a complete folder gets renamed
| * keep track of the size of the versions directoryBjörn Schießle2013-01-101-9/+9
| |
* | merge master into filesystemRobin Appelman2012-11-041-1/+1
|\|
| * Checkstyle: many fixesFelix Moeller2012-11-021-1/+1
| |
* | merge master into filesystemRobin Appelman2012-10-251-1/+1
|\|
| * Checkstyle: NoSpaceAfterCommaFelix Moeller2012-10-231-1/+1
| |
* | merge master into filesystemRobin Appelman2012-10-111-1/+1
|\|
| * fix missing dir creation for file versions (OC_Filesystemview::mkdir doesn't ↵Björn Schießle2012-10-101-1/+1
| | | | | | | | work here because it doesn't create directories recursively)
* | don't use depricated OC_FilesystemRobin Appelman2012-10-101-2/+2
|/
* adding space between) and {Thomas Mueller2012-09-071-2/+2
|
* Whitespace fixesBart Visscher2012-09-071-44/+44
|
* use getStorage() to get versions locationBjoern Schiessle2012-07-111-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 Dreyer2012-07-091-37/+35
|
* moved remove and rename hook to libs/hooks.phpBjoern Schiessle2012-07-051-0/+37
|
* Moved hooks and versions.php into new lib directorySam Tuke2012-07-031-0/+35
Part-ported filesystem operations to OC_FilesystemView Refactored Storage class to depend on an OC_FsV object and have fewer static classes