summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* guix: Fix environment for latest Guix release.HEADmasterDavid Thompson2015-07-221-1/+1
* js: packages: Also match against description and location.Ricardo Wurmus2015-06-231-1/+3
* view: json: Add "location" field to JSON representation.Ricardo Wurmus2015-06-231-0/+4
* js: layout: Add cute footer message.David Thompson2015-06-161-1/+5
* js: packages: Fix empty package list when returning to package list.David Thompson2015-06-161-1/+1
* js: generations: List generations in reverse chronological order.David Thompson2015-06-161-1/+6
* js: packages: Correctly handle searches that yield no results.David Thompson2015-06-151-31/+42
* js: packages: Fix search results badge.David Thompson2015-06-151-1/+1
* view: json: Gracefully handle license lists and bogus licenses.David Thompson2015-06-151-4/+11
* package: Adjust profile generation creation to current API.David Thompson2015-06-151-10/+15
* package: Use the right state directory rather than a hardcoded one.David Thompson2015-06-151-2/+9
* Fix configure script.Ricardo Wurmus2015-06-121-1/+0
* Add "guix" to environment.Ricardo Wurmus2015-06-121-0/+2
* I'm dumb.David Thompson2015-02-091-1/+1
* Update environment.David Thompson2015-02-091-2/+10
* js: Overhaul UI with FRP!David Thompson2015-02-0913-574/+3190
* js: packages: Filter list oninput rather than onchange.David Thompson2015-02-081-1/+1
* Move all modules into the 'guix web' namespace.David Thompson2015-01-3111-34/+34
* Make guix-web a subcommand of guix.David Thompson2015-01-313-20/+13
* Render package details on the client.David Thompson2015-01-307-75/+133
* Use JavaScript naming conventions for package JSON fields.David Thompson2015-01-301-2/+2
* Make /package a JSON only route.David Thompson2015-01-301-9/+10
* js: layout: Update copyright year in footer.David Thompson2015-01-301-1/+1
* js: Fix package sorting.David Thompson2015-01-301-4/+9
* js: Fix display when there are 0 search resultsDavid Thompson2015-01-303-3/+5
* Add AUTHORS and THANKS files.David Thompson2015-01-302-0/+2
* js: Factorize headerWithBadge function.David Thompson2015-01-303-8/+9
* js: Extract modal creation function.David Thompson2015-01-303-17/+43
* Add sxml module.David Thompson2015-01-304-6/+373
* view: html: Rename script-tag to render-javascript.David Thompson2015-01-301-2/+2
* view: html: Add render-stylesheet procedure.David Thompson2015-01-301-10/+16
* Extract HTML and JSON views to separate modules.David Thompson2015-01-304-69/+99
* package: Add %all-packages.David Thompson2015-01-302-2/+6
* css: Improve appearance of counter badges next to headers.David Thompson2015-01-303-2/+7
* js: Clean up packageCount function.David Thompson2015-01-302-3/+11
* Replace package.scm with env.scm.David Thompson2015-01-302-4/+3
* js: Extract pagination model.David Thompson2014-10-164-49/+82
* Add generations view.David Thompson2014-10-168-7/+161
* js: Hook up navbar to routes.David Thompson2014-10-151-1/+6
* js: Add loading spinner to packages page.David Thompson2014-10-155-9/+124
* librejs: Render full path to file on weblabels page.David Thompson2014-10-151-1/+1
* Render footer on client instead of server.David Thompson2014-10-152-49/+55
* js: utils file initializes guix namespace with certainty.David Thompson2014-10-151-1/+1
* js: Break package components into model/view/controller files.David Thompson2014-10-156-389/+428
* Restructure JavaScript files.David Thompson2014-10-159-24/+100
* Allow hostname customization.David Thompson2014-10-132-2/+4
* Fix 404 rendering for static assets.David Thompson2014-10-131-1/+4
* view: Fix 'format' warning.David Thompson2014-10-121-0/+1
* Decouple static asset rendering from core server logic.David Thompson2014-10-123-22/+21
* controller: Use match-lambda.David Thompson2014-10-121-25/+25