Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 18 | -15/+25 | |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | Show unique displayname context in the user share list entries | Julius Härtl | 2020-12-14 | 1 | -0/+9 | |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
* | Merge pull request #24630 from nextcloud/enh/noid/unknown_named_parameter | Roeland Jago Douma | 2020-12-10 | 1 | -1/+1 | |
|\ | | | | | Error: Unknown named parameter $remote_id | |||||
| * | Fix variable name for test | Daniel Kesselberg | 2020-12-10 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | |||||
* | | Merge pull request #24605 from nextcloud/enh/share-deck | Roeland Jago Douma | 2020-12-10 | 2 | -7/+29 | |
|\ \ | |/ |/| | Add deck share provider support | |||||
| * | Address minor comments | Julius Härtl | 2020-12-09 | 1 | -4/+4 | |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
| * | Adjust mountprovider tests | Julius Härtl | 2020-12-09 | 2 | -3/+25 | |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
* | | Adjust default | Julius Härtl | 2020-12-08 | 1 | -2/+3 | |
|/ | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
* | Harde CapabiltiesTest | Roeland Jago Douma | 2020-12-07 | 1 | -6/+6 | |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | |||||
* | Replace static call to Share::unshare with ShareManager->deleteShare in tests | Morris Jobke | 2020-11-30 | 1 | -3/+1 | |
| | | | | | | And then cleanup all the code that is dead then... Signed-off-by: Morris Jobke <hey@morrisjobke.de> | |||||
* | set the display name of federated sharees from addressbook | Arthur Schiwon | 2020-11-24 | 2 | -2/+22 | |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | |||||
* | Make the expire shares cron job actually expire the shares | Roeland Jago Douma | 2020-11-19 | 1 | -15/+9 | |
| | | | | | | | | | | Right now we just delete the shares from the DB. Which is efficient sure. But doesn't trigger any real cleanup. So no Admin audit entries or any other post processing is done. This makes sure we really trigger this. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | |||||
* | Don't leave cursors open when tests fail | Joas Schilling | 2020-11-09 | 2 | -3/+11 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Return correct error message on share download without read permission | Morris Jobke | 2020-10-26 | 1 | -1/+1 | |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | |||||
* | SharedMountTest.php:367 is unreliable | Morris Jobke | 2020-10-16 | 1 | -1/+2 | |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | |||||
* | Indicate preview availability in share api responses | Richard Steinmetz | 2020-10-13 | 2 | -2/+94 | |
| | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud> | |||||
* | Format code to a single space around binary operators | Christoph Wurst | 2020-10-05 | 6 | -9/+9 | |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | Show filename on share link download | John Molakvoæ (skjnldsv) | 2020-09-17 | 1 | -17/+21 | |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | |||||
* | Update the license headers for Nextcloud 20 | Christoph Wurst | 2020-08-24 | 9 | -0/+9 | |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | Expose status via Collaborators API | Georg Ehrke | 2020-08-14 | 2 | -8/+28 | |
| | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | |||||
* | Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to ↵ | Morris Jobke | 2020-08-12 | 12 | -60/+60 | |
| | | | | | | \PHPUnit\Framework\MockObject\MockObject Signed-off-by: Morris Jobke <hey@morrisjobke.de> | |||||
* | 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 | |||||
| * | Use IBootstrap for the files_trashbin app | Morris Jobke | 2020-07-23 | 2 | -3/+10 | |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | |||||
* | | Move federated_share_added into a typed event | Morris Jobke | 2020-07-23 | 1 | -1/+6 | |
|/ | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | |||||
* | Add BeforeTemplateRenderedEvent for files_sharing | Julius Härtl | 2020-07-15 | 1 | -12/+9 | |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
* | better cleanup in share tests | Robin Appelman | 2020-07-09 | 2 | -0/+10 | |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | Fix tests | Joas Schilling | 2020-06-24 | 1 | -1/+1 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Update share type constant usage | Joas Schilling | 2020-06-24 | 20 | -254/+267 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Fix share update test | Julius Härtl | 2020-05-15 | 1 | -1/+2 | |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 10 | -0/+10 | |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | Link shares have reshare permission if outgoing federated shares are enabled | Julius Härtl | 2020-04-21 | 1 | -2/+5 | |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
* | Also disallow ; in remote urls | Joas Schilling | 2020-04-14 | 1 | -0/+1 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Add visibility to all constants | Christoph Wurst | 2020-04-10 | 5 | -10/+10 | |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | Add visibility to all methods and position of static keyword | Christoph Wurst | 2020-04-10 | 5 | -37/+37 | |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 21 | -58/+25 | |
| | | | | | | | | | | | | | | | To continue this formatting madness, here's a tiny patch that adds unified formatting for control structures like if and loops as well as classes, their methods and anonymous functions. This basically forces the constructs to start on the same line. This is not exactly what PSR2 wants, but I think we can have a few exceptions with "our" style. The starting of braces on the same line is pracrically standard for our code. This also removes and empty lines from method/function bodies at the beginning and end. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | Use elseif instead of else if | Christoph Wurst | 2020-04-10 | 1 | -1/+1 | |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | Remove trailing and in between spaces | Christoph Wurst | 2020-04-09 | 2 | -20/+20 | |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | Unify function spacing to PSR2 recommendation | Christoph Wurst | 2020-04-09 | 8 | -29/+29 | |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | Use exactly one empty line after the namespace declaration | Christoph Wurst | 2020-04-09 | 5 | -2/+3 | |
| | | | | | | For PSR2 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | Fix (array) indent style to always use one tab | Christoph Wurst | 2020-04-09 | 2 | -14/+14 | |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | Fix multiline comments | Christoph Wurst | 2020-04-08 | 1 | -1/+1 | |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | Add a test and fix the existing ones | Joas Schilling | 2020-04-01 | 1 | -29/+220 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Update the license headers for Nextcloud 19 | Christoph Wurst | 2020-03-31 | 15 | -1/+15 | |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | Merge pull request #20170 from nextcloud/techdebt/remove-unused-imports | Christoph Wurst | 2020-03-27 | 1 | -1/+0 | |
|\ | | | | | Remove unused imports | |||||
| * | Remove unused imports | Christoph Wurst | 2020-03-25 | 1 | -1/+0 | |
| | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | | Use the short array syntax, everywhere | Christoph Wurst | 2020-03-26 | 10 | -153/+153 | |
| | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | | Use the shorter phpunit syntax for mocked return values | Christoph Wurst | 2020-03-25 | 9 | -115/+115 | |
|/ | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | Remove unused properties in ShareesAPIController | Julius Härtl | 2020-03-20 | 1 | -6/+1 | |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
* | Fix willReturnOnConsecutiveCalls | Joas Schilling | 2020-03-13 | 1 | -3/+9 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Don't allow anchors and queries in remote urls | Joas Schilling | 2020-03-12 | 1 | -30/+47 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> |