aboutsummaryrefslogtreecommitdiff
path: root/templates/sidebar/alert.hamlet
Commit message (Collapse)AuthorAge
* license the webapp under the AGPL 3+Gravatar Joey Hess2012-09-24
| | | | | | | | | | | | | This means that anyone serving up the webapp to users as a service (ie, without providing any git-annex binary at all to the user) still needs to provide a link to the source code for it, including any modifications they may make. This may make git-annex be covered by the AGPL as a whole when it is built with the webapp. If in doubt, you should ask a lawyer. When git-annex is built with the webapp disabled, no AGPLed code is used. Even building in the assistant does not pull in AGPLed code.
* unify bootstrap icon names in a data typeGravatar Joey Hess2012-09-09
|
* display icon for alerts with no header tooGravatar Joey Hess2012-09-09
|
* update pair request alert when button is pressedGravatar Joey Hess2012-09-09
|
* first pass at alert buttonsGravatar Joey Hess2012-09-08
| | | | | | | | | They work fine. But I had to go to a lot of trouble to get Yesod to render routes in a pure function. It may instead make more sense to have each alert have an assocated IO action, and a single route that runs the IO action of a given alert id. I just wish I'd realized that before the past several hours of struggling with something Yesod really doesn't want to allow.
* factor out onclick javascriptGravatar Joey Hess2012-08-08
|
* add pause/start and cancel buttons to transfer displayGravatar Joey Hess2012-08-08
|
* fix display of icon in block alert headingGravatar Joey Hess2012-08-06
|
* make alerts change tense when they finishGravatar Joey Hess2012-08-06
|
* moving toward configuring new repos in the webappGravatar Joey Hess2012-08-03
|
* layoutGravatar Joey Hess2012-08-02
|
* add iconsGravatar Joey Hess2012-07-31
|
* reorg templatesGravatar Joey Hess2012-07-31