summaryrefslogtreecommitdiffstats
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Extract UserManager from GitBlit singletonJames Moger2013-11-291-1/+1
* 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-2640-233/+193
* 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
* Replaced MarkdownPapers with pegdownJames Moger2013-10-181-12/+2
* Fix Markdown document enumeratonJames Moger2013-10-161-6/+1
* Remove unused issues test repository from test suiteJames Moger2013-10-011-5/+0
* Remove remaining TicGit tickets referencesJames Moger2013-09-301-11/+0
* Remove trailing whitespace from unit testsJames Moger2013-09-3025-693/+726
* Trim trailing whitespace and organize importsJames Moger2013-09-302-4/+7
* Add normalized diffstats to the commit, commitdiff, and compare pagesJames Moger2013-09-271-3/+3
* Merge receive processing into one classJames Moger2013-09-271-1/+2
* Removed GitWeb-style diff rendererJames Moger2013-09-181-2/+1
* Removed unused Issues classesJames Moger2013-09-172-232/+1
* Implemented a graph servlet based on EGit/JGit's PlotWalk (issue-194)James Moger2013-09-171-1/+17
* Remove obsolete and deprecated FileUserServiceJames Moger2013-09-171-17/+6
* Remove incomplete and deprecated TicGit featureJames Moger2013-09-172-103/+17
* DocumentationJames Moger2013-09-171-1/+1
* Merge branch 'init-shared' of https://github.com/fzs/gitblit into prefixesJames Moger2013-09-172-0/+286
|\
| * Fix set-gid bit clearing under Linux when effective gid is different from fil...Florian Zschocke2013-08-262-0/+102
| * Fix setting wrrong custom mode on file and in config.Florian Zschocke2013-08-261-0/+36
| * Adjust unit tests for Windows.Florian Zschocke2013-08-262-53/+71
| * Implement adjusting file permissions for shared repositories.Florian Zschocke2013-08-261-6/+15
| * Add proper implementation of methods in JnaUtils.Florian Zschocke2013-08-262-0/+121