Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove duplication between Group and ProjectMember. | Douwe Maan | 2015-04-14 | 1 | -19/+2 |
| | |||||
* | Let members be invited from Add members pane. | Douwe Maan | 2015-04-14 | 1 | -3/+17 |
| | |||||
* | Track who created a group or project member. | Douwe Maan | 2015-04-14 | 1 | -7/+9 |
| | |||||
* | Split up AttachmentUploader. | Douwe Maan | 2015-02-20 | 1 | -1/+1 |
| | |||||
* | Revert "Fix broken access control and refactor avatar upload" | Dmitriy Zaporozhets | 2015-02-19 | 1 | -1/+1 |
| | | | | This reverts commit 7d5f86f6cbd187e75a6ba164ad6bfd036977dd07. | ||||
* | Fix broken access control and refactor avatar upload | Hannes Rosenögger | 2015-02-16 | 1 | -1/+1 |
| | | | | | | | | | | | This commit moves the note folder from /public/uploads/note to /uploads/note and changes the uploader accordingly. Now it's no longer possible to avoid the access control by modifing the url. The Avatar upload has been refactored to use an own uploader as well to cleanly seperate the two upload types. | ||||
* | Refactor sorting in project | Dmitriy Zaporozhets | 2015-02-05 | 1 | -16/+10 |
| | |||||
* | Fix group search to check path as well as name. | Tim Bishop | 2015-01-30 | 1 | -1/+1 |
| | | | | | | | | | The API documentation says: "You can search for groups by name or path with: /groups?search=Rails" But you can't because the search query only checks the name, not the path. This fixes that. | ||||
* | Added support for firing system hooks on group create/destroy and ↵ | Boyan Tabakov | 2015-01-27 | 1 | -0/+15 |
| | | | | | | adding/removing users to group. Added tests and updated docs. Also adding 'user_id' field in the hooks for adding/removing user from team. | ||||
* | Raise group avatar filesize limit to 200kb, fixes #8527 | Robert Schilling | 2015-01-02 | 1 | -1/+1 |
| | |||||
* | Huge replace of old users_project and users_group references | Dmitriy Zaporozhets | 2014-09-14 | 1 | -10/+10 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Added public groups area to enhance searching and exploring of projects | dreis | 2014-07-15 | 1 | -0/+16 |
| | | | | | | | | | | | | | | | | fixed whitespaces and quotes fixed whitespaces fixed devise.html.haml fixed method parenthesis in app/models/group.rb removed links from header removed links from devise.html added tests | ||||
* | Group and Event strong_params | Dmitriy Zaporozhets | 2014-06-26 | 1 | -2/+0 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | User model to strong params. Comment other attr_accessible to let tests run | Dmitriy Zaporozhets | 2014-06-26 | 1 | -1/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Refactor some search scopes to prevent wierd behaviour and PG::Error issues | Dmitriy Zaporozhets | 2014-06-05 | 1 | -6/+4 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Add ability rule for creating project in namespace | Dmitriy Zaporozhets | 2014-05-28 | 1 | -1/+5 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Re-annotate models | Dmitriy Zaporozhets | 2014-04-09 | 1 | -2/+3 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Allow access to groups with public projects. | Jason Hollingsworth | 2014-02-20 | 1 | -0/+6 |
| | | | | | Fixed Group avatars to only display when user has read permissions to at least one project in the group. | ||||
* | added group avatars | Steven Thonus | 2014-01-28 | 1 | -0/+16 |
| | |||||
* | Fixed rails 4 deprecation warnings in groups | Jeroen van Baarsen | 2013-12-10 | 1 | -1/+1 |
| | |||||
* | Update user access level when adding to group. | Marin Jankovski | 2013-10-14 | 1 | -1/+2 |
| | |||||
* | Annotate! | Dmitriy Zaporozhets | 2013-10-01 | 1 | -1/+1 |
| | |||||
* | Group ownership completely based on users_groups relation now | Dmitriy Zaporozhets | 2013-09-26 | 1 | -14/+11 |
| | | | | | | | 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 | ||||
* | Modify permissions for project and group | Dmitriy Zaporozhets | 2013-09-25 | 1 | -0/+4 |
| | | | | | | | * 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 | ||||
* | Improve user block/removal from admin area | Dmitriy Zaporozhets | 2013-08-27 | 1 | -1/+1 |
| | | | | | Provide UI with explanation what happens when you block or remove user When remove user - remove all groups where user is an only owner | ||||
* | Improve change group ownership logic | Dmitriy Zaporozhets | 2013-06-26 | 1 | -0/+11 |
| | |||||
* | Add owner to group members after group create | Dmitriy Zaporozhets | 2013-06-18 | 1 | -17/+13 |
| | |||||
* | Use project.team over project.users | Dmitriy Zaporozhets | 2013-06-18 | 1 | -6/+0 |
| | |||||
* | Added UsersGroup validations. Added ability to add UsersGroup to group via UI | Dmitriy Zaporozhets | 2013-06-18 | 1 | -0/+6 |
| | |||||
* | create UsersGroup entity. Modify ability to check group owners instead one owner | Dmitriy Zaporozhets | 2013-06-18 | 1 | -0/+6 |
| | |||||
* | Update model methods | Andrey Kumanyaev | 2013-04-03 | 1 | -0/+1 |
| | |||||
* | reannotated | Dmitriy Zaporozhets | 2013-03-15 | 1 | -1/+1 |
| | |||||
* | Description to groups added | Andrew8xx8 | 2013-02-28 | 1 | -7/+8 |
| | |||||
* | Improve perfomance of removeing group | Dmitriy Zaporozhets | 2012-12-30 | 1 | -0/+4 |
| | |||||
* | Get rid of skipping callbacks in production code. Dont trigger gitolite more ↵ | Dmitriy Zaporozhets | 2012-12-30 | 1 | -3/+5 |
| | | | | than once on import in group | ||||
* | Code duplication removed from controllers | Andrey Kumanyaev | 2012-12-26 | 1 | -0/+6 |
| | |||||
* | Refactor abilities. Added ProjectUpdate context. Fixed few bugs with namespaces | Dmitriy Zaporozhets | 2012-11-29 | 1 | -1/+3 |
| | |||||
* | Reannotated | Dmitriy Zaporozhets | 2012-11-24 | 1 | -2/+3 |
| | |||||
* | Ability to create project with namespace | Dmitriy Zaporozhets | 2012-11-23 | 1 | -0/+4 |
| | |||||
* | Namespace model added. Migration to convert exit project/groups | Dmitriy Zaporozhets | 2012-11-22 | 1 | -20/+1 |
| | |||||
* | Annotated. schema updated | Dmitriy Zaporozhets | 2012-11-19 | 1 | -13/+12 |
| | |||||
* | Annotated | Dmitriy Zaporozhets | 2012-10-09 | 1 | -0/+1 |
| | |||||
* | simple refactoring | Andrey Kumanyaev | 2012-10-09 | 1 | -14/+14 |
| | |||||
* | Minore code-style fixes | Valeriy Sizov | 2012-10-04 | 1 | -1/+1 |
| | |||||
* | SQL Fixes | Dmitriy Zaporozhets | 2012-10-03 | 1 | -1/+5 |
| | |||||
* | Spianch test for group dashboard | Dmitriy Zaporozhets | 2012-10-03 | 1 | -0/+4 |
| | |||||
* | Admin Group scaffold -> new, show, index | Dmitriy Zaporozhets | 2012-10-02 | 1 | -0/+6 |
| | |||||
* | Group entity. Group has many projects | Dmitriy Zaporozhets | 2012-10-02 | 1 | -0/+22 |