Stan Hu
6a6697c393
Add README to list of files in project page if activity feed setting in use
...
Closes #2044
2015-08-10 07:31:57 -07:00
Douwe Maan
8b6ae0104d
Merge branch 'master' into comment-updated-by
2015-08-06 12:52:26 +02:00
Douwe Maan
0b5acdd88f
Show buttons to add license, changelog and contribution guide if they're missing.
2015-07-30 15:12:57 +02:00
Douwe Maan
36bd6c8494
Show who last edited a comment if it wasn't the original author
2015-07-30 14:45:54 +02:00
Stan Hu
a5e8ea54ec
Fix Error 500 when browsing projects with no HEAD
...
Steps to reproduce:
1. Create a project with a README
2. In the actual remote, type: `git symbolic-ref HEAD refs/heads/nowhere`
3. Check that HEAD is gone via `git ls-remote .`
4. Go to the projects page and see the Error 500
Closes https://github.com/gitlabhq/gitlabhq/issues/9484
2015-07-24 10:14:58 -07:00
Daniel Gerhardt
69417d36b2
Fix label read access for unauthenticated users
...
The label page was added to navigation for unauthorized users because
the previously used milestone read permission was still checked. This
has been fixed and read access to labels is now granted (again) for
public projects.
This regression has been introduced in
07efb17e10 (7.12).
See also 9bcd36396b .
Refs !836 , !842 .
2015-07-19 21:33:21 +02:00
Dmitriy Zaporozhets
f0116f1335
Store commit count in project table
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-07-17 15:22:56 +02:00
Marin Jankovski
057d45fb23
Use password field default password masking.
2015-07-13 13:32:14 +02:00
Dmitriy Zaporozhets
bda04bc687
Merge branch 'fork_visibility_level' into 'master'
...
Forks should not have more permissive visibility levels than the original
https://dev.gitlab.org/gitlab/gitlabhq/issues/2286
See merge request !936
2015-07-10 12:05:54 +00:00
Dmitriy Zaporozhets
635ffe4841
Cache readme rendering result
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-07-09 14:47:28 +02:00
Dmitriy Zaporozhets
f0e1da04f0
Show last push widget on several project pages
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-07-08 23:21:35 +02:00
Dmitriy Zaporozhets
bd08ac55c7
Recommend user to create README file for both empty and existing project
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-07-08 13:41:03 +02:00
Dmitriy Zaporozhets
c2f02fc1a4
Refactor star and fork buttons
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-07-08 12:25:34 +02:00
Dmitriy Zaporozhets
d192f921c1
Move project activity to separate tab. Add more features to project home page
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-07-07 16:01:12 +02:00
Valery Sizov
111ebe5471
Fork visibility level fix
2015-07-06 17:40:33 +03:00
Robert Speicher
8c8cd8be43
Update time_ago_with_tooltip helper
...
Minor refactoring, add specs, changes arguments to use keywords.
2015-06-17 16:37:10 -04:00
Dmitriy Zaporozhets
2afa5fcb52
Add ability to leave project
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-05-29 16:23:36 +02:00
Stan Hu
9bcd36396b
Refactor permission checks to use can? instead of issues_enabled and merge_requests_enabled
2015-05-25 16:51:04 -07:00
Douwe Maan
26ad250989
Add a page title to every page.
2015-04-30 19:12:15 +02:00
Douwe Maan
1b5c483d89
Consistently use "invitation" rather than "invite" in text.
2015-04-14 12:25:16 +02:00
Douwe Maan
2a1d4255da
Correctly render invite members without user.
2015-04-14 12:07:33 +02:00
Douwe Maan
ed097df627
Clean up code.
2015-04-03 12:28:47 +02:00
Dmitriy Zaporozhets
9d6ffcfa5f
Refactor star btn logic for non-logged in user and fix tests
2015-03-29 18:50:45 -07:00
Dmitriy Zaporozhets
405f91d2b8
Refactor star/fork buttons
2015-03-29 18:15:54 -07:00
Phil Hughes
6920fd3ddd
Alignment fixes for repo buttons
2015-03-29 12:56:45 +01:00
Phil Hughes
79bd8ca989
Changed button type
2015-03-27 07:06:38 +00:00
Phil Hughes
91b108192c
Fork/Star button re-design
2015-03-26 19:38:20 +00:00
Marin Jankovski
bbf6019dd8
Milestones and labels can be used even when issues are disabled.
2015-03-24 15:18:27 -07:00
vichak
e5b8cf0a8f
Fix #8966 Remove Milestones/Labels from project navbar when Isses disabled
2015-03-23 16:48:50 +01:00
Douwe Maan
b1b8261f56
Add license and contribution guide links to project sidebar.
2015-03-18 16:17:43 +01:00
Marin Jankovski
a1f5ae98e2
Show asterisks instead of password in service edit form.
2015-03-12 10:10:19 -07:00
Dmitriy Zaporozhets
1da71cc520
Introduce shortcuts for routing helpers
2015-02-25 19:34:16 -08:00
Douwe Maan
448817c4de
Load public key in initializer.
2015-02-24 15:07:24 +01:00
Douwe Maan
ad6d623234
Add Bitbucket importer.
2015-02-24 15:07:24 +01:00
Vinnie Okada
76aad9b76e
Upgrade to Rails 4.1.9
...
Make the following changes to deal with new behavior in Rails 4.1.2:
* Use nested resources to avoid slashes in arguments to path helpers.
2015-02-14 11:09:23 -07:00
Valery Sizov
5194214e3a
GitLab integration. Importer
2015-02-05 12:50:34 -08:00
Dmitriy Zaporozhets
d04344373b
Rubocop: no trailing newlines
2015-02-02 21:53:27 -08:00
Dmitriy Zaporozhets
e890582681
Rubocop enabled for: Use spaces inside hash literal braces
2015-02-02 20:36:54 -08:00
Robert Speicher
4e7a4cd956
Use icon helper method in helper modules
2015-01-28 03:48:18 -05:00
Dmitriy Zaporozhets
fc17b440f9
Merge branch 'move_external_issue_tracker_away_from_yml_config' into 'master'
...
Move external issue tracker away from yml config
See merge request !1442
2015-01-27 20:57:48 +00:00
Valery Sizov
79ca8146f3
Merge branch 'github-no-omniauth' into 'master'
...
Don't require omniauth to enable github importer
I noticed the github importer is only enabled when omniauth authentication is also enabled. That isn't actually necessary -- just the oauth keys from GitHub are required to be configured.
The fix for this is very simple.
See merge request !316
2015-01-27 18:33:09 +00:00
Marin Jankovski
0da59cb55b
Merge branch 'master' into move_external_issue_tracker_away_from_yml_config
...
Conflicts:
app/models/project.rb
spec/models/project_spec.rb
2015-01-26 22:12:53 -08:00
Dmitriy Zaporozhets
aac36b120e
Fix app title when browse blob
2015-01-26 19:28:11 -08:00
Dmitriy Zaporozhets
21297e78af
Refactor blob helpers
2015-01-26 15:03:14 -08:00
Marco Wessel
05b6bb4bf7
Don't require omniauth to be enabled, to use github importer
2015-01-26 21:25:13 +01:00
Marin Jankovski
c70dcd2907
Merge branch 'master' into move_external_issue_tracker_away_from_yml_config
2015-01-23 12:38:46 -08:00
Marin Jankovski
a720dde67c
Remove configuration option from project settings page for external issue trackers.
2015-01-23 11:55:41 -08:00
Dmitriy Zaporozhets
2b10520b30
Merge pull request #7999 from cirosantilli/append-inplace
...
Append in place for strings and arrays [failure unrelated]
2015-01-21 23:07:15 -08:00
Dmitriy Zaporozhets
539be2441a
Merge pull request #8176 from yglukhov/stability-fix
...
Stability improvement
2015-01-18 10:36:26 -08:00
Dmitriy Zaporozhets
bb1f8b1d8b
Merge branch 'github_importer'
...
Conflicts:
app/helpers/projects_helper.rb
2015-01-13 10:35:16 -08:00