Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-07-09 | list identities based on search only | Azul | |
2014-07-05 | Enable unblocking handles in identities tab | Azul | |
There's an identities tab now for admins that will allow unblocking blocked handles. It should be easy to expand for aliases and forwards and other types of actions such as editing. | |||
2014-07-05 | backport bootstraps 3.2s list-inline | Azul | |
list-unstyled comes for free | |||
2014-05-14 | make download button wide enough for helvetica #5039 | Azul | |
2014-05-06 | hide srp forms when no js is available | Azul | |
Hiding them using two mechanisms in case one fails: .hidden class - bootstrap hides them then style='display:none' - so they are hidden even if css load fails | |||
2014-04-29 | remove os specific download buttons | Azul | |
keeping the platform detection for now. | |||
2014-04-29 | simplify download button | Azul | |
2014-04-25 | basic password validation without client side gem | Azul | |
The client_side_validations gem is not maintained anymore and the validations were not working lately. So instead of trying to fix it I started working on independent validations for the password as it can't be validated on the server due to SRP. So far these validations are very primitive. They require 8 characters length and a matching confirmation. | |||
2014-04-25 | ensure buttons are properly loading... and reset | Azul | |
2014-04-10 | bringing back srp js | Azul | |
2014-04-08 | moving users: app and test files | Azul | |
2014-04-08 | moving all of core into toplevel, tests fail. | Azul | |
2014-01-27 | fix js platform detection to match new way we have single link for linux ↵ | elijah | |
(not linux32 or linux64). | |||
2014-01-23 | added a default footer with links to privacy policy, tos, pricing, about us, ↵ | elijah | |
contact. | |||
2014-01-16 | switch to using dl.bitmask.net | elijah | |
2013-10-21 | the class for the html tag is linux32 - not just linux | Azul | |
2013-10-21 | adopt css to mac-> osx change | Azul | |
2013-10-15 | detect os in browser and show proper download link | Azul | |
We add a class to the html element based on the detected os and use that to pick which download link should be visible. If we detect an os that is not supported we display a deactivated download link instead with all alternatives. | |||
2013-07-07 | move icon path -- it turns out /icons/ is used by apache in most default ↵ | elijah | |
installations, so leap's icons moved to /leap-img/ | |||
2013-07-06 | rename /img/ to /icons/ so as to not conflict with existing puppet deploy ↵ | elijah | |
recipes. | |||
2013-07-04 | bootswatch is messing up with the bootstrap icons, so i am disabling it for now. | elijah | |
2013-07-04 | minor changes to css and home page. | elijah | |
2013-07-04 | better ticket view navigation: tickets are now either global in scope (for ↵ | elijah | |
admins) or stay as a nested resource for a particular user (for normal users and when you visit the tickets list of a particular user). | |||
2013-07-04 | cleaned up application layout and some minor css. | elijah | |
2013-07-04 | add js to report all errors to the user, not just ones related to field ↵ | elijah | |
validation. | |||
2013-07-04 | new layout for the home buttons | elijah | |
2013-07-04 | new home page | elijah | |
2013-07-04 | remove gem bootstrap-editable | elijah | |
2013-07-04 | new ui for tickets | elijah | |
2013-07-04 | start of new ui - css changes, layout changes, navigation changes. | elijah | |
2013-06-27 | bootstrap menu now has 60 px height - adjust body padding | Azul | |
2013-06-17 | Use bootswatch rails gem. | jessib | |
2013-02-04 | removing bootstrap-editable-inline as that does not exist anymore | Azul | |
2013-01-13 | add head and tail scss, for customization | elijah | |
2012-12-14 | Do not include the pjax js and remove the pjax line | Azul | |
This was breaking inclusion of other js. | |||
2012-12-11 | Start to using x-editable to have title editable. | jessib | |
2012-12-11 | Playing around with using x-editable, which isn't yet working. | jessib | |
2012-11-26 | Merge branch 'develop' into help_develop | jessib | |
2012-11-26 | hide buttons in table-hover unless hovered over tr | Azul | |
2012-11-20 | ui tweaks to the menu | Azul | |
2012-11-20 | ui tweaks to the menu | Azul | |
2012-11-19 | Merge branch 'develop' into help_develop | jessib | |
Conflicts: app/assets/javascripts/application.js ui_dependencies.rb | |||
2012-11-16 | playing around with pjax-rails but not using it yet | jessib | |
2012-11-12 | adding client side validations to the mix | Azul | |
2012-10-17 | UI tweaks including newer version of bootstrap | Azul | |
2012-10-02 | bringing sign_up back to life | Azul | |
2012-09-27 | Adding in what used to be leap webapp demo | Azul | |
we're merging repositories into one |