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

Loose coupling of pallets: Roles + Social #10

Merged
merged 34 commits into from Jun 5, 2020

Commits on Apr 21, 2020

  1. Add initial "staging" config

    F3Joule authored and siman committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    e30dcd4 View commit details
    Browse the repository at this point in the history
  2. Change time per block

    F3Joule authored and siman committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    95cdc0d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a5000e8 View commit details
    Browse the repository at this point in the history
  4. Fix docker-compose

    F3Joule authored and siman committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    e2296f8 View commit details
    Browse the repository at this point in the history
  5. Disable space-owners in Runtime

    F3Joule authored and siman committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    b896fa0 View commit details
    Browse the repository at this point in the history
  6. Add telemetry URL into Barracuda Testnet

    F3Joule authored and siman committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    4e4f733 View commit details
    Browse the repository at this point in the history
  7. Update README.md

    F3Joule authored and siman committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    e671c2f View commit details
    Browse the repository at this point in the history
  8. Update README.md

    F3Joule authored and siman committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    a41eff4 View commit details
    Browse the repository at this point in the history
  9. Apply suggestions from code review

    Co-Authored-By: Subsocial <62490051+subsocialdev@users.noreply.github.com>
    2 people authored and siman committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    84cb55c View commit details
    Browse the repository at this point in the history
  10. Update README.md

    F3Joule committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    44a54ba View commit details
    Browse the repository at this point in the history

Commits on May 29, 2020

  1. Configuration menu
    Copy the full SHA
    212bda3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0dcdf42 View commit details
    Browse the repository at this point in the history
  3. Implement Roles pallet coupling

    Co-Authored-By: siman <aleksandr.siman@gmail.com>
    F3Joule and siman committed May 29, 2020
    Configuration menu
    Copy the full SHA
    6daba7f View commit details
    Browse the repository at this point in the history

Commits on May 30, 2020

  1. Update types.json

    F3Joule committed May 30, 2020
    Configuration menu
    Copy the full SHA
    468a4be View commit details
    Browse the repository at this point in the history
  2. Refactor default permissions using built-in roles

    Co-Authored-By: siman <aleksandr.siman@gmail.com>
    F3Joule and siman committed May 30, 2020
    Configuration menu
    Copy the full SHA
    d01de9e View commit details
    Browse the repository at this point in the history
  3. WIP: Refactor Roles

    - Move traits from `pallet-utils` to `df-traits`
    
    Co-Authored-By: siman <aleksandr.siman@gmail.com>
    F3Joule and siman committed May 30, 2020
    Configuration menu
    Copy the full SHA
    e704b39 View commit details
    Browse the repository at this point in the history
  4. WIP: Refactor Permissions

    Co-Authored-By: siman <aleksandr.siman@gmail.com>
    F3Joule and siman committed May 30, 2020
    Configuration menu
    Copy the full SHA
    00f7beb View commit details
    Browse the repository at this point in the history
  5. WIP: Fix some errors in Social

    - Fix errors related to previous refactors
    - Fix code style in `pallet-social/src/functions`
    
    Co-Authored-By: siman <aleksandr.siman@gmail.com>
    F3Joule and siman committed May 30, 2020
    Configuration menu
    Copy the full SHA
    9697305 View commit details
    Browse the repository at this point in the history
  6. Implement ensure_user_has_post_permission

    Co-Authored-By: siman <aleksandr.siman@gmail.com>
    F3Joule and siman committed May 30, 2020
    Configuration menu
    Copy the full SHA
    40c7fc0 View commit details
    Browse the repository at this point in the history
  7. Add default Space and Posts permissions in runtime

    Co-Authored-By: siman <aleksandr.siman@gmail.com>
    F3Joule and siman committed May 30, 2020
    Configuration menu
    Copy the full SHA
    817c021 View commit details
    Browse the repository at this point in the history
  8. Fix std-features errors

    F3Joule committed May 30, 2020
    Configuration menu
    Copy the full SHA
    5551820 View commit details
    Browse the repository at this point in the history
  9. WIP: Fix bug with ownership in permissions

    Co-Authored-By: siman <aleksandr.siman@gmail.com>
    F3Joule and siman committed May 30, 2020
    Configuration menu
    Copy the full SHA
    abd1711 View commit details
    Browse the repository at this point in the history
  10. Update Cargo.lock

    F3Joule committed May 30, 2020
    Configuration menu
    Copy the full SHA
    18a13db View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2020

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

Commits on Jun 3, 2020

  1. Configuration menu
    Copy the full SHA
    17eb238 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d308286 View commit details
    Browse the repository at this point in the history
  3. Remove PostPemissions and related implementation

    - Use SpacePermissions checks when needed.
    - Remove enable_role and disable_role and add a field in RoleUpdate.
    F3Joule committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    aa75ecd View commit details
    Browse the repository at this point in the history
  4. Update project types.json

    F3Joule committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    ce5f42c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    43cad26 View commit details
    Browse the repository at this point in the history
  6. Update Cargo.lock

    F3Joule committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    800570f View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2020

  1. Refactor resolving of Space Permissions

    Co-Authored-By: siman <aleksandr.siman@gmail.com>
    F3Joule and siman committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    0c64ee9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c954b8 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2020

  1. Apply code review suggestions

    Update some types.json
    F3Joule committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    58e9958 View commit details
    Browse the repository at this point in the history
  2. Update comment

    siman committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    ed534f9 View commit details
    Browse the repository at this point in the history