Dmitriy Zaporozhets
af562851a5
Merge branch 'master' of dev.gitlab.org:gitlab/gitlab-ee
2013-11-04 14:26:51 +02:00
Dmitriy Zaporozhets
abf60c4c80
Merge branch '6-2-stable' of dev.gitlab.org:gitlab/gitlabhq
2013-11-04 14:26:42 +02:00
Dmitriy Zaporozhets
2d56ef52d2
Require gitlab-shell 1.7.4
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2013-11-01 16:58:59 +02:00
Dmitriy Zaporozhets
33b041a346
Revert "Escape strings"
...
This reverts commit 03141bfccc .
2013-11-01 16:30:29 +02:00
Dmitriy Zaporozhets
9f9d9cff0d
Revert "Best to escape strings not split them"
...
This reverts commit 1ab324cb67 .
2013-11-01 16:30:18 +02:00
Dmitriy Zaporozhets
ccf9bfbfb9
Respect LDAP user filter for SSH and Git over HTTP
...
Remove LDAP::User#blocked? method because it duplciate
existing functionality of LDAP::Access#allowed? method
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2013-11-01 15:01:14 +02:00
Dmitriy Zaporozhets
1bace9da9a
Require gitlab-shell v1.7.3
2013-11-01 14:14:06 +02:00
Nigel Kukard and Dmitriy Zaporozhets
1ab324cb67
Best to escape strings not split them
...
Signed-off-by: Nigel Kukard <nkukard@lbsd.net >
2013-11-01 14:13:38 +02:00
Nigel Kukard and Dmitriy Zaporozhets
03141bfccc
Escape strings
...
Signed-off-by: Nigel Kukard <nkukard@lbsd.net >
2013-11-01 14:13:30 +02:00
Jacob Vosmaer
7d0d9c650e
Restore sidekiq rake tasks
2013-11-01 12:03:15 +01:00
Dmitriy Zaporozhets
c9a2765515
Merge branch '6-2-stable' of dev.gitlab.org:gitlab/gitlabhq into upstream/6-2-stable
...
Conflicts:
VERSION
app/models/group.rb
app/views/groups/edit.html.haml
db/schema.rb
doc/api/groups.md
doc/api/projects.md
doc/install/installation.md
lib/api/projects.rb
spec/requests/api/groups_spec.rb
spec/requests/api/projects_spec.rb
2013-10-31 14:29:48 +02:00
Dmitriy Zaporozhets
a430680ad5
Allow set ldap_cn and ldap_access for new group via API
2013-10-30 17:45:18 +02:00
Dmitriy Zaporozhets
23ade0074b
Expose ldap_cn and ldap_access group attributes through API
2013-10-30 15:06:46 +02:00
Oleg Girko
b215350edf
Set username field of users created from LDAP to uid attribute.
...
The previous approach of making username from user part of
email address (part of address before '@') has the following limitations:
* username in email is not guaranteed to be unique,
* email could have nothing to do with user identity in LDAP
(like presonal email on an external email service).
On the other hand, LDAP uid is guaranteed to be unique,
as it represents user's login name on Unix/Linux systems.
To understand this change, please note that gitlab_omniauth-ldap
Ruby gem uses the following mapping to store LDAP attrinbutes in auth info:
* dn attribute of LDAP entry is stored in uid attribute of auth info;
* uid attribute of LDAP entry is stored in nickname attribute of auth info.
Signed-off-by: Oleg Girko <oleg.girko@jolla.com >
2013-10-29 03:11:17 +00:00
Jacob Vosmaer
0b85f54201
Allow LDAP groups to be empty
2013-10-22 17:29:37 +02:00
Jacob Vosmaer
73d19bb320
Count sidekiq processes using String#scan
...
It seems there is no easy way to count pattern occurences with
String#match.
2013-10-17 12:01:29 +02:00
Dmitriy Zaporozhets
03dba1fd42
Merge pull request #5344 from amacarthur/thread-variable-fix
...
Fixing unsafe use of Thread.current variable :current_user
2013-10-16 23:30:44 -07:00
Nihad Abbasov
12420a2256
refactor by_username_or_id
2013-10-16 22:31:46 +05:00
Nihad Abbasov
e09cc195a7
fix variable name
2013-10-16 22:28:39 +05:00
Marin Jankovski
f3d77a7661
Add invert match to sidekiq match.
2013-10-16 13:39:09 +02:00
Dmitriy Zaporozhets
615d859f94
Merge branch 'logrotate' of /home/git/repositories/gitlab/gitlabhq
2013-10-16 10:08:53 +00:00
Jacob Vosmaer
d378332ff9
Add logrotate setup to the installation guide
2013-10-16 10:38:13 +02:00
Angus MacArthur
aefe2e952f
Fixing unsafe use of Thread.current variable :current_user
2013-10-16 01:20:53 -04:00
Jacob Vosmaer
6a7d63aa47
Move unicorn and sidekiq commands into bash script
2013-10-15 22:48:57 +02:00
Dmitriy Zaporozhets
2e8b0fa5cf
Oauth users and users created by admin should be confirmed immediatly
2013-10-15 09:59:58 +03:00
Dmitriy Zaporozhets
12800e5445
Extend API Issues, MergeRequets, Milestones with iid field
2013-10-14 16:39:54 +03:00
Dmitriy Zaporozhets
1073019d36
Merge branch 'sidekiq_restart' of /home/git/repositories/gitlab/gitlabhq
2013-10-14 07:00:58 +00:00
Marin Jankovski
ad3defa3c2
Skip relative links render in help page.
2013-10-11 21:41:33 +02:00
Dmitriy Zaporozhets
b883d94f96
Merge branch 'relative_links_in_documentation' of /home/git/repositories/gitlab/gitlabhq
2013-10-11 13:00:05 +00:00
Dmitriy Zaporozhets
10fac47527
Merge branch 'wiki_backup' of /home/git/repositories/gitlab/gitlabhq
2013-10-11 09:32:38 +00:00
Marin Jankovski
c07251887c
Merge branch 'master' into relative_links_in_documentation
2013-10-11 10:00:50 +02:00
Jacob Vosmaer
cb6a86ed62
Skip rather than fail empty wikis during backup
2013-10-10 16:07:39 +02:00
Izaak Alpert
a00c534c4c
Fix a bug where the tgz returned got encoded utf8
...
Conflicts:
doc/api/repositories.md
Change-Id: I7ebc39b47ff860813d9622ba6776583536e6e384
2013-10-10 09:19:28 -04:00
Izaak Alpert
ce21d8688d
feature API call to download repo archive
...
defaults to HEAD
Conflicts:
spec/requests/api/repositories_spec.rb
Change-Id: Id114aca6c59d75f18e49bf9f33809a04e010bfb6
2013-10-10 09:19:28 -04:00
Marin Jankovski
4654999288
Merge branch 'master' into relative_links_in_documentation
2013-10-10 15:09:12 +02:00
Marin Jankovski
5b23a7bbb9
Cover a special case.
2013-10-10 14:29:16 +02:00
Jacob Vosmaer
8512307614
Use sidekiq restart rake task in init script
2013-10-09 16:49:01 +02:00
Jacob Vosmaer
97f124b31d
Use built-in sidekiq deamonization
2013-10-09 15:51:39 +02:00
Jacob Vosmaer
7991b04499
Remove duplicate log path generation
2013-10-09 15:51:39 +02:00
Jacob Vosmaer
2128419c5b
Always shut down sidekiq before starting
2013-10-09 15:51:39 +02:00
Dmitriy Zaporozhets
c8e7d6df79
API: new feature - remove project[D
2013-10-09 14:41:41 +03:00
Marin Jankovski
1eabd9dfec
Merge branch 'master' into relative_links_in_documentation
2013-10-09 11:07:45 +02:00
Marin Jankovski
06d6f44367
Check for wiki.
2013-10-08 14:21:01 +02:00
Marin Jankovski
817399e3be
Show links with correct ref.
2013-10-08 13:07:59 +02:00
Marin Jankovski
810d90dd26
Search and replace relative links in tree/readme
2013-10-08 12:24:50 +02:00
Islam Amer and Jacob Vosmaer
29c807ced3
Expose votes in merge request api
...
Signed-off-by: Islam Amer <islam.amer@jollamobile.com >
2013-10-08 09:32:00 +02:00
Dmitriy Zaporozhets
baa65e89b9
Check if LDAP user was removed or blocked when use git over ssh
2013-10-07 16:06:30 +03:00
Dmitriy Zaporozhets
bef632e816
Merge branch 'sidekiq_stop' of /home/git/repositories/gitlab/gitlabhq
2013-10-07 12:45:20 +00:00
Jacob Vosmaer
78b3fb769c
Run stopping commands in the foreground
2013-10-07 14:40:56 +02:00
Dmitriy Zaporozhets
dc825ae330
Merge branch 'feature/api_remove_group' of /home/git/repositories/gitlab/gitlabhq
2013-10-07 11:32:25 +00:00