aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_versions
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* update copyrightFrank Karlitschek2012-05-261-1/+1
|
* removed closing php tagSam Tuke2012-05-221-3/+1
|
* Fix check for when to store a new version of a fileMichael Gapczynski2012-05-181-2/+2
|
* Fix revert link on history page of file versionsMichael Gapczynski2012-05-181-1/+1
|
* Fix versioning of shared filesMichael Gapczynski2012-05-181-17/+51
|
* Forgot to actually call remove on the history dropdownMichael Gapczynski2012-05-181-0/+1
|
* Remove the history dropdown before creating a new oneMichael Gapczynski2012-05-181-3/+11
|
* Don't show the select form in the history dropdown if a file has no other ↵Michael Gapczynski2012-05-181-5/+7
| | | | versions
* mark the apps as part of the shipped package and increase the requirement to ↵Frank Karlitschek2012-05-181-6/+7
| | | | ownCloud 4
* fix call of all versions pageGeorg Ehrke2012-05-181-1/+1
|
* History dropdown clean-upMichael Gapczynski2012-05-171-5/+8
|
* Close history dropdown on success. Avoids confusion.Tom Needham2012-05-171-1/+4
|
* allow reverting file from history dropdownRobin Appelman2012-05-173-42/+29
|
* fix versioning for movable appsRobin Appelman2012-05-171-1/+0
|
* removing executable bit - againThomas Mueller2012-05-159-0/+0
|
* cache app types during install or updateRobin Appelman2012-05-141-1/+1
|
* Add ctmp extension to blacklist to make sync test files not versioned.Klaas Freitag2012-05-141-1/+1
|
* improved url generation - made use of OC.linkTo() for linking to versions ↵Sam Tuke2012-05-112-4/+4
| | | | history page
* fixed some include path issuesSam Tuke2012-05-114-63/+25
| | | | | imroved wording of history page revert instructions cleaned up js call to ajax getVersions.php
* ported the oc_template classFrank Karlitschek2012-05-062-2/+2
|
* porting the hooks and starting with the templatesFrank Karlitschek2012-05-051-1/+1
|
* ported oc_jsonFrank Karlitschek2012-05-033-6/+6
|
* don't try to register file actions when we're not in the files appRobin Appelman2012-05-021-21/+21
|
* first part of the config stuffFrank Karlitschek2012-05-023-23/+23
|
* ported the oc_app callsFrank Karlitschek2012-05-021-2/+2
|
* ported checkLoggedIn and checkAdminFrank Karlitschek2012-05-012-2/+2
|
* some more portingFrank Karlitschek2012-05-013-4/+4
|
* ported addSyript and other small stuffFrank Karlitschek2012-05-012-2/+2
|
* ported getUserFrank Karlitschek2012-05-013-10/+10
|
* port to use the new public apiFrank Karlitschek2012-05-011-1/+1
|
* forgot a fileFrank Karlitschek2012-05-011-0/+11
|
* one todo lessFrank Karlitschek2012-04-301-1/+0
|
* Implement a basic versioning configuration. Only a on/off switch for now.Frank Karlitschek2012-04-302-8/+16
| | | | | I changed my mind about the more complex configuration options. We go with good default for now and don´t expose all the technical options to the users. They can still override in the config file if it´s really really needed and they know what they are doing
* enable by default. at least during oC4 testingFrank Karlitschek2012-04-291-0/+1
|
* added revert attempt outcome messages, removed contextual ajax revert button ↵Sam Tuke2012-04-276-32/+77
| | | | for now as it's not functional, improved readaibility of scripts
* started implementing ajax file rollbackSam Tuke2012-04-264-17/+61
|
* added available version names to files dropdown menu via new ajax scriptSam Tuke2012-04-264-31/+122
|
* improved styling, called css file in history.phpSam Tuke2012-04-264-4/+8
|
* linked more button to history pageSam Tuke2012-04-261-3/+3
|
* changed function name to avoid clash with sharing dropdownSam Tuke2012-04-261-2/+2
|
* added dropdown js menu for file versions, improved readability of history.phpSam Tuke2012-04-252-2/+60
|
* fixed path to history scriptSam Tuke2012-04-251-1/+1
|
* added script and loaded it for adding history buttonSam Tuke2012-04-252-1/+9
|
* made code a little more readableSam Tuke2012-04-251-19/+19
|
* wrote a new versioning app over the weekend. Basic functionality to far but ↵Frank Karlitschek2012-04-2310-0/+347
it works (TM) and has all the needed features (TM) for ownCloud 4. Userinterface integration and small improvements still missing.