summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | Improving the "Environment variables" administration docimprove-environment-variables-docRémy Coutable2016-02-012-32/+40
| | |_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'update_doc' into 'master' Achilleas Pipinellis2016-02-036-22/+67
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update OAuth doc See merge request !2589
| * | | | | | | | | | | | | Refactor OAuth provider documentationupdate_docAchilleas Pipinellis2016-02-036-22/+67
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
| * | | | | | | | | | | | | update OAuth docValery Sizov2016-01-251-1/+1
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'aral/gitlab-ce-master' into 'master' Achilleas Pipinellis2016-02-031-0/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added note: working copy changes should be stashed before update process Originally proposed by @aral in !1043. Added note: working copy changes (e.g., deleted vendor folder) should be stashed before beginning the update process. We should probably include this notice on all update guides. See merge request !2668
| * | | | | | | | | | | | | | Added note: working copy changes (e.g., deleted vendor folder) should be ↵aral/gitlab-ce-masterAral Balkan2016-02-011-0/+6
| | |/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | stashed before beginning the update process. We should probably include this notice on all update guides. [ci skip]
* | | | | | | | | | | | | | Merge branch 'support-akismet' into 'master' Robert Speicher2016-02-0334-7/+460
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Support Akismet spam checking for creation of issues via API Currently any spam detected by Akismet for non-members via API will be logged in a separate table in the admin page. Closes #5612 See merge request !2266
| * | | | | | | | | | | | | | Update CHANGELOGsupport-akismetDouglas Barbosa Alexandre2016-02-021-1/+1
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Hide the link for spam logs if the Askimet is disabledDouglas Barbosa Alexandre2016-02-022-6/+11
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Memoize Akismet client initialization on AkismetHelperDouglas Barbosa Alexandre2016-02-021-2/+2
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Fix rubocop offensesDouglas Barbosa Alexandre2016-02-022-9/+10
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Refactor Admin::SpamLogsController to block user before destroyingDouglas Barbosa Alexandre2016-02-026-48/+46
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Refactor spam filtering on issues APIDouglas Barbosa Alexandre2016-02-022-10/+16
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Use time_ago_with_tooltip on spam logs listDouglas Barbosa Alexandre2016-02-021-1/+1
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Fix typo on User modelDouglas Barbosa Alexandre2016-02-022-1/+2
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Add model spec for SpamLogDouglas Barbosa Alexandre2016-02-021-0/+11
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Use truncate helper on spam logs listDouglas Barbosa Alexandre2016-02-024-15/+21
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Support Akismet spam checking for creation of issues via APIStan Hu2016-02-0231-7/+432
| | |_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently any spam detected by Akismet by non-members via API will be logged in a separate table in the admin page. Closes #5612
* | | | | | | | | | | | | | Merge branch 'fix-tooltips-admin-nav' into 'master' Robert Speicher2016-02-031-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve tooltips on admin menu See merge request !2673
| * | | | | | | | | | | | | Improve tooltips on admin menuZeger-Jan van de Weg2016-02-021-3/+3
| | |_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'title-projects-dropdown' into 'master' Jacob Schatz2016-02-029-12/+112
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added dropdown to list all projects on project header Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/4212 When clicking the current project name, it shows a dropdown menu with a list of all projects for that group or user. When closed: ![Screen_Shot_2016-01-14_at_19.17.44](/uploads/a7258ba388dba238fc2f0468711fc729/Screen_Shot_2016-01-14_at_19.17.44.png) When open: ![Screen_Shot_2016-01-14_at_19.17.51](/uploads/716533d9eb44b123c5fdff36a4740489/Screen_Shot_2016-01-14_at_19.17.51.png) cc. @jschatz1 See merge request !2438
| * | | | | | | | | | | | added feature testPhil Hughes2016-01-301-1/+20
| | | | | | | | | | | | |
| * | | | | | | | | | | | added testsPhil Hughes2016-01-304-3/+60
| | | | | | | | | | | | |
| * | | | | | | | | | | | removed private method namingPhil Hughes2016-01-301-2/+2
| | | | | | | | | | | | |
| * | | | | | | | | | | | remove period from function callPhil Hughes2016-01-301-1/+1
| | | | | | | | | | | | |
| * | | | | | | | | | | | rubocop fixesPhil Hughes2016-01-301-3/+2
| | | | | | | | | | | | |
| * | | | | | | | | | | | removed un-used variablePhil Hughes2016-01-301-2/+0
| | | | | | | | | | | | |
| * | | | | | | | | | | | fixes issue when user is not logged in but viewing public projectPhil Hughes2016-01-301-4/+6
| | | | | | | | | | | | |
| * | | | | | | | | | | | selecting project in dropdown takes user to the correct projectPhil Hughes2016-01-301-0/+3
| | | | | | | | | | | | |
| * | | | | | | | | | | | uses AJAX to select the projectsPhil Hughes2016-01-305-44/+20
| | | | | | | | | | | | |
| * | | | | | | | | | | | pulls in all user projectsPhil Hughes2016-01-302-8/+13
| | | | | | | | | | | | |
| * | | | | | | | | | | | Added dropdown to list all projects on project headerPhil Hughes2016-01-302-5/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When clicking the current project name, it shows a dropdown menu with a list of all projects for that group or user
* | | | | | | | | | | | | Update CHANGELOGRobert Speicher2016-02-021-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
* | | | | | | | | | | | | Merge branch 'patch-1' into 'master' Robert Speicher2016-02-021-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Consistent rails_socket use. [ci skip] See merge request !2596
| * | | | | | | | | | | | | Consistent rails_socket use.fbretel2016-01-251-1/+1
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'git-raw-workhorse' into 'master' Jacob Vosmaer2016-02-029-25/+37
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Send raw Git blobs via gitlab-workhorse See merge request !2451
| * | | | | | | | | | | | | | Use gitlab-workhorse 0.6.3 in installation guidegit-raw-workhorseJacob Vosmaer2016-02-021-1/+1
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Use gitlab-workhorse 0.6.3Jacob Vosmaer2016-02-021-1/+1
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge remote-tracking branch 'origin/master' into git-raw-workhorseJacob Vosmaer2016-02-0221-32/+414
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / / / / | | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | | Use @repositoryJacob Vosmaer2016-02-021-3/+2
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Gotta have newlinesJacob Vosmaer2016-02-011-1/+1
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Avoid trailing 'charset=' garbageJacob Vosmaer2016-02-012-2/+4
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into ↵Jacob Vosmaer2016-02-01506-2815/+16995
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | git-raw-workhorse
| * | | | | | | | | | | | | | Use only one header to send git blobsJacob Vosmaer2016-02-014-8/+25
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Cannot see a raw blob without workhorseJacob Vosmaer2016-01-281-1/+1
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | No need for base64 anymoreJacob Vosmaer2016-01-281-2/+0
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Send more raw blob data with workhorseJacob Vosmaer2016-01-283-10/+11
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Use less memory while counting linesJacob Vosmaer2016-01-281-1/+1
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Use a /raw/ request to show an imageJacob Vosmaer2016-01-201-1/+1
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Prototype of Git blobs via workhorseJacob Vosmaer2016-01-151-11/+6
| | | | | | | | | | | | | | |