Henne Vogelsang
36b23ce25d
Make use of ENV.fetch
2022-05-06 14:53:57 +02:00
James Mason
ed6b2d8c93
Default to keeping user's email addresses private.
2018-09-25 22:11:38 +02:00
James Mason
4e742d170f
Only one collapsed menu on non-admin pages
...
(cherry picked from commit 96ff845120e7a9c83d5d4c30908b283bb9449247)
2018-07-02 09:57:21 -06:00
James Mason
cddc3e6f93
Move notifications into user menu
2018-06-11 11:53:44 +02:00
James Mason
1b8f864feb
Use organization name for title link if available, but link to /
2017-11-07 13:51:10 -08:00
nikhilgupta1211
d0a9610992
Made Sidebar collapsible for small screens
...
Added a hamburger button in _admin_html.haml for navbar collapse
Fixes #853
2017-08-21 12:52:33 +03:00
shlok007
83abc9f71f
remove Organization suffix from navbar-brand in navigation
2017-08-10 11:17:36 +05:30
shlok007
28b55a9d72
remove OSEM_NAME from navigation
2017-08-10 11:17:36 +05:30
shlok007
17eacaec0d
add tests for organization name in conference views
...
remove tests for organization name in conference#edit
2017-08-10 11:17:36 +05:30
shlok007
cdc08052b1
display organization name in menu bar
2017-08-10 11:17:36 +05:30
Svante
f9d8c9715c
Add bootstrap styling to sign in form
...
Add class `.form-control` to inputs and remove additional width styling
2017-07-15 16:15:01 +03:00
Siddhant Bajaj
53a2246ff2
Fixed issue in notification drop down menu
...
Fixed an indentation issue in notification drop down layout.
2017-05-13 17:48:05 +03:00
divyanshumehta
1ca448df6f
Changed Ruby syntax in views. Fixed #1326
2017-03-20 18:27:39 +05:30
gotens1211
db2d776c3b
Sign in Ui improved in mobile
...
hover fix for sign_in btn
improved osem-navbar.css.scss
removed class black
2017-03-08 21:20:11 +05:30
Shea Munion
96cfc036bc
Remove superfluous 'sign in' link.
2017-02-07 19:26:51 -06:00
JewelSam
0e55a7a3ac
#1271 - made 'Remember me' label clickable
2017-02-07 19:36:13 +03:00
Henne Vogelsang
ebcb2780cd
Configure OSEM via environment variables
...
Instead of reading a yaml file we get configuration from the
environment.
2016-04-29 16:36:47 +02:00
Stella Rouzi
444356fbc7
Introduce Program to include cfp/rooms/tracks/events/event_types/difficulty_levels
2016-02-06 17:42:51 +01:00
raluka
f7c70ba55c
updated comment layout from upstream; added grouped_by_event behaviour to comments_dropdown and helper
2015-09-21 15:56:57 +02:00
raluka
52a503afd2
changed #signed_in_with_roles(user) in ability.rb model
2015-09-17 12:13:21 +02:00
raluka
74dcd75a8c
created can_manage_comments helper for rendering button
2015-09-17 12:13:21 +02:00
raluka
e10a2491d3
created tests for user ability
2015-09-17 12:13:21 +02:00
raluka
b780996128
created comments with FactoryGirl
2015-09-17 12:13:21 +02:00
raluka
aa1ff51b58
small changes
2015-09-17 12:13:21 +02:00
raluka
35714f350e
Issue#15: Added Comment Notifications: notification_emails and comments view
2015-09-17 12:13:21 +02:00
Stella Rouzi
969c24c091
Move common views to partial
2015-06-11 15:20:48 +03:00
Henne Vogelsang
4ed8a72967
Widen the sign-in menu a bit
2015-04-23 11:23:20 +02:00
chrisbr
de92298085
Implements placeholder for login forms
2014-11-06 16:17:30 +01:00
Henne Vogelsang
6ab1bddd82
Use the correct URL for the ichain login
2014-11-06 12:51:39 +01:00
chrisbr
49d565def2
Implements iChain authentication
2014-11-04 17:42:47 +01:00
James Mason
d50ac96c6b
Switch header navigation glyphs to FontAwesome
2014-08-18 08:51:13 -07:00
Gopesh Tulsyan
4809edffe4
Removed brand helper for consistency, replaced glyphicons with fontawesome icons
2014-08-12 17:04:16 +05:30
Henne Vogelsang
5f96c276e9
Rework the Sign Up/Sign In views
...
Use Capybaras save_page when feature tests go wrong
2014-08-01 13:35:06 +02:00
Henne Vogelsang
a76fa8dd59
Fix the layout of the sign in box
2014-07-16 14:23:16 +02:00
Stella Rouzi
23bf55b66c
User/Person models merge
2014-06-30 15:46:06 +03:00
Gopesh Tulsyan
9c69abe950
Implements smoothscroll
2014-06-26 20:39:46 +05:30
Stella Rouzi
600adde6ba
implement openID authentication
2014-06-19 12:58:05 +03:00
Gopesh Tulsyan
f825599433
Conditional rendering of splash navbar
2014-05-29 11:24:54 -07:00
James Mason
b023459600
Use a single entry for navigation branding:
...
Allow a view to override the brand (esp. for conference splash pages),
Use the app name link for the admin control panel,
use the conference short title for end user content within a conference,
fall back to the app name link.
Visually, there are two substantial changes:
(1) the conference title (or short title) serves as the brand when viewing
conference content;
(2) the short title isn't shown redundantly on the navbar and the top of the
sidebar when editing a conf.
2014-05-28 13:52:15 -07:00
Chrisbr
89fb059aaa
New admin menu
2014-05-22 18:19:07 +02:00
Gopesh Tulsyan
d1e9bd06a6
View specs, added factories, fixed bugs
2014-05-21 16:20:02 +05:30
Gopesh Tulsyan
7a5f47257a
Create view for splash page from existing routes
2014-05-19 21:21:06 +05:30
Chrisbr
8e0b9193e2
Removes gravater alt text
2014-05-19 11:20:11 +02:00
Chrisbr
12e6fd9cb5
Bugfix to pass feature test
...
- check if session[:return_to] is nil
- adds unique html ids for dropdown login fields
2014-05-10 17:52:26 +02:00
Henne Vogelsang
2e9b92c3af
Initial Rails4 Port
2014-04-23 15:45:55 +02:00
Henne Vogelsang
587126218d
Update gems, use d3 gem, initial bootstrap v3 port
2014-03-17 16:42:19 +01:00
Henne Vogelsang
0982be8579
Simplify sidebar and navigation
...
Check existence of supporter levels
2014-03-04 10:10:07 +01:00
Stella
64b2b8b3f8
Volunteers, positions and days and volunteers list for admin, volunteering option for attendees
2014-01-01 11:39:59 +02:00
differentreality
b5c002ad77
show public name and email on top navbar
2013-07-29 08:59:40 +03:00
Henne Vogelsang
d96f7d5332
Tabify the statistics page
2013-07-12 14:28:48 +02:00