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

Restructure into controllers & routes, add middleware for duplicate permlink & check for ulogs certified. #2

Merged
merged 22 commits into from Jan 16, 2019

Commits on Jan 12, 2019

  1. Configuration menu
    Copy the full SHA
    880a734 View commit details
    Browse the repository at this point in the history
  2. Create feedback.controller.js

    Contains:
    
    1. Add Feeback
    tobias-g1 committed Jan 12, 2019
    Configuration menu
    Copy the full SHA
    1f26fa7 View commit details
    Browse the repository at this point in the history
  3. Create images.controller.js

    Contains:
    
    1. Upload Image
    tobias-g1 committed Jan 12, 2019
    Configuration menu
    Copy the full SHA
    98dfd8f View commit details
    Browse the repository at this point in the history
  4. Create post.controller.js

    Contains:
    
    1. Create posts
    2. Create comment
    3. Get comments
    4. Get comment
    5. Get User Gig
    6. Get Featured Posts
    7. Get Steemgigs
    8. Get Steem by Category
    9. Get Steem by Sub Category
    tobias-g1 committed Jan 12, 2019
    Configuration menu
    Copy the full SHA
    75202f5 View commit details
    Browse the repository at this point in the history
  5. Create profile.controller.js

    Contains:
    
    1. Login
    2. Set Profile
    3. Edit Profile
    4. Verify User
    5. Get user profile
    6. Get user image
    7. Get account
    tobias-g1 committed Jan 12, 2019
    Configuration menu
    Copy the full SHA
    2998f2b View commit details
    Browse the repository at this point in the history
  6. Create search.controller.js

    Contains:
    
    1. Search
    tobias-g1 committed Jan 12, 2019
    Configuration menu
    Copy the full SHA
    4a131be View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7615769 View commit details
    Browse the repository at this point in the history
  8. Create feedback.route.js

    tobias-g1 committed Jan 12, 2019
    Configuration menu
    Copy the full SHA
    74c17e4 View commit details
    Browse the repository at this point in the history
  9. Create images.route.js

    tobias-g1 committed Jan 12, 2019
    Configuration menu
    Copy the full SHA
    9f34ce7 View commit details
    Browse the repository at this point in the history
  10. Create posts.route.js

    tobias-g1 committed Jan 12, 2019
    Configuration menu
    Copy the full SHA
    66ec6cf View commit details
    Browse the repository at this point in the history
  11. Create profile.route.js

    tobias-g1 committed Jan 12, 2019
    Configuration menu
    Copy the full SHA
    c61a98a View commit details
    Browse the repository at this point in the history
  12. Create search.route.js

    tobias-g1 committed Jan 12, 2019
    Configuration menu
    Copy the full SHA
    d2fd7a4 View commit details
    Browse the repository at this point in the history
  13. Simplify items in index.js

    tobias-g1 committed Jan 12, 2019
    Configuration menu
    Copy the full SHA
    89eaeb9 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #1 from tobias-g1/api-restructure

    Api restructure
    tobias-g1 committed Jan 12, 2019
    Configuration menu
    Copy the full SHA
    bc089b4 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    3562bda View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    a1a6f13 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2019

  1. Update post response to send back permlink

    As the middleware can adjust the permlink if a duplicate is found, the permlink must be sent back in the response in order to push a user to the correct post.
    tobias-g1 committed Jan 13, 2019
    Configuration menu
    Copy the full SHA
    977e04c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from tobias-g1/duplicate-permlink-check

    Add middleware to check permlink for duplication
    tobias-g1 committed Jan 13, 2019
    Configuration menu
    Copy the full SHA
    fbe0ac5 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2019

  1. Configuration menu
    Copy the full SHA
    cf3b9d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95eebfb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    950d1f6 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3 from tobias-g1/certified-ulogger

    Add middleware to check for certified ulogger status
    tobias-g1 committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    5172e75 View commit details
    Browse the repository at this point in the history