1. 19 Jun, 2019 2 commits
    • silverwind's avatar
      add 'npm' and 'npm-update' make targets and lockfile (#7246) · a71cabbd
      silverwind authored
      * add 'npm' and 'npm-update' make targets and lockfile
      
      - `make npm` installs and updates node_modules, triggered automatically
         on `make css` and `make js` as it completes reasonably fast and
         ensures consistent modules.
      - `make npm-update` updates all dependencies to their latest version,
         regenerates `node_modules` from scratch and updates
         `package-lock.json`. It uses npm modules `updates` written by yours
         truly to find the latest version of each dependency.
      
      * add suggested make dependencies
      
      * remove package-lock.json during npm-update
      
      * regenerate package-lock.json
      a71cabbd
    • techknowlogick's avatar
      33ad5548
  2. 18 Jun, 2019 6 commits
  3. 17 Jun, 2019 4 commits
  4. 16 Jun, 2019 5 commits
  5. 15 Jun, 2019 3 commits
  6. 14 Jun, 2019 1 commit
    • silverwind's avatar
      UI: Fix overflow issues in repo (#7190) · 9ce4d89e
      silverwind authored
      - Fix layout overflow in repo file list.
      - Fix invisible status icon in file view and commit list. In file view,
        the icon was moved to the left because I could not figure out a proper
        fix because of HTML tables.
      - Added title attribute to commit messages.
      - Fixed two CSS linter warnings in existing CSS.
      - Fixed CI variable check in 'make css'.
      
      Fixes: https://github.com/go-gitea/gitea/issues/7180
      9ce4d89e
  7. 13 Jun, 2019 1 commit
  8. 12 Jun, 2019 4 commits
  9. 11 Jun, 2019 3 commits
  10. 10 Jun, 2019 6 commits
  11. 08 Jun, 2019 3 commits
  12. 07 Jun, 2019 2 commits