summaryrefslogtreecommitdiffstats
path: root/apps/files_versions/appinfo
Commit message (Collapse)AuthorAgeFilesLines
* automatically remove and prevent installation of apps with a require version ↵Frank Karlitschek2012-10-021-1/+1
| | | | | | | less than the current one. We check now the first ad second part of the version number. Also increase the require tags of the core apps to 4.9 Please note that 4.9 is the internal versionnumber of the upcoming 4.5 release. You have to pu a <require>4.9</require> into the info.xml of your app to make it as compatible with 4.5
* no more require_once()Thomas Mueller2012-09-051-1/+1
|
* Space before tab fixesBart Visscher2012-08-291-8/+7
|
* Remove php close at end of fileBart Visscher2012-08-291-2/+0
|
* Whitespace fixes in appsBart Visscher2012-08-291-2/+2
|
* Merge branch 'master' into share_apiMichael Gapczynski2012-07-251-0/+36
| | | | | | | | | | Conflicts: apps/calendar/js/loader.js apps/contacts/index.php apps/contacts/js/loader.js apps/files/js/files.js apps/files_sharing/sharedstorage.php lib/filesystemview.php
* use getStorage() to get versions locationBjoern Schiessle2012-07-112-1/+17
| | | | | | | | | update routine implemented version number of files_versions increased Conflicts: apps/files_versions/lib/hooks.php
* moved remove and rename hook to libs/hooks.phpBjoern Schiessle2012-07-051-2/+2
|
* Moved hooks and versions.php into new lib directorySam Tuke2012-07-031-2/+4
| | | | | Part-ported filesystem operations to OC_FilesystemView Refactored Storage class to depend on an OC_FsV object and have fewer static classes
* adjust the name and/or location of the stored versions if the actual file ↵Bjoern Schiessle2012-06-281-2/+3
| | | | gets moved or renamed
* move hook to erase versions from deleted files to the right placeBjoern Schiessle2012-06-281-0/+2
|
* Remove references to /apps/ and correct inclusion of settingsBrice Maron2012-06-221-2/+2
|
* added new user settings interface for deleting old file versionsSam Tuke2012-06-201-1/+3
| | | | | fixed OCA_VersionsexpireAll() to use native PHP readdir() removed local storage implementation of readdir()
* Adjust OC_Filesystem use in hooks to string, so the class is loaded as late ↵Bart Visscher2012-06-201-1/+1
| | | | as possible
* Remove OC_App::register functionBart Visscher2012-05-311-7/+1
| | | | The data supplied is never used in OwnCloud. Removed the call from all the apps, and made the public API function empty.
* removed closing php tagSam Tuke2012-05-221-3/+1
|
* mark the apps as part of the shipped package and increase the requirement to ↵Frank Karlitschek2012-05-181-6/+7
| | | | ownCloud 4
* removing executable bit - againThomas Mueller2012-05-151-0/+0
|
* cache app types during install or updateRobin Appelman2012-05-141-1/+1
|
* fixed some include path issuesSam Tuke2012-05-111-3/+0
| | | | | imroved wording of history page revert instructions cleaned up js call to ajax getVersions.php
* porting the hooks and starting with the templatesFrank Karlitschek2012-05-051-1/+1
|
* ported the oc_app callsFrank Karlitschek2012-05-021-2/+2
|
* ported addSyript and other small stuffFrank Karlitschek2012-05-011-1/+1
|
* enable by default. at least during oC4 testingFrank Karlitschek2012-04-291-0/+1
|
* added script and loaded it for adding history buttonSam Tuke2012-04-251-0/+1
|
* wrote a new versioning app over the weekend. Basic functionality to far but ↵Frank Karlitschek2012-04-233-0/+32
it works (TM) and has all the needed features (TM) for ownCloud 4. Userinterface integration and small improvements still missing.