summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Added test with spcial chars in groupSergio Bertolín2016-01-131-0/+11
|
* Merge pull request #21653 from owncloud/update-license-headers-2016Thomas Müller2016-01-131195-1594/+2742
|\ | | | | Update license headers 2016
| * Happy new year!Thomas Müller2016-01-121194-1593/+2739
| |
| * We have new apps ....Thomas Müller2016-01-121-1/+3
| |
* | Merge pull request #20948 from owncloud/fed-sync-contactsThomas Müller2016-01-1319-30/+582
|\ \ | | | | | | Syncing system addressbooks across federated ownClouds
| * | Reuse backend as provided by the app containerThomas Müller2016-01-121-9/+3
| | |
| * | Fix ctor callThomas Müller2016-01-123-4/+0
| | |
| * | fix doc-blockBjörn Schießle2016-01-121-7/+1
| | |
| * | create urls in a way that sabredav handles it correctlyBjörn Schießle2016-01-121-2/+2
| | |
| * | Catch exceptions during syncThomas Müller2016-01-122-7/+8
| | |
| * | federation has to be of type filesystem so that we load this app for webdav ↵Thomas Müller2016-01-122-0/+6
| | | | | | | | | | | | requests
| * | Inject DbHandler ....Thomas Müller2016-01-122-9/+10
| | |
| * | md5 -> sha1Thomas Müller2016-01-121-1/+1
| | |
| * | Address commentsThomas Müller2016-01-123-7/+11
| | |
| * | Adding unit tests for the sync serviceThomas Müller2016-01-122-1/+94
| | |
| * | Adding tests and adjust PHPDocThomas Müller2016-01-126-13/+120
| | |
| * | Fix registration of sync commandThomas Müller2016-01-121-4/+1
| | |
| * | Decouple federation and dav appThomas Müller2016-01-1210-26/+271
| | |
| * | Use EventDispatcher to allow additional setup of auth backends - move ↵Thomas Müller2016-01-124-3/+35
| | | | | | | | | | | | federation auth to federation app
| * | Allow trusted servers to authenticateThomas Müller2016-01-124-3/+85
| |/
* | Merge pull request #21580 from owncloud/symfony_event_dispatcher-2.8.1Thomas Müller2016-01-131-0/+0
|\ \ | | | | | | [3rdparty] Bump symfony/event-dispatcher
| * | [3rdparty] Bump symfony/event-dispatcherRoeland Jago Douma2016-01-121-0/+0
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2016-01-13158-858/+886
| | |
* | | Merge pull request #21336 from owncloud/system-root-certsThomas Müller2016-01-1218-168/+323
|\ \ \ | | | | | | | | Allow admins to add system wide root certificates
| * | | Add a config option to enable certificate managementRobin Appelman2016-01-122-6/+13
| | | |
| * | | Allow admins to add system wide root certificatesRobin Appelman2016-01-1217-168/+316
| |/ /
* | | Merge pull request #21640 from owncloud/add-config-to-disable-wellknown-checkThomas Müller2016-01-126-6/+29
|\ \ \ | |_|/ |/| | Add config switch to disable the .well-known URL check
| * | Add config switch to disable the .well-known URL checkMorris Jobke2016-01-126-6/+29
| | |
* | | Merge pull request #21616 from owncloud/introduce-dav-application-classThomas Müller2016-01-125-16/+201
|\ \ \ | | | | | | | | Unit test contact provider registration
| * | | Unit test contact provider registrationThomas Müller2016-01-115-16/+201
| | | |
* | | | Merge pull request #21641 from owncloud/fix_21639Thomas Müller2016-01-122-1/+5
|\ \ \ \ | |_|_|/ |/| | | Do not lower the sharee search
| * | | Add unit tests to make sure we do not lower the searchRoeland Jago Douma2016-01-121-0/+4
| | | |
| * | | Do not lower the sharee searchRoeland Jago Douma2016-01-121-1/+1
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | Fixes #21639 When lowering the remote search it break remotes that have uppercase letters like foo@example.com/ownCloud/ Backends do the mathcing so they should also make sure that the search string is converted to the format they require.
* | | Merge pull request #21638 from owncloud/degrade-well-known-url-checkThomas Müller2016-01-122-2/+2
|\ \ \ | |/ / |/| | Show the well-known URL check as info instead of error
| * | Show the well-known URL check as info instead of errorMorris Jobke2016-01-122-2/+2
|/ / | | | | | | * ref https://github.com/owncloud/core/pull/21562#issuecomment-170344549
* | Merge pull request #21637 from owncloud/reformat-irequestThomas Müller2016-01-121-4/+16
|\ \ | | | | | | fix identation in public/irequest.php
| * | fix identation in public/irequest.phpMorris Jobke2016-01-121-4/+16
| | |
* | | Merge pull request #21628 from owncloud/deprecated_secure_random_funcionsThomas Müller2016-01-1224-48/+27
|\ \ \ | |/ / |/| | Replace deprecated function calls to SecureRandom
| * | Fix unit testsRoeland Jago Douma2016-01-114-22/+1
| | |
| * | getMediumStrengthGenerator is deprecated and does not do anything anymoreRoeland Jago Douma2016-01-1114-17/+17
| | |
| * | getLowStrengthGenerator does not do anything anymoreRoeland Jago Douma2016-01-118-9/+9
| | |
* | | Merge pull request #21624 from owncloud/l10n_deprecated_functionThomas Müller2016-01-122-16/+0
|\ \ \ | | | | | | | | Remove unused deprecated function from l10n.php
| * | | Remove unused deprecated functionRoeland Jago Douma2016-01-112-16/+0
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2016-01-1226-14/+164
| |/ / |/| |
* | | Merge pull request #21622 from ↵Thomas Müller2016-01-111-0/+4
|\ \ \ | |_|/ |/| | | | | | | | owncloud/revert-21479-fix-broken-state-in-htaccess-test Revert "Remove unneeded check if htaccess test file already exists"
| * | Revert "Remove unneeded check if htaccess test file already exists"Lukas Reschke2016-01-111-0/+4
|/ /
* | Merge pull request #21613 from owncloud/dav-fix-constructorThomas Müller2016-01-111-2/+1
|\ \ | |/ |/| fix principal constructor for dav
| * fix principal constructor for davRobin Appelman2016-01-111-2/+1
| |
* | Merge pull request #21517 from owncloud/ext-oauth-fixThomas Müller2016-01-112-78/+82
|\ \ | | | | | | Fix OAuth external storage auth for step 2
| * | Fix OAuth external storage auth for step 2Robin McCorkell2016-01-072-78/+82
| | | | | | | | | | | | Parameters are only available after the onCompletion promise is run