summaryrefslogtreecommitdiff
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* Add OmniAuth DocumentationDrew Blessing2014-04-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add GitHub OmniAuth docs Google instructions Google instructions Merge master Clean things up Clean things up Clean things up Clean things up Clean things up Clean things up Clean things up Add Google and Twitter docs Add screenshot Add screenshot Clean things up Clean things up Clean things up Clean things up Clean things up Clean things up Clean things up Finalize current docs Finalize current docs Add existing user information Add twitter Add twitter Add Twitter disclaimer Add Twitter disclaimer remove old doc Remove unnecessary link Revert omniauth provider format Add OmniAuth Documentation Add GitHub OmniAuth docs Google instructions Google instructions Merge master Clean things up Clean things up Clean things up Clean things up Clean things up Clean things up Clean things up Add Google and Twitter docs Add screenshot Add screenshot Clean things up Clean things up Clean things up Clean things up Clean things up Clean things up Clean things up Finalize current docs Finalize current docs Add existing user information Add twitter Add twitter Add Twitter disclaimer Add Twitter disclaimer remove old doc Remove unnecessary link Revert omniauth provider format Use omniauth again Remove notice Restore whitespace Slight changes
* Update development steps.Marin Jankovski2014-04-081-0/+0
|
* Add option for disable standard signin.Marin Jankovski2014-04-072-1/+6
|
* Disable connection reaping for MySQLJacob Vosmaer2014-04-071-1/+0
| | | | | On GitLab Cloud, MySQL connection reaping seemed to cause more problems (exceptions and segfaults in the native MySQL client) than it solved.
* Remove MergeRequest observerDmitriy Zaporozhets2014-04-021-1/+0
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Remove KeysObserverDmitriy Zaporozhets2014-04-021-1/+0
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Merge branch 'reduce-observers' into 'master'Dmitriy Zaporozhets2014-04-021-1/+0
|\ | | | | | | | | | | Move issue create/update code to services Reduce observers role in GitLab code
| * Remove issue observerDmitriy Zaporozhets2014-04-021-1/+0
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Add print.css to asset precompile array.Marin Jankovski2014-04-021-0/+1
|/
* Explain the default repository_downloads_pathJacob Vosmaer2014-03-311-0/+1
|
* Make the repository downloads path configurableJacob Vosmaer2014-03-312-0/+5
|
* Use EventCreateService for notes, merge requestsDmitriy Zaporozhets2014-03-251-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add source for 'Rendered' message suppressionJacob Vosmaer2014-03-241-0/+1
|
* Suppress 'Rendered' messages in production.logJacob Vosmaer2014-03-241-0/+5
|
* Use new gems methods.Marin Jankovski2014-03-201-3/+0
|
* Use 2 workers in developmentDmitriy Zaporozhets2014-03-201-0/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Do not allow password reset for ldap user.Marin Jankovski2014-03-181-1/+1
|
* Add retry feature to project importDmitriy Zaporozhets2014-03-121-0/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add ldap check in application_controller and internal apiDmitriy Zaporozhets2014-03-101-1/+14
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Replace backticks with Gitlab::PopenJacob Vosmaer2014-03-031-1/+1
|
* Merge branch 'db_reaping_frequency' into 'master'Dmitriy Zaporozhets2014-03-011-0/+1
|\ | | | | | | DB Reaping Frequency
| * Add reaping_frequency for MySQL production DBJacob Vosmaer2014-02-251-0/+1
| | | | | | | | | | This helped avoid ActiveRecord::ConnectionTimeoutError errors for Sidekiq on GitLab Cloud.
* | Merge pull request #6420 from Seklfreak/add-piwik-supportDmitriy Zaporozhets2014-02-261-0/+4
|\ \ | | | | | | Added Piwik Integration
| * | Added Piwik supportSebastian Winkler2014-02-231-0/+4
| |/
* | Add default settings to test env. Removed wrong comment for rack_profilerDmitriy Zaporozhets2014-02-262-1/+5
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Enable SQL queries in mini-profilerDmitriy Zaporozhets2014-02-261-0/+7
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Move services for collecting items to FindersDmitriy Zaporozhets2014-02-251-2/+2
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Send emails from the authorPierre de La Morinerie2014-02-191-1/+1
|/ | | | | | | | | | | | This changes the email "From" field from "gitlab@example.com" to either: * "John Doe <gitlab@example.com>" if the author of the action is known, * "GitLab <gitlab@example.com>" otherwise. Rationale: this allow mails to appear as if they were sent by the author. It appears in the mailbox more like a real discussion between the sender and the receiver ("John sent: we should refactor this") and less like a robot notifying about something.
* Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets2014-02-141-0/+1
|\
| * Add email aliases for usersJason Hollingsworth2014-02-131-0/+1
| | | | | | | | | | | | | | | | Emails are used to associate commits with users. The emails are not verified and don't have to be valid email addresses. They are assigned on a first come, first serve basis. Notifications are sent when an email is added.
* | Merge pull request #6258 from zzet/patch-6Dmitriy Zaporozhets2014-02-131-1/+3
|\ \ | |/ |/| Add emoji images to asset load path.
| * Add emoji images to asset load path.Andrew Kumanyaev2014-02-061-1/+3
| |
* | code refactor as per standardsGitLab2014-02-111-1/+1
| |
* | merge with upstream masterGitLab2014-02-0621-108/+195
|\ \ | |/
| * Change Devise.confirm_within to Devise.allow_unconfirmed_access_forAthos Ribeiro2014-02-031-2/+2
| | | | | | | | | | | | | | According to Devise's changelog (https://github.com/plataformatec/devise/blob/master/CHANGELOG.md), Devise.confirm_within was deprecated in favor of Devise.allow_unconfirmed_access_for in version 2.0.0.
| * Merge pull request #5957 from ninech/dont-depend-on-appid-and-appsecretDmitriy Zaporozhets2014-02-011-4/+10
| |\ | | | | | | refactor omniauth configuration method
| | * Merge branch 'master' into dont-depend-on-appid-and-appsecretRaffael Schmid2014-01-234-5/+23
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (238 commits) Version 6.5.1 Fix selectbox when submit MR from fork to origin Fix HELP layout No need for code tag here. Spelling mistake and add links. Warn against RVM. Remove GitHub mention because we also have a GitLab issue tracker now. Replace 6.0-to-6.4.md with 6.0-to-6.5.md Add public assets to gitignore Version 6.5.0 Use 6-5 branch in installation docs Remove deprecated twitter handle. Further explain userPrincipalName settings Update from 6.4 to 6.5 guide Explain how to use AD userPrincipalName for logins More entries to CHANGELOG. Version to rc1 Rephrase LDAP check script output add O'Reilly sponsorship in CHANGELOG Fix select2 css for drop above style Rename "Website url" labels to "Website" ...
| | * | refactor omniauth configuration methodRaffael Schmid2013-12-301-4/+10
| | | | | | | | | | | | | | | | | | | | | | | | This refactoring allows a user to use omniauth providers which do not use ```app_id``` and ```app_secret``` without needing to change the devise configuration.
| * | | Remove python from installation docsDmitriy Zaporozhets2014-01-301-1/+0
| | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | Merge pull request #5842 from vikraman/patch-1Jacob Vosmaer2014-01-291-1/+1
| |\ \ \ | | | | | | | | | | Add comment about tls for ldap method
| | * | | Add comment about tls for ldap methodVikraman Choudhury2013-12-131-1/+1
| | | | | | | | | | | | | | | `omniauth-ldap` also supports tls for ldap method
| * | | | Merge pull request #6178 from Popl7/add_group_avatarsDmitriy Zaporozhets2014-01-281-0/+3
| |\ \ \ \ | | | | | | | | | | | | added group avatars
| | * | | | added group avatarsSteven Thonus2014-01-281-0/+3
| | | | | |
| * | | | | People keep adding http:// in front of the host.dosire2014-01-271-1/+1
| | | | | |
| * | | | | Merge branch 'upload-limits' into 'master'Dmitriy Zaporozhets2014-01-271-1/+2
| |\ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | Upload Limits Better documentation for the upload limit. Please have a hard time when they need to change the upload limits, see https://gitlab.com/gitlab-org/gitlab-ce/issues/5
| | * | | | Reword the git explanation.dosire2014-01-271-3/+3
| | | | | |
| | * | | | Git over ssh and http are different things.dosire2014-01-221-2/+2
| | | | | |
| | * | | | More explanation for upload limits.dosire2014-01-221-0/+1
| | | |_|/ | | |/| |
| * | | | Merge branch 'fix/routing' of /mnt/ebs/repositories/jhworth.developer/gitlab-ceDmitriy Zaporozhets2014-01-271-2/+0
| |\ \ \ \
| | * | | | Add files to path blacklist.Jason Hollingsworth2014-01-241-2/+0
| | |/ / / | | | | | | | | | | | | | | | Remove empty ErrorsController