1. 18 7月, 2013 3 次提交
  2. 16 7月, 2013 2 次提交
  3. 09 7月, 2013 2 次提交
  4. 08 7月, 2013 1 次提交
  5. 06 7月, 2013 1 次提交
  6. 03 7月, 2013 1 次提交
  7. 29 6月, 2013 1 次提交
  8. 20 6月, 2013 1 次提交
  9. 17 6月, 2013 1 次提交
  10. 13 6月, 2013 1 次提交
  11. 11 6月, 2013 1 次提交
  12. 26 5月, 2013 3 次提交
  13. 25 5月, 2013 1 次提交
  14. 20 5月, 2013 3 次提交
  15. 18 5月, 2013 1 次提交
  16. 17 5月, 2013 1 次提交
  17. 09 5月, 2013 1 次提交
  18. 08 5月, 2013 1 次提交
  19. 07 5月, 2013 2 次提交
    • A
      Fix errors during backup task. Fix #3785 · 13dcc390
      Axilleas Pipinellis 提交于
      By default there is no public/uploads directory when no attachments
      are uploaded. Prompt users to create the uploads directory during
      install otherwise the backup task will fail.
      
      Place mysqldump args in single quotes to avoid error if password
      contains special characters.
      Signed-off-by: NAxilleas Pipinellis <axilleas@archlinux.gr>
      13dcc390
    • C
      Fixed a nginx configuration · bfe4af84
      crazyscience 提交于
      For some reason, if the nginx configuration is bound to an IP, it breaks the install, causing all git clone/push/pull operations to die with a 'fatal: The remote end hung up unexpectedly' message. Changing this configuration seems to fix the problem. I reckon that this is just a temporary fix. I don't know the ins and outs of GitLab well enough to vouch for this change, but I do know that these instructions are broken, and that this update will fix them.
      bfe4af84
  20. 29 4月, 2013 1 次提交
  21. 26 4月, 2013 1 次提交
  22. 22 4月, 2013 1 次提交
  23. 17 4月, 2013 1 次提交
  24. 05 4月, 2013 1 次提交
  25. 02 4月, 2013 1 次提交
  26. 31 3月, 2013 1 次提交
  27. 30 3月, 2013 1 次提交
  28. 25 3月, 2013 1 次提交
  29. 23 3月, 2013 1 次提交
  30. 21 3月, 2013 1 次提交
  31. 07 3月, 2013 1 次提交
    • P
      Allow connection to Redis via unix socket · 67a61c80
      Pierre GUINOISEAU 提交于
      Allow connection to Redis via unix socket, using
      unix:/var/run/redis/redis.sock for example.
      
      Default behaviour does not change, except that the full Redis URL must
      be configured, with redis:// for tcp or unix: for unix socket.
      67a61c80