Commit Graph

2400 Commits (92c386afbee0e420242b76e527e9a67d66932c49)

Author SHA1 Message Date
Michael Frister 09cbe712b2 Login: Fix log warning being shown on not allowed password change 11 years ago
Michael Frister 0978e24dc0 AccountController#register: Refactor omniauth part into own method 11 years ago
kgalli 9e4f84844b Removal of trailing white spaces 11 years ago
Michael Frister 43c21cf09a User: Make sure force_password_change can only be activated if allowed 11 years ago
Michael Frister 50b4942377 User: Move auth_source_id filtering to PermittedParams 11 years ago
kgalli a4b155eef2 Removal of unnecessary auth_hash method 11 years ago
kgalli 8f0c7cbfcd bugfix for register method and refactoring of specs 11 years ago
kgalli 5cb176124a add omniauth failure callback and specs for omniauth login/registration 11 years ago
Michael Frister 068c04b1d1 AccountController: Rename method 11 years ago
kgalli decc834ea6 Replace of flash notice for registration scenarios with automatic login 11 years ago
kgalli 35c334c6c5 redirect to first_login page for all new users to set accessibility mode 11 years ago
Michael Frister d16e062b41 Omniauth: Fix lost_password deciding whether to allow reset 11 years ago
Michael Frister 530facf740 Refactor UsersController#update a little 11 years ago
Michael Frister dd738fb5cf Omniauth: Hide authentication fields for users with external source 11 years ago
Michael Frister 475d0b33c5 Omniauth: Allow correcting validation errors via registration form 11 years ago
Michael Frister 673c620306 Begin to replace OpenID with omniauth 11 years ago
Martin Linkhorst 34a4653c28 manipulating asynchronicity with Delayed::Worker.delay_jobs should work by now 11 years ago
Richard 1849e826ff Throwing exception if unknown column name is passed to column_data. 11 years ago
Michael Frister 3f9595fde9 Fix api/v2/projects/level_list 11 years ago
Richard aad7606340 Encoding filter operator values to avoid url escaping browser bullshit. 11 years ago
Richard 2f11241407 WIP. using the url params to keep state but having a nightmare with url escaping:/ 11 years ago
Michael Frister a74ec11579 Remove API v1 controllers 11 years ago
Philipp Tessenow ce2f3c7853 remove most parts of api v1 11 years ago
Richard db665e3f2f Inluding query available columns in the meta data. 11 years ago
Richard 9744c44411 column_sums is now giving the total for the query, not the project. 11 years ago
Richard 2430a9bfbb Column sums can now be called without a project id. 11 years ago
Richard 2192b32936 Checking for integer instead of int for summable columns. 11 years ago
Richard a3f2fee391 Assignee's role select has the correct options. 11 years ago
Richard 25c073d173 Added a v3 user controller because v2 doesn't allow sorting etc. 11 years ago
Richard 0e3a365e90 Displaying project hierarchy in project filter list. 11 years ago
Richard b2cfd11b70 Fetching app wide custom value filters and caching values per project. 11 years ago
Richard fca08a7a87 WIP. Custom fields appearing in filters section but for some reason not filtering. 11 years ago
Richard 8d91b206e4 Wried up filtering by project on non-project work packages view. 11 years ago
Richard e12720a568 Made project service for (sub)projects. Can use sub-project filter. 11 years ago
Martin Linkhorst 99427f281c re-render everything so there won't be multiple error flash messages on the page 11 years ago
Martin Linkhorst c00771156a do not display successful flash message when in wasn't 11 years ago
Richard 05eb74768a WIP. Custom fields appearing in filters section but for some reason not filtering. 11 years ago
Michael Frister 3c324bdc42 Use strong_parameters for User, remove safe_attribtues 11 years ago
Jean-Philippe Lang b8ffa31e1a Potentiel data leak in "Invalid form authenticity token" error screen (#16511). 11 years ago
Richard 276ea3c5ec Wried up filtering by project on non-project work packages view. 11 years ago
Richard 984d318112 Made project service for (sub)projects. Can use sub-project filter. 11 years ago
Alex Coles d14c2aa944 Embed cast custom value data in WP API response 11 years ago
Alex Coles 8714aa488e Add/update Copyright header to controllers (API v3) 11 years ago
Richard 9ba648a9b8 Loading work packages except when it's an html request. 11 years ago
Richard 53ac186116 Moved work package loading out of respond_to block. 11 years ago
Martin Linkhorst a83af510cb given openproject runs in a subdirectory we cannot allow redirecting to a different subdirectory. also tries to catch shenanigans to circumvent the check like ".." in the path. 11 years ago
Till Breuer 17ed76e663 Fix export formats of work_packages#index 11 years ago
Hagen Schink 784bf7e6fc Fix code layout 11 years ago
Hagen Schink 88bceae8e8 Add update notice 11 years ago
Hagen Schink 7c8c27d2dd Add deletion notice 11 years ago