Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make code clearerldap-attributes | Douwe Maan | 2015-09-16 | 1 | -11/+9 |
| | |||||
* | Shuffle config around a bit | Douwe Maan | 2015-09-09 | 3 | -15/+9 |
| | |||||
* | Add attributes to LDAP::Config. | Douwe Maan | 2015-09-08 | 2 | -3/+8 |
| | |||||
* | Allow configuration of LDAP attributes GitLab will use for the new user account. | Douwe Maan | 2015-09-08 | 3 | -11/+57 |
| | |||||
* | Fix URL construction for merge requests, issues, notes, and commits for ↵ | Stan Hu | 2015-09-04 | 1 | -6/+2 |
| | | | | | | relative URL config Closes https://github.com/gitlabhq/gitlabhq/issues/9605 | ||||
* | Merge branch 'grack-auth-new-instance' into 'master' | Dmitriy Zaporozhets | 2015-09-02 | 1 | -0/+8 |
|\ | | | | | | | | | | | | | | | | | Avoid instance variable re-use trouble This is the quickest/dumbest/safest way I could think of to prevent the instance variable reuse problems we have on dev.gitlab.org now. See merge request !1237 | ||||
| * | Avoid instance variable re-use trouble | Jacob Vosmaer | 2015-09-02 | 1 | -0/+8 |
| | | | | | | | | | | This is the quickest/dumbest/safest way I could think of to prevent the instance variable reuse problems we have on dev.gitlab.org now. | ||||
* | | Drone CI service | Kirilll Zaitsev | 2015-09-02 | 1 | -10/+15 |
|/ | |||||
* | Merge branch 'use_db_for_application_settings' into 'master' | Marin Jankovski | 2015-09-01 | 1 | -1/+13 |
|\ | | | | | | | | | | | | | | | Check if database connection exists when loading application settings !1217 broke omnibus-gitlab nightly builds. In omnibus-gitlab we precompile assets without a running database. See merge request !1230 | ||||
| * | Added USE_DB env var to allow loading fake settings without db running.use_db_for_application_settings | Marin Jankovski | 2015-09-01 | 1 | -1/+13 |
| | | |||||
* | | Merge branch 'rs-cleanup-redcarpet-renderer' into 'master' | Douwe Maan | 2015-09-01 | 20 | -18/+127 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | Decouple Gitlab::Markdown from the GitlabMarkdownHelper This module is now the sole source of knowledge for *how* we render Markdown (and GFM). See merge request !1223 | ||||
| * | | Require gitlab/markdown in ReferenceExtractor | Robert Speicher | 2015-09-01 | 1 | -0/+2 |
| | | | |||||
| * | | Remove unnecessary `strip` from `reference_class` method | Robert Speicher | 2015-08-31 | 1 | -1/+1 |
| | | | |||||
| * | | Move REDCARPET_OPTIONS to a private method | Robert Speicher | 2015-08-31 | 1 | -14/+16 |
| | | | | | | | | | | | | | | | There wasn't really a reason to have them as a constant, and we were getting "already defined" warnings which are always annoying. | ||||
| * | | Make sure the main Gitlab::Markdown module gets loaded before filters | Robert Speicher | 2015-08-27 | 18 | -1/+28 |
| | | | |||||
| * | | Reference filters no longer take a custom class context option | Robert Speicher | 2015-08-27 | 2 | -3/+1 |
| | | | |||||
| * | | Decouple Gitlab::Markdown from the GitlabMarkdownHelper | Robert Speicher | 2015-08-27 | 3 | -14/+94 |
| | | | | | | | | | | | | | | | This module is now the sole source of knowledge for *how* we render Markdown (and GFM). | ||||
* | | | Merge branch 'fix-bitbucket-import-issue-order' into 'master' | Douwe Maan | 2015-09-01 | 5 | -13/+54 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Import all Bitbucket issues and sort issues by creation date Previously only the first 15 Bitbucket issues would be imported. Other issues in the API return call also calls import errors. Tested by importing 400+ issues from this repo: https://bitbucket.org/ned/coveragepy API reference here: https://bitbucket.org/site/master/issues/3571/api-issues-sorting-bb-3518 Closes https://github.com/gitlabhq/gitlabhq/issues/9519 See merge request !1226 | ||||
| * | | | Fix bug where only the first 15 Bitbucket issues would be imported. | Stan Hu | 2015-09-01 | 5 | -13/+54 |
| | | | | | | | | | | | | | | | | Also fix a number of issues where author/reporter names were not available. | ||||
| * | | | Sort issues by creation date in Bitbucket importer | Stan Hu | 2015-09-01 | 1 | -1/+1 |
| | |/ | |/| | | | | | | | | | | | | | API reference here: https://bitbucket.org/site/master/issues/3571/api-issues-sorting-bb-3518 Closes https://github.com/gitlabhq/gitlabhq/issues/9519 | ||||
* | | | Merge remote-tracking branch 'gitlab.com/master' into gitlab-git-http-server | Jacob Vosmaer | 2015-08-31 | 4 | -4/+94 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'master' into joelkoglin/gitlab-ce-feature_fix_ldap_auth_issue_993 | Douwe Maan | 2015-08-29 | 17 | -33/+429 |
| |\ \ | |||||
| | * \ | Merge branch 'fix-session_expire_delay' into 'master' | Stan Hu | 2015-08-28 | 1 | -1/+1 |
| | |\ \ | | | |/ | | |/| | | | | | | | | | | | | | | | | | | | | | read session_expire_delay from database if table & column exists; Previous code only ends up using the default value for session_expire_delay, not the value stored in the database, making the session always 1 week. See merge request !1217 | ||||
| | | * | fixed connection detection so settings can be read from the database | Eric Maziade | 2015-08-27 | 1 | -1/+1 |
| | | | | |||||
| | * | | Add `count` to Themes and ColorSchemes | Robert Speicher | 2015-08-26 | 2 | -0/+10 |
| | | | | |||||
| | * | | Add `Gitlab::Themes.for_user` | Robert Speicher | 2015-08-26 | 1 | -0/+13 |
| | | | | |||||
| | * | | Add Gitlab::ColorSchemes module | Robert Speicher | 2015-08-25 | 1 | -0/+62 |
| | |/ | | | | | | | | | | | | | Very similar to Gitlab::Theme, this contains all of the definitions for our syntax highlighting schemes. | ||||
| * | | Minor refactor | Douwe Maan | 2015-08-29 | 1 | -7/+8 |
| | | | |||||
| * | | Issue #993: Fixed login failure when extern_uid changes | Joel Koglin | 2015-08-21 | 1 | -3/+7 |
| | | | |||||
* | | | Replace grack with gitlab-git-http-server | Jacob Vosmaer | 2015-08-31 | 1 | -8/+8 |
| |/ |/| | |||||
* | | Ability to search milestonesmilestone_search | Valery Sizov | 2015-08-24 | 1 | -1/+13 |
| | | |||||
* | | Remove user OAuth tokens stored in database for Bitbucket, GitHub, and GitLab | Stan Hu | 2015-08-23 | 8 | -30/+54 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and request them each session. Pass these tokens to the project import data. This prevents the need to encrypt these tokens and clear them in case they expire or get revoked. For example, if you deleted and re-created OAuth2 keys for Bitbucket, you would get an Error 500 with no way to recover: ``` Started GET "/import/bitbucket/status" for x.x.x.x at 2015-08-07 05:24:10 +0000 Processing by Import::BitbucketController#status as HTML Completed 500 Internal Server Error in 607ms (ActiveRecord: 2.3ms) NameError (uninitialized constant Import::BitbucketController::Unauthorized): app/controllers/import/bitbucket_controller.rb:77:in `rescue in go_to_bitbucket_for_permissions' app/controllers/import/bitbucket_controller.rb:74:in `go_to_bitbucket_for_permissions' app/controllers/import/bitbucket_controller.rb:86:in `bitbucket_unauthorized' ``` Closes #1871 | ||||
* | | Merge branch 'reply-by-email' into 'master' | Robert Speicher | 2015-08-22 | 4 | -0/+269 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reply by email Fixes #1360. It's far from done, but _it works_. See merge request !1173 | ||||
| * | | No HTML-only email please | Douwe Maan | 2015-08-21 | 2 | -153/+6 |
| | | | |||||
| * | | Block blocked users from replying to threads by email.reply-by-email | Douwe Maan | 2015-08-21 | 1 | -0/+3 |
| | | | |||||
| * | | Memoize address_regex locally. | Douwe Maan | 2015-08-20 | 1 | -2/+3 |
| | | | |||||
| * | | Fix spec by removing global state. | Douwe Maan | 2015-08-20 | 1 | -8/+6 |
| | | | |||||
| * | | Fix markdown specs. | Douwe Maan | 2015-08-20 | 1 | -1/+1 |
| | | | |||||
| * | | Fix indentation | Douwe Maan | 2015-08-20 | 1 | -2/+2 |
| | | | |||||
| * | | Add gitlab:reply_by_email:check rake task. | Douwe Maan | 2015-08-20 | 1 | -3/+6 |
| | | | |||||
| * | | Merge branch 'master' into reply-by-email | Douwe Maan | 2015-08-20 | 13 | -635/+90 |
| |\ \ | | |/ | |||||
| * | | Test Gitlab::Email::Receiver. | Douwe Maan | 2015-08-20 | 1 | -9/+9 |
| | | | |||||
| * | | Make error class names more consistent. | Douwe Maan | 2015-08-20 | 1 | -5/+5 |
| | | | |||||
| * | | Fix a couple of whoopsy daisies. | Douwe Maan | 2015-08-20 | 2 | -2/+4 |
| | | | |||||
| * | | Extract ReplyParser and AttachmentUploader from Receiver. | Douwe Maan | 2015-08-20 | 6 | -325/+362 |
| | | | |||||
| * | | Start on tests. | Douwe Maan | 2015-08-19 | 1 | -19/+18 |
| | | | |||||
| * | | Send a rejection email when the incoming email couldn't be processed. | Douwe Maan | 2015-08-19 | 1 | -6/+10 |
| | | | |||||
| * | | Turn reply-by-email attachments into uploads. | Douwe Maan | 2015-08-19 | 1 | -0/+33 |
| | | | |||||
| * | | Changes and stuff. | Douwe Maan | 2015-08-18 | 3 | -19/+305 |
| | | | |||||
| * | | Reply by email POC | Douwe Maan | 2015-08-18 | 1 | -0/+50 |
| | | |