]> source.dussan.org Git - nextcloud-server.git/commit
Editor now loads on top of files app.
authorTom Needham <needham.thomas@gmail.com>
Sat, 1 Oct 2011 21:48:00 +0000 (22:48 +0100)
committerTom Needham <needham.thomas@gmail.com>
Sat, 1 Oct 2011 21:48:00 +0000 (22:48 +0100)
commit0825073e8cac2a654bbc89b99b5a83cdfee7a836
tree1b53a19b3f2b307351049b3e7aa811f9c0d32664
parent3c361cec924026314bf39e60904775d8b9636696
Editor now loads on top of files app.
40 files changed:
apps/files_texteditor/ajax/savefile.php [new file with mode: 0644]
apps/files_texteditor/appinfo/app.php [new file with mode: 0644]
apps/files_texteditor/appinfo/info.xml [new file with mode: 0644]
apps/files_texteditor/css/style.css [new file with mode: 0644]
apps/files_texteditor/js/aceeditor/ace-uncompressed.js [new file with mode: 0644]
apps/files_texteditor/js/aceeditor/ace.js [new file with mode: 0644]
apps/files_texteditor/js/aceeditor/cockpit-uncompressed.js [new file with mode: 0644]
apps/files_texteditor/js/aceeditor/cockpit.js [new file with mode: 0644]
apps/files_texteditor/js/aceeditor/keybinding-emacs.js [new file with mode: 0644]
apps/files_texteditor/js/aceeditor/keybinding-vim.js [new file with mode: 0644]
apps/files_texteditor/js/aceeditor/mode-c_cpp.js [new file with mode: 0644]
apps/files_texteditor/js/aceeditor/mode-clojure.js [new file with mode: 0644]
apps/files_texteditor/js/aceeditor/mode-coffee.js [new file with mode: 0644]
apps/files_texteditor/js/aceeditor/mode-csharp.js [new file with mode: 0644]
apps/files_texteditor/js/aceeditor/mode-css.js [new file with mode: 0644]
apps/files_texteditor/js/aceeditor/mode-groovy.js [new file with mode: 0644]
apps/files_texteditor/js/aceeditor/mode-html.js [new file with mode: 0644]
apps/files_texteditor/js/aceeditor/mode-java.js [new file with mode: 0644]
apps/files_texteditor/js/aceeditor/mode-javascript.js [new file with mode: 0644]
apps/files_texteditor/js/aceeditor/mode-json.js [new file with mode: 0644]
apps/files_texteditor/js/aceeditor/mode-ocaml.js [new file with mode: 0644]
apps/files_texteditor/js/aceeditor/mode-perl.js [new file with mode: 0644]
apps/files_texteditor/js/aceeditor/mode-php.js [new file with mode: 0644]
apps/files_texteditor/js/aceeditor/mode-python.js [new file with mode: 0644]
apps/files_texteditor/js/aceeditor/mode-ruby.js [new file with mode: 0644]
apps/files_texteditor/js/aceeditor/mode-scad.js [new file with mode: 0644]
apps/files_texteditor/js/aceeditor/mode-scala.js [new file with mode: 0644]
apps/files_texteditor/js/aceeditor/mode-scss.js [new file with mode: 0644]
apps/files_texteditor/js/aceeditor/mode-svg.js [new file with mode: 0644]
apps/files_texteditor/js/aceeditor/mode-textile.js [new file with mode: 0644]
apps/files_texteditor/js/aceeditor/mode-xml.js [new file with mode: 0644]
apps/files_texteditor/js/aceeditor/theme-clouds.js [new file with mode: 0644]
apps/files_texteditor/js/aceeditor/worker-coffee.js [new file with mode: 0644]
apps/files_texteditor/js/aceeditor/worker-css.js [new file with mode: 0644]
apps/files_texteditor/js/aceeditor/worker-javascript.js [new file with mode: 0644]
apps/files_texteditor/js/editor.js [new file with mode: 0644]
files/appinfo/app.php
files/index.php
files/js/fileactions.js
files/templates/index.php