1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-11-29 10:24:20 +01:00
fab-manager/app/controllers/api
2022-05-10 10:23:43 +02:00
..
abuses_controller.rb [ongoing] abuses management interface 2019-05-09 18:27:19 +02:00
accounting_exports_controller.rb [bug] various fixes on accouting exports 2021-03-22 17:42:54 +01:00
accounting_periods_controller.rb replaces almost all Time.now by DateTime.current 2019-12-02 11:57:25 +01:00
admins_controller.rb move gender & birthday to statistic_profile 2019-06-04 13:33:00 +02:00
age_ranges_controller.rb rubocop api controllers 2019-01-16 13:07:19 +01:00
analytics_controller.rb detailled view of collected data in fabanalytics 2020-01-15 12:48:55 +01:00
api_controller.rb rubocop api controllers 2019-01-16 13:07:19 +01:00
auth_providers_controller.rb (bug) unable to create openid connect provider from the interface 2022-05-04 12:36:31 +02:00
availabilities_controller.rb configure the plans module from the admin UI 2020-05-26 15:39:28 +02:00
categories_controller.rb rubocop api controllers 2019-01-16 16:28:25 +01:00
components_controller.rb rubocop api controllers 2019-01-16 16:28:25 +01:00
coupons_controller.rb improved coupon filtering to allow pagination while filtering 2019-04-08 11:00:00 +02:00
credits_controller.rb [security] restrict allowed keys when creating/updating credits 2021-02-24 11:11:18 +01:00
custom_assets_controller.rb rubocop api controllers 2019-01-16 16:28:25 +01:00
event_themes_controller.rb rubocop api controllers 2019-01-16 16:28:25 +01:00
events_controller.rb [bug] the count of successfully updated events was not correct 2021-05-12 15:53:32 +02:00
exports_controller.rb export collected VAT by rate 2021-12-29 17:00:54 +01:00
files_controller.rb test mime type of a file 2020-06-03 16:25:13 +02:00
groups_controller.rb WIP: migrate machine pricing edition interface to react 2021-06-22 11:13:44 +02:00
i_calendar_controller.rb correct some errors due to Price.compute refactoring 2020-05-11 10:56:23 +02:00
imports_controller.rb [ongoing] import members from csv 2019-09-25 16:37:42 +02:00
invoices_controller.rb remove references to Invoice.invoiced 2021-05-27 15:58:55 +02:00
licences_controller.rb rubocop api controllers 2019-01-16 16:28:25 +01:00
local_payment_controller.rb WIP: migration to object[] 2021-05-28 17:34:20 +02:00
machines_controller.rb WIP: migrate machine pricing edition interface to react 2021-06-22 11:13:44 +02:00
members_controller.rb (feat) optional sso debug logs according to SSO_DEBUG env var 2022-01-17 15:24:07 +01:00
notifications_controller.rb Optimized multiple DB queries 2022-01-11 16:04:14 +01:00
open_api_clients_controller.rb fix refactoring issue in /api/open_api_clients 2020-06-15 17:07:28 +02:00
openlab_projects_controller.rb fix typo "projets" => "projects" 2022-02-25 15:22:14 +01:00
payment_schedules_controller.rb (feat) When a payment schedule is in error or canceled, ability to re-enable it with another payment method 2022-01-17 12:38:53 +01:00
payments_controller.rb fix some errors about stp subscription refacto + improved error handling 2021-10-07 17:07:46 +02:00
payzen_controller.rb Fix a bug: With PayZen, when there was more than one transaction (for ex: 1 failed atempt + 1 successful atemp), the order was not considered PAID because only the first transaction was checked (https://app.clickup.com/t/28zvhwy) 2022-04-28 13:36:16 +02:00
plan_categories_controller.rb Add description to plan category 2022-05-04 11:16:51 +02:00
plans_controller.rb [bug] a message tells that creating a new plan fails, but it worked 2021-06-14 16:53:52 +02:00
prepaid_packs_controller.rb edit pack modal 2021-06-25 09:56:39 +02:00
price_categories_controller.rb rubocop api controllers 2019-01-16 16:28:25 +01:00
prices_controller.rb refactor spaces/extended_prices code architecture to match the FM style guide 2021-12-28 11:25:10 +01:00
pricing_controller.rb rubocop api controllers 2019-01-16 16:28:25 +01:00
projects_controller.rb use search index to speed up projects searches 2020-06-23 17:06:59 +02:00
reservations_controller.rb WIP: array of items 2021-05-19 18:12:52 +02:00
settings_controller.rb transactional bulk update + better error handling while configuring the payment gateway 2021-06-10 10:39:42 +02:00
slots_controller.rb use slot duration from the db setting 2020-05-25 12:55:01 +02:00
spaces_controller.rb rubocop api controllers 2019-01-16 16:28:25 +01:00
statistics_controller.rb rubocop api controllers 2019-01-16 16:28:25 +01:00
stripe_controller.rb remove deprecated code and endpoints 2021-10-18 10:15:48 +02:00
stylesheets_controller.rb fix stylesheet view 2020-03-25 12:35:08 +01:00
subscriptions_controller.rb remove deprecated code and endpoints 2021-10-18 10:15:48 +02:00
tags_controller.rb rubocop api controllers 2019-01-16 16:28:25 +01:00
themes_controller.rb rubocop api controllers 2019-01-16 16:28:25 +01:00
trainings_controller.rb (ui) admin edit user: use new user-profile-form component 2022-05-10 10:23:43 +02:00
trainings_pricings_controller.rb rubocop api controllers 2019-01-16 16:28:25 +01:00
translations_controller.rb [bug] invoices are not generated in test/development if the configured locale is composed 2021-05-12 17:23:42 +02:00
user_packs_controller.rb integration of packs-summary 2021-06-29 15:59:57 +02:00
users_controller.rb basic access to members management for managers 2020-04-27 17:48:13 +02:00
version_controller.rb refactored code to use Setting.get 2020-05-25 12:54:19 +02:00
wallet_controller.rb configure wallet from UI 2020-06-15 12:44:43 +02:00