summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Add REMOVED_COS_OF_COS markers so those that want to enable support provided ↵Jeff Mitchell2010-04-072-1/+8
| | | | | | | | by cos.jar can easily find what to uncomment.
| * Add useHttpsUrls and hidePorts config optionsJeff Mitchell2010-04-071-0/+5
| |
| * Many users may add the cos.jar file for import/export; place in .gitignore ↵Jeff Mitchell2010-04-071-0/+1
| | | | | | | | so those users don't constantly have git whining at them.
| * Always render the navigation menu in the administration page; there aren't ↵Jeff Mitchell2010-04-071-2/+0
| | | | | | | | licenses anymore after all.
| * Put in CSS to show the new teamsite link in a different color. I think the ↵Jeff Mitchell2010-04-071-0/+14
| | | | | | | | | | | | color chosen goes together pretty well, but more importantly it makes it immediately obvious that they are two buttons that do two different things. Plus, variety is the spice of life :-)
| * If hidePorts is enabled, don't show port numbers in e.g. emails. Useful when ↵Jeff Mitchell2010-04-071-2/+2
| | | | | | | | you're running behind a proxy but EP doesn't know it, so that it doesn't tack on :9000 in links in emails.
| * Instead of only working with superdomains that have two parts, consume each ↵Jeff Mitchell2010-04-071-3/+6
| | | | | | | | part of the request and compare against valid superdomains. This lets you run a site with arbitrary lengths for the domains, e.g. mypads.etherpad.mysite.com.
| * Fix up getTempSigninUrl option so that it uses https when appropriate and ↵Jeff Mitchell2010-04-071-4/+10
| | | | | | | | http otherwise.
| * Forgot the -p on the end of the mysql lines...this fixes my previous commit ↵Jeff Mitchell2010-04-071-2/+2
| | | | | | | | properly
| * You need to have the root mysql password -- so there is really no need to ↵Jeff Mitchell2010-04-071-5/+0
| | | | | | | | also be the root user.
| * Look for the etherpad.local.properties file in the logical location (same ↵Jeff Mitchell2010-04-072-1/+2
| | | | | | | | directory as the default file) instead of the nonexistent data directory. Also update the .gitignore to ignore this file.
* | Merge branch 'master' of git://github.com/ether/padPeter Martischka2010-04-083-3/+3
|\|
| * Fixing commit of local-configEgil Moeller2010-04-071-1/+1
| |
| * Merge branch 'master' of git://github.com/Pita/padEgil Moeller2010-04-0719-61/+97
| |\
| * | Styling bugfixesEgil Moeller2010-04-062-2/+2
| | |
* | | Reduced the height of the docbar about 5pxPeter Martischka2010-04-089-18/+17
| | |
* | | Fixed some little design bugs of editbarPeter Martischka2010-04-072-33/+37
| |/ |/|
* | Fixed little design bug of the save buttonPeter Martischka2010-04-071-2/+1
| |
* | Merge branch 'master' of git://github.com/redhog/padPeter Martischka2010-04-0715-86/+259
|\|
| * Better plugin descriptionsEgil Moeller2010-04-062-2/+2
| |
| * More plugin manager stylingEgil Moeller2010-04-062-1/+27
| |
| * Changed button-specific coloring to a classEgil Moeller2010-04-062-2/+2
| |
| * Changed right hand rounded corner to silverEgil Moeller2010-04-061-1/+1
| |
| * Styling for plugin managerEgil Moeller2010-04-062-10/+59
| |
| * Updated SUPERDOMAINS to use /etc/etherpad.localdev-default.propertiesEgil Moeller2010-04-055-11/+13
| |
| * Revert "Changed the default setup to a production setup, use 'dev' as a ↵Egil Moeller2010-04-051-3/+4
| | | | | | | | | | | | | | | | parameter if you want a development setup." This stuff seems broken. Fix and recommit another time? This reverts commit 13bf676f0ce8201de185c83fedda0a16564eb53e.
| * Plugin-support for docbar menuEgil Moeller2010-04-051-12/+18
| |
| * Merge branch 'master' of git://github.com/cjb/padEgil Moeller2010-04-056-52/+141
| |\
| | * Revamped the environment variable testing section, which now asks for values ↵Jeppe Toustrup2010-04-051-38/+73
| | | | | | | | | | | | of variables not entered, and tries to guess paths to 'java' and 'scala' binaries.
| | * Changed the default setup to a production setup, use 'dev' as a parameter if ↵Jeppe Toustrup2010-04-051-4/+3
| | | | | | | | | | | | you want a development setup.
| | * Made check to see if we are on Solaris, and if we are, then don't use '-u' ↵Jeppe Toustrup2010-04-051-41/+43
| | | | | | | | | | | | | | | | | | on the cp command. Also, convertion of spaces to tabs.
| | * Make config parsing more robustChris Ball2010-04-054-4/+8
| | | | | | | | | | | | | | | Previously, config booleans like etherpad.isProduction accepted only "true", and not "true " or " true" or "True" or "TRUE". Fix that.
| | * Attempt to check for Sun javac, and warn the user if we don't find it.Chris Ball2010-04-051-0/+16
| | |
| | * Add depschecking; check environment variables are pointing at existing filesChris Ball2010-04-051-0/+26
| | |
| | * Silence `which growlnotify` outputChris Ball2010-04-051-1/+1
| | |
| | * If fastjar 0.97/0.98 is installed, use jar instead.Chris Ball2010-04-051-2/+9
| | | | | | | | | | | | | | | Otherwise the build will crash, due to: http://lists.gnu.org/archive/html/fastjar-dev/2009-12/msg00000.html
* | | Redesign of the editbarPeter Martischka2010-04-0719-61/+98
|/ /
* | Merge branch 'master' of git://github.com/Pita/padEgil Moeller2010-04-052-35/+13
|\ \
| * | Little fix of topbar layout, using nowrap insted of tablesPeter Martischka2010-04-052-35/+13
| | |
* | | Merge branch 'master' of git://github.com/Pita/padEgil Moeller2010-04-05306-2407/+101
|\| |
| * | added some picturesPeter Martischka2010-04-059-0/+0
| | |
| * | Redesign of the topbar + deleted unused css & imagesPeter Martischka2010-04-05297-2407/+101
| | |
* | | Bugfixed faststatic to handle plugins properlyEgil Moeller2010-04-051-1/+25
| | |
* | | Fixed some styling bugs in the plugin managerEgil Moeller2010-04-051-26/+34
| | |
* | | Updated the plugin manager to use the admin auth systemEgil Moeller2010-04-052-5/+14
| | |
* | | Merge branch 'master' of git://github.com/Pita/padEgil Moeller2010-04-0476-2531/+1050
|\| |
| * | Merge branch 'master' of git://github.com/redhog/padPeter Martischka2010-04-042-15/+18
| |\ \
| * \ \ Merge branch 'master' of git://github.com/penSecIT/padPeter Martischka2010-04-0422-0/+1005
| |\ \ \
| | * | | Additional information about priviliged portspenSec.IT UG (haftungsbeschränkt)2010-04-041-1/+6
| | | | |
| | * | | Removed unused codepenSec.IT UG (haftungsbeschränkt)2010-04-041-137/+0
| | | | |