| Commit message (Expand) | Author | Age | Files | Lines |
* | Update the license headers for Nextcloud 20 | Christoph Wurst | 2020-08-24 | 9 | -0/+9 |
* | Expose status via Collaborators API | Georg Ehrke | 2020-08-14 | 2 | -8/+28 |
* | Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU... | Morris Jobke | 2020-08-12 | 12 | -60/+60 |
* | Merge pull request #21954 from nextcloud/techdebt/noid/bootstrap-files_trashbin | blizzz | 2020-08-07 | 2 | -3/+10 |
|\ |
|
| * | Use IBootstrap for the files_trashbin app | Morris Jobke | 2020-07-23 | 2 | -3/+10 |
* | | Move federated_share_added into a typed event | Morris Jobke | 2020-07-23 | 1 | -1/+6 |
|/ |
|
* | Add BeforeTemplateRenderedEvent for files_sharing | Julius Härtl | 2020-07-15 | 1 | -12/+9 |
* | better cleanup in share tests | Robin Appelman | 2020-07-09 | 2 | -0/+10 |
* | Fix tests | Joas Schilling | 2020-06-24 | 1 | -1/+1 |
* | Update share type constant usage | Joas Schilling | 2020-06-24 | 20 | -254/+267 |
* | Fix share update test | Julius Härtl | 2020-05-15 | 1 | -1/+2 |
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 10 | -0/+10 |
* | Link shares have reshare permission if outgoing federated shares are enabled | Julius Härtl | 2020-04-21 | 1 | -2/+5 |
* | Also disallow ; in remote urls | Joas Schilling | 2020-04-14 | 1 | -0/+1 |
* | Add visibility to all constants | Christoph Wurst | 2020-04-10 | 5 | -10/+10 |
* | Add visibility to all methods and position of static keyword | Christoph Wurst | 2020-04-10 | 5 | -37/+37 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 21 | -58/+25 |
* | Use elseif instead of else if | Christoph Wurst | 2020-04-10 | 1 | -1/+1 |
* | Remove trailing and in between spaces | Christoph Wurst | 2020-04-09 | 2 | -20/+20 |
* | Unify function spacing to PSR2 recommendation | Christoph Wurst | 2020-04-09 | 8 | -29/+29 |
* | Use exactly one empty line after the namespace declaration | Christoph Wurst | 2020-04-09 | 5 | -2/+3 |
* | Fix (array) indent style to always use one tab | Christoph Wurst | 2020-04-09 | 2 | -14/+14 |
* | Fix multiline comments | Christoph Wurst | 2020-04-08 | 1 | -1/+1 |
* | Add a test and fix the existing ones | Joas Schilling | 2020-04-01 | 1 | -29/+220 |
* | Update the license headers for Nextcloud 19 | Christoph Wurst | 2020-03-31 | 15 | -1/+15 |
* | Merge pull request #20170 from nextcloud/techdebt/remove-unused-imports | Christoph Wurst | 2020-03-27 | 1 | -1/+0 |
|\ |
|
| * | Remove unused imports | Christoph Wurst | 2020-03-25 | 1 | -1/+0 |
* | | Use the short array syntax, everywhere | Christoph Wurst | 2020-03-26 | 10 | -153/+153 |
* | | Use the shorter phpunit syntax for mocked return values | Christoph Wurst | 2020-03-25 | 9 | -115/+115 |
|/ |
|
* | Remove unused properties in ShareesAPIController | Julius Härtl | 2020-03-20 | 1 | -6/+1 |
* | Fix willReturnOnConsecutiveCalls | Joas Schilling | 2020-03-13 | 1 | -3/+9 |
* | Don't allow anchors and queries in remote urls | Joas Schilling | 2020-03-12 | 1 | -30/+47 |
* | Disable link shares of disabled users | Roeland Jago Douma | 2020-02-07 | 1 | -6/+134 |
* | Don't show link shares hash in inherited share list | Roeland Jago Douma | 2020-01-15 | 1 | -26/+26 |
* | Do not use $_GET | Roeland Jago Douma | 2020-01-05 | 1 | -2/+5 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 37 | -41/+60 |
* | fixing tests + avoid duplicate in getFormattedShares() | Maxence Lange | 2019-12-03 | 1 | -5/+6 |
* | Fix tests | John Molakvoæ (skjnldsv) | 2019-12-02 | 1 | -3/+2 |
* | Mode to modern phpunit | Roeland Jago Douma | 2019-11-27 | 15 | -131/+133 |
* | Fix more tests | Roeland Jago Douma | 2019-11-27 | 2 | -38/+60 |
* | Make phpunit8 compatible | Roeland Jago Douma | 2019-11-27 | 30 | -55/+55 |
* | Apply share permission mask to all files obtained via shareinfo | Roeland Jago Douma | 2019-11-26 | 1 | -4/+1 |
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 15 | -23/+24 |
* | Fix share tests | Roeland Jago Douma | 2019-11-20 | 10 | -25/+125 |
* | Fix sharing breadcrumbs | John Molakvoæ (skjnldsv) | 2019-11-06 | 2 | -1024/+0 |
* | Fix current user edit/delete permissions | John Molakvoæ (skjnldsv) | 2019-10-29 | 1 | -0/+81 |
* | Adjust unit tests to new OCA.Sidebar | John Molakvoæ (skjnldsv) | 2019-10-29 | 1 | -207/+0 |
* | Merge pull request #17693 from nextcloud/enh/unused-test-dependency | Roeland Jago Douma | 2019-10-26 | 1 | -1/+0 |
|\ |
|
| * | Remove unused import Punic\Data | Daniel Kesselberg | 2019-10-26 | 1 | -1/+0 |
* | | Do not return shares with the current user | Daniel Calviño Sánchez | 2019-10-25 | 1 | -2/+0 |