svn commit: r1441315 - in /openmeetings/trunk/singlewebapp: WebContent/swf10/video/editRecordStreamSWF10.lzx src/org/apache/openmeetings/session/store/HashMapStore.java

2013-01-31 Thread sebawagner
Author: sebawagner Date: Fri Feb 1 04:26:17 2013 New Revision: 1441315 URL: http://svn.apache.org/viewvc?rev=1441315view=rev Log: OPENMEETINGS-460 Fixes nullpointer exception in getClientByRoomId and fixes roomId correctly set in SWF10 rtmp-connection Client object Modified: openmeetings

svn commit: r1441317 - /openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/session/ServerSession.java

2013-01-31 Thread sebawagner
Author: sebawagner Date: Fri Feb 1 04:38:43 2013 New Revision: 1441317 URL: http://svn.apache.org/viewvc?rev=1441317view=rev Log: OPENMEETINGS-460 Remove unused class Removed: openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/session/ServerSession.java

svn commit: r1441702 - in /openmeetings/trunk/singlewebapp/src/org/apache/openmeetings: data/conference/dao/ClientDao.java persistence/beans/rooms/Client.java test/session/TestDbSession.java

2013-02-01 Thread sebawagner
Author: sebawagner Date: Sat Feb 2 05:57:37 2013 New Revision: 1441702 URL: http://svn.apache.org/viewvc?rev=1441702view=rev Log: OPENMEETINGS-460 Fixing rest of ordinary ClientDao functionalities Modified: openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/data/conference/dao

svn commit: r1441976 - in /openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/session: ISessionManager.java SessionManager.java store/DatabaseStore.java store/HashMapStore.java store/IClientP

2013-02-03 Thread sebawagner
Author: sebawagner Date: Sun Feb 3 22:18:43 2013 New Revision: 1441976 URL: http://svn.apache.org/viewvc?rev=1441976view=rev Log: OPENMEETINGS-460 Fixing persistence using database session client cache Modified: openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/session

svn commit: r1442000 - in /openmeetings/trunk/singlewebapp: WebContent/src/modules/admin/connections/ src/org/apache/openmeetings/data/conference/dao/ src/org/apache/openmeetings/persistence/beans/roo

2013-02-03 Thread sebawagner
Author: sebawagner Date: Mon Feb 4 01:31:51 2013 New Revision: 1442000 URL: http://svn.apache.org/viewvc?rev=1442000view=rev Log: OPENMEETINGS-460 Fixing server force FETCH of lazy loaded server attribute in Client object, in case its a query for the admin-UI where there is a column server

svn commit: r1442001 - in /openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/session: ISessionManager.java SessionManager.java store/DatabaseStore.java store/HashMapStore.java store/IClientP

2013-02-03 Thread sebawagner
Author: sebawagner Date: Mon Feb 4 01:32:42 2013 New Revision: 1442001 URL: http://svn.apache.org/viewvc?rev=1442001view=rev Log: OPENMEETINGS-460 Fixing server force FETCH of lazy loaded server attribute in Client object, in case its a query for the admin-UI where there is a column server

svn commit: r1442420 - /openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/remote/util/SessionVariablesUtil.java

2013-02-04 Thread sebawagner
Author: sebawagner Date: Mon Feb 4 22:58:47 2013 New Revision: 1442420 URL: http://svn.apache.org/viewvc?rev=1442420view=rev Log: Fix missing header in SessionUtil Modified: openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/remote/util/SessionVariablesUtil.java Modified

svn commit: r1443319 - /openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/ldap/LdapLoginManagement.java

2013-02-06 Thread sebawagner
Author: sebawagner Date: Thu Feb 7 06:01:24 2013 New Revision: 1443319 URL: http://svn.apache.org/viewvc?rev=1443319view=rev Log: Set userId to null in ldap user update actions Modified: openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/ldap/LdapLoginManagement.java Modified

svn commit: r1444295 - in /openmeetings/trunk/singlewebapp: docs/dependencies.html xdocs/dependencies.xml

2013-02-08 Thread sebawagner
Author: sebawagner Date: Sat Feb 9 00:12:49 2013 New Revision: 1444295 URL: http://svn.apache.org/r1444295 Log: Remove some out-dated link from doc Modified: openmeetings/trunk/singlewebapp/docs/dependencies.html openmeetings/trunk/singlewebapp/xdocs/dependencies.xml Modified

svn commit: r1444470 - in /openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/persistence/beans: basic/ calendar/ chat/ domain/ flvrecord/ invitation/ lang/ logs/ poll/ room/ user/

2013-02-09 Thread sebawagner
Author: sebawagner Date: Sun Feb 10 01:25:38 2013 New Revision: 170 URL: http://svn.apache.org/r170 Log: Adding @ForeignKey at least at the ManyToOne relations that are truely mapped Modified: openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/persistence/beans/basic

svn commit: r1444997 - in /openmeetings/trunk/singlewebapp: WebContent/WEB-INF/ src/org/apache/openmeetings/axis/services/ src/org/apache/openmeetings/data/basic/ src/org/apache/openmeetings/data/basi

2013-02-11 Thread sebawagner
Author: sebawagner Date: Mon Feb 11 23:52:01 2013 New Revision: 1444997 URL: http://svn.apache.org/r1444997 Log: Refactor ErrorManagement to Dao and use NamedQueries Added: openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/data/basic/dao/ErrorDao.java - copied, changed from

svn commit: r1445464 - in /openmeetings/trunk/singlewebapp/src/org/apache/openmeetings: data/logs/ConferenceLogTypeDao.java persistence/beans/logs/ConferenceLogType.java

2013-02-12 Thread sebawagner
Author: sebawagner Date: Wed Feb 13 02:56:37 2013 New Revision: 1445464 URL: http://svn.apache.org/r1445464 Log: Clean up and re-factor to NamedQuery in ConferenceLogTypeDao Modified: openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/data/logs/ConferenceLogTypeDao.java

svn commit: r1445465 - in /openmeetings/trunk/singlewebapp: WebContent/WEB-INF/ src/org/apache/openmeetings/data/basic/ src/org/apache/openmeetings/web/components/admin/labels/

2013-02-12 Thread sebawagner
Author: sebawagner Date: Wed Feb 13 02:57:22 2013 New Revision: 1445465 URL: http://svn.apache.org/r1445465 Log: Fix naming of FieldValueDaoImpl to FieldValueDao Added: openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/data/basic/FieldValueDao.java - copied, changed from

svn commit: r1445477 [4/4] - in /openmeetings/trunk/singlewebapp/src/org/apache/openmeetings: axis/services/ data/basic/ data/basic/dao/ data/calendar/management/ data/conference/ data/flvrecord/conve

2013-02-12 Thread sebawagner
Modified: openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/servlet/outputhandler/ScreenController.java URL: http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/servlet/outputhandler/ScreenController.java?rev=1445477r1=1445476r2=1445477view=diff

svn commit: r1445986 - /openmeetings/trunk/singlewebapp/WebContent/swf10/base/remote/baseVideoStream.lzx

2013-02-13 Thread sebawagner
Author: sebawagner Date: Wed Feb 13 23:30:39 2013 New Revision: 1445986 URL: http://svn.apache.org/r1445986 Log: Fixing: closeStream was send twice cause stream was not correctly reseted (ns=null) after stopping it. Modified: openmeetings/trunk/singlewebapp/WebContent/swf10/base/remote

svn commit: r1446406 - in /openmeetings/trunk/singlewebapp: docs/UserService.html src/org/apache/openmeetings/axis/services/UserWebService.java src/org/apache/openmeetings/axis/services/UserWebService

2013-02-14 Thread sebawagner
Author: sebawagner Date: Fri Feb 15 00:04:29 2013 New Revision: 1446406 URL: http://svn.apache.org/r1446406 Log: Add WebService call to add organisation in UserWebService Modified: openmeetings/trunk/singlewebapp/docs/UserService.html openmeetings/trunk/singlewebapp/src/org/apache

svn commit: r1446425 - in /openmeetings/trunk/singlewebapp: .settings/ src/org/apache/openmeetings/axis/ src/org/apache/openmeetings/axis/services/

2013-02-14 Thread sebawagner
Author: sebawagner Date: Fri Feb 15 01:53:11 2013 New Revision: 1446425 URL: http://svn.apache.org/r1446425 Log: Make getServletContext in Axis service protected to make sure its now used by Axis2 Added: openmeetings/trunk/singlewebapp/.settings/org.eclipse.jdt.ui.prefs openmeetings

svn commit: r1446958 - in /openmeetings/trunk/singlewebapp: build.xml src/org/apache/openmeetings/servlet/outputhandler/DefaultIndex.java

2013-02-16 Thread sebawagner
Author: sebawagner Date: Sat Feb 16 21:54:24 2013 New Revision: 1446958 URL: http://svn.apache.org/r1446958 Log: OPENMEETINGS-529 Fix: Compile and load SWF11 client for Audio/Video components Modified: openmeetings/trunk/singlewebapp/build.xml openmeetings/trunk/singlewebapp/src/org

svn commit: r1446960 - in /openmeetings/trunk/singlewebapp/test: ClusterRoomDocumentSyncProcess.txt ClusterRoomLoginProcess.txt

2013-02-16 Thread sebawagner
Author: sebawagner Date: Sat Feb 16 21:58:37 2013 New Revision: 1446960 URL: http://svn.apache.org/r1446960 Log: Remove out-dated cluster doc's Removed: openmeetings/trunk/singlewebapp/test/ClusterRoomDocumentSyncProcess.txt openmeetings/trunk/singlewebapp/test

svn commit: r1446971 - in /openmeetings/trunk/singlewebapp: WebContent/src/test/test-setup.lzx WebContent/swf10/video/editRecordStreamSWF10.lzx build.xml

2013-02-16 Thread sebawagner
Author: sebawagner Date: Sat Feb 16 22:40:21 2013 New Revision: 1446971 URL: http://svn.apache.org/r1446971 Log: OPENMEETINGS-529 Enable AEC for microphone Modified: openmeetings/trunk/singlewebapp/WebContent/src/test/test-setup.lzx openmeetings/trunk/singlewebapp/WebContent/swf10/video

svn commit: r1446984 - in /openmeetings/trunk/singlewebapp/WebContent: openmeetings/config.xml openmeetings/config.xsd swf10/base/mainAttributes.lzx swf10/base/mainMethods.lzx

2013-02-16 Thread sebawagner
Author: sebawagner Date: Sun Feb 17 00:39:11 2013 New Revision: 1446984 URL: http://svn.apache.org/r1446984 Log: Remove microphoneRateNormal, as it is no more in use anywhere and has no effect Modified: openmeetings/trunk/singlewebapp/WebContent/openmeetings/config.xml openmeetings/trunk

svn commit: r1457361 - in /openmeetings/trunk/singlewebapp: WebContent/swf10/base/remote/baseVideoStream.lzx WebContent/swf10/base/remote/baseVideoView.lzx WebContent/swf10/video/editRecordStreamSWF10

2013-03-16 Thread sebawagner
Author: sebawagner Date: Sun Mar 17 02:11:50 2013 New Revision: 1457361 URL: http://svn.apache.org/r1457361 Log: Improves OPENMEETINGS-570, but does not fixes all uses cases. Some issue remain: - The status ight of the cam does now switch off if you choose no Audio/video directly after entering

svn commit: r1491311 - in /openmeetings/trunk/singlewebapp/WebContent/src: base/components/lps/vslider.lzx modules/conference/whiteboard/base/baseDrawObject.lzx modules/conference/whiteboard/fixedFile

2013-06-09 Thread sebawagner
Author: sebawagner Date: Sun Jun 9 23:28:09 2013 New Revision: 1491311 URL: http://svn.apache.org/r1491311 Log: Improvements to zoom: - zoombar / vslider - make scroll track clickable - fix when property panel or chat panel is minimized or maximized and fullfit is enabled document

svn commit: r1502917 - in /openmeetings/trunk/singlewebapp: docs/index.html xdocs/index.xml

2013-07-13 Thread sebawagner
Author: sebawagner Date: Sat Jul 13 23:38:56 2013 New Revision: 1502917 URL: http://svn.apache.org/r1502917 Log: Add entry to news section about new release Modified: openmeetings/trunk/singlewebapp/docs/index.html openmeetings/trunk/singlewebapp/xdocs/index.xml Modified: openmeetings

svn commit: r1502924 - in /openmeetings/trunk/singlewebapp/WebContent/src: index.html sipindex_debug.html test_index.html

2013-07-13 Thread sebawagner
Author: sebawagner Date: Sun Jul 14 01:24:59 2013 New Revision: 1502924 URL: http://svn.apache.org/r1502924 Log: Remove some files that have references to old embed code and SIP integration using Applet Removed: openmeetings/trunk/singlewebapp/WebContent/src/index.html openmeetings

svn commit: r1502925 - in /openmeetings/trunk/singlewebapp: WebContent/src/test/ src/org/apache/openmeetings/data/conference/ src/org/apache/openmeetings/data/user/ src/org/apache/openmeetings/persist

2013-07-13 Thread sebawagner
Author: sebawagner Date: Sun Jul 14 01:28:56 2013 New Revision: 1502925 URL: http://svn.apache.org/r1502925 Log: Further some clean up of code warnings (now even useful :)) Modified: openmeetings/trunk/singlewebapp/WebContent/src/test/regexp.jsp openmeetings/trunk/singlewebapp/src/org

svn commit: r1505091 - in /openmeetings/trunk/singlewebapp: ./ WebContent/WEB-INF/ src/org/apache/openmeetings/installation/ src/org/apache/openmeetings/test/user/ src/org/apache/openmeetings/utils/ma

2013-07-19 Thread sebawagner
Author: sebawagner Date: Sat Jul 20 05:12:57 2013 New Revision: 1505091 URL: http://svn.apache.org/r1505091 Log: Some improvements around mail sending: - Bump JavaMail library to 1.4.7 - Add configurable SMTP connection timeout (default is to infinite and will result in endless hanging mail

svn commit: r1505105 - in /openmeetings/trunk/singlewebapp: docs/demo.html xdocs/demo.xml

2013-07-20 Thread sebawagner
Author: sebawagner Date: Sat Jul 20 07:34:16 2013 New Revision: 1505105 URL: http://svn.apache.org/r1505105 Log: Remove demo.openmeetings.de reference Modified: openmeetings/trunk/singlewebapp/docs/demo.html openmeetings/trunk/singlewebapp/xdocs/demo.xml Modified: openmeetings/trunk

svn commit: r1505244 - /openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/user/calendar/AppointmentDialog.java

2013-07-20 Thread sebawagner
Author: sebawagner Date: Sun Jul 21 00:36:15 2013 New Revision: 1505244 URL: http://svn.apache.org/r1505244 Log: Fixes OPENMEETINGS-704 Modified: openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/user/calendar/AppointmentDialog.java Modified: openmeetings/trunk/singlewebapp

svn commit: r1505253 - in /openmeetings/trunk/singlewebapp/src/org/apache/openmeetings: persistence/beans/calendar/Appointment.java web/user/calendar/AppointmentDialog.java web/user/calendar/CalendarP

2013-07-20 Thread sebawagner
Author: sebawagner Date: Sun Jul 21 02:50:37 2013 New Revision: 1505253 URL: http://svn.apache.org/r1505253 Log: Some debug for OPENMEETINGS-708, but I could not really come to the bottom of the issue Modified: openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/persistence/beans

svn commit: r1505272 - in /openmeetings/trunk/singlewebapp: WebContent/openmeetings/css/ src/org/apache/openmeetings/persistence/beans/calendar/ src/org/apache/openmeetings/web/user/calendar/

2013-07-20 Thread sebawagner
Author: sebawagner Date: Sun Jul 21 04:53:17 2013 New Revision: 1505272 URL: http://svn.apache.org/r1505272 Log: Fixes OPENMEETINGS-708 - issue was that I set a static div-id in the form component, Wicket does not seem to like that. Modified: openmeetings/trunk/singlewebapp/WebContent

svn commit: r1505273 - in /openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/user/calendar: AppointmentDialog.java CalendarPanel.java

2013-07-20 Thread sebawagner
Author: sebawagner Date: Sun Jul 21 05:14:22 2013 New Revision: 1505273 URL: http://svn.apache.org/r1505273 Log: Fixes OPENMEETINGS-709 - Create Appointment Popup does not show delete button if its a new Appointment Modified: openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web

svn commit: r1508331 - /openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/utils/mail/IcalHandler.java

2013-07-30 Thread sebawagner
Author: sebawagner Date: Tue Jul 30 07:49:55 2013 New Revision: 1508331 URL: http://svn.apache.org/r1508331 Log: OPENMEETINGS-720 Fix issues with iCal4J on some machines with automatic update of Timezones Modified: openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/utils/mail

svn commit: r1509150 - /openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/servlet/outputhandler/ScreenController.java

2013-08-01 Thread sebawagner
Author: sebawagner Date: Thu Aug 1 09:42:41 2013 New Revision: 1509150 URL: http://svn.apache.org/r1509150 Log: Some more debug output to check what Client object is not finding the room id Modified: openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/servlet/outputhandler

svn commit: r1509919 - in /openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web: app/WebSession.java user/calendar/AppointmentDialog.java util/ui/ util/ui/CustomTimeZoneDateTimeField.java

2013-08-02 Thread sebawagner
Author: sebawagner Date: Sat Aug 3 00:36:00 2013 New Revision: 1509919 URL: http://svn.apache.org/r1509919 Log: OPENMEETINGS-728 - Fixes Appointment input of DateTime is in the timezone of the Openmeetings user profile, not the browser/os timezone Added: openmeetings/trunk/singlewebapp/src

svn commit: r1509937 - /openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/user/calendar/CalendarPanel.java

2013-08-02 Thread sebawagner
Author: sebawagner Date: Sat Aug 3 05:13:52 2013 New Revision: 1509937 URL: http://svn.apache.org/r1509937 Log: OPENMEETINGS-736 Calendar UI - Month view does not resize to browser window by default Modified: openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/user/calendar

svn commit: r1510074 - in /openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web: pages/install/InstallWizard$ParamsStep2_pt_BR.html user/calendar/CalendarPanel.java

2013-08-03 Thread sebawagner
Author: sebawagner Date: Sat Aug 3 22:49:38 2013 New Revision: 1510074 URL: http://svn.apache.org/r1510074 Log: OPENMEETINGS-736 Add some comments to change the reference to the setCalendarHeight() function, once its working Fix some HTML character in Installer Modified: openmeetings

svn commit: r1510879 - in /openmeetings/trunk/singlewebapp: WebContent/WEB-INF/ src/org/apache/openmeetings/data/calendar/daos/ src/org/apache/openmeetings/data/calendar/management/ src/org/apache/ope

2013-08-06 Thread sebawagner
Author: sebawagner Date: Tue Aug 6 08:17:06 2013 New Revision: 1510879 URL: http://svn.apache.org/r1510879 Log: OPENMEETINGS-728 Refactor Timezone safe DatetimeFields back to regular one's and move persistence handling of Invitations into Dao and Named Queries Added: openmeetings/trunk

svn commit: r1512528 - /openmeetings/branches/OPENMEETINGS-745/

2013-08-09 Thread sebawagner
Author: sebawagner Date: Fri Aug 9 23:09:33 2013 New Revision: 1512528 URL: http://svn.apache.org/r1512528 Log: OPENMEETINGS-752 Create branch for time zone re factoring Added: openmeetings/branches/OPENMEETINGS-745/ (props changed) - copied from r1512527, openmeetings/trunk

svn commit: r1512557 - in /openmeetings/branches/OPENMEETINGS-745/src/org/apache/openmeetings: axis/services/ data/calendar/management/ data/conference/ persistence/beans/invitation/ remote/ test/invi

2013-08-09 Thread sebawagner
Author: sebawagner Date: Sat Aug 10 03:38:21 2013 New Revision: 1512557 URL: http://svn.apache.org/r1512557 Log: Fixes OPENMEETINGS-747 Replace OmTimeZone in Invitations Entity with String tz and fix all dependencies Added: openmeetings/branches/OPENMEETINGS-745/src/org/apache/openmeetings

svn commit: r1512839 - in /openmeetings/branches/OPENMEETINGS-745/src/org/apache/openmeetings: axis/services/ data/calendar/beans/ data/calendar/daos/ data/calendar/management/ data/conference/ persis

2013-08-10 Thread sebawagner
Author: sebawagner Date: Sat Aug 10 23:43:23 2013 New Revision: 1512839 URL: http://svn.apache.org/r1512839 Log: Fixes OPENMEETINGS-748 (but still lots of issues, those are captured in OPENMEETINGS-757) Remove showing the Appointment Form start and end date in the time zone of the user profile

svn commit: r1512846 - in /openmeetings/branches/OPENMEETINGS-745: WebContent/WEB-INF/ WebContent/src/modules/ WebContent/src/modules/admin/backup/ WebContent/src/modules/admin/confadmin/ src/org/apac

2013-08-10 Thread sebawagner
Author: sebawagner Date: Sun Aug 11 02:00:04 2013 New Revision: 1512846 URL: http://svn.apache.org/r1512846 Log: OPENMEETINGS-758 Remove config admin Flash UI and Server Side related API Removed: openmeetings/branches/OPENMEETINGS-745/WebContent/src/modules/admin/backup/ openmeetings

svn commit: r1512847 - in /openmeetings/branches/OPENMEETINGS-745: WebContent/src/modules/admin/connections/ WebContent/src/modules/admin/library.lzx src/org/apache/openmeetings/remote/ConferenceServi

2013-08-10 Thread sebawagner
Author: sebawagner Date: Sun Aug 11 02:09:09 2013 New Revision: 1512847 URL: http://svn.apache.org/r1512847 Log: OPENMEETINGS-758 Remove connection admin Flash UI and Server Side related API Removed: openmeetings/branches/OPENMEETINGS-745/WebContent/src/modules/admin/connections/ Modified

svn commit: r1512852 - in /openmeetings/branches/OPENMEETINGS-745: WebContent/src/modules/admin/ WebContent/src/modules/admin/languageseditor/ src/org/apache/openmeetings/data/basic/ src/org/apache/op

2013-08-10 Thread sebawagner
Author: sebawagner Date: Sun Aug 11 02:26:31 2013 New Revision: 1512852 URL: http://svn.apache.org/r1512852 Log: OPENMEETINGS-758 Remove language editor admin Flash UI and Server Side related API Removed: openmeetings/branches/OPENMEETINGS-745/WebContent/src/modules/admin/languageseditor

svn commit: r1512853 - in /openmeetings/branches/OPENMEETINGS-745: WebContent/src/modules/admin/ WebContent/src/modules/admin/ldap/ src/org/apache/openmeetings/data/basic/dao/ src/org/apache/openmeeti

2013-08-10 Thread sebawagner
Author: sebawagner Date: Sun Aug 11 02:37:33 2013 New Revision: 1512853 URL: http://svn.apache.org/r1512853 Log: OPENMEETINGS-758 Remove ldap admin Flash UI and Server Side related API Removed: openmeetings/branches/OPENMEETINGS-745/WebContent/src/modules/admin/ldap/ Modified

svn commit: r1512862 - in /openmeetings/branches/OPENMEETINGS-745/WebContent/src/modules/admin: library.lzx servers/

2013-08-10 Thread sebawagner
Author: sebawagner Date: Sun Aug 11 03:10:42 2013 New Revision: 1512862 URL: http://svn.apache.org/r1512862 Log: OPENMEETINGS-758 Remove servers admin Flash UI and Server Side related API Removed: openmeetings/branches/OPENMEETINGS-745/WebContent/src/modules/admin/servers/ Modified

svn commit: r1522469 - in /openmeetings/trunk/singlewebapp: .settings/org.eclipse.wst.common.component .settings/org.springframework.ide.eclipse.core.prefs .springBeans

2013-09-12 Thread sebawagner
Author: sebawagner Date: Thu Sep 12 07:34:53 2013 New Revision: 1522469 URL: http://svn.apache.org/r1522469 Log: Add spring and modified location of web.xml to Eclipse configuration (you need Eclipse with the Spring IDE plugin and Java Dynamic Project Plugin that is part of the J2EE Eclipse IDE

svn commit: r1522470 - /openmeetings/trunk/singlewebapp/.springBeans

2013-09-12 Thread sebawagner
Author: sebawagner Date: Thu Sep 12 07:36:37 2013 New Revision: 1522470 URL: http://svn.apache.org/r1522470 Log: Add spring and modified location of web.xml to Eclipse configuration (you need Eclipse with the Spring IDE plugin and Java Dynamic Project Plugin that is part of the J2EE Eclipse IDE

svn commit: r1522471 - /openmeetings/trunk/singlewebapp/.springBeans

2013-09-12 Thread sebawagner
Author: sebawagner Date: Thu Sep 12 07:37:20 2013 New Revision: 1522471 URL: http://svn.apache.org/r1522471 Log: Add spring and modified location of web.xml to Eclipse configuration (you need Eclipse with the Spring IDE plugin and Java Dynamic Project Plugin that is part of the J2EE Eclipse IDE

svn commit: r1523179 - in /openmeetings/trunk/singlewebapp/src/test/java/org/apache/openmeetings/test: AbstractWicketTester.java AbstractWiketTester.java user/TestUserContact.java web/ web/TestLoginUI

2013-09-13 Thread sebawagner
Author: sebawagner Date: Sat Sep 14 02:46:43 2013 New Revision: 1523179 URL: http://svn.apache.org/r1523179 Log: Some minor and testing WicketTester Added: openmeetings/trunk/singlewebapp/src/test/java/org/apache/openmeetings/test/AbstractWicketTester.java - copied, changed from

svn commit: r1523182 - /openmeetings/trunk/singlewebapp/src/test/java/org/apache/openmeetings/test/web/TestLoginUI.java

2013-09-13 Thread sebawagner
Author: sebawagner Date: Sat Sep 14 03:10:31 2013 New Revision: 1523182 URL: http://svn.apache.org/r1523182 Log: OPENMEETINGS-792 Add license header Modified: openmeetings/trunk/singlewebapp/src/test/java/org/apache/openmeetings/test/web/TestLoginUI.java Modified: openmeetings/trunk

svn commit: r1527152 - in /openmeetings/trunk/singlewebapp/src/test/java/org/apache/openmeetings/test/selenium: SeleniumUtils.java TestSeleniumSmokeTest.java

2013-09-27 Thread sebawagner
Author: sebawagner Date: Sat Sep 28 05:29:59 2013 New Revision: 1527152 URL: http://svn.apache.org/r1527152 Log: OPENMEETINGS-792 Fix test to successfully do install, in case it detects it is not installed yet, timeout for installation wizzard progress is 120seconds, but it will check in 3

svn commit: r1529337 - /openmeetings/trunk/singlewebapp/build.xml

2013-10-04 Thread sebawagner
Author: sebawagner Date: Fri Oct 4 22:39:00 2013 New Revision: 1529337 URL: http://svn.apache.org/r1529337 Log: Reverts last commit and just adds compilation of separated source folders, still into single JAR, that will come with the next step .property and .html files for installer are copied

svn commit: r1529342 - in /openmeetings/trunk/singlewebapp: build.xml src/test/java/org/apache/openmeetings/test/labels/TestGetFieldValues.java

2013-10-04 Thread sebawagner
Author: sebawagner Date: Fri Oct 4 22:55:40 2013 New Revision: 1529342 URL: http://svn.apache.org/r1529342 Log: Fixes: Javadoc generation to use all source locations (probably need to split it up in the future, for example the screensharing client has zero dependncies to the rest of the code

svn commit: r1529346 - in /openmeetings/trunk/singlewebapp/src: db/java/org/apache/openmeetings/db/dao/label/ db/java/org/apache/openmeetings/db/entity/label/ test/java/org/apache/openmeetings/test/la

2013-10-04 Thread sebawagner
Author: sebawagner Date: Fri Oct 4 23:27:06 2013 New Revision: 1529346 URL: http://svn.apache.org/r1529346 Log: Fixes Issue in JPQL query (basically I just removed the where clause that filters the fieldvalues, I do not see any functional requirement for that where clause, seemed

svn commit: r1529351 - /openmeetings/trunk/singlewebapp/build.xml

2013-10-04 Thread sebawagner
Author: sebawagner Date: Fri Oct 4 23:48:17 2013 New Revision: 1529351 URL: http://svn.apache.org/r1529351 Log: Remove openmeetings-template JAR as it does not seem to contain any kind of needed files Applying several filters to the all-in-one jar to really only contain the needed files

svn commit: r1529374 - /openmeetings/trunk/singlewebapp/build.xml

2013-10-04 Thread sebawagner
Author: sebawagner Date: Sat Oct 5 01:27:48 2013 New Revision: 1529374 URL: http://svn.apache.org/r1529374 Log: OPENMEETINGS-813 Fix separated JAR packages and simplify the include/exclude patterns per JAR Modified: openmeetings/trunk/singlewebapp/build.xml Modified: openmeetings/trunk

svn commit: r1529375 - in /openmeetings/trunk/singlewebapp/src: main/java/org/apache/openmeetings/converter/ main/java/org/apache/openmeetings/mail/ main/java/org/apache/openmeetings/rss/ web/java/org

2013-10-04 Thread sebawagner
Author: sebawagner Date: Sat Oct 5 01:39:39 2013 New Revision: 1529375 URL: http://svn.apache.org/r1529375 Log: move converter, mail and rss package from src/web to src/main as they have nothing todo with Wicket integration Added: openmeetings/trunk/singlewebapp/src/main/java/org/apache

svn commit: r1529378 [3/3] - in /openmeetings/trunk/singlewebapp/src: axis/java/org/apache/openmeetings/axis/services/ db/java/org/apache/openmeetings/db/dao/basic/ db/java/org/apache/openmeetings/db/

2013-10-04 Thread sebawagner
Modified: openmeetings/trunk/singlewebapp/src/web/java/org/apache/openmeetings/web/pages/auth/RegisterDialog.java URL: http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/src/web/java/org/apache/openmeetings/web/pages/auth/RegisterDialog.java?rev=1529378r1=1529377r2=1529378view=diff

svn commit: r1531463 - in /openmeetings/trunk/singlewebapp: ./ src/test/java/org/apache/openmeetings/test/selenium/

2013-10-11 Thread sebawagner
Author: sebawagner Date: Fri Oct 11 23:47:10 2013 New Revision: 1531463 URL: http://svn.apache.org/r1531463 Log: OPENMEETINGS-816 UI test to sign up, to be continued Added cglib to .classpath as you need it to run JUnit from inside Eclipse Added: openmeetings/trunk/singlewebapp/src/test

svn commit: r1531475 - /openmeetings/trunk/singlewebapp/src/web/java/org/apache/openmeetings/web/pages/auth/RegisterDialog.java

2013-10-11 Thread sebawagner
Author: sebawagner Date: Sat Oct 12 01:30:40 2013 New Revision: 1531475 URL: http://svn.apache.org/r1531475 Log: Fixes OPENMEETINGS-815 ManageCryptStyle is no Spring Bean, leads to Null Pointer Exception in sign up Modified: openmeetings/trunk/singlewebapp/src/web/java/org/apache

svn commit: r1531484 - in /openmeetings/trunk/singlewebapp/src/test/java/org/apache/openmeetings/test/selenium: AbstractLoadTestDefaults.java AbstractTestDefaults.java TestSignUp.java

2013-10-11 Thread sebawagner
Author: sebawagner Date: Sat Oct 12 02:10:47 2013 New Revision: 1531484 URL: http://svn.apache.org/r1531484 Log: OPENMEETINGS-816 Change misleading Class name, this is just a base class, has nothing todo with loadtesting Added: openmeetings/trunk/singlewebapp/src/test/java/org/apache

svn commit: r1531489 - /openmeetings/trunk/singlewebapp/src/test/java/org/apache/openmeetings/test/selenium/TestSignUp.java

2013-10-11 Thread sebawagner
Author: sebawagner Date: Sat Oct 12 03:12:11 2013 New Revision: 1531489 URL: http://svn.apache.org/r1531489 Log: OPENMEETINGS-816 Make screenshot before throwing exception and exiting test Modified: openmeetings/trunk/singlewebapp/src/test/java/org/apache/openmeetings/test/selenium

svn commit: r1531609 - in /openmeetings/trunk/singlewebapp: docs/CommandLineAdmin.html xdocs/CommandLineAdmin.xml

2013-10-12 Thread sebawagner
Author: sebawagner Date: Sun Oct 13 00:43:19 2013 New Revision: 1531609 URL: http://svn.apache.org/r1531609 Log: Add some example commands for CommandLineAdmin Modified: openmeetings/trunk/singlewebapp/docs/CommandLineAdmin.html openmeetings/trunk/singlewebapp/xdocs/CommandLineAdmin.xml

svn commit: r1538075 - /openmeetings/trunk/singlewebapp/build.xml

2013-11-01 Thread sebawagner
Author: sebawagner Date: Fri Nov 1 22:26:25 2013 New Revision: 1538075 URL: http://svn.apache.org/r1538075 Log: OPENMEETINGS-817 Startup of server for selenium should use red5-highperf.sh not red5.sh, otherwise the ant target will never complete as the red5.sh does not give the console free

svn commit: r1538078 - in /openmeetings/trunk/singlewebapp: build.xml src/test/java/org/apache/openmeetings/test/derby/PrepareSystemFiles.java

2013-11-01 Thread sebawagner
Author: sebawagner Date: Fri Nov 1 22:42:53 2013 New Revision: 1538078 URL: http://svn.apache.org/r1538078 Log: OPENMEETINGS-817 Patch file for pointing to derby test instance for testing with derby started as network service in selenium tests Modified: openmeetings/trunk/singlewebapp

svn commit: r1577967 - /openmeetings/branches/red5_102/

2014-03-15 Thread sebawagner
Author: sebawagner Date: Sun Mar 16 03:00:40 2014 New Revision: 1577967 URL: http://svn.apache.org/r1577967 Log: Create branch for red5 upgrade Added: openmeetings/branches/red5_102/ (props changed) - copied from r1577966, openmeetings/branches/3.0.x/ Propchange: openmeetings

svn commit: r1592141 - /openmeetings/trunk/singlewebapp/pom.xml

2014-05-02 Thread sebawagner
Author: sebawagner Date: Sat May 3 03:33:38 2014 New Revision: 1592141 URL: http://svn.apache.org/r1592141 Log: OPENMEETINGS-940 - core was not build the test-jar file, that was referenced by the openmeetings-web module Modified: openmeetings/trunk/singlewebapp/pom.xml Modified

svn commit: r1735840 - /openmeetings/application/trunk/pom.xml

2016-03-19 Thread sebawagner
Author: sebawagner Date: Sun Mar 20 04:46:03 2016 New Revision: 1735840 URL: http://svn.apache.org/viewvc?rev=1735840=rev Log: Merge r1735714 to trunk Modified: openmeetings/application/trunk/pom.xml Modified: openmeetings/application/trunk/pom.xml URL: http://svn.apache.org/viewvc

svn commit: r1735839 - in /openmeetings: application/branches/3.1.x/openmeetings-server/src/site/resources/css/ application/branches/3.1.x/openmeetings-server/src/site/resources/js/ application/branch

2016-03-19 Thread sebawagner
Author: sebawagner Date: Sun Mar 20 04:42:17 2016 New Revision: 1735839 URL: http://svn.apache.org/viewvc?rev=1735839=rev Log: No-Jira, make thumbnails of home page clickable again to show full image in html overlay Modified: openmeetings/application/branches/3.1.x/openmeetings-server/src

[openmeetings] branch feature/openmeetings-2245-mediadevice-chrome-https-only updated (85d2c8a -> fc198ef)

2020-04-09 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository. sebawagner pushed a change to branch feature/openmeetings-2245-mediadevice-chrome-https-only in repository https://gitbox.apache.org/repos/asf/openmeetings.git. from 85d2c8a OPENMEETINGS-2245 Fix typo in message add

[openmeetings] 01/01: OPENMEETINGS-2245 Add some warning if mediaDevices is undefined

2020-04-09 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository. sebawagner pushed a commit to branch feature/openmeetings-2245-mediadevice-chrome-https-only in repository https://gitbox.apache.org/repos/asf/openmeetings.git commit d461805d2bc7aa5f5cb4cca667b5793a889da7ca Author: Sebastian

[openmeetings] branch feature/openmeetings-2245-mediadevice-chrome-https-only created (now d461805)

2020-04-09 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository. sebawagner pushed a change to branch feature/openmeetings-2245-mediadevice-chrome-https-only in repository https://gitbox.apache.org/repos/asf/openmeetings.git. at d461805 OPENMEETINGS-2245 Add some warning

[openmeetings] 01/01: Merge pull request #56 from apache/feature/openmeetings-2245-mediadevice-chrome-https-only

2020-04-09 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository. sebawagner pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/openmeetings.git commit 0e4d2773f29d668207f471855e8eb279442009e4 Merge: 46935d8 aeeb17e Author: Sebastian Wagner AuthorDate: Fri Apr

[openmeetings] branch master updated (46935d8 -> 0e4d277)

2020-04-09 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository. sebawagner pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/openmeetings.git. from 46935d8 [OPENMEETINGS-2151] tomcat add d461805 OPENMEETINGS-2245 Add some warning if mediaDevices

[openmeetings] 01/01: Merge pull request #56 from apache/feature/openmeetings-2245-mediadevice-chrome-https-only

2020-04-09 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository. sebawagner pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/openmeetings.git commit 0e4d2773f29d668207f471855e8eb279442009e4 Merge: 46935d8 aeeb17e Author: Sebastian Wagner AuthorDate: Fri Apr

[openmeetings] branch master updated (46935d8 -> 0e4d277)

2020-04-09 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository. sebawagner pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/openmeetings.git. from 46935d8 [OPENMEETINGS-2151] tomcat add d461805 OPENMEETINGS-2245 Add some warning if mediaDevices

[openmeetings] branch feature/openmeetings-2245-mediadevice-chrome-https-only updated (d461805 -> 85d2c8a)

2020-04-09 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository. sebawagner pushed a change to branch feature/openmeetings-2245-mediadevice-chrome-https-only in repository https://gitbox.apache.org/repos/asf/openmeetings.git. from d461805 OPENMEETINGS-2245 Add some warning

[openmeetings] branch feature/openmeetings-2245-mediadevice-chrome-https-only updated (1606e72 -> c263cd5)

2020-04-09 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository. sebawagner pushed a change to branch feature/openmeetings-2245-mediadevice-chrome-https-only in repository https://gitbox.apache.org/repos/asf/openmeetings.git. from 1606e72 Merge branch 'feature/openmeetings-2245

[openmeetings] branch feature/openmeetings-2245-mediadevice-chrome-https-only updated (11091f4 -> aeeb17e)

2020-04-09 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository. sebawagner pushed a change to branch feature/openmeetings-2245-mediadevice-chrome-https-only in repository https://gitbox.apache.org/repos/asf/openmeetings.git. from 11091f4 Revert "OPENMEETINGS-2245 Translate G

[openmeetings] branch feature/openmeetings-2245-mediadevice-chrome-https-only updated (8c8b976 -> 1606e72)

2020-04-09 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository. sebawagner pushed a change to branch feature/openmeetings-2245-mediadevice-chrome-https-only in repository https://gitbox.apache.org/repos/asf/openmeetings.git. from 8c8b976 Russian message is also updated add

[openmeetings] branch feature/openmeetings-2245-mediadevice-chrome-https-only updated (fc198ef -> ed9c728)

2020-04-09 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository. sebawagner pushed a change to branch feature/openmeetings-2245-mediadevice-chrome-https-only in repository https://gitbox.apache.org/repos/asf/openmeetings.git. from fc198ef OPENMEETINGS-2245 Fix error message for https

[openmeetings] branch feature/openmeetings-2245-mediadevice-chrome-https-only updated (c263cd5 -> 11091f4)

2020-04-09 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository. sebawagner pushed a change to branch feature/openmeetings-2245-mediadevice-chrome-https-only in repository https://gitbox.apache.org/repos/asf/openmeetings.git. from c263cd5 OPENMEETINGS-2245 Translate German string

[openmeetings] branch feature/openmeetings-2251-whiteboard-tab-button-right-click updated: OPENMEETINGS-2251 Revert changes for other buttons

2020-04-14 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository. sebawagner pushed a commit to branch feature/openmeetings-2251-whiteboard-tab-button-right-click in repository https://gitbox.apache.org/repos/asf/openmeetings.git The following commit(s) were added to refs/heads/feature

[openmeetings] 01/01: Merge pull request #59 from apache/feature/openmeetings-2251-whiteboard-tab-button-right-click

2020-04-14 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository. sebawagner pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/openmeetings.git commit 5a73085f1b3be74a6b22dcd665109cea8bd6668e Merge: 96d9435 1321875 Author: Sebastian Wagner AuthorDate: Wed Apr

[openmeetings] branch master updated (96d9435 -> 5a73085)

2020-04-14 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository. sebawagner pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/openmeetings.git. from 96d9435 [OPENMEETINGS-2240] user list is sorted add 495e8cf OPENMEETINGS-2251 Fix JS and CSS

[openmeetings] branch feature/OPENMEETINGS-2273-room-file-tree-details-area updated (80f8b0a -> 5ec3bf4)

2020-04-17 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository. sebawagner pushed a change to branch feature/OPENMEETINGS-2273-room-file-tree-details-area in repository https://gitbox.apache.org/repos/asf/openmeetings.git. from 80f8b0a Fixes: - Adding heading to the size of public

[openmeetings] branch feature/OPENMEETINGS-2273-room-file-tree-details-area created (now 80f8b0a)

2020-04-17 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository. sebawagner pushed a change to branch feature/OPENMEETINGS-2273-room-file-tree-details-area in repository https://gitbox.apache.org/repos/asf/openmeetings.git. at 80f8b0a Fixes: - Adding heading to the size of public

[openmeetings] 01/01: Fixes: - Adding heading to the size of public and personal drive. There is enough space for it. - Adjust height to 70px - Toggle download button enable disable instead of visible

2020-04-17 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository. sebawagner pushed a commit to branch feature/OPENMEETINGS-2273-room-file-tree-details-area in repository https://gitbox.apache.org/repos/asf/openmeetings.git commit 80f8b0aa8245bf5822cbdca58405579ee513ab13 Author: Sebastian

[openmeetings] 01/01: OPENMEETINGS-2247 Fix css that is now loaded from bootstrap

2020-04-16 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository. sebawagner pushed a commit to branch feature/OPENMEETINGS-2247-css-changes-after-csp-fix in repository https://gitbox.apache.org/repos/asf/openmeetings.git commit 0106e6fd5558365d3beeb6ae8ef9e38501b08c50 Author: Sebastian

[openmeetings] branch feature/OPENMEETINGS-2247-css-changes-after-csp-fix created (now 0106e6f)

2020-04-16 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository. sebawagner pushed a change to branch feature/OPENMEETINGS-2247-css-changes-after-csp-fix in repository https://gitbox.apache.org/repos/asf/openmeetings.git. at 0106e6f OPENMEETINGS-2247 Fix css that is now loaded from

[openmeetings] 01/01: OPENMEETINGS-2251 Fix JS and CSS for tabbar for right click menu

2020-04-11 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository. sebawagner pushed a commit to branch feature/openmeetings-2251-whiteboard-tab-button-right-click in repository https://gitbox.apache.org/repos/asf/openmeetings.git commit 495e8cf5a597b4367f4c1e7dbb1eebdc23e101de Author

[openmeetings] branch feature/openmeetings-2251-whiteboard-tab-button-right-click created (now 495e8cf)

2020-04-11 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository. sebawagner pushed a change to branch feature/openmeetings-2251-whiteboard-tab-button-right-click in repository https://gitbox.apache.org/repos/asf/openmeetings.git. at 495e8cf OPENMEETINGS-2251 Fix JS and CSS for tabbar

[openmeetings] branch feature/OPENMEETINGS-2273-get-original updated (a3a753c -> 3aa4eb7)

2020-04-19 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository. sebawagner pushed a change to branch feature/OPENMEETINGS-2273-get-original in repository https://gitbox.apache.org/repos/asf/openmeetings.git. from a3a753c OPENMEETINGS-2273 Fix moving dependency upwards add 3aa4eb7

[openmeetings] branch feature/OPENMEETINGS-2273-get-original updated (e575389 -> bf10c9c)

2020-04-19 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository. sebawagner pushed a change to branch feature/OPENMEETINGS-2273-get-original in repository https://gitbox.apache.org/repos/asf/openmeetings.git. from e575389 OPENMEETINGS-2273 Add some more unit tests add bf10c9c

[openmeetings] branch feature/OPENMEETINGS-2273-get-original updated (bf10c9c -> d6a9a12)

2020-04-19 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository. sebawagner pushed a change to branch feature/OPENMEETINGS-2273-get-original in repository https://gitbox.apache.org/repos/asf/openmeetings.git. from bf10c9c OPENMEETINGS-2273 Add missing license header to JUnit test

[openmeetings] branch feature/OPENMEETINGS-2273-get-original updated (d6a9a12 -> a3a753c)

2020-04-19 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository. sebawagner pushed a change to branch feature/OPENMEETINGS-2273-get-original in repository https://gitbox.apache.org/repos/asf/openmeetings.git. from d6a9a12 OPENMEETINGS-2273 update review comment on folder location

[openmeetings] branch feature/OPENMEETINGS-2273-get-original updated (a071ac8 -> 39bc880)

2020-04-19 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository. sebawagner pushed a change to branch feature/OPENMEETINGS-2273-get-original in repository https://gitbox.apache.org/repos/asf/openmeetings.git. from a071ac8 OPENMEETINGS-2273 Fix unit test to handle and mock extension

[openmeetings] branch feature/OPENMEETINGS-2273-get-original updated (39bc880 -> 36e5583)

2020-04-19 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository. sebawagner pushed a change to branch feature/OPENMEETINGS-2273-get-original in repository https://gitbox.apache.org/repos/asf/openmeetings.git. from 39bc880 OPENMEETINGS-2273 Fix PDF from Maxim code template add

[openmeetings] branch feature/OPENMEETINGS-2273-get-original updated (36e5583 -> 5719650)

2020-04-19 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository. sebawagner pushed a change to branch feature/OPENMEETINGS-2273-get-original in repository https://gitbox.apache.org/repos/asf/openmeetings.git. from 36e5583 OPENMEETINGS-2273 Add regression tests for other file types

  1   2   3   4   5   6   >