Dmitriy Zaporozhets
970d86b7c5
Refactor blob finding
2013-10-01 20:34:41 +03:00
Dmitriy Zaporozhets
1d3f03fb69
Fix blob and repo stuff after gitlab_git v3
2013-10-01 18:26:55 +03:00
Dmitriy Zaporozhets
836c870cc9
Fix edit file
2013-10-01 17:08:40 +03:00
Dmitriy Zaporozhets
ae9dd62762
Update code to work with gitlab_git 3
2013-10-01 17:00:28 +03:00
Dmitriy Zaporozhets
e219cf7246
Annotate!
2013-10-01 15:15:28 +03:00
Dmitriy Zaporozhets
ac6180bcb0
Merge branch 'rack_attack' of /home/git/repositories/gitlab/gitlabhq
2013-10-01 08:14:05 +00: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
Dmitriy Zaporozhets
278250821c
Remove grit require
2013-09-30 13:59:16 +03:00
Marin Jankovski
055b60d420
Add documentation to help section, rack_attack as example
2013-09-30 11:10:46 +02:00
Dmitriy Zaporozhets
dd2847f538
Few UI fixes for notes
2013-09-30 09:50:30 +03:00
Boyan Tabakov
d8562cc9a1
Added Flowdock integration support via a service.
...
Added test for the FlowdockService.
2013-09-29 20:31:08 +03:00
Perry Faro
96ae1a8099
Add check if the signup setting is enabled. fixes #4832
2013-09-27 11:56:30 +02:00
Dmitriy Zaporozhets
052a7cc9cd
Merge branch 'patch-2' of https://github.com/zzet/gitlabhq into zzet-patch-2
...
Conflicts:
app/controllers/projects/merge_requests_controller.rb
2013-09-26 22:19:01 +03:00
Dmitriy Zaporozhets
5e843a1769
Explain on dashboard that limit amount of projects displayed
2013-09-26 19:46:31 +03:00
Dmitriy Zaporozhets
c6096e47d6
Mention permissions table on Group#members page
2013-09-26 15:08:33 +03:00
Dmitriy Zaporozhets
482f64c574
Mention group permissions on Help#permissions page
2013-09-26 15:06:00 +03:00
Dmitriy Zaporozhets
65b9768ccf
Group ownership completely based on users_groups relation now
...
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
2013-09-26 14:49:22 +03:00
Dmitriy Zaporozhets
3cb663f5c9
Remove project transfer page since we already have multiple owners for group
2013-09-26 10:33:06 +03:00
Dmitriy Zaporozhets
02cf9aa687
Group owner or admin can remove other group owners
2013-09-26 10:28:43 +03:00
Dmitriy Zaporozhets
8674e1c227
Group has multiple owners so no sense to show one at dashboard list
2013-09-26 10:02:18 +03:00
Dmitriy Zaporozhets
b6adabb45d
Merge branch '6-1-stable'
...
Conflicts:
lib/tasks/gitlab/check.rake
2013-09-25 18:34:50 +03:00
Dmitriy Zaporozhets
7bb03a536a
Hide new issue button if not authorized
2013-09-25 18:26:54 +03:00
Johannes Becker
fa8588827e
Syntax cleanup
2013-09-25 16:54:34 +02:00
Dmitriy Zaporozhets
c611ea513c
Fixed styling for delete button of snippet
2013-09-25 17:20:07 +03:00
Dmitriy Zaporozhets
11605c2d8d
Tree files use normal font-weight
2013-09-25 16:59:38 +03:00
Dmitriy Zaporozhets
1165759b14
Merge pull request #5146 from karlhungus/feature-api-search-for-projects-by-name
...
Added search for projects by name to api
2013-09-25 06:57:34 -07:00
Dmitriy Zaporozhets
203bc7bb7e
Hide some filters if current_user is nil
2013-09-25 16:54:36 +03:00
Dmitriy Zaporozhets
f1fd47875c
Merge branch 'epic/public_projects' of /home/git/repositories/gitlab/gitlabhq
2013-09-25 13:25:47 +00:00
Dmitriy Zaporozhets
573d367be5
Modify permissions for project and group
...
* Hooks and team pages allowed only for masters/owners
* Group page allowed for admin
* Corrent authentication for Projects controller
* Hide some project elements from visitor
2013-09-25 14:05:35 +03:00
Johannes Becker
435a5ff8a1
Remove not needed attr_accessible
2013-09-25 01:09:33 +02:00
Johannes Becker
35597f61aa
Simple PivotalTracker Source Commits Service
2013-09-25 00:56:25 +02:00
Dmitriy Zaporozhets
2f6342978b
Public projects feature - step2
...
* Render right layout depends on current_user
* show sample git username/email when repo is empty
* Show extra info when browsing public area
* Fixed some tests related to public projects
* show comments in read-only for public projects
* Remove old public routing
2013-09-24 22:14:28 +03:00
Dmitriy Zaporozhets
61eb050993
Different layout for browsing public area and public project page while not logged-in
2013-09-24 22:14:03 +03:00
Dmitriy Zaporozhets
d90462033e
Remove writing issues/notes from non-auth user abilities
2013-09-24 22:13:28 +03:00
Dmitriy Zaporozhets
09cb2ba815
Fix password update
2013-09-24 22:12:48 +03:00
Dmitriy Zaporozhets
ffd0a985ee
Point to project page from public area
2013-09-24 16:00:21 +03:00
Dmitriy Zaporozhets
66998f6d46
Allow non authenticated user access to public projects
2013-09-24 15:58:39 +03:00
Dmitriy Zaporozhets
0009016b68
Fix commits table highlight
2013-09-24 11:50:37 +00:00
Dmitriy Zaporozhets
e894e3eea5
Restyle sign-in page. Mention public projects
2013-09-24 12:27:25 +03:00
Dmitriy Zaporozhets
9587506124
Dont override default table with bootstrap class. Refactor table css
2013-09-24 12:08:28 +03:00
Dmitriy Zaporozhets
642398285d
Force user to provide old password in order to change it
2013-09-24 10:48:36 +03:00
Izaak Alpert
4cfbfbb845
Added search for projects by name to api
...
GITLAB-1283 (GITLAB-869)
Change-Id: I611e7e93f6292de08e1edc8d3ea77cf9087b6ded
Conflicts:
config/initializers/1_settings.rb
2013-09-23 19:36:25 -04:00
Thomas König
5fba1d95fd
Sort active milestones by due dates (closest first)
2013-09-23 18:41:26 +02:00
Dmitriy Zaporozhets
7be084b13a
Merge pull request #5142 from karlhungus/bugfix-handle-empty-public-projects
...
Prevent empty public projects from throwing exceptions
2013-09-22 02:21:33 -07:00
Dmitriy Zaporozhets
5bc07b2ad8
Merge pull request #5116 from karlhungus/feature-configurable-theme
...
Make users theme configurable
2013-09-22 02:20:26 -07:00
Dmitriy Zaporozhets
8fb83bc81e
Fix hover for tree view
2013-09-22 08:48:04 +00: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
Sytse Sijbrandij
5367e42bd6
Restyle event title
2013-09-21 20:59:46 +02:00
Sytse Sijbrandij
1a5cde17ac
Restyle tree table UI
2013-09-21 20:34:14 +02:00
Izaak Alpert
61a86101e8
Prevent empty public projects from throwing exceptions
...
GITLAB-1279 (GITLAB-1264)
Change-Id: Ifb5b4313bc91fae720f8ef5c36152c45e9d38934
2013-09-20 11:42:38 -04:00