Richard Alam
92b05d0151
Merge pull request #6 from maxdoumit/bbb-1.1-dev-java8
...
Add extra documentation
2016-04-28 11:58:31 -04:00
maxdoumit
181d29c77c
Add extra documentation
...
Added extra documentation for installing the dev tools, including download locations
2016-04-28 11:55:38 -04:00
Richard Alam
0323b7203a
Add logging on why cannot find user session
...
We need to know which part of the code failed to get the user's session.
2016-04-26 14:41:22 -04:00
Richard Alam
e5579c876e
Update DEVELOPMENT.md
2016-04-27 17:34:35 -04:00
Richard Alam
b6fdb27bf7
Build cllient locale
...
Change command how to build specific locale. To build a locale
ant locale (builds en_US by default)
ant locale -DLOCALE=en_US (builds the passed locale)
2016-04-26 14:38:01 -04:00
Richard Alam
62c9aee040
Update DEVELOPMENT.md
2016-04-27 17:29:11 -04:00
Richard Alam
76f0c18d5a
Update DEVELOPMENT.md
...
Add more instructions.
2016-04-27 17:05:07 -04:00
Richard Alam
d50bd9f306
Start development instruction document
...
Instructions on how to setup development environment for BBB 1.1.
2016-04-27 16:48:59 -04:00
Richard Alam
b9cb2298b3
Merge branch 'master' of github.com:bigbluebutton/bigbluebutton into bbb-1.1-dev-java8
2016-04-14 20:05:22 +00: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
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
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
Maxim Khlobystov
a01ee713ed
Added an option to autofix linter warnings (where possible) on build.
2016-04-06 10:06:13 -03:00
Maxim Khlobystov
69df37265d
Incorporated linting into the build process.
2016-04-06 10:06:08 -03:00
Maxim Khlobystov
30b6a3c5b7
Added lint checking to the HTML5 client.
2016-04-06 10:06:02 -03:00
Maxim Khlobystov
1c311fb9cf
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).
2016-04-06 10:05:52 -03:00
gcampes
c8be1b103e
Change how proptype is imported in react components
2016-04-06 10:05:46 -03:00
gcampes
91bad29ceb
Remove .jshintrc file
2016-04-06 10:05:31 -03:00
Gabriel Carvalho de Campes
96eca4cf1f
Update README.md
2016-04-06 10:05:26 -03:00
gcampes
97cd032833
Move user-list's data fetching and actions to a separate file
2016-04-06 10:05:22 -03:00
gcampes
d2455d43d6
Change user-list to import and export rather than having everything global
2016-04-06 10:05:17 -03:00
Maxim Khlobystov
a2a902bfa8
Upgraded to Meteor 1.3 Beta and replaced the Atmosphere's Classnames package with its npm analogue.
2016-04-06 10:05:07 -03:00
Gabriel Carvalho de Campes
e445fb4b94
Update README.md
2016-04-06 10:05:00 -03:00
gcampes
a10280c3b5
Solve rendering issue
2016-04-06 10:04:55 -03:00
gcampes
8ca2e8837a
Change user list css
2016-04-06 10:04:37 -03:00
Oswaldo Acauan
41efd5b5ff
Update README from UserList
2016-04-06 10:04:32 -03:00
Oswaldo Acauan
cc435eb424
Fix user-list sharing status list
2016-04-06 10:04:22 -03:00
Oswaldo Acauan
4174a59b2f
Fix user-list unread badge styles
...
Conflicts:
bigbluebutton-html5/app/client/react/components/UserList/UserListItem.jsx
2016-04-06 10:04:09 -03:00
Oswaldo Acauan
1e61823fb9
Change user-list to a tabular markup
...
Conflicts:
bigbluebutton-html5/app/client/react/components/UserList/UserItem.jsx
2016-04-06 10:00:40 -03:00
gcampes
a0c54d63dc
Update react UserList readme
2016-04-06 10:00:08 -03:00
gcampes
2488cfc392
Refactor react component code
2016-04-06 10:00:01 -03:00
gcampes
a51734f2c0
Add lock settings to the react component and fix mic icons
2016-04-06 09:59:56 -03:00
gcampes
73d6d7d8bb
Change the way actions are handled
2016-04-06 09:59:47 -03:00
gcampes
f303fe4df4
Adds event handling for kick user
...
Conflicts:
bigbluebutton-html5/app/client/react/components/UserList/UserItem.jsx
2016-04-06 09:59:41 -03:00
gcampes
82fdebb4b5
Adds key to icons
...
Conflicts:
bigbluebutton-html5/app/client/react/components/UserList/UserItem.jsx
2016-04-06 09:55:33 -03:00
Oswaldo Acauan
0c3dbd4a72
Add sharing icon status. WIP
...
Conflicts:
bigbluebutton-html5/app/client/react/components/UserList/UserItem.jsx
2016-04-06 09:54:09 -03:00
gcampes
5aa8736176
Changes username into a button component
2016-04-06 09:52:44 -03:00
gcampes
756cdf12d6
Changes the name of the event handlers
2016-04-06 09:52:41 -03:00
gcampes
27fc4a6981
Adds some words in comment
2016-04-06 09:52:38 -03:00