summaryrefslogtreecommitdiffstats
path: root/src/com/gitblit/wicket/pages/EditUserPage.java
Commit message (Collapse)AuthorAgeFilesLines
* Reorganized to Apache Standard Directory Layout & integrated MoxieJames Moger2013-03-271-261/+0
| | | | | | | | | This is a massive commit which reorganizes the entire project structure (although it is still monolithic), removes the Build classes, and switches to Moxie, a smarter Ant build tookit based on the original Gitblit Build classes. The Ant build script will likely require additional fine-tuning, but this is big step forward.
* Support --baseFolder parameter and small data reorganizationJames Moger2013-01-151-1/+1
|
* Support local accounts with LdapUserService and RedmineUserService (issue-183)James Moger2013-01-041-6/+6
|
* Added attributes tab to Edit User for both site and ManagerJames Moger2012-12-051-0/+5
|
* Merged and enhanced pull request #55 (disallow forks setting)mschaefers2012-12-041-1/+1
|
* Permission filtering in web uiJames Moger2012-11-021-21/+1
| | | | | 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.
* Gracefully deal with missing repository in permissions ui (issue 155)James Moger2012-11-011-2/+2
|
* Renamed isEditable to mutableJames Moger2012-10-311-3/+3
|
* Added null checkinng and logging for edit user permissions (issue 155)James Moger2012-10-301-3/+10
|
* Fix intermittent Wicket page expirations on EditNNN pagesJames Moger2012-10-301-0/+5
|
* Stabilizing and polishing permissions ui. Still in-progress.James Moger2012-10-291-2/+18
|
* Add some common regex filters to the repository listsJames Moger2012-10-231-10/+2
|
* Completed permissions UI, RPC, and Manager support (issue 36)James Moger2012-10-191-6/+8
|
* New permissions UI for EditUser and EditTeam (issue 36)James Moger2012-10-191-12/+12
|
* Implemented New Repository for personal repositoriesJames Moger2012-10-051-0/+1
|
* Preliminary implementation of server-side forking (issue 137)James Moger2012-09-291-0/+1
| | | | | | | | | | | | | | | | | | The fork mechanism clones the repository , access restrictions, and other config options. The app has been updated throughout to handle personal repositories and to properly display origin/fork links. In order to fork a repository the user account must have the #fork role, the origin repository must permit forking, and the user account must have standard clone permissions to the repository. Because forking introduces a new user role no existing user accounts can automatically begin forking a repository. This is both a pro and a con. Since the fork has the same access restrictions as the origin repository, those who can access the origin may also access the fork. This is intentional to facilitate integration-manager workflow. The fork owner does have the power to completely change the access restrictions of his/her fork.
* Allow user services to control editing of display name and email addressJames Moger2012-04-251-2/+8
|
* Allow manipulating display name and email address from web uiJames Moger2012-04-251-0/+2
|
* Rework LDAP implementation with unboundid. Also allows for an LDAP server ↵John Crygier2012-04-101-31/+33
| | | | to be started with Gitblit GO (backed by an LDIF file).
* Skeleton LdapUserService based on John Cryiger's implementationJames Moger2012-04-061-4/+14
|
* Fixed overzealous externalization of save and cancel buttonsJames Moger2012-03-301-2/+2
|
* Externalized a bunch of strings for translationJames Moger2012-03-251-9/+8
|
* Replace ChoiceRenderer with StringChoiceRenderer (issue 71)James Moger2012-03-051-3/+3
|
* Disallow browser autocomplete on add/edit pagesJames Moger2012-02-031-0/+4
|
* Fixed username case-sensitivity bugs (issue 43)James Moger2012-01-161-4/+6
|
* Teams support.James Moger2011-12-071-1/+25
| | | | | | Teams simplify the management of user-repository access permissions. Teams have a list of restricted repositories. Users are also added to teams and that grants them access to those repositories. Federation and RPC support are still in-progress.
* Combined-md5 password storage optionJames Moger2011-10-241-2/+12
|
* Login message option. More Bootstrap updates. All docs converted.James Moger2011-09-301-1/+1
|
* Clarified page hierarchy. Fixed TicGit pages.James Moger2011-09-301-3/+3
|
* Split RepositoriesPage into 3 pages. Inline page header authentication.James Moger2011-09-291-3/+4
|
* Largely completed, uber-cool federation feature.James Moger2011-09-121-2/+3
|
* Documentation. Unit testing. Checkstyle. Findbugs.James Moger2011-07-221-8/+8
|
* Cancel buttons on edit pages. Column fix for flat repositories view.James Moger2011-07-201-0/+14
|
* Documentation. Adding JavaDoc comments. Adjustments to method names.James Moger2011-07-011-1/+1
|
* Big push for first release.James Moger2011-06-251-1/+2
| | | | | | | | | | | | * Build script overhaul including building & publishing GO, WAR, Docs, and Site. * Restored JGit 0.12.1 dependency and backported Blame. Got tired of waiting for JGit 1.0.0 Maven artifacts. * Changed Summary Page layout * Optional cookie authentication * Added icons for log, tags, and branches panels. * Show last commit author and short message on branches panel. * Unit testing. * Documentation.
* Added AccessRestrictionFilter and simplified authentication.James Moger2011-06-141-5/+2
| | | | | | | | | | | | | | | | Replaced servlet container basic authentication with a custom servlet filter which performs the same function. The advantage to this is that the servlet container is now divorced from the webapp. The login service (realm) also simplified a great deal and removes its Jetty dependencies. Additionally, the basic authorization pop-up will be displayed as needed based on the repository's access restriction. This was necessary for view-restricted repositories with the RSS feature. Its also necessary for completely open repositories as before it would prompt for credentials. Improved feed syndication feature.
* Unit testing.James Moger2011-05-291-1/+1
|
* Unit testing. Removal of some unused code paths.James Moger2011-05-281-2/+3
|
* Codepro analyze dependencies. Documentation.James Moger2011-05-271-5/+4
|
* Findbugs. CodePro Audit. Checkstyle. Unit test refactoring.James Moger2011-05-261-14/+22
|
* Selected Apache License. Dropped : from name. Its simpler.James Moger2011-05-251-0/+15
|
* Delete/Rename repos & user. Edit link. Dropped crypt. Other git urls.James Moger2011-05-241-9/+7
|
* Improvements to create/edit user.James Moger2011-05-121-1/+30
|
* Moved distribution files. Revised build script. Security revisions.James Moger2011-05-121-10/+42
|
* Renamed User to UserModel.James Moger2011-05-111-6/+6
|
* Add user. Implemented repository view and git access restrictions.James Moger2011-05-111-0/+97