summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Add configurable HTTP server port.David Thompson2014-10-123-3/+6
* Add development package.David Thompson2014-10-112-0/+31
* Makefile: Add 'dev-server' target.David Thompson2014-10-112-2/+5
* test: Add coverage for render module.David Thompson2014-09-122-0/+69
* test: Fix directory? test.David Thompson2014-09-121-2/+2
* js: Extract more rendering to functions.David Thompson2014-08-301-35/+43
* Add basic autotools files.David Thompson2014-08-308-6/+130
* Ignore .go files.David Thompson2014-08-301-0/+1
* package: Do not open store connection upon module load.David Thompson2014-08-291-14/+14
* Add first unit tests.David Thompson2014-08-291-0/+48
* README: Add screenshot.David Thompson2014-08-161-0/+2
* Use unquote-splicing feature of guile-json 0.4.0.David Thompson2014-08-162-22/+16
* Add a currently useless abort button to the package install modal.David Thompson2014-08-151-1/+1
* Use the current user's guix profile.David Thompson2014-08-151-1/+3
* Tweak messaging during package installation.David Thompson2014-08-151-1/+7
* Always return to the first page of results after searching.David Thompson2014-08-151-0/+2
* Show close button on modal when installation fails.David Thompson2014-08-151-1/+1
* Wrap controller procedure in a trampoline.David Thompson2014-08-151-1/+1
* Add basic, hacky package installation.David Thompson2014-08-154-4/+192
* Better encapsulate JS data types.David Thompson2014-08-131-88/+98
* 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-133-9/+66
* Add package sorting.David Thompson2014-08-131-0/+12
* Move pagination function to controller prototype.David Thompson2014-08-131-6/+6
* 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
* README: Rephrase features.David Thompson2014-08-091-2/+2
* Add JSON endpoint for a specific package name.David Thompson2014-08-092-30/+61
* README: Expand features and wishlist.David Thompson2014-08-091-0/+4
* README: Fix formatting of copyright information.David Thompson2014-08-091-0/+1
* Update README.David Thompson2014-08-091-0/+20
* 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
* Move controller methods to prototype.David Thompson2014-08-091-24/+24
* Add pagination.David Thompson2014-08-091-7/+95
* Perform case insensitive search.David Thompson2014-08-081-1/+1
* Add Emacs local variable compile-command setting.David Thompson2014-08-081-0/+1
* Remove extraneous parens.David Thompson2014-08-081-1/+1
* Display visible packages in badge on package search page.David Thompson2014-08-071-1/+1
* Break guix-web script into many modules.David Thompson2014-08-076-239/+361
* Move guix-web to scripts directory.David Thompson2014-08-073-2/+8
* Rename guix-web.js to guix-packages.js.David Thompson2014-08-072-3/+8
* 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-072-9/+44
* Allow binary files to be served.David Thompson2014-08-071-2/+2