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
2015-01-09vanish notification about unsaved changes are a period of timeMorris Jobke
2014-08-12Merge pull request #28 from owncloud/fix_opening_files_from_searchThomas Müller
2014-08-08Merge pull request #34 from owncloud/improved_error_messageJan-Christoph Borchardt
2014-08-08improved error messagesBjoern Schiessle
2014-08-05Fixes #30. Fix test for data-saving, add data-saving='false' on inittomneedham
2014-07-30check the FileActions has a current file setJörn Friedrich Dreyer
2014-07-16Fixed close button in IE8Vincent Petry
2014-07-03Merge pull request #8 from owncloud/fix-1654-from-appsJan-Christoph Borchardt
2014-06-30change 'Close' label to x icon to save spaceJan-Christoph Borchardt
2014-06-23Only launch save event if not already savingtomneedham
2014-05-12Merge pull request #9 from mikeazo/patch-1Tom Needham
2014-03-17Update editor.jsmikeazo
2014-03-02Update editor.jsJuergen Heune
2014-02-19Update editor.js to allow tex filesmikeazo
2014-02-18Transfer diff from apps repo commit 0efd5betomneedham
2014-01-10Removed useless files list updateVincent Petry
2014-01-07text editor: increase default font size for better readability, fix #1559Jan-Christoph Borchardt
2013-11-08Close editor when the user navigates awayVincent Petry
2013-11-08Added unsaved warning when closing tab / navigating awayVincent Petry
2013-11-08Fixed "unsaved changes" messageVincent Petry
2013-10-23Merge pull request #1439 from owncloud/startviewerThomas Müller
2013-10-22Now using FileList.setViewerMode in embeded appsVincent Petry
2013-10-10After closing the text editor, the file list is reloadedVincent Petry
2013-10-07Disable text editor app in public mode when logged inVincent Petry
2013-10-04fix texteditor removing the link tag inside the breadcrumbJan-Christoph Borchardt
2013-09-17use item instead of parsing row dataJörn Friedrich Dreyer
2013-09-17prepare texteditor to customize search results for 'file' and 'Text'Jörn Friedrich Dreyer
2013-09-12text editor: move close button to right, remove separatorsJan-Christoph Borchardt
2013-08-19switch to ace src-noconflict buildJörn Friedrich Dreyer
2013-08-04Merge pull request #1281 from owncloud/editor_update_filesizeKondou
2013-08-03merge master into texteditor-sizingRobin Appelman
2013-08-03dont use js for texteditor sizingRobin Appelman
2013-08-01update filesize in filelist on save via JSJörn Friedrich Dreyer
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