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

First release of E2E #1598

Closed
wants to merge 93 commits into from
Closed

First release of E2E #1598

wants to merge 93 commits into from

Commits on Dec 1, 2017

  1. First release of E2E

    jancborchardt authored and tobiasKaminsky committed Dec 1, 2017
    Copy the full SHA
    e73ae63 View commit details
    Browse the repository at this point in the history
  2. fix codacy

    tobiasKaminsky committed Dec 1, 2017
    Copy the full SHA
    25719b1 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    51f69f8 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    98beab6 View commit details
    Browse the repository at this point in the history
  5. always use new key/iv

    cleanup
    tobiasKaminsky committed Dec 1, 2017
    Copy the full SHA
    e70bf69 View commit details
    Browse the repository at this point in the history
  6. codacy: assertTrue -> assertFalse

    use specific exceptions
    add missing break
    tobiasKaminsky committed Dec 1, 2017
    Copy the full SHA
    adb12a2 View commit details
    Browse the repository at this point in the history
  7. codacy: Avoid reassigning parameters such as 'remotePath'

    Switch statements should have a default label
    tobiasKaminsky committed Dec 1, 2017
    Copy the full SHA
    a199a8e View commit details
    Browse the repository at this point in the history
  8. e2e: Cleaned up cipher transformation arguments.

    - Define commonly used transformation specs in constants.
    ardevd authored and tobiasKaminsky committed Dec 1, 2017
    Copy the full SHA
    6a6508c View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    5dd22e0 View commit details
    Browse the repository at this point in the history
  10. Set CN to userID

    tobiasKaminsky committed Dec 1, 2017
    Copy the full SHA
    b99b6e8 View commit details
    Browse the repository at this point in the history
  11. bump version to 2.0.0RC9

    AndyScherzinger authored and tobiasKaminsky committed Dec 1, 2017
    Copy the full SHA
    658a313 View commit details
    Browse the repository at this point in the history
  12. First release of E2E

    jancborchardt authored and tobiasKaminsky committed Dec 1, 2017
    Copy the full SHA
    3fef075 View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    997cf24 View commit details
    Browse the repository at this point in the history
  14. wip

    tobiasKaminsky committed Dec 1, 2017
    Copy the full SHA
    1ed1867 View commit details
    Browse the repository at this point in the history
  15. better random

    tobiasKaminsky committed Dec 1, 2017
    Copy the full SHA
    ca9b2f8 View commit details
    Browse the repository at this point in the history
  16. use only CN

    tobiasKaminsky committed Dec 1, 2017
    Copy the full SHA
    e30558c View commit details
    Browse the repository at this point in the history
  17. changes due to rebase

    tobiasKaminsky committed Dec 1, 2017
    Copy the full SHA
    3a73009 View commit details
    Browse the repository at this point in the history
  18. codacy

    tobiasKaminsky committed Dec 1, 2017
    Copy the full SHA
    9e5ca63 View commit details
    Browse the repository at this point in the history
  19. Copy the full SHA
    28220f3 View commit details
    Browse the repository at this point in the history
  20. use newer drone image

    tobiasKaminsky committed Dec 1, 2017
    Copy the full SHA
    1072440 View commit details
    Browse the repository at this point in the history
  21. Copy the full SHA
    1ed0af5 View commit details
    Browse the repository at this point in the history
  22. Copy the full SHA
    1fa33d0 View commit details
    Browse the repository at this point in the history
  23. Copy the full SHA
    52da911 View commit details
    Browse the repository at this point in the history
  24. Copy the full SHA
    2ad0429 View commit details
    Browse the repository at this point in the history
  25. - rebased -> changed db numbers

    - deleted old file
    - add proper resume on folder lock
    tobiasKaminsky committed Dec 1, 2017
    Copy the full SHA
    304d403 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2017

  1. Copy the full SHA
    1436b44 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    0c57048 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    8501389 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2017

  1. First release of E2E

    jancborchardt authored and tobiasKaminsky committed Dec 5, 2017
    Copy the full SHA
    aa1ef3b View commit details
    Browse the repository at this point in the history
  2. fix codacy

    tobiasKaminsky committed Dec 5, 2017
    Copy the full SHA
    8bdd9a8 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    7fc2a14 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    d6b2f63 View commit details
    Browse the repository at this point in the history
  5. always use new key/iv

    cleanup
    tobiasKaminsky committed Dec 5, 2017
    Copy the full SHA
    74feb08 View commit details
    Browse the repository at this point in the history
  6. codacy: assertTrue -> assertFalse

    use specific exceptions
    add missing break
    tobiasKaminsky committed Dec 5, 2017
    Copy the full SHA
    68bc333 View commit details
    Browse the repository at this point in the history
  7. codacy: Avoid reassigning parameters such as 'remotePath'

    Switch statements should have a default label
    tobiasKaminsky committed Dec 5, 2017
    Copy the full SHA
    fdafc8f View commit details
    Browse the repository at this point in the history
  8. e2e: Cleaned up cipher transformation arguments.

    - Define commonly used transformation specs in constants.
    ardevd authored and tobiasKaminsky committed Dec 5, 2017
    Copy the full SHA
    2503075 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    108defe View commit details
    Browse the repository at this point in the history
  10. Set CN to userID

    tobiasKaminsky committed Dec 5, 2017
    Copy the full SHA
    55a46cb View commit details
    Browse the repository at this point in the history
  11. bump version to 2.0.0RC9

    AndyScherzinger authored and tobiasKaminsky committed Dec 5, 2017
    Copy the full SHA
    e7dad23 View commit details
    Browse the repository at this point in the history
  12. First release of E2E

    jancborchardt authored and tobiasKaminsky committed Dec 5, 2017
    Copy the full SHA
    2dbe201 View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    ebb5725 View commit details
    Browse the repository at this point in the history
  14. wip

    tobiasKaminsky committed Dec 5, 2017
    Copy the full SHA
    ee5f171 View commit details
    Browse the repository at this point in the history
  15. better random

    tobiasKaminsky committed Dec 5, 2017
    Copy the full SHA
    72d5dbd View commit details
    Browse the repository at this point in the history
  16. use only CN

    tobiasKaminsky committed Dec 5, 2017
    Copy the full SHA
    ca75efb View commit details
    Browse the repository at this point in the history
  17. changes due to rebase

    tobiasKaminsky committed Dec 5, 2017
    Copy the full SHA
    35a10df View commit details
    Browse the repository at this point in the history
  18. codacy

    tobiasKaminsky committed Dec 5, 2017
    Copy the full SHA
    59e6dc6 View commit details
    Browse the repository at this point in the history
  19. Copy the full SHA
    bc660fb View commit details
    Browse the repository at this point in the history
  20. use newer drone image

    tobiasKaminsky committed Dec 5, 2017
    Copy the full SHA
    73cacd6 View commit details
    Browse the repository at this point in the history
  21. Copy the full SHA
    7130e07 View commit details
    Browse the repository at this point in the history
  22. Copy the full SHA
    2f3fa46 View commit details
    Browse the repository at this point in the history
  23. Copy the full SHA
    21a7ac9 View commit details
    Browse the repository at this point in the history
  24. Copy the full SHA
    c92bf9c View commit details
    Browse the repository at this point in the history
  25. - rebased -> changed db numbers

    - deleted old file
    - add proper resume on folder lock
    tobiasKaminsky committed Dec 5, 2017
    Copy the full SHA
    b17d970 View commit details
    Browse the repository at this point in the history
  26. Copy the full SHA
    9084e24 View commit details
    Browse the repository at this point in the history
  27. Copy the full SHA
    cd5e365 View commit details
    Browse the repository at this point in the history
  28. Copy the full SHA
    d72d046 View commit details
    Browse the repository at this point in the history
  29. rebase

    tobiasKaminsky committed Dec 5, 2017
    Copy the full SHA
    e3eb248 View commit details
    Browse the repository at this point in the history
  30. Merge remote-tracking branch 'origin/e2e' into e2e

    # Conflicts:
    #	src/main/java/com/owncloud/android/db/ProviderMeta.java
    #	src/main/java/com/owncloud/android/operations/UploadFileOperation.java
    tobiasKaminsky committed Dec 5, 2017
    Copy the full SHA
    b726a4b View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2017

  1. Copy the full SHA
    5f0d258 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    a2ef50c View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    d3d72dd View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    a570d22 View commit details
    Browse the repository at this point in the history
  5. merge

    tobiasKaminsky committed Dec 8, 2017
    Copy the full SHA
    7134f37 View commit details
    Browse the repository at this point in the history
  6. codacy

    tobiasKaminsky committed Dec 8, 2017
    Copy the full SHA
    1ff4d95 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2017

  1. Copy the full SHA
    ae231de View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d30152e View commit details
    Browse the repository at this point in the history
  3. merge

    tobiasKaminsky committed Dec 11, 2017
    Copy the full SHA
    dddc140 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2017

  1. Copy the full SHA
    2c74709 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    303caa3 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2017

  1. Copy the full SHA
    2ec1385 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2017

  1. add cancel button

    tobiasKaminsky committed Dec 15, 2017
    Copy the full SHA
    7eb46f3 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    fcd1c28 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2017

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

Commits on Dec 20, 2017

  1. use new user agent

    tobiasKaminsky committed Dec 20, 2017
    Copy the full SHA
    e91cd5e View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    0212f4c View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    12b72c2 View commit details
    Browse the repository at this point in the history
  4. fix potential NPE

    tobiasKaminsky committed Dec 20, 2017
    Copy the full SHA
    88e83b2 View commit details
    Browse the repository at this point in the history
  5. also lower case

    tobiasKaminsky committed Dec 20, 2017
    Copy the full SHA
    e1ea850 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2018

  1. make text selectable

    Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
    tobiasKaminsky committed Jan 9, 2018
    Copy the full SHA
    7266799 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2018

  1. bump library

    add gson
    
    Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
    tobiasKaminsky committed Jan 10, 2018
    Copy the full SHA
    6edb7ce View commit details
    Browse the repository at this point in the history
  2. disable logger

    Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
    tobiasKaminsky committed Jan 10, 2018
    Copy the full SHA
    11dfaab View commit details
    Browse the repository at this point in the history
  3. re-add: always use new key / iv on upload

    Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
    tobiasKaminsky committed Jan 10, 2018
    Copy the full SHA
    1894ff7 View commit details
    Browse the repository at this point in the history
  4. new line

    Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
    tobiasKaminsky committed Jan 10, 2018
    Copy the full SHA
    fa7f234 View commit details
    Browse the repository at this point in the history
  5. re-enable tests

    Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
    tobiasKaminsky committed Jan 10, 2018
    Copy the full SHA
    0be92de View commit details
    Browse the repository at this point in the history
  6. make FolderMetadata access private and use getter/setter

    Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
    tobiasKaminsky committed Jan 10, 2018
    Copy the full SHA
    102c060 View commit details
    Browse the repository at this point in the history
  7. delete stale file

    Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
    tobiasKaminsky committed Jan 10, 2018
    Copy the full SHA
    ff0140f View commit details
    Browse the repository at this point in the history
  8. new line

    Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
    tobiasKaminsky committed Jan 10, 2018
    Copy the full SHA
    b7ba370 View commit details
    Browse the repository at this point in the history
  9. move public method up, add doc

    Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
    tobiasKaminsky committed Jan 10, 2018
    Copy the full SHA
    e1fcbd7 View commit details
    Browse the repository at this point in the history
  10. return RemoteOperationResult on error

    Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
    tobiasKaminsky committed Jan 10, 2018
    Copy the full SHA
    498e4c6 View commit details
    Browse the repository at this point in the history
  11. remove printStacktrace()

    Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
    tobiasKaminsky committed Jan 10, 2018
    Copy the full SHA
    a23e1e0 View commit details
    Browse the repository at this point in the history
  12. replace printStacktrace() with Log_OC

    Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
    tobiasKaminsky committed Jan 10, 2018
    Copy the full SHA
    342d842 View commit details
    Browse the repository at this point in the history
  13. new line

    Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
    tobiasKaminsky committed Jan 10, 2018
    Copy the full SHA
    a77f936 View commit details
    Browse the repository at this point in the history
  14. extract RSA/AES to static string

    make final
    
    Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
    tobiasKaminsky committed Jan 10, 2018
    Copy the full SHA
    6d780bb View commit details
    Browse the repository at this point in the history