aboutsummaryrefslogtreecommitdiff
path: root/Command/WebApp.hs
Commit message (Expand)AuthorAge
* Avoid backtraces on expected failures when built with ghc 8; only use backtra...Gravatar Joey Hess2016-11-15
* convert TMVars that are never left empty into TVarsGravatar Joey Hess2016-09-30
* webapp: When $HOME is a git repository, and has been initialized for use by g...Gravatar Joey Hess2016-04-13
* remove 163 lines of code without changing anything except importsGravatar Joey Hess2016-01-20
* convert WebApp; avoid duplicate arg parsing for no repo modeGravatar Joey Hess2015-07-13
* support cmdnorepo actions, also using getopt-applicative thereGravatar Joey Hess2015-07-08
* convert all commands to work with optparse-applicativeGravatar Joey Hess2015-07-08
* started converting to use optparse-applicativeGravatar Joey Hess2015-07-08
* removed all uses of undefined from code baseGravatar Joey Hess2015-04-19
* webapp: Fix reversion in opening webapp when starting it manually inside a re...Gravatar Joey Hess2015-02-09
* update my email address and homepage urlGravatar Joey Hess2015-01-21
* warningGravatar Joey Hess2014-10-14
* doh't use "def" for command definitions, it conflicts with Data.Default.defGravatar Joey Hess2014-10-14
* export CreateProcess fields from Utility.ProcessGravatar Joey Hess2014-06-10
* Windows: Fix opening webapp when repository is in a directory with spaces in ...Gravatar Joey Hess2014-06-10
* webapp: More robust startup when annex directory is not a git repo or not int...Gravatar Joey Hess2014-05-21
* webapp: Start even if the current directory is listed in ~/.config/git-annex/...Gravatar Joey Hess2014-04-17
* webapp: detect on first run if git is not installed, and tell the user, rathe...Gravatar Joey Hess2014-03-05
* annex.listen can be configured, instead of using --listenGravatar Joey Hess2014-03-01
* webapp: Refuse to start in a bare git repository.Gravatar Joey Hess2014-02-28
* avoid using function named that conflicts with name used in newer version of ...Gravatar Joey Hess2014-01-29
* reorgGravatar Joey Hess2014-01-26
* reorganize some files and importsGravatar Joey Hess2014-01-26
* fix inversion of control in CommandSeek (no behavior changes)Gravatar Joey Hess2014-01-20
* make "git annex help options" work outside a git repoGravatar Joey Hess2013-11-30
* webapp: Check annex.version.Gravatar Joey Hess2013-11-17
* assistant: When autostarted, wait 5 seconds before running the startup scan, ...Gravatar Joey Hess2013-10-26
* hlintGravatar Joey Hess2013-09-25
* Android: Make the "Open webapp" menu item open the just created repository wh...Gravatar Joey Hess2013-06-10
* squash warningGravatar Joey Hess2013-06-02
* Android: Work around Android devices where the `am` command doesn't work.Gravatar Joey Hess2013-05-31
* Revert "android dupped stderr workaround"Gravatar Joey Hess2013-05-30
* android dupped stderr workaroundGravatar Joey Hess2013-05-30
* Android: Added an "Open WebApp" item to the terminal's menu. Should work for ...Gravatar Joey Hess2013-05-28
* use setCurrentDirectoryGravatar Joey Hess2013-05-11
* clean up from windows portingGravatar Joey Hess2013-05-11
* fix buildGravatar Joey Hess2013-05-02
* fix buildGravatar Joey Hess2013-05-02
* need cppGravatar Joey Hess2013-05-02
* cannot open file:// url on Android, so don't use the htmlshim thereGravatar Joey Hess2013-05-02
* Fix the URL not showing until the app closesGravatar Bruno Bigras2013-05-01
* rename moduleGravatar Joey Hess2013-04-23
* Detect systems that have no user name set in GECOS, and also don't have user....Gravatar Joey Hess2013-04-22
* untested browser opening on AndroidGravatar Joey Hess2013-04-18
* webapp: New --listen= option allows running the webapp on one computer and co...Gravatar Joey Hess2013-04-08
* clean up urlrenderer handling when the webapp is not builtGravatar Joey Hess2013-04-03
* add section metadata to all commandsGravatar Joey Hess2013-03-24
* webapp: New preferences page allows enabling/disabling debug logging at runti...Gravatar Joey Hess2013-03-03
* webapp: Now allows restarting any threads that crash.Gravatar Joey Hess2013-01-26
* use async to track and manage threadsGravatar Joey Hess2013-01-26