summaryrefslogtreecommitdiffstats
path: root/src/test/java/com
Commit message (Expand)AuthorAgeFilesLines
* 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-082-17/+63
* Implement FORK RPC request typemanisha2014-05-082-0/+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] 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-103-53/+29
* Add SSH daemon testDavid Ostrovsky2014-04-104-1/+216
* 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
* 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-191-0/+28
* Fixed Tests, use local copy of users.conf. Initialize reset ldap beforeAlfred Schmid2014-02-191-12/+31
* Basic implementation of feature for ldap user synchronization asAlfred Schmid2014-02-191-3/+40
* Show "Displayname (username)" in palettes for edit team and repository pagesAlfred Schmid2014-02-193-0/+116
* Fixed test.Alex Lewis2013-12-231-1/+1
* 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-2910-792/+469
* Update unit tests for refactored architectureJames Moger2013-11-296-19/+40
* Moved servlets and services to separate packagesJames Moger2013-11-295-19/+19
* Extract Federation, Gitblit and Services manager from GitBlit singletonJames Moger2013-11-291-1/+1
* Extract RepositoryManager from the GitBlit singletonJames Moger2013-11-291-3/+7
* Extract RuntimeManager from GitBlit singletonJames Moger2013-11-291-1/+11
* Eliminate static singleton calls from user servicesJames Moger2013-11-294-11/+144
* Use Dagger to inject managers into all filters and servletsJames Moger2013-11-293-39/+13
* Define manager interfaces and update all of Gitblit to use managersJames Moger2013-11-2638-225/+185
* Eliminate the "enumerate documentation" repository settingJames Moger2013-11-141-11/+0
* Implement mirror executor (issue-5)James Moger2013-11-131-0/+18
* Change locale to english for ByteFormatTest to run successful on systems with...Simon Harrer2013-10-231-7/+17