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
2021-05-28Use noreply@ as email address for share emailsMorris Jobke
2021-04-20Fix empty password check for mail sharesVincent Petry
2021-03-19Update user share must use correct expiration validationVincent Petry
2021-02-05revert(comment)Samuel
2021-02-05revert(exception): keep throwing an exception for nowSamuel
2021-02-05fix(translation): replace static error messageSamuel
2020-11-16Fix default internal expiration dateDaniel Calviño Sánchez
2020-09-10Use user mount with matching shared storage onlyJulius Härtl
2020-08-19Allow to disable share emailsJoas Schilling
2020-07-09Use the correct mountpoint to calculateRoeland Jago Douma
2020-06-04Prevent harder to share your rootJoas Schilling
2020-05-29Fix disabling send password by Talk without new password in mail sharesDaniel Calviño Sánchez
2020-05-29Fix enabling send password by Talk with same password in mail sharesDaniel Calviño Sánchez
2020-05-29Fix enabling send password by Talk with empty password in link sharesDaniel Calviño Sánchez
2020-04-29Update license headers for 19Christoph Wurst
2020-04-27Merge pull request #19793 from nextcloud/bugfix/noid/link-to-federated-reshareMorris Jobke
2020-04-24Allow specifying a default expiration dateRoeland Jago Douma
2020-04-21Link shares have reshare permission if outgoing federated shares are enabledJulius Härtl
2020-04-16Provide the proper language to the mailerRoeland Jago Douma
2020-04-14Merge pull request #19936 from nextcloud/bugfix/noid/handle-unset-owner-in-sh...Joas Schilling
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-04-10Use elseif instead of else ifChristoph Wurst
2020-04-09Unify function spacing to PSR2 recommendationChristoph Wurst
2020-04-09Fix (array) indent style to always use one tabChristoph Wurst
2020-03-26Use the short array syntax, everywhereChristoph Wurst
2020-03-20Expose enumeration config though share managerJulius Härtl
2020-03-16Update the target when it isempty after sharingRoeland Jago Douma
2020-03-13Handle unset owner in sharingJoas Schilling
2020-02-20Strip of users home path from share api messageJoas Schilling
2020-01-06Accept shares when you open mailRoeland Jago Douma
2019-12-16config.php setting to always accept internal sharesRoeland Jago Douma
2019-12-11Merge pull request #17935 from nextcloud/feature/noid/public-auth-for-circlesRoeland Jago Douma
2019-12-05Update license headersChristoph Wurst
2019-12-05using IShare::Maxence Lange
2019-12-05adding share type circlesMaxence Lange
2019-11-27Actualy return dataRoeland Jago Douma
2019-11-27Allow internal shares to have a default expiration dateRoeland Jago Douma
2019-11-27Add typed events for password_policyChristoph Wurst
2019-11-22Some php-cs fixesRoeland Jago Douma
2019-11-12The share manager knows which provider can accept sharesJoas Schilling
2019-11-12Allow to accept group sharesJoas Schilling
2019-11-05Merge pull request #17735 from tcoupin/fix-reshare-circleChristoph Wurst
2019-10-30Get all shares as iterableRoeland Jago Douma
2019-10-29Fix reshare with circleThibault Coupin
2019-08-21Add expiration event for sharesJohn Molakvoæ (skjnldsv)
2019-07-31Fix permission check on incoming federated sharesJulius Härtl
2019-07-03Unify the permission checking in one place onlyJoas Schilling
2019-07-03Better check reshare permissions when creating a shareJoas Schilling
2019-06-25Merge pull request #15832 from nextcloud/bugfix/noid/fulltext-search-groupfol...Roeland Jago Douma
2019-06-25Add event dispatcher to OCPChristoph Wurst