- 21 Jul, 2016 2 commits
-
-
Annabel Dunstone authored
-
Timothy Andrew authored
1. Instead, use `@page.title`, since it's always guaranteed to be around in a wiki. 2. `params[:id]` is _not_ always guaranteed to be around - if a page is created with errors, `render :edit` is called, and `params[:id]` is `nil`. 3. More context: https://gitlab.com/gitlab-org/gitlab-ce/issues/20079#note_13223240
-
- 20 Jul, 2016 2 commits
-
-
Annabel Dunstone authored
-
Kamil Trzcinski authored
-
- 19 Jul, 2016 4 commits
-
-
Kamil Trzcinski authored
-
Annabel Dunstone authored
-
Annabel Dunstone authored
-
Annabel Dunstone authored
Remove builds settings from project settings; add builds settings route; add new controller action; put badge stuff under builds settings controller action
-
- 14 Jul, 2016 3 commits
-
-
Douglas Barbosa Alexandre authored
-
Dmitriy Zaporozhets authored
List of changes: * removed bottom 50px space that is no longer necessary with pin button at the top * increased side padding so sidebar links are closer to counters * use fixed weight pin icon so it correctly aligned with counters Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Phil Hughes authored
-
- 12 Jul, 2016 4 commits
-
-
Annabel Dunstone authored
-
Phil Hughes authored
Closes #12797
-
Annabel Dunstone authored
-
Dmitriy Zaporozhets authored
-
- 11 Jul, 2016 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 07 Jul, 2016 1 commit
-
-
Phil Hughes authored
Closes #19580
-
- 05 Jul, 2016 3 commits
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 01 Jul, 2016 2 commits
-
-
Rémy Coutable authored
And create new Project#requesters, Group#requesters scopes. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Phil Hughes authored
-
- 30 Jun, 2016 1 commit
-
-
winniehell authored
-
- 29 Jun, 2016 2 commits
- 28 Jun, 2016 2 commits
-
-
Annabel Dunstone authored
-
Phil Hughes authored
-
- 27 Jun, 2016 2 commits
-
-
Connor Shea authored
-
Phil Hughes authored
Closes #18543
-
- 26 Jun, 2016 1 commit
-
-
Takuya Noguchi authored
-
- 23 Jun, 2016 4 commits
-
-
Annabel Dunstone authored
-
Annabel Dunstone authored
-
Connor Shea authored
-
Connor Shea authored
This makes larger libraries more cacheable and will allow us to use SRI with the dynamically included libraries.
-
- 22 Jun, 2016 2 commits
-
-
Connor Shea authored
-
Connor Shea authored
This prevents compromised or malicious CDNs from modifying assets. The hash provided by Rails is compared to the hash of the asset the browser has downloaded. The browser will refuse to execute/parse the assets if the hashes don't match. SRI is currently implemented in Firefox, Chrome, and Opera. More information is available in #18230 and on MDN: https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity This doesn't apply to the dynamically-generated per-page JavaScript due to a bug in sprockets-rails (https://github.com/rails/sprockets-rails/issues/359).
-
- 21 Jun, 2016 2 commits
-
-
Stan Hu authored
-
Annabel Dunstone authored
-
- 20 Jun, 2016 2 commits
-
-
Stan Hu authored
Closes #18830
-
Annabel Dunstone authored
-