Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-02-17 | 14 | -0/+128 |
| | |||||
* | Adding transifex to new core apps | Thomas Müller | 2016-02-16 | 1 | -0/+0 |
| | |||||
* | forbidden (403) is a valid return status, don't log the whole exception in ↵ | Bjoern Schiessle | 2016-02-15 | 2 | -4/+12 |
| | | | | this case | ||||
* | throw exception if we don't find a token for a given server | Bjoern Schiessle | 2016-02-15 | 1 | -0/+6 |
| | |||||
* | Remove background job if the server accepted to ask for the shared secret | Bjoern Schiessle | 2016-02-15 | 2 | -5/+23 |
| | | | | | | 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 | 5 | -36/+46 |
| | | | | remote server version is to low and appropriate message is displayed as well | ||||
* | Merge pull request #22050 from owncloud/fix_sync_addressbook | Thomas Müller | 2016-02-01 | 1 | -1/+1 |
|\ | | | | | pass parameter in the right order to syncRemoteAddressBook() | ||||
| * | pass parameter in the right order to syncRemoteAddressBook() | Björn Schießle | 2016-02-01 | 1 | -1/+1 |
| | | |||||
* | | catch all exceptions | Björn Schießle | 2016-02-01 | 2 | -0/+6 |
| | | |||||
* | | add context to the error messages | Björn Schießle | 2016-02-01 | 1 | -4/+4 |
|/ | |||||
* | Fix PHPDoc and signature | Lukas Reschke | 2016-01-26 | 3 | -3/+10 |
| | |||||
* | Adding unit tests | Thomas Müller | 2016-01-25 | 4 | -6/+72 |
| | |||||
* | Sync federated clouds using a cron job | Thomas Müller | 2016-01-22 | 7 | -35/+171 |
| | |||||
* | Merge pull request #21653 from owncloud/update-license-headers-2016 | Thomas Müller | 2016-01-13 | 20 | -25/+38 |
|\ | | | | | Update license headers 2016 | ||||
| * | Happy new year! | Thomas Müller | 2016-01-12 | 20 | -25/+38 |
| | | |||||
* | | fix doc-block | Björn Schießle | 2016-01-12 | 1 | -7/+1 |
| | | |||||
* | | Catch exceptions during sync | Thomas Müller | 2016-01-12 | 1 | -3/+7 |
| | | |||||
* | | federation has to be of type filesystem so that we load this app for webdav ↵ | Thomas Müller | 2016-01-12 | 2 | -0/+6 |
| | | | | | | | | requests | ||||
* | | Inject DbHandler .... | Thomas Müller | 2016-01-12 | 2 | -9/+10 |
| | | |||||
* | | md5 -> sha1 | Thomas Müller | 2016-01-12 | 1 | -1/+1 |
| | | |||||
* | | Adding tests and adjust PHPDoc | Thomas Müller | 2016-01-12 | 5 | -10/+85 |
| | | |||||
* | | Fix registration of sync command | Thomas Müller | 2016-01-12 | 1 | -4/+1 |
| | | |||||
* | | Decouple federation and dav app | Thomas Müller | 2016-01-12 | 5 | -9/+93 |
| | | |||||
* | | Use EventDispatcher to allow additional setup of auth backends - move ↵ | Thomas Müller | 2016-01-12 | 2 | -0/+69 |
| | | | | | | | | federation auth to federation app | ||||
* | | Allow trusted servers to authenticate | Thomas Müller | 2016-01-12 | 2 | -2/+26 |
|/ | |||||
* | Fix unit tests | Roeland Jago Douma | 2016-01-11 | 2 | -4/+0 |
| | |||||
* | getMediumStrengthGenerator is deprecated and does not do anything anymore | Roeland Jago Douma | 2016-01-11 | 2 | -2/+2 |
| | |||||
* | Add ownCloud min and max version for shipped apps | Joas Schilling | 2016-01-07 | 1 | -3/+3 |
| | |||||
* | Add error logging to federated sharing handshake | Robin Appelman | 2015-12-21 | 5 | -10/+37 |
| | |||||
* | Use PHP polyfills | Lukas Reschke | 2015-12-11 | 1 | -1/+1 |
| | |||||
* | 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 | ||||
* | add icon for Federation app | Jan-Christoph Borchardt | 2015-11-25 | 1 | -0/+4 |
| | |||||
* | Remove invalid use statement | Thomas Müller | 2015-11-24 | 1 | -1/+0 |
| | |||||
* | always store server url without a trailing slash | Björn Schießle | 2015-11-24 | 2 | -3/+20 |
| | |||||
* | use hooks to auto add server to the list of trusted servers once a federated ↵ | Björn Schießle | 2015-11-24 | 4 | -0/+149 |
| | | | | share was created | ||||
* | unit tests | Björn Schießle | 2015-11-20 | 7 | -17/+549 |
| | |||||
* | fixing OCI and others | Thomas Müller | 2015-11-19 | 5 | -20/+9 |
| | |||||
* | make sure that both server don't try to exchange the shared secret in parallel | Björn Schießle | 2015-11-19 | 3 | -32/+79 |
| | |||||
* | add option to auto add servers to the list of trusted servers once a ↵ | Björn Schießle | 2015-11-19 | 9 | -8/+67 |
| | | | | federated share was created and accepted successfully | ||||
* | add status to server list | Björn Schießle | 2015-11-19 | 4 | -5/+19 |
| | |||||
* | exchange shared secret | Björn Schießle | 2015-11-19 | 12 | -119/+1052 |
| | |||||
* | added app "federation", allows you to connect ownClouds and exchange user lists | Björn Schießle | 2015-11-19 | 17 | -0/+1503 |