summaryrefslogtreecommitdiff
path: root/guix-web
Commit message (Expand)AuthorAgeFilesLines
* 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-151-36/+17
* js: Break package components into model/view/controller files.David Thompson2014-10-151-1/+3
* Restructure JavaScript files.David Thompson2014-10-151-3/+6
* 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
* Add configurable HTTP server port.David Thompson2014-10-123-3/+6
* test: Add coverage for render module.David Thompson2014-09-121-0/+1
* package: Do not open store connection upon module load.David Thompson2014-08-291-14/+14
* Use unquote-splicing feature of guile-json 0.4.0.David Thompson2014-08-161-21/+15
* Use the current user's guix profile.David Thompson2014-08-151-1/+3
* Add basic, hacky package installation.David Thompson2014-08-153-1/+70
* Make logo link to package list.David Thompson2014-08-131-1/+2
* Add javascript record type.David Thompson2014-08-131-15/+31
* Add column sorting to package table.David Thompson2014-08-131-1/+3
* Add copyright and licensing information to page footer.David Thompson2014-08-111-3/+16
* Create utility module.David Thompson2014-08-092-9/+45
* Fix view-package.David Thompson2014-08-091-1/+2
* Add JSON endpoint for a specific package name.David Thompson2014-08-092-30/+61
* Show package inputs when viewing package details.David Thompson2014-08-091-1/+26
* Remove unused variable guix-web-router.David Thompson2014-08-091-16/+1
* Break guix-web script into many modules.David Thompson2014-08-075-0/+357
* Move guix-web to scripts directory.David Thompson2014-08-071-266/+0
* Rename guix-web.js to guix-packages.js.David Thompson2014-08-071-1/+1
* Allow connections from any computer on the network.David Thompson2014-08-071-1/+4
* Rename weblabels to librejs.David Thompson2014-08-071-3/+4
* Extract common page layout to procedure.David Thompson2014-08-071-34/+38
* Add "versions" to package count badge.David Thompson2014-08-071-1/+9
* Add /package endpoint.David Thompson2014-08-071-9/+44
* Allow binary files to be served.David Thompson2014-08-071-2/+2
* Add LibreJS weblabels page.David Thompson2014-08-071-3/+31
* Render JSON directly to client port.David Thompson2014-08-071-2/+2
* Render HTML directly to client port rather than to string.David Thompson2014-08-071-5/+3
* Use uncompressed source code for mithril.js.David Thompson2014-08-071-1/+1
* Move Emacs local variables to bottom of file.David Thompson2014-08-071-5/+5
* Fix shebang.David Thompson2014-08-071-1/+2
* Add copyright information to source files.David Thompson2014-08-071-0/+17
* First commit.David Thompson2014-08-061-0/+171