Jacob Vosmaer
|
aa0473d0eb
|
Validate fingerprint uniqueness
|
2013-07-17 15:17:18 +02:00 |
|
Jacob Vosmaer
|
656d800f8c
|
Use Tempfile.open for automatic cleanup
|
2013-07-17 15:17:18 +02:00 |
|
Dmitriy Zaporozhets
|
8587e3a357
|
create corresponding events when create branch/tag with UI
|
2013-07-17 15:11:03 +03:00 |
|
Dmitriy Zaporozhets
|
403638b8a0
|
Feature: add git tag via ui
|
2013-07-17 14:43:18 +03:00 |
|
Dmitriy Zaporozhets
|
cbe9f56afa
|
Ability to create new branch via UI
|
2013-07-17 00:09:23 +03:00 |
|
Dmitriy Zaporozhets
|
132caae734
|
Move repo tags to own controller. add ability to remove tags
|
2013-07-16 23:12:52 +03:00 |
|
Dmitriy Zaporozhets
|
a165a0b23f
|
Create event on dashboard when branch removed via UI
|
2013-07-16 22:43:14 +03:00 |
|
Dmitriy Zaporozhets
|
7a167cf1f7
|
Move branches list to own controller with pagination. Ability to remove branches from UI
|
2013-07-16 22:19:07 +03:00 |
|
Dmitriy Zaporozhets
|
5181816970
|
Merge branch 'master' into 6-0-dev
|
2013-07-12 14:42:35 +03:00 |
|
Dmitriy Zaporozhets
|
c1d43ed78f
|
Merge pull request #4353 from dirker/allow-import-via-git-protocol
project: allow import via git:// url
|
2013-07-11 09:24:19 -07:00 |
|
Akiva Levy
|
88301d5695
|
Allow ecdsa SSH keys
Update app/models/key.rb to permit SSH keys of type ecdsa rather than forcing dsa and rsa algorithms.
|
2013-07-10 15:19:52 -07:00 |
|
Dmitriy Zaporozhets
|
8dd6af1466
|
Sanitize user attrs on model level
|
2013-07-10 13:48:50 +03:00 |
|
Dmitriy Zaporozhets
|
223d264051
|
Sanitize user attrs on model level
|
2013-07-10 13:48:03 +03:00 |
|
Dmitriy Zaporozhets
|
03586c6c79
|
Fix User#can_create_project?
|
2013-07-09 20:51:49 +03:00 |
|
Dmitriy Zaporozhets
|
5baac66992
|
More info (like 10 branches, 5 tags) at project show page
|
2013-07-09 10:44:47 +03:00 |
|
Dmitriy Zaporozhets
|
63e532eff0
|
Cache MR diffs result. Improve diff output
|
2013-07-08 20:12:35 +03:00 |
|
Dmitriy Zaporozhets
|
1dd80d22a5
|
Prevent confusion in naming user variable at admin area
|
2013-06-26 15:57:02 +03:00 |
|
Dmitriy Zaporozhets
|
a5dbe35354
|
Improve change group ownership logic
|
2013-06-26 14:51:57 +03:00 |
|
Dmitriy Zaporozhets
|
db03bfa868
|
Apply user project limit only for personal projects. We should not include group projects for user limit
|
2013-06-26 14:41:03 +03:00 |
|
Dmitriy Zaporozhets
|
d0529ad21d
|
Fixed cache key difference for graph
|
2013-06-25 14:19:33 +03:00 |
|
Dmitriy Zaporozhets
|
dc91755264
|
Cache graph log
|
2013-06-25 13:55:03 +03:00 |
|
Dmitriy Zaporozhets
|
d41940d36e
|
Merge branch 'master' into 6-0-dev
Conflicts:
app/views/projects/issues/show.html.haml
db/fixtures/development/09_issues.rb
db/fixtures/development/10_merge_requests.rb
|
2013-06-24 22:13:00 +03:00 |
|
Dmitriy Zaporozhets
|
113d2ff525
|
store and display public key fingerprint
|
2013-06-24 20:07:21 +03:00 |
|
Javier Castro
|
cf35d19c2e
|
Show participants on issues, including mentions, and notify email to all participants
|
2013-06-24 11:55:44 -03:00 |
|
Dmitriy Zaporozhets
|
529feb4b40
|
Add comment title to rss feed
|
2013-06-22 16:00:39 +03:00 |
|
Dmitriy Zaporozhets
|
59f75e6c1e
|
Remove unused accessor
|
2013-06-22 13:47:11 +03:00 |
|
Dmitriy Zaporozhets
|
19d628dd23
|
Set default order to authorized_project and authorized_groups
|
2013-06-22 13:39:34 +03:00 |
|
Dmitriy Zaporozhets
|
c2317d6785
|
cache project.team.members
|
2013-06-22 12:57:05 +03:00 |
|
Dmitriy Zaporozhets
|
1dd6606161
|
Send project transfer email to all members. Added specs for project move email
|
2013-06-22 10:56:51 +03:00 |
|
Dmitriy Zaporozhets
|
6577d3a49c
|
Markdown now support users from groups
|
2013-06-22 00:06:21 +03:00 |
|
Dmitriy Zaporozhets
|
fe514b17ab
|
Adding groups to notification settings
|
2013-06-21 23:17:58 +03:00 |
|
Dmitriy Zaporozhets
|
f3cbbfe020
|
Notifiable concern
|
2013-06-21 23:17:41 +03:00 |
|
Dmitriy Zaporozhets
|
e8e9e0f771
|
Use own abilities for namespace class
|
2013-06-21 22:44:40 +03:00 |
|
Dmitriy Zaporozhets
|
0273b79b92
|
User#owned_groups is now respect group membership
|
2013-06-21 22:38:43 +03:00 |
|
Dmitriy Zaporozhets
|
d0efe2c07c
|
Since masters_projects does not cover most of cases now we use authorized_projects for DeployKey read access
|
2013-06-21 16:42:59 +03:00 |
|
Dmitriy Zaporozhets
|
b1dbabdec3
|
Improve query of authorized_projects. Cache results for authorized_groups, authorized_projects methods
|
2013-06-21 16:36:28 +03:00 |
|
Dmitriy Zaporozhets
|
38a9fc4f47
|
Classic (mars) theme will be default for 6.0
|
2013-06-20 11:46:54 +03:00 |
|
Dirk Hörner
|
2d05271c67
|
project: allow import via git:// url
Besides specifying http and https url's as the import-url when creating
a new project, you can now use git://... url's to import via the git
protocol.
|
2013-06-20 10:28:32 +02:00 |
|
Dmitriy Zaporozhets
|
8e737ed542
|
Dont show remove/modify controls for personal project owner
|
2013-06-19 21:58:52 +03:00 |
|
Dmitriy Zaporozhets
|
93e003aa61
|
Restore users assoc with project
|
2013-06-19 19:54:10 +03:00 |
|
Dmitriy Zaporozhets
|
b3ef63a0a5
|
Migrate global project taks. Removed more teams related functionality
|
2013-06-19 19:48:48 +03:00 |
|
Dmitriy Zaporozhets
|
6e35aceff2
|
Annotated
|
2013-06-19 15:40:33 +03:00 |
|
Dmitriy Zaporozhets
|
439f399bec
|
Remove all team resources except models. Move models to deprecated directory
|
2013-06-18 21:22:34 +03:00 |
|
Dmitriy Zaporozhets
|
32ef2f37f6
|
Add owner to group members after group create
|
2013-06-18 17:47:52 +03:00 |
|
Dmitriy Zaporozhets
|
7d57b96ee0
|
Update authorized/owned resources with new group permissions
|
2013-06-18 17:47:52 +03:00 |
|
Dmitriy Zaporozhets
|
b4fe5a76a7
|
Fix UsersGroup specs
|
2013-06-18 17:47:52 +03:00 |
|
Dmitriy Zaporozhets
|
fcc1ba5bf2
|
Fix spinach group
|
2013-06-18 17:47:52 +03:00 |
|
Dmitriy Zaporozhets
|
e12c9ee2bc
|
Added UsersGroup scaffold. Simplify adding people to group
|
2013-06-18 17:47:52 +03:00 |
|
Dmitriy Zaporozhets
|
c9fb7e39eb
|
Project Team now supports a non-group projects
|
2013-06-18 17:47:52 +03:00 |
|
Dmitriy Zaporozhets
|
209f96bebe
|
Use project.team over project.users
|
2013-06-18 17:47:52 +03:00 |
|