- 30 Sep, 2013 2 commits
-
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Extended User API to expose admin and can_create_group for user creation...
-
- 29 Sep, 2013 10 commits
-
-
Dmitriy Zaporozhets authored
-
Boyan Tabakov authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
* dont allow protect/unprotect branches for users without master permissions * dont allow access to Repository api for guests
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
add rake tasks for web hooks management
-
Boyan Tabakov authored
Also, is_admin and can_create_group are exposed in the user information. Fixed attributes_for_keys to process properly keys with boolean values (since false.present? is false).
-
- 27 Sep, 2013 6 commits
-
-
Denix authored
run mysql_secure_installation to secure the freshly installed mysql server
-
Jacob Vosmaer authored
[gitlab:check] Fix detecting the status of sidekiq
-
Johannes Schleifenbaum authored
If you are running another sidekiq instance on your server, e.g. GitLab CI, the check script would parse the output of `ps aux` searching for `sidekiq` and returning success, although the GitLab sidekiq may not be running. Now the `ps` call will only print the processes run by the GitLab user.
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Jacob Vosmaer authored
-
- 26 Sep, 2013 17 commits
-
-
https://github.com/zzet/gitlabhqDmitriy Zaporozhets authored
Conflicts: app/controllers/projects/merge_requests_controller.rb
-
Dmitriy Zaporozhets authored
Fixed grammatical mistake in init.d status output.
-
Zane Shannon authored
"its" not "it's".
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Add sleep in tests to prevent random failing when next test starts before ajax requests for old one in progress
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Before we have only owner_id to determine group owner With multiple owners per group we should get rid of owner_id in group. So from now @group.owner will always be nil but @group.owners return an actual array of users who can admin this group
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
- 25 Sep, 2013 5 commits
-
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Conflicts: lib/tasks/gitlab/check.rake
-
Dmitriy Zaporozhets authored
PivotalTracker Source Commits Endpoint
-
Dmitriy Zaporozhets authored
-
Johannes Becker authored
-