Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib/Share
AgeCommit message (Expand)Author
2020-05-22If available creatae a cacheentryRoeland Jago Douma
2020-05-12Run cs:fixJoas Schilling
2020-04-28Always use table prefix in queriesJoas Schilling
2020-03-25Also bail out when the path is actually nullJoas Schilling
2020-03-06Use the attachment_folder settingJoas Schilling
2020-03-06Receive shares in Talk/ folderJoas Schilling
2019-12-04Add constants for event names and use patternJoas Schilling
2019-12-04Typed events for TalkJoas Schilling
2019-12-04Fix sharing integration tests and loading sharesJoas Schilling
2019-11-04Update share provider with the missing methodJoas Schilling
2019-10-01More IShare::TYPE_* fixesJoas Schilling
2019-09-05Bye Spreed, hello Talk!Joas Schilling
2019-04-10Remove conversation names and tokens when you are not a participantJoas Schilling
2019-03-25Do not allow to share files into read-only conversationsJoas Schilling
2019-02-27Make room names non-optionalJoas Schilling
2019-02-14Do not load unnecessary classes in ApplicationJoas Schilling
2019-02-13Use ITimeFactory instead of time()Joas Schilling
2019-02-13Use the datetime factory everywhereJoas Schilling
2019-02-12Make all classes strictJoas Schilling
2019-01-30Do not show room names when the user is not part of itJoas Schilling
2018-12-20Fix display name of reshare with one-to-one room not invited toDaniel Calviño Sánchez
2018-11-20Merge pull request #1286 from nextcloud/add-session-to-participantIvan Sein
2018-11-13Also check getShareById for accessible sharesRoeland Jago Douma
2018-11-13Filter returned shares on accessibilityRoeland Jago Douma
2018-11-12Do not create the participant when we don't need themJoas Schilling
2018-09-19Allow to reshare files againJoas Schilling
2018-08-25Fix "call to member function on null"Joas Schilling
2018-08-24Include the token of shares with public rooms in share API responsesDaniel Calviño Sánchez
2018-08-24Add tokens to room sharesDaniel Calviño Sánchez
2018-08-24Add reference to original sources in licenceDaniel Calviño Sánchez
2018-08-24Implement getting access list for room sharesDaniel Calviño Sánchez
2018-08-24Implement getting room shares by tokenDaniel Calviño Sánchez
2018-08-24Implement getting room shares in folderDaniel Calviño Sánchez
2018-08-24Implement hooks for deleting sharesDaniel Calviño Sánchez
2018-08-24Implement restoring deleted room sharesDaniel Calviño Sánchez
2018-08-24Implement deleting received room sharesDaniel Calviño Sánchez
2018-08-24Implement deleting room sharesDaniel Calviño Sánchez
2018-08-24Implement updating room sharesDaniel Calviño Sánchez
2018-08-24Implement moving room sharesDaniel Calviño Sánchez
2018-08-24Implement getting room shares by recipientDaniel Calviño Sánchez
2018-08-24Implement getting room shares by IDDaniel Calviño Sánchez
2018-08-24Implement getting room shares by userDaniel Calviño Sánchez
2018-08-24Implement creating room sharesDaniel Calviño Sánchez
2018-08-24Add Behat context for integration tests of sharing roomsDaniel Calviño Sánchez
2018-08-24Add skeleton for RoomShareProviderDaniel Calviño Sánchez
2018-08-24Add helper for DeletedShareAPIControllerDaniel Calviño Sánchez
2018-08-24Add helper for ShareAPIControllerDaniel Calviño Sánchez