summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Adds a setting to remove incoming emails body after a delimiter (#4409).Jean-Philippe Lang2009-12-232-3/+26
* Display API key in the sidebar, just below the API key heading.Jean-Philippe Lang2009-12-232-11/+5
* Do not display API key if API is disabled.Jean-Philippe Lang2009-12-232-1/+3
* Fills translations.Jean-Philippe Lang2009-12-231-1/+1
* Move API setting to Authentication tab and add translations strings.Jean-Philippe Lang2009-12-233-10/+3
* Added an Admin setting to enable/disable the REST web service. (#3920)Eric Davis2009-12-233-2/+11
* Added support for HTTP Basic access to the API. (#3920)Eric Davis2009-12-231-3/+12
* Allow authenticating with an API token via XML or JSON. (#3920)Eric Davis2009-12-232-1/+9
* Added an API token for each User to use when making API requests. (#3920)Eric Davis2009-12-234-2/+57
* Added the revision title to any revision links.Eric Davis2009-12-224-4/+13
* Make sure the RSS token is getting destroyed and created.Eric Davis2009-12-211-2/+6
* Extract methodEric Davis2009-12-211-2/+6
* Refactor: Use the existing method for failing onthefly creations.Eric Davis2009-12-201-4/+1
* Added an optimization note for later.Eric Davis2009-12-201-0/+1
* Adds a 'Create and continue' button on new user form.Jean-Philippe Lang2009-12-202-2/+7
* Change MailHandler 403 error message.Jean-Philippe Lang2009-12-201-2/+2
* Adds on optional API key to repositories management controller and reposman.rb.Jean-Philippe Lang2009-12-202-3/+11
* Admin info cleanup.Jean-Philippe Lang2009-12-192-10/+12
* Adds helpers for setting field tags.Jean-Philippe Lang2009-12-199-173/+130
* Adds a 'no_permission_check' option to the MailHandler.Jean-Philippe Lang2009-12-191-5/+17
* Fixes block reordering on my page (#2971).Jean-Philippe Lang2009-12-192-19/+17
* Fixes an error with postgres.Jean-Philippe Lang2009-12-191-2/+10
* Avoid a ruby warning.Jean-Philippe Lang2009-12-191-1/+1
* Fixes 'follows' relation validation.Jean-Philippe Lang2009-12-181-3/+3
* Adds 'follows' relation (#1432).Jean-Philippe Lang2009-12-181-1/+16
* Issue sidebar cleanup.Jean-Philippe Lang2009-12-182-18/+15
* By default, only show statuses that are used by the tracker on the workflow e...Jean-Philippe Lang2009-12-183-3/+29
* Display shared versions on the issue summary view (#4425).Jean-Philippe Lang2009-12-181-2/+2
* Removes "xxx and return" calls (#4446).Jean-Philippe Lang2009-12-1810-26/+34
* Fixes test broken by r3176 (#4439).Jean-Philippe Lang2009-12-181-1/+2
* IE8 fix.Jean-Philippe Lang2009-12-171-2/+1
* Removes large icons.Jean-Philippe Lang2009-12-176-12/+12
* Adds an admin layout that displays the admin menu in the sidebar.Jean-Philippe Lang2009-12-1715-79/+55
* Adds buttons to scroll the tabs when they overflow.Jean-Philippe Lang2009-12-141-0/+9
* Moved charset meta tag before title (#4320).Jean-Philippe Lang2009-12-131-1/+1
* Make sure user can not watch what he is not allowed to view.Jean-Philippe Lang2009-12-131-1/+5
* Make sure users don't get notified for thing they can not view (#3589).Jean-Philippe Lang2009-12-136-19/+54
* Moves watchers filtering logic to ActsAsWatchable.Jean-Philippe Lang2009-12-131-7/+0
* Makes user unwatch what he can no longer view after its permissions have chan...Jean-Philippe Lang2009-12-137-2/+73
* Added a setting to configure the day that week start on (Monday or Sunday). (...Eric Davis2009-12-132-0/+13
* Copy issue relations when copying a project. (#3367)Eric Davis2009-12-131-0/+31
* Roadmap: sort issues by project and prepend project name if different (#4373).Jean-Philippe Lang2009-12-123-4/+6
* Removes changelog view.Jean-Philippe Lang2009-12-124-80/+4
* Display users then groups on project memberships view (#4389).Jean-Philippe Lang2009-12-122-6/+6
* Sort groups on user groups setting (#4389).Jean-Philippe Lang2009-12-121-1/+1
* Issue#done_ratio should not break if status is nil.Jean-Philippe Lang2009-12-121-2/+2
* Retrieve root_url if needed (#4377).Jean-Philippe Lang2009-12-121-1/+1
* Allow blank value for IssueStatus#default_done_ratio.Jean-Philippe Lang2009-12-123-3/+4
* Locales update.Jean-Philippe Lang2009-12-121-1/+2
* Adds workflow copy functionality (#1727).Jean-Philippe Lang2009-12-128-19/+114