Commit graph

246 commits

Author SHA1 Message Date
chrisbr
15c6ed127f Implements username authentication
It's now possible to login with either username or email
That's necessary to be backward compatible for iChain login
2014-11-03 15:25:33 +01:00
Stella Rouzi
760bca6ff0 task to make a user an admin. Alter migration to make admins users with old role of Admin or Organizer 2014-09-04 15:53:47 +03:00
Stella Rouzi
b7c45718d8 apply StringLiterals cop (remove double quotes, unless there is string interpolation) 2014-09-02 21:45:07 +03:00
Stella Rouzi
f91467a00a remove trailing spaces and blank lines 2014-09-02 21:41:25 +03:00
Chrisbr
0911e1ed83 Fix failing migration for new price and currency columns of ticket 2014-09-01 13:06:14 +02:00
Chrisbr
fedb0753bf Extracted Splashpage from Conference
#418
2014-08-31 22:59:42 +02:00
Chrisbr
5f8a8ac6d9 Refactoring Tickets
- Tickets now independent from registration
- Implemented money gem
#419
2014-08-28 15:21:05 +02:00
Henne Vogelsang
8e042f2ea6 Use find_or_create_by for the deleted user 2014-08-20 21:45:09 +02:00
Stella Rouzi
41a21ffe27 add attr_accessible for TempUser 2014-08-20 19:47:07 +03:00
Stella Rouzi
858d8bbae8 create dummy user if not found 2014-08-20 17:31:28 +03:00
Stella Rouzi
f841442dca fixes 2014-08-20 16:23:05 +03:00
Stella Rouzi
fecfe530ba fix for buggy migration 20140801080705 2014-08-20 15:45:05 +03:00
Stella Rouzi
7ed14d4935 add corrected migration for adding dummy user to events without users 2014-08-20 15:44:26 +03:00
Stella Rouzi
cfa9b27589 drop wrong migration 20140801080705 2014-08-20 15:33:38 +03:00
Artem Chernikov
3581edf58c Merge pull request #464 from differentreality/fix_migration_event_users
fix migration
2014-08-19 10:06:03 +02:00
Stella Rouzi
eef902291d fix migration. Create dummy user if user doesn't exist, make sure all event_users records are valid 2014-08-18 19:56:31 +03:00
Chrisbr
ed55e2bf3a Introduces new RegistrationPeriod Object for Conference
#416
2014-08-18 14:33:02 +02:00
Stella Rouzi
d9438e366d delete old migration 2014-08-15 20:45:29 +03:00
Stella Rouzi
312c25431a style fixes 2014-08-15 20:45:29 +03:00
Stella Rouzi
9ec10adea1 fix migration 2014-08-15 20:45:29 +03:00
Stella Rouzi
36778c24ca fix style 2014-08-15 20:45:29 +03:00
Stella Rouzi
dd4d4b2601 use sample user for scheduled events without user 2014-08-15 20:45:29 +03:00
Stella Rouzi
d36fcd9894 delete events without submitter 2014-08-15 20:45:29 +03:00
Stella Rouzi
494e834cb5 style fix 2014-08-15 20:45:29 +03:00
Stella Rouzi
3bb42bdb10 move sample user creation in seeds 2014-08-15 20:45:29 +03:00
Stella Rouzi
59fe90a706 fix style 2014-08-15 20:45:28 +03:00
Stella Rouzi
78ab264bc2 delete old migration 2014-08-15 20:45:28 +03:00
Stella Rouzi
93ced745e7 name the migration more appropriately 2014-08-15 20:45:28 +03:00
Stella Rouzi
e82a417874 style fixes 2014-08-15 20:45:28 +03:00
Stella Rouzi
6827f45d60 fix migration 2014-08-15 20:45:28 +03:00
Stella Rouzi
d98cb8ccff fix style 2014-08-15 20:45:28 +03:00
Stella Rouzi
e0778a94de use sample user for scheduled events without user 2014-08-15 20:45:28 +03:00
Stella Rouzi
b5b85ede71 delete events without submitter 2014-08-15 20:45:28 +03:00
Stella Rouzi
61f23f88c9 style fixes from rubocop 2014-08-14 12:08:01 +03:00
Stella Rouzi
336d0e9d04 migration for old roles 2014-08-13 22:53:15 +03:00
Stella Rouzi
beb88b848d changes from comments, fix commercials failing test 2014-08-13 22:53:15 +03:00
Stella Rouzi
d794593e10 migrate roles 2014-08-13 22:53:14 +03:00
Stella Rouzi
f7ef401be7 style fixes 2014-08-13 22:53:14 +03:00
Stella Rouzi
eaf637e9bd db 2014-08-13 22:53:14 +03:00
Stella Rouzi
71dfb3b7e4 fix conflicts 2014-08-13 22:53:13 +03:00
Stella Rouzi
e2fb434dc7 Implement role authorization 2014-08-13 22:53:13 +03:00
Gopesh Tulsyan
41fc21f7f4 Added Subscription model to send emails 2014-08-12 16:47:35 +05:30
Chrisbr
2a731e8350 Refactoring Conference/Event media to new media object
close #420
2014-08-06 14:30:50 +02:00
Henne Vogelsang
5aa0d58c57 Move Conference contact details to Contact 2014-08-01 14:30:10 +02:00
Henne Vogelsang
eb3e6898d2 Implements Contacts 2014-08-01 14:30:10 +02:00
Gopesh Tulsyan
4a552c9623 Merge pull request #338 from gopesht/notify_on_cfp_update
Notify on cfp update
2014-07-28 21:31:02 +05:30
Gopesh Tulsyan
8cdf48c7df Adds migrations for call for papers dates updates and schedule in email settings 2014-07-26 11:15:37 +05:30
Christian Bruckmayer
501494d3f1 Merge pull request #371 from ChrisBr/fix_migration
Adds reset_column_information to add_events_per_week migration
2014-07-24 12:02:03 +02:00
Chrisbr
ea920b9915 Adds reset_column_information to add_events_per_week migration 2014-07-24 11:53:52 +02:00
Christian Bruckmayer
0ca590a2e2 Merge pull request #370 from ChrisBr/fix_migration
Assert event not deleted on add_events_per_week migration
2014-07-24 11:38:20 +02:00