summaryrefslogtreecommitdiff
path: root/spec/lib
Commit message (Expand)AuthorAgeFilesLines
* LDAP attributes needs default valuesDrew Blessing2017-01-062-5/+30
* Ensure internal Gitlab::Git references use the namespacers-absorb-gitlab_gitRobert Speicher2017-01-042-2/+2
* Absorb gitlab_gitRobert Speicher2017-01-0414-0/+3404
* Gitlab::LDAP::Person uses LDAP attributes configurationDrew Blessing2017-01-031-0/+44
* Merge branch 'issue_25682' into 'master' Sean McGivern2016-12-291-1/+11
|\
| * Parse JIRA issue references even if Issue Tracker is disabledFelipe Artur2016-12-291-1/+11
* | Merge branch 'feature/1376-allow-write-access-deploy-keys' into 'master' Douwe Maan2016-12-273-14/+29
|\ \
| * | Use consistent names and move checks to the method,Lin Jen-Shin2016-12-202-4/+4
| * | Merge remote-tracking branch 'upstream/master' into feature/1376-allow-write-...Lin Jen-Shin2016-12-2063-369/+2212
| |\ \
| * \ \ Merge CSSFilipa Lacerda2016-12-1222-6/+550
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'upstream/master' into feature/1376-allow-write-...Lin Jen-Shin2016-12-0629-208/+1043
| |\ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'upstream/master' into feature/1376-allow-write-...Lin Jen-Shin2016-11-2229-44/+1184
| |\ \ \ \ \
| * | | | | | Fix an old copypasta: internal -> privateLin Jen-Shin2016-11-181-1/+1
| * | | | | | We never check user privilege if it's a deploy keyLin Jen-Shin2016-11-181-18/+0
| * | | | | | Merge remote-tracking branch 'upstream/master' into feature/1376-allow-write-...Lin Jen-Shin2016-11-1731-120/+317
| |\ \ \ \ \ \
| * | | | | | | Introduce no_user_or_blocked? and fix tests due toLin Jen-Shin2016-11-161-2/+10
| * | | | | | | Fix a typo: acccess -> accessLin Jen-Shin2016-11-111-1/+1
| * | | | | | | Add more tests and fix write to project checkLin Jen-Shin2016-11-111-7/+31
| * | | | | | | Correct the test. Not sure why change it in the first placeLin Jen-Shin2016-11-111-1/+1
| * | | | | | | Mark DeployKey#can_push a safe attributeLin Jen-Shin2016-11-111-1/+2
| * | | | | | | Merge remote-tracking branch 'upstream/master' into feature/1376-allow-write-...Lin Jen-Shin2016-11-10121-625/+5677
| |\ \ \ \ \ \ \
| * | | | | | | | Allow to add deploy keys with write-accessAli Ibrahim2016-08-171-4/+7
* | | | | | | | | Merge branch 'bugfix/outlook-language-parsing' into 'master' Douwe Maan2016-12-271-2/+0
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Revert "allow empty-quotes"http://jneen.net/2016-12-211-17/+2
| * | | | | | | | | allow empty-quoteshttp://jneen.net/2016-12-211-2/+17
| * | | | | | | | | remove trailing whitespace from email bodieshttp://jneen.net/2016-12-211-1/+1
| * | | | | | | | | switch to email_reply_trimmer from discoursehttp://jneen.net/2016-12-211-3/+1
* | | | | | | | | | Fix MR with files hidden by .gitattributes25931-gitlab-merge-request-view-crash-when-commiting-a-js-sourcemap-fileSean McGivern2016-12-261-5/+14
* | | | | | | | | | Merge branch 'feature/more-storage-statistics' into 'master' Sean McGivern2016-12-261-0/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Add more storage statisticsMarkus Koller2016-12-211-0/+1
* | | | | | | | | | | Fix errorcode 500 on slash commandszj-fix-issue-search-chat-commandZ.J. van de Weg2016-12-231-0/+24
* | | | | | | | | | | Merge branch 'inline-math-dollar' into 'master' Robert Speicher2016-12-221-0/+7
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Don't render inline math when dollar signs are inside markupinline-math-dollarDouwe Maan2016-12-221-0/+7
* | | | | | | | | | | | Fix lookup of project by unknown ref when caching is enabledDouwe Maan2016-12-222-52/+103
|/ / / / / / / / / / /
* | | | | | | | | | | Filter protocol-relative URLs in ExternalLinkFilter. Fixes issue #22742.Makoto Scott-Hinkle2016-12-211-0/+14
| |/ / / / / / / / / |/| | | | | | | | |
* | | | | | | | | | Merge branch '25908-fix-grape-after-update' into 'master' Yorick Peterse2016-12-211-2/+2
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Use Grape's new Route methods25908-fix-grape-after-updateRémy Coutable2016-12-211-2/+2
* | | | | | | | | | Merge branch 'zj-mattermost-slash-config' into 'master' Kamil Trzciński2016-12-214-0/+175
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
| * | | | | | | | | Add new testsZ.J. van de Weg2016-12-212-0/+48
| * | | | | | | | | Improve API specsKamil Trzcinski2016-12-212-30/+103
| * | | | | | | | | Fix a few error messagesKamil Trzcinski2016-12-201-3/+1
| * | | | | | | | | Merge branch 'zj-mattermost-slash-config' of gitlab.com:gitlab-org/gitlab-ce ...Kamil Trzcinski2016-12-202-17/+15
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Fix rspec tests due to different APIZ.J. van de Weg2016-12-202-17/+15
| * | | | | | | | | | Merge remote-tracking branch 'origin/master' into zj-mattermost-slash-configKamil Trzcinski2016-12-209-180/+525
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | / | | | |_|_|_|_|_|_|/ | | |/| | | | | | |
| * | | | | | | | | WIPKamil Trzcinski2016-12-202-11/+9
| * | | | | | | | | Merge remote-tracking branch 'origin/master' into zj-mattermost-slash-configKamil Trzcinski2016-12-2022-20/+214
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Last fixesZ.J. van de Weg2016-12-191-12/+12
| * | | | | | | | | | Merge branch 'master' into zj-mattermost-slash-configZ.J. van de Weg2016-12-192-0/+72
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/zj-mattermost-slash-config' into zj-matt...Z.J. van de Weg2016-12-192-17/+28
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Minor adjustments API MattermostZ.J. van de Weg2016-12-193-15/+15