Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove dead OCS register code | Roeland Jago Douma | 2016-09-02 | 1 | -34/+0 |
| | |||||
* | Use function parameters | Roeland Jago Douma | 2016-08-28 | 1 | -10/+6 |
| | |||||
* | Move OCSAuthAPI to AppFramework | Roeland Jago Douma | 2016-08-28 | 1 | -17/+27 |
| | | | | | | * Convert class * Convert routes * Convert tests | ||||
* | adjust federation app | Arthur Schiwon | 2016-08-11 | 2 | -7/+69 |
| | |||||
* | improve federation error messages | Bjoern Schiessle | 2016-08-09 | 3 | -13/+19 |
| | |||||
* | Update with robin | Joas Schilling | 2016-07-21 | 5 | -5/+5 |
| | |||||
* | Fix apps/ | Joas Schilling | 2016-07-21 | 13 | -18/+37 |
| | |||||
* | Use the themed Defaults everywhere | Joas Schilling | 2016-07-15 | 1 | -1/+1 |
| | |||||
* | Allow null | Robin Appelman | 2016-07-08 | 1 | -1/+1 |
| | |||||
* | Fix undefined properties | Robin Appelman | 2016-07-08 | 1 | -2/+2 |
| | |||||
* | fix federation strings | Morris Jobke | 2016-06-20 | 3 | -8/+8 |
| | |||||
* | Use the correct realm for basic authentication - fixes #23427 | Thomas Müller | 2016-06-09 | 1 | -0/+4 |
| | |||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 11 | -14/+17 |
| | |||||
* | Move federation code to PSR-4 | Joas Schilling | 2016-05-19 | 13 | -0/+1063 |
| | |||||
* | Update author information | Lukas Reschke | 2016-03-01 | 2 | -1/+22 |
| | | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :) | ||||
* | fix doc-block | Bjoern Schiessle | 2016-02-29 | 1 | -0/+1 |
| | |||||
* | remove synced remote address book if the remote server revoked access to his ↵ | Bjoern Schiessle | 2016-02-29 | 2 | -0/+6 |
| | | | | system address book | ||||
* | remove remote address book if the admin removes the server from the trusted ↵ | Bjoern Schiessle | 2016-02-29 | 2 | -1/+34 |
| | | | | servers list | ||||
* | reuse the url_hash instead of calculating a new hash for the address book | Bjoern Schiessle | 2016-02-26 | 2 | -4/+4 |
| | |||||
* | throw exception if we don't find a token for a given server | Bjoern Schiessle | 2016-02-15 | 1 | -0/+6 |
| | |||||
* | Forward exception message to the admin in case of errors and in case the ↵ | Thomas Müller | 2016-02-09 | 1 | -18/+18 |
| | | | | remote server version is to low and appropriate message is displayed as well | ||||
* | pass parameter in the right order to syncRemoteAddressBook() | Björn Schießle | 2016-02-01 | 1 | -1/+1 |
| | |||||
* | Fix PHPDoc and signature | Lukas Reschke | 2016-01-26 | 1 | -1/+5 |
| | |||||
* | Adding unit tests | Thomas Müller | 2016-01-25 | 1 | -4/+3 |
| | |||||
* | Sync federated clouds using a cron job | Thomas Müller | 2016-01-22 | 2 | -0/+98 |
| | |||||
* | Merge pull request #21653 from owncloud/update-license-headers-2016 | Thomas Müller | 2016-01-13 | 3 | -3/+5 |
|\ | | | | | Update license headers 2016 | ||||
| * | Happy new year! | Thomas Müller | 2016-01-12 | 3 | -3/+5 |
| | | |||||
* | | Adding tests and adjust PHPDoc | Thomas Müller | 2016-01-12 | 1 | -0/+1 |
| | | |||||
* | | Decouple federation and dav app | Thomas Müller | 2016-01-12 | 1 | -5/+6 |
| | | |||||
* | | Allow trusted servers to authenticate | Thomas Müller | 2016-01-12 | 1 | -1/+18 |
|/ | |||||
* | getMediumStrengthGenerator is deprecated and does not do anything anymore | Roeland Jago Douma | 2016-01-11 | 1 | -1/+1 |
| | |||||
* | always store server url without a trailing slash | Björn Schießle | 2015-11-24 | 1 | -0/+1 |
| | |||||
* | use hooks to auto add server to the list of trusted servers once a federated ↵ | Björn Schießle | 2015-11-24 | 1 | -0/+50 |
| | | | | share was created | ||||
* | unit tests | Björn Schießle | 2015-11-20 | 1 | -2/+2 |
| | |||||
* | fixing OCI and others | Thomas Müller | 2015-11-19 | 1 | -2/+2 |
| | |||||
* | add option to auto add servers to the list of trusted servers once a ↵ | Björn Schießle | 2015-11-19 | 1 | -1/+30 |
| | | | | federated share was created and accepted successfully | ||||
* | add status to server list | Björn Schießle | 2015-11-19 | 1 | -1/+1 |
| | |||||
* | exchange shared secret | Björn Schießle | 2015-11-19 | 2 | -50/+237 |
| | |||||
* | added app "federation", allows you to connect ownClouds and exchange user lists | Björn Schießle | 2015-11-19 | 2 | -0/+307 |