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
2020-08-13move share notifcation settings to files groupRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-07-29When no user is logged in null is usedJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-07-23Move federated_share_added into a typed eventMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-07-16Migrate files sharing to the PSR containerChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-07-15Better event description for BeforeTemplateRenderedEvent in files and ↵Morris Jobke
files_sharing Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-07-15Add BeforeTemplateRenderedEvent for files_sharingJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-07-14Merge pull request #21816 from ↵Morris Jobke
nextcloud/techdebt/noid/federatedfilesharing-to-ibootstrap Use IBootstrap for the app federatedfilesharing
2020-07-14Use IBootstrap for the app federatedfilesharingMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-07-14Add user input for link share labelsGary Kim
Signed-off-by: Gary Kim <gary@garykim.dev>
2020-07-09Lazy register the navigationRoeland Jago Douma
This makes sure that we do not translate unneeded strings on for example webdav requests. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-07-02Merge pull request #21591 from nextcloud/debt/noid/set-path-for-ocm-permissionsRoeland Jago Douma
Pass $path to ocmPermissions2ncPermissions
2020-06-26Also always return in app commandsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-06-26Pass $path to ocmPermissions2ncPermissionsDaniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2020-06-24Update share type constant usageJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-06-17Don't initialize Application directlyJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-06-08Always sort shares in a reliable wayJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-06-02Do not only catch Exceptions but any Throwable during rmt share deleteChristoph Wurst
When a remote share is deleted, we notify the remove instance. This may trigger various error conditions, which we want to catch in order to avoid undeletable shares. The try-catch, however, did only capture exceptions, so things like TypeErrors were not caught and caused the process to fail hard. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
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-22Merge pull request #20575 from nextcloud/fix/sharing-suggestionsMorris Jobke
Fix Sharing recommendation user display
2020-04-21Merge pull request #20114 from ↵Roeland Jago Douma
nextcloud/techdebt/noid/allow-some-apps-to-have-root-urls Allow some apps to have root URLs in their own routing file
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-20Add method to storage backends to get directory content with metadataRobin Appelman
Currently you need to use `opendir` and then call `getMetadata` for every file, which adds overhead because most storage backends already get the metadata when doing the `opendir`. While storagebackends can (and do) use caching to relief this problem, this adds cache invalidation dificulties and only a limited number of items are generally cached (to prevent memory usage exploding when scanning large storages) With this new methods storage backends can use the child metadata they got from listing the folder to return metadata without having to keep seperate caches. Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-04-18PHP CS fixesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-04-18Directly use the class to get the serviceJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-04-18Fix creating the share controllerJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-04-14Also disallow ; in remote urlsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-04-10Add visibility to all constantsChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-10Add visibility to all methods and position of static keywordChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
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-09Make sure there is exactly one newline after importsChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-09Make sure every file ends with an empty newlineChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
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-09Use exactly one empty line after the namespace declarationChristoph Wurst
For PSR2 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-09Fix (array) indent style to always use one tabChristoph 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>