Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update author information | Lukas Reschke | 2016-03-01 | 5 | -2/+25 |
| | | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :) | ||||
* | remove remote address book if the admin removes the server from the trusted ↵ | Bjoern Schiessle | 2016-02-29 | 2 | -4/+32 |
| | | | | servers list | ||||
* | reuse the url_hash instead of calculating a new hash for the address book | Bjoern Schiessle | 2016-02-26 | 2 | -7/+9 |
| | |||||
* | Remove background job if the server accepted to ask for the shared secret | Bjoern Schiessle | 2016-02-15 | 1 | -0/+3 |
| | | | | | | If we don't remove it the server will later ask the remote server to ask for the shared secret which will result in a error log message on the remote server and in some circumstances maybe even to a failure | ||||
* | Forward exception message to the admin in case of errors and in case the ↵ | Thomas Müller | 2016-02-09 | 2 | -16/+27 |
| | | | | remote server version is to low and appropriate message is displayed as well | ||||
* | Fix PHPDoc and signature | Lukas Reschke | 2016-01-26 | 1 | -1/+1 |
| | |||||
* | Adding unit tests | Thomas Müller | 2016-01-25 | 1 | -0/+66 |
| | |||||
* | Merge pull request #21653 from owncloud/update-license-headers-2016 | Thomas Müller | 2016-01-13 | 8 | -8/+10 |
|\ | | | | | Update license headers 2016 | ||||
| * | Happy new year! | Thomas Müller | 2016-01-12 | 8 | -8/+10 |
| | | |||||
* | | Adding tests and adjust PHPDoc | Thomas Müller | 2016-01-12 | 2 | -1/+77 |
|/ | |||||
* | Fix unit tests | Roeland Jago Douma | 2016-01-11 | 2 | -4/+0 |
| | |||||
* | Add error logging to federated sharing handshake | Robin Appelman | 2015-12-21 | 1 | -2/+10 |
| | |||||
* | Add DB group to some files_external tests | Thomas Müller | 2015-11-30 | 1 | -0/+7 |
| | | | | | | | | | | Adding group Db to federation tests and ldap tests Add group DB to Test_UrlGenerator Adding group DB to trashbin and versions tests Adding group DB to Test_Util_CheckServer for pg | ||||
* | always store server url without a trailing slash | Björn Schießle | 2015-11-24 | 1 | -3/+19 |
| | |||||
* | use hooks to auto add server to the list of trusted servers once a federated ↵ | Björn Schießle | 2015-11-24 | 1 | -0/+79 |
| | | | | share was created | ||||
* | unit tests | Björn Schießle | 2015-11-20 | 4 | -12/+526 |
| | |||||
* | exchange shared secret | Björn Schießle | 2015-11-19 | 3 | -50/+292 |
| | |||||
* | added app "federation", allows you to connect ownClouds and exchange user lists | Björn Schießle | 2015-11-19 | 4 | -0/+640 |