summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Expire other sessions on password change (#17796).Jean-Baptiste Barth2014-09-163-1/+17
* remove trailing white-space from app/models/issue_custom_field.rbToshi MARUYAMA2014-09-161-1/+1
* Backport r13313 from rails-4.1 to trunk.Toshi MARUYAMA2014-09-149-11/+11
* Code cleanup (#17717).Jean-Philippe Lang2014-09-141-3/+5
* Parent issue autocomplete does not follow to the "Allow cross-project subtask...Jean-Philippe Lang2014-09-143-2/+24
* Fixed: Issues counters in roadmap only link to issues in the same project (#9...Jean-Philippe Lang2014-09-142-14/+32
* Invalidate security tokens on password or email changes (#17717).Jean-Baptiste Barth2014-09-141-1/+13
* Issue API: include is_private attribute in xml/json output (#10914).Jean-Philippe Lang2014-09-132-0/+2
* Moves project sidebar content to a partial (#17380).Jean-Philippe Lang2014-09-132-11/+13
* Fixed: The error flash message on session expiration is not in the language o...Jean-Philippe Lang2014-09-131-3/+4
* Fixed: Files assigned to a version can not be deleted if Issue Tracking modul...Jean-Philippe Lang2014-09-131-0/+4
* Mark private notes more clearly (#16240).Jean-Baptiste Barth2014-09-091-1/+2
* Make 2nd parameter optional in User#allowed_to_globally? for consistency (#64...Jean-Baptiste Barth2014-09-061-1/+5
* Include enabled modules in projects API (#17602).Jean-Baptiste Barth2014-09-063-12/+23
* Fix syntax for ruby 1.8.7 (#13487).Jean-Baptiste Barth2014-08-311-7/+2
* Optimize committers/users map retrieval for statistic graphs (#13487).Jean-Baptiste Barth2014-08-311-9/+27
* Honnor committers/users mapping in repository statistics (#13487).Jean-Baptiste Barth2014-08-261-3/+4
* Move some RepositoriesController logic to Repository#stats_by_author (#13487).Jean-Baptiste Barth2014-08-262-9/+33
* revert r13199 (#17151)Toshi MARUYAMA2014-08-261-3/+1
* remove unneeded setting self[left_column_name] and self[right_column_name] fr...Toshi MARUYAMA2014-08-231-2/+0
* Add project is_public to GET /projects/:id and /projects API response (#17628).Jean-Baptiste Barth2014-08-152-0/+2
* fix test failure on Ruby 1.8.7 PostgreSQL (#17484)Toshi MARUYAMA2014-08-131-1/+1
* Add time entries custom fields to the context menu for quick bulk edit (#17484).Jean-Philippe Lang2014-07-294-0/+46
* Fixed an error when member's project is nil (#17486).Jean-Philippe Lang2014-07-291-2/+2
* WARNING: Can't mass-assign protected attributes: user_id, type.Jean-Philippe Lang2014-07-141-1/+1
* Fixed that query roles are not copied when copying a project (#17202).Jean-Philippe Lang2014-07-141-0/+1
* Use type="button" instead of return false; (#17401).Jean-Philippe Lang2014-07-141-2/+2
* Don't prepend project name if the version is not shared.Jean-Philippe Lang2014-07-142-1/+6
* Adds version date as title in #link_to_version (#17431).Jean-Philippe Lang2014-07-141-1/+2
* Moved #link_to_version to ApplicationHelper (#17431).Jean-Philippe Lang2014-07-142-5/+6
* remove unneeded statement from Issue#parent_issue_id=Toshi MARUYAMA2014-07-131-1/+0
* remove trailing white-spaces from app/models/user.rbToshi MARUYAMA2014-07-111-3/+3
* Fixed relative "source" links in email notifications (#3483).Jean-Philippe Lang2014-07-051-1/+1
* Option to render boolean custom fields as a single check box or radio buttons...Jean-Philippe Lang2014-07-052-3/+7
* Don't redirect to another suburi (#16530).Jean-Philippe Lang2014-07-051-12/+31
* remove trailing white-space from app/models/workflow_permission.rbToshi MARUYAMA2014-07-031-1/+1
* use \A instead of ^ for RegExp (#16190)Toshi MARUYAMA2014-07-021-1/+1
* only ignore undesirable Auto-Submitted headers defined in RFC3834 (#16190)Toshi MARUYAMA2014-07-021-1/+1
* fix file upload broken on Chrome 36 (#17151)Toshi MARUYAMA2014-07-011-1/+3
* prevent "can't modify frozen String" exception when mail sending error (#17235)Toshi MARUYAMA2014-07-011-1/+1
* revert r13183 (#17151)Toshi MARUYAMA2014-06-251-3/+1
* fix file upload broken on Chrome 36 (#17151)Toshi MARUYAMA2014-06-251-1/+3
* fix variable name confusion at AttachmentsController#thumbnailToshi MARUYAMA2014-06-081-3/+3
* remove redundant empty lines from app/models/auth_source_ldap.rbToshi MARUYAMA2014-05-251-4/+0
* Remove useless settings when editing a query from the gantt (#16747).Jean-Philippe Lang2014-05-241-4/+10
* Count users with a single query on group list (#16905).Jean-Philippe Lang2014-05-242-5/+13
* replace tabs to spaces (#16795)Toshi MARUYAMA2014-05-241-1/+1
* Fixed that Member#destroy triggers after_destroy callbacks twice (#16795).Jean-Philippe Lang2014-05-241-0/+12
* Improve performance of Principal.member_of scopeJean-Baptiste Barth2014-05-191-1/+1
* fix typo of app/models/repository/mercurial.rbToshi MARUYAMA2014-05-031-1/+1