summaryrefslogtreecommitdiffstats
path: root/config
Commit message (Expand)AuthorAgeFilesLines
* Send a message to MQ when a MergeRequestVersion is deleted in order for a pro...Marius Mathiesen2010-02-011-0/+1
* Adding a field for opting in to default email notificationsMarius Mathiesen2010-01-261-0/+3
* Show a notice when viewing ones own profile pageJohan Sørensen2010-01-121-2/+2
* Renamed /activity route to /activitiesJohan Sørensen2010-01-121-30/+30
* Introducing Site#public_timeline as /activityMarius Mathiesen2010-01-121-0/+2
* Adding an Atom feed for user's watchlistMarius Mathiesen2009-12-071-3/+2
* Cleanup, prettify and unify the repositories overview boxesJohan Sørensen2009-12-071-1/+1
* Include user favorites in Users#showMarius Mathiesen2009-12-031-1/+3
* Add an event when someone starts watching a repository.Marius Mathiesen2009-12-031-0/+1
* Adding Favorites#destroy, set flash, add link to (un)favorite repositoryMarius Mathiesen2009-12-031-0/+2
* Introduce and use a white_button_link_to() helper and buttonify the user prof...Johan Sørensen2009-12-031-1/+1
* change wording of "Aliases" to "Email Aliases"Johan Sørensen2009-11-301-4/+4
* Merge commit 'refs/merge-requests/2202' of git://gitorious.org/gitorious/main...Johan Sørensen2009-11-261-1/+4
|\
| * default_license option in config.Tom Adams2009-11-231-1/+4
* | Merge commit 'refs/merge-requests/2179' of git://gitorious.org/gitorious/main...Johan Sørensen2009-11-261-1/+3
|\ \
| * | Add missing breadcrumbs for new and edit memberships.Thomas Schamm2009-11-231-1/+3
| |/
* | Make sure the add/remove colalborator events doesn't mention the deprecated t...Johan Sørensen2009-11-251-2/+2
* | Wording tweaks on the add collaborator pageJohan Sørensen2009-11-231-1/+1
|/
* Use "Collaborator" instead of "Committer" when adding new committershipsJohan Sørensen2009-11-191-6/+6
* Add controller+view code for setting permissions on a CommittershipJohan Sørensen2009-11-191-12/+13
* Specify whether a repository accepts merge requestsMarius Mathiesen2009-11-171-0/+2
* Tweak the repo searching a bitJohan Sørensen2009-11-121-1/+6
* A live search function for repository clones, along with a shortened list of ...Marius Mathiesen2009-11-121-0/+1
* Adding a waiting indication when performing a search, extract live search as ...Marius Mathiesen2009-11-121-1/+1
* Adding a liveSearch plugin, enable it on the repository listingMarius Mathiesen2009-11-121-0/+3
* Make "standard" commenting work again on merge requestsJohan Sørensen2009-11-041-2/+5
* Support for editing comments for the author 10 minutes after creating themMarius Mathiesen2009-11-041-0/+1
* Changed the NotificationCenter a bitMarius Mathiesen2009-11-041-1/+14
* Include all of public/javascripts/*.js when running javascript testsJohan Sørensen2009-11-041-2/+1
* Merge request owners are notified of new comments on their code.Marius Mathiesen2009-11-041-0/+1
* The javascript tests now work, and even passMarius Mathiesen2009-11-041-0/+7
* Adding support for commenting on a merge request version (UI still needs some...Marius Mathiesen2009-11-041-1/+1
* Remove graphing and gruff, RMagick no longer requiredMarius Mathiesen2009-11-031-1/+0
* Merge commit 'refs/merge-requests/1610' of git://gitorious.org/gitorious/main...Marius Mathiesen2009-10-151-1/+6
|\
| * Unsetting CA_FILE if it's set, avoiding constant redefine warnings when loadi...August Lilleaas2009-09-251-1/+6
* | refer to the repository, not the project, in the "no clones yet" textJohan Sørensen2009-10-051-1/+1
* | Fixed and tweaked wording on the pending_activation pageJohan Sørensen2009-10-051-2/+2
* | Merge commit 'refs/merge-requests/1609' of gitorious.org:gitorious/mainlineJohan Sørensen2009-10-053-3/+7
|\ \
| * | Redirecting to a separate pre activation message screen instead of just flash...August Lilleaas2009-09-253-3/+7
| |/
* | Merge commit 'refs/merge-requests/1548' of gitorious.org:gitorious/mainlineJohan Sørensen2009-10-051-0/+1
|\ \
| * | Update merge request button missed its translation.Thomas Schamm2009-09-191-0/+1
| |/
* | Display the diffs on the merge request page.Marius Mathiesen2009-09-281-1/+6
* | Remove the new_repository_clone email notificationJohan Sørensen2009-09-251-2/+1
|/
* Fix toggling of merge request help and markdown helpJohan Sørensen2009-09-091-2/+3
* Switch to using jQuery for all javascript related thingsJohan Sørensen2009-09-031-4/+4
* Supply howto for integrating and updating merge requests.Marius Mathiesen2009-08-271-8/+0
* Add a summary-field to merge-requestsTor Arne Vestbø2009-08-241-3/+5
* Losen the custom merge request states even further and allow for both open&cl...Johan Sørensen2009-08-241-2/+0
* Adding a processor for handling deletion of merge requests.Marius Mathiesen2009-07-171-2/+2
* Add information about how to update merge requests to the ownerMarius Mathiesen2009-07-161-0/+4
* Prettified the rendering of merge request status changes in comments and eventsJohan Sørensen2009-07-151-0/+1
* No longer scrolling the most recent activities on the home page.August Lilleaas2009-07-141-1/+1
* Changed RepositoryController#real_path to #config and made it includeJohan Sørensen2009-07-101-1/+1
* Let each project define its status tags for merge requestsMarius Mathiesen2009-07-021-1/+3
* Merge request updates:Marius Mathiesen2009-06-241-1/+2
* Let users view commits from earlier versions of a merge requestMarius Mathiesen2009-06-241-1/+2
* Moved the authentication logic from SSH Client to pre-receive:Marius Mathiesen2009-06-241-1/+2
* When creating a merge request, a separate Git repositoryMarius Mathiesen2009-06-241-0/+1
* Make sure we send a notification to the parent repo, not the project, whenJohan Sørensen2009-06-181-1/+1
* Add a warning if gitorious.yml is wrong.Marius Mathiesen2009-06-171-0/+3
* Adding the recent events ticker/scroller on the new glossy flashy sparkly hom...August Lilleaas2009-06-121-1/+1
* Added a hew missing locale keys for the new gitorious homepage.August Lilleaas2009-06-121-1/+3
* Here's the new and glossy home page header!August Lilleaas2009-06-121-3/+12
* Adding a new configuration declaration to config/gitorious.yml that determine...August Lilleaas2009-06-121-0/+3
* Better binary blob detectionJohan Sørensen2009-06-111-4/+5
* Unify rendering of git clone and push urls in a partial and restyle it a bitJohan Sørensen2009-06-101-2/+3
* Tweaked the way the message actions are displayed on the inboxJohan Sørensen2009-06-101-1/+1
* Adding an archived state to messages:Marius Mathiesen2009-06-092-1/+2
* Change the way we store public keys to not include the user supplied commentJohan Sørensen2009-06-091-0/+3
* Add copyright headers and a note about the repository_owner_namespacing filterJohan Sørensen2009-06-081-0/+30
* Be able to delete a team avatarJohan Sørensen2009-06-081-1/+1
* Revise the merge request git workflow helper text a bitJohan Sørensen2009-06-042-4/+8
* Adding support for marking several messages as readMarius Mathiesen2009-06-031-1/+1
* add year to "human" dates.Jason Woofenden2009-06-033-3/+3
* Include Factory girl only in the test environment.Marius Mathiesen2009-05-262-1/+2
* Adding factory_girl for fewer dependencies in the Marius Mathiesen2009-05-251-1/+1
* Move the rescue partials into app/views/sharedJohan Sørensen2009-05-201-3/+0
* - Update the Gitorious URL to new URL schemeMarius Mathiesen2009-05-201-5/+2
* Updating default configurations for fresh installsMarius Mathiesen2009-05-203-3/+7
* Adding support for re-opening merge requests.Marius Mathiesen2009-05-192-2/+7
* Adding a custom action for changing the slug for Marius Mathiesen2009-05-182-2/+5
* Refactor routes a bit so we can pass along options to the repository proc, suchJohan Sørensen2009-05-181-56/+45
* Moved the OAuth settings controller into the admin Marius Mathiesen2009-05-181-1/+2
* Make sure the ~/user.name/project/repo urls work for users with dots in the l...Johan Sørensen2009-05-181-1/+1
* Users that haven't been activated can no longer perform a password reset. Ins...Marius Mathiesen2009-05-131-0/+1
* Adding preview functionality for Projects#edit.Marius Mathiesen2009-05-121-1/+1
* Show the reason and related commits on a merge request even when it's non-openJohan Sørensen2009-05-121-1/+2
* Added link to the blog in the footerJohan Sørensen2009-05-111-1/+2
* Adding support for deleting your own merge requests:Marius Mathiesen2009-05-111-0/+1
* new sess id, againJohan Sørensen2009-05-111-1/+1
* Use activerecord for session cookiesJohan Sørensen2009-05-111-1/+1
* new sess idJohan Sørensen2009-05-111-1/+1
* Make sure sub-resources are working for usernames with dots in themJohan Sørensen2009-05-111-6/+8
* Consistency in the usage of the "open source" phraseJohan Sørensen2009-05-111-1/+1
* Changed the session idJohan Sørensen2009-05-101-1/+1
* include the RAILS_ENV when finding out who should receive exception notificat...Johan Sørensen2009-05-081-2/+2
* Adding a link to OAuth settings for a project - for site adminsMarius Mathiesen2009-05-071-0/+1
* Adding a controller with actions for editing/updating the oauth settings for ...Marius Mathiesen2009-05-061-0/+5
* Removed the need for the version-controlled EULA (it's hosted externally) inJohan Sørensen2009-04-301-3/+3
* Adding support for deleting a user's avatar.Marius Mathiesen2009-04-301-1/+2