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

PWA #227

Open
wants to merge 34 commits into
base: dev
Choose a base branch
from
Open

PWA #227

wants to merge 34 commits into from

Commits on May 9, 2023

  1. #1527

    migrating to auth 6.0
    getting functional test to work
    temi committed May 9, 2023
    Configuration menu
    Copy the full SHA
    116b4ca View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. AtlasOfLivingAustralia/biocollect#1527

    - resolve user id from JWT
    - migrated to ala-security library version 6.0.0
    temi committed May 22, 2023
    Configuration menu
    Copy the full SHA
    d0cf04b View commit details
    Browse the repository at this point in the history
  2. fixed failing test

    temi committed May 22, 2023
    Configuration menu
    Copy the full SHA
    9866628 View commit details
    Browse the repository at this point in the history
  3. temporarily remove testing

    temi committed May 22, 2023
    Configuration menu
    Copy the full SHA
    688b9bc View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. integration test changes

    temi committed May 24, 2023
    Configuration menu
    Copy the full SHA
    005a05c View commit details
    Browse the repository at this point in the history
  2. re-enabling integration test

    added configuration to run server in background during integration test
    temi committed May 24, 2023
    Configuration menu
    Copy the full SHA
    b93cd76 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. AtlasOfLivingAustralia/biocollect#1527

    - stores current user in UserInfoService
    - refactored code to use UserDetails object
    temi committed May 26, 2023
    Configuration menu
    Copy the full SHA
    981bd36 View commit details
    Browse the repository at this point in the history
  2. AtlasOfLivingAustralia/biocollect#1527

    - refactored code
    temi committed May 26, 2023
    Configuration menu
    Copy the full SHA
    f276cc8 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. AtlasOfLivingAustralia/biocollect#1539, AtlasOfLivingAustralia/biocol…

    …lect#1532
    
    - catches expired JWT token exception
    - search species when offline now searches all species when first attempt returns no result
    - isOffline is not overridden
    temi committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    ae2bc50 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2023

  1. Configuration menu
    Copy the full SHA
    31dcbb4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb9da0b View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Configuration menu
    Copy the full SHA
    9c0c822 View commit details
    Browse the repository at this point in the history
  2. fixed failing tests

    temi committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    2468642 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. AtlasOfLivingAustralia/biocollect#1532

    - refactored offline check
    - generating species uuid on client side
    temi committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    64534b7 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. lowered threshold

    temi committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    9b7c69a View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. - added enableOffline flag to switch to offline feature

    - fixed broken tests
    temi committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    052bf37 View commit details
    Browse the repository at this point in the history
  2. AtlasOfLivingAustralia/biocollect#1532

    - added save button when editing unpublished activity
    - removes maps site selector
    - added Maptiler base map
    - service worker is configurable now
    - removed cache busting ajax parameter
    - added a map tile with message when map is accessing un-cached tiles
    - listing of offline records now include survey date
    - added a flag to enable/disable offline feature - enableOffline
    - removed species duplicates when generating species files
    temi committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    664b067 View commit details
    Browse the repository at this point in the history
  3. AtlasOfLivingAustralia/biocollect#1532

    - added a continuous check for offline
    temi committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    493f4bf View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2023

  1. AtlasOfLivingAustralia/biocollect#1532

    added test cases
    refactored code
    temi committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    a74956e View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2023

  1. AtlasOfLivingAustralia/biocollect#1532

    fixed failing test
    temi committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    81eba48 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2023

  1. - increased db version

    temi committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    db6e8fd View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. - added storage API

    temi committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    8347196 View commit details
    Browse the repository at this point in the history
  2. - added storage api call to persist data and not evict

    - upgraded chromedriver
    temi committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    45af05b View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

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

Commits on Nov 22, 2023

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

Commits on Feb 7, 2024

  1. - removed deleted images from appearing on record pages

    - modified how image deletion logic handles offline images
    - merged images from biocollect into images.js in plugin
    - fixed issue with map not showing offline created site
    temi committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    5b33629 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

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

Commits on May 10, 2024

  1. Configuration menu
    Copy the full SHA
    e5a6433 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3abb1c3 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. AtlasOfLivingAustralia/biocollect#1593

    - species download stop condition
    temi committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    24e3063 View commit details
    Browse the repository at this point in the history
  2. AtlasOfLivingAustralia/biocollect#1593

    - species download fix
    temi committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    79cb75e View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

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

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    b494c9b View commit details
    Browse the repository at this point in the history
  2. chrome driver updated

    temi committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    bd4ac27 View commit details
    Browse the repository at this point in the history