Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nextcloud/nextcloud-filelink
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.6
Choose a base ref
...
head repository: nextcloud/nextcloud-filelink
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 16 commits
  • 4 files changed
  • 5 contributors

Commits on Aug 18, 2017

  1. Fixes #15

    guillaumev committed Aug 18, 2017
    Configuration menu
    Copy the full SHA
    060265b View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2017

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

Commits on Aug 8, 2018

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

Commits on Sep 19, 2018

  1. Update to version 1.8

    guillaumev committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    219cc1f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2db3754 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #59 from uli-heller/thunderbird-60

    Compatibility with thunderbird-60, fixes #55
    guillaumev authored Sep 19, 2018
    Configuration menu
    Copy the full SHA
    dc2453c View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2018

  1. Fixed issues for TB 60

    guillaumev committed Sep 20, 2018
    Configuration menu
    Copy the full SHA
    0dd153b View commit details
    Browse the repository at this point in the history
  2. Fixed space display issues

    guillaumev committed Sep 20, 2018
    Configuration menu
    Copy the full SHA
    2784316 View commit details
    Browse the repository at this point in the history
  3. Space screen fix and attachment auth fix

    Modified _getUserInfo function to get space information over OCS Api and modified uploadFile function to get password from password manager.
    NDev8 committed Sep 20, 2018
    Configuration menu
    Copy the full SHA
    4a3a3f0 View commit details
    Browse the repository at this point in the history
  4. Password issues

    guillaumev committed Sep 20, 2018
    Configuration menu
    Copy the full SHA
    a6fcdd5 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #62 from NDev8/master

    Space screen fix and attachment auth fix
    guillaumev authored Sep 20, 2018
    Configuration menu
    Copy the full SHA
    a5bfff0 View commit details
    Browse the repository at this point in the history
  6. Fixed WebDAV authentication bug and send credentials in post

    Fixes the WebDAV authentication bug which resulted in an “503 Service Unavailable” error and improved the security by sending the credentials in the header instead of the url.
    NDev8 committed Sep 20, 2018
    Configuration menu
    Copy the full SHA
    6ad8835 View commit details
    Browse the repository at this point in the history
  7. Bug fix for old thunderbird 52.9.1 and removed console.log call

    Bug fix for old thunderbird 52.9.1 on linux where the space screen not worked because of a missing import of Components.classes as Cc, also the file upload had stopped working because the sendInputStream method is not available in the old TB.
    I have also removed a console.log call that I had added to debug the addon and pushed unintentionally.
    NDev8 committed Sep 20, 2018
    Configuration menu
    Copy the full SHA
    e7f4f38 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2018

  1. Merge pull request #63 from NDev8/master

    Fixed WebDAV authentication bug and send credentials in post
    guillaumev authored Sep 21, 2018
    Configuration menu
    Copy the full SHA
    1cd2daf View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2018

  1. Making owncloud/Sciebo working again

    See #65
    Change path for retrieving userinfo from "/cloud/user" to "/cloud/users/USERNAME"
    michaelletzgus authored Nov 18, 2018
    Configuration menu
    Copy the full SHA
    662f871 View commit details
    Browse the repository at this point in the history
  2. Revert

    Accidentally committed to master, revert.
    michaelletzgus authored Nov 18, 2018
    Configuration menu
    Copy the full SHA
    0a1135f View commit details
    Browse the repository at this point in the history
Loading