summaryrefslogtreecommitdiff
path: root/Utility/WebApp.hs
Commit message (Expand)AuthorAge
* qualify import; also available in crypto-randomGravatar Joey Hess2013-10-11
* Use cryptohash rather than SHA for hashing.Gravatar Joey Hess2013-09-22
* now builds with both yesod 1.2 and 1.1Gravatar Joey Hess2013-06-03
* WIP yesod 1.2Gravatar Joey Hess2013-06-03
* Android: Work around Android devices where the `am` command doesn't work.Gravatar Joey Hess2013-05-31
* rename moduleGravatar Joey Hess2013-05-12
* work around strange endianness bug in port number on AndroidGravatar Joey Hess2013-05-02
* work around getAddrInfo segfault on AndroidGravatar Joey Hess2013-05-02
* stop setting ai_addrconfigGravatar Joey Hess2013-05-02
* untested browser opening on AndroidGravatar Joey Hess2013-04-18
* allow --listen to have a port specified as well as the addressGravatar Joey Hess2013-04-09
* webapp: New --listen= option allows running the webapp on one computer and co...Gravatar Joey Hess2013-04-08
* use clientSessionBackend2 where availableGravatar Joey Hess2013-03-10
* simpler use of MIN_VERSION checksGravatar Joey Hess2013-03-10
* webapp: Work around bug in Warp's slowloris attack prevention code, that caus...Gravatar Joey Hess2013-03-09
* webapp: Now always logs to .git/annex/daemon.logGravatar Joey Hess2013-01-15
* webapp: Use IP address, rather than localhostGravatar Joey Hess2013-01-09
* restart UIGravatar Joey Hess2013-01-03
* finished where indentation changesGravatar Joey Hess2012-12-13
* The standalone builds now unset their special path and library path variables...Gravatar Joey Hess2012-11-27
* fix warning seen on OSX, apparently something there defines a closeGravatar Joey Hess2012-11-07
* let's not -DOSX, that results in unwanted manglingGravatar Joey Hess2012-09-29
* retry bindGravatar Joey Hess2012-09-27
* prefer ipv4 localhost when both are availableGravatar Joey Hess2012-09-18
* import yesod qualifiedGravatar Joey Hess2012-08-30
* support building with yesod-default 1.1.0Gravatar Joey Hess2012-08-09
* avoid headGravatar Joey Hess2012-08-05
* fix the auto token leak on auth error page issue permanantlyGravatar Joey Hess2012-07-29
* much better webapp startup of the assistantGravatar Joey Hess2012-07-27
* remove bogus AI_NUMERICSERVGravatar Joey Hess2012-07-27
* fix OSX open callGravatar Joey Hess2012-07-26
* on second thought, the session cookie is still useful to support setMessageGravatar Joey Hess2012-07-26
* git annex webapp --force forces a restart of the daemonGravatar Joey Hess2012-07-26
* update build depsGravatar Joey Hess2012-07-26
* use the secret token for authentication, and add to all dynamic urlsGravatar Joey Hess2012-07-26
* generate random token and launch webapp using itGravatar Joey Hess2012-07-26
* run yesod, and launch webapp on startupGravatar Joey Hess2012-07-25