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 (Collapse)Author
2015-08-27Revert "Update ACE to 26.04.15"Tom Needham
This reverts commit a4827175ae19635316e6694b76631047bb1925ff.
2015-08-27Add yaml file support from #89Tom Needham
2015-08-27Merge in masterTom Needham
2015-07-28place editor inside of app-contentHendrik Leppelsack
2015-07-20Add yaml to file actionsmuja
2015-06-11style fixes: remove borders, separators, adjust line number bar colorJan-Christoph Borchardt
2015-06-10Do not try to restore the title when there is no "old title"Joas Schilling
2015-06-09move load/save file to a controller and fix error response on failed load ↵Bjoern Schiessle
operation
2015-06-05Merge pull request #27 from mikeazo/patch-1Thomas Müller
Update editor.js to fix perl files
2015-06-05Merge pull request #63 from owncloud/more-text-typesThomas Müller
yml, yaml, cnf, conf
2015-06-01Create gitignoreTom Needham
2015-06-01Update styling of controls. More responsive :)Tom Needham
2015-06-01Remove inline todoTom Needham
2015-06-01Fix scrolling of editorTom Needham
2015-06-01Update ACE to 26.04.15Tom Needham
2015-06-01Fix more line lengthsTom Needham
2015-06-01Escape filename. Fix comments / line lengthsTom Needham
2015-06-01Add localisation support. Update todo listTom Needham
2015-06-01Move editor to dialog. Add beta autosave code. Add last savedTom Needham
2015-05-31First chunk of rewriteTom Needham
2015-03-21yml, yaml, cnf, confOlivier Paroz
2015-01-29fix issue 58: Text editor freezes when trying to load non-existing shared fileFlorian Kaiser
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
check the FileActions has a current file set
2014-08-08Merge pull request #34 from owncloud/improved_error_messageJan-Christoph Borchardt
improved error messages
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-22Update editor.js to fix perl filesmikeazo
The mime type was misspelled.
2014-07-16Fixed close button in IE8Vincent Petry
2014-07-03Merge pull request #8 from owncloud/fix-1654-from-appsJan-Christoph Borchardt
Recognise file changes during the saving process
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
Update editor.js to allow tex files
2014-03-17Update editor.jsmikeazo
Updated to open the application/x-tex mime type.
2014-03-02Update editor.jsJuergen Heune
Templates for tt2, http://template-toolkit.org
2014-02-19Update editor.js to allow tex filesmikeazo
Update to editor.js to allow tex files so they can be edited in the text editor.
2014-02-18Transfer diff from apps repo commit 0efd5betomneedham
2014-01-10Removed useless files list updateVincent Petry
The file list update is done already by calling FileList.reload() when leaving the editor. Also, it's not the responsibility of the editor to touch the file list.
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
(Quick) Fixes #1403
2013-11-08Added unsaved warning when closing tab / navigating awayVincent Petry
2013-11-08Fixed "unsaved changes" messageVincent Petry
Fixes #1400
2013-10-23Merge pull request #1439 from owncloud/startviewerThomas Müller
Now using FileList.setViewerMode in embeded apps
2013-10-22Now using FileList.setViewerMode in embeded appsVincent Petry
Text editor and ODF viewer now use FileList.setViewerMode() calls to make sure the controls bar is restored properly to its previous state upon closing.
2013-10-10After closing the text editor, the file list is reloadedVincent Petry
To make sure that the file entry in the file list matches the latest version of the file, the file list is refreshed upon closing of the editor. Fixed #1404
2013-10-07Disable text editor app in public mode when logged inVincent Petry
This fixes #5059 by disabling the text editor app from the JS code, because it's currently not possible to detect public mode from app.php
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