summaryrefslogtreecommitdiffstats
path: root/apps/federation/appinfo
Commit message (Collapse)AuthorAgeFilesLines
* Move OCSAuthAPI to AppFrameworkRoeland Jago Douma2016-08-281-3/+13
| | | | | | * Convert class * Convert routes * Convert tests
* adjust federation appArthur Schiwon2016-08-112-2/+5
|
* Increment the versions and adjust the capitilizationJoas Schilling2016-08-081-1/+1
|
* Also increase the min versionJoas Schilling2016-07-221-1/+1
|
* bumb compatible app versions for core appsRobin Appelman2016-07-221-1/+1
|
* Merge pull request #500 from nextcloud/bump_versionJoas Schilling2016-07-221-1/+1
|\ | | | | Bump version
| * Increase app versionsJoas Schilling2016-07-211-1/+1
| |
* | Fix apps/Joas Schilling2016-07-213-3/+6
|/
* fix federation stringsMorris Jobke2016-06-201-1/+1
|
* Update license headersLukas Reschke2016-05-263-3/+3
|
* Move federation code to PSR-4Joas Schilling2016-05-191-181/+0
|
* Background jobs from info.xml (#24582)Joas Schilling2016-05-124-51/+4
| | | | | | | | | | | | | | * Move background job registration of Federation to info.xml * Move background registration of Files app to info.xml * Move background job registration of files_sharing to info.xml * Move background job registration of files_trashbin to info.xml * Move background job registration of files_versions to info.xml * Move background job registration from user_ldap to info.xml
* Automatically enable "federation" appLukas Reschke2016-03-041-11/+12
|
* 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-012-1/+20
| | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :)
* increase version numberBjoern Schiessle2016-03-011-1/+1
|
* remove remote address book if the admin removes the server from the trusted ↵Bjoern Schiessle2016-02-291-5/+8
| | | | servers list
* reuse the url_hash instead of calculating a new hash for the address bookBjoern Schiessle2016-02-261-2/+1
|
* Adding unit testsThomas Müller2016-01-252-2/+3
|
* Sync federated clouds using a cron jobThomas Müller2016-01-224-4/+64
|
* Merge pull request #21653 from owncloud/update-license-headers-2016Thomas Müller2016-01-133-8/+9
|\ | | | | Update license headers 2016
| * Happy new year!Thomas Müller2016-01-123-8/+9
| |
* | federation has to be of type filesystem so that we load this app for webdav ↵Thomas Müller2016-01-121-0/+3
| | | | | | | | requests
* | Inject DbHandler ....Thomas Müller2016-01-121-1/+3
| |
* | Adding tests and adjust PHPDocThomas Müller2016-01-121-2/+4
| |
* | Fix registration of sync commandThomas Müller2016-01-121-4/+1
| |
* | Decouple federation and dav appThomas Müller2016-01-123-4/+12
| |
* | Use EventDispatcher to allow additional setup of auth backends - move ↵Thomas Müller2016-01-121-0/+14
| | | | | | | | federation auth to federation app
* | Allow trusted servers to authenticateThomas Müller2016-01-121-1/+8
|/
* Add ownCloud min and max version for shipped appsJoas Schilling2016-01-071-3/+3
|
* Add error logging to federated sharing handshakeRobin Appelman2015-12-211-1/+2
|
* Remove invalid use statementThomas Müller2015-11-241-1/+0
|
* use hooks to auto add server to the list of trusted servers once a federated ↵Björn Schießle2015-11-242-0/+20
| | | | share was created
* fixing OCI and othersThomas Müller2015-11-191-13/+0
|
* add option to auto add servers to the list of trusted servers once a ↵Björn Schießle2015-11-192-1/+7
| | | | federated share was created and accepted successfully
* exchange shared secretBjörn Schießle2015-11-193-18/+95
|
* added app "federation", allows you to connect ownClouds and exchange user listsBjörn Schießle2015-11-195-0/+209