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
2013-08-01correct file path in breadcrumbsJörn Friedrich Dreyer
2013-08-01focus editor on (re)open, hide notification correctly (fixes reusing editor),...Jörn Friedrich Dreyer
2013-08-01limit changing search result link to td.resultJörn Friedrich Dreyer
2013-06-22update ace-editorThomas Mueller
2013-06-22update ace-editorThomas Mueller
2013-04-24Texteditor: allow other apps to listen to when the file loaded in the editorRobin Appelman
2013-03-29Files_texteditor: Don't edit .rtf filesTom Needham
2013-03-28Files_texteditor: Allow editing of .php .js and .pl filesTom Needham
2013-03-22Files_texteditor: Remove unused filesTom Needham
2013-03-18Files_texteditor: Update ace.Tom Needham
2013-03-02use mimetype to show html, fixes html files not ending in .htmlJörn Friedrich Dreyer
2013-03-02fix empty editor when double clicking txt file or trying to open a second edi...Jörn Friedrich Dreyer
2013-03-02use boolean instead of string to compare writeable flagJörn Friedrich Dreyer
2013-02-19Files_texteditor: Fix notification style issue.Tom Needham
2013-02-19Files_texteditor: Fix breadcrumb issues and errors when reopening editorTom Needham
2013-02-19Files_texteditor: Fix file saving issue and fading issues.Tom Needham
2013-02-01texteditor: use breadcrumb api instead of doing it manuallyRobin Appelman
2013-02-01Textedit: code styleRobin Appelman
2012-12-29Fix texteditor breadcrumbs and replace %2F with /Michael Gapczynski
2012-12-13update breadcrumbs in texteditorJörn Friedrich Dreyer
2012-12-05add translation call for 'Search', 'Clear' and 'Next' in files_texteditorJörn Friedrich Dreyer
2012-11-21Text editor: Save and restore OC title fix owncloud/core#460Brice Maron
2012-11-07Files_texteditor: Register another mimetype for emtpy filesTom Needham
2012-11-05Files_Texteditor: Allow editing of empty files. Fixes bug 207 in core repo.Tom Needham
2012-09-29Search result now uses download routeBart Visscher
2012-09-28Be more specific which element to show/hideBart Visscher
2012-09-28filename in search result is url encodedBart Visscher
2012-09-28Fix opening text files in search resultsBart Visscher
2012-09-07Remove empty lines at end of fileBart Visscher
2012-08-31unify permissions (2/3): change apps to use OC::PERMISSION_XJörn Friedrich Dreyer
2012-07-26Make file actions permissions awareMichael Gapczynski
2012-06-26xss fixBjoern Schiessle
2012-06-21use new sanitizeHTML() functionBjoern Schiessle
2012-06-13Files Texteditor: Use our own "Droid Sans Mono" font-face and fontsBart Visscher
2012-06-04prevent xss attacks by manipulating text file namesBjoern Schiessle
2012-05-18Revert google webfont removal. Sadly this causes havoc with the editor!Tom Needham
2012-05-14Third time lucky fixing google font includeTom Needham
2012-05-14Revert "Remove google webfont include"Tom Needham
2012-05-14Fixed keyboard shortcut for saving files. Thanks adlr in #ace!Tom Needham
2012-05-13Remove google webfont includeTom Needham
2012-05-13Fix breadcrumb pathTom Needham
2012-05-11Fix accidental creation of duplicate files because of extra / in search resultsMichael Gapczynski
2012-05-11Fix text files for search resultsMichael Gapczynski
2012-04-30removing executable bit from various filesThomas Mueller
2012-04-15Update aceTom Needham
2012-04-15Remove google web fontTom Needham
2012-04-14Remove go to lineTom Needham
2012-04-07Add some filetypesTom Needham
2012-04-07Give editor focus after savingTom Needham
2012-04-07Provide undo when closing editor with unsaved changesTom Needham