summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Don't drop max_session_age column in transaction during upgradeShawn O. Pearce2009-08-242-2/+4
* Embed Gerrit's version number into shell scripts copied by scpShawn O. Pearce2009-08-221-1/+20
* Add full ASLv2 copyright notice to commit-msg hookShawn O. Pearce2009-08-221-0/+17
* Add a link to Gerrit's project to the top of gerrit-cherry-pickShawn O. Pearce2009-08-221-0/+2
* Fix commit-msg hook to handle first lines like "foo: fix the bar"Shawn O. Pearce2009-08-221-2/+6
* Fix "no common ancestry" bugShawn O. Pearce2009-08-221-12/+18
* Add Change-Id lines during cherry-pick if not already presentShawn O. Pearce2009-08-222-0/+13
* Fix reply button when comment is on the last lineShawn O. Pearce2009-08-221-1/+2
* Format change ids in listing tables with a fixed with fontShawn O. Pearce2009-08-221-2/+3
* Move Change.Key abbreviation to Change.Key classShawn O. Pearce2009-08-223-6/+7
* Fix line wrapped formatting in ChangeListServiceImplShawn O. Pearce2009-08-221-1/+2
* Allow searches for Change-Ids starting with lowercase "i"Shawn O. Pearce2009-08-221-1/+4
* Revert "Ensure dialog box displays correctly on network failure"Shawn O. Pearce2009-08-221-14/+0
* Widen the search panel now that Change-Ids are 41 characters longShawn O. Pearce2009-08-221-1/+1
* Automatically close changes when pushing into a branch with Change-IdShawn O. Pearce2009-08-212-7/+42
* Automatically update existing changes during refs/for/ pushShawn O. Pearce2009-08-211-62/+111
* Change javax.security AccountNotFoundException to NoSuchAccountExceptionShawn O. Pearce2009-08-211-7/+8
* Display abbreviated change ids in change listsShawn O. Pearce2009-08-213-1/+14
* Display the change key, aka Change-ID in the information blockShawn O. Pearce2009-08-212-8/+16
* Allow searching for changes by Change-Id stringsShawn O. Pearce2009-08-213-0/+21
* Add change_key to changes table in databaseShawn O. Pearce2009-08-217-23/+111
* Create a commit-msg hook to generate Change-Id tagsShawn O. Pearce2009-08-212-0/+46
* Rewrite UrlRewriteFilter in terms of Guice bindingsShawn O. Pearce2009-08-213-209/+114
* Remove unsupported /all_unclaimedShawn O. Pearce2009-08-212-2/+0
* Remove support for /user/email style URLsShawn O. Pearce2009-08-211-63/+1
* Use subList in server side change query codeShawn O. Pearce2009-08-211-7/+1
* Fix typo in LegacyGerritServlet javadocShawn O. Pearce2009-08-211-1/+1
* Ensure the commit body is parsed before getting the committerShawn O. Pearce2009-08-201-1/+4
* Reject disconnected ancestries when creating changesShawn O. Pearce2009-08-201-6/+65
* Really don't allow commits to replace in wrong projectShawn O. Pearce2009-08-201-6/+4
* Create check_schema_version during schema creationShawn O. Pearce2009-08-191-0/+23
* Ensure dialog box displays correctly on network failureShawn O. Pearce2009-08-191-0/+14
* Report more friendly errors from gwtjsonrpcShawn O. Pearce2009-08-191-0/+5
* Evict account record after changing SSH usernameShawn O. Pearce2009-08-191-0/+1
* Fix parsing set-to-nothing options in ldap sectionShawn O. Pearce2009-08-191-4/+4
* Change ldap.accountDisplayName to ldap.accountFullNameShawn O. Pearce2009-08-191-6/+6
* Don't allow users to edit their name if it comes from LDAPShawn O. Pearce2009-08-1910-20/+124
* Support loading the sshUserName from LDAPShawn O. Pearce2009-08-193-1/+28
* Rename LoginType to AuthTypeShawn O. Pearce2009-08-199-22/+22
* Add enum parsing support to ConfigUtilShawn O. Pearce2009-08-192-10/+83
* Allow human-readable units in config.name.maxageShawn O. Pearce2009-08-192-6/+147
* Actually honor cache.ldap_groups.maxageShawn O. Pearce2009-08-194-14/+28
* Fetch groups from LDAP during user authenticationShawn O. Pearce2009-08-191-22/+38
* Add missing AOSP copyright header to WebSessionShawn O. Pearce2009-08-191-0/+14
* Add native LDAP support to GerritShawn O. Pearce2009-08-1821-216/+754
* Don't send users to #register,register,mineShawn O. Pearce2009-08-182-2/+2
* Don't NPE in SSH keys panel when SSHD is bound to localhostShawn O. Pearce2009-08-182-0/+20
* Fix display of timeouts in `gerrit show-caches`Shawn O. Pearce2009-08-181-3/+3
* Remove old commented out cache configuration codeShawn O. Pearce2009-08-181-4/+0
* Declare caches in Guice rather than hardcoded in CacheManagerProviderShawn O. Pearce2009-08-1830-599/+1479