Dmitriy Zaporozhets
930f4366ba
Usability improvements to deploy leys
2013-05-06 20:41:08 +03:00
Dmitriy Zaporozhets
1882baa1aa
Feature: Deploy keys between projects
2013-05-06 15:10:55 +03:00
Dmitriy Zaporozhets
2fc236177f
Merge pull request #3801 from holdtotherod/feature/internally-public-projects
...
Internally public projects
2013-05-03 00:00:48 -07:00
Dmitriy Zaporozhets
f40d4e6685
Merge pull request #3597 from amacarthur/fork-pull-request
...
updated fork feature to use gitlab-shell for v5 of gitlab
2013-05-02 23:41:07 -07:00
Dmitriy Zaporozhets
fe838588ae
Merge pull request #3704 from former03/feature_bugfix_js_memberadd_realtive_url_root
...
[BUGFIX] User suggest at team_members/new not working with relative_url_root
2013-05-02 05:35:26 -07:00
Stephen Lottermoser and Stephen Lottermoser
4c44c5ef9a
Internally public projects
...
Public projects listed in the public section will be linked to the
actual project's page. Public projects now give any user Guest
permissions to the project, allowing them to download the code, read
and create issues, and view anything else in the project's pages.
Ample access tests have been added to the project_access_spec to
verify correct permissions and behavior on public projects.
- Visitors to the site who are not logged in still cannot view the
project's pages.
- Logged-in users visiting a public project where they are not a team
member can create issues, but not snippets. They can view the projects
code, issues, merge requests, etc, just as if they were a Guest member
of the project.
- Since this is a public project, the user is also granted :download_code
permissions, a permission normally reserved for Reporters, since they
can clone the repo anyways and browse commits and branches locally.
2013-05-02 00:06:59 -07:00
Dmitriy Zaporozhets
348eb12598
Provide a path to repo archive. gitlab_git up to 1.0.5
2013-04-29 09:15:18 +03:00
Christian Simon
529376bb0b
[BUGFIX] User suggest at team_members/new not working with relative_url_root
...
* Closing #3540
* Closing #3704
2013-04-24 19:40:09 +02:00
Patrick Helm
93dd06fc2d
Fix issue when switching branch when BLOB is shown
...
Fix blob-switching for AJAX-Requests
Reorder
2013-04-23 00:59:09 +02:00
Dmitriy Zaporozhets
86b939158a
Fix 500 error on edit with ui
2013-04-22 11:48:52 +03:00
Dmitriy Zaporozhets
295ca904f1
Restyle milestones index
2013-04-16 20:01:21 +03:00
Dmitriy Zaporozhets
d7d8edf3ca
Fix duplicating participants in milestone
2013-04-16 16:02:41 +03:00
Dmitriy Zaporozhets
133d78229e
Dashboard -> projects -> filtering by project label
2013-04-16 13:13:29 +03:00
Angus MacArthur
ae33fdf297
updated fork feature to use gitlab-shell for v5 of gitlab
2013-04-15 01:54:52 -04:00
Dmitriy Zaporozhets
c351b8a3e5
remove yaml_db gem, Replace team members index route with team_index
2013-04-11 09:39:49 +03:00
Kyle Kelley
65e8b18190
s/was/were/ for plural subjects
2013-04-09 22:43:02 -04:00
Dmitriy Zaporozhets
0f2798d498
Merge branch 'feature/refactoring_scopes_pr' of https://github.com/Undev/gitlabhq into Undev-feature/refactoring_scopes_pr
...
Conflicts:
db/schema.rb
2013-04-09 20:37:04 +03:00
Dmitriy Zaporozhets
e0df75de3f
refactor Issues.js. Remove unused actions. Respect filters while searching for issue
2013-04-07 13:19:36 +03:00
Dmitriy Zaporozhets
25856a47e5
save each notification setting with ajax on change
2013-04-04 22:11:51 +03:00
Dmitriy Zaporozhets
98b7717df7
Remove user decorator
2013-04-04 10:53:39 +03:00
Dmitriy Zaporozhets
568ce1edd7
Fix notes for commits inside MR being squashed in one discussion
2013-04-04 09:58:12 +03:00
Dmitriy Zaporozhets
3fba211426
Fix bug MR notes not being loaded when navigate from diff tab
2013-04-03 22:14:07 +03:00
Dmitriy Zaporozhets
3011ac4150
Refactoring and cleanup. Removed unused commit finders
2013-04-03 21:05:10 +03:00
Dmitriy Zaporozhets
b1117dacbb
Fixed before_filter for edit
2013-04-03 17:06:28 +03:00
Dmitriy Zaporozhets
727d229e28
Fix edit files since we use Gitlab::Git::Blob for files
2013-04-03 16:49:32 +03:00
Dmitriy Zaporozhets
921151d041
strip tags from user profile
2013-04-03 16:31:28 +03:00
Dmitriy Zaporozhets
413a310faa
fixed blame and mr factory
2013-04-03 10:06:31 +03:00
Dmitriy Zaporozhets
94390fc7b4
Proper routing. blobs for blobs, raw for send_data
2013-04-03 09:26:38 +03:00
Andrey Kumanyaev
41bbbb6df0
Update model methods
2013-04-03 06:20:52 +04:00
Dmitriy Zaporozhets
03f41e2820
Gitlab::Git::Tree & Blob added
2013-04-02 22:37:20 +03:00
Dmitriy Zaporozhets
5f4445c3d3
store commits for MR as array of hashes
2013-04-02 21:30:36 +03:00
Dmitriy Zaporozhets
49b024f5f5
Use Gitlab::Git:: for git features across application
2013-04-01 16:04:35 +03:00
Dmitriy Zaporozhets
685681e28a
remove Tree/Commit decorator usage from controllers
2013-03-31 23:46:25 +03:00
Dmitriy Zaporozhets
26323046fd
Decorate Gitlab::Git::Commit with Commit
2013-03-31 19:00:45 +03:00
Dmitriy Zaporozhets
71b0f8ea0b
Use existing methods for branch names: Ex use @repository.branch_names instead of @repository.heads.map(&:name)
2013-03-31 17:08:10 +03:00
Dmitriy Zaporozhets
6005ec894a
Merge pull request #3392 from hiroponz/fix-non-ascii-char-username
...
Fix RoutingError when changing username to non ascii char.
2013-03-30 15:07:11 -07:00
Dmitriy Zaporozhets
ba59912072
Prepare UI for notification settings
2013-03-27 20:07:52 +02:00
Dmitriy Zaporozhets
d55ade1686
notification scaffold
2013-03-27 19:04:29 +02:00
Nihad Abbasov
7ed0dc0185
use convenient method to check for empty project repo
2013-03-26 07:14:57 -07:00
Sato Hiroyuki
33e236c631
Fix RoutingError when changing username to non ascii char.
2013-03-26 14:47:11 +09:00
Dmitriy Zaporozhets
d0df8a6ff8
remove project edit from admin area. Redesigned project page in admin area
2013-03-25 11:07:11 +02:00
Dmitriy Zaporozhets
e292d7c17b
Make transfer action in project controller
2013-03-25 10:48:30 +02:00
Dmitriy Zaporozhets
29b0ac489b
move edit to separate controller. This fixes #3265
2013-03-24 11:57:44 +02:00
Sato Hiroyuki
a1fe375e44
Fix 404 error while displaying json files.
...
It uses params[:id] instead of request.fullpath.
It should fix #3132 .
2013-03-21 15:10:14 +00:00
Dmitriy Zaporozhets
a163135cb5
Intead of showing 404 give users ability to close MR with missing branches
2013-03-20 20:22:29 +02:00
Dmitriy Zaporozhets
c71a7896b1
fix test button functionality for project -> service -> gitlab ci
2013-03-20 16:41:59 +02:00
Dmitriy Zaporozhets
57f3409bcc
move Wall to own resource
2013-03-19 12:35:42 +02:00
Dmitriy Zaporozhets
7587a3b2fc
fixed check for snippets module enabled
2013-03-18 23:44:57 +02:00
Dmitriy Zaporozhets
b765a7958d
Move snippets to own tab as feature. Make it disabled for new projects by default
2013-03-18 23:33:41 +02:00
Dmitriy Zaporozhets
ae06a0aab8
Return own tab for wall. Improve Wiki nav. Removed attachments listing page
2013-03-18 22:43:14 +02:00