Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't attempt to create a committership delete event when deleting a user | Johan Sørensen | 2009-12-10 | 1 | -0/+1 |
| | |||||
* | attr_protect Committership#permisssions from mass attribute updates | Johan Sørensen | 2009-11-30 | 1 | -4/+13 |
| | | | | | | Also ad a Committership::create_with_permission to easy expressing things, mostly for usable for test and utility code NOT for controller code. | ||||
* | Make it more obvious that the new message notifications are just that | Johan Sørensen | 2009-11-30 | 1 | -2/+2 |
| | | | | | The outgoing email notification when receiving a private message should be a lot clearer that it is a message | ||||
* | Don't blow up if Committership#build_permissions receives nil | Johan Sørensen | 2009-11-26 | 1 | -1/+1 |
| | |||||
* | No reason to skip bits in the Committership permissions | Johan Sørensen | 2009-11-24 | 1 | -2/+2 |
| | |||||
* | Use "Collaborator" instead of "Committer" when adding new committerships | Johan Sørensen | 2009-11-19 | 1 | -1/+1 |
| | | | | | The Committership class really needs a different name now that they have more fine-grained permissions, but now just change the UI. | ||||
* | Add controller+view code for setting permissions on a Committership | Johan Sørensen | 2009-11-19 | 1 | -0/+1 |
| | |||||
* | Be able to get a list of permissions out of a Committership | Johan Sørensen | 2009-11-19 | 1 | -0/+4 |
| | |||||
* | Create the proper initial Committership permissions when a repository is created | Johan Sørensen | 2009-11-19 | 1 | -0/+7 |
| | |||||
* | Added auxiliary methods on Committership for checking and fetching based on ↵ | Johan Sørensen | 2009-11-19 | 1 | -10/+31 |
| | | | | permission masks | ||||
* | Add a permissions bitmask to Committership | Johan Sørensen | 2009-11-19 | 1 | -15/+36 |
| | |||||
* | In stead of destroying messages when their notifiables | Marius Mathiesen | 2009-06-02 | 1 | -0/+6 |
| | | | | | | | | | are destroyed (which could lead to messages becoming invisible), we nullify the notifiable references. Since AR's dependent => nullify only nullifies the id, not the type, a before_destroy filter is introduced. | ||||
* | Committerships should be unique for a repo and committer. | Marius Mathiesen | 2009-05-13 | 1 | -0/+2 |
| | |||||
* | More elaborate notifications when adding a user to a team or as committer | Johan Sørensen | 2009-04-22 | 1 | -1/+12 |
| | |||||
* | Updated copyrights-blurb in all application files | Johan Sørensen | 2009-04-22 | 1 | -1/+5 |
| | |||||
* | Create an event when a committer is added/removed from a repository | Johan Sørensen | 2009-04-22 | 1 | -0/+12 |
| | |||||
* | Sending a notification to a repository's owners (new method) when a ↵ | Marius Mathiesen | 2009-04-22 | 1 | -0/+11 |
| | | | | | | committership is created. Fixed a bug where the subject provided through the controller would be replaced in the model (HashWithIndifferentAccess, yay). | ||||
* | Clicking the "manage committers" link on a repository takes them to the | Johan Sørensen | 2009-04-22 | 1 | -1/+4 |
| | | | | committerships page | ||||
* | [migration] Renamed participations to Committerships | Johan Sørensen | 2009-04-22 | 1 | -0/+44 |
| | |||||
* | Nuke the Committership model and table | Johan Sørensen | 2009-04-22 | 1 | -27/+0 |
| | | | | Its responsibility is now under groups | ||||
* | Add copyright and license headers (AGPL) to code files | Tor Arne Vestbø | 2008-11-28 | 1 | -0/+18 |
| | | | | | The authors in each copyright header was computed by running 'git log --reverse' on that particular file. | ||||
* | refactoring to use polymorphic associations (USER does ACTION on X) | David A. Cuadrado | 2008-04-07 | 1 | -0/+1 |
| | | | | Signed-off-by: David A. Cuadrado <krawek@gmail.com> | ||||
* | rename Permission to Committership | Johan Sørensen | 2007-12-13 | 1 | -0/+8 |