Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge in master | Tom Needham | 2013-03-09 | 1 | -3/+3 |
|\ | |||||
| * | Update app.php | j-ed | 2013-03-02 | 1 | -2/+2 |
| | | | | | | suppress log messages like `include path for class \"OCA\\Files_Versions\\Storage\" starts with \"apps\/\"`. | ||||
* | | Rebase to current master | Tom Needham | 2013-03-05 | 4 | -6/+38 |
|\| | |||||
| * | remove admin settings from app.php | Björn Schießle | 2013-02-27 | 1 | -2/+0 |
| | | |||||
| * | Merge branch 'master' into update-expire-function | Björn Schießle | 2013-02-25 | 1 | -1/+1 |
| |\ | | | | | | | | | | | | | Conflicts: apps/files_trashbin/lib/trash.php | ||||
| | * | Set required owncloud version to 4.93 | Robin Appelman | 2013-02-24 | 1 | -1/+1 |
| | | | |||||
| * | | increase db fileds for usernames | Björn Schießle | 2013-02-21 | 1 | -1/+1 |
| | | | |||||
| * | | calculate versions size per user | Björn Schießle | 2013-02-21 | 2 | -1/+36 |
| |/ | |||||
| * | Merge pull request #1752 from schiesbn/versioning_use_new_filesystem_api | Björn Schießle | 2013-02-20 | 1 | -1/+1 |
| |\ | | | | | | | Versioning app use new filesystem api | ||||
| | * | fix getUidAndFilename() function | Björn Schießle | 2013-02-18 | 1 | -1/+1 |
| | | | |||||
| * | | files_versions no longer contains a personal settings page -> remove the call | Thomas Mueller | 2013-02-18 | 1 | -1/+0 |
| |/ | |||||
* | | Remove debug call, correct app identifier | Tom Needham | 2013-02-10 | 1 | -1/+1 |
| | | |||||
* | | Fix api result merging. | Tom Needham | 2013-02-09 | 2 | -3/+2 |
| | | |||||
* | | Merge in master | Tom Needham | 2013-02-09 | 1 | -6/+7 |
|\| | |||||
| * | Change files_versions namespace to OCA\Files_Versions | Bart Visscher | 2013-02-05 | 1 | -5/+5 |
| | | |||||
* | | Add capabilities exposure to the versioning app | Tom Needham | 2013-02-09 | 2 | -0/+10 |
|/ | |||||
* | fix merge conflict | Björn Schießle | 2013-01-31 | 1 | -1/+1 |
|\ | |||||
| * | change required ownCloud version to 4.91 | Robin Appelman | 2013-01-28 | 1 | -1/+1 |
| | | |||||
* | | listen to post delete event to allow the trash bin to create a copy of the ↵ | Björn Schießle | 2013-01-22 | 1 | -1/+1 |
|/ | | | | version first | ||||
* | Change post_write hook to write to prevent creating a duplicate of the ↵ | Michael Gapczynski | 2012-12-16 | 1 | -1/+1 |
| | | | | original file on upload | ||||
* | Checkstyle fixes: NoSpaceAfterComma | Felix Moeller | 2012-11-04 | 1 | -1/+1 |
| | |||||
* | 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. |