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. | ||
* | fix noscript mode to not allocate notification ids on each refresh | Joey Hess | 2012-07-30 |
| | | | | | | Now the javascript does an ajax call at the start to request the url to use to poll, and the notification id is generated then, once we know javascript is working. | ||
* | further refactoring my js | Joey Hess | 2012-07-30 |
| | |||
* | got this JS working | Joey Hess | 2012-07-30 |
| | |||
* | rewrote longpolling, trying to avoid duplication | Joey Hess | 2012-07-30 |
does not work though. stupid JS |