aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2019-05-28RRS: add missing migrationpaule/fixes13Paul Eggleton
2019-02-21RRS: move Export button and restore Tools drop-down menuPaul Eggleton
2019-02-21RRS: fix showing all recipes for multi-layer maintenance plansPaul Eggleton
2019-02-21RRS: Fix raw SQL statements to use parametersPaul Eggleton
2019-02-14Add admin handling for Patch objectsPaul Eggleton
2019-02-14Record patch application order and use as default sortingPaul Eggleton
2019-02-14Split out patch status read to a method on the Patch modelPaul Eggleton
2019-02-14RRS: add tool to import/export upstream history dataPaul Eggleton
2019-02-14rrs_maintainer_history: check out layer branch before looking for maintainers...Paul Eggleton
2019-02-14RRS: fix sorting arrow positioningPaul Eggleton
2019-02-14docker: add wget to dependenciesPaul Eggleton
2019-02-14Replace use of assert with exceptionsPaul Eggleton
2019-02-14Use try...finally or with to ensure files get closedPaul Eggleton
2019-02-14local.conf: allow for upstream_tracking.inc to be missingPaul Eggleton
2019-02-14Fix errors due to races deleting bitbake temp filesPaul Eggleton
2018-12-06Add links to other branch recipes in recipe detailPaul Eggleton
2018-12-06Send people an email when another user adds them as a maintainerPaul Eggleton
2018-11-20Fix drop-down alignment on duplicates pagePaul Eggleton
2018-11-20Fix Submit/Edit layer form field rendering issuePaul Eggleton
2018-11-20Make login button return user to previous pagePaul Eggleton
2018-11-19Return to previous page after Edit profilePaul Eggleton
2018-11-19requirements.txt: bump versionsPaul Eggleton
2018-11-19README: add missing mention of TableSorterPaul Eggleton
2018-11-19Add search to layer dependencies list on edit/submit layer formPaul Eggleton
2018-11-19Add search to duplicates/comparison layer filter dialogPaul Eggleton
2018-11-19Replace uitablefilter usage with jQueryPaul Eggleton
2018-11-19Use prop() instead of attr() to set checked propertyPaul Eggleton
2018-11-19Exclude "Distro-specific" from "unknown/not available" in other distro searchPaul Eggleton
2018-11-19tools/github-fetch: fix marking deletedPaul Eggleton
2018-11-19tools/github-fetch: handle non-fast-forward mergesPaul Eggleton
2018-11-19Tweak activation complete pagePaul Eggleton
2018-11-19Require re-registration if user changes email addressPaul Eggleton
2018-11-06Improve password form formattingPaul Eggleton
2018-11-06Add some text to the password reset emailPaul Eggleton
2018-11-06Enable password strength validation by defaultPaul Eggleton
2018-11-06Add a script to help keep requirements.txt up to datePaul Eggleton
2018-11-06requirements.txt: update GitPython dependenciesPaul Eggleton
2018-11-06Use django-axes to lockout after multiple failed loginsPaul Eggleton
2018-11-06Restrict the number of username change attemptsPaul Eggleton
2018-11-06Allow user to edit their username in the Edit Profile formPaul Eggleton
2018-11-06Implement "delete account" functionPaul Eggleton
2018-11-06Add CAPTCHA to registration/password reset formsPaul Eggleton
2018-11-06views: fix incorrect class usage in ClassSearchViewPaul Eggleton
2018-11-06settings: add settings for CAPTCHA accessibilityPaul Eggleton
2018-11-06update: handle if there is no origin/master branch in bitbake repoPaul Eggleton
2018-11-06Replace nvd3 with Chart.jsPaul Eggleton
2018-11-06Track and enable reporting on duplicate inc filesPaul Eggleton
2018-10-04docker: add TASK_LOG_DIR to docker settings filePaul Eggleton
2018-10-04views: split out recipe search query to its own functionPaul Eggleton
2018-10-04Improve handling of invalid branch in layer CSV export viewPaul Eggleton