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

github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/js
AgeCommit message (Expand)Author
2018-08-15trigger ace resize after toggling previewRobin Appelman
2018-08-15Merge pull request #98 from Mormuig/fix-issue-58Roeland Jago Douma
2018-08-15Move editor container outside of the app contentJulius Härtl
2018-05-24Get fetched bytes and check for byte count into sync when showing ellipsisMorris Jobke
2018-05-16Do not sanitize markdown output twiceMorris Jobke
2018-04-30Merge branch fix-issue-58 into masterMormuig
2018-04-16Merge pull request #71 from nextcloud/editor_previewMorris Jobke
2018-04-13Patch issue #58Mormuig
2018-03-08Don't do do json just return a blob of textRoeland Jago Douma
2018-02-13Do not keep FileInfoModels returned by "getModelForFile"Daniel Calviño Sánchez
2018-02-09Add plain text previewsDaniel Calviño Sánchez
2018-02-09Remove children elements instead of detaching themDaniel Calviño Sánchez
2018-02-09Use CSS rules for formatted text only with formatted text previewsDaniel Calviño Sánchez
2018-02-05Fix ACE module files failing to loadDaniel Calviño Sánchez
2017-11-06Fix autosave timerSuperSayu
2017-08-29Prevent the editor from closing when clicking on a dialogRobin Appelman
2017-08-28Merge pull request #59 from nextcloud/hash-navigationRobin Appelman
2017-08-28keep editoroverlay when in preview modeRobin Appelman
2017-08-28smooth transitions between preview statesRobin Appelman
2017-08-28initialize preview plugins on demandRobin Appelman
2017-08-28Fix preview when on mobileRobin Appelman
2017-08-26Allow using hash navigation withing the editorRobin Appelman
2017-08-04Merge pull request #52 from nextcloud/encodingMorris Jobke
2017-08-02Add nonce to loaded JSLukas Reschke
2017-08-02update ace editor to 1.2.8Robin Appelman
2017-08-02Use text editor endpoint for previewsRoeland Jago Douma
2017-07-21Render markdown files directly in public shareMorris Jobke
2017-07-11Use CRLF line ending by default for better compatibilityMorris Jobke
2017-05-16Use more verbose text for upload menuJan-Christoph Borchardt
2017-03-24Merge JavascriptLukas Reschke
2017-02-22Merge pull request #28 from nextcloud/preview-toggleRobin Appelman
2017-02-22Add toggle between edit only/edit with preview/preview onlyRobin Appelman
2017-02-10Support .bat and .cmd filesJoas Schilling
2016-12-02rich code preview in the sidebarRobin Appelman
2016-12-01add ace-editor patch to make it less easy to forget in the futureRobin Appelman
2016-12-01fix loading themeRobin Appelman
2016-11-30Add nonce to loaded JSLukas Reschke
2016-11-30fix themeRobin Appelman
2016-11-30bumb ace editor to 1.2.5Robin Appelman
2016-08-30Fix phpstorm complainsJoas Schilling
2016-08-30Open JSON files with the text editorJoas Schilling
2016-05-09Remove loading icon when data loadedJohn Molakvoæ
2016-01-20Dont close editor when selecting text, fixes #158Tom Needham
2015-12-30Merge pull request #151 from owncloud/main-nav-previewTom Needham
2015-12-10Display the error message when one was givenJoas Schilling
2015-12-05Dont hide main navigation when showing a previewRobin Appelman
2015-11-25Merge pull request #140 from owncloud/close-on-click-outsideMorris Jobke
2015-11-25Merge pull request #146 from owncloud/remove-extensionsVincent Petry
2015-11-25Implement closing when clicking outside the editor containerTom Needham
2015-11-19Register "New text file" meu entry in "+" menuVincent Petry