summaryrefslogtreecommitdiffstats
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* Extract services manager into a top-level injectable managerJames Moger2014-07-031-20/+0
* Use Guice-Servlet rather than custom code and expose the InjectorJames Moger2014-07-031-0/+6
* Add repository and user/team lifecycle listener extension pointsJames Moger2014-06-099-26/+22
* Add a basic SSH public key management UIJames Moger2014-06-051-0/+15
* Change enum name and unit test RSS tag queriesJames Moger2014-05-081-1/+35
* Revise, complete, and fully test the FORK rpcJames Moger2014-05-083-17/+64
* Implement FORK RPC request typemanisha2014-05-083-1/+17
* Implementation of a ticket mgration toolJames Moger2014-05-021-1/+4
* Fix inconsistency with owner permissions checkJames Moger2014-05-011-2/+40
* Fix forcing default locale to en or LANG_CC for web uiJames Moger2014-04-281-0/+6
* Prevent adding empty or invalid SSH public keysJames Moger2014-04-251-0/+14
* [findbugs] Fix Selenium testJames Moger2014-04-171-8/+6
* [findbugs] Reorder asserts to avoid potential NPE in JGitUtilsTestJames Moger2014-04-171-3/+5
* Organize importsJames Moger2014-04-171-1/+1
* Merge pr-170 'ticket-fix' from https://github.com/lucidd/gitblitJames Moger2014-04-151-0/+4
|\
| * fix NullPointerException in ITicketService and add TestCaseKevin Walter2014-04-151-0/+4
* | Removed obsolete Gravatar profile codeJames Moger2014-04-151-32/+0
|/
* Add ssh command to update the permission for an SSH keyJames Moger2014-04-141-0/+16
* Add TicketHook extensionJames Moger2014-04-123-0/+12
* Add missing unit test utility classJames Moger2014-04-111-0/+33
* Unit tests for ssh daemon and keys dispatcherJames Moger2014-04-105-160/+322
* Split administration commands into a plugin, enhance plugin managerJames Moger2014-04-101-1/+1
* Handle ssh keys as objects, not strings, and improve the ls and rm key commandsJames Moger2014-04-101-1/+2
* Elevate the public key manager to a top-level managerJames Moger2014-04-104-54/+30
* Add SSH daemon testDavid Ostrovsky2014-04-105-1/+218
* LDAP: Added test for binding without special account (e.g. userbasedJani Averbach2014-03-311-0/+13
* Implement setting removal for configuration settingsJames Moger2014-03-271-0/+5
* Replace JCommander with args4jJames Moger2014-03-271-7/+8
* Fix authentication security hole with external providersJames Moger2014-03-183-11/+168
* Implement user "disabled" flag as an alternative to deleting the accountJames Moger2014-03-042-1/+67
* Ticket tracker with patchset contributionsJames Moger2014-03-035-1/+568
* Improve notification api by introducing the Mailing modelJames Moger2014-02-281-1/+4
* Added LdapSyncServiceTest to GitBlitSuite.Alfred Schmid2014-02-212-2/+3
* Fixed and introduced tests for synching ldap users and groups.Alfred Schmid2014-02-212-22/+90
* API adjustments and elimination of duplicate config optionsJames Moger2014-02-191-5/+5
* Load empty groups as empty teams from ldap, when ldap userAlfred Schmid2014-02-192-0/+33
* Fixed Tests, use local copy of users.conf. Initialize reset ldap beforeAlfred Schmid2014-02-193-18/+49
* Basic implementation of feature for ldap user synchronization asAlfred Schmid2014-02-194-5/+73
* Show "Displayname (username)" in palettes for edit team and repository pagesAlfred Schmid2014-02-193-0/+116
* Fixed test.Alex Lewis2013-12-231-1/+1
* Sync bugtraq support for spec v0.3James Moger2013-12-162-42/+58
* Add support for per-repository bugtraq configurationJames Moger2013-12-032-0/+291
* Change IGitblit API to be more distinct from IUserServiceJames Moger2013-11-291-5/+5
* Flattened IGitblitManager, GitblitManager, and GitBlit classesJames Moger2013-11-291-3/+3
* Revised committer verification to require email addressJames Moger2013-11-292-22/+10
* Refactor user services and separate authentication (issue-281)James Moger2013-11-2915-688/+524
* Update unit tests for refactored architectureJames Moger2013-11-299-23/+49
* Moved servlets and services to separate packagesJames Moger2013-11-296-22/+22
* Extract Federation, Gitblit and Services manager from GitBlit singletonJames Moger2013-11-291-1/+1
* Extract RepositoryManager from the GitBlit singletonJames Moger2013-11-292-29/+7