summaryrefslogtreecommitdiffstats
path: root/apps/files_versions/ajax/getVersions.php
Commit message (Expand)AuthorAgeFilesLines
* Update license headersJenkins for ownCloud2015-03-261-0/+23
* Revert "Updating license headers"Morris Jobke2015-02-261-24/+0
* Updating license headersJenkins for ownCloud2015-02-231-0/+24
* Use `int` instead of `string`Lukas Reschke2015-02-161-1/+1
* Manually type-case all AJAX filesLukas Reschke2015-02-131-2/+2
* Add check if user is logged-inLukas Reschke2015-01-091-0/+2
* code clean-upBjoern Schiessle2014-01-221-1/+2
* don't use the user id within the versions preview call as it could be used to...Thomas Müller2014-01-211-1/+1
* new version drop downBjörn Schießle2013-07-251-10/+8
* escape regular expressions; fix typo in variable nameBjörn Schießle2013-02-271-1/+0
* fix getVersions(), we need to get the correct user and filenameBjörn Schießle2013-02-211-2/+2
* Change files_versions namespace to OCA\Files_VersionsBart Visscher2013-02-051-1/+1
* some more clean-up, isVersioned() is no longer needed; rename hook fixed if a...Björn Schießle2013-01-111-3/+2
* Whitespace fixes in appsBart Visscher2012-08-291-4/+4
* Moved hooks and versions.php into new lib directorySam Tuke2012-07-031-2/+0
* handover the correct timestampBjoern Schiessle2012-06-281-1/+1
* no reason to strip tags at this pointBjoern Schiessle2012-06-271-1/+0
* Util::formatDate() expect $timestamp as doubleBjoern Schiessle2012-06-271-3/+1
* Merge branch 'unstable'Bart Visscher2012-06-041-1/+8
|\
| * made initial testing version of expireAll for version control \ngave some old...Sam Tuke2012-05-161-1/+1
| * fixed some include path issuesSam Tuke2012-05-151-31/+5
* | allow reverting file from history dropdownRobin Appelman2012-05-171-11/+1
* | removing executable bit - againThomas Mueller2012-05-151-0/+0
* | fixed some include path issuesSam Tuke2012-05-111-31/+5
|/
* ported oc_jsonFrank Karlitschek2012-05-031-3/+3
* some more portingFrank Karlitschek2012-05-011-1/+1
* ported getUserFrank Karlitschek2012-05-011-1/+1
* started implementing ajax file rollbackSam Tuke2012-04-261-2/+9
* added available version names to files dropdown menu via new ajax scriptSam Tuke2012-04-261-0/+54