Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | automatically remove and prevent installation of apps with a require version ↵ | Frank Karlitschek | 2012-10-02 | 1 | -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 Mueller | 2012-09-05 | 1 | -1/+1 |
| | |||||
* | Space before tab fixes | Bart Visscher | 2012-08-29 | 1 | -8/+7 |
| | |||||
* | Remove php close at end of file | Bart Visscher | 2012-08-29 | 1 | -2/+0 |
| | |||||
* | Whitespace fixes in apps | Bart Visscher | 2012-08-29 | 1 | -2/+2 |
| | |||||
* | Merge branch 'master' into share_api | Michael Gapczynski | 2012-07-25 | 1 | -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 location | Bjoern Schiessle | 2012-07-11 | 2 | -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.php | Bjoern Schiessle | 2012-07-05 | 1 | -2/+2 |
| | |||||
* | Moved hooks and versions.php into new lib directory | Sam Tuke | 2012-07-03 | 1 | -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 Schiessle | 2012-06-28 | 1 | -2/+3 |
| | | | | gets moved or renamed | ||||
* | move hook to erase versions from deleted files to the right place | Bjoern Schiessle | 2012-06-28 | 1 | -0/+2 |
| | |||||
* | Remove references to /apps/ and correct inclusion of settings | Brice Maron | 2012-06-22 | 1 | -2/+2 |
| | |||||
* | added new user settings interface for deleting old file versions | Sam Tuke | 2012-06-20 | 1 | -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 Visscher | 2012-06-20 | 1 | -1/+1 |
| | | | | as possible | ||||
* | Remove OC_App::register function | Bart Visscher | 2012-05-31 | 1 | -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 tag | Sam Tuke | 2012-05-22 | 1 | -3/+1 |
| | |||||
* | mark the apps as part of the shipped package and increase the requirement to ↵ | Frank Karlitschek | 2012-05-18 | 1 | -6/+7 |
| | | | | ownCloud 4 | ||||
* | removing executable bit - again | Thomas Mueller | 2012-05-15 | 1 | -0/+0 |
| | |||||
* | cache app types during install or update | Robin Appelman | 2012-05-14 | 1 | -1/+1 |
| | |||||
* | fixed some include path issues | Sam Tuke | 2012-05-11 | 1 | -3/+0 |
| | | | | | imroved wording of history page revert instructions cleaned up js call to ajax getVersions.php | ||||
* | porting the hooks and starting with the templates | Frank Karlitschek | 2012-05-05 | 1 | -1/+1 |
| | |||||
* | ported the oc_app calls | Frank Karlitschek | 2012-05-02 | 1 | -2/+2 |
| | |||||
* | ported addSyript and other small stuff | Frank Karlitschek | 2012-05-01 | 1 | -1/+1 |
| | |||||
* | enable by default. at least during oC4 testing | Frank Karlitschek | 2012-04-29 | 1 | -0/+1 |
| | |||||
* | added script and loaded it for adding history button | Sam Tuke | 2012-04-25 | 1 | -0/+1 |
| | |||||
* | wrote a new versioning app over the weekend. Basic functionality to far but ↵ | Frank Karlitschek | 2012-04-23 | 3 | -0/+32 |
it works (TM) and has all the needed features (TM) for ownCloud 4. Userinterface integration and small improvements still missing. |