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

Add roles and task blocking #873

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

Commits on Aug 24, 2021

  1. Add Docker support

    Shkiv committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    a5971b4 View commit details
    Browse the repository at this point in the history
  2. +1

    Shkiv committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    6b377a2 View commit details
    Browse the repository at this point in the history
  3. Fix paths

    Shkiv committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    0729b32 View commit details
    Browse the repository at this point in the history
  4. Use local sources for dev

    Shkiv committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    480a07f View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2021

  1. Move local sources to compose

    Shkiv committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    72ae91e View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2021

  1. Change: Roles, Documents

    Removed the check for the presence of text in the description when creating Documents.
    Added "Roles" application.
    Added display of role to user profile.
    AleksandrMaidanuyk committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    cfa1619 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2021

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

Commits on Nov 2, 2021

  1. Fixed: db role, slug requests, add patches for role

    Fixed a bug when updating the role database.
    Fixed slug requests.
    Adding missing patches for a "role".
    AleksandrMaidanuyk committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    67ba509 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1dea50c View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2021

  1. fix patches for updating the "role" database.

    fix patches for updating the "role" database
    AleksandrMaidanuyk committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    55d2d5b View commit details
    Browse the repository at this point in the history
  2. add patch for "role"

    add patch for "role"
    AleksandrMaidanuyk committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    d7e9369 View commit details
    Browse the repository at this point in the history
  3. add new icon and picture for "art"

    add new icon and picture for "art"
    AleksandrMaidanuyk committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    e928ee9 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2021

  1. T9586: ugly date form replaced with datepicker, fixed bug with negati…

    …ve amount of time in tracked history
    WilkGithub committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    2f7c7ad View commit details
    Browse the repository at this point in the history
  2. fix "table already exists at" exceptions + fix storage upgrade when t…

    …imetracker DB does not exist
    WilkGithub committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    e8fdbd7 View commit details
    Browse the repository at this point in the history
  3. fixed bugs related to tasks and projects

    fixed a bug when going to tasks
    fixed a bug when switching to the selected project
    replaced the js files for roles with project files (due to the uselessness of using separate ones)
    AleksandrMaidanuyk committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    ec3f39c View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2021

  1. fix workboard projects

    fix workboard projects
    AleksandrMaidanuyk committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    45cf5b1 View commit details
    Browse the repository at this point in the history
  2. T9586: alignment fixes of boxes, order of pages fixed, forms visuals …

    …fixed, autofill of current date in form, headers added
    WilkGithub committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    c445783 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2021

  1. T9586: added success/fail response panel for tracking time, added day…

    … history panel for time tracking page, lowered chart height to display everything on the screen, fixed bug in time parser
    WilkGithub committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    04339ce View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2021

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

Commits on Nov 26, 2021

  1. rename const and fix demons crash

    rename const and fix daemon crash
    AleksandrMaidanuyk committed Nov 26, 2021
    Configuration menu
    Copy the full SHA
    51ad311 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2021

  1. Update MariaDB 10.2 -> 10.5

    Shkiv committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    462206e View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2022

  1. timetracker fix

    WilkGithub committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    699a645 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2022

  1. Merge branch 'dev'

    Shkiv committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    dbab6fe View commit details
    Browse the repository at this point in the history
  2. Update PHP 7.3 -> 7.4

    Shkiv committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    b20e807 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3addbc9 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2022

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

Commits on Jun 22, 2022

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

Commits on Aug 2, 2022

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

Commits on Aug 31, 2022

  1. add new 2 modules + new function for timetracked (track time on project)

    add vacation module
    add management panel
    AleksandrMaidanuyk committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    915b54d View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

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

Commits on Oct 5, 2022

  1. add new icons for new modules + add new feature for timetracker + fix…

    … bug when user selected many projects in timetracker
    AleksandrMaidanuyk committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    e37fb60 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e049afe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    89206e6 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. Change chart label

    Shkiv committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    956afa8 View commit details
    Browse the repository at this point in the history
  2. +1

    Shkiv committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    dad67e2 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

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

Commits on Apr 3, 2023

  1. Increase LimitRequestBody

    Shkiv committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    a9c7258 View commit details
    Browse the repository at this point in the history
  2. Revert "Increase LimitRequestBody"

    This reverts commit a9c7258.
    Shkiv committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    3b2723b View commit details
    Browse the repository at this point in the history
  3. Tune up MySQL

    Shkiv committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    5dcf9ab View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. Fix timetracker sql autopatch

    Shkiv committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    f265b56 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

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

Commits on May 16, 2023

  1. Fix /var/data

    Shkiv committed May 16, 2023
    Configuration menu
    Copy the full SHA
    e0a8a98 View commit details
    Browse the repository at this point in the history
  2. +1

    Shkiv committed May 16, 2023
    Configuration menu
    Copy the full SHA
    a1fe83d View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Remove obsolete

    Shkiv committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    7a96309 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Remove unused images

    Shkiv committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    1e38e84 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Add roles support to Conduit

    Shkiv committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    6fc6260 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Add task blockers

    commit d93f683
    Author: mrom <mrom@moonmana.com>
    Date:   Tue Sep 17 17:11:20 2024 +0300
    
        Fix custom forms
    
    commit acffde9
    Author: mrom <mrom@moonmana.com>
    Date:   Thu Sep 12 17:31:08 2024 +0300
    
        Add roles support to Conduit
    
    commit 75292d8
    Author: mrom <mrom@moonmana.com>
    Date:   Thu Sep 12 13:57:07 2024 +0300
    
        Update ManiphestConduitAPIMethod
    
    commit 064d612
    Author: mrom <mrom@moonmana.com>
    Date:   Wed Sep 11 12:48:57 2024 +0300
    
        Update ManiphestTaskGraphController
    
    commit 3215147
    Author: mrom <mrom@moonmana.com>
    Date:   Tue Sep 10 17:49:08 2024 +0300
    
        Fix blocker graph
    
    commit 6e091ed
    Author: mrom <mrom@moonmana.com>
    Date:   Tue Sep 10 16:38:58 2024 +0300
    
        Fix udefined
    
    commit b6a7858
    Author: mrom <mrom@moonmana.com>
    Date:   Tue Sep 10 16:12:50 2024 +0300
    
        Fix markers
    
    commit 0bb128e
    Author: mrom <mrom@moonmana.com>
    Date:   Tue Sep 10 12:29:43 2024 +0300
    
        Update ManiphestTaskGraph
    
    commit 5c4499f
    Author: mrom <mrom@moonmana.com>
    Date:   Fri Sep 6 10:33:19 2024 +0300
    
        Duplicate graph
    
    commit 03e6274
    Author: mrom <mrom@moonmana.com>
    Date:   Thu Sep 5 15:42:25 2024 +0300
    
        Port 'Edit Blockers'
    
    commit a1ef803
    Author: mrom <mrom@moonmana.com>
    Date:   Thu Sep 5 15:31:43 2024 +0300
    
        Port 'Edit Blocked Task'
    
    commit 2787b6a
    Author: mrom <mrom@moonmana.com>
    Date:   Thu Sep 5 15:11:54 2024 +0300
    
        Port blocker creation
    Shkiv committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    e01f23d View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Update UI

    Shkiv committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    8ea087d View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Merge remote-tracking branch 'github.com/master' into php8

    # Conflicts:
    #	resources/celerity/map.php
    #	resources/sql/quickstart.sql
    Shkiv committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    1750df7 View commit details
    Browse the repository at this point in the history
  2. Update Docker image

    Shkiv committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    2e8cb29 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Update map.php

    Shkiv committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    1eb1b8c View commit details
    Browse the repository at this point in the history
  2. Update deps

    Shkiv committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    e3b879a View commit details
    Browse the repository at this point in the history
  3. Update roles for PHP 8

    Shkiv committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    dd97625 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Fix autopatch

    Shkiv committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    3310a2f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8efdbbc View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

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

Commits on Sep 30, 2024

  1. Fix nulls in PHP8

    Shkiv committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    c2be953 View commit details
    Browse the repository at this point in the history
  2. Fix crash in with custom fields

    Shkiv committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    f3b757a View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

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

Commits on Oct 7, 2024

  1. Fix Mail app for PHP 8

    Shkiv committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    50e6cb6 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Fix crash in user registration

    Shkiv committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    afc6540 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Fix different crashes

    commit 854b3aa
    Author: mrom <mrom@moonmana.com>
    Date:   Wed Nov 6 16:25:51 2024 +0200
    
        +2
    
    commit e570a50
    Author: mrom <mrom@moonmana.com>
    Date:   Wed Nov 6 16:12:31 2024 +0200
    
        +1
    
    commit ebcffe8
    Author: mrom <mrom@moonmana.com>
    Date:   Wed Nov 6 16:09:45 2024 +0200
    
        Fix in empty file size calc
    
    commit 640b6e0
    Author: mrom <mrom@moonmana.com>
    Date:   Wed Nov 6 16:05:26 2024 +0200
    
        Fix crash in hash calculation
    
    commit e5d49e9
    Author: mrom <mrom@moonmana.com>
    Date:   Wed Nov 6 16:04:59 2024 +0200
    
        Make mysql.cnf readonly
    Shkiv committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    8e14d96 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. Fix mail sending

    Shkiv committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    a2547d2 View commit details
    Browse the repository at this point in the history
  2. Use auto EOL for PHP

    Shkiv committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    edae118 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

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