- 20 Jan, 2017 1 commit
-
-
Christian Rost authored
* fixed #26887 * fix identation
-
- 08 Nov, 2016 1 commit
-
-
Vincent Petry authored
-
- 08 Oct, 2016 1 commit
-
-
Vincent Petry authored
There is a setup check that prevents installing on Windows. No need to keep the old unsupported Windows code paths. Also fix the posix test that was running the wrong verify method:
-
- 23 Sep, 2016 1 commit
-
-
Thomas Müller authored
-
- 20 Jul, 2016 1 commit
-
-
Thomas Müller authored
* Copyright is with ownCloud GmbH now * Recreate all license headers
-
- 18 Jul, 2016 1 commit
-
-
Thomas Müller authored
-
- 27 Jun, 2016 1 commit
-
-
Vincent Petry authored
Some auth mechanisms like SessionCredentials need to register hooks early, so they cannot be lazy loaded.
-
- 30 May, 2016 1 commit
-
-
Robin McCorkell authored
-
- 26 May, 2016 1 commit
-
-
Lukas Reschke authored
-
- 24 May, 2016 1 commit
-
-
Joas Schilling authored
-
- 11 May, 2016 1 commit
-
-
Robin McCorkell authored
-
- 16 Mar, 2016 1 commit
-
-
Robin McCorkell authored
-
- 01 Mar, 2016 1 commit
-
-
Lukas Reschke authored
Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :)
-
- 17 Feb, 2016 1 commit
-
-
Robin Appelman authored
-
- 16 Feb, 2016 1 commit
-
-
Robin Appelman authored
-
- 04 Feb, 2016 1 commit
-
-
Robin Appelman authored
-
- 29 Jan, 2016 1 commit
-
-
Robin Appelman authored
-
- 20 Jan, 2016 1 commit
-
-
Robin Appelman authored
-
- 18 Jan, 2016 1 commit
-
-
Robin McCorkell authored
Stores user credentials in the database after user login, uses the new CredentialsManager class
-
- 14 Jan, 2016 1 commit
-
-
Robin McCorkell authored
-
- 12 Jan, 2016 1 commit
-
-
Thomas Müller authored
-
- 26 Oct, 2015 1 commit
-
-
Lukas Reschke authored
-
- 06 Oct, 2015 1 commit
-
-
Morris Jobke authored
-
- 05 Oct, 2015 1 commit
-
-
Morris Jobke authored
-
- 31 Aug, 2015 1 commit
-
-
Robin McCorkell authored
-
- 28 Aug, 2015 4 commits
-
-
Robin McCorkell authored
-
Robin McCorkell authored
The SFTP backend now supports public key authentication alongside password authentication.
-
Robin McCorkell authored
SMB_OC has been merged with SMB, via the identifier aliases mechanism. Legacy migration is done to the Session Credentials password mechanism
-
Robin McCorkell authored
The Rackspace/OpenStack differences have been split into separate auth mechanisms, with correct legacy migration
-
- 24 Aug, 2015 3 commits
-
-
Robin McCorkell authored
-
Robin McCorkell authored
-
Robin McCorkell authored
-
- 19 Aug, 2015 8 commits
-
-
Robin McCorkell authored
-
Robin McCorkell authored
-
Robin McCorkell authored
-
Robin McCorkell authored
-
Robin McCorkell authored
-
Robin McCorkell authored
-
Robin McCorkell authored
Introduces the basic password authentication mechanism, along with a mechanism based on ownCloud credentials stored in the user session. Change to lib/private is an extension of PermissionsMask, as isSharable() override was missing. Session credentials auth mechanism now disables sharing on applied storages, as credentials will not be available.
-
Robin McCorkell authored
The following functions have been removed: - addMountPoint() - removeMountPoint() - movePersonalMountPoint() registerBackend() has been rewritten as a shim around BackendService, allowing legacy code to interact with the new API seamlessly addMountPoint() was already disconnected from all production code, so this commit completes the job and removes the function itself, along with disconnecting and removing related functions. Unit tests have likewise been removed. getAbsoluteMountPoints(), getSystemMountPoints() and getPersonalMountPoints() have been rewritten to use the StoragesServices
-