| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Restyle oauth accounts at profile page and add ability to unlink accountimprove-profile | Dmitriy Zaporozhets | 2015-03-21 | 1 | -0/+6 |
| | | |||||
| * | Use `group_member` instead of `users_group` or `membership`. | Douwe Maan | 2015-03-15 | 1 | -3/+3 |
| | | |||||
| * | Move profile groups page to dashboard | Dmitriy Zaporozhets | 2015-03-08 | 1 | -23/+0 |
| | | |||||
| * | Allow users that signed up via OAuth to set their password in order to use ↵ | Douwe Maan | 2015-02-13 | 1 | -3/+5 |
| | | | | | Git over HTTP(S). | ||||
| * | Merge branch 'notification_email' | Dmitriy Zaporozhets | 2015-02-07 | 2 | -2/+23 |
| |\ | | | | | | | | | Conflicts: db/schema.rb | ||||
| | * | Allow notification email to be set separately from primary email. | Douwe Maan | 2015-02-07 | 2 | -2/+23 |
| | | | | | | | | | Closes #1932. | ||||
| * | | Explicitly define ordering in models using default_scope | Dmitriy Zaporozhets | 2015-02-05 | 1 | -1/+1 |
| |/ | |||||
| * | Fix adminarea and emails for new membership logic | Dmitriy Zaporozhets | 2014-09-15 | 1 | -3/+3 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Replace old references of users_project & users_group | Dmitriy Zaporozhets | 2014-09-14 | 1 | -2/+2 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Huge replace of old users_project and users_group references | Dmitriy Zaporozhets | 2014-09-14 | 2 | -6/+6 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Require current password even if password was expired | Dmitriy Zaporozhets | 2014-07-29 | 1 | -0/+5 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Fix password change. Fix test settings | Dmitriy Zaporozhets | 2014-06-26 | 1 | -1/+1 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Make app works with strong params | Dmitriy Zaporozhets | 2014-06-26 | 1 | -1/+7 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Key strong params | Dmitriy Zaporozhets | 2014-06-26 | 1 | -1/+6 |
| | | | | | 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 | -4/+8 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Allow oauth signup without email | Dmitriy Zaporozhets | 2014-04-07 | 1 | -1/+1 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Fix `/:username.keys` response content type | Dmitry Medvinsky | 2014-03-20 | 1 | -1/+1 |
| | | | | | | | | | | Currently this method responds with `text/html`. It is kind of unusable if you open it in a browser. The browser thinks it is HTML and renders it as HTML, meaning new lines are dropped. So it's very hard to distinguish where the key starts and where it ends. This commit changes the content type header to `text/plain`. | ||||
| * | Add email aliases for users | Jason Hollingsworth | 2014-02-13 | 1 | -0/+26 |
| | | | | | | | | | Emails are used to associate commits with users. The emails are not verified and don't have to be valid email addresses. They are assigned on a first come, first serve basis. Notifications are sent when an email is added. | ||||
| * | User can leave group from group page. | Ciro Santillli | 2014-02-12 | 1 | -4/+3 |
| | | |||||
| * | Split the user ssh keys by newline, not the characters "\n" | Johannes Schleifenbaum | 2014-02-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | before: GET /user.keys ssh-rsa ...\nssh-rsa ...\nssh-rsa ... after: GET /user.keys ssh-rsa ... ssh-rsa ... sha-rsa ... | ||||
| * | code refactor as per standards | GitLab | 2014-02-11 | 1 | -4/+7 |
| | | |||||
| * | sync with upstream for ease to merge | GitLab | 2014-02-06 | 5 | -4/+63 |
| |\ | |||||
| | * | merge with upstream master | GitLab | 2014-02-06 | 5 | -4/+63 |
| | |\ | |||||
| | | * | Remove deprecated finders | skv | 2014-01-19 | 1 | -1/+1 |
| | | | | |||||
| | | * | fix most of warnings | skv | 2013-12-15 | 1 | -1/+1 |
| | | | | |||||
| | | * | Expire event cache on avatar creation/removal | Drew Blessing | 2013-12-11 | 1 | -0/+2 |
| | | | | |||||
| | | * | Issue 5716 - Allow removal of avatar | Drew Blessing | 2013-12-02 | 1 | -0/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add class and style Add spinach tests Add entry to CHANGELOG Add entry to CHANGELOG | ||||
| | | * | Fix spinach profile tests | Dmitriy Zaporozhets | 2013-10-09 | 1 | -2/+2 |
| | | | | |||||
| | | * | Move profile account to separate controller | Dmitriy Zaporozhets | 2013-10-09 | 1 | -0/+7 |
| | | | | |||||
| | | * | Separate page for password change | Dmitriy Zaporozhets | 2013-10-09 | 1 | -1/+40 |
| | | | | |||||
| | * | | getting user keys publically through http without any authentication, the ↵ | devaroop | 2013-10-02 | 1 | -0/+18 |
| | |/ | | | | | | | github way. E.g: http://github.com/devaroop.keys | ||||
| * | | adding tests for the ssh keys feature | GitLab | 2014-02-06 | 1 | -1/+1 |
| | | | |||||
| * | | getting user keys publically through http without any authentication, the ↵ | devaroop | 2013-10-03 | 1 | -0/+18 |
| |/ | | | | | | github way. E.g: http://github.com/devaroop.keys changelog updated to include ssh key retrieval feature update | ||||
| * | Group ownership completely based on users_groups relation now | Dmitriy Zaporozhets | 2013-09-26 | 1 | -2/+2 |
| | | | | | | | | 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 | ||||
| * | Show correct group membership in profile | Dmitriy Zaporozhets | 2013-08-06 | 1 | -1/+1 |
| | | |||||
| * | Add group button at Profile#groups page | Dmitriy Zaporozhets | 2013-07-12 | 1 | -1/+1 |
| | | |||||
| * | Ability to leave group from profile area | Dmitriy Zaporozhets | 2013-07-12 | 1 | -0/+24 |
| | | |||||
| * | Better design for SSH keys page | Dmitriy Zaporozhets | 2013-06-24 | 1 | -1/+1 |
| | | |||||
| * | Move Profile related controllers under Profiles:: module | Dmitriy Zaporozhets | 2013-06-24 | 3 | -0/+99 |
