aboutsummaryrefslogtreecommitdiff
path: root/Utility/WebApp.hs
Commit message (Expand)AuthorAge
* Remove references to deleted webappGravatar Benjamin Barenblat2022-01-19
* clean up build warnings on WindowsGravatar Joey Hess2017-11-14
* cleanupGravatar Joey Hess2016-12-24
* unified AuthToken type between webapp and torGravatar Joey Hess2016-11-22
* webapp: Explicitly avoid checking for auth in static subsite requests.Gravatar Joey Hess2016-11-10
* remove redundant constraintGravatar Joey Hess2016-09-15
* switch away from deprecated interfaceGravatar Joey Hess2016-09-05
* remove 3 build flagsGravatar Joey Hess2016-01-26
* Added support for SHA3 hashed keys (in 8 varieties), when git-annex is built ...Gravatar Joey Hess2015-08-06
* Dropped support for older versions of yesod and warp than the ones in Debian ...Gravatar Joey Hess2015-04-22
* update my email address and homepage urlGravatar Joey Hess2015-01-21
* fix some mixed space+tab indentationGravatar Joey Hess2014-10-09
* unify exception handling into Utility.ExceptionGravatar Joey Hess2014-08-07
* Fix build with wai 0.3.0.Gravatar Joey Hess2014-06-11
* Windows: Fix opening webapp when repository is in a directory with spaces in ...Gravatar Joey Hess2014-06-10
* fix build with old versions of warpGravatar Joey Hess2014-06-04
* fix warning messageGravatar Joey Hess2014-05-29
* relicense general utility library code to BSDGravatar Joey Hess2014-05-10
* add desktop notificationsGravatar Joey Hess2014-03-22
* webapp: Use securemem for constant time auth token comparisons.Gravatar Joey Hess2014-03-12
* quick fix to build with old warp-tlsGravatar Joey Hess2014-03-12
* remove buggy --listen=host:port supportGravatar Joey Hess2014-02-28
* use https when .git/annex/privkey.pem and .git/annex/certificate.pem exist (u...Gravatar Joey Hess2014-02-28
* fix all remaining -Wall warnings on WindowsGravatar Joey Hess2014-02-25
* squash warningGravatar Joey Hess2013-12-09
* whupsGravatar Joey Hess2013-12-06
* didn't seem to helpGravatar Joey Hess2013-12-06
* fixGravatar Joey Hess2013-12-06
* try to use build-in yesod socket bind code on windows (mine seems to make t c...Gravatar Joey Hess2013-12-06
* add withSocketsDo to hopefully appease the windows crash report godsGravatar Joey Hess2013-12-06
* weird DOS CMD shell is weirdGravatar Joey Hess2013-12-06
* Revert "try different syntax"Gravatar Joey Hess2013-12-06
* try different syntaxGravatar Joey Hess2013-12-06
* support for opening urls on windowsGravatar Joey Hess2013-12-06
* same fix as android for windows getAddrInfo not workingGravatar Joey Hess2013-12-05
* 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