Commit Graph

11826 Commits

Author SHA1 Message Date
Richard Alam
4c437aebb7 Merge pull request #3087 from capilkey/1.0-access-bugfix3
Third round of 1.0 accessibility bug fixes
2016-04-19 15:38:56 -04:00
Anton Georgiev
6436d4396d extract out meteor methods 2016-04-19 17:43:31 +00:00
Chad Pilkey
fe53999164 Third round of 1.0 accessibility bug fixes 2016-04-19 09:17:14 -07:00
Oleksandr Zhurbenko
9305da4a26 Fixed Raise Hand Button's view 2016-04-19 08:44:32 -07:00
Anton Georgiev
cc28e5d377 switch to smarter logging 2016-04-19 15:07:57 +00:00
Ghaz Triki
44edda1e70 Move the responsability to set the page title TopBarViewMediator. 2016-04-19 08:45:41 +01:00
Ghaz Triki
c6a2dc7903 Extract services from mediators and use signal and command class instead. 2016-04-19 07:25:50 +01:00
Oleksandr Zhurbenko
7c698eab3f Fixed a reactive chat update when a chat opponent disappears 2016-04-18 15:59:22 -07:00
Anton Georgiev
41e014e083 use default EventEmitter instead of new pckg 2016-04-18 22:53:05 +00:00
Anton Georgiev
02ebc17100 cleanup 2016-04-18 22:47:11 +00:00
Anton Georgiev
3f45800e7d event emitter for redis messages 2016-04-18 21:58:36 +00:00
Ghaz Triki
d24e52e9d8 Added missing images. 2016-04-18 18:36:03 +01:00
Ghaz Triki
c629fd96db Improvements on PärtParticipantIcon component and deletion of SelectionIcon to replace it by an image. 2016-04-18 18:10:09 +01:00
Ghaz Triki
9644682a8a Improved user status components in mobile. 2016-04-18 15:43:04 +01:00
Ghaz Triki
5259a9e1d2 Deleted guest code. 2016-04-18 15:40:03 +01:00
Oleksandr Zhurbenko
c5717e9ea3 Cleanup 2016-04-13 15:01:34 -07:00
Oleksandr Zhurbenko
f5b3ffbaa3 Ported Whiteboard template to React 2016-04-13 15:01:06 -07:00
Oleksandr Zhurbenko
3c3a7d061f Switched header template to React 2016-04-13 14:56:25 -07:00
Fred Dixon
694d25f846 Merge pull request #3083 from ffdixon/move-to-rc
Change from 1.0.0-Beta to 1.0.0-RC
2016-04-13 17:16:00 -04:00
Fred Dixon
7dc0871a28 Change from 1.0.0-Beta to 1.0.0-RC 2016-04-13 17:14:40 -04:00
Anton Georgiev
4f8b816b3e Merge pull request #3079 from iMDT/react-user-list
Adds react user-list and meteor 1.3beta to the html5 client
2016-04-12 12:08:43 -04:00
Fred Dixon
58fe07a77e Merge pull request #3082 from ffdixon/fix-3081-cron-job
Fixes 3081
2016-04-10 18:22:44 -04:00
Fred Dixon
e8243e0f9f Fixes 332 2016-04-10 18:18:41 -04:00
Ghaz Triki
2fe06dcd15 Deleted all code for handling guests. 2016-04-08 22:30:57 +01:00
Ghaz Triki
a57b65c4a7 Improved ParticipantsViewBase layout. 2016-04-08 22:30:26 +01:00
Ghaz Triki
15f846b7cd Simplifeid UserDetailsViewBase as much as possible. 2016-04-08 15:49:04 +01:00
Ghaz Triki
b989f7f1da Minor improvements to the chat mediators. 2016-04-08 11:16:38 +01:00
Ghaz Triki
8eb374220f Private chat won't scroll if a message comes from a different private chat. 2016-04-08 10:41:37 +01:00
Ghaz Triki
b3ef8a9a3b Deleted not used classes, empty methods an not used properties. 2016-04-07 22:52:21 +01:00
Ghaz Triki
a6db1205df Removed references to unused conferenceParameters property. 2016-04-07 18:25:42 +01:00
Ghaz Triki
9daa4609f7 Better naming from unsuccess to failure for class properties. 2016-04-07 17:52:28 +01:00
Ghaz Triki
b93786766b Deleted OpenRoom and RecentRooms classes. 2016-04-07 17:30:21 +01:00
Ghaz Triki
8d79c2f1b7 Added ANE dependencies to mobile client gradle build. 2016-04-07 17:13:59 +01:00
Ghaz Triki
b61a0ac977 Removed unecessary castings. 2016-04-07 14:39:24 +01:00
Fred Dixon
af5c97e159 Merge pull request #3080 from ritzalam/update-locales-apr-6-2016
Updating locales
2016-04-06 15:04:05 -04:00
Richard Alam
b0d6cf51ef Updating locales
Update locales as of Apr 6, 2016
2016-04-06 18:59:41 +00:00
Ghaz Triki
3dace9cb86 Less RobotLegs configuration classes for better modules handling. 2016-04-06 15:40:55 +01:00
Ghaz Triki
7ccf2f16d5 Display back button in UserDetails view. 2016-04-06 14:45:23 +01:00
Ghaz Triki
a5fa8a96b7 Minor fixes by renaming some variables and removing more unused code. 2016-04-06 14:45:07 +01:00
gcampes
7e39676392 Merge remote-tracking branch 'origin/react-userlist' into react-user-list
* origin/react-userlist: (60 commits)
  Fix user-list fade-in animation on mobile
  Fix an issue with the emoji status resulted from the last merge
  Adds emoji status icons to the react user list component
  Set Grunt to rerun the syntax check on any JS/JSX file change.
  Cleaning up.
  Updated the instructions on running Grunt.
  Got rid of unused Grunt plugins.
  Got the old start script back to allow the way to run Meteor outside the build process.
  Removed unused configuration files left by Meteor and Meteorite, as well as the old start script.
  Autofixed most of the linter warnings related to the Airbnb JavaScript Style Guide.
  Added an option to autofix linter warnings (where possible) on build.
  Incorporated linting into the build process.
  Added lint checking to the HTML5 client.
  Combined two npm configuration files together and put it into the root directory of HTML5 client (required by Meteor to recognize the location of packages installed).
  Change how proptype is imported in react components
  Remove .jshintrc file
  Update README.md
  Move user-list's data fetching and actions to a separate file
  Change user-list to import and export rather than having everything global
  Upgraded to Meteor 1.3 Beta and replaced the Atmosphere's Classnames package with its npm analogue.
  ...
2016-04-06 10:31:54 -03:00
gcampes
a39a2cfac1 Fix user-list fade-in animation on mobile 2016-04-06 10:09:10 -03:00
gcampes
0777bc7cb6 Fix an issue with the emoji status resulted from the last merge 2016-04-06 10:09:04 -03:00
gcampes
126b28d432 Adds emoji status icons to the react user list component 2016-04-06 10:08:52 -03:00
Maxim Khlobystov
f675681ce4 Set Grunt to rerun the syntax check on any JS/JSX file change. 2016-04-06 10:08:42 -03:00
Maxim Khlobystov
755c564efa Cleaning up. 2016-04-06 10:08:38 -03:00
Maxim Khlobystov
0cceeee8c2 Updated the instructions on running Grunt. 2016-04-06 10:08:33 -03:00
Maxim Khlobystov
f2dcb7b96c Got rid of unused Grunt plugins. 2016-04-06 10:08:29 -03:00
Maxim Khlobystov
32a84adc7a Got the old start script back to allow the way to run Meteor outside the build process. 2016-04-06 10:08:24 -03:00
Maxim Khlobystov
7131115746 Removed unused configuration files left by Meteor and Meteorite, as well as the old start script. 2016-04-06 10:08:20 -03:00
Maxim Khlobystov
76aa113dda Autofixed most of the linter warnings related to the Airbnb JavaScript Style Guide.
Conflicts:
	bigbluebutton-html5/client/globals.js
	bigbluebutton-html5/client/views/whiteboard/whiteboard.js
	bigbluebutton-html5/server/collection_methods/users.js
	bigbluebutton-html5/server/server.js
2016-04-06 10:08:08 -03:00