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
2015-10-16Check for error when resharingRoeland Jago Douma
2015-10-16When sharing with the owner show the pathRoeland Jago Douma
2015-10-13Squash collection sharesRoeland Jago Douma
2015-10-06test objectstore with ceph dockerJörn Friedrich Dreyer
2015-10-06Merge pull request #19577 from owncloud/share-donotreturnentrieswhenusernotin...Thomas Müller
2015-10-05Remove invalid share items from result when missing group membershipVincent Petry
2015-10-05Add a unit test for "share a file inside a folder that is already shared"Joas Schilling
2015-09-25Do not blindy copy expiration date on reshareRoeland Jago Douma
2015-08-10Remove unnecessary DB prefixes from existing query builder usagesJoas Schilling
2015-08-04Remove pointless unit testThomas Müller
2015-07-28Merge pull request #17195 from rullzer/no_multiple_remote_shares_of_same_fileRoeland Douma
2015-07-21Fix existing usages by removing the quotesJoas Schilling
2015-07-21Add unit tests and automatic quotingJoas Schilling
2015-07-21Use the public interface and our method instead of the doctrine thingJoas Schilling
2015-07-21Merge pull request #17381 from owncloud/fix_sharing_add_to_groupMorris Jobke
2015-07-15Added testRoeland Jago Douma
2015-07-06intproduce pre_addToGroup hook. we need to calculate the possible uniqueBjoern Schiessle
2015-07-03Remove OC_AppconfigThomas Müller
2015-06-22Use \OC\HintException and translate the hintJoas Schilling
2015-06-22Merge spliteUserRemote with fixRemoteUrlInShareWithJoas Schilling
2015-06-22make sure that we split username and server address at the first '@' from the...Bjoern Schiessle
2015-06-03Move the helpful method to the TestCase classJoas Schilling
2015-05-04Merge pull request #15772 from owncloud/issue-15771-dont-restrict-permissions...Joas Schilling
2015-04-29Add a test to share a subfolder of a folder shared with the owner by groupJoas Schilling
2015-04-29Merge pull request #15596 from owncloud/issue/15589Morris Jobke
2015-04-28Add tests for the correct share id on the call aswellJoas Schilling
2015-04-28Added unit testRoeland Jago Douma
2015-04-28make scrutinizer happyJoas Schilling
2015-04-28Add tests for the remote sharing urlJoas Schilling
2015-04-10Add "Reply-To" support to sharing mails and refactor codeLukas Reschke
2015-04-09only create a db entry for the user in case of a name conflict on group shareBjoern Schiessle
2015-03-30Fix unit testRoeland Jago Douma
2015-03-30OCS Fixes to allow setting of password without removing additional settingsRoeland Jago Douma
2015-03-27Merge pull request #15155 from owncloud/share-donotreturntrashedfilesMorris Jobke
2015-03-27Merge pull request #13938 from owncloud/deprecate-iappconfigThomas Müller
2015-03-27Add logout in share test to avoid nasty side effectsVincent Petry
2015-03-27Do not return shares for files outside "files"Vincent Petry
2015-03-19Added unit testRoeland Jago Douma
2015-03-17fix failing unit testMorris Jobke
2015-03-11Merge pull request #13839 from owncloud/issue/13678-improve-remote-domain-det...Morris Jobke
2015-02-23Extract the remote host from user input in share dropdownJoas Schilling
2015-02-09Add a test for the post_shared hook shareTypeJoas Schilling
2015-01-23Do not retrieve shares through group if user has no groupVincent Petry
2015-01-22Fix reshare permission change to not impair other deletion codeVincent Petry
2015-01-16Fix getItemSharedWithUser for groupsVincent Petry
2014-12-19Next step in server-to-server sharing next generation, see #12285Bjoern Schiessle
2014-11-27Move share interfaces to own files so they can be autoloadedJoas Schilling
2014-11-26Merge pull request #12350 from mprokop/link_expirationMorris Jobke
2014-11-25Replace deprecated constant with new class constantJoas Schilling
2014-11-21also check for the correct owner if it was submittedBjoern Schiessle