Skip to content
Snippets Groups Projects
  1. Jan 10, 2020
  2. Nov 19, 2019
  3. Nov 12, 2019
  4. Nov 04, 2019
  5. Nov 01, 2019
  6. Oct 23, 2019
  7. Oct 17, 2019
  8. Oct 04, 2019
  9. Sep 18, 2019
  10. Sep 16, 2019
  11. Sep 03, 2019
  12. Jul 03, 2019
  13. May 03, 2019
    • Krasimir Angelov's avatar
      Allow guests users to access project releases · 241ba4be
      Krasimir Angelov authored
      This is step one of resolving
      https://gitlab.com/gitlab-org/gitlab-ce/issues/56838.
      
      Here is what changed:
      - Revert the security fix from bdee9e84.
      - Do not leak repository information (tag name, commit) to guests in API
      responses.
      - Do not include links to source code in API responses for users that do
      not have download_code access.
      - Show Releases in sidebar for guests.
      - Do not display links to source code under Assets for users that do not
      have download_code access.
      
      GET ':id/releases/:tag_name' still do not allow guests to access
      releases. This is to prevent guessing tag existence.
      241ba4be
  14. Apr 09, 2019
  15. Mar 28, 2019
  16. Jan 04, 2019
  17. Dec 31, 2018
  18. Dec 13, 2018
  19. Jul 26, 2018
  20. Oct 07, 2016
    • Nick Thomas's avatar
      Add markdown cache columns to the database, but don't use them yet · e94cd6fd
      Nick Thomas authored
      This commit adds a number of _html columns and, with the exception of Note,
      starts updating them whenever the content of their partner fields changes.
      
      Note has a collision with the note_html attr_accessor; that will be fixed later
      
      A background worker for clearing these cache columns is also introduced - use
      `rake cache:clear` to set it off. You can clear the database or Redis caches
      separately by running `rake cache:clear:db` or `rake cache:clear:redis`,
      respectively.
      e94cd6fd
  21. Jun 03, 2016
  22. May 09, 2016
  23. May 06, 2016
  24. Nov 13, 2015
  25. Nov 09, 2015
  26. Nov 06, 2015
  27. Nov 05, 2015
Loading