commit ceb0504927f8e042bba0ee963b8999429f2fc916 Author: Jens Georg Date: Mon Jul 20 22:54:35 2015 +0200 Prepare 0.27.3 Signed-off-by: Jens Georg NEWS | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) commit 33356f9aa62d7a9a739c804a6ab2f24097443327 Author: Jens Georg Date: Mon Jul 20 23:24:52 2015 +0200 i18n: Update POTFILES.* Signed-off-by: Jens Georg po/POTFILES.in | 1 + po/POTFILES.skip | 1 + 2 files changed, 2 insertions(+) commit 8a7ab00dc9983514abe19c96ef05b10d2fa276d1 Author: Jens Georg Date: Mon Jul 20 22:22:38 2015 +0200 media-export: Un-translate debug string Signed-off-by: Jens Georg https://bugzilla.gnome.org/show_bug.cgi?id=752207 src/plugins/media-export/rygel-media-export-media-cache.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 494ad67fb9d7b3ba64947bc0819eb4e36ada4bb0 Author: Jens Georg Date: Sat Apr 11 16:20:50 2015 +0200 rygel: Add ACL fall-back policy handling If provider is not available, use policy from config Signed-off-by: Jens Georg src/rygel/rygel-acl.vala | 51 ++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 45 insertions(+), 6 deletions(-) commit 97f7eaacafc3830d289df31e48fd4e6f99bc8dc8 Author: Jens Georg Date: Sat Nov 8 15:33:05 2014 +0100 core,main: Add DBus ACL implementation This implementation looks for interface org.gnome.Rygel1.AclProvider1 on the session bus. Signed-off-by: Jens Georg src/librygel-core/rygel-dbus-interface.vala | 13 ++++ src/librygel-server/rygel-http-server.vala | 2 +- src/rygel/Makefile.am | 2 + src/rygel/rygel-acl.vala | 110 ++++++++++++++++++++++++++++ src/rygel/rygel-main.vala | 6 ++ 5 files changed, 132 insertions(+), 1 deletion(-) commit 1ff50899bb80eae7060daec7e7663f25c7ed3d47 Author: Jens Georg Date: Fri Jul 17 22:41:05 2015 +0200 build: Bump GLib and Valac requirements Needed for GSubprocessLauncher and Bindings Signed-off-by: Jens Georg configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit 4ec70233563a6f8d7e9f41a56afd8dc3cbb47344 Author: Pedro Albuquerque Date: Sat Jul 18 10:00:52 2015 +0000 Updated Portuguese translation po/pt.po | 31 +++++++------------------------ 1 file changed, 7 insertions(+), 24 deletions(-) commit c841387a98e9d6bbcfe4d3610912e7aba004d165 Author: Daniel Mustieles Date: Wed Jul 15 17:43:53 2015 +0200 Updated Spanish translation po/es.po | 75 +++++++++++++++++++++++++++------------------------------------- 1 file changed, 31 insertions(+), 44 deletions(-) commit 62876fbce27c8897aeb58f6f6c27d876fbe39f4f Author: Daniel Mustieles Date: Wed Jul 15 12:17:22 2015 +0200 Fixed typo in string src/plugins/media-export/rygel-media-export-item-factory.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit bc176bdf0409952020f33df87e784949a0a60886 Author: Daniel Mustieles Date: Mon Jul 13 12:46:18 2015 +0200 Updated Spanish translation po/es.po | 472 ++++++++++++++++++++++++++++++++++++++++++++++++--------------- 1 file changed, 361 insertions(+), 111 deletions(-) commit db8238a9400f8a8ab0c2c705be828e361e648492 Author: Dušan Kazik Date: Fri Jul 10 07:20:02 2015 +0000 Updated Slovak translation po/sk.po | 47 ++++++++++++++++++++--------------------------- 1 file changed, 20 insertions(+), 27 deletions(-) commit 82b21fd4863e8e5ecee3ed9b202d43f4a56e8b5b Author: Dušan Kazik Date: Thu Jul 9 13:08:17 2015 +0000 Updated Slovak translation po/sk.po | 379 +++++++++++++++++++++++++++++++++++++++++++++------------------ 1 file changed, 271 insertions(+), 108 deletions(-) commit cc08ec35fbe4b930adab6456f9057ba89dc5e3ff Author: Pedro Albuquerque Date: Mon Jul 6 09:53:21 2015 +0000 Updated Portuguese translation po/pt.po | 365 ++++++++++++++++++++++++++++++++++++++++++++++----------------- 1 file changed, 265 insertions(+), 100 deletions(-) commit a4d4a19fe4ec6d0410384cfbe465f6c409025651 Author: Dimitris Spingos Date: Mon Jul 6 03:03:29 2015 +0300 Updated Greek translation po/el.po | 310 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 287 insertions(+), 23 deletions(-) commit 969a8a9e54bca7268b95593e760ae3cf31886d38 Author: Jens Georg Date: Sun Jul 5 22:29:55 2015 +0200 media-export: Send meta-data setting less often Only do it when the process is really available Signed-off-by: Jens Georg .../rygel-media-export-metadata-extractor.vala | 23 ++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) commit 13d1032ff0ac549f797457dcfa60fd9646a1f69f Author: Parthiban Balasubramanian Date: Mon Apr 13 21:17:07 2015 -0600 data: Switch DLNA version to 1.51 Update DLNA version in DMR, DMS and RUIHSRC As per Errata 00223v006, if the protocolInfo string has a case of exceeding 256 bytes then the DLNA version must be 1.51 This happens most of the time with the CVP2 server, when it exposes support for playspeeds,etc and it exceeds 256 bytes in the protocolInfo https://bugzilla.gnome.org/show_bug.cgi?id=747815 data/xml/MediaRenderer2.xml.in.in | 2 +- data/xml/MediaServer3.xml.in.in | 4 ++-- data/xml/RuihServer2.xml.in.in | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) commit 78b32d2e512082133e4d0da5647a2eb3e9770b60 Author: Jens Georg Date: Sun Jul 5 20:33:57 2015 +0200 core,ui: Remove "enable-upnp" setting Signed-off-by: Jens Georg https://bugzilla.gnome.org/show_bug.cgi?id=748404 src/librygel-core/rygel-base-configuration.vala | 4 ---- src/librygel-core/rygel-configuration.vala | 3 --- src/librygel-core/rygel-meta-config.vala | 23 ----------------------- src/rygel/rygel-cmdline-config.vala | 11 ----------- src/rygel/rygel-environment-config.vala | 5 ----- src/rygel/rygel-main.vala | 9 +-------- src/rygel/rygel-user-config.vala | 9 --------- src/ui/rygel-writable-user-config.vala | 9 +-------- 8 files changed, 2 insertions(+), 71 deletions(-) commit 853b43ea06b4f9dc56a272e1d60517e2a9afece8 Author: Piotr Drąg Date: Sun Jul 5 21:14:23 2015 +0200 Minor translatable strings improvements .../media-export/rygel-media-export-extract.vala | 10 +++++----- .../media-export/rygel-media-export-item-factory.vala | 18 +++++++++--------- .../media-export/rygel-media-export-media-cache.vala | 4 ++-- 3 files changed, 16 insertions(+), 16 deletions(-) commit 59ca902f4e40e7ee064f14f0db07372e0f456e03 Author: Jens Georg Date: Sun Jul 5 17:19:45 2015 +0200 media-export: Translation and style fixes Signed-off-by: Jens Georg .../rygel-media-export-harvesting-task.vala | 2 +- .../rygel-media-export-item-factory.vala | 27 ++++++++++++------- .../rygel-media-export-media-cache-upgrader.vala | 6 ++--- .../rygel-media-export-media-cache.vala | 31 +++++++++++----------- .../media-export/rygel-media-export-plugin.vala | 2 +- 5 files changed, 38 insertions(+), 30 deletions(-) commit 7c189d67f2c124b6ca8aab34061398f956ececa8 Author: Jens Georg Date: Sun Jul 5 17:01:49 2015 +0200 media-export: Drop support for old version upgrades Cache schema version v16 was introduced with 0.19.5 which was about 2 years ago, let's just drop the massive amount of code. Signed-off-by: Jens Georg .../rygel-media-export-media-cache-upgrader.vala | 445 --------------------- 1 file changed, 445 deletions(-) commit 32a92da392784fc47de4577e33dfda20ec82b670 Author: Jens Georg Date: Sun Jul 5 16:17:00 2015 +0200 media-export: Implement blacklisting of broken URI If a uri crashes the extraction process, add it to a black-list so we will not try to access it again in future. Signed-off-by: Jens Georg .../media-export/rygel-media-export-harvester.vala | 30 ++++++++++++++-------- .../rygel-media-export-harvesting-task.vala | 4 +-- .../rygel-media-export-media-cache.vala | 28 ++++++++++++++++++++ 3 files changed, 50 insertions(+), 12 deletions(-) commit 2a655978882054a1a51da284c5d5165c162b1684 Author: Jens Georg Date: Sun Jul 5 16:45:45 2015 +0200 media-export: Re-add skipping of text files Signed-off-by: Jens Georg .../media-export/rygel-media-export-extract.vala | 29 ++++++++++++++-------- .../rygel-media-export-metadata-extractor.vala | 2 +- 2 files changed, 20 insertions(+), 11 deletions(-) commit f87f4249906dc197f4a8bf12950bfa2566d78ac2 Author: Jens Georg Date: Sun Jul 5 15:42:54 2015 +0200 media-export: Introduce blacklist table Introduce database schema v17 Signed-off-by: Jens Georg .../rygel-media-export-media-cache-upgrader.vala | 19 ++++++++++++- .../rygel-media-export-sql-factory.vala | 33 +++++++++++++++++++--- 2 files changed, 47 insertions(+), 5 deletions(-) commit d1948b21f0ca9167ebafd671cba90c210d6d8500 Author: Pedro Albuquerque Date: Sun Jul 5 09:12:18 2015 +0000 Updated Portuguese translation po/pt.po | 61 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 30 insertions(+), 31 deletions(-) commit 598f923c657dc77afc4d9561631c8ba09bf4d0b5 Author: Jens Georg Date: Sat Jul 4 12:52:54 2015 +0200 media-export: Fix typo Signed-off-by: Jens Georg https://bugzilla.gnome.org/show_bug.cgi?id=751942 src/plugins/media-export/rygel-media-export-metadata-extractor.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 554ad8ae962f1e00d31acb8d9a9ffa383958cc5e Author: Jens Georg Date: Sat Jul 4 12:49:05 2015 +0200 media-export: Add timing output for harvesting task Signed-off-by: Jens Georg src/plugins/media-export/rygel-media-export-harvesting-task.vala | 6 ++++++ 1 file changed, 6 insertions(+) commit 2d672fa6a3596ae944d1de8c519d27ce0949af7a Author: Jens Georg Date: Sat Jul 4 12:45:33 2015 +0200 media-export: Some style fixes Signed-off-by: Jens Georg .../media-export/rygel-media-export-extract.vala | 49 +++++++++++----------- 1 file changed, 24 insertions(+), 25 deletions(-) commit 59a96e5cdc37b2cbff97f2030f18584c20ff1725 Author: Jens Georg Date: Sat Jul 4 08:35:03 2015 +0200 media-export: Listen to meta-data config again Signed-off-by: Jens Georg .../media-export/rygel-media-export-extract.vala | 51 ++++++++++++++-------- .../rygel-media-export-metadata-extractor.vala | 19 +++++++- 2 files changed, 51 insertions(+), 19 deletions(-) commit ef991d21cb0934de3f0f4a606d5a4a52f71d5abc Author: Jens Georg Date: Sat Jul 4 07:59:25 2015 +0200 media-export: Re-add album art extraction Signed-off-by: Jens Georg .../media-export/rygel-media-export-extract.vala | 15 ++++-- .../rygel-media-export-info-serializer.vala | 62 ++++++++++++++++++++-- 2 files changed, 70 insertions(+), 7 deletions(-) commit 3285e40fbaab49bc98913b548f665151e1fc3a2d Author: Pedro Albuquerque Date: Sat Jul 4 06:58:01 2015 +0000 Updated Portuguese translation po/pt.po | 189 ++++++++++++++++++++++++++++++++++++++++----------------------- 1 file changed, 120 insertions(+), 69 deletions(-) commit d35e84c057b4a6e6f3d6b4dffc05473afcdb9f78 Author: Pedro Albuquerque Date: Mon Jun 29 22:39:47 2015 +0000 Updated Portuguese translation po/pt.po | 1796 +++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 1027 insertions(+), 769 deletions(-) commit 5941811129d3fe67a27891d9da06bca7bdd1f49d Author: Dušan Kazik Date: Mon Jun 29 10:50:43 2015 +0000 Updated Slovak translation po/sk.po | 126 ++++++++++++++++++++++++++++++++++++++++++++++++++++----------- 1 file changed, 104 insertions(+), 22 deletions(-) commit e8ec305b251f657f4d117fc63e58b302ee53fc2c Author: Cédric Valmary Date: Thu Jun 25 20:00:26 2015 +0000 Added Occitan translation po/LINGUAS | 1 + po/oc.po | 1463 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 1464 insertions(+) commit c7df9fb2c38a7486abeea1cf1fcd4bac8a27b42b Author: Balázs Úr Date: Tue Jun 23 13:51:08 2015 +0000 Updated Hungarian translation po/hu.po | 356 +++++++++++++++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 276 insertions(+), 80 deletions(-)