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-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-09An empty string is a valid encoded resultJulius Härtl
2022-06-09Encode file to UTF-8 on `fetch` callRaul
2022-06-09Add EncodingService test casesRaul
2022-06-09Add EncodingServiceRaul
2022-06-08Changes menu entry.Pierre Ozoux
2022-05-24manual backport of #2426, refs #2411, Improve image attachment managementJulien Veyssier
2022-05-10Manually get a mounted instance of the file if needed during lock/unlockJulius Härtl
2022-05-09refs #2338 improve and test ImageService::getUniqueFileName()Julien Veyssier
2022-05-09refs #2338 use '(n)' suffix instead of timestamp prefix to make sure attachme...Julien Veyssier
2022-04-21Use proper file id source for public sharesJulius Härtl
2022-04-21Make psalm happyJulius Härtl
2022-04-21Unlock during session cleanupJulius Härtl
2022-04-21Also take mtime into account for change detection during editingJulius Härtl
2022-04-21Expose lock in the text UIJulius Härtl
2022-04-21Open files read only if lockedJulius Härtl
2022-04-21Implement collaborative lockingJulius Härtl
2022-04-19ImageController: Fix issues spotted by psalmJonas
2022-03-31harmonize prop/data namesenh/image-drag-n-dropJulien Veyssier
2022-03-31remove upload by link on server side, fix error managementJulien Veyssier
2022-03-29Fix a deprecation warning about returning bool from comparison functionCôme Chilliet
2022-03-17use DataDownloadResponse instead of DataDisplayResponse to serve imagesJulien Veyssier
2022-03-15Let jsonSerialize have a proper return typeJulius Härtl
2022-03-09performance: fetch content during session creationMax
2022-03-02fix: DAV only return workspace properties if they are setMax
2022-03-02fix: workspace with alternative file namesMax
2022-02-03add index for last_contact in text_sessions tableJulien Veyssier
2022-01-18Fix php-cs-fixer styleJulius Härtl
2022-01-12Annotate mapper class templateJulius Härtl
2022-01-10refs #1900 fix image serving in direct editing, avoid passing empty shareToke...Julien Veyssier
2022-01-03fix some CI errorsJulien Veyssier
2022-01-03use specific exception on upload errorJulien Veyssier
2022-01-03improve image link generation and getAttachmentNamesFromContent(), implement ...Julien Veyssier
2022-01-03allow image upload/link-insertion with email links and from a Talk roomJulien Veyssier
2022-01-03safely get image mimetypeJulien Veyssier
2022-01-03stream uploaded file to the storage with a resourceJulien Veyssier
2022-01-03add check on uploaded imageJulien Veyssier
2022-01-03return 403 when session is invalidJulien Veyssier
2022-01-03remove unused param in simpleDownloadJulien Veyssier
2022-01-03stop returning null in getAttachmentDirectoryForFile, use exceptions insteadJulien Veyssier
2022-01-03fix stuff after PR commentsJulien Veyssier
2022-01-03remove Unnecessary elseJulien Veyssier
2022-01-03factorize getAttachmentDirectoryForFile and getOrCreateAttachmentDirectoryFor...Julien Veyssier
2022-01-03fix other stuff after PR commentsJulien Veyssier
2022-01-03fix other stuff after PR commentsJulien Veyssier
2022-01-03fix stuff after PR commentsJulien Veyssier