Skip to content
This repository has been archived by the owner on Jun 2, 2024. It is now read-only.

Added Encryption to the project and updated the readme #73

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

Commits on Aug 17, 2018

  1. Changed: tmarois#24 – Array keys on query results() and resultDocumen…

    …ts() change indexes from chronological integers to document Id. Adding the ID within the array key allows a reference the original document.
    timothymarois committed Aug 17, 2018
    Configuration menu
    Copy the full SHA
    1e413bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a05fc65 View commit details
    Browse the repository at this point in the history
  3. Revert "Fixing php5.6 test on query."

    This reverts commit a05fc65.
    timothymarois committed Aug 17, 2018
    Configuration menu
    Copy the full SHA
    3d34748 View commit details
    Browse the repository at this point in the history
  4. Revert "Changed: tmarois#24 – Array keys on query results() and resul…

    …tDocuments() change indexes from chronological integers to document Id. Adding the ID within the array key allows a reference the original document."
    
    This reverts commit 1e413bb.
    timothymarois committed Aug 17, 2018
    Configuration menu
    Copy the full SHA
    4b17cee View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2018

  1. Configuration menu
    Copy the full SHA
    1041aca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f3f0b25 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d0774ed View commit details
    Browse the repository at this point in the history
  4. Updated readme

    timothymarois committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    47ec1f9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    45907af View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2018

  1. test format json

    zoldia committed Sep 3, 2018
    Configuration menu
    Copy the full SHA
    b6a4e50 View commit details
    Browse the repository at this point in the history
  2. update readme

    zoldia committed Sep 3, 2018
    Configuration menu
    Copy the full SHA
    3e2a65c View commit details
    Browse the repository at this point in the history
  3. Merge pull request tmarois#25 from assemblie/refactor-format-error-ha…

    …ndling
    
    Json format: refactor error handling + add JSON_UNESCAPED_UNICODE
    timothymarois committed Sep 3, 2018
    Configuration menu
    Copy the full SHA
    c7b426a View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2018

  1. Add Yaml format

    jrondorf committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    83f864d View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2018

  1. Configuration menu
    Copy the full SHA
    e1792e7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request tmarois#31 from OFFLINE-GmbH/1.0

    Only unlink existing files
    timothymarois committed Sep 29, 2018
    Configuration menu
    Copy the full SHA
    33c4afe View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2018

  1. Configuration menu
    Copy the full SHA
    1a06682 View commit details
    Browse the repository at this point in the history
  2. Merge pull request tmarois#30 from jrondorf/1.0

    Add Yaml format
    timothymarois committed Dec 27, 2018
    Configuration menu
    Copy the full SHA
    a1d393a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    433190a View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2019

  1. tmarois#42 Sort by update or create time

    Jansen Price committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    fbe4e8d View commit details
    Browse the repository at this point in the history
  2. tmarois#40 Add ability to query on document ids

    Jansen Price committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    f4badc8 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2019

  1. Configuration menu
    Copy the full SHA
    a1b57bc View commit details
    Browse the repository at this point in the history
  2. add unit test for delete (delete with closure)

    faryar committed Feb 9, 2019
    Configuration menu
    Copy the full SHA
    5cd3f44 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2019

  1. Add ability to sort by multiple fields

    Jansen Price committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    686939d View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2019

  1. Correct logic in multi-sortorder queries

    Jansen Price committed Feb 15, 2019
    Configuration menu
    Copy the full SHA
    5789827 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2019

  1. Merge pull request tmarois#47 from faryar76/1.0

    *new_feature: delete items with custom filter
    timothymarois committed Feb 21, 2019
    Configuration menu
    Copy the full SHA
    c694ff9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40049fa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9fccaab View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2019

  1. Merge pull request tmarois#1 from filebase/1.0

    sync 01
    faryar76 committed Feb 22, 2019
    Configuration menu
    Copy the full SHA
    6bc9a4a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a3beaf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    13e720a View commit details
    Browse the repository at this point in the history
  4. refactor

    faryar committed Feb 22, 2019
    Configuration menu
    Copy the full SHA
    089fec7 View commit details
    Browse the repository at this point in the history
  5. refactor

    faryar committed Feb 22, 2019
    Configuration menu
    Copy the full SHA
    ce06f29 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2019

  1. Merge pull request tmarois#48 from faryar76/1.0

    Call to the Query methods directly from the database main object (bypasses the use of query())
    timothymarois committed Feb 23, 2019
    Configuration menu
    Copy the full SHA
    c2d4174 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8050f6b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7b1d927 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cae03d2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2242961 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3228dd6 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2019

  1. Slight update to README

    Jansen Price committed Feb 24, 2019
    Configuration menu
    Copy the full SHA
    0c7216c View commit details
    Browse the repository at this point in the history
  2. Merge branch '1.0' into feature/multi-orderby

    Jansen Price committed Feb 24, 2019
    Configuration menu
    Copy the full SHA
    9a41207 View commit details
    Browse the repository at this point in the history
  3. Update test on query orderby to account for difference change in sort…

    … between 5.6 and 7.x
    
    See 'Sort order of elements' here: http://php.net/manual/en/migration70.incompatible.php
    Jansen Price committed Feb 24, 2019
    Configuration menu
    Copy the full SHA
    def58f7 View commit details
    Browse the repository at this point in the history
  4. Merge pull request tmarois#49 from sumpygump/feature/multi-orderby

    Added support for order by multiple columns
    timothymarois committed Feb 24, 2019
    Configuration menu
    Copy the full SHA
    757919f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    deec627 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    20c9caa View commit details
    Browse the repository at this point in the history
  7. Updated query delete method to allow delete of all items in query (ma…

    …king custom filter optional).
    timothymarois committed Feb 24, 2019
    Configuration menu
    Copy the full SHA
    9cd6ccf View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b64f8af View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e847412 View commit details
    Browse the repository at this point in the history
  10. Merge pull request tmarois#2 from filebase/1.0

    sync
    faryar76 committed Feb 24, 2019
    Configuration menu
    Copy the full SHA
    66b17e8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d7630c4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a012b72 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b660650 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2019

  1. Configuration menu
    Copy the full SHA
    efe82dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f436e3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2801db9 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2021

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

Commits on Jan 25, 2023

  1. Configuration menu
    Copy the full SHA
    db19fc2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da5546e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    910eccb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    261eaea View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1f6c7a9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8f90cc8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    46d7a70 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6ea5ef6 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Fixed Bug

    mitmelon committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    510392f View commit details
    Browse the repository at this point in the history