Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | HTML email notification methods and hook (pull request #51) | Guillaume Sauthier | 2012-11-05 | 1 | -0/+31 |
| | |||||
* | MavenObject definitions have slightly more consistent code layout now | Marcin Floryan | 2012-11-03 | 1 | -70/+125 |
| | |||||
* | Download progress - CR character behaves as expected on Windows but not on ↵ | Marcin Floryan | 2012-11-03 | 1 | -2/+7 |
| | | | | other platforms. | ||||
* | Permission filtering in web ui | James Moger | 2012-11-02 | 11 | -55/+327 |
| | | | | | Present the mutable permissions by default. Allow the administrator or owner to toggle the displayed permissions to see how the user and team permissions are applied to a repository. | ||||
* | Include owned repositories while editing a user model | James Moger | 2012-11-01 | 1 | -0/+10 |
| | |||||
* | Ignore permission definitions for admins, it just confuses things | James Moger | 2012-11-01 | 4 | -30/+49 |
| | |||||
* | Centralize Manager row height setting | James Moger | 2012-11-01 | 11 | -14/+1 |
| | |||||
* | Gracefully deal with missing repository in permissions ui (issue 155) | James Moger | 2012-11-01 | 10 | -37/+61 |
| | |||||
* | Renamed isEditable to mutable | James Moger | 2012-10-31 | 9 | -20/+20 |
| | |||||
* | Improve transparency of permissions by indicating permission source | James Moger | 2012-10-31 | 11 | -133/+213 |
| | |||||
* | Personal repositories must always be owned by the account the repo is stored in | James Moger | 2012-10-31 | 1 | -1/+1 |
| | |||||
* | Teams must be sorted | James Moger | 2012-10-31 | 2 | -1/+3 |
| | |||||
* | Repository cache must be case-insensitive to match permissions | James Moger | 2012-10-31 | 1 | -9/+9 |
| | |||||
* | Don't even bother running Lucene indexer if we are GCing anything | James Moger | 2012-10-31 | 3 | -0/+23 |
| | |||||
* | Fixed ticgit ticket urls (issue 157) | James Moger | 2012-10-31 | 1 | -1/+1 |
| | |||||
* | Include gravatar images in registrant permissions panel, if configured | James Moger | 2012-10-31 | 3 | -8/+40 |
| | |||||
* | Clarified delete permission choice | James Moger | 2012-10-31 | 1 | -1/+1 |
| | |||||
* | Reject add if permission selector has not been set | James Moger | 2012-10-31 | 1 | -0/+3 |
| | |||||
* | Enable verify committer iff >= push restricted | James Moger | 2012-10-31 | 2 | -9/+16 |
| | |||||
* | Handle case of missing repository in Manager (issue 155) | James Moger | 2012-10-31 | 1 | -1/+9 |
| | |||||
* | Fixed intermittent incomplete fork network | James Moger | 2012-10-30 | 1 | -0/+10 |
| | |||||
* | Replaced fork icon | James Moger | 2012-10-30 | 1 | -2/+2 |
| | |||||
* | Added null checkinng and logging for edit user permissions (issue 155) | James Moger | 2012-10-30 | 1 | -3/+10 |
| | |||||
* | Fix intermittent Wicket page expirations on EditNNN pages | James Moger | 2012-10-30 | 4 | -0/+33 |
| | |||||
* | Moved owner field onto access permissions tab | James Moger | 2012-10-30 | 2 | -13/+21 |
| | |||||
* | Refactor GC period into an integer for simpler translations | James Moger | 2012-10-30 | 5 | -9/+67 |
| | | | | Also hooked-up GC settings in the Manager. | ||||
* | Fixed missing repo counts on user projects | James Moger | 2012-10-30 | 1 | -3/+4 |
| | |||||
* | Stabilizing and polishing permissions ui. Still in-progress. | James Moger | 2012-10-29 | 21 | -112/+510 |
| | |||||
* | Use repository swatch coloring in registrant permissions panel | James Moger | 2012-10-29 | 2 | -2/+13 |
| | |||||
* | Experimental JGit-based GC Executor | James Moger | 2012-10-28 | 16 | -40/+442 |
| | |||||
* | Do not display link for add team in LDAP-managed teams setup (issue 153) | James Moger | 2012-10-28 | 1 | -1/+1 |
| | |||||
* | Fixed missing project counts in project headers | James Moger | 2012-10-24 | 2 | -2/+2 |
| | |||||
* | Implemented exclusion (X) permission | James Moger | 2012-10-23 | 3 | -3/+7 |
| | |||||
* | Enforce strict order for permission determination | James Moger | 2012-10-23 | 2 | -12/+18 |
| | | | | | | | | | | | | | | | The order of permissions defined within a user or team is preserved during read and write. This order is important for determining the regex match used within the user or team object. If the user is an admin or repository owner, then RW+ Else if user has an explicit permission, use that Else check for the first regex match in user permissions Else check for the HIGHEST permission from team memberships If the team is an admin team, then RW+ Else if a team has an explicit permission, use that Else check for the first regex match in team permissions | ||||
* | Add some common regex filters to the repository lists | James Moger | 2012-10-23 | 5 | -29/+80 |
| | |||||
* | Repository sorting should be case-insensitive | James Moger | 2012-10-23 | 1 | -0/+2 |
| | |||||
* | Tweak permissions panel layout a bit | James Moger | 2012-10-22 | 1 | -2/+2 |
| | |||||
* | Fixed bug where owner could not edit a repository through web ui | James Moger | 2012-10-22 | 1 | -3/+4 |
| | |||||
* | Permission regexes are now case-insensitive | James Moger | 2012-10-22 | 3 | -4/+18 |
| | |||||
* | Fixed null pointer exceptions Manager create User and Team | James Moger | 2012-10-22 | 2 | -4/+14 |
| | |||||
* | Differentiate between an explicit permission and a regex permission | James Moger | 2012-10-22 | 10 | -27/+126 |
| | |||||
* | Renamed method to UserModel.canCreate(String repository) | James Moger | 2012-10-22 | 2 | -4/+3 |
| | |||||
* | Ensure illegal repository names are rejected in create-on-push | James Moger | 2012-10-22 | 1 | -4/+22 |
| | |||||
* | Implemented optional create-on-push | James Moger | 2012-10-21 | 5 | -6/+142 |
| | | | | | | | | | | | | | | | | If this feature is enabled then permitted users can automatically create a repository when pushing to one that does not yet exist. Permitted users are administrators and any user with the CREATE role. If the pushing account is an administrator, the created repository may be located in any folder/project space. This reposiory will inherit the server's default access restriction and authorization control. The repository owner will be the pushing account. If the pushing account is a regular user with the CREATE role, the repository can only be located in the account's personal folder (~username/myrepo.git). This repository will be VIEW restricted and accessible by NAMED users. The repository owner will be the pushing account. | ||||
* | Switch to tab interface for Edit User and Edit Team for consistency | James Moger | 2012-10-20 | 3 | -27/+87 |
| | |||||
* | Split edit repository page into tabs | James Moger | 2012-10-19 | 1 | -33/+81 |
| | |||||
* | Construct access permissions from already retrieved data | James Moger | 2012-10-19 | 2 | -12/+21 |
| | |||||
* | Split committer verification description into two strings | James Moger | 2012-10-19 | 2 | -2/+3 |
| | |||||
* | Completed permissions UI, RPC, and Manager support (issue 36) | James Moger | 2012-10-19 | 33 | -653/+540 |
| | |||||
* | New permissions UI for EditRepository (issue 36) | James Moger | 2012-10-19 | 9 | -38/+552 |
| |