summaryrefslogtreecommitdiff
path: root/src/templates
AgeCommit message (Collapse)Author
2017-07-12Added support for the Montserrat Font as discussed in #3201 (#3205)Jan Holub
* Added support for the Montserrat Font as discussed in #3201 I chose a thin version of the Font (namely Montserrat Light) as the regular font and Montserrat Regular as the bold version. The thin fonts just look better in my opinion.
2017-07-12Merge pull request #3206 from 00SteinsGate00/RobotoMonoLuiza Pagliari
Added RobotoMono as a more modern and pretty monospaced font
2017-06-21Added RobotoMono as a more modern and pretty monospaced font, addressing #3201Jan Holub
I added RobotoMono-Regular and RobotoMono-Bold as TrueTypeFont files and included them into the list. I tred to stay in alphabetical order where possible. The author of #3201 was asking for a more modern monospaced font.
2017-04-18Merge pull request #3161 from ether/feature/automatic_force_reconnectLuiza Pagliari
Feature: automatic force reconnect
2017-04-15Butt On -> buttonAdam Niederer
2017-04-04[feature] Create option to automatically reconnect after a few secondsLuiza Pagliari
On some erros that display a modal with "Force reconnect" button, allow Etherpad to automatically reload pad after a few seconds. Amount of seconds is defined on settings.json. Still need to create tests for this feature, and implement i18n.
2016-11-11Correct the spelling of occured to occurredPaul Carver
The correct spelling is occurred. See http://www.gingersoftware.com/english-online/spelling-book/misspelling/occurred-occured-ocurred or other dictionary search results.
2016-09-30Merge https://github.com/ether/etherpad-lite into patch-3rugk
Conflicts: src/templates/index.html
2016-09-20Added LibreJS supportNobody Really
2016-09-08Remove the `noDocType` argument, which was only ever passed as `false`.Dan Bornstein
2016-08-24Use an EEJS template for HTML export instead of inlining it in the JS code.Dan Bornstein
The semantics of all the substitutions are identical to what they were before. I _did_ take the liberty of formatting the CSS to be a bit more readable (at the cost of adding a little bit of whitespace).
2016-08-23Index: No-referrerrugk
2016-08-23Pad: Add no-referrerrugk
2016-08-23Timeslider: Add no-referrerrugk
2016-05-22Issue #2960 - deactivate settings.jsonLokeshN
Deactivate settings.json in Admin dashboard
2016-03-29Fix document.domain error in frontend testsStefan
2016-01-23Merge pull request #2863 from gutobenn/padname-sizeStefan
Limit padname input field to 50 characters
2016-01-08herpJohn McLear
2016-01-08seems to workJohn McLear
2015-12-22Limit padname size to 50 charactersAugusto Bennemann
2015-12-01Update the bowser.js to the new versionjoassouza
With this new version of bowser.js is possible detect the OS as well, no only the browser as the previous one. It brings support to new browsers as well.
2015-11-06paste hook and class for editorcontainerJohn McLear
2015-05-19other bits required for read onlyJohn McLear
2015-04-10Add version number to plugins-info pageStefan
2015-04-05timeslider settings for fontsJohn McLear
2015-04-05support for open dyslexic fontJohn McLear
2015-04-03title for chatJohn McLear
2015-04-03temp solution for alt 9 to show editbar labelJohn McLear
2015-04-02fix timeslider title issuesJohn McLear
2015-03-31i18n for timeslider steppersJohn McLear
2015-03-31I came to bring the rain.. Let me get my coat... Fix focus on timeslider ↵John McLear
import export
2015-03-31make user list a document so it's easy to navigate by screen readersJohn McLear
2015-03-26alt c to focus on chat and gritter and chat both now work with ariaJohn McLear
2015-03-26more working logic and also pretty nice screen reader experienceJohn McLear
2015-03-26make index page accessible for screen readersJohn McLear
2015-03-25different font families for people with dyslexiaJohn McLear
2015-02-11may aswell make the git sha a link to the commitJohn McLear
2015-02-11working, need to test thoughJohn McLear
2015-01-24Add 'last update' column to plugins tableStefan
2015-01-21working translationJohn McLear
2015-01-19semi working exampleJohn McLear
2014-12-31Merge pull request #2418 from ether/etherpad-export-and-importJohn McLear
Full Pad portability (Export/Import)
2014-12-29semi working requires browser refreshJohn McLear
2014-12-28Use camel caseGared
2014-12-28Notify user if cookies can't be createdGared
2014-12-27removing dokuwikiJohn McLear
2014-11-23Merge pull request #2335 from ether/javascript-bowerJohn McLear
swap out jquery browser for bower but expose browser object to all pages...
2014-11-22swap out jquery browser for bower but expose browser object to all pages ↵John McLear
also enable minification.. Seems to work well
2014-11-22Changed relative path to Etherpad main page in admin settings.l-y-n-x
There was one '../' too much.
2014-11-19Merge branch 'develop' of github.com:ether/etherpad-lite into new-iconsJohn McLear