summaryrefslogtreecommitdiffstats
path: root/apps/files_texteditor/js
Commit message (Expand)AuthorAgeFilesLines
* moved to apps repositoryFrank Karlitschek2012-08-2684-83464/+0
* Make file actions permissions awareMichael Gapczynski2012-07-251-4/+12
* xss fixBjoern Schiessle2012-06-261-1/+1
* use new sanitizeHTML() functionBjoern Schiessle2012-06-211-1/+1
* Files Texteditor: Use our own "Droid Sans Mono" font-face and fontsBart Visscher2012-06-131-2/+1
* prevent xss attacks by manipulating text file namesBjoern Schiessle2012-06-041-1/+1
* Revert google webfont removal. Sadly this causes havoc with the editor!Tom Needham2012-05-171-1/+1
* Third time lucky fixing google font includeTom Needham2012-05-131-1/+1
* Revert "Remove google webfont include"Tom Needham2012-05-131-1/+10
* Fixed keyboard shortcut for saving files. Thanks adlr in #ace!Tom Needham2012-05-131-0/+4
* Remove google webfont includeTom Needham2012-05-131-10/+1
* Fix breadcrumb pathTom Needham2012-05-131-1/+1
* Fix accidental creation of duplicate files because of extra / in search resultsMichael Gapczynski2012-05-101-1/+1
* Fix text files for search resultsMichael Gapczynski2012-05-101-3/+4
* removing executable bit from various filesThomas Mueller2012-04-3057-0/+0
* Update aceTom Needham2012-04-1583-8885/+19884
* Remove google web fontTom Needham2012-04-151-1/+1
* Remove go to lineTom Needham2012-04-141-25/+17
* Add some filetypesTom Needham2012-04-071-0/+2
* Give editor focus after savingTom Needham2012-04-061-0/+1
* Provide undo when closing editor with unsaved changesTom Needham2012-04-061-45/+55
* confirm close when there are unsaved changesTom Needham2012-04-021-1/+14
* add * to filename when changes have been madeTom Needham2012-04-021-26/+42
* use OC_Dialogs instead of alert()Tom Needham2012-04-021-1/+1
* spaces to tabsTom Needham2012-03-111-25/+25
* Text editor will now wrap text based on window sizeTom Needham2012-03-101-0/+1
* update file extensions in editorTom Needham2012-03-101-3/+9
* Editor fixed.Marvin Thomas Rabe2012-02-231-2/+3
* Update breadcrumb css on closeTom Needham2012-02-141-0/+1
* Fix editing shared files and file opening bug. Fixes oc-209 and oc-195Tom Needham2012-02-141-14/+14
* disable keyboard shortcuts as temp fixTom Needham2012-01-231-1/+2
* some minor changes to the text editor loadingRobin Appelman2012-01-141-33/+32
* Fix breadcrumb issue when closing editorTom Needham2012-01-141-1/+1
* fix editor jsTom Needham2012-01-141-2/+2
* improved ui for go to line buttonTom Needham2012-01-091-2/+2
* update page titleTom Needham2012-01-091-0/+4
* Added live searchTom Needham2012-01-091-16/+52
* Added 'Go to line' functionalityTom Needham2012-01-091-4/+24
* improved ui and save button actionTom Needham2012-01-091-19/+8
* hide save button for read-only filesTom Needham2012-01-091-3/+6
* fixed saving bugTom Needham2012-01-091-0/+3
* Handles file permissions. Protect against overwriting changes.Tom Needham2012-01-081-87/+58
* added ace sourceTom Needham2012-01-0133-0/+45276
* Removed old codeTom Needham2012-01-013-19824/+0
* Added ace license fileTom Needham2012-01-011-0/+476
* Added support for more file typesTom Needham2012-01-011-1/+8
* Updated ace-editor softwareTom Needham2012-01-0136-28/+26377
* Fixed keyboard shortcutsTom Needham2011-12-311-11/+8
* Disable save button whilst saving. Refined code.Tom Needham2011-11-291-1/+1
* Disable save button while saving. Streamlined code.Tom Needham2011-11-291-59/+54