summaryrefslogtreecommitdiff
path: root/Assistant/Threads/WebApp.hs
Commit message (Expand)AuthorAge
* implemented firstrun repository creation and redirection to full webappGravatar Joey Hess2012-08-01
* webapp now starts up when run not in a git repoGravatar Joey Hess2012-07-31
* tweak types so the webapp can run without a threadstate when outside an annexGravatar Joey Hess2012-07-31
* made navbar workGravatar Joey Hess2012-07-31
* split up webapp filesGravatar Joey Hess2012-07-31
* fix noscript mode to not allocate notification ids on each refreshGravatar Joey Hess2012-07-30
* Merge branch 'assistant' into assistant-longpolling-rewriteGravatar Joey Hess2012-07-30
|\
| * fix transfers display logicGravatar Joey Hess2012-07-30
* | rewrote longpolling, trying to avoid duplicationGravatar Joey Hess2012-07-30
|/
* better connection close handlingGravatar Joey Hess2012-07-30
* implement server-side alert closingGravatar Joey Hess2012-07-30
* spruce up display of the repo listGravatar Joey Hess2012-07-30
* prune old filler alertsGravatar Joey Hess2012-07-30
* make old activiy alerts stay visibleGravatar Joey Hess2012-07-30
* filter out dead repos from the introGravatar Joey Hess2012-07-30
* tweak introGravatar Joey Hess2012-07-29
* add introGravatar Joey Hess2012-07-29
* tweak Alert closability and constructionGravatar Joey Hess2012-07-29
* better ordering of alertsGravatar Joey Hess2012-07-29
* typo; was waiting on the wrong notifier for the sidebar!Gravatar Joey Hess2012-07-29
* show alerts in the sidebarGravatar Joey Hess2012-07-29
* refactorGravatar Joey Hess2012-07-29
* update the sidebar by long pollingGravatar Joey Hess2012-07-29
* better noscript UIGravatar Joey Hess2012-07-29
* add a separate page for noscript browsersGravatar Joey Hess2012-07-29
* renamed /status to /transfersGravatar Joey Hess2012-07-28
* tune javascript refresh delaysGravatar Joey Hess2012-07-28
* add NotificationID to StatusR, and use it to blockGravatar Joey Hess2012-07-28
* move DaemonStatus manipulation out of the Annex monad to IOGravatar Joey Hess2012-07-28
* template reorgGravatar Joey Hess2012-07-27
* template cleanupGravatar Joey Hess2012-07-27
* add alert close buttonsGravatar Joey Hess2012-07-27
* much better webapp startup of the assistantGravatar Joey Hess2012-07-27
* webapp now displays the real running and queued transfersGravatar Joey Hess2012-07-27
* webapp now uses twitter bootstrapGravatar Joey Hess2012-07-27
* added jquery to static siteGravatar Joey Hess2012-07-26
* use widgetFileGravatar Joey Hess2012-07-26
* add threadState member, will need this later to access the daemonStatusGravatar Joey Hess2012-07-26
* cleaned up refreshing code into a widgetGravatar Joey Hess2012-07-26
* webapp now does long pollingGravatar Joey Hess2012-07-26
* on second thought, the session cookie is still useful to support setMessageGravatar Joey Hess2012-07-26
* disable client session cookieGravatar Joey Hess2012-07-26
* updateGravatar 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
* added a custom defaultLayout, static site, and faviconGravatar Joey Hess2012-07-26
* tweakGravatar Joey Hess2012-07-26
* use hamlet at least for the static htmlGravatar Joey Hess2012-07-25
* git annex webapp now opens a browser to the webappGravatar Joey Hess2012-07-25
* run yesod, and launch webapp on startupGravatar Joey Hess2012-07-25