summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Collapse)Author
2017-11-20Update package.jsonJohn McLear
2017-11-04Updated node version for windows to 8.9.0Stefan (Gared)
2017-09-14Typos and minor fixes in bin, doc, and rootHairyFotr
2017-04-04wrong path of generate.jsjeffreyye
2016-12-23Merge new release into master branch!Stefan
2016-12-23Release version 1.6.1Stefan
2016-12-22Update nodejs for windows to 6.9.2Stefan
2016-11-20Updated node for windows build to version 6.9.1Stefan
2016-07-23Download JQuery over HTTPSrugk
Otherwise anyone can MITM the connection and add rogue code there.
2016-06-08Fix module paths for db migration scriptStefan
2016-05-16Fix error if whitespace in etherpad pathStefan
2016-04-24Update node for windows to version 4.4.3Stefan
2016-04-24Remove node version output on startStefan
2016-04-03Increase version of node for windows to 4.4.2Stefan
2016-03-27allow greater than or equal to v 4John McLear
2016-03-26Merge pull request #2924 from Gared/update_windows_buildJohn McLear
Update windows build
2016-03-20Remove support for io.jsStefan
2016-03-20Check for node version 4 or higher and not special versionsStefan
2016-03-20Do not include absolute path in windows zipStefan
2016-03-14Update windows build:Stefan
- Update node to version 4.4.0 - Create temp folder dynamically
2016-01-19Use exec to switch to node processReed A. Cartwright
At the end of run, `exec` should be used to switch to the node process. That way node will take over the pid of `sh run.sh`, making it easier to monitor and daemonize the server. ``` exec [command [arg ...]] Unless command is omitted, the shell process is replaced with the specified program (which must be a real program, not a shell built-in command or function). Any redirections on the exec com- mand are marked as permanent, so that they are not undone when the exec command finishes. ```
2015-11-21Improve DB migration performance.Blake Tölva
Achieve 10x speedup in migrating a 12mb dirtyDB file by disabling ueberDB caching in this special case. Add some progress messages to the migration script and rename it, as nothing in it is tied to mysql.
2015-11-04Update installDeps.shKomasa
2015-10-22Update installOnWindows.batJohn McLear
2015-10-22Merge pull request #2797 from ypid/rebuild-better-errorJohn McLear
Give better error message when rebuildPad.js hits a non-existing rev.
2015-10-07Give better error message when rebuildPad.js hits a non-existing rev.Robin Schneider
2015-09-26Support version 4 of node.jsStefan
2015-06-22bugfix for correct bash syntaxIstván Király
$rocks has to be enclosed into a "string" so bash can treat is as a string. We can compare two strings with the == operator then, ...
2015-05-30Use current mysql client APIHinnerk Haardt
2015-04-26cleaner update logic doesnt error when nothing to doJohn McLear
2015-04-24provide a script that cleans up before running to save people doing rm rf ↵John McLear
src node_modules
2015-04-16Merge pull request #2618 from Gared/win_node_versionJohn McLear
Update node version for windows build to 0.12.2
2015-04-16Update node version for windows build to 0.12.2Stefan
2015-04-15remove two pointless dep removesJohn McLear
2015-04-08update node version checking to 0.10+ or io.jsTom Hunkapiller
2015-04-08express dropped support for node 0.8; update engine requirementsTom Hunkapiller
2015-04-04Update installDeps.shRaphaël Dubigny
2015-04-04Update installDeps.shRaphaël Dubigny
2015-03-31Fix minor typo in safeRun.sh email reportLeoVerto
2015-02-15Support node version 0.12.xStefan
2015-01-21clean up iojsJohn McLear
2015-01-16check for io.jsnemetz
Added a check for io.js
2015-01-08Removed useless use of catJan-Erik Rediger
2014-12-24move docsJohn McLear
2014-12-23Merge pull request #2358 from BjarniRunar/developJohn McLear
Created dirty-db-cleaner.py - prunes old history from dirty.db files
2014-12-21remove unused long paths from windows buildJohn McLear
2014-12-04Merge pull request #2329 from timrchavez/rebuild-pad-scriptJohn McLear
Restore pad to new location at a given revision
2014-12-03Make changes based on code reviewTimothy Chavez
Simplified the cloning process, added validation checks to ensure the new pad ID is valid and that a pad doesn't already exist with that ID. Also fixed a bug in the chatHead cloning loop and added the ability to specify a pad ID on the command the line (defaulting to the original "-rebuilt" pad ID formula)
2014-12-01Added dirty-db-cleaner.pyBjarni R. Einarsson
2014-11-28script to update all plugins with one command on CLIJohn McLear