Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-27 | upgrade: simple_form to bootstrap 3 | Azul | |
* reran the simple form initializer. * wrapped submit buttons are now broken and need a fix. * disabled confirmation validation in client side validations as the error message always is attached to the wrong field. | |||
2017-03-24 | fix: make use of client_side_validations in js | Azul | |
2017-03-23 | fix: display error js responses in dev environment | Azul | |
Sometimes the dev environment will send back a plain text response. This causes the json parser to raise an exception and used to cause the browser not to display any error message. Now we dumpt the whole server response - which happes to also include the backtrace. A lot more useful than doing nothing. In production this should never happen as 500s get handled by the ExceptionApplication / our ErrorsController there. | |||
2017-03-23 | git subrepo clone https://leap.se/git/srp_js app/assets/javascripts/srp | Azul | |
subrepo: subdir: "app/assets/javascripts/srp" merged: "9e1a417" upstream: origin: "https://leap.se/git/srp_js" branch: "master" commit: "9e1a417" git-subrepo: version: "0.3.1" origin: "https://github.com/ingydotnet/git-subrepo" commit: "a7ee886" | |||
2017-03-23 | fix: keep ticket submit button clickable | Azul | |
It was marked as submitted even when client side validations interfered. fixes github issue #227 | |||
2016-09-30 | added 'show more tweets'-link when more tweets are existing than displayed, ↵ | thea | |
method included to set number of tweets which should be displayed | |||
2016-09-22 | included Theas work on error-handling \o/; changed link to twitter-account ↵ | luca-marie | |
in header; fixed erb escaping characters problem without letting evil code pass; setting customized image file 'Avatar_Pic.png' in config/custo../assets to get loaded instead of default twitter-logo | |||
2016-09-13 | Added what was once deleted by mistake | luca-marie | |
2016-09-13 | Deleting one twitter img, only one is needed | luca-marie | |
2016-09-13 | Updating CSS and view Code | luca-marie | |
2016-09-13 | No need of 2nd Twitter img | luca-marie | |
2016-09-13 | Cleaning CSS &view code, updating twitter helper with develop | luca-marie | |
2016-09-09 | Added changes in css, view and main view file, as well as default avatar is ↵ | luca-marie | |
now set as twitter official logo (added 2 official twitter logo images; changed footer text. | |||
2016-09-09 | Added changes in css, view and main view file, as well as default avatar is ↵ | luca-marie | |
now set as twitter official logo (added 2 official twitter logo images; changed footer text. | |||
2016-09-01 | Updating the view and CSS, no pic and twitter handle in each tweet; | luca-marie | |
Displaying only 3 most tweets | |||
2016-09-01 | Changes mainly on CSS 'fine tuning' and shortening the Twitter API credentials, | luca-marie | |
- only bearer token is needed to access Twitter API | |||
2016-09-01 | Twitter controller now as helper, some more styling in CSS, bug fix | luca-marie | |
2016-09-01 | One more gif to play with | luca-marie | |
2016-09-01 | Update with Twitter | luca-marie | |
2016-05-02 | upgrade: bootstrap control-group -> form-group | Azul | |
2016-05-02 | upgrade: fix buttons for bootstrap3 | Azul | |
bootstrap3 now requires btn-default if no other btn option is present. download button on home page was too small in german translation | |||
2016-05-02 | upgrade bootstrap3 icons work now | Azul | |
import bootstrap-sprockets; before importing bootstrap in the scss. bootstrap now uses glyphicons which are based on fonts. So we always should use a span. Not sure what to do with big and huge icons yet. | |||
2016-05-02 | upgrade: add formbuilder wrapper for bootstrap | Azul | |
Not sure if this does what we need. But for now it fixes the tests | |||
2016-05-02 | upgrade: typeahead is not in bootstrap3 anymore | Azul | |
using twitter/typeahead instead which seems to have similar properties | |||
2016-05-02 | upgrade: use bootstrap3 variable names in leap.scss | Azul | |
2016-05-02 | update: stop refering to bootstrap2 ie7 hack | Azul | |
2016-05-02 | upgrade: bootstrap 3 does not have -responsive | Azul | |
We can also remove the backports now. :) | |||
2016-01-16 | retain locale in URL when logging in and signing up, and ajax actions in ↵ | elijah | |
general. | |||
2016-01-14 | added UI for invite codes | elijah | |
2016-01-10 | highlight admin areas with caution tape (wip) | elijah | |
2015-10-19 | Merge pull request #196 from EvyW/develop | azul | |
Admin - Ability to enable/disable user | |||
2015-09-28 | changes style sheets | EvyW | |
removed the three last lines | |||
2015-09-28 | Update submodule srp to 9e1a41733 | kaeff | |
2015-09-28 | Move account form info from srp_js into leap_web | kaeff | |
2015-09-22 | Update leap.scss | EvyW | |
2015-09-20 | adding ability to disable/enable users by admin | Evelyn | |
2015-07-14 | fix footer css when the locale links are visible | elijah | |
2015-06-15 | added CommonLanguages gem | elijah | |
2014-12-17 | css - remove @extend .label-default (that class does not exist) | elijah | |
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 | |