summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/servlet
Commit message (Expand)AuthorAgeFilesLines
* Start plugin manager last to allow plugins deterministic access to the other ...James Moger2014-04-141-1/+4
* Improve Sparkleshare integration, but leave disabled for nowJames Moger2014-04-101-14/+33
* Style: changed manager order to reflect dependency chainJames Moger2014-04-102-3/+2
* Add plugins/extension infrastructureDavid Ostrovsky2014-04-102-0/+3
* Elevate the public key manager to a top-level managerJames Moger2014-04-101-1/+3
* Add and document REINDEX_TICKETS rpc request typeJames Moger2014-03-061-1/+14
* Process bugtraq configuration in markup document renderingJames Moger2014-03-041-2/+2
* Ticket tracker with patchset contributionsJames Moger2014-03-031-0/+201
* Move push authorization from the ARF to the receive packJames Moger2014-03-011-9/+2
* openshift war support (non express)aholland2014-02-241-11/+20
* Fix broken import from pull request #136James Moger2014-01-281-0/+2
* allow specials chars in repo namesMatthias Cullmann2014-01-281-1/+7
* New canonical base url setting for repository urls and notificationsJames Moger2013-12-303-6/+21
* Rollback to Servlet 2.5James Moger2013-12-1121-512/+286
* Remove deprecated methods from User and Team modelsJames Moger2013-12-111-1/+1
* Remove @Inject references because they confuse JEE containersJames Moger2013-12-1015-71/+5
* Add support for per-repository bugtraq configurationJames Moger2013-12-031-1/+1
* Refactor managers and authentication for federationJames Moger2013-11-292-6/+28
* Change IGitblit API to be more distinct from IUserServiceJames Moger2013-11-291-4/+4
* Flattened IGitblitManager, GitblitManager, and GitBlit classesJames Moger2013-11-292-70/+47
* Serve repositories on /r in addition to /gitJames Moger2013-11-294-16/+9
* Refactor user services and separate authentication (issue-281)James Moger2013-11-2910-35/+35
* Update unit tests for refactored architectureJames Moger2013-11-291-6/+2
* Moved servlets and services to separate packagesJames Moger2013-11-2920-0/+4575