summaryrefslogtreecommitdiff
path: root/webapp.py
AgeCommit message (Expand)Author
2014-07-22let the user choose underspecified packagesmultiarchHelmut Grohne
2014-07-22Merge branch master into multiarchHelmut Grohne
2014-05-11webapp: allow git-like hash truncationHelmut Grohne
2014-02-23spell check commentsHelmut Grohne
2014-02-23webapp: fix eqclass usage in package comparisonHelmut Grohne
2013-09-11webapp: open cursors less oftenHelmut Grohne
2013-09-10webapp: close database cursorsHelmut Grohne
2013-09-07permit multiple architectures per packageHelmut Grohne
2013-09-04webapp: serve static files from /staticHelmut Grohne
2013-09-02add option -d --database for db path to all scriptsHelmut Grohne
2013-08-02model comparability as an equivalence relationHelmut Grohne
2013-08-01support hashing gif imagesHelmut Grohne
2013-07-27also move the static directory into the dedup packageHelmut Grohne
2013-07-27move templates to dedup packageHelmut Grohne
2013-07-26Merge branch functionidHelmut Grohne
2013-07-25display "issues" with files in package viewHelmut Grohne
2013-07-23webapp: make html for index validHelmut Grohne
2013-07-23webapp: remove unused functionHelmut Grohne
2013-07-23schema: reference hash functions by integer keyHelmut Grohne
2013-07-10schema: reference package table by integer keyHelmut Grohne
2013-06-19webapp: fix hash example link after git uploadHelmut Grohne
2013-05-09webapp: enrich comparison page with version infoHelmut Grohne
2013-05-05webapp: markup error in /source templateHelmut Grohne
2013-05-02webapp: use jinja's filesizeformatHelmut Grohne
2013-05-02webapp: reduce size of comparison outputHelmut Grohne
2013-04-27webapp: add a css class binary-packageHelmut Grohne
2013-04-25webapp: total_size is None if num_files is 0Helmut Grohne
2013-04-25webapp: turn the <br> after filename into a styleHelmut Grohne
2013-04-25move css to /style.cssHelmut Grohne
2013-04-25webapp: make filenames css styleableHelmut Grohne
2013-04-25webapp: top-align fields in /compare pagesHelmut Grohne
2013-04-24implement the /compare/pkg1/pkg2 page differentlyHelmut Grohne
2013-04-14webapp: added some useful notesHelmut Grohne
2013-03-26webapp: fix problem from the previous mergeHelmut Grohne
2013-03-26Merge branch schemachangeHelmut Grohne
2013-03-20webapp: report correct sizesHelmut Grohne
2013-03-20webapp: remove broken assertHelmut Grohne
2013-03-09split content table to a hash tableHelmut Grohne
2013-03-09webapp: drop unused function compute_sharedstatsHelmut Grohne
2013-03-07integrate the source table into the package tableHelmut Grohne
2013-03-05webapp: added /source/<pkg> pageHelmut Grohne
2013-03-05webapp: helper function function_combinationHelmut Grohne
2013-03-04webapp: fix index templateHelmut Grohne
2013-03-04webapp: use caching table "shared" for /binary pageHelmut Grohne
2013-03-04webapp: generate /comparison pages in constant-spaceHelmut Grohne
2013-03-02move fetchiter from webapp to dedup.utilsHelmut Grohne
2013-03-02added html form to main pageHelmut Grohne
2013-02-25webapp: open database cursor lazilyHelmut Grohne
2013-02-25webapp: pass database to Application classHelmut Grohne
2013-02-25Merge branch 'crosshash'Helmut Grohne