Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | 2 | -1/+2 | |
| | ||||||
* | Added frm to default pretty print extensions (issue 156) | James Moger | 2012-10-31 | 2 | -1/+2 | |
| | ||||||
* | 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 | 3 | -2/+3 | |
| | ||||||
* | 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 | 6 | -14/+72 | |
| | | | | 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 | 23 | -114/+519 | |
| | ||||||
* | 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 | 19 | -52/+514 | |
| | ||||||
* | 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 | 5 | -4/+53 | |
| | ||||||
* | Fix broken unit test on Windows | James Moger | 2012-10-23 | 1 | -0/+4 | |
| | ||||||
* | Enforce strict order for permission determination | James Moger | 2012-10-23 | 3 | -13/+137 | |
| | | | | | | | | | | | | | | | 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 | 6 | -9/+23 | |
| | ||||||
* | 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 | 11 | -29/+128 | |
| | ||||||
* | 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 | 10 | -10/+265 | |
| | | | | | | | | | | | | | | | | 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. | |||||
* | Removed unneeded pom file from Gerrit plugin merge | James Moger | 2012-10-20 | 1 | -7/+0 | |
| | ||||||
* | 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 | 2 | -36/+83 | |
| | ||||||
* | 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 | 4 | -5/+4 | |
| | ||||||
* | Completed permissions UI, RPC, and Manager support (issue 36) | James Moger | 2012-10-19 | 36 | -667/+582 | |
| | ||||||
* | New permissions UI for EditRepository (issue 36) | James Moger | 2012-10-19 | 9 | -38/+552 | |
| | ||||||
* | Exclude submodules from zip downloads (issue 151) | James Moger | 2012-10-19 | 2 | -0/+4 | |
| | ||||||
* | New permissions UI for EditUser and EditTeam (issue 36) | James Moger | 2012-10-19 | 13 | -32/+348 | |
| | ||||||
* | Add note about http.sslVerify to federation docs (issue 146) | James Moger | 2012-10-19 | 1 | -0/+7 | |
| | ||||||
* | Added UserModel null check | James Moger | 2012-10-19 | 1 | -4/+6 | |
| | ||||||
* | Allows integration of GitBlit as plug-in in other projects. | Luca Milanesio | 2012-10-20 | 9 | -28/+181 | |
| | | | | | | | | | | | | | | | There are now three new targets on the ANT build: - buildJAR: creates a GitBlit JAR including the GitBlit biz logic - installMaven: install GitBlit JAR as Maven module - uploadMaven: uploads GitBlit JAR to a Maven repository Additional extensions have been made to allow: a) GitBlit to load his resources outside of Wicket domain b) GitBlit to use an injected UserService c) Generic authentication of HTTP Request using 3rd party logic d) Load settings programmatically from an InputStream e) Use cookie authentication OR generic HTTP Request authentication for Wicket pages f) UserModel with branch-level security logic | |||||
* | Merge branch 'master' of https://github.com/Mrbytes/gitblit | James Moger | 2012-10-13 | 1 | -10/+15 | |
|\ | ||||||
| * | GitBlitWebApp_es.properties: | Mrbytes | 2012-10-12 | 1 | -10/+15 | |
| | | | | | | | | | | | | | | -Up-to-date. -Some minor changes in syntax for better compression. Signed-off-by: Mrbytes <eguervos@msn.com> | |||||
* | | Whitespace change | James Moger | 2012-10-12 | 1 | -347/+350 | |
| | | ||||||
* | | Implemented Manager support for team roles and verify committer | James Moger | 2012-10-12 | 2 | -1/+26 | |
| | |