summaryrefslogtreecommitdiffstats
path: root/src/com
Commit message (Collapse)AuthorAgeFilesLines
...
* Edit and store per-repository mail recipients in site and RPCJames Moger2011-12-177-13/+52
|
* Implemented UserServiceWrapper. Renamed notifyNNN to sendEmail to be more ↵James Moger2011-12-173-52/+230
| | | | descriptive.
* Fixed sendemail script to list all commits in a push.James Moger2011-12-171-0/+37
|
* Groovy push hooksJames Moger2011-12-165-7/+335
|
* Federation support for TeamsJames Moger2011-12-135-4/+80
|
* Fixed null pointer possibility for gravatar profilesJames Moger2011-12-131-1/+4
|
* Integrated Clippy for a better copy-to-clipboard experienceJames Moger2011-12-134-6/+407
|
* Teams JSON-RPC supportJames Moger2011-12-1314-43/+1215
|
* Implemented empty repository page (issue 31)James Moger2011-12-0910-15/+179
|
* Teams support.James Moger2011-12-0720-34/+1406
| | | | | | 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.
* Unit testing overhaul.James Moger2011-12-071-0/+11
| | | | | | | | Migrated to JUnit4-style tests. Replaced assertTrue with assertEquals where appropriate. Start Gitblit instance with dedicated unit testing settings file and user service. Integrated RPC, Federation, and Git servlet unit tests into suite.
* Implemented ConfigUserService. Fixed and deprecated FileUserService.James Moger2011-12-045-18/+530
|
* Preliminary changes for running on RedHat OpenShift. Still in-progress.James Moger2011-12-023-22/+98
|
* Tighter Gravatar integration. New window/tab on most activity links.James Moger2011-11-2113-76/+338
| | | | | | | | 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-202-8/+10
|
* Reorganizing the recent activity featureJames Moger2011-11-1912-279/+422
|
* Calculate repository color from name. Show swatch on repository list.James Moger2011-11-183-5/+56
|
* Added some flare to the console logJames Moger2011-11-181-4/+18
|
* Working draft of the aggregate activity pageJames Moger2011-11-1610-1/+662
|
* New JGit utility function to retrieve commits since a specific dateJames Moger2011-11-161-0/+40
|
* Metric object now implements comparable. Adjust gravatar css.James Moger2011-11-162-1/+13
|
* Preliminary charting classes for Google's Visualization APIJames Moger2011-11-164-0/+294
|
* Added optional Gravatar supportJames Moger2011-11-143-1/+70
|
* Change build identifiers for next release.James Moger2011-11-141-2/+2
|
* Documentation. Updated Twitter Bootstrap to 1.4.0.James Moger2011-11-121-1/+1
|
* Preparing 0.7.0 release.v0.7.0James Moger2011-11-111-2/+2
|
* Revised user access checks to account for repository ownership.James Moger2011-11-116-5/+24
| | | | | Repository owners no longer have to be explicitly selected to grant them access to Git, feeds, and zip downloads. Idea from Github/dadalar.
* Fix to download percentange calculationJames Moger2011-11-111-1/+1
|
* Display more refs (still not all) per rss entry. Misc ui tweaks.James Moger2011-11-103-42/+105
|
* Prefix RSS tags with type information. Include commit id and parents.James Moger2011-11-101-6/+14
|
* Refresh log on display. Adjusted spacing of status panel.James Moger2011-11-102-13/+18
|
* Show busy cursors when executing workersJames Moger2011-11-102-0/+6
|
* Restored html content to feeds. Include regex substitutions in content.James Moger2011-11-095-11/+18
|
* Log feature based on Search dialog. Renamed some classes.James Moger2011-11-079-113/+149
|
* Unit testingJames Moger2011-11-071-5/+3
|
* Set resource cache duration to 90 days instead of 120 mins (issue 17)James Moger2011-11-071-0/+5
|
* Moved ObjectCache classJames Moger2011-11-072-4/+10
|
* Updated to Wicket 1.4.19James Moger2011-11-071-12/+12
|
* Refinements to search dialog and null checks in cell renderersJames Moger2011-11-044-22/+36
|
* Support pagination in RSS feeds. Standardize pg as page parameter.James Moger2011-11-046-46/+133
|
* Search added to gbapi. Search dialog for Manager. Misc Manager fixes.James Moger2011-11-048-17/+430
|
* Moved SearchType enum to ConstantsJames Moger2011-11-0414-66/+62
|
* Updated to MarkdownPapers 1.2.5James Moger2011-11-041-4/+4
|
* Revised branch rendering. Added ref rendering to message column.James Moger2011-11-039-55/+164
|
* RSS search parameters. Include refs as categories in RSS entries.James Moger2011-11-033-2/+111
|
* Feeds and Manager must respect a server's web.mountParameters settingJames Moger2011-11-037-30/+88
|
* Differentiate new activity on feeds panelJames Moger2011-11-036-14/+95
|
* Populate author selector based on repository selectorJames Moger2011-11-021-3/+24
|
* Added author selector to feeds panelJames Moger2011-11-021-16/+83
|
* Fixed bug in time utils. Updated some unit tests.James Moger2011-11-021-3/+5
|