Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | license the webapp under the AGPL 3+ | Joey Hess | 2012-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 type | Joey Hess | 2012-09-09 |
| | |||
* | display icon for alerts with no header too | Joey Hess | 2012-09-09 |
| | |||
* | update pair request alert when button is pressed | Joey Hess | 2012-09-09 |
| | |||
* | first pass at alert buttons | Joey Hess | 2012-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 javascript | Joey Hess | 2012-08-08 |
| | |||
* | add pause/start and cancel buttons to transfer display | Joey Hess | 2012-08-08 |
| | |||
* | fix display of icon in block alert heading | Joey Hess | 2012-08-06 |
| | |||
* | make alerts change tense when they finish | Joey Hess | 2012-08-06 |
| | |||
* | moving toward configuring new repos in the webapp | Joey Hess | 2012-08-03 |
| | |||
* | layout | Joey Hess | 2012-08-02 |
| | |||
* | add icons | Joey Hess | 2012-07-31 |
| | |||
* | reorg templates | Joey Hess | 2012-07-31 |