Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #339 from nextcloud/share-types-by-folder | Lukas Reschke | 2016-11-01 | 2 | -0/+88 |
|\ | | | | | Add getShareTypesInFolder to optimize folder listening | ||||
| * | Add defaultShareProvider & federatedshareprovider tests | Roeland Jago Douma | 2016-11-01 | 1 | -0/+45 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | Fix merging backend results | Roeland Jago Douma | 2016-11-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | * Merge share types correctly * Filter share types * Order share types Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | Add remoteprovider getsharesinfolder function | Roeland Jago Douma | 2016-10-31 | 1 | -2/+40 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | Add getShareTypesInFolder to optimize folder listening | Robin Appelman | 2016-10-31 | 1 | -0/+5 |
| | | | | | | | | Signed-off-by: Robin Appelman <icewind@owncloud.com> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2016-11-01 | 2 | -2/+2 |
|/ | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-10-31 | 2 | -2/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-10-30 | 4 | -0/+16 |
| | |||||
* | Merge pull request #1948 from nextcloud/move_away_lagacy_oc_l10n | Lukas Reschke | 2016-10-29 | 2 | -2/+2 |
|\ | | | | | Move away from legacy OC_L10N | ||||
| * | Move away from OC_L10N | Roeland Jago Douma | 2016-10-28 | 2 | -2/+2 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2016-10-29 | 6 | -4/+40 |
|/ | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-10-28 | 32 | -92/+152 |
| | |||||
* | Merge pull request #1800 from nextcloud/nextcloud-rich-object-strings | Morris Jobke | 2016-10-27 | 2 | -6/+129 |
|\ | | | | | Nextcloud rich object strings | ||||
| * | Move federated share notifications to ROS | Joas Schilling | 2016-10-20 | 2 | -6/+129 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2016-10-27 | 2 | -2/+10 |
| | | |||||
* | | Switch to public API | Joas Schilling | 2016-10-21 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Move OC\Files\Storage\Shared to the right namespace | Joas Schilling | 2016-10-20 | 1 | -1/+1 |
|/ | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-10-18 | 2 | -0/+46 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-10-03 | 2 | -0/+30 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-10-01 | 2 | -2/+32 |
| | |||||
* | Mock HTTPClientService | Lukas Reschke | 2016-09-29 | 1 | -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 optimization | skjnldsv | 2016-09-27 | 4 | -193/+4 |
| | | | | Signed-off-by: John Molakvoæ <fremulon@protonmail.com> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-09-23 | 2 | -6/+14 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-09-22 | 2 | -0/+40 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-09-17 | 2 | -2/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-09-14 | 2 | -2/+2 |
| | |||||
* | Fix some more sniffs | Joas Schilling | 2016-09-12 | 3 | -3/+0 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-09-08 | 2 | -4/+4 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-09-07 | 2 | -0/+42 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-09-01 | 4 | -0/+16 |
| | |||||
* | Fix deprecated usages of getMock in federatedfilesharing | Roeland Jago Douma | 2016-08-31 | 5 | -27/+35 |
| | |||||
* | Move federated sharing routes to the federatedfilesharingapp | Roeland Jago Douma | 2016-08-28 | 4 | -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-syntax | Roeland Jago Douma | 2016-08-26 | 4 | -354/+9 |
|\ | | | | | Fix the syntax of the federation ID share buttons | ||||
| * | Reorder the buttons by importance | Joas Schilling | 2016-08-26 | 4 | -353/+8 |
| | | |||||
| * | FIx the syntax of the buttons | Joas Schilling | 2016-08-26 | 1 | -1/+1 |
| | | |||||
* | | Make federadedfilesharing button match the theming values | Julius Haertl | 2016-08-26 | 2 | -13/+23 |
| | | |||||
* | | Theming: fix federated sharing button color | Julius Haertl | 2016-08-26 | 2 | -1/+4 |
|/ | |||||
* | HTTPHelper is deprecated | Roeland Jago Douma | 2016-08-24 | 3 | -3/+3 |
| | | | | Use the IClientService instead | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-08-17 | 2 | -0/+8 |
| | |||||
* | Merge branch 'master' into implement_712 | Lukas Reschke | 2016-08-15 | 6 | -2/+18 |
|\ | |||||
| * | [tx-robot] updated from transifex | Nextcloud bot | 2016-08-15 | 2 | -0/+8 |
| | | |||||
| * | [tx-robot] updated from transifex | Nextcloud bot | 2016-08-14 | 4 | -2/+10 |
| | | |||||
* | | Use MockBuilder instead of createMock | Lukas Reschke | 2016-08-15 | 1 | -1/+1 |
| | | | | | | | | CI uses an older PHPUnit | ||||
* | | Add unit tests | Lukas Reschke | 2016-08-15 | 1 | -0/+84 |
| | | |||||
* | | change federatedfilesharing css class to followupsection to reduce whitespace | Arthur Schiwon | 2016-08-13 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into implement_712 | Lukas Reschke | 2016-08-11 | 14 | -8/+90 |
|\| | |||||
| * | [tx-robot] updated from transifex | Nextcloud bot | 2016-08-11 | 2 | -2/+2 |
| | | |||||
| * | [tx-robot] updated from transifex | Nextcloud bot | 2016-08-11 | 12 | -4/+52 |
| | | |||||
| * | [tx-robot] updated from transifex | Nextcloud bot | 2016-08-10 | 2 | -2/+36 |
| | | |||||
* | | adjust federatedfilesharing | Arthur Schiwon | 2016-08-11 | 5 | -37/+74 |
|/ |