14 Commits

Author SHA1 Message Date
igorkofman
cd5889d680 Merge pull request #24 from kyleconroy/fix-latex-api-endpoint
LaTeX endpoint should be POST, not GET
2015-09-20 13:14:40 -07:00
igorkofman
8d95c74479 Merge pull request #16 from kyleconroy/kjc-create-new-account
Pass the correct number of arguments to createNewAccount
2015-09-20 13:14:05 -07:00
igorkofman
6dd824c7ba Merge pull request #10 from mvillis/add-animate-dependencies
added missing animate.css dependencies
2015-09-20 13:11:48 -07:00
Kyle Conroy
57878e2979 LaTeX endpoint should be POST, not GET 2015-09-04 14:46:00 -07:00
Kyle Conroy
e1b8de5373 Make S3 region configurable.
The region was hard-coded to us-east-1, which is a non-started for any
company not in that region.
2015-08-27 01:19:02 -07:00
Kyle Conroy
e6849d89e7 Pass the correct number of arguments to createNewAccount 2015-08-26 19:48:46 -07:00
Mono
309e77ac18 Update run-local.sh
This is to fix installing on ubuntu #6. 

MaxPermSize is causing the below issue and lowering it to 512m solved the problem.

bin/run.sh: line 27: /home/some_user/git/hackpad/bin/ooffice.sh: no such file or directory
Maximum ram: 1656M
Maximum thread count: 276
Using config file: ./etc/etherpad.local.properties
Error occurred during initialization of VM
Could not reserve enough space for object heap
2015-08-23 03:24:28 -04:00
Michael Villis
45ae92fdba added missing animate.css dependencies 2015-08-23 16:19:43 +10:00
Kyle Conroy
fa551eb942 Remove link to iOS app store.
Since the application is no longer available, don't show a link to it
anywhere on the homepage.
2015-08-21 14:41:52 -07:00
igorkofman
8235d75a2f Merge pull request #2 from dropbox/improve-install-instructions
Improve install instructions
2015-08-20 09:52:00 -07:00
Christopher Lin
115d7ae1b9 Remove 'create pad' row from search autocomplete
While this is intended to be a feature, I suspect people select it
accidentally more often than they do intentionally.  Selecting this row
issues a request to `/ep/pad/newpad?title=QUERY&r=POSITION`, where QUERY
is the query in the search bar and POSITION is the position of the row.
We saw this kind of URL in the request log for a user who accidentally
created a pad.  And anecdotally, I've personally selected this row by
accident.

Even if we remove this feature, it's relatively easy to create a new pad
by clicking the New Pad button, so hopefully we're not taking too much
away from users.
2015-08-20 09:18:42 -07:00
Christopher Lin
5f80c0009b [install] Remove etherpad/appjet-eth-dev.jar from repo
The installation process modified the jar, so it seems like this is an
artifact particular to each person's development environment, not
something that should be checked in.
2015-08-19 15:10:45 -07:00
Christopher Lin
582649778d Don't automatically name new pads based on search query
We observed that users frequently created new pads with titles that look
a lot like search queries.  This pollutes workspaces with empty pads.
Worse, these pads have titles optimized for search ranking since they
are named after popular queries, so search results quickly become fairly
useless.

We're not sure exactly what flow leads users to create these pads, but
we suspect that they're clicking the "new pad" button on the search
results page, which fills in a `title` query param based on the search
query.  This commit removes the auto-population of the `title` so the
new pad will be given the glorious default title of "Untitled."
2015-08-19 14:43:08 -07:00
Hackpad
b03e832c78 Improvements 2015-08-14 12:11:45 -07:00