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
AgeCommit message (Expand)Author
2022-04-19Remove event to delete shares when user leave of roomVitor Mattos
2022-04-07Convert to null coalescing assignment operatorfeature/null-coalescing-operatorVitor Mattos
2022-04-06Use PHP7.4 property typehinting where possibleVitor Mattos
2022-02-11Fix InvalidScalarArgumentVitor Mattos
2022-02-10Solve InvalidScalarArgumentVitor Mattos
2022-02-09Update coding standardJoas Schilling
2021-12-06Replace deprecated methodVitor Mattos
2021-10-19replace execute by executeQuery of QueryBuilderVitor Mattos
2021-10-18Replace old type constants with new onesJoas Schilling
2021-10-07Changes after run --alterVitor Mattos
2021-03-08Prepare selecting the correct session in case there are multipleJoas Schilling
2021-01-07Do not load full room object for share queriesRoeland Jago Douma
2020-11-02Merge pull request #4495 from nextcloud/fix/noid/inject-mimetypeloader-into-r...Vincent Petry
2020-10-30Fix sharing codeJoas Schilling
2020-10-30Move Room::getParticipantUserIds() to participant serviceJoas Schilling
2020-10-30Fix function usageJoas Schilling
2020-10-30Inject MimeTypeLoader into RoomShareProvider to not query it on each createSh...Morris Jobke
2020-10-13Psalm auto fixesJoas Schilling
2020-09-22Allow to preload a user when getting the room by tokenJoas Schilling
2020-05-19If 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-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-03-25Do not allow to share files into read-only conversationsJoas 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
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-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