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-04-29Update license headers for 19Christoph Wurst
2020-04-18PHP CS fixesJoas Schilling
2020-04-18Directly use the class to get the serviceJoas Schilling
2020-04-18Fix creating the share controllerJoas Schilling
2020-04-10Add visibility to all constantsChristoph Wurst
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-04-09Unify function spacing to PSR2 recommendationChristoph Wurst
2020-03-31Update the license headers for Nextcloud 19Christoph Wurst
2020-03-25Convert share event to an interaction eventChristoph Wurst
2020-03-25Auto accept group shares for users added to a groupRoeland Jago Douma
2020-01-17Remove global share accepter since auto-accepting is the defaultJulius Härtl
2020-01-13Fix license headersChristoph Wurst
2020-01-07Add pending share list to frontendJulius Härtl
2019-12-17Allow users to specify to accept (internal) shares by defaultRoeland Jago Douma
2019-12-16config.php setting to always accept internal sharesRoeland Jago Douma
2019-12-05Update license headersChristoph Wurst
2019-12-02Fix testsJohn Molakvoæ (skjnldsv)
2019-12-02Create sharing entry point with constantsJohn Molakvoæ (skjnldsv)
2019-12-02Fix files_sharing app LoadSidebar eventJohn Molakvoæ (skjnldsv)
2019-11-22Some php-cs fixesRoeland Jago Douma
2019-11-12Add notifications for users that are added to the groupJoas Schilling
2019-11-12Add the notifier and the API endpoint for user sharesJoas Schilling
2019-11-01Add notification for shares about to expireRoeland Jago Douma
2019-10-16Move over OCSShareAPIMIddleware to pure DIRoeland Jago Douma
2018-11-02Fix files_sharingRoeland Jago Douma
2018-07-11accept/decline group sharesBjoern Schiessle
2018-07-02send accept share notification (WIP)Bjoern Schiessle
2018-01-29Use ::class statement instead of stringMorris Jobke
2017-11-06Update license headersMorris Jobke
2017-08-10Remove old code + add MiddlewareRoeland Jago Douma
2017-04-23Remove unused use statementsMorris Jobke
2017-04-11Do proper DIRoeland Jago Douma
2017-04-11remove discovery manager in favour of the OCSDiscoveryServiceBjoern Schiessle
2017-04-10Move OC_Defaults to OCP\DefaultsMorris Jobke
2017-02-08register cloudidmanager for files_sharingRobin Appelman
2017-02-08Add a single public api for resolving a cloud id to a user and remote and backRobin Appelman
2017-01-04allow to access mail shares even if public links are disabledBjoern Schiessle
2016-10-24Move files_sharing Controllers => ControllerRoeland Jago Douma
2016-10-24Move Share20OCS to ShareAPIControllerRoeland Jago Douma
2016-10-21Adding Open Graph Support for public shares http://ogp.me/Thomas Müller
2016-09-09Move remote_shares OCS endpoint to AppFrameworkRoeland Jago Douma
2016-08-24HTTPHelper is deprecatedRoeland Jago Douma
2016-08-05Add OCSShareAPIMiddlewareRoeland Jago Douma
2016-08-05Convert Share API to use the AppFrameworkRoeland Jago Douma
2016-07-21Update with robinJoas Schilling
2016-07-21Fix apps/Joas Schilling
2016-07-18Add eventdispatcher to public link viewRoeland Jago Douma
2016-07-14remove unused parameterBjoern Schiessle
2016-06-20Catch exceptions while creating shared mounts (#25077)Robin Appelman
2016-05-26Update license headersLukas Reschke