Dmitriy Zaporozhets
c7c1a97c2f
Merge pull request #2050 from dosire/allow_self_signup
...
Add optional signup
2013-01-18 05:18:06 -08:00
Marin Jankovski
296cdd591f
Add optional signup.
2013-01-18 11:57:31 +01:00
Riyad Preukschas
b07e1b3aed
Merge pull request #2653 from jouve/fix_default_settings
...
Fix default settings when they are boolean.
2013-01-17 18:57:49 -08:00
Cyril
9db7c16a1e
Fix default settings when they are boolean.
...
error is that ```enabled ||= true``` always evaluates to true.
Change all initialization of bool settings to use the same syntax:
```setting = true if setting.nil?```
2013-01-18 00:00:02 +01:00
Dmitriy Zaporozhets
bf753e99e7
Improve link to comment targets on dashboard
2013-01-17 22:54:02 +02:00
Dmitriy Zaporozhets
309e2ceaf8
Merge pull request #2650 from riyad/setup-task-warning
...
Improve setup task, by making it less dangerous
2013-01-17 12:40:56 -08:00
Dmitriy Zaporozhets
4bb1664aae
Merge pull request #2649 from tjeezy/patch-1
...
Eliminate horizontal shifting on diff body heights
2013-01-17 12:38:58 -08:00
Dmitriy Zaporozhets
2e9c0e2b47
switch to use link_to_member to prevent 500 if user is a project owner but does not have membership and leave comment
2013-01-17 22:35:45 +02:00
Riyad Preukschas
65c35466b6
Rename gitlab:app:setup task to gitlab:setup
2013-01-17 21:26:22 +01:00
Riyad Preukschas
b7457f39b4
Remove the setup task from the maintenance docs
2013-01-17 21:20:18 +01:00
Riyad Preukschas
bc59fd046f
Add a warning prompt to the setup task
2013-01-17 21:19:36 +01:00
TJ Koblentz
f65713dfa6
Eliminate horizontal shifting on diff body heights
2013-01-17 11:35:35 -08:00
Riyad Preukschas
843ea5bf22
Update custom SSH connection section in installation guide
2013-01-17 19:58:29 +01:00
Riyad Preukschas
5c504ed863
Merge pull request #2632 from yin8086/SSHPort
...
Add SSH custom port support for install/installation.md
2013-01-17 10:47:17 -08:00
Dmitriy Zaporozhets
48a5012b21
Updated CHANGELOG
2013-01-17 15:59:05 +02:00
Riyad Preukschas
bddead9eff
Update doc/install/structure.md
2013-01-17 13:19:40 +01:00
Dmitriy Zaporozhets
b08bb20979
Fix assign-to-me filter for project issues
2013-01-17 13:11:53 +02:00
GitLab
9115a4f92f
Remove satellites when moving namespace
2013-01-17 12:21:52 +02:00
Dmitriy Zaporozhets
b53ca0bcfe
Fix branch remove on automerge
2013-01-17 12:07:01 +02:00
Dmitriy Zaporozhets
7e40684b47
Better solution for strict key check
2013-01-17 11:57:47 +02:00
Stardrad Yin
6b78053d75
Add SSH custom port support for install/installation.md
2013-01-17 15:11:00 +08:00
Riyad Preukschas
886cf2f5be
Fix GFM specs
2013-01-17 02:00:09 +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
9cab79cbe6
Fix gitolite config checks for old Gitolite versions
...
Fixes #2608
2013-01-17 00:43:35 +01:00
Riyad Preukschas
8f9dec2883
Fix check.rake to use the new user and group settings
2013-01-17 00:09:08 +01: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
Riyad Preukschas
9bc829d397
Fix markdown for note events
2013-01-16 23:03:21 +01:00
Riyad Preukschas
2bc78739a7
Fix parsing of ref-like Urls in links and images in GFM
...
Fixes #2166
2013-01-16 22:39:56 +01:00
Riyad Preukschas
16b5417842
Use image Urls for Emoji in GFM
...
Fixes #2617
2013-01-16 22:39:45 +01:00
Riyad Preukschas
7635afd0c4
Use Urls for references in GFM
2013-01-16 22:08:01 +01:00
Riyad Preukschas
640d51f4b6
Fix GFM in events
...
Fixes #2563
2013-01-16 18:09:49 +01:00
Riyad Preukschas
592d626dad
Fix #2576
2013-01-16 17:31:11 +01:00
Riyad Preukschas
0dd8a26a3a
Fix satellite path settings
2013-01-16 17:00:38 +01:00
Dmitriy Zaporozhets
3f252ed194
Merge pull request #2621 from jouve/default_setting
...
add default for Settings['satellites']
2013-01-16 07:42:46 -08:00
Cyril
31e338b8fd
add default for Settings['satellites']
2013-01-16 16:11:40 +01:00
Dmitriy Zaporozhets
729088a7af
Owner can enable public mode for project
2013-01-16 16:54:01 +02:00
Dmitriy Zaporozhets
a39c910619
added sctructure.md
2013-01-16 16:17:21 +02:00
Dmitriy Zaporozhets
13978f33d8
Merge pull request #2420 from koenpunt/patch-1
...
Remove wget dependency, now all curl
2013-01-16 05:20:24 -08:00
Dmitriy Zaporozhets
4c93d77f24
Merge pull request #2460 from calmh/expose-namespace
...
'namespace' should be exposed via the API
2013-01-16 05:05:45 -08:00
Dmitriy Zaporozhets
08426d336d
Merge pull request #2538 from jouve/app_helper
...
clean application_helper a bit
2013-01-16 04:59:29 -08:00
Dmitriy Zaporozhets
369dbaf396
Merge pull request #1586 from Bregor/ber_to_string
...
Auth: Net::BER::BerIdentifiedStrings to Strings
2013-01-16 04:55:52 -08:00
Dmitriy Zaporozhets
c9e6818ab6
Store repo satellites outside of tmp directory
2013-01-16 13:30:31 +02:00
Dmitriy Zaporozhets
3d57755b70
change roadmap
2013-01-15 22:54:03 +02:00
Dmitriy Zaporozhets
fd522b3257
should be green build now :)
2013-01-15 19:18:52 +02:00
Dmitriy Zaporozhets
cc54c66fd0
Fix spec/requests/notes_on_merge_requests_spec.r
2013-01-15 18:20:58 +02:00
Dmitriy Zaporozhets
cf353bd34f
Fixed spinach test
2013-01-15 17:12:53 +02:00
Dmitriy Zaporozhets
752eb2c11d
more tests fixed
2013-01-15 16:36:35 +02:00
Dmitriy Zaporozhets
b059de2ac7
Fix notes model specs
2013-01-15 15:19:14 +02:00
Dmitriy Zaporozhets
2191efd8ec
fix notes_on_wall specs
2013-01-15 15:04:22 +02:00