Michael Ball
d1b2ad3528
admins can update volunteers, show names
2020-07-26 23:23:23 -07:00
Michael Ball
94ea8b3a6c
snapify the schedule! :D
2020-07-26 23:13:28 -07:00
Michael Ball
e93a27d1f2
Show off track colors some more
2020-07-26 23:01:41 -07:00
Michael Ball
8e1d03a318
Allow scheduling volunteers for sessions.
...
Also fix a small bug for admin registrations edit.
2020-07-25 17:38:44 -07:00
Michael Ball
b664639817
Handle unscheduled events
2020-07-23 09:18:23 -07:00
Michael Ball
440ba3511e
Link to inyourtime.zone in all the sensible places
2020-07-23 04:16:35 -07:00
Michael Ball
611277ef67
More tweaks to the event registrations page
2020-07-17 22:48:05 -07:00
Michael Ball
fff31f5ac0
Improved event registration page. Kinda....
2020-07-17 22:32:44 -07:00
Michael Ball
dbae506a91
Default schedule links to all events view
2020-07-17 10:09:01 -07:00
Michael Ball
31dfd62fbd
Better design for room URLs
2020-07-17 10:03:07 -07:00
Michael Ball
ae6581826d
Show conference name in tickets partial
2020-07-17 09:55:48 -07:00
Michael Ball
a9d6faf1a3
Support forcing the order of rooms in the schedule
2020-07-16 11:25:20 -07:00
Michael Ball
d5a9b79f6e
Show profile pictures to admins and allow them to upload pics
2020-07-15 23:37:40 -07:00
Michael Ball
10d58ef050
Support selecting various sizes of profile pics
2020-07-15 23:27:22 -07:00
Michael Ball
3883188dcd
Support Users Directly Uploading Profile Pictures.
...
* Adds a `picture` attribute to `User`.
* Preserves Gravatar as a fallback option.
* Now, you should use `user.profile_picturer` instead of `gravatar_url`
* TODO: Ensure `profile_picture` handles sizing right for uploaded images.
2020-07-14 21:06:15 -07:00
Michael Ball
b66f69599a
tweak method
2020-07-14 18:15:01 -07:00
Michael Ball
4c29d57aae
Add a very basic custom_css property to a conference.
...
It is loaded on all pages for that conference.
2020-07-14 17:43:48 -07:00
Michael Ball
61ca626df1
Improve the physical_tickets page
2020-07-13 04:21:31 -07:00
Michael Ball
cd88882714
upgrade datatables gem
2020-07-13 02:58:15 -07:00
Michael Ball
1964522f49
Add warnings when a user needs to register or complete a purchase
2020-07-11 01:50:17 -07:00
Michael Ball
69b18a97e1
Merge branch 'master' of github.com:snap-cloud/snapcon
...
* 'master' of github.com:snap-cloud/snapcon:
Fix registrations csv
Tweak Materials to allow anything
A bit of a hack to accept any webpage...
Add the ability for Rooms to have a URL.
Add import rake task
config that works without docker
Add some links to navbar
More login info
Custom login help info
Run migration; add apple pay verification
fix tickets bug with no description
2020-07-10 23:59:29 -07:00
Michael Ball
9325c3938b
All events first on the schedule page
2020-07-10 23:52:25 -07:00
Michael Ball
bf189af6e2
Fix registrations csv
2020-07-10 22:30:01 -07:00
Michael Ball
b553e0fed7
Tweak Materials to allow anything
2020-07-10 22:03:51 -07:00
Michael Ball
7d2135f851
Add the ability for Rooms to have a URL.
...
The URL is shown on the schedule and the event/proposal page.
The URL is only when a user is logged in and registered.
2020-07-10 20:18:10 -07:00
Michael Ball
20f1afd4e6
Add some links to navbar
2020-07-10 18:29:20 -07:00
Michael Ball
2e24ae5d2c
More login info
2020-07-08 20:51:50 -07:00
Michael Ball
b31e1a825d
Custom login help info
2020-07-08 20:48:45 -07:00
Michael Ball
0e9d6b491b
fix tickets bug with no description
2020-07-07 22:24:28 -07:00
Michael Ball
d4c96dc722
young thinkers custom email
2020-07-01 01:27:15 -07:00
Michael Ball
cff6e55c9c
Reduce data on conference dashboard b/c of timeouts
2020-06-30 01:38:43 -07:00
Michael Ball
0877aadb2e
Merge some contributor fixes
2020-06-30 00:48:47 -07:00
Andrew Kvalheim
04a77a6043
Merge #2657 "Remove superfluous click to display Markdown editor"
2020-06-26 20:19:35 -07:00
Michael Ball
46955e4ed9
Up max speakers to 100
2020-06-24 02:55:20 -07:00
Michael Ball
dbfebdcd01
Ooops. Fix indentation
2020-06-18 12:08:15 -07:00
Michael Ball
05fa9e8d3d
set @user correctly
2020-06-18 12:02:59 -07:00
Michael Ball
3432b9fd9e
ugh, typo
2020-06-18 11:50:34 -07:00
Michael Ball
68e574dd9e
Add in registration warning
2020-06-18 11:37:26 -07:00
Michael Ball
38e3cc12fd
strip text on homepage tickets
2020-06-18 11:04:11 -07:00
Michael Ball
1d478ba5b9
Fix split by newlines
2020-06-18 11:03:20 -07:00
Michael Ball
26692027a5
Restore registration flow
2020-06-18 04:29:57 -07:00
Michael Ball
545b4b8852
Fix letter opener; tweak ticket display
2020-06-18 04:14:38 -07:00
Michael Ball
a3a7f54847
Fix link_to call in tickets view
2020-06-09 03:31:55 -07:00
Michael Ball
d5cd328536
fix missing @ in @conference tickets view
2020-06-09 03:27:46 -07:00
Michael Ball
19ac2f8ea1
Do not allow registrations without tickets
2020-06-09 03:19:41 -07:00
Michael Ball
907cd182a0
Add purchase date to admin tickets
2020-06-09 02:51:05 -07:00
Michael Ball
ce3f9e422a
Tidy up some text around logins and proposals
2020-06-04 02:04:07 -07:00
Andrew Kvalheim
5b3520801f
Use correct loading mode of Bootstrap-Markdown
...
data-provide="markdown-editable" is intended for inline editing of page
content à la contenteditable. When this is applied to a textarea, the
editor is loaded only after the user clicks on the field. This behavior
breaks focus and is incompatible with keyboard navigation.
2020-04-04 22:09:48 -07:00
Andrew Kvalheim
fe2e5febe3
Deconflate organization/conference IDs in role versions
...
Resolves failing test spec/features/versions_spec.rb:320.
2020-04-03 16:19:36 -07:00
Michael Ball
be991c53d3
Merge branch 'master' of github.com:snap-cloud/snapcon into admin-ticketing
...
* 'master' of github.com:snap-cloud/snapcon: (22 commits)
Cleanup some Auth specs and weird haml syntax
add sentry puma hooks
fix user model spec
Tweak Tickets Text
fix missing ]
Fix specs for omniauth providers?
Update stripe mock gem
remove airbrake
Add sentry logging
Update stripe gem
Cleanup stripe stuff
Fix the docker init script
Cleanup specs
Cleanup config file, ensure providers are set if present
Fix format spec with new markdown options
Try to update spec file with image in navbar
Delint
Delint helpers
Lint: Sort gems
Update user model spec
...
2020-02-06 02:02:20 -08:00