Skip to content
This repository has been archived by the owner on Mar 11, 2020. It is now read-only.

Workspaces #32

Draft
wants to merge 9 commits into
base: develop
Choose a base branch
from
Draft

Workspaces #32

wants to merge 9 commits into from

Commits on Feb 6, 2019

  1. Configuration menu
    Copy the full SHA
    0ccfe8f View commit details
    Browse the repository at this point in the history
  2. Add vk gate support (#12)

    * Add vk gate
    
    - Add function to obtain token
    - Add function to submit post to group (to be updated)
    - Group all Vk API requests into a small client
    - Add Vk API request exception
    vladimirshkoda authored and b0g3r committed Feb 6, 2019
    Configuration menu
    Copy the full SHA
    18a9b92 View commit details
    Browse the repository at this point in the history
  3. Add OAuth and registration (#13)

    * Add OAuth2 authentication
    
    * Fix trailing commas 🙈
    
    * Add instruction for oauth using and basic setting
    
    * Add user registration
    
    * Fix flake8-per-file-ignores with flake8 3.7.x issues :(
    
    more info: wemake-services/wemake-python-styleguide#472 (comment)
    
    * Fix code for passing flake8 linter checks
    b0g3r committed Feb 6, 2019
    Configuration menu
    Copy the full SHA
    76606bf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2c7a6e1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    61e4e81 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    53cc5ac View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2019

  1. Add superuser permission

    b0g3r committed Feb 13, 2019
    Configuration menu
    Copy the full SHA
    5295cf4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce6c22b View commit details
    Browse the repository at this point in the history
  3. Rewrite to dry permission framework

    Also remove most of superuser endpoints, because I'm not sure about them.
    Maybe they should be in isolated prefix, like `/admin/workspace`
    b0g3r committed Feb 13, 2019
    Configuration menu
    Copy the full SHA
    f980c13 View commit details
    Browse the repository at this point in the history