diff options
author | ryoon <ryoon@pkgsrc.org> | 2012-02-17 16:40:23 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2012-02-17 16:40:23 +0000 |
commit | 7cb10ee70c80f28f197fd7b786213c4396abb5de (patch) | |
tree | 6c9fc6e765ef97b6a57abe6128bc49e78f13bf6d /www/php-owncloud | |
parent | 6da2bbde39e5fb2ae1a7258ca7fcfcf5c6a26d40 (diff) | |
download | pkgsrc-7cb10ee70c80f28f197fd7b786213c4396abb5de.tar.gz |
Update to 3.0.0
* Fix MESSAGE.
* Sort DEPENDS.
Changelog:
* Add some features (online text editing, PDF viewer, and Photo Gallery etc.).
* Some improvements.
See http://owncloud.org/owncloud-3-release/
Diffstat (limited to 'www/php-owncloud')
-rw-r--r-- | www/php-owncloud/MESSAGE | 10 | ||||
-rw-r--r-- | www/php-owncloud/Makefile | 10 | ||||
-rw-r--r-- | www/php-owncloud/PLIST | 668 | ||||
-rw-r--r-- | www/php-owncloud/distinfo | 8 |
4 files changed, 597 insertions, 99 deletions
diff --git a/www/php-owncloud/MESSAGE b/www/php-owncloud/MESSAGE index 8c9927e75a1..dd02d93da47 100644 --- a/www/php-owncloud/MESSAGE +++ b/www/php-owncloud/MESSAGE @@ -1,5 +1,5 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.2 2011/12/18 08:38:14 ryoon Exp $ +$NetBSD: MESSAGE,v 1.3 2012/02/17 16:40:23 ryoon Exp $ To use ownCloud, you will need to perform the following steps. @@ -10,7 +10,7 @@ To use ownCloud, you will need to perform the following steps. 3. Be sure to have the following lines in ${PREFIX}/etc/httpd/httpd.conf - DocumentRoot "${PREFIX}/share/ownloud" + DocumentRoot "${PREFIX}/share/owncloud" LoadModule php5_module lib/httpd/mod_php5.so AddType application/x-httpd-php .php <Directory ${PREFIX}/share/owncloud> @@ -20,9 +20,11 @@ To use ownCloud, you will need to perform the following steps. 4. Be sure to have the following lines in ${PREFIX}/etc/php.ini. - extension=zip.so - extension=mbstring.so + extension=dom.so + extension=gd.so extension=json.so + extension=mbstring.so + extension=zip.so extension=sqlite.so ;if you select sqlite backend. extension=mysql.so ;if you select MySQL backend. diff --git a/www/php-owncloud/Makefile b/www/php-owncloud/Makefile index 31afccdaf06..3893e1e4d8a 100644 --- a/www/php-owncloud/Makefile +++ b/www/php-owncloud/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2011/12/20 01:59:44 gdt Exp $ +# $NetBSD: Makefile,v 1.4 2012/02/17 16:40:23 ryoon Exp $ # -DISTNAME= owncloud-2.0.1 +DISTNAME= owncloud-3.0.0 PKGNAME= ${PHP_PKG_PREFIX}-${DISTNAME} -PKGREVISION= 2 CATEGORIES= www MASTER_SITES= http://owncloud.org/releases/ EXTRACT_SUFX= .tar.bz2 @@ -15,10 +14,11 @@ LICENSE= gnu-agpl-v3 PKG_DESTDIR_SUPPORT= user-destdir -DEPENDS+= ${PHP_PKG_PREFIX}-zip>=5.2.0:../../archivers/php-zip +DEPENDS+= ${PHP_PKG_PREFIX}-dom>=5.2.0:../../textproc/php-dom +DEPENDS+= ${PHP_PKG_PREFIX}-gd>=5.2.0:../../graphics/php-gd DEPENDS+= ${PHP_PKG_PREFIX}-json>=5.2.0:../../textproc/php-json DEPENDS+= ${PHP_PKG_PREFIX}-mbstring>=5.2.0:../../converters/php-mbstring -DEPENDS+= ${PHP_PKG_PREFIX}-dom>=5.2.0:../../textproc/php-dom +DEPENDS+= ${PHP_PKG_PREFIX}-zip>=5.2.0:../../archivers/php-zip .include "options.mk" WRKSRC= ${WRKDIR}/owncloud diff --git a/www/php-owncloud/PLIST b/www/php-owncloud/PLIST index 6f8297e8efa..8bbc7844547 100644 --- a/www/php-owncloud/PLIST +++ b/www/php-owncloud/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2011/12/11 14:29:21 ryoon Exp $ +@comment $NetBSD: PLIST,v 1.2 2012/02/17 16:40:23 ryoon Exp $ share/owncloud/3rdparty/Console/Getopt.php share/owncloud/3rdparty/Crypt_Blowfish/Blowfish.php share/owncloud/3rdparty/Crypt_Blowfish/Blowfish/DefaultKey.php @@ -206,6 +206,7 @@ share/owncloud/3rdparty/Sabre/HTTP/Request.php share/owncloud/3rdparty/Sabre/HTTP/Response.php share/owncloud/3rdparty/Sabre/HTTP/Util.php share/owncloud/3rdparty/Sabre/HTTP/Version.php +share/owncloud/3rdparty/Sabre/LICENCE share/owncloud/3rdparty/Sabre/VObject/Component.php share/owncloud/3rdparty/Sabre/VObject/Element.php share/owncloud/3rdparty/Sabre/VObject/Element/DateTime.php @@ -227,15 +228,73 @@ share/owncloud/3rdparty/css/chosen-sprite.png share/owncloud/3rdparty/css/chosen.css share/owncloud/3rdparty/css/chosen/chosen-sprite.png share/owncloud/3rdparty/css/chosen/chosen.css +share/owncloud/3rdparty/fullcalendar/GPL-LICENSE.txt +share/owncloud/3rdparty/fullcalendar/MIT-LICENSE.txt +share/owncloud/3rdparty/fullcalendar/changelog.txt +share/owncloud/3rdparty/fullcalendar/css/fullcalendar.css +share/owncloud/3rdparty/fullcalendar/css/fullcalendar.print.css +share/owncloud/3rdparty/fullcalendar/js/fullcalendar.js +share/owncloud/3rdparty/fullcalendar/js/fullcalendar.min.js +share/owncloud/3rdparty/fullcalendar/js/gcal.js share/owncloud/3rdparty/js/chosen/LICENSE.md share/owncloud/3rdparty/js/chosen/README.md share/owncloud/3rdparty/js/chosen/VERSION share/owncloud/3rdparty/js/chosen/chosen.jquery.js share/owncloud/3rdparty/js/chosen/chosen.jquery.min.js +share/owncloud/3rdparty/timepicker/GPL-LICENSE.txt +share/owncloud/3rdparty/timepicker/MIT-LICENSE.txt +share/owncloud/3rdparty/timepicker/css/include/images/ui-bg_diagonals-thick_18_b81900_40x40.png +share/owncloud/3rdparty/timepicker/css/include/images/ui-bg_diagonals-thick_20_666666_40x40.png +share/owncloud/3rdparty/timepicker/css/include/images/ui-bg_flat_10_000000_40x100.png +share/owncloud/3rdparty/timepicker/css/include/images/ui-bg_glass_100_f6f6f6_1x400.png +share/owncloud/3rdparty/timepicker/css/include/images/ui-bg_glass_100_fdf5ce_1x400.png +share/owncloud/3rdparty/timepicker/css/include/images/ui-bg_glass_65_ffffff_1x400.png +share/owncloud/3rdparty/timepicker/css/include/images/ui-bg_gloss-wave_35_f6a828_500x100.png +share/owncloud/3rdparty/timepicker/css/include/images/ui-bg_highlight-soft_100_eeeeee_1x100.png +share/owncloud/3rdparty/timepicker/css/include/images/ui-bg_highlight-soft_75_ffe45c_1x100.png +share/owncloud/3rdparty/timepicker/css/include/images/ui-icons_222222_256x240.png +share/owncloud/3rdparty/timepicker/css/include/images/ui-icons_228ef1_256x240.png +share/owncloud/3rdparty/timepicker/css/include/images/ui-icons_ef8c08_256x240.png +share/owncloud/3rdparty/timepicker/css/include/images/ui-icons_ffd27a_256x240.png +share/owncloud/3rdparty/timepicker/css/include/images/ui-icons_ffffff_256x240.png +share/owncloud/3rdparty/timepicker/css/include/jquery-1.5.1.min.js +share/owncloud/3rdparty/timepicker/css/include/jquery-ui-1.8.14.custom.css +share/owncloud/3rdparty/timepicker/css/include/jquery.ui.core.min.js +share/owncloud/3rdparty/timepicker/css/include/jquery.ui.position.min.js +share/owncloud/3rdparty/timepicker/css/include/jquery.ui.tabs.min.js +share/owncloud/3rdparty/timepicker/css/include/jquery.ui.widget.min.js +share/owncloud/3rdparty/timepicker/css/include/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png +share/owncloud/3rdparty/timepicker/css/include/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png +share/owncloud/3rdparty/timepicker/css/include/ui-lightness/images/ui-bg_flat_10_000000_40x100.png +share/owncloud/3rdparty/timepicker/css/include/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png +share/owncloud/3rdparty/timepicker/css/include/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png +share/owncloud/3rdparty/timepicker/css/include/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png +share/owncloud/3rdparty/timepicker/css/include/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png +share/owncloud/3rdparty/timepicker/css/include/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png +share/owncloud/3rdparty/timepicker/css/include/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png +share/owncloud/3rdparty/timepicker/css/include/ui-lightness/images/ui-icons_222222_256x240.png +share/owncloud/3rdparty/timepicker/css/include/ui-lightness/images/ui-icons_228ef1_256x240.png +share/owncloud/3rdparty/timepicker/css/include/ui-lightness/images/ui-icons_ef8c08_256x240.png +share/owncloud/3rdparty/timepicker/css/include/ui-lightness/images/ui-icons_ffd27a_256x240.png +share/owncloud/3rdparty/timepicker/css/include/ui-lightness/images/ui-icons_ffffff_256x240.png +share/owncloud/3rdparty/timepicker/css/jquery.ui.timepicker.css +share/owncloud/3rdparty/timepicker/js/i18n/i18n.html +share/owncloud/3rdparty/timepicker/js/i18n/jquery.ui.timepicker-de.js +share/owncloud/3rdparty/timepicker/js/i18n/jquery.ui.timepicker-fr.js +share/owncloud/3rdparty/timepicker/js/i18n/jquery.ui.timepicker-ja.js +share/owncloud/3rdparty/timepicker/js/jquery.ui.timepicker.js +share/owncloud/3rdparty/timepicker/releases.txt +share/owncloud/3rdparty/when/MIT-LICENSE.txt +share/owncloud/3rdparty/when/When.php share/owncloud/AUTHORS share/owncloud/COPYING-AGPL share/owncloud/COPYING-README share/owncloud/README +share/owncloud/apps/admin_dependencies_chk/appinfo/app.php +share/owncloud/apps/admin_dependencies_chk/appinfo/info.xml +share/owncloud/apps/admin_dependencies_chk/css/style.css +share/owncloud/apps/admin_dependencies_chk/settings.php +share/owncloud/apps/admin_dependencies_chk/templates/settings.php share/owncloud/apps/admin_export/appinfo/app.php share/owncloud/apps/admin_export/appinfo/info.xml share/owncloud/apps/admin_export/settings.php @@ -264,26 +323,24 @@ share/owncloud/apps/calendar/ajax/activation.php share/owncloud/apps/calendar/ajax/changeview.php share/owncloud/apps/calendar/ajax/choosecalendar.php share/owncloud/apps/calendar/ajax/createcalendar.php -share/owncloud/apps/calendar/ajax/daysofweekend.php share/owncloud/apps/calendar/ajax/deletecalendar.php share/owncloud/apps/calendar/ajax/deleteevent.php -share/owncloud/apps/calendar/ajax/duration.php share/owncloud/apps/calendar/ajax/editcalendar.php share/owncloud/apps/calendar/ajax/editevent.php share/owncloud/apps/calendar/ajax/editeventform.php -share/owncloud/apps/calendar/ajax/firstdayofweek.php -share/owncloud/apps/calendar/ajax/getcal.php +share/owncloud/apps/calendar/ajax/events.php +share/owncloud/apps/calendar/ajax/gettimezonedetection.php +share/owncloud/apps/calendar/ajax/guesstimezone.php share/owncloud/apps/calendar/ajax/importdialog.php share/owncloud/apps/calendar/ajax/moveevent.php share/owncloud/apps/calendar/ajax/newcalendar.php share/owncloud/apps/calendar/ajax/newevent.php share/owncloud/apps/calendar/ajax/neweventform.php -share/owncloud/apps/calendar/ajax/setdaysofweekend.php -share/owncloud/apps/calendar/ajax/setduration.php -share/owncloud/apps/calendar/ajax/setfirstdayofweek.php +share/owncloud/apps/calendar/ajax/resizeevent.php share/owncloud/apps/calendar/ajax/settimeformat.php share/owncloud/apps/calendar/ajax/settimezone.php share/owncloud/apps/calendar/ajax/timeformat.php +share/owncloud/apps/calendar/ajax/timezonedetection.php share/owncloud/apps/calendar/ajax/updatecalendar.php share/owncloud/apps/calendar/appinfo/app.php share/owncloud/apps/calendar/appinfo/database.xml @@ -291,40 +348,67 @@ share/owncloud/apps/calendar/appinfo/info.xml share/owncloud/apps/calendar/caldav.php share/owncloud/apps/calendar/css/style.css share/owncloud/apps/calendar/export.php +share/owncloud/apps/calendar/img/Icon License share/owncloud/apps/calendar/img/icon.png +share/owncloud/apps/calendar/img/icon.svg share/owncloud/apps/calendar/import.php +share/owncloud/apps/calendar/import_tmp/Info share/owncloud/apps/calendar/index.php share/owncloud/apps/calendar/js/calendar.js +share/owncloud/apps/calendar/js/geo.js share/owncloud/apps/calendar/js/loader.js share/owncloud/apps/calendar/js/settings.js +share/owncloud/apps/calendar/l10n/ar.php share/owncloud/apps/calendar/l10n/bg_BG.php share/owncloud/apps/calendar/l10n/ca.php +share/owncloud/apps/calendar/l10n/cs_CZ.php share/owncloud/apps/calendar/l10n/da.php share/owncloud/apps/calendar/l10n/de.php share/owncloud/apps/calendar/l10n/el.php +share/owncloud/apps/calendar/l10n/eo.php share/owncloud/apps/calendar/l10n/es.php share/owncloud/apps/calendar/l10n/et_EE.php +share/owncloud/apps/calendar/l10n/eu.php share/owncloud/apps/calendar/l10n/fr.php +share/owncloud/apps/calendar/l10n/gl.php +share/owncloud/apps/calendar/l10n/he.php +share/owncloud/apps/calendar/l10n/hr.php +share/owncloud/apps/calendar/l10n/hu_HU.php +share/owncloud/apps/calendar/l10n/hy.php +share/owncloud/apps/calendar/l10n/ia.php share/owncloud/apps/calendar/l10n/id.php share/owncloud/apps/calendar/l10n/it.php +share/owncloud/apps/calendar/l10n/ja_JP.php share/owncloud/apps/calendar/l10n/lb.php +share/owncloud/apps/calendar/l10n/lt_LT.php share/owncloud/apps/calendar/l10n/ms_MY.php share/owncloud/apps/calendar/l10n/nb_NO.php share/owncloud/apps/calendar/l10n/nl.php +share/owncloud/apps/calendar/l10n/nn_NO.php share/owncloud/apps/calendar/l10n/pl.php share/owncloud/apps/calendar/l10n/pt_BR.php +share/owncloud/apps/calendar/l10n/pt_PT.php share/owncloud/apps/calendar/l10n/ro.php share/owncloud/apps/calendar/l10n/ru.php +share/owncloud/apps/calendar/l10n/sk_SK.php +share/owncloud/apps/calendar/l10n/sl.php share/owncloud/apps/calendar/l10n/sr.php share/owncloud/apps/calendar/l10n/sr@latin.php +share/owncloud/apps/calendar/l10n/sv.php +share/owncloud/apps/calendar/l10n/th_TH.php +share/owncloud/apps/calendar/l10n/tr.php share/owncloud/apps/calendar/l10n/xgettextfiles share/owncloud/apps/calendar/l10n/zh_CN.php +share/owncloud/apps/calendar/lib/app.php share/owncloud/apps/calendar/lib/calendar.php share/owncloud/apps/calendar/lib/connector_sabre.php share/owncloud/apps/calendar/lib/hooks.php share/owncloud/apps/calendar/lib/object.php +share/owncloud/apps/calendar/lib/search.php +share/owncloud/apps/calendar/resettimezone.php share/owncloud/apps/calendar/settings.php share/owncloud/apps/calendar/templates/calendar.php +share/owncloud/apps/calendar/templates/lAfix.php share/owncloud/apps/calendar/templates/part.choosecalendar.php share/owncloud/apps/calendar/templates/part.choosecalendar.rowfields.php share/owncloud/apps/calendar/templates/part.editcalendar.php @@ -333,44 +417,169 @@ share/owncloud/apps/calendar/templates/part.eventform.php share/owncloud/apps/calendar/templates/part.import.php share/owncloud/apps/calendar/templates/part.newevent.php share/owncloud/apps/calendar/templates/settings.php +share/owncloud/apps/contacts/ajax/activation.php +share/owncloud/apps/contacts/ajax/addbook.php share/owncloud/apps/contacts/ajax/addcard.php share/owncloud/apps/contacts/ajax/addproperty.php +share/owncloud/apps/contacts/ajax/chooseaddressbook.php +share/owncloud/apps/contacts/ajax/contacts.php +share/owncloud/apps/contacts/ajax/createaddressbook.php share/owncloud/apps/contacts/ajax/deletebook.php share/owncloud/apps/contacts/ajax/deletecard.php share/owncloud/apps/contacts/ajax/deleteproperty.php +share/owncloud/apps/contacts/ajax/editaddressbook.php share/owncloud/apps/contacts/ajax/getdetails.php +share/owncloud/apps/contacts/ajax/messagebox.php share/owncloud/apps/contacts/ajax/setproperty.php share/owncloud/apps/contacts/ajax/showaddcard.php share/owncloud/apps/contacts/ajax/showaddproperty.php share/owncloud/apps/contacts/ajax/showsetproperty.php +share/owncloud/apps/contacts/ajax/updateaddressbook.php share/owncloud/apps/contacts/appinfo/app.php share/owncloud/apps/contacts/appinfo/database.xml share/owncloud/apps/contacts/appinfo/info.xml share/owncloud/apps/contacts/carddav.php share/owncloud/apps/contacts/css/styles.css +share/owncloud/apps/contacts/export.php +share/owncloud/apps/contacts/img/person.png +share/owncloud/apps/contacts/img/person.svg share/owncloud/apps/contacts/index.php +share/owncloud/apps/contacts/js/LICENSE.jquery.inview share/owncloud/apps/contacts/js/interface.js +share/owncloud/apps/contacts/js/jquery.inview.js +share/owncloud/apps/contacts/js/jquery.inview.txt +share/owncloud/apps/contacts/l10n/ar.php +share/owncloud/apps/contacts/l10n/ca.php +share/owncloud/apps/contacts/l10n/cs_CZ.php share/owncloud/apps/contacts/l10n/da.php share/owncloud/apps/contacts/l10n/de.php +share/owncloud/apps/contacts/l10n/el.php +share/owncloud/apps/contacts/l10n/eo.php +share/owncloud/apps/contacts/l10n/es.php +share/owncloud/apps/contacts/l10n/et_EE.php +share/owncloud/apps/contacts/l10n/eu.php +share/owncloud/apps/contacts/l10n/fr.php +share/owncloud/apps/contacts/l10n/gl.php +share/owncloud/apps/contacts/l10n/he.php +share/owncloud/apps/contacts/l10n/hr.php +share/owncloud/apps/contacts/l10n/hu_HU.php +share/owncloud/apps/contacts/l10n/ia.php share/owncloud/apps/contacts/l10n/it.php +share/owncloud/apps/contacts/l10n/ja_JP.php +share/owncloud/apps/contacts/l10n/lb.php +share/owncloud/apps/contacts/l10n/lt_LT.php +share/owncloud/apps/contacts/l10n/nl.php +share/owncloud/apps/contacts/l10n/nn_NO.php +share/owncloud/apps/contacts/l10n/pl.php +share/owncloud/apps/contacts/l10n/pt_BR.php +share/owncloud/apps/contacts/l10n/pt_PT.php +share/owncloud/apps/contacts/l10n/ro.php +share/owncloud/apps/contacts/l10n/ru.php +share/owncloud/apps/contacts/l10n/sk_SK.php +share/owncloud/apps/contacts/l10n/sl.php +share/owncloud/apps/contacts/l10n/sr.php +share/owncloud/apps/contacts/l10n/sr@latin.php +share/owncloud/apps/contacts/l10n/sv.php +share/owncloud/apps/contacts/l10n/th_TH.php +share/owncloud/apps/contacts/l10n/tr.php +share/owncloud/apps/contacts/l10n/xgettextfiles +share/owncloud/apps/contacts/l10n/zh_CN.php share/owncloud/apps/contacts/lib/addressbook.php +share/owncloud/apps/contacts/lib/app.php share/owncloud/apps/contacts/lib/connector_sabre.php share/owncloud/apps/contacts/lib/hooks.php +share/owncloud/apps/contacts/lib/search.php share/owncloud/apps/contacts/lib/vcard.php share/owncloud/apps/contacts/photo.php share/owncloud/apps/contacts/settings.php share/owncloud/apps/contacts/templates/index.php share/owncloud/apps/contacts/templates/part.addcardform.php -share/owncloud/apps/contacts/templates/part.addpropertyform.php +share/owncloud/apps/contacts/templates/part.chooseaddressbook.php +share/owncloud/apps/contacts/templates/part.chooseaddressbook.rowfields.php share/owncloud/apps/contacts/templates/part.contacts.php share/owncloud/apps/contacts/templates/part.details.php +share/owncloud/apps/contacts/templates/part.editaddressbook.php +share/owncloud/apps/contacts/templates/part.messagebox.php +share/owncloud/apps/contacts/templates/part.property.FN.php share/owncloud/apps/contacts/templates/part.property.php share/owncloud/apps/contacts/templates/part.setpropertyform.php share/owncloud/apps/contacts/templates/settings.php +share/owncloud/apps/contacts/thumbnail.php +share/owncloud/apps/external/ajax/seturls.php +share/owncloud/apps/external/appinfo/app.php +share/owncloud/apps/external/appinfo/info.xml +share/owncloud/apps/external/img/external.png +share/owncloud/apps/external/img/external.svg +share/owncloud/apps/external/index.php +share/owncloud/apps/external/js/admin.js +share/owncloud/apps/external/settings.php +share/owncloud/apps/external/templates/frame.php +share/owncloud/apps/external/templates/settings.php share/owncloud/apps/files_imageviewer/appinfo/app.php share/owncloud/apps/files_imageviewer/appinfo/info.xml -share/owncloud/apps/files_imageviewer/css/lightbox.css +share/owncloud/apps/files_imageviewer/css/jquery.fancybox-1.3.4.css +share/owncloud/apps/files_imageviewer/img/blank.gif +share/owncloud/apps/files_imageviewer/img/fancy_close.png +share/owncloud/apps/files_imageviewer/img/fancy_loading.png +share/owncloud/apps/files_imageviewer/img/fancy_nav_left.png +share/owncloud/apps/files_imageviewer/img/fancy_nav_right.png +share/owncloud/apps/files_imageviewer/img/fancy_shadow_e.png +share/owncloud/apps/files_imageviewer/img/fancy_shadow_n.png +share/owncloud/apps/files_imageviewer/img/fancy_shadow_ne.png +share/owncloud/apps/files_imageviewer/img/fancy_shadow_nw.png +share/owncloud/apps/files_imageviewer/img/fancy_shadow_s.png +share/owncloud/apps/files_imageviewer/img/fancy_shadow_se.png +share/owncloud/apps/files_imageviewer/img/fancy_shadow_sw.png +share/owncloud/apps/files_imageviewer/img/fancy_shadow_w.png +share/owncloud/apps/files_imageviewer/img/fancy_title_left.png +share/owncloud/apps/files_imageviewer/img/fancy_title_main.png +share/owncloud/apps/files_imageviewer/img/fancy_title_over.png +share/owncloud/apps/files_imageviewer/img/fancy_title_right.png +share/owncloud/apps/files_imageviewer/img/fancybox-x.png +share/owncloud/apps/files_imageviewer/img/fancybox-y.png +share/owncloud/apps/files_imageviewer/img/fancybox.png +share/owncloud/apps/files_imageviewer/js/jquery.fancybox-1.3.4.pack.js +share/owncloud/apps/files_imageviewer/js/jquery.mousewheel-3.0.4.pack.js share/owncloud/apps/files_imageviewer/js/lightbox.js +share/owncloud/apps/files_pdfviewer/appinfo/app.php +share/owncloud/apps/files_pdfviewer/appinfo/info.xml +share/owncloud/apps/files_pdfviewer/css/history.png +share/owncloud/apps/files_pdfviewer/css/viewer.css +share/owncloud/apps/files_pdfviewer/js/pdfjs/LICENSE +share/owncloud/apps/files_pdfviewer/js/pdfjs/build/pdf.js +share/owncloud/apps/files_pdfviewer/js/pdfjs/src/canvas.js +share/owncloud/apps/files_pdfviewer/js/pdfjs/src/charsets.js +share/owncloud/apps/files_pdfviewer/js/pdfjs/src/cidmaps.js +share/owncloud/apps/files_pdfviewer/js/pdfjs/src/colorspace.js +share/owncloud/apps/files_pdfviewer/js/pdfjs/src/core.js +share/owncloud/apps/files_pdfviewer/js/pdfjs/src/crypto.js +share/owncloud/apps/files_pdfviewer/js/pdfjs/src/evaluator.js +share/owncloud/apps/files_pdfviewer/js/pdfjs/src/fonts.js +share/owncloud/apps/files_pdfviewer/js/pdfjs/src/function.js +share/owncloud/apps/files_pdfviewer/js/pdfjs/src/glyphlist.js +share/owncloud/apps/files_pdfviewer/js/pdfjs/src/image.js +share/owncloud/apps/files_pdfviewer/js/pdfjs/src/metrics.js +share/owncloud/apps/files_pdfviewer/js/pdfjs/src/obj.js +share/owncloud/apps/files_pdfviewer/js/pdfjs/src/parser.js +share/owncloud/apps/files_pdfviewer/js/pdfjs/src/pattern.js +share/owncloud/apps/files_pdfviewer/js/pdfjs/src/pdf.js +share/owncloud/apps/files_pdfviewer/js/pdfjs/src/stream.js +share/owncloud/apps/files_pdfviewer/js/pdfjs/src/util.js +share/owncloud/apps/files_pdfviewer/js/pdfjs/src/utils/cffStandardStrings.js +share/owncloud/apps/files_pdfviewer/js/pdfjs/src/utils/fonts_utils.js +share/owncloud/apps/files_pdfviewer/js/pdfjs/src/worker.js +share/owncloud/apps/files_pdfviewer/js/pdfjs/src/worker_loader.js +share/owncloud/apps/files_pdfviewer/js/pdfjs/web/images/bookmark.svg +share/owncloud/apps/files_pdfviewer/js/pdfjs/web/images/document-print.svg +share/owncloud/apps/files_pdfviewer/js/pdfjs/web/images/download.svg +share/owncloud/apps/files_pdfviewer/js/pdfjs/web/images/go-down.svg +share/owncloud/apps/files_pdfviewer/js/pdfjs/web/images/go-up.svg +share/owncloud/apps/files_pdfviewer/js/pdfjs/web/images/nav-outline.svg +share/owncloud/apps/files_pdfviewer/js/pdfjs/web/images/nav-thumbs.svg +share/owncloud/apps/files_pdfviewer/js/pdfjs/web/images/zoom-in.svg +share/owncloud/apps/files_pdfviewer/js/pdfjs/web/images/zoom-out.svg +share/owncloud/apps/files_pdfviewer/js/pdfview.js +share/owncloud/apps/files_pdfviewer/js/viewer.js share/owncloud/apps/files_sharing/ajax/getitem.php share/owncloud/apps/files_sharing/ajax/setpermissions.php share/owncloud/apps/files_sharing/ajax/share.php @@ -387,57 +596,120 @@ share/owncloud/apps/files_sharing/lib_share.php share/owncloud/apps/files_sharing/list.php share/owncloud/apps/files_sharing/sharedstorage.php share/owncloud/apps/files_sharing/templates/list.php -share/owncloud/apps/files_textviewer/appinfo/app.php -share/owncloud/apps/files_textviewer/appinfo/info.xml -share/owncloud/apps/files_textviewer/css/style.css -share/owncloud/apps/files_textviewer/css/syntaxhighlighter/shCore.css -share/owncloud/apps/files_textviewer/css/syntaxhighlighter/shCoreDefault.css -share/owncloud/apps/files_textviewer/css/syntaxhighlighter/shCoreDjango.css -share/owncloud/apps/files_textviewer/css/syntaxhighlighter/shCoreEclipse.css -share/owncloud/apps/files_textviewer/css/syntaxhighlighter/shCoreEmacs.css -share/owncloud/apps/files_textviewer/css/syntaxhighlighter/shCoreFadeToGrey.css -share/owncloud/apps/files_textviewer/css/syntaxhighlighter/shCoreMDUltra.css -share/owncloud/apps/files_textviewer/css/syntaxhighlighter/shCoreMidnight.css -share/owncloud/apps/files_textviewer/css/syntaxhighlighter/shCoreRDark.css -share/owncloud/apps/files_textviewer/css/syntaxhighlighter/shThemeDefault.css -share/owncloud/apps/files_textviewer/css/syntaxhighlighter/shThemeDjango.css -share/owncloud/apps/files_textviewer/css/syntaxhighlighter/shThemeEclipse.css -share/owncloud/apps/files_textviewer/css/syntaxhighlighter/shThemeEmacs.css -share/owncloud/apps/files_textviewer/css/syntaxhighlighter/shThemeFadeToGrey.css -share/owncloud/apps/files_textviewer/css/syntaxhighlighter/shThemeMDUltra.css -share/owncloud/apps/files_textviewer/css/syntaxhighlighter/shThemeMidnight.css -share/owncloud/apps/files_textviewer/css/syntaxhighlighter/shThemeRDark.css -share/owncloud/apps/files_textviewer/js/syntaxhighlighter/LGPL-LICENSE -share/owncloud/apps/files_textviewer/js/syntaxhighlighter/MIT-LICENSE -share/owncloud/apps/files_textviewer/js/syntaxhighlighter/shAutoloader.js -share/owncloud/apps/files_textviewer/js/syntaxhighlighter/shBrushAS3.js -share/owncloud/apps/files_textviewer/js/syntaxhighlighter/shBrushAppleScript.js -share/owncloud/apps/files_textviewer/js/syntaxhighlighter/shBrushBash.js -share/owncloud/apps/files_textviewer/js/syntaxhighlighter/shBrushCSharp.js -share/owncloud/apps/files_textviewer/js/syntaxhighlighter/shBrushColdFusion.js -share/owncloud/apps/files_textviewer/js/syntaxhighlighter/shBrushCpp.js -share/owncloud/apps/files_textviewer/js/syntaxhighlighter/shBrushCss.js -share/owncloud/apps/files_textviewer/js/syntaxhighlighter/shBrushDelphi.js -share/owncloud/apps/files_textviewer/js/syntaxhighlighter/shBrushDiff.js -share/owncloud/apps/files_textviewer/js/syntaxhighlighter/shBrushErlang.js -share/owncloud/apps/files_textviewer/js/syntaxhighlighter/shBrushGroovy.js -share/owncloud/apps/files_textviewer/js/syntaxhighlighter/shBrushJScript.js -share/owncloud/apps/files_textviewer/js/syntaxhighlighter/shBrushJava.js -share/owncloud/apps/files_textviewer/js/syntaxhighlighter/shBrushJavaFX.js -share/owncloud/apps/files_textviewer/js/syntaxhighlighter/shBrushPerl.js -share/owncloud/apps/files_textviewer/js/syntaxhighlighter/shBrushPhp.js -share/owncloud/apps/files_textviewer/js/syntaxhighlighter/shBrushPlain.js -share/owncloud/apps/files_textviewer/js/syntaxhighlighter/shBrushPowerShell.js -share/owncloud/apps/files_textviewer/js/syntaxhighlighter/shBrushPython.js -share/owncloud/apps/files_textviewer/js/syntaxhighlighter/shBrushRuby.js -share/owncloud/apps/files_textviewer/js/syntaxhighlighter/shBrushSass.js -share/owncloud/apps/files_textviewer/js/syntaxhighlighter/shBrushScala.js -share/owncloud/apps/files_textviewer/js/syntaxhighlighter/shBrushSql.js -share/owncloud/apps/files_textviewer/js/syntaxhighlighter/shBrushVb.js -share/owncloud/apps/files_textviewer/js/syntaxhighlighter/shBrushXml.js -share/owncloud/apps/files_textviewer/js/syntaxhighlighter/shCore.js -share/owncloud/apps/files_textviewer/js/syntaxhighlighter/shLegacy.js -share/owncloud/apps/files_textviewer/js/textviewer.js +share/owncloud/apps/files_texteditor/ajax/loadfile.php +share/owncloud/apps/files_texteditor/ajax/mtime.php +share/owncloud/apps/files_texteditor/ajax/savefile.php +share/owncloud/apps/files_texteditor/appinfo/app.php +share/owncloud/apps/files_texteditor/appinfo/info.xml +share/owncloud/apps/files_texteditor/css/style.css +share/owncloud/apps/files_texteditor/js/aceeditor/LICENSE +share/owncloud/apps/files_texteditor/js/aceeditor/ace-compat-uncompressed.js +share/owncloud/apps/files_texteditor/js/aceeditor/ace-compat.js +share/owncloud/apps/files_texteditor/js/aceeditor/ace-uncompressed.js +share/owncloud/apps/files_texteditor/js/aceeditor/ace.js +share/owncloud/apps/files_texteditor/js/aceeditor/keybinding-emacs-uncompressed.js +share/owncloud/apps/files_texteditor/js/aceeditor/keybinding-emacs.js +share/owncloud/apps/files_texteditor/js/aceeditor/keybinding-vim-uncompressed.js +share/owncloud/apps/files_texteditor/js/aceeditor/keybinding-vim.js +share/owncloud/apps/files_texteditor/js/aceeditor/mode-c_cpp-uncompressed.js +share/owncloud/apps/files_texteditor/js/aceeditor/mode-c_cpp.js +share/owncloud/apps/files_texteditor/js/aceeditor/mode-clojure-uncompressed.js +share/owncloud/apps/files_texteditor/js/aceeditor/mode-clojure.js +share/owncloud/apps/files_texteditor/js/aceeditor/mode-coffee-uncompressed.js +share/owncloud/apps/files_texteditor/js/aceeditor/mode-coffee.js +share/owncloud/apps/files_texteditor/js/aceeditor/mode-coldfusion-uncompressed.js +share/owncloud/apps/files_texteditor/js/aceeditor/mode-coldfusion.js +share/owncloud/apps/files_texteditor/js/aceeditor/mode-csharp-uncompressed.js +share/owncloud/apps/files_texteditor/js/aceeditor/mode-csharp.js +share/owncloud/apps/files_texteditor/js/aceeditor/mode-css-uncompressed.js +share/owncloud/apps/files_texteditor/js/aceeditor/mode-css.js +share/owncloud/apps/files_texteditor/js/aceeditor/mode-groovy-uncompressed.js +share/owncloud/apps/files_texteditor/js/aceeditor/mode-groovy.js +share/owncloud/apps/files_texteditor/js/aceeditor/mode-haxe-uncompressed.js +share/owncloud/apps/files_texteditor/js/aceeditor/mode-haxe.js +share/owncloud/apps/files_texteditor/js/aceeditor/mode-html-uncompressed.js +share/owncloud/apps/files_texteditor/js/aceeditor/mode-html.js +share/owncloud/apps/files_texteditor/js/aceeditor/mode-java-uncompressed.js +share/owncloud/apps/files_texteditor/js/aceeditor/mode-java.js +share/owncloud/apps/files_texteditor/js/aceeditor/mode-javascript-uncompressed.js +share/owncloud/apps/files_texteditor/js/aceeditor/mode-javascript.js +share/owncloud/apps/files_texteditor/js/aceeditor/mode-json-uncompressed.js +share/owncloud/apps/files_texteditor/js/aceeditor/mode-json.js +share/owncloud/apps/files_texteditor/js/aceeditor/mode-latex-uncompressed.js +share/owncloud/apps/files_texteditor/js/aceeditor/mode-latex.js +share/owncloud/apps/files_texteditor/js/aceeditor/mode-lua-uncompressed.js +share/owncloud/apps/files_texteditor/js/aceeditor/mode-lua.js +share/owncloud/apps/files_texteditor/js/aceeditor/mode-markdown-uncompressed.js +share/owncloud/apps/files_texteditor/js/aceeditor/mode-markdown.js +share/owncloud/apps/files_texteditor/js/aceeditor/mode-ocaml-uncompressed.js +share/owncloud/apps/files_texteditor/js/aceeditor/mode-ocaml.js +share/owncloud/apps/files_texteditor/js/aceeditor/mode-perl-uncompressed.js +share/owncloud/apps/files_texteditor/js/aceeditor/mode-perl.js +share/owncloud/apps/files_texteditor/js/aceeditor/mode-php-uncompressed.js +share/owncloud/apps/files_texteditor/js/aceeditor/mode-php.js +share/owncloud/apps/files_texteditor/js/aceeditor/mode-powershell-uncompressed.js +share/owncloud/apps/files_texteditor/js/aceeditor/mode-powershell.js +share/owncloud/apps/files_texteditor/js/aceeditor/mode-python-uncompressed.js +share/owncloud/apps/files_texteditor/js/aceeditor/mode-python.js +share/owncloud/apps/files_texteditor/js/aceeditor/mode-ruby-uncompressed.js +share/owncloud/apps/files_texteditor/js/aceeditor/mode-ruby.js +share/owncloud/apps/files_texteditor/js/aceeditor/mode-scad-uncompressed.js +share/owncloud/apps/files_texteditor/js/aceeditor/mode-scad.js +share/owncloud/apps/files_texteditor/js/aceeditor/mode-scala-uncompressed.js +share/owncloud/apps/files_texteditor/js/aceeditor/mode-scala.js +share/owncloud/apps/files_texteditor/js/aceeditor/mode-scss-uncompressed.js +share/owncloud/apps/files_texteditor/js/aceeditor/mode-scss.js +share/owncloud/apps/files_texteditor/js/aceeditor/mode-sql-uncompressed.js +share/owncloud/apps/files_texteditor/js/aceeditor/mode-sql.js +share/owncloud/apps/files_texteditor/js/aceeditor/mode-svg-uncompressed.js +share/owncloud/apps/files_texteditor/js/aceeditor/mode-svg.js +share/owncloud/apps/files_texteditor/js/aceeditor/mode-textile-uncompressed.js +share/owncloud/apps/files_texteditor/js/aceeditor/mode-textile.js +share/owncloud/apps/files_texteditor/js/aceeditor/mode-xml-uncompressed.js +share/owncloud/apps/files_texteditor/js/aceeditor/mode-xml.js +share/owncloud/apps/files_texteditor/js/aceeditor/theme-clouds-uncompressed.js +share/owncloud/apps/files_texteditor/js/aceeditor/theme-clouds.js +share/owncloud/apps/files_texteditor/js/aceeditor/worker-coffee.js +share/owncloud/apps/files_texteditor/js/aceeditor/worker-css.js +share/owncloud/apps/files_texteditor/js/aceeditor/worker-javascript.js +share/owncloud/apps/files_texteditor/js/editor.js +share/owncloud/apps/gallery/ajax/cover.php +share/owncloud/apps/gallery/ajax/createAlbum.php +share/owncloud/apps/gallery/ajax/galleryOp.php +share/owncloud/apps/gallery/ajax/getAlbums.php +share/owncloud/apps/gallery/ajax/thumbnail.php +share/owncloud/apps/gallery/appinfo/app.php +share/owncloud/apps/gallery/appinfo/database.xml +share/owncloud/apps/gallery/appinfo/info.xml +share/owncloud/apps/gallery/css/styles.css +share/owncloud/apps/gallery/index.php +share/owncloud/apps/gallery/js/album_cover.js +share/owncloud/apps/gallery/js/albums.js +share/owncloud/apps/gallery/l10n/ar.php +share/owncloud/apps/gallery/l10n/ca.php +share/owncloud/apps/gallery/l10n/cs_CZ.php +share/owncloud/apps/gallery/l10n/da.php +share/owncloud/apps/gallery/l10n/de.php +share/owncloud/apps/gallery/l10n/es.php +share/owncloud/apps/gallery/l10n/et_EE.php +share/owncloud/apps/gallery/l10n/fr.php +share/owncloud/apps/gallery/l10n/gl.php +share/owncloud/apps/gallery/l10n/ia.php +share/owncloud/apps/gallery/l10n/it.php +share/owncloud/apps/gallery/l10n/ja_JP.php +share/owncloud/apps/gallery/l10n/pl.php +share/owncloud/apps/gallery/l10n/ru.php +share/owncloud/apps/gallery/l10n/sk_SK.php +share/owncloud/apps/gallery/l10n/sr.php +share/owncloud/apps/gallery/l10n/th_TH.php +share/owncloud/apps/gallery/l10n/zh_CN.php +share/owncloud/apps/gallery/lib/album.php +share/owncloud/apps/gallery/lib/hooks_handlers.php +share/owncloud/apps/gallery/lib/images_utils.php +share/owncloud/apps/gallery/lib/photo.php +share/owncloud/apps/gallery/lib/scanner.php +share/owncloud/apps/gallery/templates/index.php +share/owncloud/apps/gallery/templates/view_album.php share/owncloud/apps/media/ajax/api.php share/owncloud/apps/media/ajax/autoupdate.php share/owncloud/apps/media/appinfo/app.php @@ -522,34 +794,58 @@ share/owncloud/apps/media/getID3/structure.txt share/owncloud/apps/media/index.php share/owncloud/apps/media/js/Jplayer.swf share/owncloud/apps/media/js/collection.js +share/owncloud/apps/media/js/jQuery.jPlayer.2.1.0.source/Jplayer.as +share/owncloud/apps/media/js/jQuery.jPlayer.2.1.0.source/Jplayer.fla +share/owncloud/apps/media/js/jQuery.jPlayer.2.1.0.source/add-on/jplayer.playlist.js +share/owncloud/apps/media/js/jQuery.jPlayer.2.1.0.source/add-on/jquery.jplayer.inspector.js +share/owncloud/apps/media/js/jQuery.jPlayer.2.1.0.source/happyworm/jPlayer/JplayerEvent.as +share/owncloud/apps/media/js/jQuery.jPlayer.2.1.0.source/happyworm/jPlayer/JplayerMp3.as +share/owncloud/apps/media/js/jQuery.jPlayer.2.1.0.source/happyworm/jPlayer/JplayerMp4.as +share/owncloud/apps/media/js/jQuery.jPlayer.2.1.0.source/happyworm/jPlayer/JplayerStatus.as +share/owncloud/apps/media/js/jQuery.jPlayer.2.1.0.source/jquery.jplayer.js share/owncloud/apps/media/js/jquery.jplayer.min.js share/owncloud/apps/media/js/loader.js share/owncloud/apps/media/js/music.js share/owncloud/apps/media/js/player.js share/owncloud/apps/media/js/playlist.js share/owncloud/apps/media/js/scanner.js +share/owncloud/apps/media/l10n/ar.php share/owncloud/apps/media/l10n/bg_BG.php share/owncloud/apps/media/l10n/ca.php share/owncloud/apps/media/l10n/cs_CZ.php share/owncloud/apps/media/l10n/da.php share/owncloud/apps/media/l10n/de.php share/owncloud/apps/media/l10n/el.php +share/owncloud/apps/media/l10n/eo.php share/owncloud/apps/media/l10n/es.php share/owncloud/apps/media/l10n/et_EE.php +share/owncloud/apps/media/l10n/eu.php share/owncloud/apps/media/l10n/fr.php +share/owncloud/apps/media/l10n/gl.php +share/owncloud/apps/media/l10n/he.php +share/owncloud/apps/media/l10n/hr.php +share/owncloud/apps/media/l10n/hu_HU.php +share/owncloud/apps/media/l10n/ia.php share/owncloud/apps/media/l10n/id.php share/owncloud/apps/media/l10n/it.php +share/owncloud/apps/media/l10n/ja_JP.php share/owncloud/apps/media/l10n/lb.php +share/owncloud/apps/media/l10n/lt_LT.php share/owncloud/apps/media/l10n/ms_MY.php share/owncloud/apps/media/l10n/nb_NO.php share/owncloud/apps/media/l10n/nl.php +share/owncloud/apps/media/l10n/nn_NO.php share/owncloud/apps/media/l10n/pl.php share/owncloud/apps/media/l10n/pt_BR.php share/owncloud/apps/media/l10n/ro.php share/owncloud/apps/media/l10n/ru.php +share/owncloud/apps/media/l10n/sk_SK.php +share/owncloud/apps/media/l10n/sl.php share/owncloud/apps/media/l10n/sr.php share/owncloud/apps/media/l10n/sr@latin.php share/owncloud/apps/media/l10n/sv.php +share/owncloud/apps/media/l10n/th_TH.php +share/owncloud/apps/media/l10n/tr.php share/owncloud/apps/media/l10n/xgettextfiles share/owncloud/apps/media/l10n/zh_CN.php share/owncloud/apps/media/lib_ampache.php @@ -562,31 +858,13 @@ share/owncloud/apps/media/templates/music.php share/owncloud/apps/media/templates/player.php share/owncloud/apps/media/templates/settings.php share/owncloud/apps/media/tomahawk.php +share/owncloud/apps/remoteStorage/WebDAV.php share/owncloud/apps/remoteStorage/appinfo/app.php share/owncloud/apps/remoteStorage/appinfo/database.xml share/owncloud/apps/remoteStorage/appinfo/info.xml -share/owncloud/apps/remoteStorage/compat.php +share/owncloud/apps/remoteStorage/auth.php share/owncloud/apps/remoteStorage/lib_remoteStorage.php share/owncloud/apps/remoteStorage/oauth_ro_auth.php -share/owncloud/apps/tasks/ajax/addtask.php -share/owncloud/apps/tasks/ajax/addtaskform.php -share/owncloud/apps/tasks/ajax/delete.php -share/owncloud/apps/tasks/ajax/edittask.php -share/owncloud/apps/tasks/ajax/edittaskform.php -share/owncloud/apps/tasks/ajax/getdetails.php -share/owncloud/apps/tasks/appinfo/app.php -share/owncloud/apps/tasks/appinfo/info.xml -share/owncloud/apps/tasks/css/style.css -share/owncloud/apps/tasks/index.php -share/owncloud/apps/tasks/js/tasks.js -share/owncloud/apps/tasks/lib/vtodo.php -share/owncloud/apps/tasks/templates/part.addtaskform.php -share/owncloud/apps/tasks/templates/part.details.php -share/owncloud/apps/tasks/templates/part.edittaskform.php -share/owncloud/apps/tasks/templates/part.property.php -share/owncloud/apps/tasks/templates/part.taskform.php -share/owncloud/apps/tasks/templates/part.tasks.php -share/owncloud/apps/tasks/templates/tasks.php share/owncloud/apps/user_ldap/appinfo/app.php share/owncloud/apps/user_ldap/appinfo/info.xml share/owncloud/apps/user_ldap/settings.php @@ -615,7 +893,7 @@ share/owncloud/core/ajax/translations.php share/owncloud/core/ajax/userlist.php share/owncloud/core/ajax/validateuser.php share/owncloud/core/css/jquery-tipsy.css -share/owncloud/core/css/jquery-ui-1.8.14.custom.css +share/owncloud/core/css/jquery-ui-1.8.16.custom.css share/owncloud/core/css/jquery.multiselect.css share/owncloud/core/css/multiselect.css share/owncloud/core/css/styles.css @@ -623,6 +901,8 @@ share/owncloud/core/img/actions/delete.png share/owncloud/core/img/actions/delete.svg share/owncloud/core/img/actions/download.png share/owncloud/core/img/actions/download.svg +share/owncloud/core/img/actions/info.png +share/owncloud/core/img/actions/info.svg share/owncloud/core/img/actions/logout.png share/owncloud/core/img/actions/logout.svg share/owncloud/core/img/actions/pause-big.png @@ -655,6 +935,8 @@ share/owncloud/core/img/actions/sound-off.png share/owncloud/core/img/actions/sound-off.svg share/owncloud/core/img/actions/sound.png share/owncloud/core/img/actions/sound.svg +share/owncloud/core/img/actions/upload.png +share/owncloud/core/img/actions/upload.svg share/owncloud/core/img/breadcrumb-start.png share/owncloud/core/img/breadcrumb-start.svg share/owncloud/core/img/breadcrumb.png @@ -664,6 +946,7 @@ share/owncloud/core/img/favicon.png share/owncloud/core/img/filetypes/application-pdf.png share/owncloud/core/img/filetypes/application-rss+xml.png share/owncloud/core/img/filetypes/audio.png +share/owncloud/core/img/filetypes/code-script.png share/owncloud/core/img/filetypes/code.png share/owncloud/core/img/filetypes/database.png share/owncloud/core/img/filetypes/file.png @@ -676,26 +959,30 @@ share/owncloud/core/img/filetypes/link.png share/owncloud/core/img/filetypes/model.png share/owncloud/core/img/filetypes/ms-excel.png share/owncloud/core/img/filetypes/ms-powerpoint.png -share/owncloud/core/img/filetypes/php.png share/owncloud/core/img/filetypes/presentation.png share/owncloud/core/img/filetypes/readme.txt share/owncloud/core/img/filetypes/ruby.png -share/owncloud/core/img/filetypes/script.png share/owncloud/core/img/filetypes/spreadsheet.png share/owncloud/core/img/filetypes/text-calendar.png share/owncloud/core/img/filetypes/text-css.png share/owncloud/core/img/filetypes/text-html.png +share/owncloud/core/img/filetypes/text-vcard.png share/owncloud/core/img/filetypes/text-x-c++.png share/owncloud/core/img/filetypes/text-x-c.png share/owncloud/core/img/filetypes/text-x-csharp.png share/owncloud/core/img/filetypes/text-x-h.png +share/owncloud/core/img/filetypes/text-x-php.png share/owncloud/core/img/filetypes/text.png -share/owncloud/core/img/filetypes/vcf.png share/owncloud/core/img/filetypes/video.png share/owncloud/core/img/filetypes/x-.png +share/owncloud/core/img/loader.gif +share/owncloud/core/img/loading-dark.gif share/owncloud/core/img/loading.gif +share/owncloud/core/img/logo-inverted.svg +share/owncloud/core/img/logo-square.png share/owncloud/core/img/logo-wide.png share/owncloud/core/img/logo-wide.svg +share/owncloud/core/img/logo.svg share/owncloud/core/img/owncloud-logo-medium-white.png share/owncloud/core/img/places/file.png share/owncloud/core/img/places/file.svg @@ -711,36 +998,53 @@ share/owncloud/core/img/weather-clear.png share/owncloud/core/js/jquery-1.6.4.min.js share/owncloud/core/js/jquery-showpassword.js share/owncloud/core/js/jquery-tipsy.js -share/owncloud/core/js/jquery-ui-1.8.14.custom.min.js +share/owncloud/core/js/jquery-ui-1.8.16.custom.min.js +share/owncloud/core/js/jquery.infieldlabel.js share/owncloud/core/js/jquery.infieldlabel.min.js share/owncloud/core/js/jquery.multiselect.js share/owncloud/core/js/js.js share/owncloud/core/js/listview.js share/owncloud/core/js/multiselect.js share/owncloud/core/js/setup.js +share/owncloud/core/l10n/ar.php share/owncloud/core/l10n/bg_BG.php share/owncloud/core/l10n/ca.php share/owncloud/core/l10n/cs_CZ.php share/owncloud/core/l10n/da.php share/owncloud/core/l10n/de.php share/owncloud/core/l10n/el.php +share/owncloud/core/l10n/eo.php share/owncloud/core/l10n/es.php share/owncloud/core/l10n/et_EE.php +share/owncloud/core/l10n/eu.php share/owncloud/core/l10n/fr.php +share/owncloud/core/l10n/gl.php +share/owncloud/core/l10n/he.php +share/owncloud/core/l10n/hr.php +share/owncloud/core/l10n/hu_HU.php +share/owncloud/core/l10n/ia.php share/owncloud/core/l10n/id.php share/owncloud/core/l10n/it.php +share/owncloud/core/l10n/ja_JP.php share/owncloud/core/l10n/l10n-de.php share/owncloud/core/l10n/lb.php +share/owncloud/core/l10n/lt_LT.php share/owncloud/core/l10n/ms_MY.php share/owncloud/core/l10n/nb_NO.php share/owncloud/core/l10n/nl.php +share/owncloud/core/l10n/nn_NO.php share/owncloud/core/l10n/pl.php share/owncloud/core/l10n/pt_BR.php +share/owncloud/core/l10n/pt_PT.php share/owncloud/core/l10n/ro.php share/owncloud/core/l10n/ru.php +share/owncloud/core/l10n/sk_SK.php +share/owncloud/core/l10n/sl.php share/owncloud/core/l10n/sr.php share/owncloud/core/l10n/sr@latin.php share/owncloud/core/l10n/sv.php +share/owncloud/core/l10n/th_TH.php +share/owncloud/core/l10n/tr.php share/owncloud/core/l10n/xgettextfiles share/owncloud/core/l10n/zh_CN.php share/owncloud/core/lostpassword/index.php @@ -763,7 +1067,9 @@ share/owncloud/files/ajax/autocomplete.php share/owncloud/files/ajax/delete.php share/owncloud/files/ajax/download.php share/owncloud/files/ajax/list.php +share/owncloud/files/ajax/mimeicon.php share/owncloud/files/ajax/move.php +share/owncloud/files/ajax/newfile.php share/owncloud/files/ajax/newfolder.php share/owncloud/files/ajax/rename.php share/owncloud/files/ajax/timezone.php @@ -777,28 +1083,43 @@ share/owncloud/files/js/fileactions.js share/owncloud/files/js/filelist.js share/owncloud/files/js/files.js share/owncloud/files/js/timezone.js +share/owncloud/files/l10n/ar.php share/owncloud/files/l10n/bg_BG.php share/owncloud/files/l10n/ca.php share/owncloud/files/l10n/cs_CZ.php share/owncloud/files/l10n/da.php share/owncloud/files/l10n/de.php share/owncloud/files/l10n/el.php +share/owncloud/files/l10n/eo.php share/owncloud/files/l10n/es.php share/owncloud/files/l10n/et_EE.php +share/owncloud/files/l10n/eu.php share/owncloud/files/l10n/fr.php +share/owncloud/files/l10n/gl.php +share/owncloud/files/l10n/he.php +share/owncloud/files/l10n/hr.php +share/owncloud/files/l10n/hu_HU.php +share/owncloud/files/l10n/ia.php share/owncloud/files/l10n/id.php share/owncloud/files/l10n/it.php +share/owncloud/files/l10n/ja_JP.php share/owncloud/files/l10n/lb.php +share/owncloud/files/l10n/lt_LT.php share/owncloud/files/l10n/ms_MY.php share/owncloud/files/l10n/nb_NO.php share/owncloud/files/l10n/nl.php +share/owncloud/files/l10n/nn_NO.php share/owncloud/files/l10n/pl.php share/owncloud/files/l10n/pt_BR.php share/owncloud/files/l10n/ro.php share/owncloud/files/l10n/ru.php +share/owncloud/files/l10n/sk_SK.php +share/owncloud/files/l10n/sl.php share/owncloud/files/l10n/sr.php share/owncloud/files/l10n/sr@latin.php share/owncloud/files/l10n/sv.php +share/owncloud/files/l10n/th_TH.php +share/owncloud/files/l10n/tr.php share/owncloud/files/l10n/xgettextfiles share/owncloud/files/l10n/zh_CN.php share/owncloud/files/settings.php @@ -808,155 +1129,304 @@ share/owncloud/files/templates/part.breadcrumb.php share/owncloud/files/templates/part.list.php share/owncloud/files/webdav.php share/owncloud/index.php +share/owncloud/l10n/ar/calendar.po +share/owncloud/l10n/ar/contacts.po +share/owncloud/l10n/ar/core.po +share/owncloud/l10n/ar/files.po +share/owncloud/l10n/ar/gallery.po +share/owncloud/l10n/ar/media.po +share/owncloud/l10n/ar/settings.po share/owncloud/l10n/bg_BG/calendar.po share/owncloud/l10n/bg_BG/contacts.po share/owncloud/l10n/bg_BG/core.po share/owncloud/l10n/bg_BG/files.po +share/owncloud/l10n/bg_BG/gallery.po share/owncloud/l10n/bg_BG/media.po share/owncloud/l10n/bg_BG/settings.po share/owncloud/l10n/ca/calendar.po share/owncloud/l10n/ca/contacts.po share/owncloud/l10n/ca/core.po share/owncloud/l10n/ca/files.po +share/owncloud/l10n/ca/gallery.po share/owncloud/l10n/ca/media.po share/owncloud/l10n/ca/settings.po share/owncloud/l10n/cs_CZ/calendar.po share/owncloud/l10n/cs_CZ/contacts.po share/owncloud/l10n/cs_CZ/core.po share/owncloud/l10n/cs_CZ/files.po +share/owncloud/l10n/cs_CZ/gallery.po share/owncloud/l10n/cs_CZ/media.po share/owncloud/l10n/cs_CZ/settings.po share/owncloud/l10n/da/calendar.po share/owncloud/l10n/da/contacts.po share/owncloud/l10n/da/core.po share/owncloud/l10n/da/files.po +share/owncloud/l10n/da/gallery.po share/owncloud/l10n/da/media.po share/owncloud/l10n/da/settings.po share/owncloud/l10n/de/calendar.po share/owncloud/l10n/de/contacts.po share/owncloud/l10n/de/core.po share/owncloud/l10n/de/files.po +share/owncloud/l10n/de/gallery.po share/owncloud/l10n/de/media.po share/owncloud/l10n/de/settings.po +share/owncloud/l10n/de_DE/calendar.po +share/owncloud/l10n/de_DE/core.po +share/owncloud/l10n/de_DE/files.po +share/owncloud/l10n/de_DE/media.po +share/owncloud/l10n/de_DE/settings.po share/owncloud/l10n/el/calendar.po share/owncloud/l10n/el/contacts.po share/owncloud/l10n/el/core.po share/owncloud/l10n/el/files.po +share/owncloud/l10n/el/gallery.po share/owncloud/l10n/el/media.po share/owncloud/l10n/el/settings.po +share/owncloud/l10n/eo/calendar.po +share/owncloud/l10n/eo/contacts.po +share/owncloud/l10n/eo/core.po +share/owncloud/l10n/eo/files.po +share/owncloud/l10n/eo/gallery.po +share/owncloud/l10n/eo/media.po +share/owncloud/l10n/eo/settings.po share/owncloud/l10n/es/calendar.po share/owncloud/l10n/es/contacts.po share/owncloud/l10n/es/core.po share/owncloud/l10n/es/files.po +share/owncloud/l10n/es/gallery.po share/owncloud/l10n/es/media.po share/owncloud/l10n/es/settings.po share/owncloud/l10n/et_EE/calendar.po share/owncloud/l10n/et_EE/contacts.po share/owncloud/l10n/et_EE/core.po share/owncloud/l10n/et_EE/files.po +share/owncloud/l10n/et_EE/gallery.po share/owncloud/l10n/et_EE/media.po share/owncloud/l10n/et_EE/settings.po +share/owncloud/l10n/eu/calendar.po +share/owncloud/l10n/eu/contacts.po +share/owncloud/l10n/eu/core.po +share/owncloud/l10n/eu/files.po +share/owncloud/l10n/eu/gallery.po +share/owncloud/l10n/eu/media.po +share/owncloud/l10n/eu/settings.po share/owncloud/l10n/fr/calendar.po share/owncloud/l10n/fr/contacts.po share/owncloud/l10n/fr/core.po share/owncloud/l10n/fr/files.po +share/owncloud/l10n/fr/gallery.po share/owncloud/l10n/fr/media.po share/owncloud/l10n/fr/settings.po +share/owncloud/l10n/gl/calendar.po +share/owncloud/l10n/gl/contacts.po +share/owncloud/l10n/gl/core.po +share/owncloud/l10n/gl/files.po +share/owncloud/l10n/gl/gallery.po +share/owncloud/l10n/gl/media.po +share/owncloud/l10n/gl/settings.po +share/owncloud/l10n/he/calendar.po +share/owncloud/l10n/he/contacts.po +share/owncloud/l10n/he/core.po +share/owncloud/l10n/he/files.po +share/owncloud/l10n/he/gallery.po +share/owncloud/l10n/he/media.po +share/owncloud/l10n/he/settings.po +share/owncloud/l10n/hr/calendar.po +share/owncloud/l10n/hr/contacts.po +share/owncloud/l10n/hr/core.po +share/owncloud/l10n/hr/files.po +share/owncloud/l10n/hr/gallery.po +share/owncloud/l10n/hr/media.po +share/owncloud/l10n/hr/settings.po +share/owncloud/l10n/hu_HU/calendar.po +share/owncloud/l10n/hu_HU/contacts.po +share/owncloud/l10n/hu_HU/core.po +share/owncloud/l10n/hu_HU/files.po +share/owncloud/l10n/hu_HU/gallery.po +share/owncloud/l10n/hu_HU/media.po +share/owncloud/l10n/hu_HU/settings.po +share/owncloud/l10n/hy/calendar.po +share/owncloud/l10n/hy/contacts.po +share/owncloud/l10n/hy/core.po +share/owncloud/l10n/hy/files.po +share/owncloud/l10n/hy/gallery.po +share/owncloud/l10n/hy/media.po +share/owncloud/l10n/hy/settings.po +share/owncloud/l10n/ia/calendar.po +share/owncloud/l10n/ia/contacts.po +share/owncloud/l10n/ia/core.po +share/owncloud/l10n/ia/files.po +share/owncloud/l10n/ia/gallery.po +share/owncloud/l10n/ia/media.po +share/owncloud/l10n/ia/settings.po share/owncloud/l10n/id/calendar.po share/owncloud/l10n/id/contacts.po share/owncloud/l10n/id/core.po share/owncloud/l10n/id/files.po +share/owncloud/l10n/id/gallery.po share/owncloud/l10n/id/media.po share/owncloud/l10n/id/settings.po share/owncloud/l10n/it/calendar.po share/owncloud/l10n/it/contacts.po share/owncloud/l10n/it/core.po share/owncloud/l10n/it/files.po +share/owncloud/l10n/it/gallery.po share/owncloud/l10n/it/media.po share/owncloud/l10n/it/settings.po +share/owncloud/l10n/ja_JP/calendar.po +share/owncloud/l10n/ja_JP/contacts.po +share/owncloud/l10n/ja_JP/core.po +share/owncloud/l10n/ja_JP/files.po +share/owncloud/l10n/ja_JP/gallery.po +share/owncloud/l10n/ja_JP/media.po +share/owncloud/l10n/ja_JP/settings.po share/owncloud/l10n/l10n.pl share/owncloud/l10n/lb/calendar.po share/owncloud/l10n/lb/contacts.po share/owncloud/l10n/lb/core.po share/owncloud/l10n/lb/files.po +share/owncloud/l10n/lb/gallery.po share/owncloud/l10n/lb/media.po share/owncloud/l10n/lb/settings.po +share/owncloud/l10n/lt_LT/calendar.po +share/owncloud/l10n/lt_LT/contacts.po +share/owncloud/l10n/lt_LT/core.po +share/owncloud/l10n/lt_LT/files.po +share/owncloud/l10n/lt_LT/gallery.po +share/owncloud/l10n/lt_LT/media.po +share/owncloud/l10n/lt_LT/settings.po share/owncloud/l10n/ms_MY/calendar.po share/owncloud/l10n/ms_MY/contacts.po share/owncloud/l10n/ms_MY/core.po share/owncloud/l10n/ms_MY/files.po +share/owncloud/l10n/ms_MY/gallery.po share/owncloud/l10n/ms_MY/media.po share/owncloud/l10n/ms_MY/settings.po share/owncloud/l10n/nb_NO/calendar.po share/owncloud/l10n/nb_NO/contacts.po share/owncloud/l10n/nb_NO/core.po share/owncloud/l10n/nb_NO/files.po +share/owncloud/l10n/nb_NO/gallery.po share/owncloud/l10n/nb_NO/media.po share/owncloud/l10n/nb_NO/settings.po share/owncloud/l10n/nl/calendar.po share/owncloud/l10n/nl/contacts.po share/owncloud/l10n/nl/core.po share/owncloud/l10n/nl/files.po +share/owncloud/l10n/nl/gallery.po share/owncloud/l10n/nl/media.po share/owncloud/l10n/nl/settings.po +share/owncloud/l10n/nn_NO/calendar.po +share/owncloud/l10n/nn_NO/contacts.po +share/owncloud/l10n/nn_NO/core.po +share/owncloud/l10n/nn_NO/files.po +share/owncloud/l10n/nn_NO/gallery.po +share/owncloud/l10n/nn_NO/media.po +share/owncloud/l10n/nn_NO/settings.po share/owncloud/l10n/pl/calendar.po share/owncloud/l10n/pl/contacts.po share/owncloud/l10n/pl/core.po share/owncloud/l10n/pl/files.po +share/owncloud/l10n/pl/gallery.po share/owncloud/l10n/pl/media.po share/owncloud/l10n/pl/settings.po share/owncloud/l10n/pt_BR/calendar.po share/owncloud/l10n/pt_BR/contacts.po share/owncloud/l10n/pt_BR/core.po share/owncloud/l10n/pt_BR/files.po +share/owncloud/l10n/pt_BR/gallery.po share/owncloud/l10n/pt_BR/media.po share/owncloud/l10n/pt_BR/settings.po share/owncloud/l10n/pt_PT/calendar.po share/owncloud/l10n/pt_PT/contacts.po share/owncloud/l10n/pt_PT/core.po share/owncloud/l10n/pt_PT/files.po +share/owncloud/l10n/pt_PT/gallery.po share/owncloud/l10n/pt_PT/media.po share/owncloud/l10n/pt_PT/settings.po share/owncloud/l10n/ro/calendar.po share/owncloud/l10n/ro/contacts.po share/owncloud/l10n/ro/core.po share/owncloud/l10n/ro/files.po +share/owncloud/l10n/ro/gallery.po share/owncloud/l10n/ro/media.po share/owncloud/l10n/ro/settings.po share/owncloud/l10n/ru/calendar.po share/owncloud/l10n/ru/contacts.po share/owncloud/l10n/ru/core.po share/owncloud/l10n/ru/files.po +share/owncloud/l10n/ru/gallery.po share/owncloud/l10n/ru/media.po share/owncloud/l10n/ru/settings.po +share/owncloud/l10n/sk_SK/calendar.po +share/owncloud/l10n/sk_SK/contacts.po +share/owncloud/l10n/sk_SK/core.po +share/owncloud/l10n/sk_SK/files.po +share/owncloud/l10n/sk_SK/gallery.po +share/owncloud/l10n/sk_SK/media.po +share/owncloud/l10n/sk_SK/settings.po +share/owncloud/l10n/sl/calendar.po +share/owncloud/l10n/sl/contacts.po +share/owncloud/l10n/sl/core.po +share/owncloud/l10n/sl/files.po +share/owncloud/l10n/sl/gallery.po +share/owncloud/l10n/sl/media.po +share/owncloud/l10n/sl/settings.po share/owncloud/l10n/sr/calendar.po share/owncloud/l10n/sr/contacts.po share/owncloud/l10n/sr/core.po share/owncloud/l10n/sr/files.po +share/owncloud/l10n/sr/gallery.po share/owncloud/l10n/sr/media.po share/owncloud/l10n/sr/settings.po share/owncloud/l10n/sr@latin/calendar.po share/owncloud/l10n/sr@latin/contacts.po share/owncloud/l10n/sr@latin/core.po share/owncloud/l10n/sr@latin/files.po +share/owncloud/l10n/sr@latin/gallery.po share/owncloud/l10n/sr@latin/media.po share/owncloud/l10n/sr@latin/settings.po share/owncloud/l10n/sv/calendar.po share/owncloud/l10n/sv/contacts.po share/owncloud/l10n/sv/core.po share/owncloud/l10n/sv/files.po +share/owncloud/l10n/sv/gallery.po share/owncloud/l10n/sv/media.po share/owncloud/l10n/sv/settings.po share/owncloud/l10n/templates/calendar.pot share/owncloud/l10n/templates/contacts.pot share/owncloud/l10n/templates/core.pot share/owncloud/l10n/templates/files.pot +share/owncloud/l10n/templates/gallery.pot share/owncloud/l10n/templates/media.pot share/owncloud/l10n/templates/settings.pot +share/owncloud/l10n/th_TH/calendar.po +share/owncloud/l10n/th_TH/contacts.po +share/owncloud/l10n/th_TH/core.po +share/owncloud/l10n/th_TH/files.po +share/owncloud/l10n/th_TH/gallery.po +share/owncloud/l10n/th_TH/media.po +share/owncloud/l10n/th_TH/settings.po +share/owncloud/l10n/tr/calendar.po +share/owncloud/l10n/tr/contacts.po +share/owncloud/l10n/tr/core.po +share/owncloud/l10n/tr/files.po +share/owncloud/l10n/tr/gallery.po +share/owncloud/l10n/tr/media.po +share/owncloud/l10n/tr/settings.po +share/owncloud/l10n/uk/calendar.po +share/owncloud/l10n/uk/contacts.po +share/owncloud/l10n/uk/core.po +share/owncloud/l10n/uk/files.po +share/owncloud/l10n/uk/gallery.po +share/owncloud/l10n/uk/media.po +share/owncloud/l10n/uk/settings.po share/owncloud/l10n/zh_CN/calendar.po share/owncloud/l10n/zh_CN/contacts.po share/owncloud/l10n/zh_CN/core.po share/owncloud/l10n/zh_CN/files.po +share/owncloud/l10n/zh_CN/gallery.po share/owncloud/l10n/zh_CN/media.po share/owncloud/l10n/zh_CN/settings.po share/owncloud/lib/MDB2/Driver/Datatype/sqlite3.php @@ -991,9 +1461,12 @@ share/owncloud/lib/group/backend.php share/owncloud/lib/group/database.php share/owncloud/lib/helper.php share/owncloud/lib/hook.php +share/owncloud/lib/image.php share/owncloud/lib/installer.php share/owncloud/lib/json.php share/owncloud/lib/l10n.php +share/owncloud/lib/log.php +share/owncloud/lib/mimetypes.fixlist.php share/owncloud/lib/mimetypes.list.php share/owncloud/lib/ocs.php share/owncloud/lib/ocsclient.php @@ -1012,6 +1485,7 @@ share/owncloud/lib/user/backend.php share/owncloud/lib/user/database.php share/owncloud/lib/user/example.php share/owncloud/lib/util.php +share/owncloud/lib/vobject.php share/owncloud/ocs/providers.php share/owncloud/ocs/v1.php share/owncloud/search/ajax/search.php @@ -1032,6 +1506,7 @@ share/owncloud/settings/ajax/openid.php share/owncloud/settings/ajax/removegroup.php share/owncloud/settings/ajax/removeuser.php share/owncloud/settings/ajax/setlanguage.php +share/owncloud/settings/ajax/setloglevel.php share/owncloud/settings/ajax/setquota.php share/owncloud/settings/ajax/togglegroups.php share/owncloud/settings/appinfo/app.php @@ -1044,42 +1519,63 @@ share/owncloud/settings/img/apps.png share/owncloud/settings/img/apps.svg share/owncloud/settings/img/help.png share/owncloud/settings/img/help.svg +share/owncloud/settings/img/log Icon License +share/owncloud/settings/img/log.png +share/owncloud/settings/img/log.svg share/owncloud/settings/img/personal.png share/owncloud/settings/img/personal.svg share/owncloud/settings/img/users.png share/owncloud/settings/img/users.svg +share/owncloud/settings/js/admin.js share/owncloud/settings/js/apps.js share/owncloud/settings/js/personal.js share/owncloud/settings/js/users.js +share/owncloud/settings/l10n/ar.php share/owncloud/settings/l10n/bg_BG.php share/owncloud/settings/l10n/ca.php share/owncloud/settings/l10n/cs_CZ.php share/owncloud/settings/l10n/da.php share/owncloud/settings/l10n/de.php share/owncloud/settings/l10n/el.php +share/owncloud/settings/l10n/eo.php share/owncloud/settings/l10n/es.php share/owncloud/settings/l10n/et_EE.php +share/owncloud/settings/l10n/eu.php share/owncloud/settings/l10n/fr.php +share/owncloud/settings/l10n/gl.php +share/owncloud/settings/l10n/he.php +share/owncloud/settings/l10n/hr.php +share/owncloud/settings/l10n/hu_HU.php +share/owncloud/settings/l10n/ia.php share/owncloud/settings/l10n/id.php share/owncloud/settings/l10n/it.php +share/owncloud/settings/l10n/ja_JP.php share/owncloud/settings/l10n/lb.php +share/owncloud/settings/l10n/lt_LT.php share/owncloud/settings/l10n/ms_MY.php share/owncloud/settings/l10n/nb_NO.php share/owncloud/settings/l10n/nl.php +share/owncloud/settings/l10n/nn_NO.php share/owncloud/settings/l10n/pl.php share/owncloud/settings/l10n/pt_BR.php share/owncloud/settings/l10n/ro.php share/owncloud/settings/l10n/ru.php +share/owncloud/settings/l10n/sk_SK.php +share/owncloud/settings/l10n/sl.php share/owncloud/settings/l10n/sr.php share/owncloud/settings/l10n/sr@latin.php share/owncloud/settings/l10n/sv.php +share/owncloud/settings/l10n/th_TH.php +share/owncloud/settings/l10n/tr.php share/owncloud/settings/l10n/zh_CN.php share/owncloud/settings/languageCodes.php +share/owncloud/settings/log.php share/owncloud/settings/personal.php share/owncloud/settings/settings.php share/owncloud/settings/templates/admin.php share/owncloud/settings/templates/apps.php share/owncloud/settings/templates/help.php +share/owncloud/settings/templates/log.php share/owncloud/settings/templates/personal.php share/owncloud/settings/templates/settings.php share/owncloud/settings/templates/users.php diff --git a/www/php-owncloud/distinfo b/www/php-owncloud/distinfo index 6e73c511b5f..6367ed7af65 100644 --- a/www/php-owncloud/distinfo +++ b/www/php-owncloud/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2011/12/11 14:29:21 ryoon Exp $ +$NetBSD: distinfo,v 1.2 2012/02/17 16:40:23 ryoon Exp $ -SHA1 (owncloud-2.0.1.tar.bz2) = a3223e5861ddf5a260e8d99a4280ddbc768e04cf -RMD160 (owncloud-2.0.1.tar.bz2) = 84d1fab96a34b365fc36f4fbba05a8339540a1f5 -Size (owncloud-2.0.1.tar.bz2) = 1152652 bytes +SHA1 (owncloud-3.0.0.tar.bz2) = e7645f796cd4f816213065e625e0698407bf5480 +RMD160 (owncloud-3.0.0.tar.bz2) = 965a09910723681d06b0834067cdc0fbfc8fb95d +Size (owncloud-3.0.0.tar.bz2) = 2587490 bytes |