Furrest City's modified version of OSEM http://osem.io
Find a file
AEtherC0r3 68fc750e9f Implement track requests and add the track organizer role
About track requests:
Create migration that adds the fields submitter_id, state, and
cfp_active to Tracks
Add validations and the self_organized? method to the Track model
Create a new TracksController outide of the admin namespace
Create the relevant views for index, show, new and edit
Modify the admin views for tracks to include extra info for
self-organized tracks

About track organizers:
Create the role when a self-organized track is created
Define track organizer abilities
Modify the roles views and controller to handle the new role

The route for Roles#edit needs to have higher priority than the nested
routes for track roles, otherwise, the word edit in the url is matched
as a track with short_name edit
2017-07-14 12:38:53 +03:00
app Implement track requests and add the track organizer role 2017-07-14 12:38:53 +03:00
bin Update spring-commands-rspec and springify bin/rspec 2016-02-16 21:46:33 +05:30
config Implement track requests and add the track organizer role 2017-07-14 12:38:53 +03:00
db Implement track requests and add the track organizer role 2017-07-14 12:38:53 +03:00
doc First checkin 2013-01-07 09:04:09 +01:00
docker Merge dockerize commands 2017-07-09 21:38:43 +02:00
lib suggested changes 2017-06-28 06:55:30 +05:30
public Update 500 error page with custom information 2016-12-20 16:05:55 -06:00
spec Implement track requests and add the track organizer role 2017-07-14 12:38:53 +03:00
vendor Fix markdown editors bug #811 using asset gem. 2016-03-08 16:50:30 +05:30
.dockerignore Docker support for production use 2017-07-09 21:38:43 +02:00
.gitignore Fix Git ignores 2017-07-09 21:38:43 +02:00
.haml-lint.yml generate haml-lint_todo 2017-04-26 18:27:20 +05:30
.haml-lint_todo.yml Implement track requests and add the track organizer role 2017-07-14 12:38:53 +03:00
.rubocop.yml Implement track requests and add the track organizer role 2017-07-14 12:38:53 +03:00
.rubocop_todo.yml Implement track requests and add the track organizer role 2017-07-14 12:38:53 +03:00
.travis.yml Split in 2 jobs Travis build 2017-06-09 14:41:44 +02:00
app.json Add schedule interval as attribute of a program 2017-04-01 21:39:20 +03:00
bootstrap.sh Fix typo in bootstrap.sh 2017-06-23 11:00:44 +03:00
config.ru First checkin 2013-01-07 09:04:09 +01:00
CONTRIBUTING.md Merge pull request #1504 from shlok007/add-gsoc-label 2017-05-30 09:20:13 +02:00
docker-compose.env.example Add missing environment variable 2017-07-09 21:38:43 +02:00
docker-compose.yml.example Docker support for production use 2017-07-09 21:38:43 +02:00
Dockerfile Switch to built in rails server 2017-07-09 21:38:43 +02:00
dotenv.example Add OpenID test documentation 2017-04-03 23:55:59 +03:00
Gemfile fix revision count and drop observers 2017-07-09 03:36:57 +05:30
Gemfile.lock fix revision count and drop observers 2017-07-09 03:36:57 +05:30
Guardfile apply StringLiterals cop (remove double quotes, unless there is string interpolation) 2014-09-02 21:45:07 +03:00
INSTALL.md Update Docker docs 2017-07-09 21:38:43 +02:00
LICENSE Release osem under MIT. Fixes #57 2013-10-18 15:33:59 +02:00
PAYMENTS.md Updating readme, install, payments, contributing files 2017-03-13 14:29:52 +02:00
Rakefile First checkin 2013-01-07 09:04:09 +01:00
README.md Fix link to TRANSLATION guide in readme 2017-03-17 15:42:37 +01:00
TRANSLATION.md Update API key section in TRANSLATION.md 2016-06-30 10:44:38 +02:00
travis_script.sh Split in 2 jobs Travis build 2017-06-09 14:41:44 +02:00
Vagrantfile Update vagrant box image to openSUSE 42.2 2017-06-23 11:00:44 +03:00

Build Status Code Climate Coverage Status Security Status Deploy

Open Source Event Manager

OSEM Logo

An event management tool tailored to Free and Open Source Software conferences.

OSEM actively participates in GSoC and RGSoC.

Installation

Please refer to INSTALL documentation file

How to contribute to OSEM

Please refer to our CONTRIBUTING guide

How to translate OSEM into your language

Please refer to our TRANSLATION guide

Contact

GitHub issues are the primary way for communicating about specific proposed changes to this project. If you have other questions feel free to subscribe to the opensuse-web@opensuse.org mailinglist, all OSEM contributors are on that list! Additionally you can use #osem channel on freenode IRC.