summaryrefslogtreecommitdiffstats
path: root/src/com/gitblit/utils
Commit message (Collapse)AuthorAgeFilesLines
* New function to create an orphan branch (for future use)James Moger2012-01-091-28/+70
|
* Refactored named branch retrieval functionJames Moger2012-01-092-33/+22
|
* Documentation. Find bugs. Organized imports.James Moger2012-01-091-2/+0
|
* Support for gh-pages branch serving as /pages/repo.gitJames Moger2012-01-092-0/+37
|
* Strip trailing .git from displayed repository links, saves room, looks cleanerJames Moger2012-01-061-0/+7
|
* WAR/Express builds now copy bundled push scripts to configured scripts folderJames Moger2012-01-061-0/+46
|
* Added ArrayUtils class and unit testJames Moger2012-01-051-0/+36
|
* Federation pull_scripts request. Documentation.James Moger2012-01-042-1/+28
|
* Fixed IndexOutOfBoundsException that occurs when a repository doesn'tBoris Prüßmann2012-01-021-1/+1
| | | have commits within the requested time range.
* Fixed revlog where start of range is the zeroIdJames Moger2011-12-231-1/+8
|
* Improved readability of generated email notificationsJames Moger2011-12-221-0/+13
|
* Support mailing lists for TeamsJames Moger2011-12-211-2/+3
|
* Fixed sendemail script to list all commits in a push.James Moger2011-12-171-0/+37
|
* Federation support for TeamsJames Moger2011-12-131-0/+18
|
* Teams JSON-RPC supportJames Moger2011-12-131-2/+128
|
* Teams support.James Moger2011-12-071-0/+135
| | | | | | Teams simplify the management of user-repository access permissions. Teams have a list of restricted repositories. Users are also added to teams and that grants them access to those repositories. Federation and RPC support are still in-progress.
* Tighter Gravatar integration. New window/tab on most activity links.James Moger2011-11-211-0/+66
| | | | | | | | Each Gravatar thumbnail is now a link to the Gitblit Gravatar profile page. This page displays some of the profile information and contains a link to the full Gravatar profile. Activity page links now launch a new window/tab instead of targeting "self" since it can be expensive to requery the activity information.
* Fixed build script. Fixed date display on activity page headers.James Moger2011-11-201-7/+5
|
* Reorganizing the recent activity featureJames Moger2011-11-191-0/+130
|
* Calculate repository color from name. Show swatch on repository list.James Moger2011-11-181-2/+46
|
* New JGit utility function to retrieve commits since a specific dateJames Moger2011-11-161-0/+40
|
* Restored html content to feeds. Include regex substitutions in content.James Moger2011-11-091-5/+11
|
* Log feature based on Search dialog. Renamed some classes.James Moger2011-11-071-8/+8
|
* Unit testingJames Moger2011-11-071-5/+3
|
* Moved ObjectCache classJames Moger2011-11-071-0/+94
|
* Support pagination in RSS feeds. Standardize pg as page parameter.James Moger2011-11-041-3/+13
|
* Moved SearchType enum to ConstantsJames Moger2011-11-042-25/+2
|
* RSS search parameters. Include refs as categories in RSS entries.James Moger2011-11-031-1/+80
|
* Feeds and Manager must respect a server's web.mountParameters settingJames Moger2011-11-031-5/+5
|
* Fixed bug in time utils. Updated some unit tests.James Moger2011-11-021-3/+5
|
* Added repository selector to feeds panelJames Moger2011-11-021-1/+1
|
* Branch renderer. String change. Config section name changes.James Moger2011-11-011-19/+22
|
* Build gbapi jar. Eliminate unnecessary gbapi runtime dependencies.James Moger2011-11-013-1/+315
|
* Refactored monolithic GitblitPanel into pieces. Revised feed generation.James Moger2011-11-011-13/+11
|
* More feeds work in ManagerJames Moger2011-10-311-6/+31
|
* Added basic rss subscriptions to ManagerJames Moger2011-10-281-10/+30
|
* Added a list branches rpcJames Moger2011-10-281-0/+21
|
* Bug fix to rss feed. Unit test for rss feed. Refactor ssl connection.James Moger2011-10-283-97/+185
|
* Organized importsJames Moger2011-10-261-2/+0
|
* Properly catch Not Allowed (405) and Unknown Request (501) errorsJames Moger2011-10-261-1/+11
|
* Working edit settings RPC. Web.xml is not directly modified.James Moger2011-10-241-2/+1
|
* Combined-md5 password storage optionJames Moger2011-10-241-0/+2
|
* Separate management from administration in rpc servlet.James Moger2011-10-231-2/+24
| | | Added skeleton mechanism to update server settings via rpc.
* Documentation. Refactoring class names. Re-encapsulate settings.James Moger2011-10-221-10/+6
|
* Fixed minor bug in flatten stringsJames Moger2011-10-211-0/+4
|
* Revised settings RPC to be Map<String, SettingModel>.James Moger2011-10-211-34/+26
| | | | Added setting metadata. Added server status rpc. Improved setting tab in Manager.
* Consistent rpc result codes.James Moger2011-10-171-0/+4
|
* RPC Client: Create/Edit Repository & User. Partially working.James Moger2011-10-122-8/+72
| | | | Added new request type to retrieve Gitblit settings to implement the password preferences (minLength, storage type) and federation sets.
* Merge branch 'master' into rpcJames Moger2011-10-022-1/+43
|\
| * More Bootstrap improvements.James Moger2011-09-302-1/+43
| | | | | | | | | | | | | | * Strip leading group name from repositories page. * Put topbars on all pages. * Properly sort repositories in all locations. * White Gitblit logo.