An error occurred fetching the project authors.
- 08 Oct, 2019 1 commit
-
-
Kerri Miller authored
This method, #route_not_found, is executed as the final fallback for unrecognized routes (as the name might imply.) We want to avoid `#authenticate_user!` when calling `#route_not_found`; `#authenticate_user!` can, depending on the request format, return a 401 instead of redirecting to a login page. This opens a subtle security exploit where anonymous users will receive a 401 response when attempting to access a private repo, while a recognized user will receive a 404, exposing the existence of the private, hidden repo.
-
- 26 Jun, 2019 1 commit
-
-
Alexandru Croitor authored
Refactor code to allow multiple issue boards management for projects in CE
-
- 13 Mar, 2019 1 commit
-
-
Heinrich Lee Yu authored
Previously, `Boards::BoardsController` was prepended to both `Project::BoardsController` and `Groups::BoardsControllera`. This is now moved to `EE::BoardsActions` which is prepended to `BoardsActions` which is already included by both controllers in CE.
-
- 06 Mar, 2019 3 commits
-
-
Rajat Jain authored
- Use bold header for dropdown - Update Screenshot to display the updated dropdown - Fix a failing rspec - Fix a failing karma test
-
Heinrich Lee Yu authored
To make the Dropdown fit the lower resolution screens, we're reducing the number of recent items in recent section to 4 from an initial spec of 5 recent boards.
-
Rajat Jain authored
Add a new Recent section in the board switcher along with an All section which like old times displays all the available boards. Recent section lists the last 5 boards you have visited for a quick switch.
-
- 01 Mar, 2019 1 commit
-
-
Heinrich Lee Yu authored
Returns last 5 visited boards
-