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

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2022-11-09Merge pull request #3401 from nextcloud/cleanup/direct-editingJulius Härtl
2022-11-09Add tests for direct editing and cleanup dead codeJulius Härtl
2022-11-09Set IUserSession user in SessionController if availableMarcel Klehr
2022-11-04Fix lint errorsMarcel Klehr
2022-11-04DirectEditing: Set session user for DirectSession editingMarcel Klehr
2022-10-26Prevent caching `false` in SessionServiceRaul
2022-10-12dispatch RenderReferenceEvent when loading text-viewer scriptJulien Veyssier
2022-10-10Remove unneeded IUserSession from UserApiControllerJonas
2022-10-10fix: feedbackLuka Trovic
2022-10-10fix: mention search issuesLuka Trovic
2022-10-10Remove duplicate assignment of sessionService in UserApiControllerJonas
2022-09-28add parameter to image attachment endpoint to choose if raw image is preferredJulien Veyssier
2022-09-20consider heic/heif attachments as photos so previews can be served, fallback ...Julien Veyssier
2022-09-06pass upload auth params as GET-like ones to avoid authentication error when e...Julien Veyssier
2022-09-06rename most frontend image stuff to attachment (except the Tiptap node)Julien Veyssier
2022-09-06rename image controller/service to attachmentJulien Veyssier
2022-09-06rename most image stuff to file/media/attachmentJulien Veyssier
2022-09-06allow media file upload, handle display in ImageViewJulien Veyssier
2022-08-31Do not try to get a displayname for guestsJulius Härtl
2022-08-25Implement notification backend for mentionsJulius Härtl
2022-08-25fix: feedbackLuka Trovic
2022-08-25feat: display correct username and use ISearch to search usersLuka Trovic
2022-08-25feat: add user mentions featureLuka Trovic
2022-08-25Merge pull request #2831 from nextcloud/bugfix/noid/occv25.0.0beta3Julius Härtl
2022-08-24Fix reset occ commandbugfix/noid/occJulius Härtl
2022-08-17Use displayname cache for fetching session dataenh/noid/displayname-cacheJulius Härtl
2022-08-15Avoid duplicate queries that were caused by running execute and the mapper fi...Julius Härtl
2022-07-19Add option to set default file extension and disable rich editingJulius Härtl
2022-07-18🩹 (#2719): fix interface typingVinicius Reis
2022-07-18Fix some psalm issues with EntitiesJulius Härtl
2022-07-18More typingJulius Härtl
2022-07-18More typing and remove unused propertyJulius Härtl
2022-07-18Move to LoggerInterfaceJulius Härtl
2022-07-18Strict types and move Exceptions to dedicated namespaceJulius Härtl
2022-07-11refs #2705 adapt to latest changes in OCP\Colorfix/2705/new-color-public-apiJulien Veyssier
2022-07-06Avoid duplicate queries and limit depth by default to 0Julius Härtl
2022-07-06fix: always handle workspace propertiesMax
2022-07-06fix: bring back the share owner handling and workspace file idMax
2022-07-06Assume that the default depth is 1 in DAVCarl Schwan
2022-07-06Revert "fix: DAV only return workspace properties if they are set"Carl Schwan
2022-06-09Adjust guest avatar style to be distinguishable from regular usersJulius Härtl
2022-06-09Allow users to reset their guest nameJulius Härtl
2022-06-09Set guest name color also with empty namesJulius Härtl
2022-06-09An empty string is a valid encoded resultJulius Härtl
2022-06-09Encode file to UTF-8 on `fetch` callRaul
2022-05-27⚰️ (#2345): remove unused iconsVinicius Reis
2022-05-23move test, add comments for cleanup regexpsJulien Veyssier
2022-05-23change image target in markdown content to relative path, handle it in ImageViewJulien Veyssier
2022-05-17Add EncodingService test casesRaul
2022-05-17Add EncodingServiceRaul