Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-04 | Version 0.2.60.2.6 | Azul | |
* reset button state from 'loading...' after failed login attempt (#4231) * use https sources in Gemfiles and documentation(#4109) * include Gemfile.lock to prevent unintended updates (#4174) * fixed download urls to get latest versions for mac, android and windows * test api login with umlauts in password | |||
2013-10-28 | Fix button to enable account: https://leap.se/code/issues/4246 | jessib | |
2013-10-28 | Merge pull request #107 from azul/feature/reenable-submit-button | jessib | |
reset button loading... state on error (#4231) | |||
2013-10-28 | no need to create a user for testing failed login attempt | Azul | |
2013-10-28 | reset button loading... state on error (#4231) | Azul | |
including test refactored error display some | |||
2013-10-28 | Merge branch 'feature/4109-https-sources' into develop | Azul | |
2013-10-28 | Merge remote-tracking branch 'origin/master' into develop | Azul | |
2013-10-21 | the class for the html tag is linux32 - not just linux | Azul | |
2013-10-21 | Merge pull request #104 from azul/test/api-login-with-umlauts-in-password | jessib | |
test login through the API using python with umlauts | |||
2013-10-21 | adopt css to mac-> osx change | Azul | |
2013-10-21 | use osx not mac as an identifier for the os. | Azul | |
2013-10-21 | remove duplicate source line that was using http | Azul | |
I don't think we need to list the sources again in common_dependencies.rb | |||
2013-10-21 | fix download urls for mac, android and windows | Azul | |
They did not point directly to the download. | |||
2013-10-18 | include Gemfile.lock to prevent unintended updates (#4174) | Azul | |
We had a broken production server lately because it had upgraded the couchrest model dependency to one that had a different naming scheme for a function we overwrite. So that broke production. Let's prevent that by including the Gemfile.lock in our repositories. | |||
2013-10-18 | use https sources in Gemfiles and also in the documentation (#4109) | Azul | |
2013-10-18 | test logging in through the API using python with umlauts | Azul | |
2013-10-18 | Version 0.2.50.2.5 | Azul | |
* detect os in browser and show proper download link (#4173) * billing: admin can see past due subscriptions * passwords with umlauts work when logging in after signing up with the * client (#4002) * blacklisting common system email addresses listed in RFC 2142 (#3602) * blacklisting all usernames on the server (#3602) * configurable blocking of logins in the configuration (#3602) * require aliases to be all lower-case * Only allow braintree one-off payments when unauthenticated, & call them 'donations'. (#3796) | |||
2013-10-18 | Merge pull request #103 from azul/feature/configurable-download-urls | azul | |
Make download links configurable | |||
2013-10-18 | Make download links configurable | Azul | |
This way we won't have to redeploy once the new links to the windows and the android version are there. Also this obviously offers more flexibility for providers. | |||
2013-10-18 | Merge pull request #98 from jessib/feature/billing-past-due-subscriptions | azul | |
Feature/billing past due subscriptions | |||
2013-10-17 | Some cleanup of code to deal with past due subscriptions. | jessib | |
2013-10-17 | Merge pull request #102 from azul/feature/3602-email-blacklist | jessib | |
blacklist system logins for aliases and logins | |||
2013-10-17 | Merge pull request #101 from azul/bugfix/4002-utf8-encode-srp-password | jessib | |
use latest version of srp_js to fix #4002 | |||
2013-10-17 | Merge pull request #100 from azul/feature/os-detection | jessib | |
remove leftover from testing os specific sections | |||
2013-10-17 | blacklist system logins for aliases and logins | Azul | |
We blacklist based on three things: * blacklist in APP_CONFIG[:handle_blacklist] * emails in RFC 2142 * usernames in /etc/passwd The latter two can be allowed by explicitly whitelisting them in APP_CONFIG[:handle_whitelist]. We stick to blocking names that have been configured as both blacklisted and whitelisted - better be save than sorry. | |||
2013-10-17 | use latest version of srp_js to fix #4002 | Azul | |
We were not encoding the srp password properly before. So umlauts in the password would cause the login procedure to fail. | |||
2013-10-16 | remove leftover from testing os specific sections | Azul | |
2013-10-15 | Add permissions to subscriptions index, and fix test to stub the ↵ | jessib | |
subscription's balance. | |||
2013-10-15 | Merge pull request #99 from azul/feature/os-detection | jessib | |
detect os in browser and show proper download link | |||
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-10-10 | Admins can cancel pastdue subscriptions, but users cannot cancel their own ↵ | jessib | |
pastdue subscription, as then admins won't be able to search for them. | |||
2013-10-10 | Merge branch 'develop' into feature/billing-past-due-subscriptions | jessib | |
2013-10-10 | Merge pull request #96 from azul/release/0.2.4 | jessib | |
Release/0.2.4 | |||
2013-10-10 | Version 0.2.40.2.4 | Azul | |
2013-10-10 | Merge remote-tracking branch 'leap/develop' | Azul | |
2013-10-09 | Merge pull request #95 from azul/hotfix/4080-couchrest-model-breaks-bundle | azul | |
Fix couchrest model migrations to work with latest version | |||
2013-10-09 | Fix couchrest model migrations to work with latest version | Azul | |
Also we now depend upon couchrest model ~> 2.0.0. The beta2 still has the old naming scheme for CouchRest::Model::Utils::Migrate | |||
2013-10-08 | Consider pending & past due subscriptions as 'active' in the sense that they ↵ | jessib | |
should prevent one from adding a new subscription. | |||
2013-10-08 | Minor tweaks. | jessib | |
2013-10-07 | Fix typo in test name. | jessib | |
2013-10-07 | Updates to billing/README file. | jessib | |
2013-10-03 | And removing comment.. | jessib | |
2013-10-03 | Some refactoring of displayed of past-due subscriptions. | jessib | |
2013-10-01 | Allow admins to view past-due subscriptions. | jessib | |
2013-09-27 | Merge pull request #91 from jessib/feature/rollback_identity_destination_limits | azul | |
Since local part of email is case sensitive, want to allow remote email ... | |||
2013-09-26 | Since local part of email is case sensitive, want to allow remote email ↵ | jessib | |
addresses with uppercase letters in local part. | |||
2013-09-26 | Merge pull request #90 from azul/feature/use-token-auth | jessib | |
Feature/use token auth | |||
2013-09-25 | visual feedback when submitting forms (#3164) | Azul | |
This also helps with the failing integration test. We needed a way to tell the ajax request was back. Observing the button state now works for that. | |||
2013-09-24 | Merge pull request #89 from azul/feature/syslog-logging-again | jessib | |
Feature/syslog logging again | |||
2013-09-24 | use token auth when accessing the api from webapp | Azul | |
One failing integration test still needs to be fixed |