summaryrefslogtreecommitdiffstats
path: root/app/views/my
Commit message (Expand)AuthorAgeFilesLines
* Indentation fixes (#39806).Marius Balteanu2024-01-161-3/+3
* Fix query columns selection in admin and my page (#39806).Marius Balteanu2024-01-161-0/+2
* Improve wording on password change form (#36908).Go MAEDA2022-06-291-1/+1
* Automatically add the user to the watchers list after contributing to an issu...Marius Balteanu2022-03-191-0/+5
* Deprecate and rename rss_* methods to atom_* methods (#15118).Marius Balteanu2022-03-192-4/+4
* Structured Document list for more flexible UI design with CSS (#17924).Go MAEDA2022-02-081-1/+3
* Drop OpenID support (#35755).Go MAEDA2021-12-141-3/+0
* Use named routes in base layout and account sidebar (#35075).Go MAEDA2021-04-151-1/+1
* Backup codes for 2fa auth (#1237).Go MAEDA2020-08-291-0/+1
* Adds a setting to disable/enable/require 2fa auth (#1237).Go MAEDA2020-08-291-0/+2
* Adds two factor authentication support (#1237).Go MAEDA2020-08-292-1/+12
* Use field_activity rather than label_activity in the context of time tracking...Go MAEDA2020-03-261-1/+1
* Force passwords to contain specified character classes (#4221).Go MAEDA2019-08-291-1/+5
* Enables API access to /my/account for updating user account data (#31399).Go MAEDA2019-06-162-1/+14
* Update Rails ujs (#31205).Go MAEDA2019-04-181-1/+1
* Add the splitcontent* classes to my page layout (#30168).Go MAEDA2019-01-191-4/+2
* Wrap "splitcontentright" and "splitcontentleft" containers with a flexbox (#3...Go MAEDA2019-01-122-0/+4
* Add my activities to my page (#2471).Go MAEDA2018-07-111-0/+5
* Use button as additional option for contextmenu (#26655).Go MAEDA2018-04-211-0/+3
* Reverted r17252 and r17253 (#26655).Go MAEDA2018-04-021-3/+0
* Use button as additional option for contextmenu (#26655).Go MAEDA2018-04-021-0/+3
* Use reverse_each instead of reverse.each (#27671).Go MAEDA2017-12-311-1/+1
* Don't hardcode the groups on My page.Jean-Philippe Lang2017-04-041-12/+6
* Load queries from the helper.Jean-Philippe Lang2017-03-181-3/+1
* Fix tests (#1565).Jean-Philippe Lang2017-03-161-1/+1
* Use helper methods for rendering blocks.Jean-Philippe Lang2017-03-164-10/+2
* Allow multiple instances of custom queries on My page (#1565).Jean-Philippe Lang2017-03-162-28/+21
* Fix link to issues when displaying a project query (#1565).Jean-Philippe Lang2017-03-151-2/+3
* Move the "Log time" link on My page.Jean-Philippe Lang2017-03-151-1/+1
* Let user display a custom query on "My page" (#1565).Jean-Philippe Lang2017-03-151-0/+26
* Adds titles on icon links.Jean-Philippe Lang2017-03-142-2/+2
* Let user choose columns and sort order of issue lists on "My page" (#1565).Jean-Philippe Lang2017-03-145-39/+43
* Don't reload the page when adding/removing a block.Jean-Philippe Lang2017-03-133-1/+6
* Fix that move/delete links disappear after updating block settings.Jean-Philippe Lang2017-03-131-1/+1
* Use explicit url.Jean-Philippe Lang2017-03-131-1/+1
* Fix sort handle on "My page".Jean-Philippe Lang2017-03-111-0/+1
* Removes MyControllerTest#page_layout (#25297).Jean-Philippe Lang2017-03-092-33/+33
* Adds odd_even class to time entries (#15361).Jean-Philippe Lang2017-01-261-1/+1
* Use multipart forms for objects that may have file custom fields (#6719).Jean-Philippe Lang2016-12-131-1/+1
* Return false after onclick (#24439).Jean-Philippe Lang2016-11-261-1/+1
* Test failure (#23996).Jean-Philippe Lang2016-11-181-2/+2
* Introduce a setting to change the display format of timespans to h:mm (#23996).Jean-Philippe Lang2016-11-181-2/+2
* My page - Spent time: configurable number of days to display (#8761).Jean-Philippe Lang2016-10-302-5/+27
* Removes hard-coded border.Jean-Philippe Lang2016-10-291-1/+1
* Enables context menu on My Page for time entries.Jean-Philippe Lang2016-10-291-20/+12
* Don't use a global variable for storing context menu URL.Jean-Philippe Lang2016-10-291-1/+1
* Display hours in block title.Jean-Philippe Lang2016-10-291-8/+6
* Adds icon.Jean-Philippe Lang2016-10-291-1/+1
* Moves blocks definition to Redmine::MyPage.Jean-Philippe Lang2016-10-291-6/+3
* Adds helpers for rendering my page blocks.Jean-Philippe Lang2016-10-293-40/+6