summaryrefslogtreecommitdiffstats
path: root/app/controllers
Commit message (Expand)AuthorAgeFilesLines
* Reverts change in r13428, project can't be found by identifier (#17959).Jean-Philippe Lang2014-10-051-1/+1
* Fixed that preview doesn't show notes when issue project is changed (#17959).Jean-Philippe Lang2014-10-051-2/+2
* Let the new time_entry form be submitted without project (#17954).Jean-Philippe Lang2014-10-041-40/+23
* Adds buit-in groups to give specific permissions to anonymous and non members...Jean-Philippe Lang2014-09-281-2/+6
* Expire other sessions on password change (#17796).Jean-Baptiste Barth2014-09-162-1/+16
* Parent issue autocomplete does not follow to the "Allow cross-project subtask...Jean-Philippe Lang2014-09-141-1/+1
* Fixed: The error flash message on session expiration is not in the language o...Jean-Philippe Lang2014-09-131-3/+4
* Move some RepositoriesController logic to Repository#stats_by_author (#13487).Jean-Baptiste Barth2014-08-261-9/+10
* Add time entries custom fields to the context menu for quick bulk edit (#17484).Jean-Philippe Lang2014-07-291-0/+15
* Don't redirect to another suburi (#16530).Jean-Philippe Lang2014-07-051-12/+31
* prevent "can't modify frozen String" exception when mail sending error (#17235)Toshi MARUYAMA2014-07-011-1/+1
* fix variable name confusion at AttachmentsController#thumbnailToshi MARUYAMA2014-06-081-3/+3
* Count users with a single query on group list (#16905).Jean-Philippe Lang2014-05-241-2/+11
* Field set as read-only still available in the issues list context menu (#16755).Jean-Philippe Lang2014-05-021-1/+1
* fix non-ascii attachment file name get corrupted in IE11 (#16711)Toshi MARUYAMA2014-04-171-1/+1
* fix typo at app/controllers/repositories_controller.rbToshi MARUYAMA2014-04-161-1/+1
* Potentiel data leak in "Invalid form authenticity token" error screen (#16511).Jean-Philippe Lang2014-04-051-0/+1
* Fixed that back_url=/ param is ignored (#16467).Jean-Philippe Lang2014-04-051-1/+1
* Fixed back url verification (#16466).Jean-Philippe Lang2014-03-291-1/+1
* remove unneeded Relation#all from WorkflowsController#editToshi MARUYAMA2014-03-241-1/+1
* Fixed: Error generated on 'search for watchers to add' after clicking add wit...Jean-Philippe Lang2014-03-211-0/+3
* Fixed flawed regexp for removing pre blocks when quoting messages (#16353).Jean-Philippe Lang2014-03-171-1/+1
* Fixed flawed regexp for removing pre blocks when quoting notes (#16353).Jean-Philippe Lang2014-03-151-1/+1
* Bulk edit workflows for multiple trackers/roles (#16164).Jean-Philippe Lang2014-02-251-46/+57
* Trigger basic HTTP authentication only when Basic authorization header is pre...Jean-Philippe Lang2014-02-221-1/+1
* Preload authors for /issues API calls.Jean-Philippe Lang2014-02-221-0/+1
* Preload issue relations when exporting issues to CSV with all columns (#16091).Jean-Philippe Lang2014-02-221-0/+3
* Enable the watching of news (#2549).Jean-Philippe Lang2014-02-091-1/+7
* Reverts r12855.Jean-Philippe Lang2014-02-071-4/+0
* Adds JS response support to #render_error (#15760).Jean-Philippe Lang2014-02-071-0/+4
* Code cleanup.Jean-Philippe Lang2014-02-071-1/+0
* Show tabs for existing custom field types only and adds a view for choosing t...Jean-Philippe Lang2014-02-071-1/+1
* update copyright year (#15977)Toshi MARUYAMA2014-01-2946-46/+46
* remove unneeded Relation#all from WorkflowsControllerToshi MARUYAMA2014-01-271-2/+2
* Successful update notice for workflows (#15831).Jean-Philippe Lang2014-01-251-0/+2
* Redirect to back_url or referer when clicking "Sign in" while already logged-...Jean-Philippe Lang2014-01-252-2/+5
* Adds settings for disabling browser language detection and language preferenc...Jean-Philippe Lang2014-01-241-1/+1
* Don't display default watchers checkboxes on the new issue form when there ar...Jean-Philippe Lang2014-01-192-6/+20
* Code cleanup (#14766).Jean-Philippe Lang2014-01-111-1/+1
* cleanup syntax of Relation#all at WikiController#exportToshi MARUYAMA2014-01-111-1/+4
* code format cleanup WikiControllerToshi MARUYAMA2014-01-111-2/+8
* Rails4: replace deprecated find_all_by_* at WatchersControllerToshi MARUYAMA2014-01-101-2/+2
* Rails4: replace deprecated find_all_by_* at RepositoriesController#committersToshi MARUYAMA2014-01-101-1/+1
* Rails4: replace deprecated find_all_by_* at TimelogController#find_time_entriesToshi MARUYAMA2014-01-101-1/+1
* cleanup syntax of Relation#all at QueriesController#indexToshi MARUYAMA2014-01-101-3/+5
* cleanup syntax of Relation#all at MembersController#indexToshi MARUYAMA2014-01-101-6/+5
* cleanup syntax of Relation#all at IssueStatusesController#indexToshi MARUYAMA2014-01-101-1/+1
* cleanup syntax of Relation#all at NewsController#indexToshi MARUYAMA2014-01-101-5/+5
* Rails4: replace deprecated Relation#count with finder options at ProjectsCont...Toshi MARUYAMA2014-01-101-2/+2
* add missing Relation#all at WorkflowsController#copy of r12583Toshi MARUYAMA2014-01-101-1/+1