index
:
etherpad-lite
cr/openbsd_install
develop
master
Really real-time collaborative document editing. http://etherpad.org
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
node
/
handler
/
ImportHandler.js
Age
Commit message (
Expand
)
Author
2015-04-29
plugins always return html so use that endpoint
John McLear
2015-04-11
make setPadRaw async; streamline .etherpad file import handling chain
Tom Hunkapiller
2015-04-10
fix the rest of the deprecation warnings
Tom Hunkapiller
2015-04-01
fix import issue with txt files and abiword #2572
John McLear
2015-01-19
bumpage
John McLear
2014-12-30
no errors on chrome client
John McLear
2014-12-30
licensing
John McLear
2014-12-29
remove error logging
John McLear
2014-12-29
allow only for pads less than 10 to be overwritten
John McLear
2014-12-29
working for all files
John McLear
2014-12-29
semi working requires browser refresh
John McLear
2014-11-25
multiline
John McLear
2014-11-25
mheh no browser requirement at all
John McLear
2014-11-25
so yeah, prolly can do this anyway?
John McLear
2014-11-22
swap out jquery browser for bower but expose browser object to all pages also...
John McLear
2014-07-22
Support to allow for a setting so you can stop unknown file types from being ...
John McLear
2014-06-16
Merge pull request #2150 from ether/export-file-name-hook
John McLear
2014-05-09
Update ImportHandler.js
John McLear
2014-05-07
remove eplite add etherpad
John McLear
2014-05-06
abiword shouldnt be used for HTML native documents
John McLear
2013-12-09
Merge pull request #2030 from ether/import_hook
John McLear
2013-12-09
Remove console logs
John McLear
2013-12-07
fix closing of </title> tag
webzwo0i
2013-11-28
foo
John McLear
2013-11-27
not working and erally confused
John McLear
2013-09-27
dont crash on importing blank html
John McLear
2013-09-21
strip title out of html during import, pesky abiword behavior
John McLear
2013-09-10
Add check if uploaded file only contains ascii chars when abiword disabled
Gared
2013-04-05
browser detection was dropped in jquery 1.9, so we have to add the browser de...
goldquest
2013-03-19
Don't break the whole server if an import failed because no files were uploaded
Marcel Klehr
2013-01-23
use the existing padimpexp object from the parent window
goldquest
2013-01-22
script tag didn't link to right location
goldquest
2012-12-10
Fix issue #725 which was caused by a race condition
John McLear
2012-12-06
use the parent window, not the top
goldquest
2012-12-06
avoid use of os.tmpDir() for node 0.6 compatibility
Iván Eixarch
2012-11-27
added my name in header
Iván Eixarch
2012-11-23
Import html by default and allow basic import/export features without abiword
Iván Eixarch
2012-11-23
cleaning
Iván Eixarch
2012-11-23
test import converting to html instead to txt by default
Iván Eixarch
2012-05-23
You can't use $ if no jQuery is available.. Apologies for so much spam on th...
John McLear
2012-05-23
Import Should now work in IE
John McLear
2012-05-23
I hate how hacky this change is.
John McLear
2012-05-23
Update src/node/handler/ImportHandler.js
John McLear
2012-05-23
Fix IE import
John McLear
2012-03-02
Merge branch 'pita'
Egil Moeller
2012-02-26
The Big Renaming - etherpad is now an NPM module
Egil Moeller