Aditya Prakash
282168568a
Remove program model from ahoy
...
We are not using this anywhere in our codebase.
program model exits at: app/models/program.rb
2016-04-09 15:01:46 +05:30
Nishanth Vijayan
03fcdecdf2
Fix authorization of adding/removing users from roles
...
Only organizers should be able to add/remove users from all roles.
Only organizers should be able to edit/update the description of roles of their conference.
Cfp/info_desk/voluters coordinators should be to able to add/remove users only to their own teams.
2016-04-09 03:50:27 +05:30
Nishanth Vijayan
ab339fadb0
Fix typos: volunteer_coordinator to volunteers_coordinator
2016-04-09 03:50:27 +05:30
Christian Bruckmayer
86449eea67
Merge pull request #926 from sonalkr132/mailer-tests
...
Mailer fixes and tests
2016-04-08 11:43:03 -06:00
Christian Bruckmayer
00d6382ffa
Merge pull request #949 from sonalkr132/documentation
...
Documentation of use of ichain and smtp settings
2016-04-08 11:12:04 -06:00
Christian Bruckmayer
ecac90c268
Merge pull request #950 from sonalkr132/confirmation-test
...
Add devise confirmation controller test
2016-04-08 11:09:00 -06:00
Aditya Prakash
35935fb726
Add devise confirmation controller test
2016-04-07 17:34:23 +05:30
Aditya Prakash
9abda59b0d
Add configuration and documentation smtp setting
2016-04-07 13:49:28 +05:30
Aditya Prakash
d770533bdc
Add documentation for using ichain in test mode
...
Removed houndp-ci because we are not using it anymore.
Removed private links. Ex: [OSEM-admins](https://github.com/orgs/openSUSE/teams/osem-admins )
is accessible only to members ot osem-admins team.
2016-04-07 11:17:37 +05:30
Christian Bruckmayer
2d3ea22fd3
Merge pull request #947 from hennevogel/update_gems
...
Switch to trusty as base OS
2016-04-06 09:08:42 -06:00
Henne Vogelsang
be42215003
phantomjs doesn't like color pickers...
2016-04-05 14:45:47 +02:00
Henne Vogelsang
7b40f3ceb6
Update poltergeist
2016-04-05 13:43:52 +02:00
Henne Vogelsang
a79193f7af
Switch to ruby 2.2.3
2016-04-05 13:43:52 +02:00
Henne Vogelsang
779004e7e3
Switch travis to trusty builds
...
https://docs.travis-ci.com/user/trusty-ci-environment/
2016-04-05 13:43:52 +02:00
Henne Vogelsang
fa8d0a993c
Update phantomjs to latest version
2016-04-05 13:43:52 +02:00
Henne Vogelsang
39746fe847
Merge pull request #940 from nishanthvijayan/api-conference-test
...
Add tests for api/v1/conferences_controller
2016-04-05 11:46:31 +02:00
Henne Vogelsang
ad77bea1db
Merge pull request #944 from sonalkr132/serializers-test
...
Serializers test
2016-04-05 11:40:26 +02:00
Nishanth Vijayan
5587f1dc14
Add tests for api/v1/conferences_controller
2016-04-03 16:02:34 +05:30
Stella Rouzi
c7576af0ba
Merge pull request #934 from nishanthvijayan/remove_call_for_paper
...
Remove unused call_for_paper model and controller files
2016-04-03 12:12:54 +03:00
Aditya Prakash
d752cfdf7e
Add conference serializer tests and remove unused functions
2016-04-03 11:21:57 +05:30
Aditya Prakash
ca4ca21fdf
Add SpeakerSerializer tests
2016-04-03 00:59:30 +05:30
Aditya Prakash
0aa36b470e
Add Eventserializer tests and fix undefined method `l' for Eventserializer
...
Solution of no method error pointed by @nishanthvijayan:
http://stackoverflow.com/a/11724935
2016-04-03 00:59:28 +05:30
Aditya Prakash
a786321800
Add room and track serilizer tests
2016-04-02 21:00:29 +05:30
Henne Vogelsang
80f63c7263
Switch back to leaflet-rails
...
The rails-assets version has too many issues with the asset pipeline
2016-04-01 16:15:52 +02:00
Henne Vogelsang
c8481aef5d
Merge pull request #936 from sonalkr132/hakiri-fix
...
Update for security warning on hakiri
2016-04-01 15:15:02 +02:00
Henne Vogelsang
7acd5d66e7
Merge pull request #935 from sonalkr132/update-simplecov
...
Update coverall to 0.8.13
2016-04-01 15:14:36 +02:00
Henne Vogelsang
c4e782a90c
Merge pull request #931 from nishanthvijayan/fix-api-events-speakers
...
Fix api controllers events and speakers
2016-04-01 15:05:26 +02:00
Henne Vogelsang
5352d52157
Merge pull request #927 from nishanthvijayan/wrong-routes-links
...
Fix reference to non-existant route path in commercials_controller
2016-04-01 15:04:18 +02:00
Henne Vogelsang
5cbf105a68
Merge pull request #920 from camillem/master
...
Adding notranslate classes to ease translation of dynamic text
2016-04-01 14:51:50 +02:00
Henne Vogelsang
f56fc0052f
Merge pull request #907 from sonalkr132/proposal-test
...
Proposal controller improvements and test
2016-04-01 14:49:50 +02:00
Aditya Prakash
6f0bdebed4
Update uglifier to 3.0.0
...
The upstream library for the Ruby uglifier gem, UglifyJS, is
affected by a vulnerability that allows a specially crafted
Javascript file to have altered functionality after minification.
See on Hakiri: https://hakiri.io/github/openSUSE/osem/master/e0ec57b0dcf080bdb9e9b254f2362c52c7657b07/warnings?name=Code+Injection
Uglifier 3 dropped support of ruby 1.8
2016-04-01 09:22:01 +05:30
Aditya Prakash
e0ec57b0dc
Update coverall to 0.8.13
2016-04-01 08:27:33 +05:30
Nishanth Vijayan
11b96412a0
Remove unused call_for_paper model and controller files
2016-04-01 01:43:06 +05:30
Nishanth Vijayan
ead39ebacf
Add tests to check commercials #create,#update fails on invaid data
2016-04-01 00:34:39 +05:30
Aditya Prakash
639c258152
Add tests for onboarding and proposal notifications
2016-03-31 23:04:09 +05:30
Aditya Prakash
d9db395ec6
Use each to iterate over array in mailer and fix comment link
...
*_url gives complete path with host
2016-03-31 22:59:12 +05:30
CamilleM
2c7eec1cd4
Adding details to handle strings with dynamic inline contents
2016-03-31 16:51:44 +02:00
Nishanth Vijayan
f8822b8745
Add tests for api/v1/events_controller and api/v1/speakers_controller
2016-03-31 17:22:12 +05:30
Nishanth Vijayan
22714b0f11
Fix api/v1/events and api/v1/speakers controllers
2016-03-31 17:22:12 +05:30
Nishanth Vijayan
bc5c5dd7ca
Fix reference to non-existant route path in commercials_controller
2016-03-31 15:57:20 +05:30
Aditya Prakash
c35270ad31
More sane branching in confirm action of proposal controller
2016-03-31 15:45:47 +05:30
Henne Vogelsang
39a850cc39
Merge pull request #918 from matthin/master
...
Display roles in registration list
2016-03-31 12:05:23 +02:00
Henne Vogelsang
12026b1a66
Merge pull request #929 from sonalkr132/rubocop-first
...
Running rubocop first would give faster CI response for style offense
2016-03-31 11:07:23 +02:00
Aditya Prakash
99c47a08ef
Running rubocop first would give faster CI response for style offense
...
Chekout:
https://travis-ci.org/openSUSE/osem/builds/118816901
https://travis-ci.org/openSUSE/osem/builds/117943633
https://travis-ci.org/openSUSE/osem/builds/116962415
https://travis-ci.org/openSUSE/osem/builds/116489044
2016-03-30 23:07:12 +05:30
Aditya Prakash
f4678e5415
Add proposal controller tests
2016-03-30 22:26:52 +05:30
Henne Vogelsang
6aedf2b03d
Merge pull request #904 from Shriyanshagro/master
...
Made use of Rails I18n data format in EventSerializer #598
2016-03-30 17:31:42 +02:00
Henne Vogelsang
483f1ccd85
Merge pull request #893 from nishanthvijayan/fix-tooltip-track
...
Proposal submitter should be asked to add track only if conf has track
2016-03-30 17:30:36 +02:00
Henne Vogelsang
1979c0d9c1
Merge pull request #886 from sonalkr132/auth-registration
...
Fix authorization of new and create in ConferenceRegistrationsController
2016-03-30 17:29:10 +02:00
Christian Bruckmayer
c349700e72
Merge pull request #917 from sonalkr132/email-setting-tests
...
Add test for email_settings model
2016-03-29 15:40:42 -06:00
Aditya Prakash
4129955835
Move hash merge in before block and add test for missing name
2016-03-29 23:10:19 +05:30