summaryrefslogtreecommitdiffstats
path: root/apps/federatedfilesharing
Commit message (Collapse)AuthorAgeFilesLines
* Bump appsRoeland Jago Douma2018-01-141-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Update composerMorris Jobke2018-01-122-10/+14
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Composer updatedRoeland Jago Douma2018-01-042-16/+12
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2018-01-046-6/+126
|
* Use proper authorative-autoloader for app autoloadersRoeland Jago Douma2017-12-142-11/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2017-12-112-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-12-102-6/+92
|
* [tx-robot] updated from transifexNextcloud bot2017-11-232-4/+100
|
* [tx-robot] updated from transifexNextcloud bot2017-11-1112-44/+614
|
* [tx-robot] updated from transifexNextcloud bot2017-11-1010-0/+570
|
* Merge pull request #6788 from staabm/masterLukas Reschke2017-11-082-3/+3
|\ | | | | Prevent XSS in links which open a new browser window
| * Prevent XSS in links which open a new browser windowMarkus Staab2017-10-192-3/+3
| |
* | [tx-robot] updated from transifexNextcloud bot2017-11-082-0/+114
| |
* | [tx-robot] updated from transifexNextcloud bot2017-11-072-0/+114
| |
* | Update license headersMorris Jobke2017-11-0620-2/+43
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | [tx-robot] updated from transifexNextcloud bot2017-11-034-0/+228
| |
* | Merge pull request #6875 from nextcloud/app_autoloadersJoas Schilling2017-11-019-0/+625
|\ \ | | | | | | Move server apps to dedicated autoloader
| * | FederatedFileSharing AutoloaderRoeland Jago Douma2017-10-249-0/+625
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | [tx-robot] updated from transifexNextcloud bot2017-10-312-0/+114
| | |
* | | Use ::class in test mocks of encryption appMorris Jobke2017-10-262-3/+3
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #6939 from nextcloud/class-usage-in-mocks-dav-appMorris Jobke2017-10-262-2/+2
|\ \ \ | | | | | | | | Use ::class in test mocks of dav app
| * | | Use ::class in test mocks of dav appMorris Jobke2017-10-262-2/+2
| |/ / | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* / / [tx-robot] updated from transifexNextcloud bot2017-10-254-0/+12
|/ /
* | Use ::class in test mocksMorris Jobke2017-10-244-24/+26
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | [tx-robot] updated from transifexNextcloud bot2017-10-242-0/+114
| |
* | [tx-robot] updated from transifexNextcloud bot2017-10-202-0/+6
| |
* | [tx-robot] updated from transifexNextcloud bot2017-10-132-4/+84
| |
* | [tx-robot] updated from transifexNextcloud bot2017-10-102-10/+10
|/
* [tx-robot] updated from transifexNextcloud bot2017-09-292-10/+78
|
* [tx-robot] updated from transifexNextcloud bot2017-09-232-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2017-09-192-2/+0
|
* [tx-robot] updated from transifexNextcloud bot2017-09-152-10/+72
|
* [tx-robot] updated from transifexNextcloud bot2017-08-314-2/+6
|
* [tx-robot] updated from transifexNextcloud bot2017-08-302-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-08-242-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-08-222-4/+4
|
* Merge pull request #6180 from nextcloud/fix-warningsMorris Jobke2017-08-211-3/+3
|\ | | | | Fix PHPUnit warnings
| * Fix PHPUnit warningsLukas Reschke2017-08-181-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ``` 1) OCA\FederatedFileSharing\Tests\Settings\AdminTest::testGetForm with data set #0 (true) PHPUnit_Framework_TestCase::getMock() is deprecated, use PHPUnit_Framework_TestCase::createMock() or PHPUnit_Framework_TestCase::getMockBuilder() instead 2) OCA\FederatedFileSharing\Tests\Settings\AdminTest::testGetForm with data set #1 (false) PHPUnit_Framework_TestCase::getMock() is deprecated, use PHPUnit_Framework_TestCase::createMock() or PHPUnit_Framework_TestCase::getMockBuilder() instead 3) OCA\FederatedFileSharing\Tests\Settings\AdminTest::testGetSection PHPUnit_Framework_TestCase::getMock() is deprecated, use PHPUnit_Framework_TestCase::createMock() or PHPUnit_Framework_TestCase::getMockBuilder() instead 4) OCA\FederatedFileSharing\Tests\Settings\AdminTest::testGetPriority PHPUnit_Framework_TestCase::getMock() is deprecated, use PHPUnit_Framework_TestCase::createMock() or PHPUnit_Framework_TestCase::getMockBuilder() instead ``` Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | [tx-robot] updated from transifexNextcloud bot2017-08-214-24/+88
| |
* | [tx-robot] updated from transifexNextcloud bot2017-08-192-4/+18
|/
* [tx-robot] updated from transifexNextcloud bot2017-08-172-6/+6
|
* Use proper methods for registerBackendMorris Jobke2017-08-151-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* [tx-robot] updated from transifexNextcloud bot2017-08-142-0/+10
|
* [tx-robot] updated from transifexNextcloud bot2017-08-132-14/+14
|
* [tx-robot] updated from transifexNextcloud bot2017-08-122-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-08-0940-40/+0
|
* [tx-robot] updated from transifexNextcloud bot2017-08-022-0/+4
|
* Add |null to PHPDocLukas Reschke2017-08-011-1/+1
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* [tx-robot] updated from transifexNextcloud bot2017-08-012-2/+2
|
* Merge pull request #5913 from nextcloud/fix-anchor-nameRoeland Jago Douma2017-07-311-1/+1
|\ | | | | Fix anchor name for federated sharing settings