- 17 Jun, 2016 5 commits
-
-
Paco Guzman authored
- As todos are created/updated inside the TodoService we repopulate the cache just there for both pending/done todos - Todos as mark as done from the TodosController we update cache there too - All the added methods are kept in the User class for cohesion
-
Phil Hughes authored
Frontend doesnt use it
-
Phil Hughes authored
-
Phil Hughes authored
Based on feedback from !4502
-
Felipe Artur authored
-
- 16 Jun, 2016 3 commits
-
-
Alejandro Rodríguez authored
-
James Lopez authored
This reverts commit 13e37a3e.
-
James Lopez authored
-
- 15 Jun, 2016 4 commits
-
-
Z.J. van de Weg authored
-
Zeger-Jan van de Weg authored
-
Felipe Artur authored
-
Kamil Trzcinski authored
-
- 14 Jun, 2016 13 commits
-
-
Kamil Trzcinski authored
-
Felipe Artur authored
-
Kamil Trzcinski authored
-
Rémy Coutable authored
+ Move 'Edit Project/Group' out of membership-related partial + Show the access request buttons only to logged-in users + Put the request access buttons out of in a more visible button + Improve the copy in the #remove_member_message helper Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Factorize #request_access and #approve_access_request into a new AccessRequestActions controller concern Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Kamil Trzcinski authored
-
Sean McGivern authored
Wiki files (not pages - files in the repo) are just sent to the browser with whatever content-type the mime_types gem assigns to them based on their extension. As this is from the same domain as the GitLab application, this is an XSS vulnerability. Set a CSP forbidding all sources for scripting, CSS, XHR, etc. on these files.
-
David Alexander authored
-
Phil Hughes authored
-
Phil Hughes authored
-
Phil Hughes authored
-
Phil Hughes authored
Added a button into the sidebar for issues & merge requests to allow users to manually create todo items Closes #15045
-
- 13 Jun, 2016 6 commits
-
-
Felipe Artur authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
- 10 Jun, 2016 5 commits
-
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Jacob Vosmaer authored
Auth.find was a very generic name for a very specific method. Auth.find_in_gitlab_or_ldap was inaccurate in GitLab EE where it also looks in Kerberos.
-
Phil Hughes authored
Added sidebar Removed elements not present in design
-
- 09 Jun, 2016 1 commit
-
-
Timothy Andrew authored
- Need to pass in a `page_slug` to the filter, so it can rewrite based on the current page (all links are rewritten to the level of the app root). - The earlier `markdown_preview` endpoint was at the level of the wiki. We need to know the current page (for rewriting, as above), so this commit moves the endpoint to the level of a wiki page. - Fix all tests
-
- 08 Jun, 2016 1 commit
-
-
Jacob Vosmaer authored
-
- 07 Jun, 2016 1 commit
-
-
Kamil Trzcinski authored
-
- 06 Jun, 2016 1 commit
-
-
Alfredo Sumaran authored
-