Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Djello #31

Open
wants to merge 95 commits into
base: master
Choose a base branch
from
Open

Djello #31

wants to merge 95 commits into from

Commits on Oct 22, 2017

  1. Rails setup

    yxlau committed Oct 22, 2017
    Configuration menu
    Copy the full SHA
    fa3cb67 View commit details
    Browse the repository at this point in the history
  2. Set up User back end

    yxlau committed Oct 22, 2017
    Configuration menu
    Copy the full SHA
    a039873 View commit details
    Browse the repository at this point in the history
  3. Set up React

    yxlau committed Oct 22, 2017
    Configuration menu
    Copy the full SHA
    8811b7a View commit details
    Browse the repository at this point in the history
  4. Set up login component

    yxlau committed Oct 22, 2017
    Configuration menu
    Copy the full SHA
    9b700b9 View commit details
    Browse the repository at this point in the history
  5. Enable CORS

    yxlau committed Oct 22, 2017
    Configuration menu
    Copy the full SHA
    099a8d6 View commit details
    Browse the repository at this point in the history
  6. Set up authentication (WIP)

    yxlau committed Oct 22, 2017
    Configuration menu
    Copy the full SHA
    a3926b7 View commit details
    Browse the repository at this point in the history
  7. Add login error message

    yxlau committed Oct 22, 2017
    Configuration menu
    Copy the full SHA
    b0758ca View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2017

  1. Set up user requests

    yxlau committed Oct 24, 2017
    Configuration menu
    Copy the full SHA
    51e01df View commit details
    Browse the repository at this point in the history
  2. Set up navbar

    yxlau committed Oct 24, 2017
    Configuration menu
    Copy the full SHA
    977bf4e View commit details
    Browse the repository at this point in the history
  3. Set up logout

    yxlau committed Oct 24, 2017
    Configuration menu
    Copy the full SHA
    00d51a2 View commit details
    Browse the repository at this point in the history
  4. Set up logout

    yxlau committed Oct 24, 2017
    Configuration menu
    Copy the full SHA
    1ab3404 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8fb7f65 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2017

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

Commits on Oct 26, 2017

  1. Configuration menu
    Copy the full SHA
    ed914ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f9fa841 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0504d06 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2017

  1. Configuration menu
    Copy the full SHA
    827179a View commit details
    Browse the repository at this point in the history
  2. Update seeds file

    yxlau committed Oct 29, 2017
    Configuration menu
    Copy the full SHA
    758ea9c View commit details
    Browse the repository at this point in the history
  3. Fix main controller request

    yxlau committed Oct 29, 2017
    Configuration menu
    Copy the full SHA
    bae2019 View commit details
    Browse the repository at this point in the history
  4. Set up board selection

    yxlau committed Oct 29, 2017
    Configuration menu
    Copy the full SHA
    04ed251 View commit details
    Browse the repository at this point in the history
  5. Fix main controller data lookup

    yxlau committed Oct 29, 2017
    Configuration menu
    Copy the full SHA
    897678c View commit details
    Browse the repository at this point in the history
  6. Set up board creation

    yxlau committed Oct 29, 2017
    Configuration menu
    Copy the full SHA
    d49d9d7 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2017

  1. Configuration menu
    Copy the full SHA
    23cfb58 View commit details
    Browse the repository at this point in the history
  2. Set up list updates

    yxlau committed Oct 30, 2017
    Configuration menu
    Copy the full SHA
    5df7d02 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2017

  1. Set up list creation

    yxlau committed Oct 31, 2017
    Configuration menu
    Copy the full SHA
    4956ec7 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2017

  1. Update list style

    yxlau committed Nov 1, 2017
    Configuration menu
    Copy the full SHA
    56600aa View commit details
    Browse the repository at this point in the history
  2. Fix Board request specs

    yxlau committed Nov 1, 2017
    Configuration menu
    Copy the full SHA
    418daef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    05ac676 View commit details
    Browse the repository at this point in the history
  4. Set up list deletion

    yxlau committed Nov 1, 2017
    Configuration menu
    Copy the full SHA
    c494941 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    17a108f View commit details
    Browse the repository at this point in the history
  6. Set up ListCard view

    yxlau committed Nov 1, 2017
    Configuration menu
    Copy the full SHA
    b9fda82 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    45e6a3b View commit details
    Browse the repository at this point in the history
  8. Merge branch 'board'

    yxlau committed Nov 1, 2017
    Configuration menu
    Copy the full SHA
    3b42b37 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'board/card'

    yxlau committed Nov 1, 2017
    Configuration menu
    Copy the full SHA
    f1ac571 View commit details
    Browse the repository at this point in the history
  10. Set up card creation

    yxlau committed Nov 1, 2017
    Configuration menu
    Copy the full SHA
    f131abd View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    705f248 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2017

  1. Set up updates for cards

    yxlau committed Nov 7, 2017
    Configuration menu
    Copy the full SHA
    becb954 View commit details
    Browse the repository at this point in the history
  2. Fix up card details view

    yxlau committed Nov 7, 2017
    Configuration menu
    Copy the full SHA
    feff1ff View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2017

  1. Set up "mark done" for cards

    yxlau committed Nov 8, 2017
    Configuration menu
    Copy the full SHA
    f427ead View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ece239 View commit details
    Browse the repository at this point in the history
  3. Set up membership revocation

    yxlau committed Nov 8, 2017
    Configuration menu
    Copy the full SHA
    b77dd9a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b3178a9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    896fa29 View commit details
    Browse the repository at this point in the history
  6. Improve user model spec

    yxlau committed Nov 8, 2017
    Configuration menu
    Copy the full SHA
    e24898d View commit details
    Browse the repository at this point in the history
  7. Fix context wording

    yxlau committed Nov 8, 2017
    Configuration menu
    Copy the full SHA
    8c7498e View commit details
    Browse the repository at this point in the history
  8. Set up card member addition

    yxlau committed Nov 8, 2017
    Configuration menu
    Copy the full SHA
    93ceb7e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    28ba73a View commit details
    Browse the repository at this point in the history
  10. Fix invalid prop type

    yxlau committed Nov 8, 2017
    Configuration menu
    Copy the full SHA
    f361c4b View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2017

  1. Merge cards into master

    yxlau committed Nov 9, 2017
    Configuration menu
    Copy the full SHA
    5922f24 View commit details
    Browse the repository at this point in the history
  2. Fix card creation spec

    yxlau committed Nov 9, 2017
    Configuration menu
    Copy the full SHA
    9d6fbf3 View commit details
    Browse the repository at this point in the history
  3. Remove unused model

    yxlau committed Nov 9, 2017
    Configuration menu
    Copy the full SHA
    6eae000 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    293baf5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    010ab34 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0f66b1b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7e58ecf View commit details
    Browse the repository at this point in the history
  8. Fix button style

    yxlau committed Nov 9, 2017
    Configuration menu
    Copy the full SHA
    90fa6e9 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2017

  1. Set up activity model

    yxlau committed Nov 10, 2017
    Configuration menu
    Copy the full SHA
    bb87eb7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2545c4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3a6053b View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2017

  1. Configuration menu
    Copy the full SHA
    2486ae8 View commit details
    Browse the repository at this point in the history
  2. Fix card creation bug

    yxlau committed Nov 11, 2017
    Configuration menu
    Copy the full SHA
    f221706 View commit details
    Browse the repository at this point in the history
  3. Fix card reducer

    yxlau committed Nov 11, 2017
    Configuration menu
    Copy the full SHA
    9f900be View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2017

  1. Fix card creation bug

    yxlau committed Nov 12, 2017
    Configuration menu
    Copy the full SHA
    6225e23 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    937506e View commit details
    Browse the repository at this point in the history
  3. Set up activities on front end

    yxlau committed Nov 12, 2017
    Configuration menu
    Copy the full SHA
    6254027 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2017

  1. Display member names on card

    yxlau committed Nov 13, 2017
    Configuration menu
    Copy the full SHA
    b7384a8 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2017

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

Commits on Nov 16, 2017

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

Commits on Nov 18, 2017

  1. normalize data

    yxlau committed Nov 18, 2017
    Configuration menu
    Copy the full SHA
    11984bc View commit details
    Browse the repository at this point in the history
  2. Set up loading indicator

    yxlau committed Nov 18, 2017
    Configuration menu
    Copy the full SHA
    4ca1124 View commit details
    Browse the repository at this point in the history
  3. Fix modal cancel button size

    yxlau committed Nov 18, 2017
    Configuration menu
    Copy the full SHA
    3aa766c View commit details
    Browse the repository at this point in the history
  4. Fix bug when adding card member

    yxlau committed Nov 18, 2017
    Configuration menu
    Copy the full SHA
    1213dc0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a684c1b View commit details
    Browse the repository at this point in the history
  6. Start working on errors

    yxlau committed Nov 18, 2017
    Configuration menu
    Copy the full SHA
    53f1831 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2017

  1. Fix login error handling

    yxlau committed Nov 21, 2017
    Configuration menu
    Copy the full SHA
    618dcb6 View commit details
    Browse the repository at this point in the history
  2. Give /client its own repository

    yxlau committed Nov 21, 2017
    Configuration menu
    Copy the full SHA
    2f7289c View commit details
    Browse the repository at this point in the history
  3. Update CORS origin

    yxlau committed Nov 21, 2017
    Configuration menu
    Copy the full SHA
    74b3fd8 View commit details
    Browse the repository at this point in the history
  4. -

    yxlau committed Nov 21, 2017
    Configuration menu
    Copy the full SHA
    bb39b10 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    01906e8 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2017

  1. Switch origin

    yxlau committed Nov 22, 2017
    Configuration menu
    Copy the full SHA
    5e3b832 View commit details
    Browse the repository at this point in the history
  2. Add /client back to repo

    yxlau committed Nov 22, 2017
    Configuration menu
    Copy the full SHA
    62502b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f41a220 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fb81cbf View commit details
    Browse the repository at this point in the history
  5. Fix back end for user sign ups

    yxlau committed Nov 22, 2017
    Configuration menu
    Copy the full SHA
    e59bb16 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9841670 View commit details
    Browse the repository at this point in the history
  7. Use ENV vars for CORS origin

    yxlau committed Nov 22, 2017
    Configuration menu
    Copy the full SHA
    7091439 View commit details
    Browse the repository at this point in the history
  8. Update baseURL

    yxlau committed Nov 22, 2017
    Configuration menu
    Copy the full SHA
    b8e4d1d View commit details
    Browse the repository at this point in the history
  9. Update README

    yxlau committed Nov 22, 2017
    Configuration menu
    Copy the full SHA
    39ae331 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2017

  1. Configuration menu
    Copy the full SHA
    a04a952 View commit details
    Browse the repository at this point in the history
  2. Fix user creation bugs

    yxlau committed Nov 23, 2017
    Configuration menu
    Copy the full SHA
    b5c9095 View commit details
    Browse the repository at this point in the history
  3. Fix activity bug

    yxlau committed Nov 23, 2017
    Configuration menu
    Copy the full SHA
    f2f8eeb View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Specify ruby version

    yxlau committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    e3c6e80 View commit details
    Browse the repository at this point in the history
  2. Revert "Fix activity bug"

    This reverts commit f2f8eeb.
    yxlau committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    e1f4a78 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6880262 View commit details
    Browse the repository at this point in the history