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 (Expand)Author
2020-10-05Format code to a single space around binary operatorsChristoph Wurst
2020-08-24Update the license headers for Nextcloud 20Christoph Wurst
2020-08-03Fix missing placeholders in translationsJoas Schilling
2020-08-03effectively revert 17fae47bdba84ed520fee2cbf1a9485cc14fbbcb fixing i10nArthur Schiwon
2020-07-30coding style fixesArthur Schiwon
2020-07-30fix check for Cloud ID, missing return statements, wrong param useArthur Schiwon
2020-07-23Move federated_share_added into a typed eventMorris Jobke
2020-07-21Use the proper IAppContainer and IServerContainer type hints to know which co...Morris Jobke
2020-07-21Adjust apps' code to use the ContainerInterfaceChristoph Wurst
2020-07-16fix typoSergej Pupykin
2020-07-14Use IBootstrap for the app federatedfilesharingMorris Jobke
2020-07-06Move federatedfilesharing to migrationsJoas Schilling
2020-07-05Merge pull request #21264 from stweil/masterMorris Jobke
2020-06-24Update share type constant usageJoas Schilling
2020-06-06build: Fix some typos (most of them found by codespell)Stefan Weil
2020-06-05Fix PSR-4 namespaceJoas Schilling
2020-04-29Update license headers for 19Christoph Wurst
2020-04-21Set proper share type when converting link shares to federated sharesJulius Härtl
2020-04-10Add visibility to all constantsChristoph Wurst
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-04-10Use elseif instead of else ifChristoph Wurst
2020-04-09Remove trailing and in between spacesChristoph Wurst
2020-04-09Unify function spacing to PSR2 recommendationChristoph Wurst
2020-04-09Use exactly one empty line after the namespace declarationChristoph Wurst
2020-04-09Fix (array) indent style to always use one tabChristoph Wurst
2020-03-31Update the license headers for Nextcloud 19Christoph Wurst
2020-03-27Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst
2020-03-26Use the short array syntax, everywhereChristoph Wurst
2020-03-26Remove unused importsChristoph Wurst
2020-03-17Default value of lookupServerEnabled should be the same everywhereGeorg Ehrke
2020-02-03Use proper andwhere clauseRoeland Jago Douma
2020-01-07remove non-circles-generated shares onlyMaxence Lange
2019-12-20Update license headers for 18Christoph Wurst
2019-12-16confirm auth on share generated by CirclesMaxence Lange
2019-12-06revert protectedJohn Molakvoæ
2019-12-06Fix external sharing loading scriptJohn Molakvoæ (skjnldsv)
2019-12-05Update license headersChristoph Wurst
2019-11-22Some php-cs fixesRoeland Jago Douma
2019-11-18Merge pull request #17985 from nextcloud/enh/use_displayname_federated_shareRoeland Jago Douma
2019-11-18Use the displayname for federated notificationsRoeland Jago Douma
2019-11-12Add the notifier and the API endpoint for user sharesJoas Schilling
2019-10-30Get all shares as iterableRoeland Jago Douma
2019-10-03Allow removing federated shares of locally reshared filesRoeland Jago Douma
2019-07-15Update Federated sharing notifierJoas Schilling
2019-05-31Show share settings only if incoming federated shares are allowedMorris Jobke
2019-05-20Only show sharing section if it has contentJulius Härtl
2018-12-27update URL for federationJos Poortvliet
2018-10-29Fix logo path in personal federated sharing settingsJulius Härtl
2018-10-09Use numeric placeholders if there are multiple, so that RTL languages can ope...Joas Schilling
2018-07-11handle unshare request from ownerBjoern Schiessle