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

Some Code cleaning & REST API #158

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

Commits on Jun 11, 2021

  1. Make clearRoom clears all related room keys

    Ishak BELAHMAR committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    5affffc View commit details
    Browse the repository at this point in the history
  2. Add callbacks for all redis functions

    Ishak BELAHMAR committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    57662aa View commit details
    Browse the repository at this point in the history
  3. Add getCard function (for REST API)

    Ishak BELAHMAR committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    2e1acda View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2021

  1. redis: Add editCard function

    Ishak BELAHMAR committed Jun 12, 2021
    Configuration menu
    Copy the full SHA
    34376f7 View commit details
    Browse the repository at this point in the history
  2. Fix typo in redis editCard

    Ishak BELAHMAR committed Jun 12, 2021
    Configuration menu
    Copy the full SHA
    c5a6d26 View commit details
    Browse the repository at this point in the history
  3. Refactor cardEdit redis func

    Ishak BELAHMAR committed Jun 12, 2021
    Configuration menu
    Copy the full SHA
    88654fc View commit details
    Browse the repository at this point in the history
  4. Add redis getAllTextsMap and setAllTextsMap

    Ishak BELAHMAR committed Jun 12, 2021
    Configuration menu
    Copy the full SHA
    4198227 View commit details
    Browse the repository at this point in the history
  5. Add REST API interface

    Ishak BELAHMAR committed Jun 12, 2021
    Configuration menu
    Copy the full SHA
    55b9ea0 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2021

  1. White background and pointer cursor for buttons

    Ishak BELAHMAR committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    8015b34 View commit details
    Browse the repository at this point in the history
  2. Add fullscreenMode function

    Ishak BELAHMAR committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    e8621b5 View commit details
    Browse the repository at this point in the history
  3. Thinner board border

    Ishak BELAHMAR committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    a623262 View commit details
    Browse the repository at this point in the history
  4. Add iframe mode (embed parameter)

    Ishak BELAHMAR committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    6afeb3d View commit details
    Browse the repository at this point in the history
  5. Very Light grey backgroud

    Ishak BELAHMAR committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    e927f86 View commit details
    Browse the repository at this point in the history
  6. Lighter background

    Ishak BELAHMAR committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    47644fa View commit details
    Browse the repository at this point in the history
  7. Handle dynamic background

    Ishak BELAHMAR committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    6f4d857 View commit details
    Browse the repository at this point in the history
  8. Choose board background in home page

    Ishak BELAHMAR committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    4cd48a0 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2021

  1. Css improvments

    Ishak BELAHMAR committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    6ac639a View commit details
    Browse the repository at this point in the history
  2. User avatar alpha support

    Ishak BELAHMAR committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    df11fc1 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2021

  1. Show user avatar only when card hover

    Ishak BELAHMAR committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    c81481b View commit details
    Browse the repository at this point in the history
  2. backend: JSON type columns

    Ishak BELAHMAR committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    9155ade View commit details
    Browse the repository at this point in the history
  3. Columns support

    Ishak BELAHMAR committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    1eee19e View commit details
    Browse the repository at this point in the history
  4. Add a new card type: label

    Ishak BELAHMAR committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    008e0f2 View commit details
    Browse the repository at this point in the history
  5. Better user intelligence for row handling

    Ishak BELAHMAR committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    4be8ef8 View commit details
    Browse the repository at this point in the history
  6. Fix remove edge case

    Ishak BELAHMAR committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    5d54719 View commit details
    Browse the repository at this point in the history
  7. Change some fonts

    Ishak BELAHMAR committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    020d7db View commit details
    Browse the repository at this point in the history
  8. Report all changes to iframe mode

    Ishak BELAHMAR committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    daeff80 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2021

  1. Avoid additionnal template for iframe mode

    Ishak BELAHMAR committed Jul 3, 2021
    Configuration menu
    Copy the full SHA
    ea60111 View commit details
    Browse the repository at this point in the history
  2. Coloured labels

    Ishak BELAHMAR committed Jul 3, 2021
    Configuration menu
    Copy the full SHA
    e8e4daf View commit details
    Browse the repository at this point in the history
  3. Add adh logo

    Ishak BELAHMAR committed Jul 3, 2021
    Configuration menu
    Copy the full SHA
    1f1a303 View commit details
    Browse the repository at this point in the history
  4. Fix bad initial label color

    Ishak BELAHMAR committed Jul 3, 2021
    Configuration menu
    Copy the full SHA
    8707890 View commit details
    Browse the repository at this point in the history
  5. Remove header to gain space

    Ishak BELAHMAR committed Jul 3, 2021
    Configuration menu
    Copy the full SHA
    e028937 View commit details
    Browse the repository at this point in the history
  6. Don't display user avatars on labels

    Ishak BELAHMAR committed Jul 3, 2021
    Configuration menu
    Copy the full SHA
    6177a52 View commit details
    Browse the repository at this point in the history
  7. Send userinfo to server when connected

    Ishak BELAHMAR committed Jul 3, 2021
    Configuration menu
    Copy the full SHA
    1238ef6 View commit details
    Browse the repository at this point in the history
  8. Put adh username when found

    Ishak BELAHMAR committed Jul 3, 2021
    Configuration menu
    Copy the full SHA
    771919f View commit details
    Browse the repository at this point in the history
  9. Adh styling

    Ishak BELAHMAR committed Jul 3, 2021
    Configuration menu
    Copy the full SHA
    9fc28f8 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2021

  1. Remove background

    Ishak BELAHMAR committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    c676541 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2021

  1. Move logo to bottom right

    Ishak BELAHMAR committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    2de9454 View commit details
    Browse the repository at this point in the history
  2. Add darkmode for buttons

    Ishak BELAHMAR committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    5654f51 View commit details
    Browse the repository at this point in the history