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
/
db
/
Pad.js
Age
Commit message (
Expand
)
Author
2018-02-16
[fix] Don't show "pad deleted" message when copying pad (#3320)
Luiza Pagliari
2017-05-18
[feat] New server-side hook: padCopy
Luiza Pagliari
2015-11-10
Protects against a null atext in cloneAText
Francois Cassin
2015-10-19
Add an appendText API
Ted Mielczarek
2015-06-30
Restore newline-adding to setText() if passed string does not end in '\n'.
Xavid
2015-06-21
Add an 'author' entry to the context for the padCreate and padUpdate hooks.
Xavid
2015-05-05
When using setText(), replace the entire existing text of the pad,
Xavid
2015-02-25
Add backend tests for new API functions
Luc Didry
2015-02-24
Fixes #1870
Luc Didry
2014-12-29
delay write to fix copypad -- bad practice but due to db.set not allowing cal...
John McLear
2014-12-17
fix typo in addSavedRevisions
webzwo0i
2014-12-14
dont make local variables global
webzwo0i
2014-07-07
Fix Pad#copy routine for updating group list
Marcel Klehr
2014-06-11
Fix #2136: update cache and group list when copying pads
Marcel Klehr
2014-01-15
convert over to server-side crypto
Robert Helmer
2013-12-17
Don't crash if CHANGESET_REQ fails
Marcel Klehr
2013-12-05
Replace tabs indentation with spaces indentation
Luc Didry
2013-11-18
fix bugs, add force option to overwrite destination
s1341
2013-11-17
change parameter names
s1341
2013-11-17
add pad copy/move API functions
s1341
2013-01-27
Added colors to pad diff
Peter 'Pita' Martischka
2013-01-22
and semi working
John McLear
2013-01-14
Merge pull request #1342 from spcsser/feature/padlisting
John McLear
2013-01-08
Added functionality to list pads on this server.
Swen
2013-01-06
client loads messages using the new client loads messages using new method, g...
mluto
2012-10-03
Changed pad_id to padID to follow projct standards.
d-a-n
2012-10-03
Changed pad hook names to follow naming conventions. Arguments will now be pa...
d-a-n
2012-10-02
Added pad hooks (create, load, edit, remove)
d-a-n
2012-06-27
Merge pull request #821 from marcelklehr/fix-contributor-api-methods
John McLear
2012-06-27
Some fixes to the contributor API methods
Marcel Klehr
2012-06-27
Merge pull request #819 from marcelklehr/contributor-api-methods
John McLear
2012-06-27
Add in getLastEdited API call
Mark Holmquist
2012-06-27
Add 2 new APIs: listPadsOfAuthor and listAuthorsOfPad
Marcel Klehr
2012-04-02
Merge pull request #557 from redhog/master
John McLear
2012-04-01
Merge branch 'johnyma22'
Egil Moeller
2012-03-18
replaceing AttributePoolFactory by AttributePool
Matthias Bartelmeß
2012-02-28
Removed CommonCode entierly
Egil Moeller
2012-02-26
First stab at getting client side require(plugin/..) to work from within ethe...
Egil Moeller
2012-02-26
The Big Renaming - etherpad is now an NPM module
Egil Moeller