summaryrefslogtreecommitdiffstats
path: root/apps/files_versions/appinfo
Commit message (Collapse)AuthorAgeFilesLines
* Merge in masterTom Needham2013-03-091-3/+3
|\
| * Update app.phpj-ed2013-03-021-2/+2
| | | | | | suppress log messages like `include path for class \"OCA\\Files_Versions\\Storage\" starts with \"apps\/\"`.
* | Rebase to current masterTom Needham2013-03-054-6/+38
|\|
| * remove admin settings from app.phpBjörn Schießle2013-02-271-2/+0
| |
| * Merge branch 'master' into update-expire-functionBjörn Schießle2013-02-251-1/+1
| |\ | | | | | | | | | | | | Conflicts: apps/files_trashbin/lib/trash.php
| | * Set required owncloud version to 4.93Robin Appelman2013-02-241-1/+1
| | |
| * | increase db fileds for usernamesBjörn Schießle2013-02-211-1/+1
| | |
| * | calculate versions size per userBjörn Schießle2013-02-212-1/+36
| |/
| * Merge pull request #1752 from schiesbn/versioning_use_new_filesystem_apiBjörn Schießle2013-02-201-1/+1
| |\ | | | | | | Versioning app use new filesystem api
| | * fix getUidAndFilename() functionBjörn Schießle2013-02-181-1/+1
| | |
| * | files_versions no longer contains a personal settings page -> remove the callThomas Mueller2013-02-181-1/+0
| |/
* | Remove debug call, correct app identifierTom Needham2013-02-101-1/+1
| |
* | Fix api result merging.Tom Needham2013-02-092-3/+2
| |
* | Merge in masterTom Needham2013-02-091-6/+7
|\|
| * Change files_versions namespace to OCA\Files_VersionsBart Visscher2013-02-051-5/+5
| |
* | Add capabilities exposure to the versioning appTom Needham2013-02-092-0/+10
|/
* fix merge conflictBjörn Schießle2013-01-311-1/+1
|\
| * change required ownCloud version to 4.91Robin Appelman2013-01-281-1/+1
| |
* | listen to post delete event to allow the trash bin to create a copy of the ↵Björn Schießle2013-01-221-1/+1
|/ | | | version first
* Change post_write hook to write to prevent creating a duplicate of the ↵Michael Gapczynski2012-12-161-1/+1
| | | | original file on upload
* Checkstyle fixes: NoSpaceAfterCommaFelix Moeller2012-11-041-1/+1
|
* 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.