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
2022-04-11Adds a "Request password" button to the public share authentication page for ...Cyrille Bollu
2022-04-05Allow to disable password policy enforcement for selected groupsCarl Schwan
2022-03-04Clarify that some interface are not meant to be implementedCarl Schwan
2021-11-09Move common logic to share managerJoas Schilling
2021-08-18Default message for ShareNotFound exceptionJohn Molakvoæ (skjnldsv)
2021-06-30Migrate HintException to OCPGary Kim
2021-06-04Update php licensesJohn Molakvoæ (skjnldsv)
2021-05-12update public interface with new methodsRobin Appelman
2021-03-22Remove duplicated query for email sharesDaniel Calviño Sánchez
2021-03-10Add a setting to restrict returning a full match unless in phonebook or same ...Joas Schilling
2021-03-10Restrict autocompletion also based on the phonebook known usersJoas Schilling
2021-03-09send share notification instead of erroring on duplicate shareRobin Appelman
2021-03-02Fix docblock return type for IShareProviderRoeland Jago Douma
2020-12-30Update license headersChristoph Wurst
2020-12-23Move to single share event. Just emit more if neededRoeland Jago Douma
2020-12-23cs fixMaxence Lange
2020-12-23+ShareDeletedEventMaxence Lange
2020-12-16Update all license headers for Nextcloud 21Christoph Wurst
2020-12-09Address minor commentsJulius Härtl
2020-12-09Add internal DECK_USER type to allow unsharing for individual usersJulius Härtl
2020-12-09Add share type for deckJulius Härtl
2020-12-09Allow apps to register their share providers from outsideJulius Härtl
2020-08-26Remove @package annotations from public namespaceJulius Härtl
2020-08-26Remove wrongly annotated package namesJulius Härtl
2020-06-08Always sort shares in a reliable wayJoas Schilling
2020-04-29Update license headers for 19Christoph Wurst
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-04-09Use exactly one empty line after the namespace declarationChristoph Wurst
2020-03-31Update the license headers for Nextcloud 19Christoph Wurst
2020-03-26Remove unused importsChristoph Wurst
2020-03-20Expose enumeration config though share managerJulius Härtl
2020-02-17Allow to overwrite share target mountpointsJoas Schilling
2019-12-20Update license headers for 18Christoph Wurst
2019-12-16config.php setting to always accept internal sharesRoeland Jago Douma
2019-12-05Update license headersChristoph Wurst
2019-11-22Some php-cs fixesRoeland Jago Douma
2019-11-12Only restrict loading of group and user shares for nowJoas Schilling
2019-11-12Allow to accept group sharesJoas Schilling
2019-11-12Respect the accepted flag for group and user sharesJoas Schilling
2019-10-30fixup! Get all shares as iterableDaniel Calviño Sánchez
2019-10-30Get all shares as iterableRoeland Jago Douma
2019-10-29Having the contructor in the interface makes no sense...Roeland Jago Douma
2019-08-26Merge pull request #16723 from nextcloud/fix/sharing/unshare-messageJoas Schilling
2019-08-23Make the sharing constants publicly availableJoas Schilling
2019-08-21Add expiration event for sharesJohn Molakvoæ (skjnldsv)
2018-11-01allow to add labels to sharesBjoern Schiessle
2018-10-30Extend IShare to show hide download stateRoeland Jago Douma
2018-07-24Add "sendPasswordByTalk" property to sharesDaniel Calviño Sánchez
2018-07-21allow to add a personal note to a shareBjoern Schiessle
2018-07-13Merge pull request #5280 from nextcloud/shared-with-display-nameMorris Jobke