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
2022-10-21Merge pull request #610 from nextcloud/dependabot/npm_and_yarn/marked-4.1.1Julius Härtl
2022-10-21Build scssJulius Härtl
2022-03-24Replace deprecated String.prototype.substr()Tobias Speicher
2021-11-16fix regression: typo s/x-pearl/x-perl/Andreas Boesen
2021-06-14l10n: Change to uppercaseValdnet
2020-10-26l10n: Separate the ellipsis with a spaceValdnet
2020-10-08use fetch for network requestsRobin Appelman
2020-10-07Merge pull request #125 from landryb/preview_by_default_when_readonlyJulius Härtl
2020-09-18use escape-htmlRobin Appelman
2020-09-18Default to preview mode when the editor is readonly (icewind1991/files_markdo...Landry Breuil
2020-09-18Merge pull request #197 from ionum/masterJulius Härtl
2020-09-18Make NewLine autoionum
2020-03-31Merge pull request #207 from nextcloud/rakekniven-patch-1Julius Härtl
2020-03-11Fix for Searchbox (CTRL + F)Gustavo Arnosti Neves
2020-02-05l10n: Triple dot to ellipsis, Uppercase for first charrakekniven
2019-12-19Adjust element id to avoid conflictsJulius Härtl
2019-10-26Fix #186Robin Windey
2019-09-03Translate menu actionJohn Molakvoæ (skjnldsv)
2019-07-05Rename edit file actionJulius Härtl
2019-06-24Let text app handle new file creation (#163)John Molakvoæ
2019-06-12Let text app handle new file creationJulius Härtl
2019-05-09Ship marked ourselfsRoeland Jago Douma
2019-05-06Use correct CSS URL, remove default marked settings and change to GFM renderingMorris Jobke
2019-01-24Fix directy opening editor from new menuRoeland Jago Douma
2019-01-18Load ace only if neededJulius Härtl
2019-01-18More reliable way to get the nonceRobin Appelman
2019-01-18split the code a bit moreRobin Appelman
2019-01-18switch to webpack bundlingRobin Appelman
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