summaryrefslogtreecommitdiffstats
path: root/lib/Files
AgeCommit message (Expand)Author
2024-02-23feat(chat): Autocomplete for mentions of federated usersJoas Schilling
2024-01-22fix(attachments): Don't allow selecting shared folders as attachment folderJoas Schilling
2023-10-30fix(events): Migrate files integration to typed eventsJoas Schilling
2023-10-27fix(events): Migrate files sidebar integration to registerEventListener()Joas Schilling
2023-07-07Use PHP8's constructor property promotionHamid Dehnavi
2023-05-03feat(initial-state): Add own user groups to initial stateJoas Schilling
2023-04-13chore(CS): Unify construct() callsJoas Schilling
2023-04-13automated: Apply CS fixJoas Schilling
2023-02-22fix: remove import of deleted `At.css`Grigorii Shartsev
2023-01-24Don't break the maps app with talks files sidebarJoas Schilling
2022-12-12Revert type casting to fix integration test, but it makes no sense to me atmJoas Schilling
2022-12-12Fix missing parent classJoas Schilling
2022-12-12Specify template event classJoas Schilling
2022-12-12Fix invalid argument typesJoas Schilling
2022-10-27Do not show Talk sidebar in Files app if Talk is disabled for the userDaniel Calviño Sánchez
2022-10-04Move getParticipant()Joas Schilling
2022-07-12Transform conversation icons to CSSJoas Schilling
2022-07-12Move At.scss to At.cssJoas Schilling
2022-05-11Use \OCP\Server::get() instead of private APIJoas Schilling
2022-04-06Use PHP7.4 property typehinting where possibleVitor Mattos
2021-12-06Replace deprecated methodVitor Mattos
2021-10-07Changes after run --alterVitor Mattos
2021-04-13Only take shares on the file directly into accountJoas Schilling
2021-04-13Check if the file is accessible by someone else before allowing to chat about itJoas Schilling
2021-04-13Remove unused methodsJoas Schilling
2021-04-13Also allow accessing file conversations when access is possible via external ...Joas Schilling
2021-04-13Allow to mention groupfolder users in file chatsJoas Schilling
2021-03-08Handle all getParticipants with multi sessionsJoas Schilling
2021-02-12Populate the display name when adding logged in usersJoas Schilling
2021-01-21Initial state service is deprecatedJoas Schilling
2020-11-26Introduce constants for the actor typesJoas Schilling
2020-10-30Fix adding participants to file roomsJoas Schilling
2020-10-20Fix isolated modules in Files app sidebarDaniel Calviño Sánchez
2020-05-12Run cs:fixJoas Schilling
2020-05-12Require a distributed MemCacheJoas Schilling
2020-04-27Create the initialState in a single locationJoas Schilling
2020-04-06Fix missing element for Chromium screensharing extensionDaniel Calviño Sánchez
2020-01-09Generalize names to encompass both the chat tab and the call viewDaniel Calviño Sánchez
2019-12-18Unify new LoadSidebarListener with previous TemplateLoaderDaniel Calviño Sánchez
2019-12-04Add constants for event names and use patternJoas Schilling
2019-12-04Typed events for TalkJoas Schilling
2019-10-21Add a setting to disable files and public sharing integrationJoas Schilling
2019-10-01More IShare::TYPE_* fixesJoas Schilling
2019-10-01Don't use deprecated constants and dont count if !empty is enoughJoas Schilling
2019-09-26Correctly check if the share has a password and if it was entered correctly.Joas Schilling
2019-09-26Add support for public shares to file roomsDaniel Calviño Sánchez
2019-09-05Bye Spreed, hello Talk!Joas Schilling
2019-08-28Add a unit test and fix an issue with foldersJoas Schilling
2019-08-23Support file calls in groupfoldersJoas Schilling
2019-08-16Add user to file room when joining it instead of when getting its tokenDaniel Calviño Sánchez