Jacob Vosmaer
7017474be3
Add a link to the Ruby Regexp documentation
2014-03-26 17:26:28 +01:00
Jacob Vosmaer
403c10b2ec
Git tags can still be deleted through the UI
2014-03-26 17:26:08 +01:00
Dmitriy Zaporozhets
3fa2dd1107
Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq into ce-6-7-rc
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
Conflicts:
Gemfile.lock
VERSION
lib/gitlab/git_access.rb
2014-03-21 12:22:43 +02:00
Dmitriy Zaporozhets
faa08fe6df
Merge branch '76-admin-group-edit' into 'master'
...
Fix group edit in admin area
Fixes #76
Strangly, the buttons were pushed out of the form. By including them in the fieldset of the second part of form, the layout doesn't change, but the buttons are nested within the form and are functional again.
2014-03-21 10:04:04 +00:00
dosire
bdc0ea450d
Improve the wording.
2014-03-21 10:54:25 +01:00
Dmitriy Zaporozhets
ac35ee3707
Merge branch 'username-keys-content-type' of https://github.com/dmedvinsky/gitlabhq into dmedvinsky-username-keys-content-type
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
Conflicts:
CHANGELOG
2014-03-21 09:37:03 +02:00
Job van der Voort
d4a7036b8e
remove useless nested form from admin group edit form
2014-03-21 08:26:39 +01:00
Dmitry Medvinsky
fefab47456
Fix /:username.keys response content type
...
Currently this method responds with `text/html`. It is kind of unusable
if you open it in a browser. The browser thinks it is HTML and renders
it as HTML, meaning new lines are dropped. So it's very hard to
distinguish where the key starts and where it ends.
This commit changes the content type header to `text/plain`.
2014-03-20 19:09:14 +04:00
Job van der Voort
123d7dc0e2
add submit to fieldset so form is submittable
2014-03-20 14:58:27 +01:00
Dmitriy Zaporozhets
76155b17dc
Proper page title
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-03-20 15:01:22 +02:00
Dmitriy Zaporozhets
b8dc5d2c5f
Implement 2 git hooks: tagf removal and commit message
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-03-20 14:59:01 +02:00
Marin Jankovski
4dc09e5c1d
New bindings to vote on notes.
2014-03-20 13:33:16 +01:00
Marin Jankovski
5f595be4b8
Use new gems methods.
2014-03-20 13:33:16 +01:00
Dmitriy Zaporozhets
f6c20b7bb1
GitHook model
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-03-20 14:08:06 +02:00
Dmitriy Zaporozhets
8a936997d6
GitHooks scaffold
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-03-20 14:07:58 +02:00
Dmitriy Zaporozhets
4f167ea00e
Merge branch 'oauth-require-public-email' into 'master'
...
Oauth Require Public Email
Does not fix #976 yet, but will reduce the amount of users getting 422 immensly.
2014-03-20 11:55:55 +00:00
Sytse Sijbrandij
ad3acff409
Merge pull request #6469 from mojavelinux/master
...
Add .adoc file extension for AsciiDoc
2014-03-19 16:07:38 +01:00
Sytse Sijbrandij
6b522bf950
Merge pull request #6457 from lol768/patch-1
...
Fix registration error info typo
2014-03-19 16:06:31 +01:00
Job van der Voort
622bbf9629
line break
2014-03-19 14:07:42 +01:00
Job van der Voort
0e31cb40d3
require public email with oauth provider message
2014-03-19 14:01:13 +01:00
Dmitriy Zaporozhets
1921a934a9
Add room placeholder for Slack integration
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-03-19 14:42:13 +02:00
Dmitriy Zaporozhets
c1fd25ce6e
Replace turbolink spinner with nprogress
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-03-19 12:59:23 +02:00
Dmitriy Zaporozhets
d7b5656dab
Merge branch 'master' of github.com:gitlabhq/gitlabhq
2014-03-19 09:37:14 +02:00
Federico Ravasio
e3fc01b3ea
Added Slack service integration.
2014-03-18 18:54:30 +01:00
Marin Jankovski
a740e2d6d1
Do not allow password reset for ldap user.
2014-03-18 12:25:49 +01:00
Dmitriy Zaporozhets
334313a7d2
Show shared projects on Group#show in admin area
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-03-18 12:29:35 +02:00
Dmitriy Zaporozhets
e502d785f9
Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq into code-from-ce-6-7
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
Conflicts:
CHANGELOG
VERSION
app/controllers/application_controller.rb
app/models/user.rb
app/views/groups/members.html.haml
app/views/groups/show.html.haml
config/gitlab.yml.example
db/schema.rb
features/steps/project/project_browse_branches.rb
lib/api/projects.rb
lib/gitlab/ldap/access.rb
lib/gitlab/ldap/adapter.rb
lib/gitlab/ldap/person.rb
lib/gitlab/upgrader.rb
2014-03-18 11:15:01 +02:00
Dmitriy Zaporozhets
493c7a6147
Merge branch 'links_within_same_repo' into 'master'
...
Relative links within one system
When using relative links in md in repository file it will only link within the repository.
When using relative links in md in wiki page, it will only link to wiki pages.
2014-03-17 14:06:08 +00:00
Dmitriy Zaporozhets
de855e2420
Default value for Snippet#private
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-03-17 15:50:16 +02:00
Marin Jankovski
f04d5bfaf6
Wiki will show relative links related to the wiki gollum repository.
2014-03-17 13:06:19 +01:00
Marin Jankovski
55e2f353d4
Link to blob instead of linking to wiki.
2014-03-17 13:05:20 +01:00
Ciro Santillli
548f070f0e
Show link to public projects for new users.
2014-03-17 13:02:04 +01:00
Dmitriy Zaporozhets
66a484c9cd
Merge branch 'improve-project-lookup' into 'master'
...
Improve Project Lookup
Fixes #1080
2014-03-15 06:27:15 +00:00
Dmitriy Zaporozhets
7c5320d2c8
Merge branch 'snippets-page' into 'master'
...
Render 404 instead of 500 if trying to see snippets of unexisting user
Fixes #1087
2014-03-14 21:10:12 +00:00
Dmitriy Zaporozhets
f84d015fa9
Fix commit comment count css
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-03-14 23:09:43 +02:00
Dmitriy Zaporozhets
25f68a71d6
Project must have namespace for Project#find_with_namespace
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-03-14 15:58:10 +02:00
Dmitriy Zaporozhets
a39eeba1dc
Render 404 instead of 500 if trying to see snippets of unexisting user
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-03-14 15:55:41 +02:00
Dmitriy Zaporozhets
17a9ecf8cf
Remove confusing code
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-03-14 14:43:50 +02:00
Dmitriy Zaporozhets
e07b2f527f
Fix global search
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-03-14 14:41:28 +02:00
Marin Jankovski
f3ceebad42
Ignore newlines per md standard.
2014-03-14 12:33:03 +01:00
Dmitriy Zaporozhets
b5d81174fb
Fix mr process order on push.
...
First close merge requests that being merged. Then update code of open
mr. This fixes bug when MR merged via command line lose their diff
because code reload was before MR close.
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-03-14 13:02:55 +02:00
Dmitriy Zaporozhets
1ec106b853
Merge branch 'ldap_connections'
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
Conflicts:
CHANGELOG
2014-03-14 12:58:43 +02:00
Jacob Vosmaer
801e356f84
Reuse LDAP connection during sign-in
2014-03-14 11:22:19 +01:00
Jacob Vosmaer
826404a80b
Open/close LDAP in ApplicationController
...
By opening the LDAP connection at the controller level we can reuse it
for all LDAP queries during the request.
Conflicts:
CHANGELOG
app/controllers/application_controller.rb
2014-03-14 11:03:55 +01:00
Dmitriy Zaporozhets
0d7986a8c7
Merge branch 'import-timeout' of https://dev.gitlab.org/dzaporozhets/gitlabhq into dzaporozhets/gitlabhq-import-timeout
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
Conflicts:
CHANGELOG
db/schema.rb
2014-03-14 12:00:21 +02:00
Jacob Vosmaer
48e9054056
Open/close LDAP in ApplicationController
...
By opening the LDAP connection at the controller level we can reuse it
for all LDAP queries during the request.
2014-03-14 09:03:49 +01:00
Dmitriy Zaporozhets
65cb88f3ba
Correct BackgroundJobs page for both OSX and linux
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-03-13 23:15:33 +02:00
Dmitriy Zaporozhets
2a7da96a0d
Merge branch 'toggle_diff_comments' of https://github.com/jacob-carlborg/gitlabhq into jacob-carlborg-toggle_diff_comments
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
Conflicts:
app/assets/stylesheets/sections/commits.scss
app/assets/stylesheets/sections/notes.scss
app/views/projects/commits/_diffs.html.haml
features/steps/project/merge_requests.rb
2014-03-13 23:11:16 +02:00
Dmitriy Zaporozhets
d1bee5e374
Remove default value for Project#imported
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-03-13 20:35:11 +02:00
Dmitriy Zaporozhets
5be424565e
Create event and clear cache on new trag push
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-03-13 11:37:13 +02:00