Stefano Tortarolo
65f5d062e9
Use proper titles for issues trackers
2013-10-09 09:21:53 +02:00
Sytse Sijbrandij
c9dd2ca64b
Correct spelling mistake.
2013-10-02 08:23:27 +02:00
Sytse Sijbrandij
d66025f768
Also update example.
2013-10-01 11:43:53 +02:00
Dmitriy Zaporozhets
9ffabc6d7e
Merge pull request #5200 from pfaro/bugfix-signup
...
Add check if the signup setting is enabled. fixes #4832
2013-09-30 07:04:40 -07:00
Thomas Misilo
e99701fbfa
Changed wording in application.rb and gitlab.yml.example to match unicorn.rb. This is for when using a non-root path
2013-09-29 13:46:02 -04:00
Perry Faro
96ae1a8099
Add check if the signup setting is enabled. fixes #4832
2013-09-27 11:56:30 +02:00
Izaak Alpert
fcba0d55f4
Defaulted theme to MARS
...
Change-Id: I02814fb47edcc915309183547cc8dcb165100f4f
2013-09-22 01:06:22 -04:00
Izaak Alpert
51e6095dd1
Make users theme configurable
...
GITLAB-1262
Change-Id: I690cb8ea294df53ebe8405a519c23c501af2c21a
Conflicts:
app/models/user.rb
config/initializers/1_settings.rb
spec/models/user_spec.rb
2013-09-22 01:05:14 -04:00
Ash Wilson
8bbb5628c4
Don't quote the default issue closing regex.
...
It turns out that regex escapes and YAML quoted-scalar escapes don't play
nicely together.
2013-09-15 15:46:32 -04:00
Angus MacArthur
f87e2d2801
make public/private setting for project creation configurable
2013-09-09 14:10:58 -04:00
ash wilson
c8a115c0e3
Link issues from comments and automatically close them
...
Any mention of Issues, MergeRequests, or Commits via GitLab-flavored markdown
references in descriptions, titles, or attached Notes creates a back-reference
Note that links to the original referencer. Furthermore, pushing commits with
commit messages that match a (configurable) regexp to a project's default
branch will close any issues mentioned by GFM in the matched closing phrase.
If accepting a merge request would close any Issues in this way, a banner is
appended to the merge request's main panel to indicate this.
2013-08-25 18:58:41 -04:00
Dmitriy Zaporozhets
fd1661468f
Remove can_create_team code from user
2013-08-21 12:31:47 +03:00
Sytse Sijbrandij
63009af117
Relative root needs to be changed in three places.
2013-08-19 22:20:32 +02:00
Sytse Sijbrandij
6ec73fc9a6
Configure the relative path only one time.
2013-08-19 21:49:27 +02:00
amouhzi and Hassan Amouhzi
39d8a64d25
Fixes grack authentification under relative_url_root
...
Ref: https://github.com/gitlabhq/gitlabhq/commit/e6159b8725f99af78f446f8d33fa0e52b7780430
Ref: https://github.com/gitlabhq/gitlabhq/pull/3204
Ref: https://github.com/gitlabhq/gitlabhq/issues/1228
Add Rails' variable in application.rb to support relative url
This variable is used by assets compilation and other modules.
Note that user needs to change application.rb too
Restrict session cookie to the relative path if set.
Ref: https://github.com/gitlabhq/gitlabhq/commit/2c2f1e31856a4decdae469974f5bea8245316f7e
Fix Update attachment_uploader.rb bug with relative URL
See: https://github.com/gitlabhq/gitlabhq/commit/161afda3fa4fca58f396e9c3acbd72bc14490ace
Fix Wall relative bug with attachement files (javascript)
2013-08-15 21:25:09 +02:00
Izaak Alpert
089605fe6b
Allow the ldap logins with email or username
...
Change-Id: I73b4aa4c46afd56ae02fb24abcd673c0724547e4
2013-07-18 09:33:12 -04:00
Dmitriy Zaporozhets
7588186e81
Merge branch 'warning_relative_url' of /home/git/repositories/gitlab/gitlabhq
2013-07-02 08:43:40 +00:00
Jacob Vosmaer
9e86f3b156
Warn that relative URL's are unsupported
2013-07-02 10:27:51 +02:00
Jean-Luc Geering
01d694aaba
whitespaces in gitlab.yml.example
2013-06-25 14:01:41 +03:00
Pedro Guridi and Pedro Guridi
5ec3129ea6
Changed regex to support Jira issue numbering format
...
Jira issues numbering format are like: "PROJECT-1234".
Changed the regular expression to support Jira issues linking, in addition to the normal #123 .
Added Jira Issue tracker configuration example
2013-05-27 16:51:37 -03:00
Dmitriy Zaporozhets
ec1055076c
Merge branch 'add-defaults-create-group-team' of https://github.com/dmedvinsky/gitlabhq into dmedvinsky-add-defaults-create-group-team
...
Conflicts:
config/gitlab.yml.example
2013-05-27 15:17:06 +03:00
Dmitriy Zaporozhets
a3645b5b4d
Restyle login page for LDAP/regular login
2013-05-24 19:43:47 +03:00
Dmitry Medvinsky
22279bc558
Add settings for user permission defaults
...
“Can create groups” and “Can create teams” had hardcoded defaults to
`true`. Sometimes it is desirable to prohibit these for newly created
users by default.
2013-05-16 18:02:22 +04:00
Dmitriy Zaporozhets
aee110e20d
Add extra config for some advanced customization
2013-05-08 21:03:14 +03:00
Dennis Boldt
f64874c1f5
Fixed forgotten unicorn to puma in a comment.
2013-05-06 16:52:47 +02:00
Andrew8xx8
f5b549af25
Wall and snippets were disabled by default
2013-04-26 12:02:00 +04:00
Andrew8xx8
d51618b9a1
New settings added to enable or disable project features by default
...
Conflicts:
config/gitlab.yml.example
config/initializers/1_settings.rb
2013-04-24 15:57:08 +04:00
Axilleas Pipinellis
f95f1bb338
Fixed typo s/insues/issues
2013-04-15 19:36:00 +03:00
Andrew8xx8
242f6aa218
New issue button was not follows to external tracker if it is selected. fixed #3386
2013-03-26 12:28:26 +04:00
Dmitriy Zaporozhets
70af962963
Comment external issue tracker by default in gitlab.yml.example
2013-03-19 15:11:31 +02:00
wtw
1c8c5c76b6
Corrected some typos in gitlab.yml.example comments
2013-03-01 23:53:37 +01:00
Andrew8xx8
b6d0f2852d
Issues link from project page follows on remote bug tracker if it selected now
2013-02-28 16:11:14 +04:00
Andrew8xx8
c6385e4135
Section name returned back to base
2013-02-28 16:11:13 +04:00
Andrew8xx8
c643b50dbd
Default value for issues_tracker setting added
2013-02-28 16:11:13 +04:00
Andrew8xx8
9b606ede00
Wrong default section in config. Fixed.
2013-02-28 16:11:13 +04:00
Andrew8xx8
0afdf39dbc
New field added
2013-02-28 16:11:13 +04:00
Andrew8xx8
62de22c142
External issue tracker params added to config
2013-02-28 16:10:01 +04:00
Andrew8xx8
e6d2e56961
Issue tracker field added to projects
2013-02-28 16:10:00 +04:00
Jaakko Kantojärvi
ba65f2910b
Add option to disable username changing
...
This option allows to disable users from changing their username.
This is very usefull in environments using strong internal authentication methods like ldap, pam or shibboleth.
You can allow users to change theyr username in these environments, but then new users (users loging in first time) is blocked from gitlab is her username exists.
2013-02-14 17:58:56 +02:00
Andrew8xx8
77a3bfe1de
Environments support added to Gitlab config
2013-02-14 11:44:34 +04:00
Dmitriy Zaporozhets
d64090b8a9
No gitolite in project any more
2013-02-11 19:16:59 +02:00
Dmitriy Zaporozhets
7a88bf0978
Fix gitlab:check
2013-02-11 09:58:02 +02:00
Dmitriy Zaporozhets
867945d193
Improving installation docs
2013-02-05 13:02:58 +02:00
Dmitriy Zaporozhets
7121a58eb9
Advanced logging for post-receive worker
2013-01-29 11:32:05 +02:00
Erkan
0ab906d5de
Update config/gitlab.yml.example
2013-01-22 10:04:02 +01:00
Dmitriy Zaporozhets
cd8a302997
Fix application crash on help page
2013-01-20 14:17:56 +02:00
Marin Jankovski
296cdd591f
Add optional signup.
2013-01-18 11:57:31 +01:00
Riyad Preukschas
9f1e9f11f1
Merge pull request #2346 from sodabrew/omniauth_configs
...
Allow the OmniAuth provider args parameter to be passed through
2013-01-16 15:58:53 -08:00
Riyad Preukschas
76329a46a3
Fix settings
2013-01-16 23:54:48 +01:00
Riyad Preukschas
eea43c9412
Merge branch 'check_gitlab_in_git_group' of https://github.com/VonC/gitlabhq into VonC-check_gitlab_in_git_group
2013-01-16 23:20:47 +01:00