Skip to content
This repository has been archived by the owner on Sep 2, 2023. It is now read-only.

Don't merge this! Debugging travis tests #2546

Open
wants to merge 648 commits into
base: release
Choose a base branch
from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Apr 29, 2015

  1. [FIX] Advanced Trade: remove one step (RT-3271)

    Do not show "Submit another order" screen
    after placing an order
    darkdarkdragon committed Apr 29, 2015
    Configuration menu
    Copy the full SHA
    8e4f97d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    150437d View commit details
    Browse the repository at this point in the history
  3. Merge pull request ripple#2473 from yongsoo/fix/defaultripple

    Trust: Fix DefaultRipple flag setting (RT-3353)
    vhpoet committed Apr 29, 2015
    Configuration menu
    Copy the full SHA
    f146ed8 View commit details
    Browse the repository at this point in the history
  4. Merge pull request ripple#2461 from darkdarkdragon/develop-RT-3259

    [FIX] Save last trade page (RT-3259)
    vhpoet committed Apr 29, 2015
    Configuration menu
    Copy the full SHA
    d83f919 View commit details
    Browse the repository at this point in the history
  5. Merge pull request ripple#2468 from Mesrop/release-RT-3366-28-04-15

    [TASK] Add contact button after send has wrong background/border (RT-336...
    yongsoo committed Apr 29, 2015
    Configuration menu
    Copy the full SHA
    9be7581 View commit details
    Browse the repository at this point in the history
  6. Merge pull request ripple#2466 from Mesrop/release-RT-3382-28-04-15

    [TASK] Container size should not change for confirmation page (RT-3382)
    yongsoo committed Apr 29, 2015
    Configuration menu
    Copy the full SHA
    49a2bee View commit details
    Browse the repository at this point in the history
  7. Merge pull request ripple#2457 from darkdarkdragon/develop-RT-2915

    [FIX]Contacts: use standard notification(RT-2915)
    yongsoo committed Apr 29, 2015
    Configuration menu
    Copy the full SHA
    d572664 View commit details
    Browse the repository at this point in the history
  8. Merge pull request ripple#2467 from Mesrop/release-RT-3383-28-04-15

    [TASK] Trade confirmation page: Order Value (max) field should show comp...
    mrajvanshy committed Apr 29, 2015
    Configuration menu
    Copy the full SHA
    0499031 View commit details
    Browse the repository at this point in the history
  9. Merge pull request ripple#2465 from darkdarkdragon/develop-RT-3204

    [FIX] handle change to async validators (RT-3204)
    mrajvanshy committed Apr 29, 2015
    Configuration menu
    Copy the full SHA
    98cf0c4 View commit details
    Browse the repository at this point in the history
  10. Merge pull request ripple#2458 from darkdarkdragon/develop-RT-3362

    [FIX] Add spacing in cancel order modal (RT-3362)
    mrajvanshy committed Apr 29, 2015
    Configuration menu
    Copy the full SHA
    ac080c2 View commit details
    Browse the repository at this point in the history
  11. Merge pull request ripple#2456 from darkdarkdragon/develop-RT-3125

    [FIX] Contacts: show ripple names (RT-3125)
    mrajvanshy committed Apr 29, 2015
    Configuration menu
    Copy the full SHA
    41a14eb View commit details
    Browse the repository at this point in the history
  12. Merge pull request ripple#2454 from darkdarkdragon/develop-myorders-fix

    [FIX] fix my orders template loading
    mrajvanshy committed Apr 29, 2015
    Configuration menu
    Copy the full SHA
    d38072a View commit details
    Browse the repository at this point in the history
  13. Merge pull request ripple#2453 from darkdarkdragon/develop-RT-3364

    [FIX] My orders: do not reload orderbook(RT-3364)
    mrajvanshy committed Apr 29, 2015
    Configuration menu
    Copy the full SHA
    473f1af View commit details
    Browse the repository at this point in the history
  14. Merge pull request ripple#2428 from darkdarkdragon/develop-RT-3357

    [FIX] addressPopover: use $templateRequest (RT-3357)
    mrajvanshy committed Apr 29, 2015
    Configuration menu
    Copy the full SHA
    6d0d549 View commit details
    Browse the repository at this point in the history
  15. Merge pull request ripple#2417 from darkdarkdragon/develop-fix-trade-…

    …input
    
    [FIX] Advanced trade: fix values calculations
    mrajvanshy committed Apr 29, 2015
    Configuration menu
    Copy the full SHA
    67fe91a View commit details
    Browse the repository at this point in the history
  16. Merge pull request ripple#2460 from darkdarkdragon/develop-RT-3250

    [FIX] Trust: fix e-notation in edit (RT-3250)
    vhpoet committed Apr 29, 2015
    Configuration menu
    Copy the full SHA
    c5cd98e View commit details
    Browse the repository at this point in the history
  17. [FIX] Advanced trade: fix values calculations

    Do not convert amount and order values to number
    when assigning to input - because chrome and IE shows
    big/small numbers in input in scientific notation
    
    use "replace(/,/g, '')" on result of "to_text_full()"
    until ripple lib fixed - "to_text_full()" returns
    string with group separator
    darkdarkdragon authored and vhpoet committed Apr 29, 2015
    Configuration menu
    Copy the full SHA
    20275c2 View commit details
    Browse the repository at this point in the history
  18. [FIX] addressPopover: use $templateRequest (RT-3357)

    addressPopover: load addresspopover.html instead of the jade file
    using $templateRequest
    darkdarkdragon authored and vhpoet committed Apr 29, 2015
    Configuration menu
    Copy the full SHA
    a807753 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    8a13ba0 View commit details
    Browse the repository at this point in the history
  20. [FIX] My orders: do not reload orderbook(RT-3364)

    do not reload orderbook when starting editing order
    if orders pair match current book's pair
    darkdarkdragon authored and vhpoet committed Apr 29, 2015
    Configuration menu
    Copy the full SHA
    2c6febd View commit details
    Browse the repository at this point in the history
  21. [FIX] Contacts: show ripple names (RT-3125)

    Show Ripple name for contact instead of Ripple address
    darkdarkdragon authored and vhpoet committed Apr 29, 2015
    Configuration menu
    Copy the full SHA
    de773ab View commit details
    Browse the repository at this point in the history
  22. [FIX]Contacts: use standard notification(RT-2915)

    For creating/deleting/updating contacts use standard
    notifications mechanism (that notifications dissapear
    after timeout)
    darkdarkdragon authored and vhpoet committed Apr 29, 2015
    Configuration menu
    Copy the full SHA
    131f31f View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    1fce903 View commit details
    Browse the repository at this point in the history
  24. [FIX] Send: alert about min btc size (RT-3360)

    When sending to a BTC address, show text to indicate that minimum
    transaction size is .001 BTC
    darkdarkdragon authored and vhpoet committed Apr 29, 2015
    Configuration menu
    Copy the full SHA
    d415df9 View commit details
    Browse the repository at this point in the history
  25. [FIX] Trust: fix e-notation in edit (RT-3250)

    Fix for Chrome showing very low trust limits in edit
    field in e-notation.
    darkdarkdragon authored and vhpoet committed Apr 29, 2015
    Configuration menu
    Copy the full SHA
    7964f4b View commit details
    Browse the repository at this point in the history
  26. [FIX] Save last trade page (RT-3259)

    Save last trade page user went to (Simple or Advanced)
    to user blob.
    darkdarkdragon authored and vhpoet committed Apr 29, 2015
    Configuration menu
    Copy the full SHA
    615011c View commit details
    Browse the repository at this point in the history
  27. [FIX] handle change to async validators (RT-3204)

    In forms that use rpAvailableName or rpDest check not
    only for $invalid, but for $pending too.
    On send tab better handle changes to recipient address
    when form invalidates.
    darkdarkdragon authored and vhpoet committed Apr 29, 2015
    Configuration menu
    Copy the full SHA
    ef6f019 View commit details
    Browse the repository at this point in the history
  28. [FIX] Custom gateways: do not show Add (RT-3340)

    Do not show "Add" button in custom gateways pages
    while Ripple name is loading
    darkdarkdragon authored and vhpoet committed Apr 29, 2015
    Configuration menu
    Copy the full SHA
    015e4c4 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    bb381b7 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    b7b0a2e View commit details
    Browse the repository at this point in the history
  31. Fix: SnapSwap link (RT-3314)

    yongsoo committed Apr 29, 2015
    Configuration menu
    Copy the full SHA
    f34fff1 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2015

  1. Configuration menu
    Copy the full SHA
    26dcdee View commit details
    Browse the repository at this point in the history
  2. Merge pull request ripple#2476 from vhpoet/release

    [FIX] Trade: Show right numbers in trade confirmation
    vhpoet committed Apr 30, 2015
    Configuration menu
    Copy the full SHA
    5de3c34 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    517dbf6 View commit details
    Browse the repository at this point in the history
  4. Merge pull request ripple#2475 from yongsoo/fix/ss

    Fix: SnapSwap link (RT-3314)
    vhpoet committed Apr 30, 2015
    Configuration menu
    Copy the full SHA
    2f29d8b View commit details
    Browse the repository at this point in the history
  5. Merge pull request ripple#2477 from vhpoet/release

    [TASK] Gulp: Enable all languages
    yongsoo committed Apr 30, 2015
    Configuration menu
    Copy the full SHA
    27933c9 View commit details
    Browse the repository at this point in the history
  6. [FIX] wording fixes to btc page

    Anna Tong committed Apr 30, 2015
    Configuration menu
    Copy the full SHA
    ef57b6e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    18caca0 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2015

  1. Configuration menu
    Copy the full SHA
    cc165e0 View commit details
    Browse the repository at this point in the history
  2. [FIX] Advanced Trade: fix edit order model

    put back edit order widget model that was changed accidentally
    darkdarkdragon committed May 1, 2015
    Configuration menu
    Copy the full SHA
    71b157f View commit details
    Browse the repository at this point in the history
  3. [TEST] move e2e private tests to separate dir

    this is for development. for testing they will be joined into
    one file for speedup
    darkdarkdragon committed May 1, 2015
    Configuration menu
    Copy the full SHA
    a6f9a55 View commit details
    Browse the repository at this point in the history
  4. [FIX] Send: fix currencies constraints (RT-3393)

    Fix processing of currencies constraints.
    When RT is loaded in browser, underscore lib gets replaced
    by the lodash by something. And in the old versions of lodash
    there was bug in _.intersection method (if argument is just one
    array it returned this array). But in recent versions they fixed
    this bug, so $scope.update_currency_choices broke.
    darkdarkdragon committed May 1, 2015
    Configuration menu
    Copy the full SHA
    b227b15 View commit details
    Browse the repository at this point in the history
  5. Merge pull request ripple#2482 from darkdarkdragon/release-RT-3393

    [FIX] Send: fix currencies constraints (RT-3393)
    MatthewPhinney committed May 1, 2015
    Configuration menu
    Copy the full SHA
    b68e369 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2015

  1. Configuration menu
    Copy the full SHA
    f134e8e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04fd2ed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b1aca94 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    783ab76 View commit details
    Browse the repository at this point in the history
  5. Merge pull request ripple#2485 from mrajvanshy/fix/wording

    Trade: fix the wording on the confirmation page (RT-3399)
    vhpoet committed May 4, 2015
    Configuration menu
    Copy the full SHA
    cc0b67a View commit details
    Browse the repository at this point in the history
  6. Merge pull request ripple#2484 from mrajvanshy/fix/uri

    Fix UI for login page when using URIs (RT-2980)
    vhpoet committed May 4, 2015
    Configuration menu
    Copy the full SHA
    3a29ce5 View commit details
    Browse the repository at this point in the history
  7. [FIX] Editing defaultRipple settings (RT-3398)

    Add loading icon and notifications when changing defaultRipple settings
    darkdarkdragon committed May 4, 2015
    Configuration menu
    Copy the full SHA
    d8184ec View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fedf28d View commit details
    Browse the repository at this point in the history
  9. Merge pull request ripple#2486 from yongsoo/fix/trust

    Trust: Fix UI issue with incoming trust (RT-3373)
    vhpoet committed May 4, 2015
    Configuration menu
    Copy the full SHA
    8bac914 View commit details
    Browse the repository at this point in the history
  10. [FIX] move order notification (RT-3271)

    move order notification under order widget
    darkdarkdragon committed May 4, 2015
    Configuration menu
    Copy the full SHA
    8baf05a View commit details
    Browse the repository at this point in the history
  11. [FIX] App: get languages list

    vhpoet committed May 4, 2015
    Configuration menu
    Copy the full SHA
    b894ae5 View commit details
    Browse the repository at this point in the history
  12. Merge pull request ripple#2489 from vhpoet/release

    [FIX] App: get languages list
    mrajvanshy committed May 4, 2015
    Configuration menu
    Copy the full SHA
    4f5f558 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2015

  1. Configuration menu
    Copy the full SHA
    8e6a837 View commit details
    Browse the repository at this point in the history
  2. Merge pull request ripple#2490 from vhpoet/release

    [TASK] Gulp: Don't generate l10n strings on dev
    mrajvanshy committed May 5, 2015
    Configuration menu
    Copy the full SHA
    da4f1a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9ef45b5 View commit details
    Browse the repository at this point in the history
  4. [FIX] History: force "to" date (RT-3374)

    History: force "to" date to be biger than "from"
    darkdarkdragon committed May 5, 2015
    Configuration menu
    Copy the full SHA
    7cdb758 View commit details
    Browse the repository at this point in the history
  5. [TEST] join e2e tests

    join e2e tests in batches in hope
    that in this way they will run faster
    darkdarkdragon committed May 5, 2015
    Configuration menu
    Copy the full SHA
    ed5aa2f View commit details
    Browse the repository at this point in the history
  6. Merge pull request ripple#2494 from darkdarkdragon/develop-e2e-fix

    Develop e2e fix
    Anna Tong committed May 5, 2015
    Configuration menu
    Copy the full SHA
    fc87b2a View commit details
    Browse the repository at this point in the history
  7. [FIX] Trade: "My Orders" orderbooks (RT-3400)

    Advanced Trade: when switching between orderbooks
    using the "My Orders" widget check if current pair
    is same and do not try to switch in that case.
    darkdarkdragon committed May 5, 2015
    Configuration menu
    Copy the full SHA
    388072a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    363177c View commit details
    Browse the repository at this point in the history
  9. [TEST] move e2e private tests to separate dir

    this is for development. for testing they will be joined into
    one file for speedup
    darkdarkdragon committed May 5, 2015
    Configuration menu
    Copy the full SHA
    10eedd5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    df8009b View commit details
    Browse the repository at this point in the history
  11. [TEST] join e2e tests

    join e2e tests in batches in hope
    that in this way they will run faster
    darkdarkdragon committed May 5, 2015
    Configuration menu
    Copy the full SHA
    94dd1d7 View commit details
    Browse the repository at this point in the history
  12. Merge pull request ripple#2496 from darkdarkdragon/release-e2e-fixe

    e2e fixes to release branch
    Anna Tong committed May 5, 2015
    Configuration menu
    Copy the full SHA
    9f32ada View commit details
    Browse the repository at this point in the history
  13. [TEST] move back e2e tests for dev

    also move firefox browser to be first in tests
    darkdarkdragon committed May 5, 2015
    Configuration menu
    Copy the full SHA
    566cfc9 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    49cf09a View commit details
    Browse the repository at this point in the history
  15. Merge pull request ripple#2498 from darkdarkdragon/release-e2e-fixes-02

    [TEST] move back e2e tests for dev
    Anna Tong committed May 5, 2015
    Configuration menu
    Copy the full SHA
    ed6a97e View commit details
    Browse the repository at this point in the history
  16. Merge pull request ripple#2499 from darkdarkdragon/develop-RT-3405

    [TEST] remove old unused e2e tests (RT-3405)
    Anna Tong committed May 5, 2015
    Configuration menu
    Copy the full SHA
    a1c0d9e View commit details
    Browse the repository at this point in the history
  17. [TEST] BRL e2e test fix

    add id to "Add Rippex" button on #brl tab and use it in e2e test
    darkdarkdragon committed May 5, 2015
    Configuration menu
    Copy the full SHA
    89ff8f7 View commit details
    Browse the repository at this point in the history
  18. Merge pull request ripple#2500 from darkdarkdragon/release-e2e-fixes-03

    [TEST] BRL e2e test fix
    Anna Tong committed May 5, 2015
    Configuration menu
    Copy the full SHA
    6a6b6d1 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2015

  1. Merge pull request ripple#2495 from darkdarkdragon/release-RT-3400

    [FIX] Trade: "My Orders" orderbooks (RT-3400)
    mrajvanshy committed May 6, 2015
    Configuration menu
    Copy the full SHA
    ae2dd6f View commit details
    Browse the repository at this point in the history
  2. [TEST] e2e TradeNonXRP test fix

    wait for confirmation dialog
    darkdarkdragon committed May 6, 2015
    Configuration menu
    Copy the full SHA
    3758174 View commit details
    Browse the repository at this point in the history
  3. Merge pull request ripple#2501 from darkdarkdragon/release-e2e-fixes-04

    [TEST] e2e TradeNonXRP test fix
    Anna Tong committed May 6, 2015
    Configuration menu
    Copy the full SHA
    2df35c3 View commit details
    Browse the repository at this point in the history
  4. Merge pull request ripple#2483 from mrajvanshy/release2

    Fix RT favicon on retina screens (RT-3394)
    vhpoet committed May 6, 2015
    Configuration menu
    Copy the full SHA
    f60d100 View commit details
    Browse the repository at this point in the history
  5. Merge pull request ripple#2491 from darkdarkdragon/develop-RT-3374

    [FIX] History: force "to" date (RT-3374)
    mrajvanshy committed May 6, 2015
    Configuration menu
    Copy the full SHA
    f38fe30 View commit details
    Browse the repository at this point in the history
  6. Merge pull request ripple#2487 from darkdarkdragon/release-RT-3398

    [FIX] Editing defaultRipple settings (RT-3398)
    mrajvanshy committed May 6, 2015
    Configuration menu
    Copy the full SHA
    49ef793 View commit details
    Browse the repository at this point in the history
  7. Merge pull request ripple#2481 from darkdarkdragon/develop-trade-pirc…

    …e-edit-fix
    
    [FIX] Advanced Trade: fix edit order model
    mrajvanshy committed May 6, 2015
    Configuration menu
    Copy the full SHA
    dbb2bd1 View commit details
    Browse the repository at this point in the history
  8. Merge pull request ripple#2480 from Mesrop/release-RT-2719

    [TASK] Breakpoints in send cut off longer values when in tablet view (RT-2719)
    mrajvanshy committed May 6, 2015
    Configuration menu
    Copy the full SHA
    0be17b8 View commit details
    Browse the repository at this point in the history
  9. Merge pull request ripple#2479 from ripple/annatonger-patch-1

    [FIX] wording fixes to btc page
    mrajvanshy committed May 6, 2015
    Configuration menu
    Copy the full SHA
    82effad View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    83dd28a View commit details
    Browse the repository at this point in the history
  11. [TASK] Trust: Do not allow incoming lines with balance to disable rip…

    …pling, show warning message when enabling rippling (RT-3371)
    yongsoo committed May 6, 2015
    Configuration menu
    Copy the full SHA
    5467472 View commit details
    Browse the repository at this point in the history
  12. Merge pull request ripple#2502 from yongsoo/task/rippling

    [FIX] Trust: Do not allow incoming lines with balance to disable rippling, show warning message when enabling rippling (RT-3371)
    vhpoet committed May 6, 2015
    Configuration menu
    Copy the full SHA
    fe5b9a5 View commit details
    Browse the repository at this point in the history
  13. Merge pull request ripple#2488 from mrajvanshy/add/bitstamp

    Add Bitstamp to Ripple Trade-Fund-Gateways under USD and BTC (RM-3375)
    vhpoet committed May 6, 2015
    Configuration menu
    Copy the full SHA
    c4c190c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0c2fe9f View commit details
    Browse the repository at this point in the history
  15. Merge pull request ripple#2472 from darkdarkdragon/develop-RT-3271

    [FIX] Advanced Trade: remove one step (RT-3271)
    mrajvanshy committed May 6, 2015
    Configuration menu
    Copy the full SHA
    e3871ab View commit details
    Browse the repository at this point in the history
  16. Merge pull request ripple#2492 from Mesrop/release-RT-3367-05-05-15

    [TASK] Signup/Login form UI messed up (RT-3367)
    mrajvanshy committed May 6, 2015
    Configuration menu
    Copy the full SHA
    60a9f9c View commit details
    Browse the repository at this point in the history
  17. Merge pull request ripple#2464 from darkdarkdragon/develop-RT-3205

    [FIX] Option to edit the send_max (RT-3205)
    mrajvanshy committed May 6, 2015
    Configuration menu
    Copy the full SHA
    4bf6c14 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    07ed1c8 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    e2fe9aa View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    55d44a0 View commit details
    Browse the repository at this point in the history
  21. Merge pull request ripple#2506 from darkdarkdragon/release-e2e-fixes-05

    e2e fixes 05
    Anna Tong committed May 6, 2015
    Configuration menu
    Copy the full SHA
    d3837b2 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    2499480 View commit details
    Browse the repository at this point in the history
  23. Merge pull request ripple#2505 from mrajvanshy/fix/uriaddress

    Show full ripple addres in URIs
    vhpoet committed May 6, 2015
    Configuration menu
    Copy the full SHA
    2ff52ed View commit details
    Browse the repository at this point in the history
  24. Merge pull request ripple#2507 from mrajvanshy/remove

    Remove Paxmoneta from Advanced trade tab dropdown (RT-3406)
    vhpoet committed May 6, 2015
    Configuration menu
    Copy the full SHA
    0704d50 View commit details
    Browse the repository at this point in the history
  25. Merge pull request ripple#2413 from darkdarkdragon/develop-RT-3344

    [FIX] fix "-0.00" balance (RT-3344)
    mrajvanshy committed May 6, 2015
    Configuration menu
    Copy the full SHA
    f9b93c5 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2015

  1. Configuration menu
    Copy the full SHA
    5fdc721 View commit details
    Browse the repository at this point in the history
  2. Merge pull request ripple#2508 from darkdarkdragon/release-e2e-fixes-07

    [TEST] e2e: better TradeNonXRP and TradeXRP tests
    Anna Tong committed May 7, 2015
    Configuration menu
    Copy the full SHA
    6ddb3c9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request ripple#2503 from Mesrop/release-RT-3349-06-05-15

    [TASK] Top menu icons on unfunded wallet (RT-3349)
    yongsoo committed May 7, 2015
    Configuration menu
    Copy the full SHA
    5e835de View commit details
    Browse the repository at this point in the history
  4. [FIX] Prevent lodash overwriting underscore RT-3407

    Include underscore after other libs to prevent lodash overwriting '_'
    variable which is intended for underscore
    h0vhannes committed May 7, 2015
    Configuration menu
    Copy the full SHA
    462a067 View commit details
    Browse the repository at this point in the history
  5. Merge pull request ripple#2509 from h0vhannes/develop

    [FIX] Prevent lodash overwriting underscore RT-3407
    mrajvanshy committed May 7, 2015
    Configuration menu
    Copy the full SHA
    b27640b View commit details
    Browse the repository at this point in the history
  6. Bump version to 1.4.1

    vhpoet committed May 7, 2015
    Configuration menu
    Copy the full SHA
    c12baef View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    82486b2 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2015

  1. [FIX] Trade: Show loading for orderbooks(RT-3402)

    Orderbook: Show loading instead of "no bids"
    darkdarkdragon committed May 8, 2015
    Configuration menu
    Copy the full SHA
    36b2663 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c20fd9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f25e335 View commit details
    Browse the repository at this point in the history
  4. Merge pull request ripple#2511 from yongsoo/fix/trustline

    [TASK] Trust: Filter out and hide insignificant trustlines (RT-3373)
    vhpoet committed May 8, 2015
    Configuration menu
    Copy the full SHA
    1af2024 View commit details
    Browse the repository at this point in the history
  5. Hotfix 1.4.1-1

    vhpoet committed May 8, 2015
    Configuration menu
    Copy the full SHA
    1312a3d View commit details
    Browse the repository at this point in the history

Commits on May 9, 2015

  1. [FIX] btc2ripple right error message (RT-3412)

    fix error message on add btc2ripple confirm
    dialog if email is already in use
    darkdarkdragon committed May 9, 2015
    Configuration menu
    Copy the full SHA
    89b8b28 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2015

  1. Merge pull request ripple#2512 from darkdarkdragon/develop-RT-3412

    [FIX] btc2ripple right error message (RT-3412)
    yongsoo committed May 11, 2015
    Configuration menu
    Copy the full SHA
    74792ce View commit details
    Browse the repository at this point in the history
  2. Merge pull request ripple#2412 from darkdarkdragon/develop-RT-3343

    [FIX] Trade: fix trade pairs order edit (RT-3343)
    vhpoet committed May 11, 2015
    Configuration menu
    Copy the full SHA
    f2e2d30 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    72699f6 View commit details
    Browse the repository at this point in the history
  4. Merge pull request ripple#2497 from darkdarkdragon/release-RT-3402

    [FIX] Trade: Show loading for orderbooks(RT-3402)
    mrajvanshy committed May 11, 2015
    Configuration menu
    Copy the full SHA
    d3359d3 View commit details
    Browse the repository at this point in the history
  5. Merge pull request ripple#2402 from jublonet/issue/3280-locale-popup-esc

    [FEATURE] Dismiss locale popup on Esc (RT-3280)
    mrajvanshy committed May 11, 2015
    Configuration menu
    Copy the full SHA
    31f287a View commit details
    Browse the repository at this point in the history
  6. Merge pull request ripple#2409 from darkdarkdragon/develop-RT-1385

    [FIX] History: show price for orders (RT-1385)
    mrajvanshy committed May 11, 2015
    Configuration menu
    Copy the full SHA
    53acb3a View commit details
    Browse the repository at this point in the history
  7. Merge pull request ripple#2513 from mrajvanshy/develop3

    [FIX] Wrong bitstamp text on BTC page (RT-3420)
    vhpoet committed May 11, 2015
    Configuration menu
    Copy the full SHA
    02a5513 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    057cc22 View commit details
    Browse the repository at this point in the history
  9. Merge pull request ripple#2514 from mrajvanshy/develop3

    [FIX] USD and BTC gateway pages (RT-3422)
    vhpoet committed May 11, 2015
    Configuration menu
    Copy the full SHA
    36ccbcb View commit details
    Browse the repository at this point in the history

Commits on May 12, 2015

  1. [TASK] Readme: Add reddit user community link

    From a closed PR
    vhpoet committed May 12, 2015
    Configuration menu
    Copy the full SHA
    8c50d2b View commit details
    Browse the repository at this point in the history
  2. Merge pull request ripple#2354 from darkdarkdragon/develop-RT-2957-fix-3

    [FIX] Trust: fix not to trust unfunded (RT-2957)
    mrajvanshy committed May 12, 2015
    Configuration menu
    Copy the full SHA
    c6c8368 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fec1d24 View commit details
    Browse the repository at this point in the history
  4. Bump version to 1.4.2

    vhpoet committed May 12, 2015
    Configuration menu
    Copy the full SHA
    15d11ce View commit details
    Browse the repository at this point in the history

Commits on May 15, 2015

  1. [TASK] Update unfunded banner text

    Anna Tong committed May 15, 2015
    Configuration menu
    Copy the full SHA
    15576aa View commit details
    Browse the repository at this point in the history
  2. Merge pull request ripple#2515 from ripple/annatonger-patch-2

    [TASK] Update unfunded banner text
    mrajvanshy committed May 15, 2015
    Configuration menu
    Copy the full SHA
    8d97544 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2015

  1. Configuration menu
    Copy the full SHA
    649ace0 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2015

  1. Update trade.jade

    Anna Tong committed May 18, 2015
    Configuration menu
    Copy the full SHA
    399f71e View commit details
    Browse the repository at this point in the history
  2. Merge pull request ripple#2516 from yongsoo/fix/remove

    [FIX] Trust: Add removing... button when removing trustline in basic view (RT-3373)
    vhpoet committed May 18, 2015
    Configuration menu
    Copy the full SHA
    a3fd133 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    30071c6 View commit details
    Browse the repository at this point in the history
  4. Merge pull request ripple#2518 from mrajvanshy/develop3

    [FIX] Broken Bitstamp link (RT-3437)
    vhpoet committed May 18, 2015
    Configuration menu
    Copy the full SHA
    208ff6c View commit details
    Browse the repository at this point in the history

Commits on May 19, 2015

  1. Configuration menu
    Copy the full SHA
    e69f888 View commit details
    Browse the repository at this point in the history
  2. Update localizations

    mynetx committed May 19, 2015
    Configuration menu
    Copy the full SHA
    f16dbaa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3898c4a View commit details
    Browse the repository at this point in the history
  4. Update ripple-lib

    vhpoet committed May 19, 2015
    Configuration menu
    Copy the full SHA
    5b835c0 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2015

  1. [FIX] do not ask pass on unfunded (RT-3433)

    when on unfunded account transaction is getting added
    to rpTxQueue, do not ask password - it is not needed
    darkdarkdragon committed May 20, 2015
    Configuration menu
    Copy the full SHA
    f3bfee9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7018fb7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    797abf1 View commit details
    Browse the repository at this point in the history
  4. Merge pull request ripple#2523 from vhpoet/release

    [FIX] Trade: Track by BookDirectory not index
    vhpoet committed May 20, 2015
    Configuration menu
    Copy the full SHA
    67a58e6 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2015

  1. [FIX] Trade: show only Available XRP (RT-3389)

    Show only Available XRP.
    Do not allow to place an order if Available XRP <=0
    darkdarkdragon committed May 21, 2015
    Configuration menu
    Copy the full SHA
    8519dba View commit details
    Browse the repository at this point in the history
  2. [FIX] Balance widget: 4 decimal places (RT-3390)

    Show 4 decimal places on XRP in balance widget
    darkdarkdragon committed May 21, 2015
    Configuration menu
    Copy the full SHA
    acccfa2 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2015

  1. Add Korean localization

    mynetx committed May 27, 2015
    Configuration menu
    Copy the full SHA
    e230f85 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f3aced View commit details
    Browse the repository at this point in the history
  3. Update French localization

    mynetx committed May 27, 2015
    Configuration menu
    Copy the full SHA
    da041f5 View commit details
    Browse the repository at this point in the history
  4. Merge pull request ripple#2525 from darkdarkdragon/release-RT-3390

    [FIX] Balance widget: 4 decimal places (RT-3390)
    mrajvanshy committed May 27, 2015
    Configuration menu
    Copy the full SHA
    2df4cde View commit details
    Browse the repository at this point in the history
  5. Merge pull request ripple#2524 from darkdarkdragon/release-RT-3389

    [FIX] Trade: show only Available XRP (RT-3389)
    yongsoo committed May 27, 2015
    Configuration menu
    Copy the full SHA
    9e862fe View commit details
    Browse the repository at this point in the history
  6. Merge pull request ripple#2519 from jublonet/issue/readme-urls

    Update README: current URLs for issues and clients
    yongsoo committed May 27, 2015
    Configuration menu
    Copy the full SHA
    e385aac View commit details
    Browse the repository at this point in the history
  7. Merge pull request ripple#2520 from jublonet/update-l10n

    Update localizations
    yongsoo committed May 27, 2015
    Configuration menu
    Copy the full SHA
    7d37b6f View commit details
    Browse the repository at this point in the history

Commits on May 28, 2015

  1. Merge pull request ripple#2522 from darkdarkdragon/release-RT-3433

    [FIX] do not ask pass on unfunded (RT-3433)
    mrajvanshy committed May 28, 2015
    Configuration menu
    Copy the full SHA
    bffa039 View commit details
    Browse the repository at this point in the history
  2. [FEATURE] Add Bluzelle gateway for CAD (RT-3441)

    Add Bluzelle as a featured gateway for CAD
    darkdarkdragon committed May 28, 2015
    Configuration menu
    Copy the full SHA
    76ac32b View commit details
    Browse the repository at this point in the history
  3. [FIX] incoming trust line fix (RT-3392)

    fix how incoming trust line shown while logged in
    darkdarkdragon committed May 28, 2015
    Configuration menu
    Copy the full SHA
    3b9fbcb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6a5267a View commit details
    Browse the repository at this point in the history
  5. Merge pull request ripple#2528 from mrajvanshy/develop3

    [TASK] Upload notice to Ripple Trade pausing ability to create new accounts (RT-3444)
    vhpoet committed May 28, 2015
    Configuration menu
    Copy the full SHA
    51ab16c View commit details
    Browse the repository at this point in the history

Commits on May 29, 2015

  1. [FEATURE] Highlight new/changed orders (RT-3278)

    Advanced Trade: highlight new/updated orders
    with green/red color.
    darkdarkdragon committed May 29, 2015
    Configuration menu
    Copy the full SHA
    56781f7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request ripple#2526 from darkdarkdragon/develop-RT-3441

    [FEATURE] Add Bluzelle gateway for CAD (RT-3441)
    mrajvanshy committed May 29, 2015
    Configuration menu
    Copy the full SHA
    1dcc60c View commit details
    Browse the repository at this point in the history

Commits on May 30, 2015

  1. Configuration menu
    Copy the full SHA
    eae6ecc View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2015

  1. Merge pull request ripple#2529 from darkdarkdragon/develop-RT-3278

    [FEATURE] Highlight new/changed orders (RT-3278)
    mrajvanshy committed Jun 1, 2015
    Configuration menu
    Copy the full SHA
    d6ed9ac View commit details
    Browse the repository at this point in the history
  2. Merge pull request ripple#2527 from darkdarkdragon/develop-RT-3392

    [FIX] incoming trust line fix (RT-3392)
    yongsoo committed Jun 1, 2015
    Configuration menu
    Copy the full SHA
    ac96b37 View commit details
    Browse the repository at this point in the history
  3. Merge pull request ripple#2530 from darkdarkdragon/develop-e2e-fix-4

    [TEST] really turn off custom gateways tests
    yongsoo committed Jun 1, 2015
    Configuration menu
    Copy the full SHA
    25ed59c View commit details
    Browse the repository at this point in the history
  4. Bump version to 1.4.3

    vhpoet committed Jun 1, 2015
    Configuration menu
    Copy the full SHA
    58ceb4f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    deec00f View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2015

  1. [FIX] Fix trade pairs edit (RT-3343)

    Fix trade pairs order edit.
    Update ng-sortable to latest version.
    darkdarkdragon committed Jun 2, 2015
    Configuration menu
    Copy the full SHA
    d2406e5 View commit details
    Browse the repository at this point in the history
  2. [TASK] Remove sign up

    vhpoet committed Jun 2, 2015
    Configuration menu
    Copy the full SHA
    b1b3727 View commit details
    Browse the repository at this point in the history
  3. Merge pull request ripple#2534 from vhpoet/release

    [TASK] Remove sign up
    yongsoo committed Jun 2, 2015
    Configuration menu
    Copy the full SHA
    17001d8 View commit details
    Browse the repository at this point in the history
  4. Merge pull request ripple#2533 from darkdarkdragon/develop-RT-3343-2

    [FIX] Fix trade pairs edit (RT-3343)
    yongsoo committed Jun 2, 2015
    Configuration menu
    Copy the full SHA
    740f942 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    777aee3 View commit details
    Browse the repository at this point in the history
  6. Merge pull request ripple#2535 from vhpoet/release

    [TASK] Show login on first login
    mrajvanshy committed Jun 2, 2015
    Configuration menu
    Copy the full SHA
    fe9c259 View commit details
    Browse the repository at this point in the history
  7. [TASK] Update announcement

    vhpoet committed Jun 2, 2015
    Configuration menu
    Copy the full SHA
    b15ef82 View commit details
    Browse the repository at this point in the history
  8. Merge pull request ripple#2536 from vhpoet/release

    [TASK] Update announcement
    mrajvanshy committed Jun 2, 2015
    Configuration menu
    Copy the full SHA
    29127fa View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2015

  1. [TASK] Update announcement

    vhpoet committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    5ecf1cb View commit details
    Browse the repository at this point in the history
  2. Merge pull request ripple#2537 from vhpoet/release

    [TASK] Update announcement
    mrajvanshy committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    bccf420 View commit details
    Browse the repository at this point in the history
  3. Bump version to 1.4.4

    vhpoet committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    63397be View commit details
    Browse the repository at this point in the history
  4. [FIX] fix json rewriter

    take into account case when there is no transaction in RippleState node
    darkdarkdragon committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    2ff2262 View commit details
    Browse the repository at this point in the history
  5. Merge pull request ripple#2538 from darkdarkdragon/json-rewriter-fix

    [FIX] fix json rewriter
    vhpoet committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    4afcce2 View commit details
    Browse the repository at this point in the history
  6. Hotfix 1.4.4-1

    vhpoet committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    cafb460 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2015

  1. Configuration menu
    Copy the full SHA
    f00e5c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17c96c3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0737526 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4807f54 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d48ac63 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1d07767 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9039332 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f7a101c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7c662ba View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    aafe410 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0652089 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    51c1b47 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    efdc006 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    69cb3a5 View commit details
    Browse the repository at this point in the history
  15. [FIX] Styling fixes

    h0vhannes committed Jun 5, 2015
    Configuration menu
    Copy the full SHA
    1c8cd8e View commit details
    Browse the repository at this point in the history
  16. [FIX] Remove logout from blob service

    id service is responsible for login/logout
    h0vhannes committed Jun 5, 2015
    Configuration menu
    Copy the full SHA
    8ebc9b5 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    9b51cf7 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    64f9128 View commit details
    Browse the repository at this point in the history
  19. [FIX] Add typeof userBlob check to prevent unit tests failure

    Unit tests in exchange.controller.spec.js call blobIsValid with
    undefined value used as blob object which causes error. This
    fix adds a type check for userBlob before other checks.
    h0vhannes committed Jun 5, 2015
    Configuration menu
    Copy the full SHA
    538a8a9 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    03d8fbf View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    ba9d00e View commit details
    Browse the repository at this point in the history
  22. [FIX] Travis: Add RTB URL to Travis config

    RTB is needed for login tests, so it should be placed in config
    h0vhannes committed Jun 5, 2015
    Configuration menu
    Copy the full SHA
    9636deb View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    f0f13dc View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    439cb3e View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    2880c77 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    db6b091 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    c1ac73e View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    532c588 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    61e4dd3 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    9d6cf4a View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2015

  1. Configuration menu
    Copy the full SHA
    c830714 View commit details
    Browse the repository at this point in the history
  2. Merge pull request ripple#2521 from h0vhannes/oauth

    OAuth login for Ripple Trade
    vhpoet committed Jun 16, 2015
    Configuration menu
    Copy the full SHA
    f600bbd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    94af9ce View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    97f648b View commit details
    Browse the repository at this point in the history
  5. Merge pull request ripple#2539 from h0vhannes/release

    [FIX] Merge: Fix merge differences
    vhpoet committed Jun 16, 2015
    Configuration menu
    Copy the full SHA
    111ed8c View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2015

  1. Configuration menu
    Copy the full SHA
    7dc6a2c View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2015

  1. Configuration menu
    Copy the full SHA
    9a17115 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f3c4773 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    575824b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6650587 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2015

  1. Configuration menu
    Copy the full SHA
    cfa07dd View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2015

  1. Configuration menu
    Copy the full SHA
    b967ce9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ac74af View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2015

  1. Configuration menu
    Copy the full SHA
    860f614 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    474ae77 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2015

  1. Merge pull request ripple#2540 from h0vhannes/release

    [FEAT] Logout: Auto logout from IDS on logout
    vhpoet committed Jun 26, 2015
    Configuration menu
    Copy the full SHA
    3fd7f8c View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2015

  1. [FEAT] Logout: Logout URL for IDS autologout

    https://RT.URL/#/logout?redirect_to=URL logs out user
    from RT and RTB and redirects back to the mentioned URL
    h0vhannes committed Jun 27, 2015
    Configuration menu
    Copy the full SHA
    73d28c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b4340b5 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2015

  1. Merge pull request ripple#2544 from h0vhannes/release

    [FEAT] Logout: Logout URL for IDS autologout
    vhpoet committed Jun 29, 2015
    Configuration menu
    Copy the full SHA
    5bd2ae6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    481e5bb View commit details
    Browse the repository at this point in the history
  3. Merge pull request ripple#2545 from mrajvanshy/newBanner

    Update banner when CIP launches (RT-3478)
    vhpoet committed Jun 29, 2015
    Configuration menu
    Copy the full SHA
    091bf89 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2015

  1. Configuration menu
    Copy the full SHA
    974e69c View commit details
    Browse the repository at this point in the history
  2. Merge pull request ripple#2547 from mrajvanshy/fix/tou

    [TASK] Update PP and ToU (RT-3481)
    vhpoet committed Jun 30, 2015
    Configuration menu
    Copy the full SHA
    4b85b71 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c4c9c4f View commit details
    Browse the repository at this point in the history
  4. Merge pull request ripple#2549 from mrajvanshy/fix/tou

    [FIX] Change company name on ToU and Privacy Policy
    vhpoet committed Jun 30, 2015
    Configuration menu
    Copy the full SHA
    cb39130 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ecba9ac View commit details
    Browse the repository at this point in the history
  6. Merge pull request ripple#2550 from vhpoet/release

    [TASK] Remove the sign up button
    vhpoet committed Jun 30, 2015
    Configuration menu
    Copy the full SHA
    4f007b6 View commit details
    Browse the repository at this point in the history
  7. Bump version to 1.5.0

    vhpoet committed Jun 30, 2015
    Configuration menu
    Copy the full SHA
    9cac53d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c466cdf View commit details
    Browse the repository at this point in the history
  9. Merge pull request ripple#2553 from mrajvanshy/fix/btc

    Remove auto-resolve to btc bridge in send field (RT-3482)
    vhpoet committed Jun 30, 2015
    Configuration menu
    Copy the full SHA
    d03ea82 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2015

  1. [FIX] landing page styles

    bsteinlo committed Jul 1, 2015
    Configuration menu
    Copy the full SHA
    ec3759a View commit details
    Browse the repository at this point in the history
  2. Merge pull request ripple#2555 from bsteinlo/temp

    [FIX] landing page styles
    MatthewPhinney committed Jul 1, 2015
    Configuration menu
    Copy the full SHA
    b8ec002 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2015

  1. Bump version to 1.5.1

    vhpoet committed Jul 2, 2015
    Configuration menu
    Copy the full SHA
    ce43d0b View commit details
    Browse the repository at this point in the history
  2. [FIX] Send: Do not add tilde (RT-3484)

    Do not add tilde to ripple address if
    there is no ripple name for that address.
    darkdarkdragon committed Jul 2, 2015
    Configuration menu
    Copy the full SHA
    58cc927 View commit details
    Browse the repository at this point in the history
  3. [TASK] update banner text

    Anna Tong committed Jul 2, 2015
    Configuration menu
    Copy the full SHA
    9e5d281 View commit details
    Browse the repository at this point in the history
  4. Merge pull request ripple#2557 from darkdarkdragon/develop-RT-3484

    [FIX] Send: Do not add tilde (RT-3484)
    vhpoet committed Jul 2, 2015
    Configuration menu
    Copy the full SHA
    3f1ae36 View commit details
    Browse the repository at this point in the history
  5. Merge pull request ripple#2558 from ripple/annatonger-patch-1

    [TASK] update banner text
    vhpoet committed Jul 2, 2015
    Configuration menu
    Copy the full SHA
    a7b96d5 View commit details
    Browse the repository at this point in the history
  6. [FIX] Send: Do not add tilde (RT-3484)

    Do not add tilde to ripple address if
    there is no ripple name for that address.
    darkdarkdragon authored and vhpoet committed Jul 2, 2015
    Configuration menu
    Copy the full SHA
    437bacf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    eec3c18 View commit details
    Browse the repository at this point in the history
  8. Hotfix 1.5.1-1

    vhpoet committed Jul 2, 2015
    Configuration menu
    Copy the full SHA
    ccdd592 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    20d537b View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2015

  1. [FIX] Testing travis

    h0vhannes committed Jul 13, 2015
    Configuration menu
    Copy the full SHA
    e76a28d View commit details
    Browse the repository at this point in the history
  2. [FIX] Testing travis

    h0vhannes committed Jul 13, 2015
    Configuration menu
    Copy the full SHA
    2fdfe9f View commit details
    Browse the repository at this point in the history
  3. [FIX] Testing travis

    h0vhannes committed Jul 13, 2015
    Configuration menu
    Copy the full SHA
    74a6ee9 View commit details
    Browse the repository at this point in the history
  4. [FIX] Testing travis

    h0vhannes committed Jul 13, 2015
    Configuration menu
    Copy the full SHA
    10064d3 View commit details
    Browse the repository at this point in the history