]> source.dussan.org Git - nextcloud-server.git/commit
initial commit for gallery app
authorBartek Przybylski <bart.p.pl@gmail.com>
Sun, 25 Sep 2011 20:32:08 +0000 (22:32 +0200)
committerBartek Przybylski <bart.p.pl@gmail.com>
Sun, 25 Sep 2011 20:32:08 +0000 (22:32 +0200)
commitbc43851d74e8fceea1c914e98a8cd571b84610d5
tree171216b960b26719fe124db95a20520c9a3d0081
parentfb01a7269304fe38369f01293f8f7fb707061363
initial commit for gallery app
14 files changed:
apps/gallery/ajax/cover.php [new file with mode: 0644]
apps/gallery/ajax/createAlbum.php [new file with mode: 0644]
apps/gallery/ajax/getCovers.php [new file with mode: 0644]
apps/gallery/ajax/scanForAlbums.php [new file with mode: 0644]
apps/gallery/ajax/thumbnail.php [new file with mode: 0644]
apps/gallery/appinfo/app.php [new file with mode: 0644]
apps/gallery/appinfo/database.xml [new file with mode: 0644]
apps/gallery/appinfo/info.xml [new file with mode: 0644]
apps/gallery/css/styles.css [new file with mode: 0644]
apps/gallery/index.php [new file with mode: 0644]
apps/gallery/js/album_cover.js [new file with mode: 0644]
apps/gallery/lib_scanner.php [new file with mode: 0644]
apps/gallery/templates/index.php [new file with mode: 0644]
apps/gallery/templates/view_album.php [new file with mode: 0644]