summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2015-03-26fix firefox button stylingJohn McLear
2015-03-26more working logic and also pretty nice screen reader experienceJohn McLear
2015-03-26stop listing URL each time focus is placed back on inner iframeJohn McLear
2015-03-26make the pad contents act like an application and not contents, this can ↵John McLear
probably be togglable but default state should be editable
2015-03-26read for button activityJohn McLear
2015-03-26make index page accessible for screen readersJohn McLear
2015-03-26escape to exit editbarJohn McLear
2015-03-25support drop down show eventsJohn McLear
2015-03-25whoopsJohn McLear
2015-03-25working f9 logicJohn McLear
2015-03-25logic to send focus back to pad on Alt F9 when focus on editbarJohn McLear
2015-03-25better logic for handling lr arrowsJohn McLear
2015-03-25remove console logJohn McLear
2015-03-25remove console logJohn McLear
2015-03-25different font families for people with dyslexiaJohn McLear
2015-03-25first semi working alt f9 functionalityJohn McLear
2015-03-24disable cut renumbering of OLs so cut paste worksJohn McLear
2015-03-24temp fix for cut paste but might break some OL functionalityJohn McLear
2015-03-22Bumped ueberDB to 0.2.14 so Cassandra suport is includedSimon Gaeremynck
2015-03-20fixes #2556 (error toggling line attribute) and clarified method ↵Thomas Muehlichen
documentation (AttributeManager.toggleAttributeOnLine)
2015-03-14oops, fix export with wildcardswebzwo0i
2015-03-13Return true from handleCut functionlid2000
2015-03-04a should always have white space pre-wrap stops caret walking in chrome on themJohn McLear
2015-03-02bump ueberJohn McLear
2015-02-27Trigger renumbering when deleting (via cut) the first item of a listChris Ball
Fixes #2514.
2015-02-27Merge pull request #2527 from ldidry/issue-1870-get-saved-revisions-countJohn McLear
Fixes #1870
2015-02-26bump ueberdbJohn McLear
2015-02-26Merge branch 'develop' of github.com:ether/etherpad-lite into developJohn McLear
2015-02-25Add backend tests for new API functionsLuc Didry
These new functions are: * getSavedRevisionsCount * listSavedRevisions * saveRevision + typo fixing in backend tests
2015-02-25Add a saveRevision API functionLuc Didry
Calling saveRevision create an author which name is "API"
2015-02-24Fixes #1870Luc Didry
Add two functions to API : * getSavedRevisionsCount * listSavedRevisions
2015-02-22mobile stylings for chat always on screenJohn McLear
2015-02-22Merge pull request #2520 from ether/load-testing-settingsJohn McLear
allow for load testing connections to hit by a setting
2015-02-21fix export of bad pads and also limit import to filesJohn McLear
2015-02-19Localisation updates from https://translatewiki.net.Siebrand Mazeland
2015-02-16allow for load testing connections to hit by a settingJohn McLear
2015-02-16add try-catch clause around calls to applyToATextwebzwo0i
2015-02-16throw in applyToText and not in applyToATextwebzwo0i
2015-02-16Revert "51c14d994756e60333b0b60eccb7255cf0c86461 changed the return value of"webzwo0i
This reverts commit 66582b19e7a196b77df1e9a912db020189a93014.
2015-02-16add semicolonswebzwo0i
2015-02-1551c14d994756e60333b0b60eccb7255cf0c86461 changed the return value ofwebzwo0i
applyToText to an array that includes if there was an error in the newline part of an changeset op. easysync_tests need to know this too
2015-02-15we do not have the text/padid, but at least we can print the changesetwebzwo0i
2015-02-15print the actual text...webzwo0i
2015-02-15string concat, not multiple arguments...webzwo0i
2015-02-15better error messagewebzwo0i
2015-02-15remove unnecessary code; because we have checks in every op now we don'twebzwo0i
need this anymore
2015-02-15add newline counting for - and + opwebzwo0i
2015-02-15off by 1webzwo0i
2015-02-15add a comment to make clear that the string in stringIteratorwebzwo0i
does not change; only curIndex is increased. Newlines are counted between curIndex and the end of string.
2015-02-14totally wrong, introduced by myself inwebzwo0i
3354b9406b94e1a04b5eee1c0152914dde73ba89 the first part is always false so the second part which is always true in case a cs deleted some lines was never triggered...sigh