7a9b545 |
2016-11-23 |
Added test that checks the correct select box is there f... |
b7e29af |
2016-11-23 |
Fix `LFS enabled` select box. |
e840749 |
2016-11-11 |
Refactored Sidekiq Throttler and updated documentation |
50f047c |
2016-11-11 |
Move the `objects` method to `LfsHelper` so that it is a... |
2085304 |
2016-11-10 |
Refactored initializer code to its own class and added t... |
1d3ada8 |
2016-11-10 |
Added documentation and CHANGELOG item. |
b95216a |
2016-11-10 |
Allow the Sidekiq queues to throttle and the factor by w... |
9e2964c |
2016-11-10 |
Allow certain Sidekiq jobs to be throttled |
8318084 |
2016-11-01 |
Merge branch 'patch-7' into 'master'
|
43da118 |
2016-10-19 |
Bump `omniauth-saml` to 1.7.0 to include security fixes ... |
ea3bbbd |
2016-10-11 |
FIx JS bug with select2 because of missing `data-field` ... |
f0d448f |
2016-10-05 |
Merge branch 'lfs-token-race-condition-fix' into 'master' |
80fef70 |
2016-09-29 |
Merge branch 'lfs-token-race-condition-fix' into 'master'
|
26678d8 |
2016-09-29 |
Fix race condition that can be triggered if the token ex... |
2772109 |
2016-09-28 |
Handle LFS token creation and retrieval in the same meth... |
a4944fb |
2016-09-27 |
Do not regenerate the `lfs_token` every time `git-lfs-au... |
927ab56 |
2016-09-26 |
Use GitLab Routing helpers for the documentation URL in ... |
6e86e9f |
2016-09-21 |
Bump GITLAB_SHELL_VERSION to 3.6.0 for SSH support for LFS. |
3d93308 |
2016-09-15 |
Refactored authentication code to make it a bit clearer,... |
02ddb9d |
2016-09-15 |
Syntax fixes and better tests for helper methods. Update... |
d0279cc |
2016-09-15 |
Correct helper for group LFS status. |
c788c66 |
2016-09-15 |
Improved helper methods, better flow for `project.lfs_en... |
a8b0d50 |
2016-09-15 |
Added CHANGELOG item |
fd62142 |
2016-09-15 |
Added group-specific setting for LFS. |
de24075 |
2016-09-15 |
Further refactoring of authentication code, and code sty... |
71aff7f |
2016-09-15 |
Use special characters for `lfs+deploy-key` to prevent a... |
c144db2 |
2016-09-15 |
Better authentication handling, syntax fixes and better ... |
85152f0 |
2016-09-15 |
Improve string handling. |
c25630e |
2016-09-15 |
Refactored handling of the `LfsToken` and added function... |
be09bcf |
2016-09-15 |
Refactored authentication code to make it a bit clearer,... |
48f1a61 |
2016-09-15 |
Refactored LFS auth logic when using SSH to use its own ... |
cb85cf1 |
2016-09-15 |
Refactor LFS token logic to use a Redis key instead of a... |
372be2d |
2016-09-15 |
Added CHANGELOG item and documentation. |
e40e3fd |
2016-09-15 |
Added LFS support to SSH |
cf37d62 |
2016-08-30 |
Renamed `enable_lfs` to `lfs_enabled` for the Project fi... |
63a97c1 |
2016-08-30 |
Syntax and style fixes. |
0227e98 |
2016-08-30 |
Added CHANGELOG, documentation, and API functionality |
9d8fbcc |
2016-08-30 |
Added project specific enable/disable setting for LFS |
7e6af85 |
2016-08-23 |
Also check if Akismet is enabled, before showing the `Su... |
de5f238 |
2016-08-18 |
Refactor `find_for_git_client` and its related methods. |
a413741 |
2016-08-18 |
Small refactor and syntax fixes. |
c297800 |
2016-08-18 |
Removed unnecessary service for user retrieval and impro... |
ff6f0ad |
2016-08-18 |
Added documentation and CHANGELOG item |
e2f9c87 |
2016-08-18 |
Added checks for 2FA to the API `/sessions` endpoint and... |
2f86860 |
2016-08-17 |
Refactor `find_for_git_client` method to not use assignm... |
1010284 |
2016-08-17 |
Merge branch 'doc-update-akismet' into 'master'
|
76aa85c |
2016-08-16 |
Merge branch 'doc-update-akismet' into 'master'
|
ec59006 |
2016-08-16 |
Updated Akismet documentation |
5f5d8a8 |
2016-08-16 |
Moved 2FA check to `auth.rb` and cleaned up the flow `au... |
f971026 |
2016-08-16 |
Added better information about the personal tokens |
0f37721 |
2016-08-16 |
2FA check is now done in the main GitHTTPClientController |
641d061 |
2016-08-16 |
Added CHANGELOG item |
8bb1931 |
2016-08-16 |
Deny Git over HTTP access to users that have 2FA enabled... |
c5a7a70 |
2016-08-16 |
Allow Git over HTTP access using Personal Access Tokens |
5994c11 |
2016-08-15 |
Further refactor and syntax fixes. |
43e756d |
2016-08-15 |
Refactored AkismetHelper into AkismetService and cleaned... |
7179165 |
2016-08-15 |
Added Documentation and CHANGELOG |
96399a8 |
2016-08-15 |
Allow `Issue` to be submitted as spam |
abf2dcd |
2016-08-15 |
Allow `SpamLog` to be submitted as ham |
64ab2b3 |
2016-08-15 |
Refactored spam related code even further |
722fc84 |
2016-08-15 |
Complete refactor of the `Spammable` concern and tests: |
9541967 |
2016-08-15 |
Lay the ground works to submit information to Akismet |
f01fce7 |
2016-07-27 |
Refactor spam validation to a concern that can be easily... |
8f04cf0 |
2016-07-26 |
Refactor `SpamCheckService` to make it cleaner and clearer. |
f7807c5 |
2016-07-26 |
Submit all issues on public projects to Akismet if enabled. |
9c34faf |
2016-07-26 |
Submit new issues created via the WebUI by non project m... |
1a057d2 |
2016-07-19 |
Reorder allowed params for `ApplicationSetting` and add ... |
4be1ade |
2016-07-18 |
Removed escaping characters by using double quotes. |
6b8eced |
2016-07-18 |
Default to manual input for `domain_whitelist`, syntax f... |
23afb02 |
2016-07-18 |
Refactor `match_domain` to a predicate: `domain_matches?` |
c71e658 |
2016-07-18 |
Refactor and rename `restricted_signup_domains` to `doma... |
a3f0f2c |
2016-07-18 |
Move inline JS to admin.js.coffee specific file. |
7943767 |
2016-07-18 |
Refactored the domain separator regex, plus syntax and g... |
e15fa67 |
2016-07-18 |
Make sure email domain validation method is private. |
ce58437 |
2016-07-18 |
Fixed `signup_domain_valid?` flow and added documentation. |
8382cff |
2016-07-18 |
Added CHANGELOG item. |
defb866 |
2016-07-18 |
Added the ability to block sign ups using a domain black... |
24cf6b9 |
2016-07-11 |
Refactor `mock_auth_hash` |
be6c4fe |
2016-07-07 |
Removed unnecessary `id` from links and corrected tests ... |
2a0be66 |
2016-07-07 |
Added a lot of stubbing to make sure OAUth requests are ... |
eda2053 |
2016-07-07 |
Move Omniauth specific setup to its own file |
1867d0d |
2016-07-06 |
Added specs to check for the correct links. |
5c4a2bf |
2016-07-06 |
Link to the user's profile in the abuse reports and add ... |
4ea3d17 |
2016-07-06 |
Bump GITLAB_SHELL_VERSION to 3.2.0 |
0bdf6fe |
2016-07-05 |
Use keyword arguments for boolean values and use `span` ... |
be221a3 |
2016-07-05 |
Revert back to not defining a default Git access protocol. |
cb24650 |
2016-07-05 |
Rebasing caused `enabled_git_access_protocol` to become ... |
2e96fcf |
2016-07-05 |
Clone button should not be clickable when there is a dis... |
29c50c5 |
2016-07-05 |
Default Git access protocol to `web` |
fbaabb3 |
2016-07-05 |
Rename `enabled_git_access_protocols` to singular. |
120a118 |
2016-07-05 |
Add `alt` text to the images in the documentation. |
d1151f7 |
2016-07-05 |
Don't allow empty strings in the `protocol` check. |
9397ce9 |
2016-07-05 |
Correct access control flow for Git HTTP requests. |
da15471 |
2016-07-05 |
Clarify protocol access check, and make Git HTTP access ... |
0f54e2a |
2016-07-05 |
Render the status message with `plain:` so that the mess... |
08018b7 |
2016-07-05 |
Render :forbidden *only* if HTTP is disabled. |
5841851 |
2016-07-05 |
Added documentation on the access restrictions. |
41c87b9 |
2016-07-05 |
Return :forbidden if HTTP protocol access is not allowed |
ace309d |
2016-07-05 |
Raise an error if no protocol is passed to the GitAccess... |
42fb251 |
2016-07-05 |
Add more tests to the allowed protocols feature |
c98f89e |
2016-07-05 |
Simplify access checks |
8b14d1d |
2016-07-05 |
Rename ENV['PROTOCOL'] to ENV['GL_PROTOCOL'] to conform ... |
7735ef8 |
2016-07-05 |
Only allow Git Access on the allowed protocol |
ea9d910 |
2016-07-05 |
Refactor clone button sanitation to its own method to av... |
8265201 |
2016-07-05 |
Fix CSS |
512adc2 |
2016-07-05 |
Add setting that allows admins to choose which Git acces... |
40e16b2 |
2016-07-04 |
Change order of stubbing to fix tests |
5467260 |
2016-07-04 |
Added tests for 2FA check on OAuth request |
54c514f |
2016-06-29 |
Add 2FA check to the OAuth authentication mechanism |
10444f6 |
2016-06-29 |
Fixed privilege escalation issue where manually set exte... |
6963dcb |
2016-06-27 |
Updated CHANGELOG |
c8cf159 |
2016-06-27 |
Update omniauth-saml to 1.6.0 to address a security vuln... |
23457cb |
2016-06-17 |
Added missing mount point for Sidekiq Metrics API, after... |
33b66f9 |
2016-06-17 |
Correct Sidekiq Metrics Docs |
8ad1884 |
2016-06-17 |
Fixed Rubocop error |
9c87eeb |
2016-06-17 |
Added CHANGELOG item. |
2786edc |
2016-06-14 |
Added CHANGELOG item and fixed Rubocop errors |
34bf165 |
2016-06-14 |
Disable the unlink feature for SAML connected accounts (... |
6023dc3 |
2016-06-14 |
Revert "Added API endpoint for Sidekiq Metrics" |
06e0ef0 |
2016-06-14 |
Added API endpoint for Sidekiq Metrics |
9282810 |
2016-06-08 |
Syntax fixes and better logging around the `ldap_person`... |
c593154 |
2016-06-07 |
Moved `find_or_create_ldap_user` method to parent class ... |
7038440 |
2016-06-06 |
Adjust the SAML control flow to allow LDAP identities to... |
61fc9aa |
2016-04-11 |
Better control flow. |
05a611a |
2016-04-11 |
Better control flow and added guard clause. |
31bcd9f |
2016-04-11 |
Added CHANGELOG item |
cedfe9d |
2016-04-11 |
Documentation of feature |
ea04b01 |
2016-04-11 |
Added default setting for `external_providers` |
12e6084 |
2016-04-11 |
Allow `external_providers` for Omniauth to be defined to... |
1d2429a |
2016-04-07 |
Add missing proper nil and error handling to SAML login ... |
8110e75 |
2016-04-06 |
Implemented suggested fixes |
eb0f1de |
2016-04-06 |
Added CHANGELOG item |
b95ac09 |
2016-04-06 |
Added documentation |
3a36fa8 |
2016-04-06 |
Fix error that was causing only one group to be returned... |
7efaf22 |
2016-04-06 |
Removed extra LDAP tests and added tests for the externa... |
518ec6b |
2016-04-06 |
Changed config syntax and improved how chaanges in grou... |
e99855b |
2016-04-05 |
Avoid saving again if the user attributes haven't changed |
943d8d4 |
2016-04-05 |
Config examples |
d14f080 |
2016-04-05 |
Remove unnecessary LDAP tests from SAML tests |
1a16827 |
2016-04-05 |
Prepare SAML for group retrieval |
6bc7fad |
2016-03-11 |
Merge branch 'omniauth-saml-upgrade' into 'master'
|
95e73f8 |
2016-03-11 |
Doc syntax fixes |
e4237f1 |
2016-03-10 |
Consistently use the same hash syntax in the new documen... |
32ddf09 |
2016-03-10 |
Upgrade `omniauth-saml` to 1.5.0 and document it's new c... |
406f4a9 |
2016-03-07 |
Fixed headers for anchors |
cf23241 |
2016-03-03 |
Added Troubleshooting information for most used services. |
3f70c8f |
2016-03-01 |
Style updates. |
265d45c |
2016-02-23 |
Updated SAML and Omniauth docs with information on the n... |
99edb2a |
2016-02-22 |
Properly set `auto_link_saml_user` default value in the ... |
c1921fb |
2016-02-19 |
Merge branch 'saml-decoupling' into 'master' |
75ad918 |
2016-02-19 |
Merge branch 'saml-decoupling' into 'master' |
bb4fa3a |
2016-02-18 |
Make new `allow_single_sign_on` feature backwards compat... |
06376be |
2016-02-18 |
Decouple SAML authentication from the default Omniauth l... |
f014127 |
2016-02-18 |
Decouple SAML authentication from the default Omniauth l... |
ea7bdc7 |
2016-02-03 |
Updated omniuath-saml to the latest version. |
db66b12 |
2016-01-15 |
Added advanced SAML troubleshooting |
76b3ca7 |
2016-01-13 |
Added hint that you can search users by name, username, ... |
1d3889e |
2015-12-22 |
Fix identity and user retrieval when special characters ... |
97f7edf |
2015-10-05 |
Merge branch 'fix-referer-origin' into 'master'
|
1bd4604 |
2015-10-05 |
Added CHANGELOG item about fixed user identities API. |
b48072d |
2015-10-01 |
Merge branch 'upgrade-version' into 'master'
|
3e97728 |
2015-10-01 |
Merge branch 'create-issue' into 'master'
|
f60eb60 |
2015-09-22 |
Added ability to update or set the identity of an existi... |
23f9a64 |
2015-09-17 |
Use the `find_by_user_id` magic finder instead of `where`. |
825db23 |
2015-09-17 |
Updated label from `Mention` to `On Mention`. |
1ddefa3 |
2015-09-17 |
Merge branch 'master' into notification-levels |
1ef2ce9 |
2015-09-17 |
Merge branch 'master' into notification-levels |
4c98357 |
2015-09-17 |
Added Global to the drop downs and updated the label of ... |
de1ffce |
2015-09-16 |
Added Spinach tests and updated CHANGELOG |
fa6df22 |
2015-09-15 |
Replaced `this` with `@` in the coffee file and added an... |
01cc203 |
2015-09-15 |
Notification dropdown now shows currently active level, ... |
8a6fb46 |
2015-09-15 |
Corrected `case` indentation to conform with Rubocop |
dd2ffaf |
2015-09-15 |
Added spacing to icons in Notification drop down |
adcae6e |
2015-09-15 |
Notification level can now be saved from within the proj... |
ab56718 |
2015-09-14 |
Fixed notification level list item helper. |
983a102 |
2015-09-08 |
Added meta tag for referrer, so that only the origin is ... |
f18e338 |
2015-08-20 |
Improved 2FA warning message about lost codes |
475bb00 |
2015-08-19 |
Improved 2FA warning message about lost codes |
ddb1836 |
2015-07-07 |
Added info about common UI problems if IE Compatibility ... |
cf12da0 |
2015-05-27 |
Added v7.4.4 and .5 to the CHANGELOG |
dac18e7 |
2015-05-22 |
Version 7.11.2 |
f042b08 |
2015-05-22 |
Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce |
c17a15d |
2015-05-22 |
Added 7.11.2 to CHANGELOG |
69f3b40 |
2015-05-05 |
Fixed broken permissions link. |
65c83f8 |
2015-04-21 |
Updated the Slack documentation |
f663608 |
2015-04-17 |
Merge branch 'add_section_on_SSH_documentation' into 'ma... |
6848312 |
2015-04-08 |
Corrected title of forking workflow on the README link. |
3769e41 |
2015-04-08 |
Corrected title of forking workflow |
a332e7b |
2015-04-08 |
Implemented changes suggested by Job. |
56a19b8 |
2015-04-07 |
Added step to bump all versions (CE, EE, CI) every time ... |
7ff7e28 |
2015-04-07 |
Version 7.9.3 |
45c82b3 |
2015-04-07 |
Added 7.9.3 to CHANGELOG |
52211ea |
2015-03-04 |
Added Service Templates to CHANGELOG and fixed typo. |
09dbe45 |
2015-03-04 |
Corrected sentence about GitLab Flow |
92b1b15 |
2015-03-03 |
Corrected images paths |
01bd632 |
2015-03-03 |
Created documentation on how to fork a project. |
d11c64a |
2015-02-17 |
Updated the installation and update guides |
2df8a91 |
2015-02-16 |
Rephrased wording in the documentation to say "installat... |
e588328 |
2015-01-13 |
Fixed wording in message. |
0be1a45 |
2015-01-13 |
Updated monthly.md add instructions about the handling o... |
19d572e |
2015-01-09 |
Version 7.4.5 |
fb69ad3 |
2015-01-09 |
Version 7.3.3 |
9d6d172 |
2015-01-09 |
Version 7.2.3 |
9b15ec4 |
2015-01-08 |
Updated CHANGELOG to include rugged changes. |
536a752 |
2015-01-06 |
Corrected to 7.4.5 |
14da551 |
2015-01-06 |
Updated CHANGELOG to show changes for Version 7.4.4 |
05d60e3 |
2015-01-06 |
Updated CHANGELOG to show changes for Version 7.2.2 |
cc282dd |
2015-01-06 |
Updated CHANGELOG to include changes for 7.5.1-3 |
8d97e66 |
2015-01-05 |
Updated gitlab_git to 6.2.2 to include rugged 0.21.2 |
f495f5a |
2015-01-05 |
Updated gitlab_git to 6.2.2 to include rugged 0.21.2 |
43180c6 |
2014-12-30 |
Merge branch '7-6-stable' of github.com:gitlabhq/gitlabh... |
16f0968 |
2014-12-30 |
Version 7.6.2 |
31e0263 |
2014-12-29 |
Updated gitlab_git to 7.0.0rc12 to include rugged 0.21.2 |
4386c21 |
2014-12-23 |
Updated the monthly release steps |
07bee14 |
2014-12-22 |
Version 7.6.0 |
6d747cf |
2014-12-18 |
Added link to the configuration sample for OmniAuth prov... |
dede0b2 |
2014-12-18 |
Version 7.6.0.rc1 |
7813363 |
2014-12-17 |
Fixed version reference |
9182450 |
2014-12-17 |
Added update guide for updating to 7.6 |
f023db2 |
2014-12-15 |
Merge branch 'update_changelog_7_6' into 'master' |
cf16291 |
2014-11-18 |
Added update guide for updating to 7.5, and pointed inst... |
da35bae |
2014-11-17 |
Added update guide for updating to 7.5, and pointed inst... |
2022754 |
2014-10-30 |
Modified according to suggestions by @sytse |
5c645b7 |
2014-10-30 |
Fixed typo |
792f7e0 |
2014-10-30 |
Corrected layout, to be more friendly. |
493d3e8 |
2014-10-30 |
Corrected the wording of the documentation and the layout. |
19caccf |
2014-10-30 |
Added the satellites:create step, that might be necessar... |
e712583 |
2014-10-29 |
Improved rake documentation for importing existing repos... |
d9023da |
2014-10-28 |
Refactored password_strength configuration |
bf07fcf |
2014-10-28 |
Removed unnecessary role in form. |
9397d19 |
2014-10-28 |
Added ID to the form-group, to fix alignment of inputs |
37f3339 |
2014-10-25 |
Changed colors to match GitLab's red & green and softene... |
000af8d |
2014-10-24 |
Moved require from application.js to password_strength.js |
7fbc4f5 |
2014-10-23 |
Corrected the layout of the strength indicator to be mor... |
7039c98 |
2014-10-23 |
Updated the IDs of the fields, so that it wouldn't mess ... |
1052834 |
2014-10-22 |
Merge branch 'master' into feature_password_strength_ind... |
91c96b3 |
2014-10-22 |
Added a password strength indicator |
3d70513 |
2014-10-14 |
Added a password strength indicator |