aboutsummaryrefslogtreecommitdiffstats
path: root/apps/federatedfilesharing
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #339 from nextcloud/share-types-by-folderLukas Reschke2016-11-012-0/+88
|\ | | | | Add getShareTypesInFolder to optimize folder listening
| * Add defaultShareProvider & federatedshareprovider testsRoeland Jago Douma2016-11-011-0/+45
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Fix merging backend resultsRoeland Jago Douma2016-11-011-1/+1
| | | | | | | | | | | | | | | | * Merge share types correctly * Filter share types * Order share types Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Add remoteprovider getsharesinfolder functionRoeland Jago Douma2016-10-311-2/+40
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Add getShareTypesInFolder to optimize folder listeningRobin Appelman2016-10-311-0/+5
| | | | | | | | Signed-off-by: Robin Appelman <icewind@owncloud.com>
* | [tx-robot] updated from transifexNextcloud bot2016-11-012-2/+2
|/
* [tx-robot] updated from transifexNextcloud bot2016-10-312-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2016-10-304-0/+16
|
* Merge pull request #1948 from nextcloud/move_away_lagacy_oc_l10nLukas Reschke2016-10-292-2/+2
|\ | | | | Move away from legacy OC_L10N
| * Move away from OC_L10NRoeland Jago Douma2016-10-282-2/+2
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2016-10-296-4/+40
|/
* [tx-robot] updated from transifexNextcloud bot2016-10-2832-92/+152
|
* Merge pull request #1800 from nextcloud/nextcloud-rich-object-stringsMorris Jobke2016-10-272-6/+129
|\ | | | | Nextcloud rich object strings
| * Move federated share notifications to ROSJoas Schilling2016-10-202-6/+129
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2016-10-272-2/+10
| |
* | Switch to public APIJoas Schilling2016-10-211-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Move OC\Files\Storage\Shared to the right namespaceJoas Schilling2016-10-201-1/+1
|/
* [tx-robot] updated from transifexNextcloud bot2016-10-182-0/+46
|
* [tx-robot] updated from transifexNextcloud bot2016-10-032-0/+30
|
* [tx-robot] updated from transifexNextcloud bot2016-10-012-2/+32
|
* Mock HTTPClientServiceLukas Reschke2016-09-291-2/+21
| | | | | | | | These tests were not using any kind of mocks at all! This made the test execution time took 2 minutes instead of now less than 1 second… (because multiple HTTP requests were queued and timed-out then…) See https://blackfire.io/profiles/compare/6d2611f2-ad08-47b6-973b-2b5f9c8b96d2/graph for reference Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Svgo optimizationskjnldsv2016-09-274-193/+4
| | | | Signed-off-by: John Molakvoæ <fremulon@protonmail.com>
* [tx-robot] updated from transifexNextcloud bot2016-09-232-6/+14
|
* [tx-robot] updated from transifexNextcloud bot2016-09-222-0/+40
|
* [tx-robot] updated from transifexNextcloud bot2016-09-172-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2016-09-142-2/+2
|
* Fix some more sniffsJoas Schilling2016-09-123-3/+0
|
* [tx-robot] updated from transifexNextcloud bot2016-09-082-4/+4
|
* [tx-robot] updated from transifexNextcloud bot2016-09-072-0/+42
|
* [tx-robot] updated from transifexNextcloud bot2016-09-014-0/+16
|
* Fix deprecated usages of getMock in federatedfilesharingRoeland Jago Douma2016-08-315-27/+35
|
* Move federated sharing routes to the federatedfilesharingappRoeland Jago Douma2016-08-284-92/+162
| | | | | | | | * Move routes to app * Move routes over to the AppFramework * Fix tests There is plenty of stuff to fix properly here. But out of scope for now.
* Merge pull request #1085 from nextcloud/fix-ffs-sharing-syntaxRoeland Jago Douma2016-08-264-354/+9
|\ | | | | Fix the syntax of the federation ID share buttons
| * Reorder the buttons by importanceJoas Schilling2016-08-264-353/+8
| |
| * FIx the syntax of the buttonsJoas Schilling2016-08-261-1/+1
| |
* | Make federadedfilesharing button match the theming valuesJulius Haertl2016-08-262-13/+23
| |
* | Theming: fix federated sharing button colorJulius Haertl2016-08-262-1/+4
|/
* HTTPHelper is deprecatedRoeland Jago Douma2016-08-243-3/+3
| | | | Use the IClientService instead
* [tx-robot] updated from transifexNextcloud bot2016-08-172-0/+8
|
* Merge branch 'master' into implement_712Lukas Reschke2016-08-156-2/+18
|\
| * [tx-robot] updated from transifexNextcloud bot2016-08-152-0/+8
| |
| * [tx-robot] updated from transifexNextcloud bot2016-08-144-2/+10
| |
* | Use MockBuilder instead of createMockLukas Reschke2016-08-151-1/+1
| | | | | | | | CI uses an older PHPUnit
* | Add unit testsLukas Reschke2016-08-151-0/+84
| |
* | change federatedfilesharing css class to followupsection to reduce whitespaceArthur Schiwon2016-08-131-1/+1
| |
* | Merge branch 'master' into implement_712Lukas Reschke2016-08-1114-8/+90
|\|
| * [tx-robot] updated from transifexNextcloud bot2016-08-112-2/+2
| |
| * [tx-robot] updated from transifexNextcloud bot2016-08-1112-4/+52
| |
| * [tx-robot] updated from transifexNextcloud bot2016-08-102-2/+36
| |
* | adjust federatedfilesharingArthur Schiwon2016-08-115-37/+74
|/