summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)Author
2023-06-01feat(API): Allow to block older clientsJoas Schilling
2023-05-31fix(CI): Fix coding standardJoas Schilling
2023-05-24fix(chat): Update own read marker before triggering events when postingJoas Schilling
2023-05-12fix(settings): Fix recording server check for blocked adminsJoas Schilling
2023-05-11fix(participants): Don't emit the _AFTER event when no guests were removedJoas Schilling
2023-05-11fix(participants): Fix clearing of inactive guestsJoas Schilling
2023-05-10fix(chat): Prevent empty chat messages on API levelJoas Schilling
2023-05-09fix(chat): Fix call summary with only numeric user idsJoas Schilling
2023-05-08Add messageId to richObject in ReferenceProviderMarcel Müller
2023-05-05Merge pull request #9456 from nextcloud/techdebt/noid/make-checksum-verificat...Joas Schilling
2023-05-05Merge pull request #9455 from nextcloud/feature/user-setting-for-typing-privacyJoas Schilling
2023-05-05Add the capability typing-privacyVitor Mattos
2023-05-05Merge pull request #9453 from nextcloud/release/17.0.0-beta.1v17.0.0-beta.1Joas Schilling
2023-05-05Improvements after code reviewVitor Mattos
2023-05-05Run cs:fix to fix a problem outside of this PRVitor Mattos
2023-05-05Add unit tests and implement pending methodsVitor Mattos
2023-05-05Add user setting for toggle typing privacyVitor Mattos
2023-05-05fix(CI): FIx import order for linterJoas Schilling
2023-05-05fix(docs): Replace … with a placeholderJoas Schilling
2023-05-05fix(CI): Fix Psalm and CSJoas Schilling
2023-05-04techdebt(api): Make the checksum verification generic so it can be reusedJoas Schilling
2023-05-04Fix typosJoas Schilling
2023-05-04chore(release): Add changelog for 17.0.0-beta.1Joas Schilling
2023-05-04feat(avatar): Allow to select an emoji + color as avatarJoas Schilling
2023-05-04Merge pull request #9437 from nextcloud/bugfix/9435/XML-capabilities-are-brokenJoas Schilling
2023-05-04Merge pull request #9423 from nextcloud/bugfix/9320/expose-if-is-custom-avatarJoas Schilling
2023-05-04fix(capabilities): Convert TranslationTuples to arrays so they work in XMLJoas Schilling
2023-05-03feat(initial-state): Add own user groups to initial stateJoas Schilling
2023-05-03Merge pull request #9433 from fsamapoor/patch-1Joas Schilling
2023-05-03Cover with integration tests the room avatar with emojiVitor Mattos
2023-05-03Updates lib/Config.php PHPDoc comments.Faraz Samapoor
2023-05-03Return isCustomAvatar=false when the name of room start with an avatarVitor Mattos
2023-05-03Return isCustomAvatar=true when the name of room start with an emojiVitor Mattos
2023-05-03Prevent future problems with empty returnVitor Mattos
2023-05-03Simplify code after refactorVitor Mattos
2023-05-03Replace the header X-NC-IsCustomAvatar by conversation property isCustomAvatarVitor Mattos
2023-05-03Reduce IOVitor Mattos
2023-05-03Fixes to be able identify if have a custom avatarVitor Mattos
2023-05-03fix(participants): Migrate self-joined users when assigning permissionsJoas Schilling
2023-05-02Merge pull request #9424 from nextcloud/feat/8444/populate-emoji-from-roomnam...Joas Schilling
2023-05-02Merge pull request #9412 from nextcloud/bugfix/8787/keep-guest-attendees-with...Joas Schilling
2023-05-02Merge pull request #9413 from nextcloud/bugfix/9298/reset-permissions-on-prom...Joas Schilling
2023-05-02fix(guests): Keep guest attendees with display name or non-default permissionsJoas Schilling
2023-05-02fix(avatar): Simplify the code and reduce the emoji size so more emojis fit i...Joas Schilling
2023-05-02fix(permissions): Reset custom permissions on promotionJoas Schilling
2023-05-02feat(avatar): Use the first emoji of room names as avatar emojiJoas Schilling
2023-05-02chore(api): Use nullsafe operatorJoas Schilling
2023-05-01fix(user-status): Fix type and missing docs of user status clearAtJoas Schilling
2023-05-01Merge pull request #9067 from nextcloud/bugfix/8404/fix-json-outputJoas Schilling
2023-04-26Avoid out-of-memory errors by using a resource instead of loading entire file...Elmer Miroslav Mosher Golovin