]> source.dussan.org Git - nextcloud-server.git/commit
move some code to where it belongs and remove duplicated editor app
authorRobin Appelman <icewind1991@gmail.com>
Wed, 5 Oct 2011 00:36:27 +0000 (02:36 +0200)
committerRobin Appelman <icewind1991@gmail.com>
Wed, 5 Oct 2011 00:36:54 +0000 (02:36 +0200)
commit1fba8619d407fee3f1a07c6361b7ed7a8e20a35c
tree936bcdb2a1c8900f540baa82577c4a7d6d737174
parent813e8b274a66f158f05edd4d69525696aa686661
move some code to where it belongs and remove duplicated editor app
57 files changed:
apps/editor/ajax/savefile.php [deleted file]
apps/editor/appinfo/app.php [deleted file]
apps/editor/appinfo/info.xml [deleted file]
apps/editor/css/styles.css [deleted file]
apps/editor/index.php [deleted file]
apps/editor/js/aceeditor/ace-uncompressed.js [deleted file]
apps/editor/js/aceeditor/ace.js [deleted file]
apps/editor/js/aceeditor/cockpit-uncompressed.js [deleted file]
apps/editor/js/aceeditor/cockpit.js [deleted file]
apps/editor/js/aceeditor/keybinding-emacs.js [deleted file]
apps/editor/js/aceeditor/keybinding-vim.js [deleted file]
apps/editor/js/aceeditor/mode-c_cpp.js [deleted file]
apps/editor/js/aceeditor/mode-clojure.js [deleted file]
apps/editor/js/aceeditor/mode-coffee.js [deleted file]
apps/editor/js/aceeditor/mode-csharp.js [deleted file]
apps/editor/js/aceeditor/mode-css.js [deleted file]
apps/editor/js/aceeditor/mode-groovy.js [deleted file]
apps/editor/js/aceeditor/mode-html.js [deleted file]
apps/editor/js/aceeditor/mode-java.js [deleted file]
apps/editor/js/aceeditor/mode-javascript.js [deleted file]
apps/editor/js/aceeditor/mode-json.js [deleted file]
apps/editor/js/aceeditor/mode-ocaml.js [deleted file]
apps/editor/js/aceeditor/mode-perl.js [deleted file]
apps/editor/js/aceeditor/mode-php.js [deleted file]
apps/editor/js/aceeditor/mode-python.js [deleted file]
apps/editor/js/aceeditor/mode-ruby.js [deleted file]
apps/editor/js/aceeditor/mode-scad.js [deleted file]
apps/editor/js/aceeditor/mode-scala.js [deleted file]
apps/editor/js/aceeditor/mode-scss.js [deleted file]
apps/editor/js/aceeditor/mode-svg.js [deleted file]
apps/editor/js/aceeditor/mode-textile.js [deleted file]
apps/editor/js/aceeditor/mode-xml.js [deleted file]
apps/editor/js/aceeditor/theme-clouds.js [deleted file]
apps/editor/js/aceeditor/theme-clouds_midnight.js [deleted file]
apps/editor/js/aceeditor/theme-cobalt.js [deleted file]
apps/editor/js/aceeditor/theme-crimson_editor.js [deleted file]
apps/editor/js/aceeditor/theme-dawn.js [deleted file]
apps/editor/js/aceeditor/theme-eclipse.js [deleted file]
apps/editor/js/aceeditor/theme-idle_fingers.js [deleted file]
apps/editor/js/aceeditor/theme-kr_theme.js [deleted file]
apps/editor/js/aceeditor/theme-merbivore.js [deleted file]
apps/editor/js/aceeditor/theme-merbivore_soft.js [deleted file]
apps/editor/js/aceeditor/theme-mono_industrial.js [deleted file]
apps/editor/js/aceeditor/theme-monokai.js [deleted file]
apps/editor/js/aceeditor/theme-pastel_on_dark.js [deleted file]
apps/editor/js/aceeditor/theme-solarized_dark.js [deleted file]
apps/editor/js/aceeditor/theme-solarized_light.js [deleted file]
apps/editor/js/aceeditor/theme-textmate.js [deleted file]
apps/editor/js/aceeditor/theme-twilight.js [deleted file]
apps/editor/js/aceeditor/theme-vibrant_ink.js [deleted file]
apps/editor/js/aceeditor/worker-coffee.js [deleted file]
apps/editor/js/aceeditor/worker-css.js [deleted file]
apps/editor/js/aceeditor/worker-javascript.js [deleted file]
apps/editor/js/editor.js [deleted file]
apps/editor/templates/index.php [deleted file]
apps/files_texteditor/js/editor.js
files/js/fileactions.js