0
0
Fork 0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-04-06 05:35:29 +00:00
Commit graph

7 commits

Author SHA1 Message Date
Dan Brown
5508c171db
PHP: Addressed 8.4 deprecations within app itself 2025-02-17 12:45:37 +00:00
Dan Brown
6f1c54d018
Users: Changed name validation to min:1 instead of 2
Would cause scenarios where users could be created with 1 char, but then
fail to update due to validation differences.
Added test to cover.
For 
2024-10-15 11:07:41 +01:00
Dan Brown
1f2506221a
API: Updated docs with consistent types, fixed users response example
For  and 
2024-08-27 12:23:36 +01:00
Dan Brown
56d07f1909
Users API: Fixed sending invite when using form requests
- Cast send_invite value in cases where it might not have been a boolean,
  which occurs on non-JSON requests.
- Added test to cover.
- Updated API docs to mention and shown boolean usage.
2023-12-13 15:13:54 +00:00
Dan Brown
00b5dd7852
Users API: Fixed incorrect created_at date on index endpoint
For 
2023-06-17 18:18:17 +01:00
Dan Brown
141eecb858
Cleaned up namespacing in routes
Also moved home controller and moved controllers up a level in http.
2023-05-18 20:57:05 +01:00
Dan Brown
295cd01605
Played around with a new app structure 2023-05-17 17:56:55 +01:00
Renamed from app/Http/Controllers/Api/UserApiController.php (Browse further)