summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-04-22added "known problems" to the READMEelijah
2013-04-18remove 'api' subdomain restrictionelijah
2013-04-09Merge pull request #43 from azul/feature/pgp_key_by_email_viewjessib
2013-04-09adding initial viewAzul
2013-04-08Merge pull request #39 from azul/feature/keep-session-secretjessib
2013-04-08Merge pull request #38 from azul/feature/meainingful_couch_errorjessib
2013-04-08Merge pull request #41 from azul/feature/allow-getting-saltjessib
2013-04-05Merge pull request #42 from azul/bugfix/fix-migration-requiring-active-recordazul
2013-04-05make sure only our own models are loadedAzul
2013-04-03make sure user tests also run when run from users subdirAzul
2013-04-03fixed tests to use setup and teardown blocksAzul
2013-04-02send more meaningful error message on completely failed login attemptAzul
2013-04-02send salt on Session#create without srp ephemeral AAzul
2013-03-15fetch secret token for signing cookies from configAzul
2013-03-14catch Errno's and RestClient errors and throw a more meaningful couchrest errorAzul
2013-03-14Merge pull request #37 from azul/feature/migration-flowazul
2013-03-06updated deploy documentationAzul
2013-03-06simulate couch migration workflow on travisAzul
2013-03-06setup user and restrict db accessAzul
2013-03-06create sessions db - it's not a CouchRest Model db.Azul
2013-03-06make sure couchrest actually finds our models in the enginesAzul
2013-03-06restrict couch access to adminAzul
2013-03-06no auto update - migrate the couch beforeAzul
2013-03-06certs - changed the logic of free/paid certs to be limited/unlimited.elijah
2013-03-05Merge pull request #36 from leapcode/feature/limit_user_leakjessib
2013-03-05Merge branch 'master' into feature/limit_user_leakAzul
2013-03-05minor: fixed logout linkAzul
2013-03-04Update tests and documentation to reflect changed error messages with incorre...jessib
2013-03-04make api test script work with bitmask and print logAzul
2013-03-01Merge pull request #32 from azul/feature/api-version-1-fixesazul
2013-03-01Merge pull request #35 from azul/feature/update-install-instructionsazul
2013-02-28When attempting to login, the error messages should not leak information abou...jessib
2013-02-28Merge pull request #34 from leapcode/feature/limit_usernamesjessib
2013-02-28Have specific error messages for usernames with incorrect formats.jessib
2013-02-28use binstubs to make sure we use the right rails versionAzul
2013-02-27change free cert postfix to be a prefix (this is required for how openvpn doe...elijah
2013-02-27seperated troubleshoot from installAzul
2013-02-27use debugger for ruby 1.9 - not supporting 1.8.7 anymoreAzul
2013-02-27added TL;DR - fixed some issues with documentationAzul
2013-02-26Merge branch 'master' into feature/limit_usernamesjessib
2013-02-26Change to language for when updating username/password.jessib
2013-02-26Changes to valid format for usernames.jessib
2013-02-26Not using secure random, at least now, as using the couchrest ID as the code ...jessib
2013-02-26Merge pull request #28 from leapcode/feature/change_loginjessib
2013-02-26Merge pull request #27 from leapcode/feature/free-certsazul
2013-02-26minor: using ?: operator for cert postfixAzul
2013-02-26api for sessions fixedAzul
2013-02-26git ignore binstubsAzul
2013-02-25Admins cannot update a user. Eventually we will want to allow admins to updat...jessib
2013-02-25Slight refactoring of partialsjessib