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

[WIP] Ngo management table #296

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

Commits on Feb 27, 2020

  1. remove api

    bvizureanu committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    87375c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d3cc67 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2020

  1. add build yaml

    bvizureanu committed Feb 29, 2020
    Configuration menu
    Copy the full SHA
    dc20429 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    507a9c7 View commit details
    Browse the repository at this point in the history
  3. Add names for tasks

    bvizureanu committed Feb 29, 2020
    Configuration menu
    Copy the full SHA
    bd5eeca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d165422 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    da53e9c View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2020

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

Commits on Jul 8, 2020

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

Commits on Jul 25, 2020

  1. Merge pull request code4romania#237 from code4romania/dependabot/npm_…

    …and_yarn/frontend/npm-registry-fetch-4.0.5
    
    Bump npm-registry-fetch from 4.0.2 to 4.0.5 in /frontend
    aniri authored Jul 25, 2020
    Configuration menu
    Copy the full SHA
    76664ce View commit details
    Browse the repository at this point in the history
  2. Merge pull request code4romania#236 from code4romania/dependabot/npm_…

    …and_yarn/frontend/websocket-extensions-0.1.4
    
    Bump websocket-extensions from 0.1.3 to 0.1.4 in /frontend
    aniri authored Jul 25, 2020
    Configuration menu
    Copy the full SHA
    573a670 View commit details
    Browse the repository at this point in the history
  3. Merge pull request code4romania#229 from code4romania/cleanup

    Cleanup and yaml builds
    aniri authored Jul 25, 2020
    Configuration menu
    Copy the full SHA
    05dff2c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    96df762 View commit details
    Browse the repository at this point in the history
  5. removed duble entry

    aniri committed Jul 25, 2020
    Configuration menu
    Copy the full SHA
    c5aa499 View commit details
    Browse the repository at this point in the history
  6. force older typescript version

    aniri committed Jul 25, 2020
    Configuration menu
    Copy the full SHA
    19b1d43 View commit details
    Browse the repository at this point in the history
  7. Merge pull request code4romania#240 from aniri/updated_backend_link

    cleanups & new backend link
    aniri authored Jul 25, 2020
    Configuration menu
    Copy the full SHA
    6d33123 View commit details
    Browse the repository at this point in the history
  8. Update README.md

    aniri authored Jul 25, 2020
    1 Configuration menu
    Copy the full SHA
    2be2ad1 View commit details
    Browse the repository at this point in the history
  9. Update README.md

    aniri authored Jul 25, 2020
    1 Configuration menu
    Copy the full SHA
    557f6b9 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2020

  1. Configuration menu
    Copy the full SHA
    f5361f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b021b4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3620d50 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3d3998c View commit details
    Browse the repository at this point in the history
  5. Refused analytics prompt

    damianr13 committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    f0d3130 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    faaeaff View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9d25a6f View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2020

  1. Merge pull request code4romania#244 from damianr13/master

    Upgrade to Angular 9
    RaduCStefanescu authored Sep 10, 2020
    1 Configuration menu
    Copy the full SHA
    e8e8277 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2020

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

Commits on Sep 25, 2020

  1. Merge pull request code4romania#247 from aniri/feature/updated_links

    updated api and observer manual links
    aniri authored Sep 25, 2020
    1 Configuration menu
    Copy the full SHA
    02b56a6 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2020

  1. update max password length

    aniri committed Sep 27, 2020
    Configuration menu
    Copy the full SHA
    5f08465 View commit details
    Browse the repository at this point in the history
  2. Merge pull request code4romania#253 from aniri/bugfix/validate_pass_l…

    …ength
    
    update max password length
    aniri authored Sep 27, 2020
    1 Configuration menu
    Copy the full SHA
    caa972a View commit details
    Browse the repository at this point in the history
  3. Fix file download for download answers

    George Bejan authored and George Bejan committed Sep 27, 2020
    Configuration menu
    Copy the full SHA
    6b08be8 View commit details
    Browse the repository at this point in the history
  4. Merge pull request code4romania#256 from georgebejan/develop

    Fix file download for download answers
    aniri authored Sep 27, 2020
    1 Configuration menu
    Copy the full SHA
    d4d908f View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2020

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

Commits on Oct 4, 2020

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

Commits on Oct 5, 2020

  1. Add loader for download answers action code4romania#257 (code4romania…

    …#261)
    
    * Add loader for download answers action code4romania#257
    
    * Feature: answer.component.html download button disabled if data is loading
    aamanunin authored Oct 5, 2020
    1 Configuration menu
    Copy the full SHA
    ed60490 View commit details
    Browse the repository at this point in the history
  2. chore: fix sourceMap flag for build script (code4romania#249)

    In `--sourcemap` is not a valid flag anymore, see `--sourceMap` https://angular.io/cli/build
    iamandrewluca authored Oct 5, 2020
    1 Configuration menu
    Copy the full SHA
    1267f64 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2020

  1. Refactor (code4romania#263)

    * Move frontend to root. Remove testing libraries.
    
    * Remove dummy spec files
    
    * Remove unused dependencies
    
    * Update bootsrap. Change angular and tsconfig so that it reflects the latest angular version
    
    * Update azure pipeline
    
    * Move frontend to root. Remove testing libraries.
    
    * Remove dummy spec files
    
    * Remove unused dependencies
    
    * Update bootsrap. Change angular and tsconfig so that it reflects the latest angular version
    
    * Update azure pipeline
    
    * Resolve checkbox and tabs problem.
    
    * Resolve tabs problem
    
    * Resolve azure pipeline
    
    * Add loading to download button
    
    Co-authored-by: Irina Borozan <[email protected]>
    Utwo and aniri authored Oct 6, 2020
    1 Configuration menu
    Copy the full SHA
    b7fb023 View commit details
    Browse the repository at this point in the history
  2. More design (code4romania#270)

    * Resolve some design problems
    
    * More design fixes. Remove all unused imports
    
    * Try to rollback old design with the new bootstrap
    Utwo authored Oct 6, 2020
    1 Configuration menu
    Copy the full SHA
    f105d33 View commit details
    Browse the repository at this point in the history
  3. Create codeql-analysis.yml

    aniri authored Oct 6, 2020
    1 Configuration menu
    Copy the full SHA
    d5dfbe2 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2020

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

Commits on Oct 8, 2020

  1. [Forms] Add delete confirmation when deleting forms code4romania#264 (c…

    …ode4romania#271)
    
    * feat: add confirmation shared model for delete confirmation
    
    * feat: add delete modal for forms
    
    * refactor: cleanup#1
    
    * feat: remove: modal spec file
    PushpikaWan authored Oct 8, 2020
    1 Configuration menu
    Copy the full SHA
    b380eef View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    b6819d9 View commit details
    Browse the repository at this point in the history
  3. 1 Configuration menu
    Copy the full SHA
    d4fb80c View commit details
    Browse the repository at this point in the history
  4. Feature/268 update form view to new ui (code4romania#274)

    * Updated form UI
    
    * Missed the name change
    
    * Updated comments in PR, Fixed Translations and added Description Textarea
    Botosio authored Oct 8, 2020
    1 Configuration menu
    Copy the full SHA
    93708ec View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2020

  1. 1 Configuration menu
    Copy the full SHA
    0f96745 View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    ea978d6 View commit details
    Browse the repository at this point in the history
  3. Updated login to new UI (code4romania#282)

    * Updated login to new UI
    
    * translations added
    
    * larger image added
    Botosio authored Oct 12, 2020
    1 Configuration menu
    Copy the full SHA
    8f45e7c View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2020

  1. Update CODEOWNERS

    aniri authored Oct 14, 2020
    1 Configuration menu
    Copy the full SHA
    df241cc View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2020

  1. updated form spacing and mobile (code4romania#285)

    * updated form spacing and mobile
    
    * fixed spacing
    Botosio authored Oct 16, 2020
    1 Configuration menu
    Copy the full SHA
    274d361 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2020

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

Commits on Oct 27, 2020

  1. 1 Configuration menu
    Copy the full SHA
    68e83d7 View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    7582e8c View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2020

  1. Merge pull request #1 from code4romania/develop

    merge to master
    idormenco authored Oct 28, 2020
    Configuration menu
    Copy the full SHA
    13cb590 View commit details
    Browse the repository at this point in the history
  2. Style navbar

    idormenco committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    95c7df7 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2020

  1. Add ngo table and page

    idormenco committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    1b77333 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f3530a View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2020

  1. Implemented DELETE /api/v1/observer endpoint in observers list. (code…

    …4romania#297)
    
    * Implemented DELETE /api/v1/observer endpoint in observers list.
    
    * Added localized strings for observer delete dialog.
    
    * Added localized strings for previously implemented observer delete dialog.
    VladCuciureanu authored Nov 3, 2020
    1 Configuration menu
    Copy the full SHA
    12a5fed View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    51c6add View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2020

  1. 1 line on cards (code4romania#298)

    * 1 line on cards
    
    * removed the dash
    Botosio authored Nov 11, 2020
    1 Configuration menu
    Copy the full SHA
    fc058ff View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2020

  1. AnswerFilter mdl rm observerId add observerPhone (code4romania#259)

    * AnswerFilter mdl rm observerId add observerPhone
    
    Added phoneObserver param to srvc
    
    Filter by observerPhone instead of observerId
    
    * added translations
    
    * add observer phone number filter
    
    Co-authored-by: Irina Borozan <[email protected]>
    Armagedon0097 and aniri authored Nov 14, 2020
    1 Configuration menu
    Copy the full SHA
    d4ffb24 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2020

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

Commits on Nov 23, 2020

  1. Merge pull request #3 from code4romania/develop

    merge dev
    idormenco authored Nov 23, 2020
    Configuration menu
    Copy the full SHA
    0275468 View commit details
    Browse the repository at this point in the history
  2. refactor checkbox

    idormenco committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    7ddff09 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    121dd3f View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2020

  1. add toggle , add checkbox

    idormenco committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    5430e20 View commit details
    Browse the repository at this point in the history