]> source.dussan.org Git - nextcloud-server.git/commit
Add Craigs granite library to 3rdparty and files_versioning. Still not working and...
authorFrank Karlitschek <karlitschek@kde.org>
Mon, 9 Apr 2012 20:10:29 +0000 (22:10 +0200)
committerFrank Karlitschek <karlitschek@kde.org>
Mon, 9 Apr 2012 20:10:29 +0000 (22:10 +0200)
commitb0894b314845a52e979539cbf1e6bd94444dca54
treed5dee2664dac0806efe3d33fa4e2326e8e1dd82e
parent4fda6af725ea775750905983255ab3dc9ceeb2b9
Add Craigs granite library to 3rdparty and files_versioning. Still not working and lots ot stuff to do.
21 files changed:
3rdparty/granite/git/blob.php [new file with mode: 0644]
3rdparty/granite/git/commit.php [new file with mode: 0644]
3rdparty/granite/git/object/index.php [new file with mode: 0644]
3rdparty/granite/git/object/loose.php [new file with mode: 0644]
3rdparty/granite/git/object/packed.php [new file with mode: 0644]
3rdparty/granite/git/object/raw.php [new file with mode: 0644]
3rdparty/granite/git/repository.php [new file with mode: 0644]
3rdparty/granite/git/tag.php [new file with mode: 0644]
3rdparty/granite/git/tree.php [new file with mode: 0644]
3rdparty/granite/git/tree/node.php [new file with mode: 0644]
apps/files_versioning/ajax/gethead.php [new file with mode: 0644]
apps/files_versioning/ajax/sethead.php [new file with mode: 0644]
apps/files_versioning/appinfo/app.php [new file with mode: 0644]
apps/files_versioning/appinfo/info.xml [new file with mode: 0644]
apps/files_versioning/css/settings.css [new file with mode: 0644]
apps/files_versioning/js/settings.js [new file with mode: 0644]
apps/files_versioning/lib_granite.php [new file with mode: 0644]
apps/files_versioning/settings.php [new file with mode: 0644]
apps/files_versioning/templates/settings.php [new file with mode: 0644]
apps/files_versioning/versionstorage.php [new file with mode: 0644]
apps/files_versioning/versionwrapper.php [new file with mode: 0644]