Commit Graph

76 Commits (0fb1a76113cc4c030d0c42cdfd0436604ccdd3ab)

Author SHA1 Message Date
Bjoern Schiessle e248412ca9 use getStorage() to get versions location 13 years ago
Bjoern Schiessle bf09bcc854 add OCP\Files to access files 13 years ago
Jörn Friedrich Dreyer e59a1806cf remove superfluous ?> at the end of .php files (left out apps/*/templates) 13 years ago
Frank Karlitschek b967530795 increase the time limit again to a sensible granularity of 1 min. 13 years ago
Bjoern Schiessle 51774cca6b use OC_Filesystem for rollback 13 years ago
Bjoern Schiessle 55cde0e5aa moved remove and rename hook to libs/hooks.php 13 years ago
Sam Tuke a775deaf22 Moved hooks and versions.php into new lib directory 13 years ago
Bjoern Schiessle aec6eea235 use filesystem abstraction layer to copy file versions 13 years ago
Bjoern Schiessle bdd1baeb85 use public API 13 years ago
Bjoern Schiessle e5792cc064 adjust the name and/or location of the stored versions if the actual file gets moved or renamed 13 years ago
Bjoern Schiessle f22f49671b move hook to erase versions from deleted files to the right place 13 years ago
Bjoern Schiessle 52f99a7570 delete file versions if the user deletes a file 13 years ago
Bjoern Schiessle dac539b619 handover the correct timestamp 13 years ago
Bjoern Schiessle c67ae2e7f1 no reason to strip tags at this point 13 years ago
Bjoern Schiessle d5237c42bc Util::formatDate() expect $timestamp as double 13 years ago
Brice Maron d39d7fb9ff Remove references to /apps/ and correct inclusion of settings 13 years ago
Sam Tuke a9a913c273 Implemented deleteAll() method in OC_FilesystemView (interface) and OC_Filestorage_Common (logic) 13 years ago
Sam Tuke 7c3f6f61db Fixed missing jQuery event object - expire interface now works with Firefox 13 years ago
Sam Tuke 72215a818d added new user settings interface for deleting old file versions 13 years ago
Bart Visscher cd934d5d89 Adjust OC_Filesystem use in hooks to string, so the class is loaded as late as possible 13 years ago
Sam Tuke 28a72e0e3c Fixed deleteAll function for deleting all old versions of files (expireAll) 13 years ago
Frank Karlitschek 7e931575b4 comment out non working code 13 years ago
Frank Karlitschek 5f4132d6ba more fixes 13 years ago
Frank Karlitschek 57a56299d8 more fixes 13 years ago
Bart Visscher a33f580db1 Remove OC_App::register function 13 years ago
Frank Karlitschek a945fa10a6 update copyright 13 years ago
Sam Tuke 27f7dae932 removed closing php tag 13 years ago
Michael Gapczynski 35bd601215 Fix check for when to store a new version of a file 13 years ago
Michael Gapczynski f750da1802 Fix revert link on history page of file versions 13 years ago
Michael Gapczynski 89f5701d1a Fix versioning of shared files 13 years ago
Michael Gapczynski ea7456a06a Forgot to actually call remove on the history dropdown 13 years ago
Michael Gapczynski fcb4d2aaee Remove the history dropdown before creating a new one 13 years ago
Michael Gapczynski 122d1efecf Don't show the select form in the history dropdown if a file has no other versions 13 years ago
Frank Karlitschek 9e73524168 mark the apps as part of the shipped package and increase the requirement to ownCloud 4 13 years ago
Georg Ehrke 73a72054a3 fix call of all versions page 13 years ago
Michael Gapczynski 5b42325b01 History dropdown clean-up 13 years ago
Tom Needham 74d49920f2 Close history dropdown on success. Avoids confusion. 13 years ago
Robin Appelman bfdb374a2c allow reverting file from history dropdown 13 years ago
Robin Appelman 4ccfd27fa2 fix versioning for movable apps 13 years ago
Sam Tuke 9acd1065b0 made initial testing version of expireAll for version control \ngave some old vars new camelcase names 13 years ago
Sam Tuke fefa4412c4 added phpdoc comment 13 years ago
Sam Tuke c0df40084a added recognition of which version is 'current' - which is currently live and in use on history page 13 years ago
Sam Tuke 0a46ae4f6d added recognition of which version is 'current' - which is currently live and in use on history page 13 years ago
Sam Tuke a00c5ac78c fixed some include path issues 13 years ago
Thomas Mueller 583dce5276 removing executable bit - again 13 years ago
Robin Appelman 6779f28af4 cache app types during install or update 13 years ago
Klaas Freitag 1fc74ea174 Add ctmp extension to blacklist to make sync test files not versioned. 13 years ago
Sam Tuke d98d72aa99 improved url generation - made use of OC.linkTo() for linking to versions history page 13 years ago
Sam Tuke 03fad97764 fixed some include path issues 13 years ago
Frank Karlitschek 1945cd6946 ported the oc_template class 13 years ago