Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Strip folder name and .git from repo links in the project view | James Moger | 2012-09-10 | 1 | -6/+6 | |
| | ||||||
* | Draft project pages, project metadata, and RSS feeds | James Moger | 2012-09-07 | 8 | -5/+1030 | |
| | | | | | | This is an in-progress feature to offer an interface for grouped repositories. This may help installations with large numbers of repositories stay organized. It also will be part of a future, more advanced security model. | |||||
* | Implemented custom request handling for (un)authenticated sessions to ↵ | James Moger | 2012-08-24 | 4 | -14/+27 | |
| | | | | workaround Wicket bugs | |||||
* | Translate all message to Korean | Dongsu, KIM | 2012-08-23 | 1 | -0/+47 | |
| | ||||||
* | Eliminated unnecessary repository enumeration (issue 103) | James Moger | 2012-08-17 | 1 | -4/+13 | |
| | ||||||
* | Submodules support | James Moger | 2012-08-10 | 7 | -31/+217 | |
| | ||||||
* | Redirect to absolute url for repository search box (issue-111) | James Moger | 2012-08-09 | 1 | -2/+8 | |
| | ||||||
* | Per-repository authorization control: AUTHENTICATED and NAMED (issue 117) | James Moger | 2012-08-02 | 2 | -2/+23 | |
| | ||||||
* | Real raw page for text, images, and binaries (issue 6, issue 114) | James Moger | 2012-07-25 | 4 | -78/+128 | |
| | ||||||
* | Add polish variants of welcome.mkd, login.mkd and EmptyRepositoryPage | Lukasz Jader | 2012-07-14 | 1 | -0/+47 | |
| | ||||||
* | Changes to commit page for responsive layout | James Moger | 2012-07-13 | 6 | -10/+10 | |
| | ||||||
* | Show user displayName in footer | James Moger | 2012-07-11 | 1 | -1/+1 | |
| | ||||||
* | Prohibit trailing slashes in repository names (issue 104) | James Moger | 2012-07-10 | 1 | -0/+3 | |
| | ||||||
* | Final CSS/layout tweaks for responsive UI (issue 101) | James Moger | 2012-07-10 | 6 | -16/+18 | |
| | ||||||
* | CSS tweaks | James Moger | 2012-07-10 | 2 | -2/+2 | |
| | ||||||
* | Added Spanish variants of welcome.mkd, login.mkd and EmptyRepositoryPage | James Moger | 2012-06-15 | 1 | -0/+47 | |
| | ||||||
* | Fixed bug in Gravatar Profile page | James Moger | 2012-06-15 | 1 | -5/+2 | |
| | ||||||
* | Revised TimeUtils for localization | James Moger | 2012-06-15 | 10 | -16/+35 | |
| | | | | | | | | TimeUtils needs to output localized strings like "5 days ago" and "6 months". In order to do this it needs a translation resource. Additionally, that resource can not be static because the single Gitblit server can handle multiple connections in different locales/languages. TimeUtils has changed from a collection of static methods to some static methods and some instance methods. A TimeUtils is instantiated with an optional resource bundle which contains the preferred translation. If the resourec bundle is null or the requested translation key does not exist, an English default will be used. This change required adjusting the signatures of several key methods and that cascaded out to adjusting those methods calls in many, many classes. | |||||
* | Externalized some more strings. Updated Spanish translation from eguervos. | James Moger | 2012-06-15 | 6 | -13/+37 | |
| | ||||||
* | Updated to Bootstrap 2.0.4. Responsive layout by default. | James Moger | 2012-06-08 | 13 | -38/+64 | |
| | ||||||
* | Try multiple encodings when working with string blobs (issue 97) | James Moger | 2012-06-07 | 4 | -12/+17 | |
| | ||||||
* | Implemented default access restriction (issue 88) | James Moger | 2012-06-06 | 1 | -1/+4 | |
| | ||||||
* | Revisions to custom fields | James Moger | 2012-05-10 | 2 | -31/+30 | |
| | ||||||
* | Make the variables / messages more consistant | John Crygier | 2012-05-07 | 2 | -14/+14 | |
| | ||||||
* | Web UI done for Custom Fields. Changed variable names to be consistent with ↵ | John Crygier | 2012-05-04 | 2 | -3/+51 | |
| | | | | "custom" instead of "user" | |||||
* | Allow user services to control editing of display name and email address | James Moger | 2012-04-25 | 1 | -2/+8 | |
| | ||||||
* | Allow manipulating display name and email address from web ui | James Moger | 2012-04-25 | 2 | -0/+4 | |
| | ||||||
* | Added a logout hook to IUserService | James Moger | 2012-04-25 | 1 | -1/+5 | |
| | ||||||
* | Rework LDAP implementation with unboundid. Also allows for an LDAP server ↵ | John Crygier | 2012-04-10 | 1 | -31/+33 | |
| | | | | to be started with Gitblit GO (backed by an LDIF file). | |||||
* | Skeleton LdapUserService based on John Cryiger's implementation | James Moger | 2012-04-06 | 4 | -7/+28 | |
| | ||||||
* | removed wrong char from page, which caused IE8 no to display the save button | Johannes Buehler | 2012-03-30 | 1 | -1/+1 | |
| | ||||||
* | Fixed overzealous externalization of save and cancel buttons | James Moger | 2012-03-30 | 5 | -10/+10 | |
| | ||||||
* | Implemented support for "default" branch | James Moger | 2012-03-27 | 1 | -2/+5 | |
| | ||||||
* | Externalized a bunch of strings for translation | James Moger | 2012-03-25 | 17 | -72/+66 | |
| | ||||||
* | CSS corrections for tags page and IE | James Moger | 2012-03-25 | 2 | -3/+3 | |
| | ||||||
* | Added web.allowLuceneIndexing to enable/disable Lucene integration | James Moger | 2012-03-25 | 4 | -11/+17 | |
| | ||||||
* | Updated login and search forms to use the SessionlessForm | James Moger | 2012-03-23 | 3 | -9/+17 | |
| | ||||||
* | Only show pager if the total search hits exceed the page size | James Moger | 2012-03-21 | 1 | -2/+4 | |
| | ||||||
* | Corrected sample syntax for branch and path terms | James Moger | 2012-03-21 | 1 | -3/+3 | |
| | ||||||
* | Added a file icon to the changed paths tables | James Moger | 2012-03-20 | 2 | -2/+2 | |
| | ||||||
* | Display tag links on indexed commits and tweaked term highlight color | James Moger | 2012-03-20 | 2 | -51/+34 | |
| | ||||||
* | Adjust translation for default branch (HEAD) | James Moger | 2012-03-20 | 1 | -1/+1 | |
| | ||||||
* | Disable default branch/HEAD selector on create/empty repository | James Moger | 2012-03-20 | 1 | -1/+1 | |
| | ||||||
* | Shrink summary page activity graph a little | James Moger | 2012-03-19 | 1 | -1/+1 | |
| | ||||||
* | Eliminated Lucene settings | James Moger | 2012-03-19 | 1 | -3/+1 | |
| | ||||||
* | Indicate 0 search results | James Moger | 2012-03-19 | 1 | -2/+7 | |
| | ||||||
* | Polish the Lucene search page. Integrate both search mechanisms. | James Moger | 2012-03-19 | 6 | -30/+40 | |
| | ||||||
* | Implemented RPC administration of indexed branches | James Moger | 2012-03-17 | 1 | -9/+2 | |
| | ||||||
* | Implemented Lucene search result paging | James Moger | 2012-03-17 | 2 | -6/+101 | |
| | ||||||
* | Ensure that the welcome message is interpreted as UTF-8 (issue 74) | James Moger | 2012-03-16 | 1 | -3/+7 | |
| |