summaryrefslogtreecommitdiffstats
path: root/apps/federation
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2016-03-032-2/+2
|
* Translate strings of federation admin sectionJoas Schilling2016-03-021-4/+4
|
* Increase all versions on master which is now 9.1Joas Schilling2016-03-021-2/+2
|
* Map MaciLukas Reschke2016-03-011-0/+1
|
* Update author informationLukas Reschke2016-03-0113-7/+90
| | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :)
* Merge pull request #22686 from owncloud/cleanup_remote_address_booksThomas Müller2016-03-0114-33/+113
|\ | | | | remove remote address book if access was revoked
| * increase version numberBjoern Schiessle2016-03-011-1/+1
| |
| * fix doc-blockBjoern Schiessle2016-02-291-0/+1
| |
| * remove synced remote address book if the remote server revoked access to his ↵Bjoern Schiessle2016-02-294-1/+12
| | | | | | | | system address book
| * remove remote address book if the admin removes the server from the trusted ↵Bjoern Schiessle2016-02-298-18/+85
| | | | | | | | servers list
| * reuse the url_hash instead of calculating a new hash for the address bookBjoern Schiessle2016-02-265-13/+14
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2016-03-012-0/+20
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2016-02-282-2/+2
|/
* [tx-robot] updated from transifexJenkins for ownCloud2016-02-262-0/+10
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-02-2534-4/+304
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-02-1714-0/+128
|
* Adding transifex to new core appsThomas Müller2016-02-161-0/+0
|
* forbidden (403) is a valid return status, don't log the whole exception in ↵Bjoern Schiessle2016-02-152-4/+12
| | | | this case
* throw exception if we don't find a token for a given serverBjoern Schiessle2016-02-151-0/+6
|
* Remove background job if the server accepted to ask for the shared secretBjoern Schiessle2016-02-152-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üller2016-02-095-36/+46
| | | | remote server version is to low and appropriate message is displayed as well
* Merge pull request #22050 from owncloud/fix_sync_addressbookThomas Müller2016-02-011-1/+1
|\ | | | | pass parameter in the right order to syncRemoteAddressBook()
| * pass parameter in the right order to syncRemoteAddressBook()Björn Schießle2016-02-011-1/+1
| |
* | catch all exceptionsBjörn Schießle2016-02-012-0/+6
| |
* | add context to the error messagesBjörn Schießle2016-02-011-4/+4
|/
* Fix PHPDoc and signatureLukas Reschke2016-01-263-3/+10
|
* Adding unit testsThomas Müller2016-01-254-6/+72
|
* Sync federated clouds using a cron jobThomas Müller2016-01-227-35/+171
|
* Merge pull request #21653 from owncloud/update-license-headers-2016Thomas Müller2016-01-1320-25/+38
|\ | | | | Update license headers 2016
| * Happy new year!Thomas Müller2016-01-1220-25/+38
| |
* | fix doc-blockBjörn Schießle2016-01-121-7/+1
| |
* | Catch exceptions during syncThomas Müller2016-01-121-3/+7
| |
* | 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
| |
* | Adding tests and adjust PHPDocThomas Müller2016-01-125-10/+85
| |
* | Fix registration of sync commandThomas Müller2016-01-121-4/+1
| |
* | Decouple federation and dav appThomas Müller2016-01-125-9/+93
| |
* | Use EventDispatcher to allow additional setup of auth backends - move ↵Thomas Müller2016-01-122-0/+69
| | | | | | | | federation auth to federation app
* | Allow trusted servers to authenticateThomas Müller2016-01-122-2/+26
|/
* Fix unit testsRoeland Jago Douma2016-01-112-4/+0
|
* getMediumStrengthGenerator is deprecated and does not do anything anymoreRoeland Jago Douma2016-01-112-2/+2
|
* Add ownCloud min and max version for shipped appsJoas Schilling2016-01-071-3/+3
|
* Add error logging to federated sharing handshakeRobin Appelman2015-12-215-10/+37
|
* Use PHP polyfillsLukas Reschke2015-12-111-1/+1
|
* Add DB group to some files_external testsThomas Müller2015-11-301-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 appJan-Christoph Borchardt2015-11-251-0/+4
|
* Remove invalid use statementThomas Müller2015-11-241-1/+0
|
* always store server url without a trailing slashBjörn Schießle2015-11-242-3/+20
|
* use hooks to auto add server to the list of trusted servers once a federated ↵Björn Schießle2015-11-244-0/+149
| | | | share was created