Index: Makefile =================================================================== --- Makefile (revision 416157) +++ Makefile (working copy) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= sogo3 -PORTVERSION= 3.0.2 -PORTREVISION= 1 +PORTVERSION= 3.1.2 CATEGORIES= www gnustep MASTER_SITES= http://www.sogo.nu/files/downloads/SOGo/Sources/ DISTNAME= SOGo-${PORTVERSION} @@ -44,6 +43,7 @@ post-patch: @${GREP} -rlF '/etc/sogo' ${WRKSRC} \ | ${XARGS} ${REINPLACE_CMD} 's#/etc/sogo#${PREFIX}/etc/sogo#g' + @${REINPLACE_CMD} -e 's|/usr/|/usr/local/|g' ${WRKSRC}/Apache/SOGo.conf post-patch-ACTIVESYNC-on: @${REINPLACE_CMD} -e 's/Tools/Tools ActiveSync/' ${WRKSRC}/GNUmakefile Index: distinfo =================================================================== --- distinfo (revision 416157) +++ distinfo (working copy) @@ -1,2 +1,3 @@ -SHA256 (SOGo-3.0.2.tar.gz) = 1fbeae01b77418eb87b12d8e4ee730b6d508759af1e3cf760743128579401bd8 -SIZE (SOGo-3.0.2.tar.gz) = 25284629 +TIMESTAMP = 1465437317 +SHA256 (SOGo-3.1.2.tar.gz) = 6ecee021030ad92d4a9a025bf67537a6e3c65c37eb39d8d2fc34651f6aa0b82e +SIZE (SOGo-3.1.2.tar.gz) = 25721982 Index: pkg-message =================================================================== --- pkg-message (revision 416157) +++ pkg-message (working copy) @@ -5,17 +5,16 @@ In order to run the sogo daemon (sogod), you will need to create and configure the main configuration file, e.g.: -cp -p ${LOCALBASE}/etc/sogo/sogo.conf.sample ${LOCALBASE}/etc/sogo/sogo.conf +cp -p %%LOCALBASE%%/etc/sogo/sogo.conf.sample ${LOCALBASE}/etc/sogo/sogo.conf And to allow the service to run at system startup, add sogod_enable="YES" in your rc.conf. - If you need to allow email alarms (notifications) for calendar events, copy the sample credentials file: -cp -p ${LOCALBASE}/etc/sogo/ealarms-notify.creds.sample \ - ${LOCALBASE}/etc/sogo/ealarms-notify.creds +cp -p %%LOCALBASE%%/etc/sogo/ealarms-notify.creds.sample \ + %%LOCALBASE%%/etc/sogo/ealarms-notify.creds Then replace the username:password with appropriate credentials for SMTP AUTH sending capabilities. @@ -22,8 +21,8 @@ Then copy the sample cron executable: -cp -p ${LOCALBASE}/GNUstep/Local/Tools/Admin/cron-ealarms-notify.sample \ - ${LOCALBASE}/GNUstep/Local/Tools/Admin/cron-ealarms-notify +cp -p %%LOCALBASE%%/GNUstep/Local/Tools/Admin/cron-ealarms-notify.sample \ + %%LOCALBASE%%/GNUstep/Local/Tools/Admin/cron-ealarms-notify And edit this file to suit your server timezone (e.g. TZ=Africa/Algiers). @@ -30,15 +29,13 @@ Then add the following lines to the root users' crontab (crontab -e): # Process email reminders every minute -* * * * * ${LOCALBASE}/GNUstep/Local/Tools/Admin/cron-ealarms-notify +* * * * * %%LOCALBASE%%/GNUstep/Local/Tools/Admin/cron-ealarms-notify - - If you need to automatically purge vacation messages from users sieve scripts, copy the sample credentials file: cp -p ${LOCALBASE}/etc/sogo/expire-autoreply.creds.sample \ - ${LOCALBASE}/etc/sogo/expire-autoreply.creds + %%LOCALBASE%%/etc/sogo/expire-autoreply.creds Then replace the username:password with appropriate credentials for your IMAP servers' sieve account. @@ -45,8 +42,8 @@ Then copy the sample cron executable: -cp -p ${LOCALBASE}/GNUstep/Local/Tools/Admin/cron-expire-autoreply.sample \ - ${LOCALBASE}/GNUstep/Local/Tools/Admin/cron-expire-autoreply +cp -p %%LOCALBASE%%/GNUstep/Local/Tools/Admin/cron-expire-autoreply.sample \ + %%LOCALBASE%%/GNUstep/Local/Tools/Admin/cron-expire-autoreply And edit this file to suit your server timezone (e.g. TZ=Africa/Algiers). @@ -54,9 +51,8 @@ # Vacation messages expiration # The credentials file should contain the sieve admin credentials (username:passwd) -0 0 * * * ${LOCALBASE}/GNUstep/Local/Tools/Admin/cron-expire-autoreply +0 0 * * * %%LOCALBASE%%/GNUstep/Local/Tools/Admin/cron-expire-autoreply - For more information about using SOGo, visit: http://www.sogo.nu/downloads/documentation.html Index: pkg-plist =================================================================== --- pkg-plist (revision 416157) +++ pkg-plist (working copy) @@ -126,6 +126,7 @@ GNUstep/Local/Library/Headers/NGCards/iCalXMLRenderer.h GNUstep/Local/Library/Headers/SOGo GNUstep/Local/Library/Headers/SOGoUI/SOGoAptFormatter.h +GNUstep/Local/Library/Headers/SOGoUI/SOGoDirectAction.h GNUstep/Local/Library/Headers/SOGoUI/UIxComponent.h GNUstep/Local/Library/Headers/SOGoUI/UIxJSClose.h GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Abidjan.ics @@ -565,8 +566,8 @@ GNUstep/Local/Library/Libraries/sogo/libSOGo.so.3 GNUstep/Local/Library/Libraries/sogo/libSOGo.so.%%VERSION%% GNUstep/Local/Library/Libraries/sogo/libSOGoUI.so -GNUstep/Local/Library/Libraries/sogo/libSOGoUI.so.3.0 -GNUstep/Local/Library/Libraries/sogo/libSOGoUI.so.3.0.0 +GNUstep/Local/Library/Libraries/sogo/libSOGoUI.so.3.1 +GNUstep/Local/Library/Libraries/sogo/libSOGoUI.so.3.1.0 GNUstep/Local/Library/OCSTypeModels/appointment-oracle.ocs GNUstep/Local/Library/OCSTypeModels/appointment.ocs GNUstep/Local/Library/OCSTypeModels/contact-oracle.ocs @@ -590,8 +591,10 @@ GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/French.lproj/Localizable.strings GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/German.lproj/Localizable.strings GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Hungarian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Icelandic.lproj/Localizable.strings GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Info-gnustep.plist GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Italian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Lithuanian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Macedonian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/NorwegianBokmal.lproj/Localizable.strings GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/NorwegianNynorsk.lproj/Localizable.strings @@ -603,6 +606,7 @@ GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/SpanishSpain.lproj/Localizable.strings GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Swedish.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/TurkishTurkey.lproj/Localizable.strings GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/UIxAdministration.toolbar GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Ukrainian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Welsh.lproj/Localizable.strings @@ -626,6 +630,7 @@ GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Icelandic.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Info-gnustep.plist GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Italian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Lithuanian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/MSExchangeFreeBusySOAPRequest.wo/MSExchangeFreeBusySOAPRequest.html GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/MSExchangeFreeBusySOAPRequest.wo/MSExchangeFreeBusySOAPRequest.wod GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/MSExchangeFreeBusySOAPResponseMap.plist @@ -640,6 +645,7 @@ GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/SpanishSpain.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Swedish.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/TurkishTurkey.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Ukrainian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Welsh.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/product.plist @@ -662,6 +668,7 @@ GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Icelandic.lproj/Localizable.strings GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Info-gnustep.plist GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Italian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Lithuanian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Macedonian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/NorwegianBokmal.lproj/Localizable.strings GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/NorwegianNynorsk.lproj/Localizable.strings @@ -673,6 +680,7 @@ GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/SpanishSpain.lproj/Localizable.strings GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Swedish.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/TurkishTurkey.lproj/Localizable.strings GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Ukrainian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Welsh.lproj/Localizable.strings GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/product.plist @@ -696,6 +704,7 @@ GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Icelandic.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Info-gnustep.plist GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Italian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Lithuanian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Macedonian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/NorwegianBokmal.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/NorwegianNynorsk.lproj/Localizable.strings @@ -707,6 +716,7 @@ GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/SpanishSpain.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Swedish.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/TurkishTurkey.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Ukrainian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Welsh.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/product.plist @@ -729,6 +739,7 @@ GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Icelandic.lproj/Localizable.strings GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Info-gnustep.plist GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Italian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Lithuanian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Macedonian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/NorwegianBokmal.lproj/Localizable.strings GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/NorwegianNynorsk.lproj/Localizable.strings @@ -741,6 +752,7 @@ GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/SpanishSpain.lproj/Localizable.strings GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Swedish.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/TurkishTurkey.lproj/Localizable.strings GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Ukrainian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Welsh.lproj/Localizable.strings GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/product.plist @@ -764,6 +776,7 @@ GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Icelandic.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Info-gnustep.plist GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Italian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Lithuanian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Macedonian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/NorwegianBokmal.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/NorwegianNynorsk.lproj/Localizable.strings @@ -775,6 +788,7 @@ GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/SpanishSpain.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Swedish.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/TurkishTurkey.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Ukrainian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Welsh.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/product.plist @@ -783,6 +797,7 @@ GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Arabic.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Basque.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Catalan.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/ChineseTaiwan.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Croatian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Czech.lproj/Localizable.strings @@ -796,6 +811,7 @@ GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Icelandic.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Info-gnustep.plist GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Italian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Lithuanian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Macedonian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/NorwegianBokmal.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/NorwegianNynorsk.lproj/Localizable.strings @@ -862,6 +878,10 @@ GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailItalianForward.wo/SOGoMailItalianForward.wod GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailItalianReply.wo/SOGoMailItalianReply.html GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailItalianReply.wo/SOGoMailItalianReply.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailLithuanianForward.wo/SOGoMailLithuanianForward.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailLithuanianForward.wo/SOGoMailLithuanianForward.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailLithuanianReply.wo/SOGoMailLithuanianReply.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailLithuanianReply.wo/SOGoMailLithuanianReply.wod GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailMacedonianForward.wo/SOGoMailMacedonianForward.html GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailMacedonianForward.wo/SOGoMailMacedonianForward.wod GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailMacedonianReply.wo/SOGoMailMacedonianReply.html @@ -906,6 +926,10 @@ GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailSwedishForward.wo/SOGoMailSwedishForward.wod GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailSwedishReply.wo/SOGoMailSwedishReply.html GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailSwedishReply.wo/SOGoMailSwedishReply.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailTurkishTurkeyForward.wo/SOGoMailTurkishTurkeyForward.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailTurkishTurkeyForward.wo/SOGoMailTurkishTurkeyForward.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailTurkishTurkeyReply.wo/SOGoMailTurkishTurkeyReply.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailTurkishTurkeyReply.wo/SOGoMailTurkishTurkeyReply.wod GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailUkrainianForward.wo/SOGoMailUkrainianForward.html GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailUkrainianForward.wo/SOGoMailUkrainianForward.wod GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailUkrainianReply.wo/SOGoMailUkrainianReply.html @@ -914,10 +938,12 @@ GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailWelshForward.wo/SOGoMailWelshForward.wod GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailWelshReply.wo/SOGoMailWelshReply.html GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailWelshReply.wo/SOGoMailWelshReply.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Slovak.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Slovenian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SpanishSpain.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Swedish.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/TurkishTurkey.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Ukrainian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Welsh.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/product.plist @@ -940,6 +966,7 @@ GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Icelandic.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Info-gnustep.plist GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Italian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Lithuanian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Macedonian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/NorwegianBokmal.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/NorwegianNynorsk.lproj/Localizable.strings @@ -954,6 +981,7 @@ GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/SpanishSpain.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Swedish.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/TurkishTurkey.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Ukrainian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Welsh.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/product.plist @@ -993,6 +1021,8 @@ GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Info-gnustep.plist GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Italian.lproj/Locale GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Italian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Lithuanian.lproj/Locale +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Lithuanian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Macedonian.lproj/Locale GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Macedonian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/NorwegianBokmal.lproj/Locale @@ -999,8 +1029,14 @@ GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/NorwegianBokmal.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/NorwegianNynorsk.lproj/Locale GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/NorwegianNynorsk.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/OCSAcl-mysql.sql +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/OCSAcl-postgresql.sql +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/OCSCacheFolder-mysql.sql +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/OCSCacheFolder-postgresql.sql GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/OCSFolderInfo-oracle.sql GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/OCSFolderInfo.sql +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/OCSStore-mysql.sql +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/OCSStore.sql GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Polish.lproj/Locale GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Polish.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Portuguese.lproj/Locale @@ -1019,6 +1055,8 @@ GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/SpanishSpain.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Swedish.lproj/Locale GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Swedish.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/TurkishTurkey.lproj/Locale +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/TurkishTurkey.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Ukrainian.lproj/Locale GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Ukrainian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Welsh.lproj/Locale @@ -1043,6 +1081,7 @@ GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Icelandic.lproj/Localizable.strings GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Info-gnustep.plist GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Italian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Lithuanian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Macedonian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/NorwegianBokmal.lproj/Localizable.strings GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/NorwegianNynorsk.lproj/Localizable.strings @@ -1054,6 +1093,7 @@ GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/SpanishSpain.lproj/Localizable.strings GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Swedish.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/TurkishTurkey.lproj/Localizable.strings GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/UIxPreferences.toolbar GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Ukrainian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Welsh.lproj/Localizable.strings @@ -1076,6 +1116,7 @@ GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Icelandic.lproj/Localizable.strings GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Info-gnustep.plist GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Italian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Lithuanian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Macedonian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/NorwegianBokmal.lproj/Localizable.strings GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/NorwegianNynorsk.lproj/Localizable.strings @@ -1092,6 +1133,7 @@ GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/SpanishSpain.lproj/Localizable.strings GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Swedish.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/TurkishTurkey.lproj/Localizable.strings GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Ukrainian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Welsh.lproj/Localizable.strings GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/cycles.plist @@ -1201,6 +1243,9 @@ GNUstep/Local/Library/SOGo/Templates/SOGoACLItalianAdditionAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLItalianModificationAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLItalianRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLLithuanianAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLLithuanianModificationAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLLithuanianRemovalAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLMacedonianAdditionAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLMacedonianModificationAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLMacedonianRemovalAdvisory.wox @@ -1234,6 +1279,9 @@ GNUstep/Local/Library/SOGo/Templates/SOGoACLSwedishAdditionAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLSwedishModificationAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLSwedishRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLTurkishTurkeyAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLTurkishTurkeyModificationAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLTurkishTurkeyRemovalAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLUkrainianAdditionAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLUkrainianModificationAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLUkrainianRemovalAdvisory.wox @@ -1269,6 +1317,8 @@ GNUstep/Local/Library/SOGo/Templates/SOGoFolderIcelandicRemovalAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoFolderItalianAdditionAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoFolderItalianRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderLithuanianAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderLithuanianRemovalAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoFolderMacedonianAdditionAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoFolderMacedonianRemovalAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoFolderNorwegianBokmalAdditionAdvisory.wox @@ -1291,6 +1341,8 @@ GNUstep/Local/Library/SOGo/Templates/SOGoFolderSpanishSpainRemovalAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoFolderSwedishAdditionAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoFolderSwedishRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderTurkishTurkeyAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderTurkishTurkeyRemovalAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoFolderUkrainianAdditionAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoFolderUkrainianRemovalAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxAppointmentEditor.wox @@ -1331,7 +1383,7 @@ GNUstep/Local/Library/SOGo/Templates/UIxSidenavToolbarTemplate.wox GNUstep/Local/Library/SOGo/Templates/UIxSortableTableHeader.wox GNUstep/Local/Library/SOGo/Templates/UIxToolbar.wox -GNUstep/Local/Library/SOGo/Templates/UIxTopnavToolbarTemplate.wox +GNUstep/Local/Library/SOGo/Templates/UIxTopnavToolbar.wox GNUstep/Local/Library/SOGo/Templates/UIxUserRightsEditor.wox GNUstep/Local/Library/SOGo/Templates/UIxWinClose.wox GNUstep/Local/Library/SOGo/WebServerResources/css/icons.css @@ -1472,6 +1524,7 @@ GNUstep/Local/Library/SOGo/WebServerResources/js/Common/Gravatar.service.js GNUstep/Local/Library/SOGo/WebServerResources/js/Common/Resource.service.js GNUstep/Local/Library/SOGo/WebServerResources/js/Common/User.service.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Common/angular-file-upload.trump.js GNUstep/Local/Library/SOGo/WebServerResources/js/Common/decodeUri.filter.js GNUstep/Local/Library/SOGo/WebServerResources/js/Common/encodeUri.filter.js GNUstep/Local/Library/SOGo/WebServerResources/js/Common/ensureTarget.filter.js @@ -1490,9 +1543,11 @@ GNUstep/Local/Library/SOGo/WebServerResources/js/Common/sgFolderStylesheet.directive.js GNUstep/Local/Library/SOGo/WebServerResources/js/Common/sgPlaceholder.directive.js GNUstep/Local/Library/SOGo/WebServerResources/js/Common/sgSearch.directive.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Common/sgSelectOnly.directive.js GNUstep/Local/Library/SOGo/WebServerResources/js/Common/sgSubscribe.directive.js GNUstep/Local/Library/SOGo/WebServerResources/js/Common/sgTimepicker.directive.js GNUstep/Local/Library/SOGo/WebServerResources/js/Common/sgToggleGrid.directive.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Common/sgTransformOnBlur.directive.js GNUstep/Local/Library/SOGo/WebServerResources/js/Common/utils.js GNUstep/Local/Library/SOGo/WebServerResources/js/Contacts.js GNUstep/Local/Library/SOGo/WebServerResources/js/Contacts.js.map @@ -1554,6 +1609,8 @@ GNUstep/Local/Library/SOGo/WebServerResources/js/Scheduler/sgCalendarMonthEvent.directive.js GNUstep/Local/Library/SOGo/WebServerResources/js/Scheduler/sgCalendarScrollView.directive.js GNUstep/Local/Library/SOGo/WebServerResources/js/Scheduler/sgDraggableCalendarBlock.directive.js +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/FileSaver.min.js +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/FileSaver.min.js.map GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/angular-animate.js GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/angular-animate.min.js GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/angular-animate.min.js.map @@ -1560,6 +1617,9 @@ GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/angular-aria.js GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/angular-aria.min.js GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/angular-aria.min.js.map +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/angular-cookies.js +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/angular-cookies.min.js +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/angular-cookies.min.js.map GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/angular-file-upload.js GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/angular-file-upload.js.map GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/angular-file-upload.min.js @@ -1566,6 +1626,7 @@ GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/angular-file-upload.min.js.map GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/angular-material.js GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/angular-material.min.js +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/angular-material.min.js.map GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/angular-messages.js GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/angular-messages.min.js GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/angular-messages.min.js.map @@ -1598,6 +1659,7 @@ GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/lang/hu.js GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/lang/is.js GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/lang/it.js +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/lang/lt.js GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/lang/mk.js GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/lang/nb.js GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/lang/nl.js @@ -1609,6 +1671,7 @@ GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/lang/sk.js GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/lang/sl.js GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/lang/sv.js +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/lang/tr.js GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/lang/uk.js GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/lang/zh-cn.js GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/lang/zh.js @@ -1615,6 +1678,9 @@ GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/plugins/about/dialogs/about.js GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/plugins/about/dialogs/hidpi/logo_ckeditor.png GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/plugins/about/dialogs/logo_ckeditor.png +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/plugins/base64image/LICENSE.md +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/plugins/base64image/README.md +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/plugins/base64image/dialogs/base64image.js GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/plugins/clipboard/dialogs/paste.js GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/plugins/colordialog/dialogs/colordialog.js GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/plugins/dialog/dialogDefinition.js @@ -1627,6 +1693,7 @@ GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/plugins/link/dialogs/link.js GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/plugins/link/images/anchor.png GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/plugins/link/images/hidpi/anchor.png +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/plugins/pastefromword/filter/default.js GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/plugins/scayt/LICENSE.md GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/plugins/scayt/dialogs/options.js GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/plugins/scayt/dialogs/toolbar.css @@ -1638,35 +1705,34 @@ GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/plugins/wsc/dialogs/wsc.css GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/plugins/wsc/dialogs/wsc.js GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/plugins/wsc/dialogs/wsc_ie.js -GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/moono/dialog.css -GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/moono/dialog_ie.css -GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/moono/dialog_ie7.css -GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/moono/dialog_ie8.css -GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/moono/dialog_iequirks.css -GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/moono/editor.css -GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/moono/editor_gecko.css -GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/moono/editor_ie.css -GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/moono/editor_ie7.css -GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/moono/editor_ie8.css -GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/moono/editor_iequirks.css -GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/moono/icons.png -GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/moono/icons_hidpi.png -GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/moono/images/arrow.png -GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/moono/images/close.png -GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/moono/images/hidpi/close.png -GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/moono/images/hidpi/lock-open.png -GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/moono/images/hidpi/lock.png -GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/moono/images/hidpi/refresh.png -GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/moono/images/lock-open.png -GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/moono/images/lock.png -GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/moono/images/refresh.png -GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/moono/images/spinner.gif -GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/moono/readme.md +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/minimalist/dialog.css +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/minimalist/dialog_ie.css +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/minimalist/dialog_ie7.css +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/minimalist/dialog_ie8.css +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/minimalist/dialog_iequirks.css +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/minimalist/editor.css +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/minimalist/editor_gecko.css +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/minimalist/editor_ie.css +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/minimalist/editor_ie7.css +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/minimalist/editor_ie8.css +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/minimalist/editor_iequirks.css +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/minimalist/icons.png +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/minimalist/icons_hidpi.png +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/minimalist/images/arrow.png +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/minimalist/images/close.png +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/minimalist/images/hidpi/close.png +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/minimalist/images/hidpi/lock-open.png +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/minimalist/images/hidpi/lock.png +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/minimalist/images/hidpi/refresh.png +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/minimalist/images/lock-open.png +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/minimalist/images/lock.png +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/minimalist/images/refresh.png +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/minimalist/readme.md GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/styles.js GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/lodash.js GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/lodash.min.js -GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ng-sortable.js -GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ng-sortable.js.map +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ng-sortable.min.js +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ng-sortable.min.js.map GNUstep/Local/Library/SaxDrivers-4.9/versitCardsSaxDriver.sax/Resources/Info-gnustep.plist GNUstep/Local/Library/SaxDrivers-4.9/versitCardsSaxDriver.sax/Resources/bundle-info.plist GNUstep/Local/Library/SaxDrivers-4.9/versitCardsSaxDriver.sax/bundle-info.plist