summaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed ticgit ticket urls (issue 157)James Moger2012-10-311-0/+1
|
* Added frm to default pretty print extensions (issue 156)James Moger2012-10-311-0/+1
|
* Replaced fork iconJames Moger2012-10-301-0/+1
|
* Experimental JGit-based GC ExecutorJames Moger2012-10-282-12/+11
|
* Implemented exclusion (X) permissionJames Moger2012-10-231-1/+20
|
* Permission regexes are now case-insensitiveJames Moger2012-10-222-4/+4
|
* Implemented optional create-on-pushJames Moger2012-10-213-4/+3
| | | | | | | | | | | | | | | | 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.
* Split committer verification description into two stringsJames Moger2012-10-192-3/+1
|
* Completed permissions UI, RPC, and Manager support (issue 36)James Moger2012-10-192-5/+24
|
* Exclude submodules from zip downloads (issue 151)James Moger2012-10-191-0/+1
|
* Add note about http.sslVerify to federation docs (issue 146)James Moger2012-10-191-0/+7
|
* Experimental committer verificationJames Moger2012-10-112-2/+36
|
* Fixed bug where repository ownership was not updated on rename userJames Moger2012-10-101-0/+1
|
* Try regex permission matching if exact permission is not found (issue 36)James Moger2012-10-102-1/+14
|
* Update to Jetty 7.6.7James Moger2012-10-101-1/+1
|
* Finer-grained repository access permissions (issue 36)James Moger2012-10-105-13/+84
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implemented discrete repository access permissions to replace the really primitive course-grained permissions used to this point. This implementation allows for finer-grained access control, but still falls short of integrated, branch-based permissions sought by some. Access permissions follow the conventions established by Gitosis and Gitolite so they should feel immediately comfortable to experienced users. This permissions infrastructure is complete and works exactly as expected. Unfortunately, there is no ui in this commit to change permissions, that will be forthcoming. In the meantime, Gitblit hot-reloads users.conf so the permissions can be manipulated at runtime with a text editor. The following per-repository permissions are now supported: - V (view in web ui, RSS feeds, download zip) - R (clone) - RW (clone and push) - RWC (clone and push with ref creation) - RWD (clone and push with ref creation, deletion) - RW+ (clone and push with ref creation, deletion, rewind) And a users.conf entry looks something like this: [user "hannibal"] password = bossman repository = RWD:topsecret.git
* Fixed missing translations in Gitblit Manager builds (issue 145)James Moger2012-10-091-0/+1
|
* Fixed bug in create/rename repository if the root group alias is specified ↵James Moger2012-10-051-0/+1
| | | | (issue 143)
* Implemented New Repository for personal repositoriesJames Moger2012-10-051-3/+3
|
* Catch all exceptions from MarkdownPapers and rethrow as ParseException ↵James Moger2012-10-051-0/+1
| | | | (issue 142)
* Fixed duplicate entries in repository cache (issue 140)James Moger2012-10-041-0/+1
|
* Preliminary implementation of server-side forking (issue 137)James Moger2012-09-292-5/+9
| | | | | | | | | | | | | | | | | | 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.
* Updated to Lucene 3.6.1James Moger2012-09-271-0/+1
|
* Updated to Wicket 1.4.21James Moger2012-09-271-0/+1
|
* Updated to Groovy 1.8.8James Moger2012-09-271-0/+1
|
* Updated to JGit 2.1.0.201209190230-rJames Moger2012-09-271-0/+1
|
* Fix LDAP connection leak (issue 139)James Moger2012-09-261-0/+1
|
* Support X-Forwarded-Context for subdomain proxy configs (issue 135)James Moger2012-09-202-0/+6
|
* Revised delete branch feature (issue 121)James Moger2012-09-201-0/+1
|
* Use https for Gravatar integrationJames Moger2012-09-171-0/+1
|
* Mostly complete blob view line links feature, DOM offset bug remains (issue 130)James Moger2012-09-141-0/+1
|
* Fixed null pointer in commit page due to changes in submodule link (issue 132)James Moger2012-09-141-0/+1
|
* Expose ReceivePack to Groovy hooks (issue 125)James Moger2012-09-141-0/+1
|
* Redirect to summary page from empty page for a repo with commits (issue 129)James Moger2012-09-101-0/+1
|
* Fix bug in diff view for filenames with non-ASCII characters (issue 128)James Moger2012-09-102-0/+15
|
* Draft project pages, project metadata, and RSS feedsJames Moger2012-09-072-2/+1
| | | | | | This is an in-progress feature to offer an interface for grouped repositories. This may help installations with large numbers of repositories stay organized. It also will be part of a future, more advanced security model.
* Updated classpath for Jetty 7.6.5James Moger2012-09-071-0/+4
|
* Merged CVE-2007-450 warning logging from Jason Pyeron (issue 126)Jason Pyeron2012-09-061-0/+1
|
* Setting Admin attribute is now consistent with LDAP team configJames Moger2012-08-271-2/+11
|
* Final documentation of 1.1.0 releasev1.1.0James Moger2012-08-253-5/+4
|
* Implemented custom request handling for (un)authenticated sessions to ↵James Moger2012-08-241-0/+1
| | | | workaround Wicket bugs
* Clearing the cache via RPC no longer requires admin credentialsJames Moger2012-08-231-1/+1
|
* DocumentationJames Moger2012-08-232-0/+5
|
* Fixed MailExecutor's flaws in coping with mail server connection troubleJames Moger2012-08-221-0/+1
|
* Fixed generated urls in RSS feeds for grouped repositoriesJames Moger2012-08-221-0/+1
|
* Fixed generated urls in sendmail hook script for grouped repositoriesJames Moger2012-08-221-0/+1
|
* Eliminated unnecessary repository enumeration (issue 103)James Moger2012-08-171-0/+1
|
* Optionally cache repository list for improved performanceJames Moger2012-08-172-1/+5
|
* LuceneExecutor could not delete the Lucene index from a working copyJames Moger2012-08-171-0/+1
|
* Submodules supportJames Moger2012-08-102-8/+21
|