78 Commits

Author SHA1 Message Date
98877166dd Add copyright notice 2024-12-08 08:34:55 +00:00
438de103ec Define a dummy endpoint to return a valid CSRF token 2024-12-08 09:32:34 +01:00
93d907cdc8 Remove leftovers of the date attribute 2024-12-07 23:43:21 +01:00
8527b20075 Remove wedding date attribute 2024-12-07 12:39:43 +01:00
5f01741943 Validate the Captcha challenge for account signup 2024-12-01 19:57:01 +01:00
be9ca9e6b0 Add copyright notice 2024-12-01 18:43:28 +00:00
b237239a1f Define an endpoint to retrieve a LibreCaptcha captcha 2024-12-01 19:42:25 +01:00
9d08ef6f18 Update wedding slug rules to accept numbers and other chars 2024-12-01 18:17:37 +01:00
7a80f1f5ef Make wedding object required for the swagger specs 2024-12-01 14:04:03 +01:00
279093ad98 Configure registration endpoint to create a wedding as well 2024-12-01 14:03:23 +01:00
70b44e1b96 Add copyright notice 2024-12-01 09:00:01 +00:00
8429b3952b Adapt factories to use a wedding object 2024-12-01 09:58:39 +01:00
988e158d99 Install acts_as_tenant gem and update documentation 2024-11-30 20:06:43 +01:00
9e222f59be Add copyright notice 2024-11-30 18:31:48 +00:00
24c39f331a Define a simple wedding model 2024-11-30 19:30:04 +01:00
598cb553c9 Add copyright notice 2024-11-30 17:47:30 +00:00
b0124fbd26 Configure email confirmation flow 2024-11-30 18:46:31 +01:00
5458c6dd8c Add copyright notice 2024-11-30 13:27:21 +00:00
b8e6df732c Generate user model, document some endpoints (missing email verification) 2024-11-30 14:24:02 +01:00
13bdaf0bd2 Add copyright notice 2024-11-30 10:03:46 +00:00
d9ab2f5091 Install devise gem 2024-11-30 10:59:28 +01:00
3d424c304e Revert user authentication
This reverts commit b215e8a3b40be089e7359cfd424f807c2d54b1c2.
2024-11-30 10:45:17 +01:00
b215e8a3b4 Add copyright notice 2024-11-19 07:57:42 +00:00
0e0da9c765 Refine and document controllers 2024-11-19 08:56:51 +01:00
80c1c9b99d Refine guest controller 2024-11-17 20:02:08 +01:00
7542c6361c Define an endpoint to destroy guests 2024-11-17 18:24:43 +01:00
31d41ea2ea Remove unused bulk update endpoint 2024-11-17 17:07:29 +01:00
1b2c0f0d0a Define an endpoint to create new guests 2024-11-17 11:47:12 +01:00
5f47b923d5 Remove / server from Swagger configuration 2024-11-16 12:30:05 +01:00
17c796c375 Merge pull request 'Document expenses endpoint and add some specs' () from document-expenses-controller into main
Reviewed-on: 
2024-11-16 09:32:36 +00:00
73e02a9d95 Add copyright notice 2024-11-16 09:23:51 +00:00
86b9d0b56c Document expenses endpoint and add some specs 2024-11-16 10:22:10 +01:00
6e5bbb7b1b Remove leftover code from Swagger-CSRF experiment 2024-11-16 09:59:19 +01:00
a8c9c051f0 Add copyright notice 2024-11-16 01:52:48 +00:00
6f6a6aaabf Update format of guests API and document endpoints 2024-11-16 02:16:19 +01:00
cc3c8fdd63 Improve documentation of groups endpoint 2024-11-15 19:46:47 +01:00
ca0b1b18d3 Use different server URLs for development and testing 2024-11-15 19:04:30 +01:00
41cb719bf4 Add copyright notice 2024-11-15 17:29:56 +00:00
bcbcf9b469 MVP of swagger documentation 2024-11-15 18:28:45 +01:00
8a3469447b Install rswag gem with default configuration 2024-11-15 08:45:56 +01:00
4be1fc6cad Add copyright notice 2024-11-13 07:59:07 +00:00
452b5b2040 Introduce endpoint to retrieve a summary of groups and invite attendance 2024-11-13 08:57:20 +01:00
bd5c4f5482 Merge first and last name and expose guest update endpoint 2024-11-11 07:55:03 +01:00
8d74d25574 Merge pull request 'Increase penalty for tables under minimum capacity' () from increase-penalty-undercapacity-tables into main
Reviewed-on: 
2024-11-10 18:01:16 +00:00
fe91f75ec0 Add copyright notice 2024-11-10 17:57:29 +00:00
f2e91c8d7a Run perturbations in both orders 2024-11-10 18:55:04 +01:00
5b36526c59 Increase penalty for tables under minimum capacity 2024-11-10 18:40:26 +01:00
bcf00fabf0 Add copyright notice 2024-11-10 17:01:57 +00:00
1fcca38576 Implement shift perturbation 2024-11-10 17:53:52 +01:00
29d9d21916 Use sets instead of arrays to represent tables 2024-11-10 17:30:01 +01:00