Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-05-12Add bruteforce protection to the shareinfo endpointRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2021-04-20Make lookup search explicitRoeland Jago Douma
Speedsup sharee lookup quite a bit. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2021-03-15Log exceptions when creating shareVincent Petry
Because the exceptions don't always contain a useful message for the UI, but also because in some cases we need to find out what went wrong. In some setups, a ShareNotFoundException might happen during creation when we try to re-read the just written share. Usually related to Galera Cluster where node syncing wait is not enabled. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-01-05Show unique displayname context in the user share list entriesJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-11-18circleId too short in some requestMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2020-11-17Revert "[stable20] circleId too short in some request"Christoph Wurst
2020-11-17circleId too short in some requestMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2020-11-03Indicate preview availability in share api responsesRichard Steinmetz
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
2020-08-24Merge pull request #22393 from nextcloud/fix/license-headers-20Roeland Jago Douma
Update the license headers for Nextcloud 20
2020-08-24Fix missing FN from federated contactJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-08-24Update the license headers for Nextcloud 20Christoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-08-17Merge pull request #22109 from nextcloud/feature/20931/followup-1John Molakvoæ
2020-08-14Expose status via Collaborators APIGeorg Ehrke
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2020-08-14Fix some MissingDocblockType or InvalidDocblock warnings.Daniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2020-07-15Add BeforeTemplateRenderedEvent for files_sharingJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-07-14Add user input for link share labelsGary Kim
Signed-off-by: Gary Kim <gary@garykim.dev>
2020-06-24Update share type constant usageJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-29Fix reference to wrong class nameDaniel Calviño Sánchez
\OCP\IShare does not exist; the right name is \OCP\Share\IShare, although it is already imported as IShare. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-05-15Have share permissions on link shares if it is enabledRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-05-05Do not filter id matching userId on non-user-share sharesJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-05-04Fix federated link sharing permissionsJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-04-29Allow to navigate to others with access from the sidebarRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-04-29Update license headers for 19Christoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-27Merge pull request #19793 from nextcloud/bugfix/noid/link-to-federated-reshareMorris Jobke
Fix resharing of federated shares that were created out of links
2020-04-24Merge pull request #17623 from j3l11234/masterRoeland Jago Douma
Add support for download share on old android browser
2020-04-23make php-cs happyRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-04-21Link shares have reshare permission if outgoing federated shares are enabledJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-04-21Fix Sharing recommendation user displayJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-04-14Also disallow ; in remote urlsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
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>
2020-04-10Use elseif instead of else ifChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-09Merge pull request #20391 from nextcloud/refactor/spaces-cleanupChristoph Wurst
Remove all extra whitespace PSR2 does not like
2020-04-09Merge pull request #20384 from nextcloud/techdebt/lowercase-keywordsChristoph Wurst
Use php keywords in lowercase
2020-04-09Remove trailing and in between spacesChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-09Use php keywords in lowercaseChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-09Unify function spacing to PSR2 recommendationChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-08Fix multiline commentsChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-01Remove user name from public sharing pageJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-03-31Update the license headers for Nextcloud 19Christoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-03-27Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst
Remove unused imports
2020-03-26Use the short array syntax, everywhereChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-03-26Remove unused importsChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-03-20Remove unused properties in ShareesAPIControllerJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-03-19Allow the video player on the hide downloadJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-03-13Fix willReturnOnConsecutiveCallsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-03-12Don't allow anchors and queries in remote urlsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-03-12Merge pull request #19777 from nextcloud/fix/viewer-publicJohn Molakvoæ
Properly emit Viewer event on files and files_sharing
2020-03-11Properly emit Viewer event on files and files_sharingJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-03-11Fix import order and formattingJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-03-09Don't break when one remote share is downJoas Schilling
getFileInfo can also return false Signed-off-by: Joas Schilling <coding@schilljs.com>