Compare commits
42 Commits
master
...
b3b523aab3
| Author | SHA1 | Date | |
|---|---|---|---|
| b3b523aab3 | |||
| 7525e78009 | |||
| 91d0b1e0be | |||
| 856f4a3f76 | |||
| 3a218cd3fb | |||
| 7d64ea219f | |||
| f83cbe1386 | |||
| 9600acab0f | |||
| 3620587b3b | |||
| df6a9e8292 | |||
| e8b1b91202 | |||
| 0f0b5978b6 | |||
| 7626d91ece | |||
| e62f536c03 | |||
| 51f8aaccb6 | |||
| b34959df33 | |||
| e86c80310d | |||
| 09633458a0 | |||
| 2346c90be8 | |||
| 9f72cd9b9c | |||
| 5075e8843b | |||
| 238e17aed6 | |||
| 82dbf11b42 | |||
| f07a6a8923 | |||
| 33b03a4d74 | |||
| 70d8020610 | |||
| 5f25a516e9 | |||
| 829c2e8df4 | |||
| 5b9d82889c | |||
| 3efae7bfff | |||
| 1332b001c8 | |||
| 6e4b6a0499 | |||
| 936b095d46 | |||
| d0d1169c7d | |||
| 9a4da0462a | |||
| 49f3677081 | |||
| 16bc7eca6f | |||
| bc800e7cf6 | |||
| 18582fdff7 | |||
| c4fadce69f | |||
| 2f1df6c117 | |||
| 32d3793025 |
@@ -14,7 +14,7 @@ steps:
|
|||||||
- cargo test
|
- cargo test
|
||||||
|
|
||||||
- name: app_deploy
|
- name: app_deploy
|
||||||
image: node:24
|
image: node:22
|
||||||
environment:
|
environment:
|
||||||
AWS_ACCESS_KEY_ID:
|
AWS_ACCESS_KEY_ID:
|
||||||
from_secret: AWS_ACCESS_KEY_ID
|
from_secret: AWS_ACCESS_KEY_ID
|
||||||
|
|||||||
674
LICENSE
674
LICENSE
@@ -1,674 +0,0 @@
|
|||||||
GNU GENERAL PUBLIC LICENSE
|
|
||||||
Version 3, 29 June 2007
|
|
||||||
|
|
||||||
Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
|
|
||||||
Everyone is permitted to copy and distribute verbatim copies
|
|
||||||
of this license document, but changing it is not allowed.
|
|
||||||
|
|
||||||
Preamble
|
|
||||||
|
|
||||||
The GNU General Public License is a free, copyleft license for
|
|
||||||
software and other kinds of works.
|
|
||||||
|
|
||||||
The licenses for most software and other practical works are designed
|
|
||||||
to take away your freedom to share and change the works. By contrast,
|
|
||||||
the GNU General Public License is intended to guarantee your freedom to
|
|
||||||
share and change all versions of a program--to make sure it remains free
|
|
||||||
software for all its users. We, the Free Software Foundation, use the
|
|
||||||
GNU General Public License for most of our software; it applies also to
|
|
||||||
any other work released this way by its authors. You can apply it to
|
|
||||||
your programs, too.
|
|
||||||
|
|
||||||
When we speak of free software, we are referring to freedom, not
|
|
||||||
price. Our General Public Licenses are designed to make sure that you
|
|
||||||
have the freedom to distribute copies of free software (and charge for
|
|
||||||
them if you wish), that you receive source code or can get it if you
|
|
||||||
want it, that you can change the software or use pieces of it in new
|
|
||||||
free programs, and that you know you can do these things.
|
|
||||||
|
|
||||||
To protect your rights, we need to prevent others from denying you
|
|
||||||
these rights or asking you to surrender the rights. Therefore, you have
|
|
||||||
certain responsibilities if you distribute copies of the software, or if
|
|
||||||
you modify it: responsibilities to respect the freedom of others.
|
|
||||||
|
|
||||||
For example, if you distribute copies of such a program, whether
|
|
||||||
gratis or for a fee, you must pass on to the recipients the same
|
|
||||||
freedoms that you received. You must make sure that they, too, receive
|
|
||||||
or can get the source code. And you must show them these terms so they
|
|
||||||
know their rights.
|
|
||||||
|
|
||||||
Developers that use the GNU GPL protect your rights with two steps:
|
|
||||||
(1) assert copyright on the software, and (2) offer you this License
|
|
||||||
giving you legal permission to copy, distribute and/or modify it.
|
|
||||||
|
|
||||||
For the developers' and authors' protection, the GPL clearly explains
|
|
||||||
that there is no warranty for this free software. For both users' and
|
|
||||||
authors' sake, the GPL requires that modified versions be marked as
|
|
||||||
changed, so that their problems will not be attributed erroneously to
|
|
||||||
authors of previous versions.
|
|
||||||
|
|
||||||
Some devices are designed to deny users access to install or run
|
|
||||||
modified versions of the software inside them, although the manufacturer
|
|
||||||
can do so. This is fundamentally incompatible with the aim of
|
|
||||||
protecting users' freedom to change the software. The systematic
|
|
||||||
pattern of such abuse occurs in the area of products for individuals to
|
|
||||||
use, which is precisely where it is most unacceptable. Therefore, we
|
|
||||||
have designed this version of the GPL to prohibit the practice for those
|
|
||||||
products. If such problems arise substantially in other domains, we
|
|
||||||
stand ready to extend this provision to those domains in future versions
|
|
||||||
of the GPL, as needed to protect the freedom of users.
|
|
||||||
|
|
||||||
Finally, every program is threatened constantly by software patents.
|
|
||||||
States should not allow patents to restrict development and use of
|
|
||||||
software on general-purpose computers, but in those that do, we wish to
|
|
||||||
avoid the special danger that patents applied to a free program could
|
|
||||||
make it effectively proprietary. To prevent this, the GPL assures that
|
|
||||||
patents cannot be used to render the program non-free.
|
|
||||||
|
|
||||||
The precise terms and conditions for copying, distribution and
|
|
||||||
modification follow.
|
|
||||||
|
|
||||||
TERMS AND CONDITIONS
|
|
||||||
|
|
||||||
0. Definitions.
|
|
||||||
|
|
||||||
"This License" refers to version 3 of the GNU General Public License.
|
|
||||||
|
|
||||||
"Copyright" also means copyright-like laws that apply to other kinds of
|
|
||||||
works, such as semiconductor masks.
|
|
||||||
|
|
||||||
"The Program" refers to any copyrightable work licensed under this
|
|
||||||
License. Each licensee is addressed as "you". "Licensees" and
|
|
||||||
"recipients" may be individuals or organizations.
|
|
||||||
|
|
||||||
To "modify" a work means to copy from or adapt all or part of the work
|
|
||||||
in a fashion requiring copyright permission, other than the making of an
|
|
||||||
exact copy. The resulting work is called a "modified version" of the
|
|
||||||
earlier work or a work "based on" the earlier work.
|
|
||||||
|
|
||||||
A "covered work" means either the unmodified Program or a work based
|
|
||||||
on the Program.
|
|
||||||
|
|
||||||
To "propagate" a work means to do anything with it that, without
|
|
||||||
permission, would make you directly or secondarily liable for
|
|
||||||
infringement under applicable copyright law, except executing it on a
|
|
||||||
computer or modifying a private copy. Propagation includes copying,
|
|
||||||
distribution (with or without modification), making available to the
|
|
||||||
public, and in some countries other activities as well.
|
|
||||||
|
|
||||||
To "convey" a work means any kind of propagation that enables other
|
|
||||||
parties to make or receive copies. Mere interaction with a user through
|
|
||||||
a computer network, with no transfer of a copy, is not conveying.
|
|
||||||
|
|
||||||
An interactive user interface displays "Appropriate Legal Notices"
|
|
||||||
to the extent that it includes a convenient and prominently visible
|
|
||||||
feature that (1) displays an appropriate copyright notice, and (2)
|
|
||||||
tells the user that there is no warranty for the work (except to the
|
|
||||||
extent that warranties are provided), that licensees may convey the
|
|
||||||
work under this License, and how to view a copy of this License. If
|
|
||||||
the interface presents a list of user commands or options, such as a
|
|
||||||
menu, a prominent item in the list meets this criterion.
|
|
||||||
|
|
||||||
1. Source Code.
|
|
||||||
|
|
||||||
The "source code" for a work means the preferred form of the work
|
|
||||||
for making modifications to it. "Object code" means any non-source
|
|
||||||
form of a work.
|
|
||||||
|
|
||||||
A "Standard Interface" means an interface that either is an official
|
|
||||||
standard defined by a recognized standards body, or, in the case of
|
|
||||||
interfaces specified for a particular programming language, one that
|
|
||||||
is widely used among developers working in that language.
|
|
||||||
|
|
||||||
The "System Libraries" of an executable work include anything, other
|
|
||||||
than the work as a whole, that (a) is included in the normal form of
|
|
||||||
packaging a Major Component, but which is not part of that Major
|
|
||||||
Component, and (b) serves only to enable use of the work with that
|
|
||||||
Major Component, or to implement a Standard Interface for which an
|
|
||||||
implementation is available to the public in source code form. A
|
|
||||||
"Major Component", in this context, means a major essential component
|
|
||||||
(kernel, window system, and so on) of the specific operating system
|
|
||||||
(if any) on which the executable work runs, or a compiler used to
|
|
||||||
produce the work, or an object code interpreter used to run it.
|
|
||||||
|
|
||||||
The "Corresponding Source" for a work in object code form means all
|
|
||||||
the source code needed to generate, install, and (for an executable
|
|
||||||
work) run the object code and to modify the work, including scripts to
|
|
||||||
control those activities. However, it does not include the work's
|
|
||||||
System Libraries, or general-purpose tools or generally available free
|
|
||||||
programs which are used unmodified in performing those activities but
|
|
||||||
which are not part of the work. For example, Corresponding Source
|
|
||||||
includes interface definition files associated with source files for
|
|
||||||
the work, and the source code for shared libraries and dynamically
|
|
||||||
linked subprograms that the work is specifically designed to require,
|
|
||||||
such as by intimate data communication or control flow between those
|
|
||||||
subprograms and other parts of the work.
|
|
||||||
|
|
||||||
The Corresponding Source need not include anything that users
|
|
||||||
can regenerate automatically from other parts of the Corresponding
|
|
||||||
Source.
|
|
||||||
|
|
||||||
The Corresponding Source for a work in source code form is that
|
|
||||||
same work.
|
|
||||||
|
|
||||||
2. Basic Permissions.
|
|
||||||
|
|
||||||
All rights granted under this License are granted for the term of
|
|
||||||
copyright on the Program, and are irrevocable provided the stated
|
|
||||||
conditions are met. This License explicitly affirms your unlimited
|
|
||||||
permission to run the unmodified Program. The output from running a
|
|
||||||
covered work is covered by this License only if the output, given its
|
|
||||||
content, constitutes a covered work. This License acknowledges your
|
|
||||||
rights of fair use or other equivalent, as provided by copyright law.
|
|
||||||
|
|
||||||
You may make, run and propagate covered works that you do not
|
|
||||||
convey, without conditions so long as your license otherwise remains
|
|
||||||
in force. You may convey covered works to others for the sole purpose
|
|
||||||
of having them make modifications exclusively for you, or provide you
|
|
||||||
with facilities for running those works, provided that you comply with
|
|
||||||
the terms of this License in conveying all material for which you do
|
|
||||||
not control copyright. Those thus making or running the covered works
|
|
||||||
for you must do so exclusively on your behalf, under your direction
|
|
||||||
and control, on terms that prohibit them from making any copies of
|
|
||||||
your copyrighted material outside their relationship with you.
|
|
||||||
|
|
||||||
Conveying under any other circumstances is permitted solely under
|
|
||||||
the conditions stated below. Sublicensing is not allowed; section 10
|
|
||||||
makes it unnecessary.
|
|
||||||
|
|
||||||
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
|
|
||||||
|
|
||||||
No covered work shall be deemed part of an effective technological
|
|
||||||
measure under any applicable law fulfilling obligations under article
|
|
||||||
11 of the WIPO copyright treaty adopted on 20 December 1996, or
|
|
||||||
similar laws prohibiting or restricting circumvention of such
|
|
||||||
measures.
|
|
||||||
|
|
||||||
When you convey a covered work, you waive any legal power to forbid
|
|
||||||
circumvention of technological measures to the extent such circumvention
|
|
||||||
is effected by exercising rights under this License with respect to
|
|
||||||
the covered work, and you disclaim any intention to limit operation or
|
|
||||||
modification of the work as a means of enforcing, against the work's
|
|
||||||
users, your or third parties' legal rights to forbid circumvention of
|
|
||||||
technological measures.
|
|
||||||
|
|
||||||
4. Conveying Verbatim Copies.
|
|
||||||
|
|
||||||
You may convey verbatim copies of the Program's source code as you
|
|
||||||
receive it, in any medium, provided that you conspicuously and
|
|
||||||
appropriately publish on each copy an appropriate copyright notice;
|
|
||||||
keep intact all notices stating that this License and any
|
|
||||||
non-permissive terms added in accord with section 7 apply to the code;
|
|
||||||
keep intact all notices of the absence of any warranty; and give all
|
|
||||||
recipients a copy of this License along with the Program.
|
|
||||||
|
|
||||||
You may charge any price or no price for each copy that you convey,
|
|
||||||
and you may offer support or warranty protection for a fee.
|
|
||||||
|
|
||||||
5. Conveying Modified Source Versions.
|
|
||||||
|
|
||||||
You may convey a work based on the Program, or the modifications to
|
|
||||||
produce it from the Program, in the form of source code under the
|
|
||||||
terms of section 4, provided that you also meet all of these conditions:
|
|
||||||
|
|
||||||
a) The work must carry prominent notices stating that you modified
|
|
||||||
it, and giving a relevant date.
|
|
||||||
|
|
||||||
b) The work must carry prominent notices stating that it is
|
|
||||||
released under this License and any conditions added under section
|
|
||||||
7. This requirement modifies the requirement in section 4 to
|
|
||||||
"keep intact all notices".
|
|
||||||
|
|
||||||
c) You must license the entire work, as a whole, under this
|
|
||||||
License to anyone who comes into possession of a copy. This
|
|
||||||
License will therefore apply, along with any applicable section 7
|
|
||||||
additional terms, to the whole of the work, and all its parts,
|
|
||||||
regardless of how they are packaged. This License gives no
|
|
||||||
permission to license the work in any other way, but it does not
|
|
||||||
invalidate such permission if you have separately received it.
|
|
||||||
|
|
||||||
d) If the work has interactive user interfaces, each must display
|
|
||||||
Appropriate Legal Notices; however, if the Program has interactive
|
|
||||||
interfaces that do not display Appropriate Legal Notices, your
|
|
||||||
work need not make them do so.
|
|
||||||
|
|
||||||
A compilation of a covered work with other separate and independent
|
|
||||||
works, which are not by their nature extensions of the covered work,
|
|
||||||
and which are not combined with it such as to form a larger program,
|
|
||||||
in or on a volume of a storage or distribution medium, is called an
|
|
||||||
"aggregate" if the compilation and its resulting copyright are not
|
|
||||||
used to limit the access or legal rights of the compilation's users
|
|
||||||
beyond what the individual works permit. Inclusion of a covered work
|
|
||||||
in an aggregate does not cause this License to apply to the other
|
|
||||||
parts of the aggregate.
|
|
||||||
|
|
||||||
6. Conveying Non-Source Forms.
|
|
||||||
|
|
||||||
You may convey a covered work in object code form under the terms
|
|
||||||
of sections 4 and 5, provided that you also convey the
|
|
||||||
machine-readable Corresponding Source under the terms of this License,
|
|
||||||
in one of these ways:
|
|
||||||
|
|
||||||
a) Convey the object code in, or embodied in, a physical product
|
|
||||||
(including a physical distribution medium), accompanied by the
|
|
||||||
Corresponding Source fixed on a durable physical medium
|
|
||||||
customarily used for software interchange.
|
|
||||||
|
|
||||||
b) Convey the object code in, or embodied in, a physical product
|
|
||||||
(including a physical distribution medium), accompanied by a
|
|
||||||
written offer, valid for at least three years and valid for as
|
|
||||||
long as you offer spare parts or customer support for that product
|
|
||||||
model, to give anyone who possesses the object code either (1) a
|
|
||||||
copy of the Corresponding Source for all the software in the
|
|
||||||
product that is covered by this License, on a durable physical
|
|
||||||
medium customarily used for software interchange, for a price no
|
|
||||||
more than your reasonable cost of physically performing this
|
|
||||||
conveying of source, or (2) access to copy the
|
|
||||||
Corresponding Source from a network server at no charge.
|
|
||||||
|
|
||||||
c) Convey individual copies of the object code with a copy of the
|
|
||||||
written offer to provide the Corresponding Source. This
|
|
||||||
alternative is allowed only occasionally and noncommercially, and
|
|
||||||
only if you received the object code with such an offer, in accord
|
|
||||||
with subsection 6b.
|
|
||||||
|
|
||||||
d) Convey the object code by offering access from a designated
|
|
||||||
place (gratis or for a charge), and offer equivalent access to the
|
|
||||||
Corresponding Source in the same way through the same place at no
|
|
||||||
further charge. You need not require recipients to copy the
|
|
||||||
Corresponding Source along with the object code. If the place to
|
|
||||||
copy the object code is a network server, the Corresponding Source
|
|
||||||
may be on a different server (operated by you or a third party)
|
|
||||||
that supports equivalent copying facilities, provided you maintain
|
|
||||||
clear directions next to the object code saying where to find the
|
|
||||||
Corresponding Source. Regardless of what server hosts the
|
|
||||||
Corresponding Source, you remain obligated to ensure that it is
|
|
||||||
available for as long as needed to satisfy these requirements.
|
|
||||||
|
|
||||||
e) Convey the object code using peer-to-peer transmission, provided
|
|
||||||
you inform other peers where the object code and Corresponding
|
|
||||||
Source of the work are being offered to the general public at no
|
|
||||||
charge under subsection 6d.
|
|
||||||
|
|
||||||
A separable portion of the object code, whose source code is excluded
|
|
||||||
from the Corresponding Source as a System Library, need not be
|
|
||||||
included in conveying the object code work.
|
|
||||||
|
|
||||||
A "User Product" is either (1) a "consumer product", which means any
|
|
||||||
tangible personal property which is normally used for personal, family,
|
|
||||||
or household purposes, or (2) anything designed or sold for incorporation
|
|
||||||
into a dwelling. In determining whether a product is a consumer product,
|
|
||||||
doubtful cases shall be resolved in favor of coverage. For a particular
|
|
||||||
product received by a particular user, "normally used" refers to a
|
|
||||||
typical or common use of that class of product, regardless of the status
|
|
||||||
of the particular user or of the way in which the particular user
|
|
||||||
actually uses, or expects or is expected to use, the product. A product
|
|
||||||
is a consumer product regardless of whether the product has substantial
|
|
||||||
commercial, industrial or non-consumer uses, unless such uses represent
|
|
||||||
the only significant mode of use of the product.
|
|
||||||
|
|
||||||
"Installation Information" for a User Product means any methods,
|
|
||||||
procedures, authorization keys, or other information required to install
|
|
||||||
and execute modified versions of a covered work in that User Product from
|
|
||||||
a modified version of its Corresponding Source. The information must
|
|
||||||
suffice to ensure that the continued functioning of the modified object
|
|
||||||
code is in no case prevented or interfered with solely because
|
|
||||||
modification has been made.
|
|
||||||
|
|
||||||
If you convey an object code work under this section in, or with, or
|
|
||||||
specifically for use in, a User Product, and the conveying occurs as
|
|
||||||
part of a transaction in which the right of possession and use of the
|
|
||||||
User Product is transferred to the recipient in perpetuity or for a
|
|
||||||
fixed term (regardless of how the transaction is characterized), the
|
|
||||||
Corresponding Source conveyed under this section must be accompanied
|
|
||||||
by the Installation Information. But this requirement does not apply
|
|
||||||
if neither you nor any third party retains the ability to install
|
|
||||||
modified object code on the User Product (for example, the work has
|
|
||||||
been installed in ROM).
|
|
||||||
|
|
||||||
The requirement to provide Installation Information does not include a
|
|
||||||
requirement to continue to provide support service, warranty, or updates
|
|
||||||
for a work that has been modified or installed by the recipient, or for
|
|
||||||
the User Product in which it has been modified or installed. Access to a
|
|
||||||
network may be denied when the modification itself materially and
|
|
||||||
adversely affects the operation of the network or violates the rules and
|
|
||||||
protocols for communication across the network.
|
|
||||||
|
|
||||||
Corresponding Source conveyed, and Installation Information provided,
|
|
||||||
in accord with this section must be in a format that is publicly
|
|
||||||
documented (and with an implementation available to the public in
|
|
||||||
source code form), and must require no special password or key for
|
|
||||||
unpacking, reading or copying.
|
|
||||||
|
|
||||||
7. Additional Terms.
|
|
||||||
|
|
||||||
"Additional permissions" are terms that supplement the terms of this
|
|
||||||
License by making exceptions from one or more of its conditions.
|
|
||||||
Additional permissions that are applicable to the entire Program shall
|
|
||||||
be treated as though they were included in this License, to the extent
|
|
||||||
that they are valid under applicable law. If additional permissions
|
|
||||||
apply only to part of the Program, that part may be used separately
|
|
||||||
under those permissions, but the entire Program remains governed by
|
|
||||||
this License without regard to the additional permissions.
|
|
||||||
|
|
||||||
When you convey a copy of a covered work, you may at your option
|
|
||||||
remove any additional permissions from that copy, or from any part of
|
|
||||||
it. (Additional permissions may be written to require their own
|
|
||||||
removal in certain cases when you modify the work.) You may place
|
|
||||||
additional permissions on material, added by you to a covered work,
|
|
||||||
for which you have or can give appropriate copyright permission.
|
|
||||||
|
|
||||||
Notwithstanding any other provision of this License, for material you
|
|
||||||
add to a covered work, you may (if authorized by the copyright holders of
|
|
||||||
that material) supplement the terms of this License with terms:
|
|
||||||
|
|
||||||
a) Disclaiming warranty or limiting liability differently from the
|
|
||||||
terms of sections 15 and 16 of this License; or
|
|
||||||
|
|
||||||
b) Requiring preservation of specified reasonable legal notices or
|
|
||||||
author attributions in that material or in the Appropriate Legal
|
|
||||||
Notices displayed by works containing it; or
|
|
||||||
|
|
||||||
c) Prohibiting misrepresentation of the origin of that material, or
|
|
||||||
requiring that modified versions of such material be marked in
|
|
||||||
reasonable ways as different from the original version; or
|
|
||||||
|
|
||||||
d) Limiting the use for publicity purposes of names of licensors or
|
|
||||||
authors of the material; or
|
|
||||||
|
|
||||||
e) Declining to grant rights under trademark law for use of some
|
|
||||||
trade names, trademarks, or service marks; or
|
|
||||||
|
|
||||||
f) Requiring indemnification of licensors and authors of that
|
|
||||||
material by anyone who conveys the material (or modified versions of
|
|
||||||
it) with contractual assumptions of liability to the recipient, for
|
|
||||||
any liability that these contractual assumptions directly impose on
|
|
||||||
those licensors and authors.
|
|
||||||
|
|
||||||
All other non-permissive additional terms are considered "further
|
|
||||||
restrictions" within the meaning of section 10. If the Program as you
|
|
||||||
received it, or any part of it, contains a notice stating that it is
|
|
||||||
governed by this License along with a term that is a further
|
|
||||||
restriction, you may remove that term. If a license document contains
|
|
||||||
a further restriction but permits relicensing or conveying under this
|
|
||||||
License, you may add to a covered work material governed by the terms
|
|
||||||
of that license document, provided that the further restriction does
|
|
||||||
not survive such relicensing or conveying.
|
|
||||||
|
|
||||||
If you add terms to a covered work in accord with this section, you
|
|
||||||
must place, in the relevant source files, a statement of the
|
|
||||||
additional terms that apply to those files, or a notice indicating
|
|
||||||
where to find the applicable terms.
|
|
||||||
|
|
||||||
Additional terms, permissive or non-permissive, may be stated in the
|
|
||||||
form of a separately written license, or stated as exceptions;
|
|
||||||
the above requirements apply either way.
|
|
||||||
|
|
||||||
8. Termination.
|
|
||||||
|
|
||||||
You may not propagate or modify a covered work except as expressly
|
|
||||||
provided under this License. Any attempt otherwise to propagate or
|
|
||||||
modify it is void, and will automatically terminate your rights under
|
|
||||||
this License (including any patent licenses granted under the third
|
|
||||||
paragraph of section 11).
|
|
||||||
|
|
||||||
However, if you cease all violation of this License, then your
|
|
||||||
license from a particular copyright holder is reinstated (a)
|
|
||||||
provisionally, unless and until the copyright holder explicitly and
|
|
||||||
finally terminates your license, and (b) permanently, if the copyright
|
|
||||||
holder fails to notify you of the violation by some reasonable means
|
|
||||||
prior to 60 days after the cessation.
|
|
||||||
|
|
||||||
Moreover, your license from a particular copyright holder is
|
|
||||||
reinstated permanently if the copyright holder notifies you of the
|
|
||||||
violation by some reasonable means, this is the first time you have
|
|
||||||
received notice of violation of this License (for any work) from that
|
|
||||||
copyright holder, and you cure the violation prior to 30 days after
|
|
||||||
your receipt of the notice.
|
|
||||||
|
|
||||||
Termination of your rights under this section does not terminate the
|
|
||||||
licenses of parties who have received copies or rights from you under
|
|
||||||
this License. If your rights have been terminated and not permanently
|
|
||||||
reinstated, you do not qualify to receive new licenses for the same
|
|
||||||
material under section 10.
|
|
||||||
|
|
||||||
9. Acceptance Not Required for Having Copies.
|
|
||||||
|
|
||||||
You are not required to accept this License in order to receive or
|
|
||||||
run a copy of the Program. Ancillary propagation of a covered work
|
|
||||||
occurring solely as a consequence of using peer-to-peer transmission
|
|
||||||
to receive a copy likewise does not require acceptance. However,
|
|
||||||
nothing other than this License grants you permission to propagate or
|
|
||||||
modify any covered work. These actions infringe copyright if you do
|
|
||||||
not accept this License. Therefore, by modifying or propagating a
|
|
||||||
covered work, you indicate your acceptance of this License to do so.
|
|
||||||
|
|
||||||
10. Automatic Licensing of Downstream Recipients.
|
|
||||||
|
|
||||||
Each time you convey a covered work, the recipient automatically
|
|
||||||
receives a license from the original licensors, to run, modify and
|
|
||||||
propagate that work, subject to this License. You are not responsible
|
|
||||||
for enforcing compliance by third parties with this License.
|
|
||||||
|
|
||||||
An "entity transaction" is a transaction transferring control of an
|
|
||||||
organization, or substantially all assets of one, or subdividing an
|
|
||||||
organization, or merging organizations. If propagation of a covered
|
|
||||||
work results from an entity transaction, each party to that
|
|
||||||
transaction who receives a copy of the work also receives whatever
|
|
||||||
licenses to the work the party's predecessor in interest had or could
|
|
||||||
give under the previous paragraph, plus a right to possession of the
|
|
||||||
Corresponding Source of the work from the predecessor in interest, if
|
|
||||||
the predecessor has it or can get it with reasonable efforts.
|
|
||||||
|
|
||||||
You may not impose any further restrictions on the exercise of the
|
|
||||||
rights granted or affirmed under this License. For example, you may
|
|
||||||
not impose a license fee, royalty, or other charge for exercise of
|
|
||||||
rights granted under this License, and you may not initiate litigation
|
|
||||||
(including a cross-claim or counterclaim in a lawsuit) alleging that
|
|
||||||
any patent claim is infringed by making, using, selling, offering for
|
|
||||||
sale, or importing the Program or any portion of it.
|
|
||||||
|
|
||||||
11. Patents.
|
|
||||||
|
|
||||||
A "contributor" is a copyright holder who authorizes use under this
|
|
||||||
License of the Program or a work on which the Program is based. The
|
|
||||||
work thus licensed is called the contributor's "contributor version".
|
|
||||||
|
|
||||||
A contributor's "essential patent claims" are all patent claims
|
|
||||||
owned or controlled by the contributor, whether already acquired or
|
|
||||||
hereafter acquired, that would be infringed by some manner, permitted
|
|
||||||
by this License, of making, using, or selling its contributor version,
|
|
||||||
but do not include claims that would be infringed only as a
|
|
||||||
consequence of further modification of the contributor version. For
|
|
||||||
purposes of this definition, "control" includes the right to grant
|
|
||||||
patent sublicenses in a manner consistent with the requirements of
|
|
||||||
this License.
|
|
||||||
|
|
||||||
Each contributor grants you a non-exclusive, worldwide, royalty-free
|
|
||||||
patent license under the contributor's essential patent claims, to
|
|
||||||
make, use, sell, offer for sale, import and otherwise run, modify and
|
|
||||||
propagate the contents of its contributor version.
|
|
||||||
|
|
||||||
In the following three paragraphs, a "patent license" is any express
|
|
||||||
agreement or commitment, however denominated, not to enforce a patent
|
|
||||||
(such as an express permission to practice a patent or covenant not to
|
|
||||||
sue for patent infringement). To "grant" such a patent license to a
|
|
||||||
party means to make such an agreement or commitment not to enforce a
|
|
||||||
patent against the party.
|
|
||||||
|
|
||||||
If you convey a covered work, knowingly relying on a patent license,
|
|
||||||
and the Corresponding Source of the work is not available for anyone
|
|
||||||
to copy, free of charge and under the terms of this License, through a
|
|
||||||
publicly available network server or other readily accessible means,
|
|
||||||
then you must either (1) cause the Corresponding Source to be so
|
|
||||||
available, or (2) arrange to deprive yourself of the benefit of the
|
|
||||||
patent license for this particular work, or (3) arrange, in a manner
|
|
||||||
consistent with the requirements of this License, to extend the patent
|
|
||||||
license to downstream recipients. "Knowingly relying" means you have
|
|
||||||
actual knowledge that, but for the patent license, your conveying the
|
|
||||||
covered work in a country, or your recipient's use of the covered work
|
|
||||||
in a country, would infringe one or more identifiable patents in that
|
|
||||||
country that you have reason to believe are valid.
|
|
||||||
|
|
||||||
If, pursuant to or in connection with a single transaction or
|
|
||||||
arrangement, you convey, or propagate by procuring conveyance of, a
|
|
||||||
covered work, and grant a patent license to some of the parties
|
|
||||||
receiving the covered work authorizing them to use, propagate, modify
|
|
||||||
or convey a specific copy of the covered work, then the patent license
|
|
||||||
you grant is automatically extended to all recipients of the covered
|
|
||||||
work and works based on it.
|
|
||||||
|
|
||||||
A patent license is "discriminatory" if it does not include within
|
|
||||||
the scope of its coverage, prohibits the exercise of, or is
|
|
||||||
conditioned on the non-exercise of one or more of the rights that are
|
|
||||||
specifically granted under this License. You may not convey a covered
|
|
||||||
work if you are a party to an arrangement with a third party that is
|
|
||||||
in the business of distributing software, under which you make payment
|
|
||||||
to the third party based on the extent of your activity of conveying
|
|
||||||
the work, and under which the third party grants, to any of the
|
|
||||||
parties who would receive the covered work from you, a discriminatory
|
|
||||||
patent license (a) in connection with copies of the covered work
|
|
||||||
conveyed by you (or copies made from those copies), or (b) primarily
|
|
||||||
for and in connection with specific products or compilations that
|
|
||||||
contain the covered work, unless you entered into that arrangement,
|
|
||||||
or that patent license was granted, prior to 28 March 2007.
|
|
||||||
|
|
||||||
Nothing in this License shall be construed as excluding or limiting
|
|
||||||
any implied license or other defenses to infringement that may
|
|
||||||
otherwise be available to you under applicable patent law.
|
|
||||||
|
|
||||||
12. No Surrender of Others' Freedom.
|
|
||||||
|
|
||||||
If conditions are imposed on you (whether by court order, agreement or
|
|
||||||
otherwise) that contradict the conditions of this License, they do not
|
|
||||||
excuse you from the conditions of this License. If you cannot convey a
|
|
||||||
covered work so as to satisfy simultaneously your obligations under this
|
|
||||||
License and any other pertinent obligations, then as a consequence you may
|
|
||||||
not convey it at all. For example, if you agree to terms that obligate you
|
|
||||||
to collect a royalty for further conveying from those to whom you convey
|
|
||||||
the Program, the only way you could satisfy both those terms and this
|
|
||||||
License would be to refrain entirely from conveying the Program.
|
|
||||||
|
|
||||||
13. Use with the GNU Affero General Public License.
|
|
||||||
|
|
||||||
Notwithstanding any other provision of this License, you have
|
|
||||||
permission to link or combine any covered work with a work licensed
|
|
||||||
under version 3 of the GNU Affero General Public License into a single
|
|
||||||
combined work, and to convey the resulting work. The terms of this
|
|
||||||
License will continue to apply to the part which is the covered work,
|
|
||||||
but the special requirements of the GNU Affero General Public License,
|
|
||||||
section 13, concerning interaction through a network will apply to the
|
|
||||||
combination as such.
|
|
||||||
|
|
||||||
14. Revised Versions of this License.
|
|
||||||
|
|
||||||
The Free Software Foundation may publish revised and/or new versions of
|
|
||||||
the GNU General Public License from time to time. Such new versions will
|
|
||||||
be similar in spirit to the present version, but may differ in detail to
|
|
||||||
address new problems or concerns.
|
|
||||||
|
|
||||||
Each version is given a distinguishing version number. If the
|
|
||||||
Program specifies that a certain numbered version of the GNU General
|
|
||||||
Public License "or any later version" applies to it, you have the
|
|
||||||
option of following the terms and conditions either of that numbered
|
|
||||||
version or of any later version published by the Free Software
|
|
||||||
Foundation. If the Program does not specify a version number of the
|
|
||||||
GNU General Public License, you may choose any version ever published
|
|
||||||
by the Free Software Foundation.
|
|
||||||
|
|
||||||
If the Program specifies that a proxy can decide which future
|
|
||||||
versions of the GNU General Public License can be used, that proxy's
|
|
||||||
public statement of acceptance of a version permanently authorizes you
|
|
||||||
to choose that version for the Program.
|
|
||||||
|
|
||||||
Later license versions may give you additional or different
|
|
||||||
permissions. However, no additional obligations are imposed on any
|
|
||||||
author or copyright holder as a result of your choosing to follow a
|
|
||||||
later version.
|
|
||||||
|
|
||||||
15. Disclaimer of Warranty.
|
|
||||||
|
|
||||||
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
|
|
||||||
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
|
|
||||||
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
|
|
||||||
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
|
|
||||||
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
|
||||||
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
|
|
||||||
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
|
|
||||||
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
|
|
||||||
|
|
||||||
16. Limitation of Liability.
|
|
||||||
|
|
||||||
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
|
|
||||||
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
|
|
||||||
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
|
|
||||||
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
|
|
||||||
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
|
|
||||||
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
|
|
||||||
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
|
|
||||||
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
|
|
||||||
SUCH DAMAGES.
|
|
||||||
|
|
||||||
17. Interpretation of Sections 15 and 16.
|
|
||||||
|
|
||||||
If the disclaimer of warranty and limitation of liability provided
|
|
||||||
above cannot be given local legal effect according to their terms,
|
|
||||||
reviewing courts shall apply local law that most closely approximates
|
|
||||||
an absolute waiver of all civil liability in connection with the
|
|
||||||
Program, unless a warranty or assumption of liability accompanies a
|
|
||||||
copy of the Program in return for a fee.
|
|
||||||
|
|
||||||
END OF TERMS AND CONDITIONS
|
|
||||||
|
|
||||||
How to Apply These Terms to Your New Programs
|
|
||||||
|
|
||||||
If you develop a new program, and you want it to be of the greatest
|
|
||||||
possible use to the public, the best way to achieve this is to make it
|
|
||||||
free software which everyone can redistribute and change under these terms.
|
|
||||||
|
|
||||||
To do so, attach the following notices to the program. It is safest
|
|
||||||
to attach them to the start of each source file to most effectively
|
|
||||||
state the exclusion of warranty; and each file should have at least
|
|
||||||
the "copyright" line and a pointer to where the full notice is found.
|
|
||||||
|
|
||||||
<one line to give the program's name and a brief idea of what it does.>
|
|
||||||
Copyright (C) <year> <name of author>
|
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation, either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
This program is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
Also add information on how to contact you by electronic and paper mail.
|
|
||||||
|
|
||||||
If the program does terminal interaction, make it output a short
|
|
||||||
notice like this when it starts in an interactive mode:
|
|
||||||
|
|
||||||
<program> Copyright (C) <year> <name of author>
|
|
||||||
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
|
|
||||||
This is free software, and you are welcome to redistribute it
|
|
||||||
under certain conditions; type `show c' for details.
|
|
||||||
|
|
||||||
The hypothetical commands `show w' and `show c' should show the appropriate
|
|
||||||
parts of the General Public License. Of course, your program's commands
|
|
||||||
might be different; for a GUI interface, you would use an "about box".
|
|
||||||
|
|
||||||
You should also get your employer (if you work as a programmer) or school,
|
|
||||||
if any, to sign a "copyright disclaimer" for the program, if necessary.
|
|
||||||
For more information on this, and how to apply and follow the GNU GPL, see
|
|
||||||
<https://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
The GNU General Public License does not permit incorporating your program
|
|
||||||
into proprietary programs. If your program is a subroutine library, you
|
|
||||||
may consider it more useful to permit linking proprietary applications with
|
|
||||||
the library. If this is what you want to do, use the GNU Lesser General
|
|
||||||
Public License instead of this License. But first, please read
|
|
||||||
<https://www.gnu.org/licenses/why-not-lgpl.html>.
|
|
||||||
@@ -1,5 +1,7 @@
|
|||||||
# GeneIT
|
# GeneIT
|
||||||
|
|
||||||
|
WIP project
|
||||||
|
|
||||||
## Setup dev env
|
## Setup dev env
|
||||||
1. Install prerequisites:
|
1. Install prerequisites:
|
||||||
1. docker
|
1. docker
|
||||||
|
|||||||
@@ -1,28 +0,0 @@
|
|||||||
import js from '@eslint/js'
|
|
||||||
import globals from 'globals'
|
|
||||||
import reactHooks from 'eslint-plugin-react-hooks'
|
|
||||||
import reactRefresh from 'eslint-plugin-react-refresh'
|
|
||||||
import tseslint from 'typescript-eslint'
|
|
||||||
|
|
||||||
export default tseslint.config(
|
|
||||||
{ ignores: ['dist'] },
|
|
||||||
{
|
|
||||||
extends: [js.configs.recommended, ...tseslint.configs.recommended],
|
|
||||||
files: ['**/*.{ts,tsx}'],
|
|
||||||
languageOptions: {
|
|
||||||
ecmaVersion: 2020,
|
|
||||||
globals: globals.browser,
|
|
||||||
},
|
|
||||||
plugins: {
|
|
||||||
'react-hooks': reactHooks,
|
|
||||||
'react-refresh': reactRefresh,
|
|
||||||
},
|
|
||||||
rules: {
|
|
||||||
...reactHooks.configs.recommended.rules,
|
|
||||||
'react-refresh/only-export-components': [
|
|
||||||
'warn',
|
|
||||||
{ allowConstantExport: true },
|
|
||||||
],
|
|
||||||
},
|
|
||||||
},
|
|
||||||
)
|
|
||||||
4901
geneit_app/package-lock.json
generated
4901
geneit_app/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -3,54 +3,61 @@
|
|||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
"dependencies": {
|
||||||
|
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
|
||||||
|
"@emotion/react": "^11.11.4",
|
||||||
|
"@emotion/styled": "^11.11.0",
|
||||||
|
"@fontsource/roboto": "^5.0.13",
|
||||||
|
"@mdi/js": "^7.2.96",
|
||||||
|
"@mdi/react": "^1.6.1",
|
||||||
|
"@mui/icons-material": "^5.15.17",
|
||||||
|
"@mui/lab": "^5.0.0-alpha.140",
|
||||||
|
"@mui/material": "^5.15.17",
|
||||||
|
"@mui/x-data-grid": "^7.1.1",
|
||||||
|
"@mui/x-tree-view": "^7.4.0",
|
||||||
|
"@testing-library/jest-dom": "^6.4.5",
|
||||||
|
"@testing-library/react": "^16.0.0",
|
||||||
|
"@testing-library/user-event": "^14.0.0",
|
||||||
|
"@types/jest": "^29.0.0",
|
||||||
|
"@types/react": "^18.3.2",
|
||||||
|
"@types/react-dom": "^18.3.0",
|
||||||
|
"@vitejs/plugin-react": "^4.2.1",
|
||||||
|
"date-and-time": "^3.2.0",
|
||||||
|
"email-validator": "^2.0.4",
|
||||||
|
"filesize": "^10.1.2",
|
||||||
|
"jspdf": "^2.5.1",
|
||||||
|
"react": "^18.3.1",
|
||||||
|
"react-dom": "^18.3.1",
|
||||||
|
"react-easy-crop": "^5.0.7",
|
||||||
|
"react-router-dom": "^6.23.1",
|
||||||
|
"react-zoom-pan-pinch": "^3.4.4",
|
||||||
|
"svg2pdf.js": "^2.2.3",
|
||||||
|
"typescript": "^5.4.5",
|
||||||
|
"vite": "^5.2.11",
|
||||||
|
"vite-tsconfig-paths": "^4.3.2",
|
||||||
|
"web-vitals": "^3.5.2"
|
||||||
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"start": "vite",
|
||||||
"build": "tsc -b && vite build",
|
"build": "tsc && vite build",
|
||||||
"lint": "eslint .",
|
|
||||||
"preview": "vite preview"
|
"preview": "vite preview"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"eslintConfig": {
|
||||||
"@emotion/react": "^11.14.0",
|
"extends": [
|
||||||
"@emotion/styled": "^11.14.1",
|
"react-app",
|
||||||
"@fontsource/roboto": "^5.2.9",
|
"react-app/jest"
|
||||||
"@fullcalendar/core": "^6.1.19",
|
]
|
||||||
"@fullcalendar/daygrid": "^6.1.19",
|
|
||||||
"@fullcalendar/interaction": "^6.1.19",
|
|
||||||
"@fullcalendar/list": "^6.1.19",
|
|
||||||
"@fullcalendar/react": "^6.1.19",
|
|
||||||
"@mdi/js": "^7.4.47",
|
|
||||||
"@mdi/react": "^1.6.1",
|
|
||||||
"@mui/icons-material": "^7.3.5",
|
|
||||||
"@mui/lab": "^7.0.0-beta.17",
|
|
||||||
"@mui/material": "^7.3.5",
|
|
||||||
"@mui/x-data-grid": "^8.20.0",
|
|
||||||
"@mui/x-date-pickers": "^8.19.0",
|
|
||||||
"@mui/x-tree-view": "^8.19.0",
|
|
||||||
"date-and-time": "^3.6.0",
|
|
||||||
"dayjs": "^1.11.19",
|
|
||||||
"email-validator": "^2.0.4",
|
|
||||||
"filesize": "^11.0.13",
|
|
||||||
"jspdf": "^3.0.4",
|
|
||||||
"mui-color-input": "^7.0.0",
|
|
||||||
"react": "^19.2.0",
|
|
||||||
"react-dom": "^19.2.0",
|
|
||||||
"react-easy-crop": "^5.5.6",
|
|
||||||
"react-qr-code": "^2.0.18",
|
|
||||||
"react-router-dom": "^7.9.6",
|
|
||||||
"react-zoom-pan-pinch": "^3.7.0",
|
|
||||||
"svg2pdf.js": "^2.6.0"
|
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"browserslist": {
|
||||||
"@eslint/js": "^9.39.1",
|
"production": [
|
||||||
"@types/react": "^19.2.7",
|
">0.2%",
|
||||||
"@types/react-dom": "^19.2.3",
|
"not dead",
|
||||||
"@vitejs/plugin-react": "^4.7.0",
|
"not op_mini all"
|
||||||
"eslint": "^9.39.1",
|
],
|
||||||
"eslint-plugin-react-hooks": "^5.2.0",
|
"development": [
|
||||||
"eslint-plugin-react-refresh": "^0.4.24",
|
"last 1 chrome version",
|
||||||
"globals": "^16.5.0",
|
"last 1 firefox version",
|
||||||
"typescript": "^5.9.3",
|
"last 1 safari version"
|
||||||
"typescript-eslint": "^8.48.1",
|
]
|
||||||
"vite": "^7.2.6"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -18,8 +18,6 @@ import { PasswordForgottenRoute } from "./routes/auth/PasswordForgottenRoute";
|
|||||||
import { ResetPasswordRoute } from "./routes/auth/ResetPasswordRoute";
|
import { ResetPasswordRoute } from "./routes/auth/ResetPasswordRoute";
|
||||||
import { FamilySettingsRoute } from "./routes/family/FamilySettingsRoute";
|
import { FamilySettingsRoute } from "./routes/family/FamilySettingsRoute";
|
||||||
import { FamilyUsersListRoute } from "./routes/family/FamilyUsersListRoute";
|
import { FamilyUsersListRoute } from "./routes/family/FamilyUsersListRoute";
|
||||||
import { AccommodationsHomeRoute } from "./routes/family/accommodations/AccommodationsHomeRoute";
|
|
||||||
import { AccommodationsReservationsRoute } from "./routes/family/accommodations/AccommodationsReservationsRoute";
|
|
||||||
import { AccommodationsSettingsRoute } from "./routes/family/accommodations/AccommodationsSettingsRoute";
|
import { AccommodationsSettingsRoute } from "./routes/family/accommodations/AccommodationsSettingsRoute";
|
||||||
import {
|
import {
|
||||||
FamilyCoupleRoute,
|
FamilyCoupleRoute,
|
||||||
@@ -59,10 +57,7 @@ export function App(): React.ReactElement {
|
|||||||
|
|
||||||
const context: AuthContext = {
|
const context: AuthContext = {
|
||||||
signedIn: signedIn,
|
signedIn: signedIn,
|
||||||
setSignedIn: (s) => {
|
setSignedIn: (s) => setSignedIn(s),
|
||||||
location.reload();
|
|
||||||
setSignedIn(s);
|
|
||||||
},
|
|
||||||
};
|
};
|
||||||
|
|
||||||
const router = createBrowserRouter(
|
const router = createBrowserRouter(
|
||||||
@@ -121,11 +116,6 @@ export function App(): React.ReactElement {
|
|||||||
path="accommodations/*"
|
path="accommodations/*"
|
||||||
element={<BaseAccommodationsRoute />}
|
element={<BaseAccommodationsRoute />}
|
||||||
>
|
>
|
||||||
<Route path="" element={<AccommodationsHomeRoute />} />
|
|
||||||
<Route
|
|
||||||
path="reservations"
|
|
||||||
element={<AccommodationsReservationsRoute />}
|
|
||||||
/>
|
|
||||||
<Route
|
<Route
|
||||||
path="settings"
|
path="settings"
|
||||||
element={<AccommodationsSettingsRoute />}
|
element={<AccommodationsSettingsRoute />}
|
||||||
|
|||||||
@@ -8,8 +8,7 @@ export interface Accommodation {
|
|||||||
time_update: number;
|
time_update: number;
|
||||||
name: string;
|
name: string;
|
||||||
need_validation: boolean;
|
need_validation: boolean;
|
||||||
description?: string;
|
description: string;
|
||||||
color?: string;
|
|
||||||
open_to_reservations: boolean;
|
open_to_reservations: boolean;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -46,10 +45,6 @@ export class AccommodationsList {
|
|||||||
return this.list.filter(predicate);
|
return this.list.filter(predicate);
|
||||||
}
|
}
|
||||||
|
|
||||||
get openToReservationList(): Accommodation[] {
|
|
||||||
return this.filter((a) => a.open_to_reservations);
|
|
||||||
}
|
|
||||||
|
|
||||||
get(id: number): Accommodation | undefined {
|
get(id: number): Accommodation | undefined {
|
||||||
return this.map.get(id);
|
return this.map.get(id);
|
||||||
}
|
}
|
||||||
@@ -59,7 +54,6 @@ export interface UpdateAccommodation {
|
|||||||
name: string;
|
name: string;
|
||||||
need_validation: boolean;
|
need_validation: boolean;
|
||||||
description?: string;
|
description?: string;
|
||||||
color?: string;
|
|
||||||
open_to_reservations: boolean;
|
open_to_reservations: boolean;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -33,37 +33,4 @@ export class AccommodationsCalendarURLApi {
|
|||||||
})
|
})
|
||||||
).data;
|
).data;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Get accommodation calendar URL route
|
|
||||||
*/
|
|
||||||
static CalendarURL(c: AccommodationCalendarURL): string {
|
|
||||||
return `${APIClient.backendURL()}/acccommodations_calendar/${c.token}`;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Get accommodations calendars list
|
|
||||||
*/
|
|
||||||
static async GetList(family: Family): Promise<AccommodationCalendarURL[]> {
|
|
||||||
return (
|
|
||||||
await APIClient.exec({
|
|
||||||
method: "GET",
|
|
||||||
uri: `/family/${family.family_id}/accommodations/reservations_calendars/list`,
|
|
||||||
})
|
|
||||||
).data;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Delete an accommodation calendar
|
|
||||||
*/
|
|
||||||
static async Delete(
|
|
||||||
calendar: AccommodationCalendarURL
|
|
||||||
): Promise<AccommodationCalendarURL> {
|
|
||||||
return (
|
|
||||||
await APIClient.exec({
|
|
||||||
method: "DELETE",
|
|
||||||
uri: `/family/${calendar.family_id}/accommodations/reservations_calendars/${calendar.id}`,
|
|
||||||
})
|
|
||||||
).data;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,175 +0,0 @@
|
|||||||
import { APIClient } from "../ApiClient";
|
|
||||||
import { Family } from "../FamilyApi";
|
|
||||||
import { Accommodation } from "./AccommodationListApi";
|
|
||||||
|
|
||||||
export enum ValidateResaResult {
|
|
||||||
Success,
|
|
||||||
Error,
|
|
||||||
Conflict,
|
|
||||||
}
|
|
||||||
|
|
||||||
export interface AccommodationReservation {
|
|
||||||
id: number;
|
|
||||||
family_id: number;
|
|
||||||
accommodation_id: number;
|
|
||||||
user_id: number;
|
|
||||||
time_create: number;
|
|
||||||
time_update: number;
|
|
||||||
reservation_start: number;
|
|
||||||
reservation_end: number;
|
|
||||||
validated?: boolean;
|
|
||||||
}
|
|
||||||
|
|
||||||
export class AccommodationsReservationsList {
|
|
||||||
private list: AccommodationReservation[];
|
|
||||||
private map: Map<number, AccommodationReservation>;
|
|
||||||
|
|
||||||
constructor(list: AccommodationReservation[]) {
|
|
||||||
this.list = list;
|
|
||||||
this.map = new Map();
|
|
||||||
|
|
||||||
for (const m of list) {
|
|
||||||
this.map.set(m.id, m);
|
|
||||||
}
|
|
||||||
|
|
||||||
this.list.sort((a, b) => a.reservation_start - b.reservation_start);
|
|
||||||
}
|
|
||||||
|
|
||||||
public get isEmpty(): boolean {
|
|
||||||
return this.list.length === 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
public get size(): number {
|
|
||||||
return this.list.length;
|
|
||||||
}
|
|
||||||
|
|
||||||
public get fullList(): AccommodationReservation[] {
|
|
||||||
return this.list;
|
|
||||||
}
|
|
||||||
|
|
||||||
filter(
|
|
||||||
predicate: (m: AccommodationReservation) => boolean
|
|
||||||
): AccommodationReservation[] {
|
|
||||||
return this.list.filter(predicate);
|
|
||||||
}
|
|
||||||
|
|
||||||
forAccommodation(id: number): AccommodationReservation[] {
|
|
||||||
return this.filter((a) => a.accommodation_id === id);
|
|
||||||
}
|
|
||||||
|
|
||||||
get(id: number): AccommodationReservation | undefined {
|
|
||||||
return this.map.get(id);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
export interface UpdateAccommodationReservation {
|
|
||||||
start: number;
|
|
||||||
end: number;
|
|
||||||
accommodation_id: number;
|
|
||||||
reservation_id?: number;
|
|
||||||
}
|
|
||||||
|
|
||||||
export class AccommodationsReservationsApi {
|
|
||||||
/**
|
|
||||||
* Create a new reservation
|
|
||||||
*/
|
|
||||||
static async Create(
|
|
||||||
family: Family,
|
|
||||||
reservation: UpdateAccommodationReservation
|
|
||||||
): Promise<AccommodationReservation> {
|
|
||||||
return (
|
|
||||||
await APIClient.exec({
|
|
||||||
method: "POST",
|
|
||||||
uri: `/family/${family.family_id}/accommodations/reservations/accommodation/${reservation.accommodation_id}/create`,
|
|
||||||
jsonData: {
|
|
||||||
start: reservation.start,
|
|
||||||
end: reservation.end,
|
|
||||||
},
|
|
||||||
})
|
|
||||||
).data;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Get the entire list of accommodations of a family
|
|
||||||
*/
|
|
||||||
static async FullListOfFamily(
|
|
||||||
family: Family
|
|
||||||
): Promise<AccommodationsReservationsList> {
|
|
||||||
const data = (
|
|
||||||
await APIClient.exec({
|
|
||||||
method: "GET",
|
|
||||||
uri: `/family/${family.family_id}/accommodations/reservations/full_list`,
|
|
||||||
})
|
|
||||||
).data;
|
|
||||||
|
|
||||||
return new AccommodationsReservationsList(data);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Get the reservations of a given time interval for an accommodation
|
|
||||||
*/
|
|
||||||
static async ReservationsForInterval(
|
|
||||||
family: Family,
|
|
||||||
accommodation: Accommodation,
|
|
||||||
start: number,
|
|
||||||
end: number
|
|
||||||
): Promise<AccommodationsReservationsList> {
|
|
||||||
const data = (
|
|
||||||
await APIClient.exec({
|
|
||||||
method: "GET",
|
|
||||||
uri: `/family/${family.family_id}/accommodations/reservations/accommodation/${accommodation.id}/for_interval?start=${start}&end=${end}`,
|
|
||||||
})
|
|
||||||
).data;
|
|
||||||
|
|
||||||
return new AccommodationsReservationsList(data);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Update a reservation
|
|
||||||
*/
|
|
||||||
static async Update(
|
|
||||||
family: Family,
|
|
||||||
r: UpdateAccommodationReservation
|
|
||||||
): Promise<void> {
|
|
||||||
await APIClient.exec({
|
|
||||||
method: "PATCH",
|
|
||||||
uri: `/family/${family.family_id}/accommodations/reservation/${r.reservation_id}`,
|
|
||||||
jsonData: {
|
|
||||||
start: r.start,
|
|
||||||
end: r.end,
|
|
||||||
},
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Delete a reservation
|
|
||||||
*/
|
|
||||||
static async Delete(r: AccommodationReservation): Promise<void> {
|
|
||||||
await APIClient.exec({
|
|
||||||
method: "DELETE",
|
|
||||||
uri: `/family/${r.family_id}/accommodations/reservation/${r.id}`,
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Validate or reject a reservation request
|
|
||||||
*/
|
|
||||||
static async Validate(
|
|
||||||
r: AccommodationReservation,
|
|
||||||
accept: boolean
|
|
||||||
): Promise<ValidateResaResult> {
|
|
||||||
const res = await APIClient.exec({
|
|
||||||
method: "POST",
|
|
||||||
uri: `/family/${r.family_id}/accommodations/reservation/${r.id}/validate`,
|
|
||||||
jsonData: {
|
|
||||||
validate: accept,
|
|
||||||
},
|
|
||||||
allowFail: true,
|
|
||||||
});
|
|
||||||
|
|
||||||
if (res.status >= 200 && res.status <= 299)
|
|
||||||
return ValidateResaResult.Success;
|
|
||||||
if (res.status === 409) return ValidateResaResult.Conflict;
|
|
||||||
return ValidateResaResult.Error;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -8,10 +8,10 @@ import {
|
|||||||
import React from "react";
|
import React from "react";
|
||||||
import { ServerApi } from "../../api/ServerApi";
|
import { ServerApi } from "../../api/ServerApi";
|
||||||
import { NewCalendarURL } from "../../api/accommodations/AccommodationsCalendarURLApi";
|
import { NewCalendarURL } from "../../api/accommodations/AccommodationsCalendarURLApi";
|
||||||
import { checkConstraint } from "../../utils/form_utils";
|
import { checkConstraint } from "../../utils/from_utils";
|
||||||
import { useAccommodations } from "../../widgets/accommodations/BaseAccommodationsRoute";
|
|
||||||
import { PropEdit } from "../../widgets/forms/PropEdit";
|
import { PropEdit } from "../../widgets/forms/PropEdit";
|
||||||
import { PropSelect } from "../../widgets/forms/PropSelect";
|
import { PropSelect } from "../../widgets/forms/PropSelect";
|
||||||
|
import { useAccommodations } from "../../widgets/accommodations/BaseAccommodationsRoute";
|
||||||
|
|
||||||
export function CreateAccommodationCalendarURLDialog(p: {
|
export function CreateAccommodationCalendarURLDialog(p: {
|
||||||
open: boolean;
|
open: boolean;
|
||||||
|
|||||||
@@ -1,72 +0,0 @@
|
|||||||
import ContentCopyIcon from "@mui/icons-material/ContentCopy";
|
|
||||||
import {
|
|
||||||
Button,
|
|
||||||
Dialog,
|
|
||||||
DialogActions,
|
|
||||||
DialogContent,
|
|
||||||
DialogContentText,
|
|
||||||
DialogTitle,
|
|
||||||
FormControl,
|
|
||||||
IconButton,
|
|
||||||
InputAdornment,
|
|
||||||
OutlinedInput,
|
|
||||||
Typography,
|
|
||||||
} from "@mui/material";
|
|
||||||
import QRCode from "react-qr-code";
|
|
||||||
import {
|
|
||||||
AccommodationCalendarURL,
|
|
||||||
AccommodationsCalendarURLApi,
|
|
||||||
} from "../../api/accommodations/AccommodationsCalendarURLApi";
|
|
||||||
import { CopyToClipboard } from "../../widgets/CopyToClipboard";
|
|
||||||
|
|
||||||
export function InstallCalendarDialog(p: {
|
|
||||||
cal?: AccommodationCalendarURL;
|
|
||||||
onClose: () => void;
|
|
||||||
}): React.ReactElement {
|
|
||||||
if (!p.cal) return <></>;
|
|
||||||
|
|
||||||
return (
|
|
||||||
<Dialog open={true} onClose={p.onClose}>
|
|
||||||
<DialogTitle>Installation du calendrier</DialogTitle>
|
|
||||||
<DialogContent>
|
|
||||||
<DialogContentText>
|
|
||||||
<Typography>
|
|
||||||
Afin d'installer le calendrier <i>{p.cal.name}</i> sur votre
|
|
||||||
appareil, veuillez utiliser l'URL suivante :
|
|
||||||
</Typography>
|
|
||||||
<br />
|
|
||||||
<FormControl fullWidth variant="outlined">
|
|
||||||
<OutlinedInput
|
|
||||||
value={AccommodationsCalendarURLApi.CalendarURL(p.cal!)}
|
|
||||||
endAdornment={
|
|
||||||
<InputAdornment position="end">
|
|
||||||
<CopyToClipboard
|
|
||||||
content={AccommodationsCalendarURLApi.CalendarURL(p.cal!)}
|
|
||||||
>
|
|
||||||
<IconButton>
|
|
||||||
<ContentCopyIcon />
|
|
||||||
</IconButton>
|
|
||||||
</CopyToClipboard>
|
|
||||||
</InputAdornment>
|
|
||||||
}
|
|
||||||
/>
|
|
||||||
<div
|
|
||||||
style={{
|
|
||||||
margin: "20px auto",
|
|
||||||
padding: "20px",
|
|
||||||
backgroundColor: "white",
|
|
||||||
}}
|
|
||||||
>
|
|
||||||
<QRCode
|
|
||||||
value={AccommodationsCalendarURLApi.CalendarURL(p.cal!)}
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
</FormControl>
|
|
||||||
</DialogContentText>
|
|
||||||
</DialogContent>
|
|
||||||
<DialogActions>
|
|
||||||
<Button onClick={p.onClose}>Fermer</Button>
|
|
||||||
</DialogActions>
|
|
||||||
</Dialog>
|
|
||||||
);
|
|
||||||
}
|
|
||||||
@@ -9,10 +9,9 @@ import {
|
|||||||
import React from "react";
|
import React from "react";
|
||||||
import { ServerApi } from "../../api/ServerApi";
|
import { ServerApi } from "../../api/ServerApi";
|
||||||
import { UpdateAccommodation } from "../../api/accommodations/AccommodationListApi";
|
import { UpdateAccommodation } from "../../api/accommodations/AccommodationListApi";
|
||||||
import { checkConstraint } from "../../utils/form_utils";
|
import { checkConstraint } from "../../utils/from_utils";
|
||||||
import { PropCheckbox } from "../../widgets/forms/PropCheckbox";
|
import { PropCheckbox } from "../../widgets/forms/PropCheckbox";
|
||||||
import { PropEdit } from "../../widgets/forms/PropEdit";
|
import { PropEdit } from "../../widgets/forms/PropEdit";
|
||||||
import { PropColorPicker } from "../../widgets/forms/PropColorPicker";
|
|
||||||
|
|
||||||
export function UpdateAccommodationDialog(p: {
|
export function UpdateAccommodationDialog(p: {
|
||||||
open: boolean;
|
open: boolean;
|
||||||
@@ -90,20 +89,6 @@ export function UpdateAccommodationDialog(p: {
|
|||||||
helperText={descriptionErr}
|
helperText={descriptionErr}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<PropColorPicker
|
|
||||||
editable
|
|
||||||
label="Couleur"
|
|
||||||
value={accommodation?.color}
|
|
||||||
onChange={(s) =>
|
|
||||||
setAccommodation((a) => {
|
|
||||||
return {
|
|
||||||
...a!,
|
|
||||||
color: s!,
|
|
||||||
};
|
|
||||||
})
|
|
||||||
}
|
|
||||||
/>
|
|
||||||
|
|
||||||
<PropCheckbox
|
<PropCheckbox
|
||||||
editable
|
editable
|
||||||
label="Ouvert aux réservations"
|
label="Ouvert aux réservations"
|
||||||
|
|||||||
@@ -1,192 +0,0 @@
|
|||||||
import {
|
|
||||||
Alert,
|
|
||||||
Button,
|
|
||||||
Dialog,
|
|
||||||
DialogActions,
|
|
||||||
DialogContent,
|
|
||||||
DialogTitle,
|
|
||||||
} from "@mui/material";
|
|
||||||
import React from "react";
|
|
||||||
import {
|
|
||||||
AccommodationReservation,
|
|
||||||
AccommodationsReservationsApi,
|
|
||||||
UpdateAccommodationReservation,
|
|
||||||
} from "../../api/accommodations/AccommodationsReservationsApi";
|
|
||||||
import { useAlert } from "../../hooks/context_providers/AlertDialogProvider";
|
|
||||||
import { fmtUnixDate } from "../../utils/time_utils";
|
|
||||||
import { useFamily } from "../../widgets/BaseFamilyRoute";
|
|
||||||
import { useAccommodations } from "../../widgets/accommodations/BaseAccommodationsRoute";
|
|
||||||
import { PropDateInput } from "../../widgets/forms/PropDateInput";
|
|
||||||
import { PropSelect } from "../../widgets/forms/PropSelect";
|
|
||||||
|
|
||||||
export function UpdateReservationDialog(p: {
|
|
||||||
open: boolean;
|
|
||||||
create: boolean;
|
|
||||||
reservation?: UpdateAccommodationReservation;
|
|
||||||
onClose: () => void;
|
|
||||||
onSubmitted: (c: UpdateAccommodationReservation) => void;
|
|
||||||
}): React.ReactElement {
|
|
||||||
const alert = useAlert();
|
|
||||||
|
|
||||||
const family = useFamily();
|
|
||||||
const accommodations = useAccommodations();
|
|
||||||
|
|
||||||
const [reservation, setReservation] = React.useState<
|
|
||||||
UpdateAccommodationReservation | undefined
|
|
||||||
>();
|
|
||||||
|
|
||||||
const [conflicts, setConflicts] = React.useState<
|
|
||||||
AccommodationReservation[] | undefined
|
|
||||||
>(undefined);
|
|
||||||
|
|
||||||
const clearForm = () => {
|
|
||||||
setReservation(undefined);
|
|
||||||
};
|
|
||||||
|
|
||||||
const cancel = () => {
|
|
||||||
clearForm();
|
|
||||||
p.onClose();
|
|
||||||
};
|
|
||||||
|
|
||||||
const submit = async () => {
|
|
||||||
clearForm();
|
|
||||||
p.onSubmitted(reservation!);
|
|
||||||
};
|
|
||||||
|
|
||||||
React.useEffect(() => {
|
|
||||||
if (!reservation) setReservation(p.reservation);
|
|
||||||
}, [p.open, p.reservation]);
|
|
||||||
|
|
||||||
React.useEffect(() => {
|
|
||||||
setConflicts(undefined);
|
|
||||||
(async () => {
|
|
||||||
try {
|
|
||||||
if (
|
|
||||||
!reservation ||
|
|
||||||
reservation.accommodation_id < 1 ||
|
|
||||||
reservation.start < 1 ||
|
|
||||||
reservation.start > reservation.end
|
|
||||||
) {
|
|
||||||
setConflicts([]);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
setConflicts(
|
|
||||||
(
|
|
||||||
await AccommodationsReservationsApi.ReservationsForInterval(
|
|
||||||
family.family,
|
|
||||||
accommodations.accommodations.get(reservation.accommodation_id)!,
|
|
||||||
reservation.start,
|
|
||||||
reservation.end
|
|
||||||
)
|
|
||||||
).filter(
|
|
||||||
(r) =>
|
|
||||||
r.id !== p.reservation?.reservation_id && r.validated !== false
|
|
||||||
)
|
|
||||||
);
|
|
||||||
} catch (e) {
|
|
||||||
console.error(e);
|
|
||||||
alert(
|
|
||||||
"Echec de la vérification de la présence de conflits de calendrier !"
|
|
||||||
);
|
|
||||||
}
|
|
||||||
})();
|
|
||||||
}, [
|
|
||||||
p.open,
|
|
||||||
reservation?.accommodation_id,
|
|
||||||
reservation?.start,
|
|
||||||
reservation?.end,
|
|
||||||
]);
|
|
||||||
|
|
||||||
return (
|
|
||||||
<Dialog open={p.open} onClose={cancel}>
|
|
||||||
<DialogTitle>
|
|
||||||
{p.create ? "Création" : "Mise à jour"} d'une réservation
|
|
||||||
</DialogTitle>
|
|
||||||
<DialogContent style={{ display: "flex", flexDirection: "column" }}>
|
|
||||||
<PropSelect
|
|
||||||
editing={p.create}
|
|
||||||
label="Logement ciblé"
|
|
||||||
onValueChange={(v) => {
|
|
||||||
setReservation((a) => {
|
|
||||||
return {
|
|
||||||
...a!,
|
|
||||||
accommodation_id: Number(v),
|
|
||||||
};
|
|
||||||
});
|
|
||||||
}}
|
|
||||||
options={accommodations.accommodations.openToReservationList.map(
|
|
||||||
(a) => {
|
|
||||||
return { label: a.name, value: a.id.toString() };
|
|
||||||
}
|
|
||||||
)}
|
|
||||||
value={
|
|
||||||
reservation?.accommodation_id === -1
|
|
||||||
? ""
|
|
||||||
: reservation?.accommodation_id?.toString()
|
|
||||||
}
|
|
||||||
/>
|
|
||||||
|
|
||||||
<PropDateInput
|
|
||||||
editable
|
|
||||||
label="Date de début"
|
|
||||||
value={reservation?.start}
|
|
||||||
onChange={(s) => {
|
|
||||||
setReservation((r) => {
|
|
||||||
return { ...r!, start: s ?? -1 };
|
|
||||||
});
|
|
||||||
}}
|
|
||||||
minDate={Math.floor(new Date().getTime() / 1000) - 3600 * 24 * 60}
|
|
||||||
canSetMiddleDay
|
|
||||||
/>
|
|
||||||
|
|
||||||
<PropDateInput
|
|
||||||
editable
|
|
||||||
label="Date de fin"
|
|
||||||
value={reservation?.end}
|
|
||||||
lastSecOfDay={true}
|
|
||||||
onChange={(s) => {
|
|
||||||
setReservation((r) => {
|
|
||||||
return { ...r!, end: s ?? -1 };
|
|
||||||
});
|
|
||||||
}}
|
|
||||||
minDate={reservation?.start}
|
|
||||||
canSetMiddleDay
|
|
||||||
/>
|
|
||||||
|
|
||||||
{conflicts && conflicts.length > 0 && (
|
|
||||||
<Alert severity="error">
|
|
||||||
<p>
|
|
||||||
Cette réservation est en conflit avec d'autres réservations sur
|
|
||||||
les intervalles suivants :
|
|
||||||
</p>
|
|
||||||
<ul>
|
|
||||||
{conflicts.map((c, num) => (
|
|
||||||
<li key={num}>
|
|
||||||
Réservation du {fmtUnixDate(c.reservation_start)} au{" "}
|
|
||||||
{fmtUnixDate(c.reservation_end)}
|
|
||||||
</li>
|
|
||||||
))}
|
|
||||||
</ul>
|
|
||||||
</Alert>
|
|
||||||
)}
|
|
||||||
</DialogContent>
|
|
||||||
<DialogActions>
|
|
||||||
<Button onClick={cancel}>Annuler</Button>
|
|
||||||
<Button
|
|
||||||
onClick={submit}
|
|
||||||
disabled={
|
|
||||||
!(
|
|
||||||
(reservation?.accommodation_id ?? -1) > 0 &&
|
|
||||||
(reservation?.start ?? -1) > 0 &&
|
|
||||||
(reservation?.end ?? -1) > (reservation?.start ?? 0) &&
|
|
||||||
(conflicts?.length ?? 0) === 0
|
|
||||||
)
|
|
||||||
}
|
|
||||||
>
|
|
||||||
{p.create ? "Créer" : "Mettre à jour"}
|
|
||||||
</Button>
|
|
||||||
</DialogActions>
|
|
||||||
</Dialog>
|
|
||||||
);
|
|
||||||
}
|
|
||||||
@@ -1,44 +0,0 @@
|
|||||||
import React, { PropsWithChildren } from "react";
|
|
||||||
import { AccommodationCalendarURL } from "../../../api/accommodations/AccommodationsCalendarURLApi";
|
|
||||||
import { InstallCalendarDialog } from "../../../dialogs/accommodations/InstallCalendarDialog";
|
|
||||||
|
|
||||||
type DialogContext = (cal: AccommodationCalendarURL) => Promise<void>;
|
|
||||||
|
|
||||||
const DialogContextK = React.createContext<DialogContext | null>(null);
|
|
||||||
|
|
||||||
export function InstallCalendarDialogProvider(
|
|
||||||
p: PropsWithChildren
|
|
||||||
): React.ReactElement {
|
|
||||||
const [cal, setCal] = React.useState<AccommodationCalendarURL | undefined>();
|
|
||||||
|
|
||||||
const cb = React.useRef<null | (() => void)>(null);
|
|
||||||
|
|
||||||
const handleClose = () => {
|
|
||||||
setCal(undefined);
|
|
||||||
|
|
||||||
if (cb.current !== null) cb.current();
|
|
||||||
cb.current = null;
|
|
||||||
};
|
|
||||||
|
|
||||||
const hook: DialogContext = (c) => {
|
|
||||||
setCal(c);
|
|
||||||
|
|
||||||
return new Promise((res) => {
|
|
||||||
cb.current = res;
|
|
||||||
});
|
|
||||||
};
|
|
||||||
|
|
||||||
return (
|
|
||||||
<>
|
|
||||||
<DialogContextK.Provider value={hook}>
|
|
||||||
{p.children}
|
|
||||||
</DialogContextK.Provider>
|
|
||||||
|
|
||||||
{cal && <InstallCalendarDialog cal={cal} onClose={handleClose} />}
|
|
||||||
</>
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
export function useInstallCalendarDialog(): DialogContext {
|
|
||||||
return React.useContext(DialogContextK)!;
|
|
||||||
}
|
|
||||||
@@ -1,64 +0,0 @@
|
|||||||
import React, { PropsWithChildren } from "react";
|
|
||||||
import { UpdateAccommodationReservation } from "../../../api/accommodations/AccommodationsReservationsApi";
|
|
||||||
import { UpdateReservationDialog } from "../../../dialogs/accommodations/UpdateReservationDialog";
|
|
||||||
|
|
||||||
type DialogContext = (
|
|
||||||
reservation: UpdateAccommodationReservation,
|
|
||||||
create: boolean
|
|
||||||
) => Promise<UpdateAccommodationReservation | undefined>;
|
|
||||||
|
|
||||||
const DialogContextK = React.createContext<DialogContext | null>(null);
|
|
||||||
|
|
||||||
export function UpdateReservationDialogProvider(
|
|
||||||
p: PropsWithChildren
|
|
||||||
): React.ReactElement {
|
|
||||||
const [open, setOpen] = React.useState(false);
|
|
||||||
|
|
||||||
const [reservation, setReservation] = React.useState<
|
|
||||||
UpdateAccommodationReservation | undefined
|
|
||||||
>(undefined);
|
|
||||||
const [create, setCreate] = React.useState(false);
|
|
||||||
|
|
||||||
const cb = React.useRef<
|
|
||||||
null | ((a: UpdateAccommodationReservation | undefined) => void)
|
|
||||||
>(null);
|
|
||||||
|
|
||||||
const handleClose = (res?: UpdateAccommodationReservation) => {
|
|
||||||
setOpen(false);
|
|
||||||
|
|
||||||
if (cb.current !== null) cb.current(res);
|
|
||||||
cb.current = null;
|
|
||||||
};
|
|
||||||
|
|
||||||
const hook: DialogContext = (accommodation, create) => {
|
|
||||||
setReservation(accommodation);
|
|
||||||
setCreate(create);
|
|
||||||
setOpen(true);
|
|
||||||
|
|
||||||
return new Promise((res) => {
|
|
||||||
cb.current = res;
|
|
||||||
});
|
|
||||||
};
|
|
||||||
|
|
||||||
return (
|
|
||||||
<>
|
|
||||||
<DialogContextK.Provider value={hook}>
|
|
||||||
{p.children}
|
|
||||||
</DialogContextK.Provider>
|
|
||||||
|
|
||||||
{open && (
|
|
||||||
<UpdateReservationDialog
|
|
||||||
open={open}
|
|
||||||
reservation={reservation}
|
|
||||||
create={create}
|
|
||||||
onClose={handleClose}
|
|
||||||
onSubmitted={handleClose}
|
|
||||||
/>
|
|
||||||
)}
|
|
||||||
</>
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
export function useUpdateAccommodationReservation(): DialogContext {
|
|
||||||
return React.useContext(DialogContextK)!;
|
|
||||||
}
|
|
||||||
@@ -3,6 +3,7 @@ import ReactDOM from "react-dom/client";
|
|||||||
import { App } from "./App";
|
import { App } from "./App";
|
||||||
import { ServerApi } from "./api/ServerApi";
|
import { ServerApi } from "./api/ServerApi";
|
||||||
import "./index.css";
|
import "./index.css";
|
||||||
|
import reportWebVitals from "./reportWebVitals";
|
||||||
|
|
||||||
// Roboto font
|
// Roboto font
|
||||||
import "@fontsource/roboto/300.css";
|
import "@fontsource/roboto/300.css";
|
||||||
@@ -60,3 +61,8 @@ async function init() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
init();
|
init();
|
||||||
|
|
||||||
|
// If you want to start measuring performance in your app, pass a function
|
||||||
|
// to log results (for example: reportWebVitals(console.log))
|
||||||
|
// or send to an analytics endpoint. Learn more: https://bit.ly/CRA-vitals
|
||||||
|
reportWebVitals();
|
||||||
|
|||||||
15
geneit_app/src/reportWebVitals.ts
Normal file
15
geneit_app/src/reportWebVitals.ts
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
import { ReportHandler } from 'web-vitals';
|
||||||
|
|
||||||
|
const reportWebVitals = (onPerfEntry?: ReportHandler) => {
|
||||||
|
if (onPerfEntry && onPerfEntry instanceof Function) {
|
||||||
|
import('web-vitals').then(({ getCLS, getFID, getFCP, getLCP, getTTFB }) => {
|
||||||
|
getCLS(onPerfEntry);
|
||||||
|
getFID(onPerfEntry);
|
||||||
|
getFCP(onPerfEntry);
|
||||||
|
getLCP(onPerfEntry);
|
||||||
|
getTTFB(onPerfEntry);
|
||||||
|
});
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
export default reportWebVitals;
|
||||||
@@ -1,5 +1,4 @@
|
|||||||
import VisibilityIcon from "@mui/icons-material/Visibility";
|
import { Visibility, VisibilityOff } from "@mui/icons-material";
|
||||||
import VisibilityOffIcon from "@mui/icons-material/VisibilityOff";
|
|
||||||
import {
|
import {
|
||||||
Alert,
|
Alert,
|
||||||
CircularProgress,
|
CircularProgress,
|
||||||
@@ -149,7 +148,7 @@ export function LoginRoute(): React.ReactElement {
|
|||||||
onMouseDown={handleMouseDownPassword}
|
onMouseDown={handleMouseDownPassword}
|
||||||
edge="end"
|
edge="end"
|
||||||
>
|
>
|
||||||
{showPassword ? <VisibilityOffIcon /> : <VisibilityIcon />}
|
{showPassword ? <VisibilityOff /> : <Visibility />}
|
||||||
</IconButton>
|
</IconButton>
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
</InputAdornment>
|
</InputAdornment>
|
||||||
@@ -168,7 +167,7 @@ export function LoginRoute(): React.ReactElement {
|
|||||||
</Button>
|
</Button>
|
||||||
|
|
||||||
<Grid container>
|
<Grid container>
|
||||||
<Grid size={"grow"}>
|
<Grid item xs>
|
||||||
<Typography variant="body2" color={"primary"}>
|
<Typography variant="body2" color={"primary"}>
|
||||||
<Link
|
<Link
|
||||||
to="/password_forgotten"
|
to="/password_forgotten"
|
||||||
@@ -178,7 +177,7 @@ export function LoginRoute(): React.ReactElement {
|
|||||||
</Link>
|
</Link>
|
||||||
</Typography>
|
</Typography>
|
||||||
</Grid>
|
</Grid>
|
||||||
<Grid>
|
<Grid item>
|
||||||
<Typography variant="body2" color={"primary"}>
|
<Typography variant="body2" color={"primary"}>
|
||||||
<Link
|
<Link
|
||||||
to="/new-account"
|
to="/new-account"
|
||||||
|
|||||||
@@ -137,10 +137,8 @@ function UsersTable(p: {
|
|||||||
<GridActionsCellItem
|
<GridActionsCellItem
|
||||||
icon={<SaveIcon />}
|
icon={<SaveIcon />}
|
||||||
label="Save"
|
label="Save"
|
||||||
material={{
|
sx={{
|
||||||
sx: {
|
color: "primary.main",
|
||||||
color: 'primary.main',
|
|
||||||
},
|
|
||||||
}}
|
}}
|
||||||
onClick={handleSaveClick(id)}
|
onClick={handleSaveClick(id)}
|
||||||
/>,
|
/>,
|
||||||
|
|||||||
@@ -1,21 +0,0 @@
|
|||||||
import { FamilyPageTitle } from "../../../widgets/FamilyPageTitle";
|
|
||||||
import { useAccommodations } from "../../../widgets/accommodations/BaseAccommodationsRoute";
|
|
||||||
|
|
||||||
export function AccommodationsHomeRoute(): React.ReactElement {
|
|
||||||
const accommodations = useAccommodations();
|
|
||||||
return (
|
|
||||||
<>
|
|
||||||
<FamilyPageTitle title="Réservation de logements" />
|
|
||||||
<div style={{ margin: "20px" }}>
|
|
||||||
<p>
|
|
||||||
Depuis cette section de l'application, vous pouvez effectuer des
|
|
||||||
réservations de logements.
|
|
||||||
</p>
|
|
||||||
<p> </p>
|
|
||||||
<p>
|
|
||||||
Nombre de logements définis : {accommodations.accommodations.size}
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
</>
|
|
||||||
);
|
|
||||||
}
|
|
||||||
@@ -1,598 +0,0 @@
|
|||||||
import { DateSelectArg, EventClickArg } from "@fullcalendar/core";
|
|
||||||
import frLocale from "@fullcalendar/core/locales/fr";
|
|
||||||
import dayGridPlugin from "@fullcalendar/daygrid";
|
|
||||||
import interactionPlugin from "@fullcalendar/interaction";
|
|
||||||
import listPlugin from "@fullcalendar/list";
|
|
||||||
import FullCalendar from "@fullcalendar/react";
|
|
||||||
import DeleteIcon from "@mui/icons-material/Delete";
|
|
||||||
import EditIcon from "@mui/icons-material/Edit";
|
|
||||||
import RuleIcon from "@mui/icons-material/Rule";
|
|
||||||
import {
|
|
||||||
Alert,
|
|
||||||
Avatar,
|
|
||||||
Card,
|
|
||||||
CardActions,
|
|
||||||
CardContent,
|
|
||||||
CardHeader,
|
|
||||||
Checkbox,
|
|
||||||
FormControl,
|
|
||||||
FormControlLabel,
|
|
||||||
FormGroup,
|
|
||||||
FormLabel,
|
|
||||||
IconButton,
|
|
||||||
Menu,
|
|
||||||
MenuItem,
|
|
||||||
Popover,
|
|
||||||
Tooltip,
|
|
||||||
Typography,
|
|
||||||
} from "@mui/material";
|
|
||||||
import { red } from "@mui/material/colors";
|
|
||||||
import React from "react";
|
|
||||||
import { FamilyApi, FamilyUser } from "../../../api/FamilyApi";
|
|
||||||
import { Accommodation } from "../../../api/accommodations/AccommodationListApi";
|
|
||||||
import {
|
|
||||||
AccommodationReservation,
|
|
||||||
AccommodationsReservationsApi,
|
|
||||||
AccommodationsReservationsList,
|
|
||||||
ValidateResaResult,
|
|
||||||
} from "../../../api/accommodations/AccommodationsReservationsApi";
|
|
||||||
import { useAlert } from "../../../hooks/context_providers/AlertDialogProvider";
|
|
||||||
import { useConfirm } from "../../../hooks/context_providers/ConfirmDialogProvider";
|
|
||||||
import { useLoadingMessage } from "../../../hooks/context_providers/LoadingMessageProvider";
|
|
||||||
import { useSnackbar } from "../../../hooks/context_providers/SnackbarProvider";
|
|
||||||
import { useUpdateAccommodationReservation } from "../../../hooks/context_providers/accommodations/UpdateReservationDialogProvider";
|
|
||||||
import {
|
|
||||||
fmtUnixDate,
|
|
||||||
fmtUnixDateFullCalendar,
|
|
||||||
} from "../../../utils/time_utils";
|
|
||||||
import { AsyncWidget } from "../../../widgets/AsyncWidget";
|
|
||||||
import { useUser } from "../../../widgets/BaseAuthenticatedPage";
|
|
||||||
import { useFamily } from "../../../widgets/BaseFamilyRoute";
|
|
||||||
import { FamilyPageTitle } from "../../../widgets/FamilyPageTitle";
|
|
||||||
import { useAccommodations } from "../../../widgets/accommodations/BaseAccommodationsRoute";
|
|
||||||
|
|
||||||
export function AccommodationsReservationsRoute(): React.ReactElement {
|
|
||||||
const snackbar = useSnackbar();
|
|
||||||
const alert = useAlert();
|
|
||||||
const confirm = useConfirm();
|
|
||||||
const loadingMessage = useLoadingMessage();
|
|
||||||
|
|
||||||
const loadKey = React.useRef(1);
|
|
||||||
|
|
||||||
const user = useUser();
|
|
||||||
const family = useFamily();
|
|
||||||
const accommodations = useAccommodations();
|
|
||||||
const updateReservation = useUpdateAccommodationReservation();
|
|
||||||
|
|
||||||
const [reservations, setReservations] = React.useState<
|
|
||||||
AccommodationsReservationsList | undefined
|
|
||||||
>();
|
|
||||||
const [users, setUsers] = React.useState<FamilyUser[] | null>(null);
|
|
||||||
|
|
||||||
const [showValidated, setShowValidated] = React.useState(true);
|
|
||||||
const [showRejected, setShowRejected] = React.useState(true);
|
|
||||||
const [showPending, setShowPending] = React.useState(true);
|
|
||||||
|
|
||||||
const [hiddenPeople, setHiddenPeople] = React.useState<Set<number>>(
|
|
||||||
new Set()
|
|
||||||
);
|
|
||||||
const [hiddenAccommodations, setHiddenAccommodations] = React.useState<
|
|
||||||
Set<number>
|
|
||||||
>(new Set());
|
|
||||||
|
|
||||||
const eventPopupAnchor = React.useRef<HTMLDivElement>(null);
|
|
||||||
const [activeEvent, setActiveEvent] = React.useState<
|
|
||||||
| undefined
|
|
||||||
| {
|
|
||||||
user: FamilyUser;
|
|
||||||
accommodation: Accommodation;
|
|
||||||
reservation: AccommodationReservation;
|
|
||||||
|
|
||||||
x: number;
|
|
||||||
y: number;
|
|
||||||
w: number;
|
|
||||||
h: number;
|
|
||||||
}
|
|
||||||
>();
|
|
||||||
|
|
||||||
const [validateResaAnchorEl, setValidateResaAnchorEl] =
|
|
||||||
React.useState<null | HTMLElement>(null);
|
|
||||||
|
|
||||||
const load = async () => {
|
|
||||||
setReservations(
|
|
||||||
await AccommodationsReservationsApi.FullListOfFamily(family.family)
|
|
||||||
);
|
|
||||||
setUsers(await FamilyApi.GetUsersList(family.family.family_id));
|
|
||||||
};
|
|
||||||
|
|
||||||
const reload = async () => {
|
|
||||||
loadKey.current += 1;
|
|
||||||
setUsers(null);
|
|
||||||
};
|
|
||||||
|
|
||||||
const visibleReservations = React.useMemo(() => {
|
|
||||||
return reservations?.filter((r) => {
|
|
||||||
if (!showValidated && r.validated === true) return false;
|
|
||||||
if (!showPending && r.validated === null) return false;
|
|
||||||
if (!showRejected && r.validated === false) return false;
|
|
||||||
if (hiddenPeople.has(r.user_id)) return false;
|
|
||||||
if (hiddenAccommodations.has(r.accommodation_id)) return false;
|
|
||||||
return true;
|
|
||||||
});
|
|
||||||
}, [
|
|
||||||
showValidated,
|
|
||||||
showRejected,
|
|
||||||
showPending,
|
|
||||||
hiddenPeople,
|
|
||||||
hiddenAccommodations,
|
|
||||||
reservations,
|
|
||||||
]);
|
|
||||||
|
|
||||||
const onSelect = async (d: DateSelectArg) => {
|
|
||||||
try {
|
|
||||||
const resa = await updateReservation(
|
|
||||||
{
|
|
||||||
accommodation_id: -1,
|
|
||||||
start: Math.floor(d.start.getTime() / 1000),
|
|
||||||
end: Math.floor(d.end.getTime() / 1000),
|
|
||||||
},
|
|
||||||
true
|
|
||||||
);
|
|
||||||
|
|
||||||
if (!resa) return;
|
|
||||||
|
|
||||||
loadingMessage.show("Création de la réservation en cours...");
|
|
||||||
|
|
||||||
await AccommodationsReservationsApi.Create(family.family, resa);
|
|
||||||
|
|
||||||
reload();
|
|
||||||
snackbar("La réservation a été créée avec succès !");
|
|
||||||
} catch (e) {
|
|
||||||
console.error("Failed to create a reservation!", e);
|
|
||||||
alert("Échec de la création de la réservation!");
|
|
||||||
} finally {
|
|
||||||
loadingMessage.hide();
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
const onEventClick = (ev: EventClickArg) => {
|
|
||||||
const id: number = ev.event.extendedProps.id;
|
|
||||||
const resa = reservations?.get(id)!;
|
|
||||||
const acc = accommodations.accommodations.get(resa.accommodation_id)!;
|
|
||||||
|
|
||||||
const user = users?.find((u) => u.user_id === resa.user_id);
|
|
||||||
|
|
||||||
if (!user) {
|
|
||||||
console.error(`User ${resa.user_id} not found!`);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
const loc = ev.el.getBoundingClientRect();
|
|
||||||
setActiveEvent({
|
|
||||||
reservation: resa,
|
|
||||||
accommodation: acc,
|
|
||||||
user: user,
|
|
||||||
|
|
||||||
x: loc.left,
|
|
||||||
y: loc.top,
|
|
||||||
w: loc.width,
|
|
||||||
h: loc.height,
|
|
||||||
});
|
|
||||||
};
|
|
||||||
|
|
||||||
const respondToResaRequest = async (
|
|
||||||
r: AccommodationReservation,
|
|
||||||
validate: boolean
|
|
||||||
) => {
|
|
||||||
try {
|
|
||||||
loadingMessage.show("Validation de la réservation en cours...");
|
|
||||||
|
|
||||||
setValidateResaAnchorEl(null);
|
|
||||||
setActiveEvent(undefined);
|
|
||||||
|
|
||||||
const res = await AccommodationsReservationsApi.Validate(r, validate);
|
|
||||||
|
|
||||||
if (res === ValidateResaResult.Conflict) {
|
|
||||||
throw new Error(
|
|
||||||
"The reservation is in conflict with other reservations!"
|
|
||||||
);
|
|
||||||
} else if (res === ValidateResaResult.Error) {
|
|
||||||
throw new Error("Failed to validate the reservation!");
|
|
||||||
}
|
|
||||||
|
|
||||||
reload();
|
|
||||||
snackbar("La réservation a été mise à jour avec succès !");
|
|
||||||
} catch (e) {
|
|
||||||
console.error("Failed to respond to reservation request!", e);
|
|
||||||
alert(`Echec de l'enregistrement de la réponse à la réservation ! ${e}`);
|
|
||||||
} finally {
|
|
||||||
loadingMessage.hide();
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
const validateReservation = async (r: AccommodationReservation) => {
|
|
||||||
respondToResaRequest(r, true);
|
|
||||||
};
|
|
||||||
|
|
||||||
const rejectReservation = async (r: AccommodationReservation) => {
|
|
||||||
if (
|
|
||||||
!(await confirm(
|
|
||||||
"Voulez-vous vraiment rejeter cette demande de réservation ?"
|
|
||||||
))
|
|
||||||
)
|
|
||||||
return;
|
|
||||||
respondToResaRequest(r, false);
|
|
||||||
};
|
|
||||||
|
|
||||||
const changeReservation = async (r: AccommodationReservation) => {
|
|
||||||
try {
|
|
||||||
const ac = accommodations.accommodations.get(r.accommodation_id);
|
|
||||||
if (
|
|
||||||
ac?.need_validation &&
|
|
||||||
!(await confirm(
|
|
||||||
"Voulez-vous vraiment changer cette réservation ? Celle-ci devra être de nouveau validée !"
|
|
||||||
))
|
|
||||||
)
|
|
||||||
return;
|
|
||||||
|
|
||||||
const newResa = await updateReservation(
|
|
||||||
{
|
|
||||||
reservation_id: r.id,
|
|
||||||
accommodation_id: r.accommodation_id,
|
|
||||||
start: r.reservation_start,
|
|
||||||
end: r.reservation_end,
|
|
||||||
},
|
|
||||||
false
|
|
||||||
);
|
|
||||||
|
|
||||||
if (!newResa) return;
|
|
||||||
|
|
||||||
setActiveEvent(undefined);
|
|
||||||
loadingMessage.show("Mise à jour de la réservation en cours...");
|
|
||||||
|
|
||||||
await AccommodationsReservationsApi.Update(family.family, newResa);
|
|
||||||
|
|
||||||
reload();
|
|
||||||
snackbar("La réservation a été mise à jour avec succès !");
|
|
||||||
} catch (e) {
|
|
||||||
console.error("Failed to update a reservation!", e);
|
|
||||||
alert("Échec de la mise à jour de la réservation!");
|
|
||||||
} finally {
|
|
||||||
loadingMessage.hide();
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
const deleteReservation = async (r: AccommodationReservation) => {
|
|
||||||
try {
|
|
||||||
if (
|
|
||||||
!(await confirm(
|
|
||||||
"Voulez-vous vraiment supprimer cette réservation ? L'opération n'est pas réversible !"
|
|
||||||
))
|
|
||||||
)
|
|
||||||
return;
|
|
||||||
|
|
||||||
setActiveEvent(undefined);
|
|
||||||
loadingMessage.show("Suppression de la réservation en cours...");
|
|
||||||
|
|
||||||
await AccommodationsReservationsApi.Delete(r);
|
|
||||||
|
|
||||||
reload();
|
|
||||||
snackbar("La réservation a été supprimée avec succès !");
|
|
||||||
} catch (e) {
|
|
||||||
console.error("Failed to delete a reservation!", e);
|
|
||||||
alert("Échec de la suppression de la réservation!");
|
|
||||||
} finally {
|
|
||||||
loadingMessage.hide();
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
return (
|
|
||||||
<>
|
|
||||||
<FamilyPageTitle title="Réservations" />
|
|
||||||
<AsyncWidget
|
|
||||||
loadKey={loadKey.current}
|
|
||||||
load={load}
|
|
||||||
errMsg="Echec du chargement de la liste des réservations !"
|
|
||||||
build={() => (
|
|
||||||
<div style={{ display: "flex", flexDirection: "row" }}>
|
|
||||||
<div style={{ flex: 1, maxWidth: "250px", marginRight: "20px" }}>
|
|
||||||
<Alert severity="info">
|
|
||||||
Cliquez sur le calendrier pour créer une réservation.
|
|
||||||
</Alert>
|
|
||||||
|
|
||||||
{/* Invitation status */}
|
|
||||||
<FormControl
|
|
||||||
sx={{ m: 3 }}
|
|
||||||
component="fieldset"
|
|
||||||
variant="standard"
|
|
||||||
>
|
|
||||||
<FormLabel component="legend">Status</FormLabel>
|
|
||||||
<FormGroup>
|
|
||||||
<FormControlLabel
|
|
||||||
control={
|
|
||||||
<Checkbox
|
|
||||||
checked={showValidated}
|
|
||||||
onChange={(_ev, v) => setShowValidated(v)}
|
|
||||||
color="success"
|
|
||||||
/>
|
|
||||||
}
|
|
||||||
label="Validées"
|
|
||||||
/>
|
|
||||||
<FormControlLabel
|
|
||||||
control={
|
|
||||||
<Checkbox
|
|
||||||
checked={showRejected}
|
|
||||||
onChange={(_ev, v) => setShowRejected(v)}
|
|
||||||
color="error"
|
|
||||||
/>
|
|
||||||
}
|
|
||||||
label="Rejetées"
|
|
||||||
/>
|
|
||||||
<FormControlLabel
|
|
||||||
control={
|
|
||||||
<Checkbox
|
|
||||||
checked={showPending}
|
|
||||||
onChange={(_ev, v) => setShowPending(v)}
|
|
||||||
color="info"
|
|
||||||
/>
|
|
||||||
}
|
|
||||||
label="En attente de validation"
|
|
||||||
/>
|
|
||||||
</FormGroup>
|
|
||||||
</FormControl>
|
|
||||||
|
|
||||||
{/* Accommodations */}
|
|
||||||
<FormControl
|
|
||||||
sx={{ m: 3 }}
|
|
||||||
component="fieldset"
|
|
||||||
variant="standard"
|
|
||||||
>
|
|
||||||
<FormLabel component="legend">Logements</FormLabel>
|
|
||||||
<FormGroup>
|
|
||||||
{accommodations.accommodations.fullList.map((a) => (
|
|
||||||
<FormControlLabel
|
|
||||||
key={a.id}
|
|
||||||
control={
|
|
||||||
<Checkbox
|
|
||||||
sx={{
|
|
||||||
color: "#" + a.color,
|
|
||||||
"&.Mui-checked": {
|
|
||||||
color: "#" + a.color,
|
|
||||||
},
|
|
||||||
}}
|
|
||||||
checked={!hiddenAccommodations.has(a.id)}
|
|
||||||
onChange={(_ev, v) => {
|
|
||||||
if (v) hiddenAccommodations.delete(a.id);
|
|
||||||
else hiddenAccommodations.add(a.id);
|
|
||||||
setHiddenAccommodations(
|
|
||||||
new Set(hiddenAccommodations)
|
|
||||||
);
|
|
||||||
}}
|
|
||||||
/>
|
|
||||||
}
|
|
||||||
label={a.name}
|
|
||||||
/>
|
|
||||||
))}
|
|
||||||
</FormGroup>
|
|
||||||
</FormControl>
|
|
||||||
|
|
||||||
{/* People */}
|
|
||||||
<FormControl
|
|
||||||
sx={{ m: 3 }}
|
|
||||||
component="fieldset"
|
|
||||||
variant="standard"
|
|
||||||
>
|
|
||||||
<FormLabel component="legend">Personnes</FormLabel>
|
|
||||||
<FormGroup>
|
|
||||||
{users?.map((u) => (
|
|
||||||
<FormControlLabel
|
|
||||||
key={u.user_id}
|
|
||||||
control={
|
|
||||||
<Checkbox
|
|
||||||
checked={!hiddenPeople.has(u.user_id)}
|
|
||||||
onChange={(_ev, v) => {
|
|
||||||
if (v) hiddenPeople.delete(u.user_id);
|
|
||||||
else hiddenPeople.add(u.user_id);
|
|
||||||
setHiddenPeople(new Set(hiddenPeople));
|
|
||||||
}}
|
|
||||||
/>
|
|
||||||
}
|
|
||||||
label={u.user_name}
|
|
||||||
/>
|
|
||||||
))}
|
|
||||||
</FormGroup>
|
|
||||||
</FormControl>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
{/* The calendar */}
|
|
||||||
<div style={{ flex: 5 }}>
|
|
||||||
<FullCalendar
|
|
||||||
editable={true}
|
|
||||||
selectable={true}
|
|
||||||
plugins={[dayGridPlugin, listPlugin, interactionPlugin]}
|
|
||||||
initialView="dayGridMonth"
|
|
||||||
height="700px"
|
|
||||||
locale={frLocale}
|
|
||||||
headerToolbar={{
|
|
||||||
left: "prev,next today",
|
|
||||||
center: "title",
|
|
||||||
right: "dayGridMonth,dayGridWeek,dayGridDay,listWeek",
|
|
||||||
}}
|
|
||||||
select={onSelect}
|
|
||||||
eventClick={onEventClick}
|
|
||||||
events={visibleReservations?.map((r) => {
|
|
||||||
const a = accommodations.accommodations.get(
|
|
||||||
r.accommodation_id
|
|
||||||
)!;
|
|
||||||
const u = users?.find((u) => u.user_id === r.user_id);
|
|
||||||
return {
|
|
||||||
title: `${u?.user_name} - ${a.name}`,
|
|
||||||
start: fmtUnixDateFullCalendar(r.reservation_start, false),
|
|
||||||
end: fmtUnixDateFullCalendar(r.reservation_end, true),
|
|
||||||
allDay: true,
|
|
||||||
color: a.color ? "#" + a.color : undefined,
|
|
||||||
borderColor:
|
|
||||||
r.validated === true
|
|
||||||
? "green"
|
|
||||||
: r.validated === false
|
|
||||||
? "red"
|
|
||||||
: "grey ",
|
|
||||||
extendedProps: {
|
|
||||||
id: r.id,
|
|
||||||
},
|
|
||||||
};
|
|
||||||
})}
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
{/* Calendar event popover */}
|
|
||||||
<div
|
|
||||||
ref={eventPopupAnchor}
|
|
||||||
id="active-event-anchor"
|
|
||||||
style={{
|
|
||||||
position: "fixed",
|
|
||||||
top: activeEvent?.y + "px",
|
|
||||||
left: activeEvent?.x + "px",
|
|
||||||
width: activeEvent?.w + "px",
|
|
||||||
height: activeEvent?.h + "px",
|
|
||||||
backgroundColor: "pink",
|
|
||||||
zIndex: 0,
|
|
||||||
}}
|
|
||||||
></div>
|
|
||||||
<Popover
|
|
||||||
open={activeEvent !== undefined}
|
|
||||||
anchorEl={eventPopupAnchor.current}
|
|
||||||
onClose={() => {
|
|
||||||
setActiveEvent(undefined);
|
|
||||||
}}
|
|
||||||
anchorOrigin={{
|
|
||||||
vertical: "bottom",
|
|
||||||
horizontal: "left",
|
|
||||||
}}
|
|
||||||
>
|
|
||||||
<Card sx={{ maxWidth: 345 }} elevation={6}>
|
|
||||||
<CardHeader
|
|
||||||
avatar={
|
|
||||||
<Avatar sx={{ bgcolor: red[500] }}>
|
|
||||||
{activeEvent?.user.user_name
|
|
||||||
.substring(0, 1)
|
|
||||||
.toLocaleUpperCase()}
|
|
||||||
</Avatar>
|
|
||||||
}
|
|
||||||
title={activeEvent?.user.user_name}
|
|
||||||
subheader={activeEvent?.user.user_mail}
|
|
||||||
/>
|
|
||||||
|
|
||||||
<CardContent>
|
|
||||||
<Typography variant="body2" color="text.secondary">
|
|
||||||
<p>
|
|
||||||
Réservation de {activeEvent?.accommodation.name}
|
|
||||||
<br />
|
|
||||||
<em>{activeEvent?.accommodation.description}</em>
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
Du{" "}
|
|
||||||
{fmtUnixDate(
|
|
||||||
activeEvent?.reservation.reservation_start ?? 0
|
|
||||||
)}{" "}
|
|
||||||
<br />
|
|
||||||
Au{" "}
|
|
||||||
{fmtUnixDate(
|
|
||||||
activeEvent?.reservation.reservation_end ?? 0
|
|
||||||
)}
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
<strong>
|
|
||||||
{activeEvent?.reservation.validated === false ? (
|
|
||||||
<span style={{ color: "#f44336" }}>Refusée</span>
|
|
||||||
) : activeEvent?.reservation.validated === true ? (
|
|
||||||
<span style={{ color: "#66bb6a" }}>Validée</span>
|
|
||||||
) : (
|
|
||||||
<span style={{ color: "#29b6f6" }}>
|
|
||||||
En attente de validation
|
|
||||||
</span>
|
|
||||||
)}
|
|
||||||
</strong>
|
|
||||||
</p>
|
|
||||||
</Typography>
|
|
||||||
</CardContent>
|
|
||||||
<CardActions disableSpacing>
|
|
||||||
{activeEvent?.accommodation.need_validation &&
|
|
||||||
family.family.is_admin && (
|
|
||||||
<>
|
|
||||||
<Tooltip
|
|
||||||
title="Valider (ou rejeter) la réservation"
|
|
||||||
arrow
|
|
||||||
>
|
|
||||||
<IconButton
|
|
||||||
onClick={(e) =>
|
|
||||||
setValidateResaAnchorEl(e.currentTarget)
|
|
||||||
}
|
|
||||||
>
|
|
||||||
<RuleIcon />
|
|
||||||
</IconButton>
|
|
||||||
</Tooltip>
|
|
||||||
<Menu
|
|
||||||
anchorEl={validateResaAnchorEl}
|
|
||||||
open={!!validateResaAnchorEl && !!activeEvent}
|
|
||||||
onClose={() => setValidateResaAnchorEl(null)}
|
|
||||||
>
|
|
||||||
<MenuItem
|
|
||||||
disabled={
|
|
||||||
activeEvent.reservation.validated === true
|
|
||||||
}
|
|
||||||
onClick={() =>
|
|
||||||
validateReservation(activeEvent.reservation)
|
|
||||||
}
|
|
||||||
>
|
|
||||||
Valider
|
|
||||||
</MenuItem>
|
|
||||||
<MenuItem
|
|
||||||
disabled={
|
|
||||||
activeEvent.reservation.validated === false
|
|
||||||
}
|
|
||||||
onClick={() =>
|
|
||||||
rejectReservation(activeEvent.reservation)
|
|
||||||
}
|
|
||||||
>
|
|
||||||
Rejeter
|
|
||||||
</MenuItem>
|
|
||||||
</Menu>
|
|
||||||
</>
|
|
||||||
)}
|
|
||||||
|
|
||||||
{user.user.id === activeEvent?.reservation.user_id && (
|
|
||||||
<>
|
|
||||||
<Tooltip title="Modifier les dates de réservation" arrow>
|
|
||||||
<IconButton
|
|
||||||
disabled={
|
|
||||||
!activeEvent.accommodation.open_to_reservations
|
|
||||||
}
|
|
||||||
onClick={() =>
|
|
||||||
changeReservation(activeEvent?.reservation)
|
|
||||||
}
|
|
||||||
>
|
|
||||||
<EditIcon />
|
|
||||||
</IconButton>
|
|
||||||
</Tooltip>
|
|
||||||
<Tooltip title="Supprimer la réservation" arrow>
|
|
||||||
<IconButton
|
|
||||||
color="error"
|
|
||||||
onClick={() =>
|
|
||||||
deleteReservation(activeEvent?.reservation)
|
|
||||||
}
|
|
||||||
>
|
|
||||||
<DeleteIcon />
|
|
||||||
</IconButton>
|
|
||||||
</Tooltip>
|
|
||||||
</>
|
|
||||||
)}
|
|
||||||
</CardActions>
|
|
||||||
</Card>
|
|
||||||
</Popover>
|
|
||||||
</div>
|
|
||||||
)}
|
|
||||||
/>
|
|
||||||
</>
|
|
||||||
);
|
|
||||||
}
|
|
||||||
@@ -1,9 +1,7 @@
|
|||||||
import AddIcon from "@mui/icons-material/Add";
|
import AddIcon from "@mui/icons-material/Add";
|
||||||
import CheckIcon from "@mui/icons-material/Check";
|
import CheckIcon from "@mui/icons-material/Check";
|
||||||
import CloseIcon from "@mui/icons-material/Close";
|
import CloseIcon from "@mui/icons-material/Close";
|
||||||
import HouseIcon from "@mui/icons-material/House";
|
|
||||||
import {
|
import {
|
||||||
Alert,
|
|
||||||
Button,
|
Button,
|
||||||
Card,
|
Card,
|
||||||
CardActions,
|
CardActions,
|
||||||
@@ -15,23 +13,17 @@ import {
|
|||||||
Accommodation,
|
Accommodation,
|
||||||
AccommodationListApi,
|
AccommodationListApi,
|
||||||
} from "../../../api/accommodations/AccommodationListApi";
|
} from "../../../api/accommodations/AccommodationListApi";
|
||||||
import {
|
import { useAlert } from "../../../hooks/context_providers/AlertDialogProvider";
|
||||||
AccommodationCalendarURL,
|
|
||||||
AccommodationsCalendarURLApi,
|
|
||||||
} from "../../../api/accommodations/AccommodationsCalendarURLApi";
|
|
||||||
import { useConfirm } from "../../../hooks/context_providers/ConfirmDialogProvider";
|
import { useConfirm } from "../../../hooks/context_providers/ConfirmDialogProvider";
|
||||||
import { useLoadingMessage } from "../../../hooks/context_providers/LoadingMessageProvider";
|
import { useLoadingMessage } from "../../../hooks/context_providers/LoadingMessageProvider";
|
||||||
import { useSnackbar } from "../../../hooks/context_providers/SnackbarProvider";
|
import { useSnackbar } from "../../../hooks/context_providers/SnackbarProvider";
|
||||||
import { useCreateAccommodationCalendarURL } from "../../../hooks/context_providers/accommodations/CreateAccommodationCalendarURLDialogProvider";
|
|
||||||
import { useInstallCalendarDialog } from "../../../hooks/context_providers/accommodations/InstallCalendarDialogProvider";
|
|
||||||
import { useUpdateAccommodation } from "../../../hooks/context_providers/accommodations/UpdateAccommodationDialogProvider";
|
import { useUpdateAccommodation } from "../../../hooks/context_providers/accommodations/UpdateAccommodationDialogProvider";
|
||||||
import { AsyncWidget } from "../../../widgets/AsyncWidget";
|
|
||||||
import { useFamily } from "../../../widgets/BaseFamilyRoute";
|
import { useFamily } from "../../../widgets/BaseFamilyRoute";
|
||||||
import { FamilyCard } from "../../../widgets/FamilyCard";
|
import { FamilyCard } from "../../../widgets/FamilyCard";
|
||||||
import { TimeWidget } from "../../../widgets/TimeWidget";
|
import { TimeWidget } from "../../../widgets/TimeWidget";
|
||||||
import { useAccommodations } from "../../../widgets/accommodations/BaseAccommodationsRoute";
|
import { useAccommodations } from "../../../widgets/accommodations/BaseAccommodationsRoute";
|
||||||
|
import { useCreateAccommodationCalendarURL } from "../../../hooks/context_providers/accommodations/CreateAccommodationCalendarURLDialogProvider";
|
||||||
const CARDS_WIDTH = "500px";
|
import { AccommodationsCalendarURLApi } from "../../../api/accommodations/AccommodationsCalendarURLApi";
|
||||||
|
|
||||||
export function AccommodationsSettingsRoute(): React.ReactElement {
|
export function AccommodationsSettingsRoute(): React.ReactElement {
|
||||||
return (
|
return (
|
||||||
@@ -64,7 +56,6 @@ function AccommodationsListCard(): React.ReactElement {
|
|||||||
name: "",
|
name: "",
|
||||||
open_to_reservations: true,
|
open_to_reservations: true,
|
||||||
need_validation: false,
|
need_validation: false,
|
||||||
color: "2196f3",
|
|
||||||
},
|
},
|
||||||
true
|
true
|
||||||
);
|
);
|
||||||
@@ -131,7 +122,7 @@ function AccommodationsListCard(): React.ReactElement {
|
|||||||
};
|
};
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<FamilyCard error={error} success={success} style={{ width: CARDS_WIDTH }}>
|
<FamilyCard error={error} success={success} style={{ width: "350px" }}>
|
||||||
<CardContent>
|
<CardContent>
|
||||||
<Typography gutterBottom variant="h5" component="div">
|
<Typography gutterBottom variant="h5" component="div">
|
||||||
Logements
|
Logements
|
||||||
@@ -181,7 +172,6 @@ function AccommodationCard(p: {
|
|||||||
Mis à jour il y a <TimeWidget time={p.accommodation.time_update} />
|
Mis à jour il y a <TimeWidget time={p.accommodation.time_update} />
|
||||||
</Typography>
|
</Typography>
|
||||||
<Typography variant="h5" component="div">
|
<Typography variant="h5" component="div">
|
||||||
<HouseIcon sx={{ color: "#" + p.accommodation.color }} />{" "}
|
|
||||||
{p.accommodation.name}
|
{p.accommodation.name}
|
||||||
</Typography>
|
</Typography>
|
||||||
<Typography sx={{ mb: 1.5 }} color="text.secondary">
|
<Typography sx={{ mb: 1.5 }} color="text.secondary">
|
||||||
@@ -226,56 +216,14 @@ function BoolIcon(p: { checked?: boolean }): React.ReactElement {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function AccommodationsCalURLsCard(): React.ReactElement {
|
function AccommodationsCalURLsCard(): React.ReactElement {
|
||||||
const key = React.useRef(0);
|
|
||||||
|
|
||||||
const confirm = useConfirm();
|
|
||||||
const loading = useLoadingMessage();
|
const loading = useLoadingMessage();
|
||||||
|
|
||||||
const [error, setError] = React.useState<string>();
|
const [error, setError] = React.useState<string>();
|
||||||
const [success, setSuccess] = React.useState<string>();
|
const [success, setSuccess] = React.useState<string>();
|
||||||
|
|
||||||
const [list, setList] = React.useState<
|
|
||||||
AccommodationCalendarURL[] | undefined
|
|
||||||
>();
|
|
||||||
|
|
||||||
const family = useFamily();
|
const family = useFamily();
|
||||||
|
|
||||||
const createCalendarURLDialog = useCreateAccommodationCalendarURL();
|
const createCalendarURLDialog = useCreateAccommodationCalendarURL();
|
||||||
const calendarURLDialog = useInstallCalendarDialog();
|
|
||||||
|
|
||||||
const load = async () => {
|
|
||||||
setList(await AccommodationsCalendarURLApi.GetList(family.family));
|
|
||||||
};
|
|
||||||
|
|
||||||
const reload = () => {
|
|
||||||
key.current += 1;
|
|
||||||
setList(undefined);
|
|
||||||
};
|
|
||||||
|
|
||||||
const onRequestDelete = async (c: AccommodationCalendarURL) => {
|
|
||||||
setError(undefined);
|
|
||||||
setSuccess(undefined);
|
|
||||||
try {
|
|
||||||
if (
|
|
||||||
!(await confirm(
|
|
||||||
`Voulez-vous vraiment supprimer le calendrier '${c.name}' ? Cette opération est définitive !`
|
|
||||||
))
|
|
||||||
)
|
|
||||||
return;
|
|
||||||
|
|
||||||
loading.show("Suppression du calendrier en cours...");
|
|
||||||
|
|
||||||
await AccommodationsCalendarURLApi.Delete(c);
|
|
||||||
|
|
||||||
setSuccess("Le calendrier a été supprimé avec succès !");
|
|
||||||
reload();
|
|
||||||
} catch (e) {
|
|
||||||
console.error("Failed to delete accommodation!", e);
|
|
||||||
setError(`Échec de la suppression du logement! ${e}`);
|
|
||||||
} finally {
|
|
||||||
loading.hide();
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
const createCalendarURL = async () => {
|
const createCalendarURL = async () => {
|
||||||
try {
|
try {
|
||||||
@@ -283,7 +231,7 @@ function AccommodationsCalURLsCard(): React.ReactElement {
|
|||||||
|
|
||||||
if (!newCal) return;
|
if (!newCal) return;
|
||||||
|
|
||||||
loading.show("Création du calendrier en cours...");
|
loading.show("Création du logement en cours...");
|
||||||
|
|
||||||
const cal = await AccommodationsCalendarURLApi.Create(
|
const cal = await AccommodationsCalendarURLApi.Create(
|
||||||
family.family,
|
family.family,
|
||||||
@@ -292,9 +240,9 @@ function AccommodationsCalURLsCard(): React.ReactElement {
|
|||||||
|
|
||||||
setSuccess("Le calendrier a été créé avec succès !");
|
setSuccess("Le calendrier a été créé avec succès !");
|
||||||
|
|
||||||
reload();
|
// TODO : reload URLS list
|
||||||
|
// TODO : show QrCode dialog
|
||||||
calendarURLDialog(cal);
|
console.log(cal);
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
console.error("Failed to create new accommodation calendar URL!", e);
|
console.error("Failed to create new accommodation calendar URL!", e);
|
||||||
setError(`Échec de la création du calendrier! ${e}`);
|
setError(`Échec de la création du calendrier! ${e}`);
|
||||||
@@ -304,23 +252,17 @@ function AccommodationsCalURLsCard(): React.ReactElement {
|
|||||||
};
|
};
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<FamilyCard error={error} success={success} style={{ width: CARDS_WIDTH }}>
|
<FamilyCard error={error} success={success} style={{ width: "350px" }}>
|
||||||
<CardContent>
|
<CardContent>
|
||||||
<Typography gutterBottom variant="h5" component="div">
|
<Typography gutterBottom variant="h5" component="div">
|
||||||
URL de calendriers
|
URL de calendriers
|
||||||
</Typography>
|
</Typography>
|
||||||
<Typography>
|
<Typography>
|
||||||
Vous pouvez, si vous le souhaitez, importer dans votre application de
|
Vous pouvez, si vous le souhaitez, importer dans votre application de
|
||||||
calendrier le planning de réservation des logements. Pour ce faire, il
|
calendrier le planning de réservation des logement. Pour ce faire, il
|
||||||
vous suffit de créer une URL de calendrier.
|
vous suffit de créer une URL de calendrier.
|
||||||
</Typography>
|
</Typography>
|
||||||
|
|
||||||
<Alert severity="info">
|
|
||||||
Les calendriers créés ici ne sont visible que par vous. Vous ne pouvez
|
|
||||||
pas manipuler les calendriers créés par les autres membres de la
|
|
||||||
famille.
|
|
||||||
</Alert>
|
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
startIcon={<AddIcon />}
|
startIcon={<AddIcon />}
|
||||||
variant="outlined"
|
variant="outlined"
|
||||||
@@ -331,80 +273,7 @@ function AccommodationsCalURLsCard(): React.ReactElement {
|
|||||||
>
|
>
|
||||||
Créer un calendrier
|
Créer un calendrier
|
||||||
</Button>
|
</Button>
|
||||||
|
|
||||||
<br />
|
|
||||||
<br />
|
|
||||||
|
|
||||||
<AsyncWidget
|
|
||||||
ready={list !== undefined}
|
|
||||||
loadKey={key.current}
|
|
||||||
load={load}
|
|
||||||
errMsg="Echec du chargement de la liste des calendriers !"
|
|
||||||
build={() =>
|
|
||||||
list?.length === 0 ? (
|
|
||||||
<>
|
|
||||||
<p style={{ textAlign: "center" }}>
|
|
||||||
Vous n'avez créé aucun calendrier pour le moment !
|
|
||||||
</p>
|
|
||||||
</>
|
|
||||||
) : (
|
|
||||||
<>
|
|
||||||
{list?.map((c) => (
|
|
||||||
<CalendarItem c={c} onRequestDelete={onRequestDelete} />
|
|
||||||
))}
|
|
||||||
</>
|
|
||||||
)
|
|
||||||
}
|
|
||||||
/>
|
|
||||||
</CardContent>
|
</CardContent>
|
||||||
</FamilyCard>
|
</FamilyCard>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
function CalendarItem(p: {
|
|
||||||
c: AccommodationCalendarURL;
|
|
||||||
onRequestDelete: (c: AccommodationCalendarURL) => void;
|
|
||||||
}): React.ReactElement {
|
|
||||||
const accommodations = useAccommodations();
|
|
||||||
|
|
||||||
const installCal = useInstallCalendarDialog();
|
|
||||||
|
|
||||||
return (
|
|
||||||
<Card sx={{ minWidth: 275, margin: "10px 0px" }} variant="outlined">
|
|
||||||
<CardContent>
|
|
||||||
<Typography
|
|
||||||
sx={{ fontSize: 14 }}
|
|
||||||
color="text.secondary"
|
|
||||||
gutterBottom
|
|
||||||
></Typography>
|
|
||||||
<Typography variant="h5" component="div">
|
|
||||||
{p.c.name}
|
|
||||||
</Typography>
|
|
||||||
<Typography sx={{ mb: 1.5 }} color="text.secondary">
|
|
||||||
{p.c.accommodation_id
|
|
||||||
? accommodations.accommodations.get(p.c.accommodation_id)?.name
|
|
||||||
: "Tous les logements"}
|
|
||||||
</Typography>
|
|
||||||
<Typography variant="body2">
|
|
||||||
Créé il y a <TimeWidget time={p.c.time_create} />
|
|
||||||
<br />
|
|
||||||
Utilisé il y a <TimeWidget time={p.c.time_used} />
|
|
||||||
</Typography>
|
|
||||||
</CardContent>
|
|
||||||
|
|
||||||
<CardActions>
|
|
||||||
<span style={{ flex: 1 }}></span>
|
|
||||||
<Button size="small" onClick={() => installCal(p.c)}>
|
|
||||||
Installer
|
|
||||||
</Button>
|
|
||||||
<Button
|
|
||||||
size="small"
|
|
||||||
color="error"
|
|
||||||
onClick={() => p.onRequestDelete(p.c)}
|
|
||||||
>
|
|
||||||
Supprimer
|
|
||||||
</Button>
|
|
||||||
</CardActions>
|
|
||||||
</Card>
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|||||||
@@ -3,8 +3,7 @@ import DeleteIcon from "@mui/icons-material/Delete";
|
|||||||
import EditIcon from "@mui/icons-material/Edit";
|
import EditIcon from "@mui/icons-material/Edit";
|
||||||
import FileDownloadIcon from "@mui/icons-material/FileDownload";
|
import FileDownloadIcon from "@mui/icons-material/FileDownload";
|
||||||
import SaveIcon from "@mui/icons-material/Save";
|
import SaveIcon from "@mui/icons-material/Save";
|
||||||
import { Button, Stack } from "@mui/material";
|
import { Button, Grid, Stack } from "@mui/material";
|
||||||
import Grid from "@mui/material/Grid";
|
|
||||||
import React from "react";
|
import React from "react";
|
||||||
import { useNavigate, useParams } from "react-router-dom";
|
import { useNavigate, useParams } from "react-router-dom";
|
||||||
import { ServerApi } from "../../../api/ServerApi";
|
import { ServerApi } from "../../../api/ServerApi";
|
||||||
@@ -353,7 +352,7 @@ export function CouplePage(p: {
|
|||||||
|
|
||||||
<Grid container spacing={2}>
|
<Grid container spacing={2}>
|
||||||
{/* General info */}
|
{/* General info */}
|
||||||
<Grid size={{ sm: 12, md: 6 }}>
|
<Grid item sm={12} md={6}>
|
||||||
<PropertiesBox title="Informations générales">
|
<PropertiesBox title="Informations générales">
|
||||||
{/* Husband */}
|
{/* Husband */}
|
||||||
<br />
|
<br />
|
||||||
@@ -428,7 +427,7 @@ export function CouplePage(p: {
|
|||||||
|
|
||||||
{
|
{
|
||||||
/* Photo */ !family.family.disable_couple_photos && (
|
/* Photo */ !family.family.disable_couple_photos && (
|
||||||
<Grid size={{ sm: 12, md: 6 }}>
|
<Grid item sm={12} md={6}>
|
||||||
<PropertiesBox title="Photo">
|
<PropertiesBox title="Photo">
|
||||||
<div style={{ textAlign: "center" }}>
|
<div style={{ textAlign: "center" }}>
|
||||||
<CouplePhoto couple={couple} width={150} />
|
<CouplePhoto couple={couple} width={150} />
|
||||||
@@ -475,7 +474,7 @@ export function CouplePage(p: {
|
|||||||
|
|
||||||
{/* Children */}
|
{/* Children */}
|
||||||
{p.children && (
|
{p.children && (
|
||||||
<Grid size={{ sm: 12, md: 6 }}>
|
<Grid item sm={12} md={6}>
|
||||||
<PropertiesBox title="Enfants">
|
<PropertiesBox title="Enfants">
|
||||||
{p.children.length === 0 ? (
|
{p.children.length === 0 ? (
|
||||||
<>Aucun enfant</>
|
<>Aucun enfant</>
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
import { useFamily } from "../../../widgets/BaseFamilyRoute";
|
||||||
import { FamilyPageTitle } from "../../../widgets/FamilyPageTitle";
|
import { FamilyPageTitle } from "../../../widgets/FamilyPageTitle";
|
||||||
|
|
||||||
export function FamilyHomeRoute(): React.ReactElement {
|
export function FamilyHomeRoute(): React.ReactElement {
|
||||||
|
|||||||
@@ -7,12 +7,12 @@ import FileDownloadIcon from "@mui/icons-material/FileDownload";
|
|||||||
import SaveIcon from "@mui/icons-material/Save";
|
import SaveIcon from "@mui/icons-material/Save";
|
||||||
import {
|
import {
|
||||||
Button,
|
Button,
|
||||||
|
Grid,
|
||||||
ListItemAvatar,
|
ListItemAvatar,
|
||||||
ListItemButton,
|
ListItemButton,
|
||||||
ListItemText,
|
ListItemText,
|
||||||
Stack,
|
Stack,
|
||||||
} from "@mui/material";
|
} from "@mui/material";
|
||||||
import Grid from "@mui/material/Grid";
|
|
||||||
import * as EmailValidator from "email-validator";
|
import * as EmailValidator from "email-validator";
|
||||||
import React from "react";
|
import React from "react";
|
||||||
import { useNavigate, useParams } from "react-router-dom";
|
import { useNavigate, useParams } from "react-router-dom";
|
||||||
@@ -384,7 +384,7 @@ export function MemberPage(p: {
|
|||||||
|
|
||||||
<Grid container spacing={2}>
|
<Grid container spacing={2}>
|
||||||
{/* General info */}
|
{/* General info */}
|
||||||
<Grid size={{ sm: 12, md: 6 }}>
|
<Grid item sm={12} md={6}>
|
||||||
<PropertiesBox title="Informations générales">
|
<PropertiesBox title="Informations générales">
|
||||||
{/* Sex */}
|
{/* Sex */}
|
||||||
<SexSelection
|
<SexSelection
|
||||||
@@ -504,7 +504,7 @@ export function MemberPage(p: {
|
|||||||
</Grid>
|
</Grid>
|
||||||
|
|
||||||
{/* Photo */}
|
{/* Photo */}
|
||||||
<Grid size={{ sm: 12, md: 6 }}>
|
<Grid item sm={12} md={6}>
|
||||||
<PropertiesBox title="Photo">
|
<PropertiesBox title="Photo">
|
||||||
<div style={{ textAlign: "center" }}>
|
<div style={{ textAlign: "center" }}>
|
||||||
<MemberPhoto member={member} width={150} />
|
<MemberPhoto member={member} width={150} />
|
||||||
@@ -549,7 +549,7 @@ export function MemberPage(p: {
|
|||||||
|
|
||||||
{/* Contact */}
|
{/* Contact */}
|
||||||
{(p.editing || member.hasContactInfo) && (
|
{(p.editing || member.hasContactInfo) && (
|
||||||
<Grid size={{ sm: 12, md: 6 }}>
|
<Grid item sm={12} md={6}>
|
||||||
<PropertiesBox title="Contact">
|
<PropertiesBox title="Contact">
|
||||||
{/* Email */}
|
{/* Email */}
|
||||||
<PropEdit
|
<PropEdit
|
||||||
@@ -630,7 +630,7 @@ export function MemberPage(p: {
|
|||||||
|
|
||||||
{/* Bio */}
|
{/* Bio */}
|
||||||
{(p.editing || member.hasNote) && (
|
{(p.editing || member.hasNote) && (
|
||||||
<Grid size={{ sm: 12, md: 6 }}>
|
<Grid item sm={12} md={6}>
|
||||||
<PropertiesBox title="Biographie">
|
<PropertiesBox title="Biographie">
|
||||||
<PropEdit
|
<PropEdit
|
||||||
label="Biographie"
|
label="Biographie"
|
||||||
@@ -651,7 +651,7 @@ export function MemberPage(p: {
|
|||||||
|
|
||||||
{/* Couples */}
|
{/* Couples */}
|
||||||
{p.couples && (
|
{p.couples && (
|
||||||
<Grid size={{ sm: 12, md: 6 }}>
|
<Grid item sm={12} md={6}>
|
||||||
<PropertiesBox title={member.sex === "F" ? "Époux" : "Épouse"}>
|
<PropertiesBox title={member.sex === "F" ? "Époux" : "Épouse"}>
|
||||||
{p.couples!.length === 0 ? (
|
{p.couples!.length === 0 ? (
|
||||||
<>{member.sex === "F" ? "Aucun époux" : "Aucune épouse"}</>
|
<>{member.sex === "F" ? "Aucun époux" : "Aucune épouse"}</>
|
||||||
@@ -678,7 +678,7 @@ export function MemberPage(p: {
|
|||||||
|
|
||||||
{/* Children */}
|
{/* Children */}
|
||||||
{p.children && (
|
{p.children && (
|
||||||
<Grid size={{ sm: 12, md: 6 }}>
|
<Grid item sm={12} md={6}>
|
||||||
<PropertiesBox title="Enfants">
|
<PropertiesBox title="Enfants">
|
||||||
{p.children.length === 0 ? (
|
{p.children.length === 0 ? (
|
||||||
<>Aucun enfant</>
|
<>Aucun enfant</>
|
||||||
@@ -707,7 +707,7 @@ export function MemberPage(p: {
|
|||||||
|
|
||||||
{/* Siblings */}
|
{/* Siblings */}
|
||||||
{p.siblings && (
|
{p.siblings && (
|
||||||
<Grid size={{ sm: 12, md: 6 }}>
|
<Grid item sm={12} md={6}>
|
||||||
<PropertiesBox title="Frères et sœurs">
|
<PropertiesBox title="Frères et sœurs">
|
||||||
{p.siblings.length === 0 ? (
|
{p.siblings.length === 0 ? (
|
||||||
<>Aucun frère ou sœur</>
|
<>Aucun frère ou sœur</>
|
||||||
|
|||||||
5
geneit_app/src/setupTests.ts
Normal file
5
geneit_app/src/setupTests.ts
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
// jest-dom adds custom jest matchers for asserting on DOM nodes.
|
||||||
|
// allows you to do things like:
|
||||||
|
// expect(element).toHaveTextContent(/react/i)
|
||||||
|
// learn more: https://github.com/testing-library/jest-dom
|
||||||
|
import '@testing-library/jest-dom';
|
||||||
@@ -15,7 +15,7 @@ export function checkConstraint(
|
|||||||
return `Veuillez indiquer au moins ${constraint.min} caractères !`;
|
return `Veuillez indiquer au moins ${constraint.min} caractères !`;
|
||||||
|
|
||||||
if (value.length > constraint.max)
|
if (value.length > constraint.max)
|
||||||
return `Veuillez indiquer au maximum ${constraint.max} caractères !`;
|
return `Veuillez indiquer au maximum ${constraint.min} caractères !`;
|
||||||
|
|
||||||
return undefined;
|
return undefined;
|
||||||
}
|
}
|
||||||
@@ -1,31 +0,0 @@
|
|||||||
/**
|
|
||||||
* Get formatted UNIX date
|
|
||||||
*/
|
|
||||||
export function fmtUnixDate(time: number): string {
|
|
||||||
return new Date(time * 1000).toLocaleString("fr-FR");
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Get formatted UNIX date for Full Calendar
|
|
||||||
*/
|
|
||||||
export function fmtUnixDateFullCalendar(
|
|
||||||
time: number,
|
|
||||||
correctEnd: boolean
|
|
||||||
): string {
|
|
||||||
let d = new Date(time * 1000);
|
|
||||||
|
|
||||||
if (d.getHours() > 0 && correctEnd)
|
|
||||||
d = new Date(time * 1000 + 3600 * 24 * 1000);
|
|
||||||
|
|
||||||
const s = `${d.getFullYear()}-${(d.getMonth() + 1)
|
|
||||||
.toString(10)
|
|
||||||
.padStart(2, "0")}-${d.getDate().toString(10).padStart(2, "0")}`; /*T${d
|
|
||||||
.getHours()
|
|
||||||
.toString(10)
|
|
||||||
.padStart(2, "0")}:${d.getMinutes().toString(10).padStart(2, "0")}:${d
|
|
||||||
.getSeconds()
|
|
||||||
.toString(10)
|
|
||||||
.padStart(2, "0")}`*/
|
|
||||||
|
|
||||||
return s;
|
|
||||||
}
|
|
||||||
@@ -43,13 +43,9 @@ export function BaseAuthenticatedPage(): React.ReactElement {
|
|||||||
setAnchorEl(null);
|
setAnchorEl(null);
|
||||||
};
|
};
|
||||||
|
|
||||||
const signOut = async () => {
|
const signOut = () => {
|
||||||
handleCloseMenu();
|
handleCloseMenu();
|
||||||
try {
|
AuthApi.SignOut();
|
||||||
await AuthApi.SignOut();
|
|
||||||
} catch (e) {
|
|
||||||
console.error(e);
|
|
||||||
}
|
|
||||||
navigate("/");
|
navigate("/");
|
||||||
auth.setSignedIn(false);
|
auth.setSignedIn(false);
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -12,7 +12,6 @@ import {
|
|||||||
mdiRefresh,
|
mdiRefresh,
|
||||||
} from "@mdi/js";
|
} from "@mdi/js";
|
||||||
import Icon from "@mdi/react";
|
import Icon from "@mdi/react";
|
||||||
import CalendarMonthIcon from "@mui/icons-material/CalendarMonth";
|
|
||||||
import HomeIcon from "@mui/icons-material/Home";
|
import HomeIcon from "@mui/icons-material/Home";
|
||||||
import {
|
import {
|
||||||
Box,
|
Box,
|
||||||
@@ -54,7 +53,7 @@ export function BaseFamilyRoute(): React.ReactElement {
|
|||||||
|
|
||||||
const loadKey = React.useRef(1);
|
const loadKey = React.useRef(1);
|
||||||
|
|
||||||
const loadPromise = React.useRef<() => void>(null);
|
const loadPromise = React.useRef<() => void>();
|
||||||
|
|
||||||
const load = async () => {
|
const load = async () => {
|
||||||
const familyID = Number(familyId);
|
const familyID = Number(familyId);
|
||||||
@@ -104,7 +103,7 @@ export function BaseFamilyRoute(): React.ReactElement {
|
|||||||
build={() => {
|
build={() => {
|
||||||
if (loadPromise.current != null) {
|
if (loadPromise.current != null) {
|
||||||
loadPromise.current?.();
|
loadPromise.current?.();
|
||||||
loadPromise.current = null;
|
loadPromise.current = undefined;
|
||||||
}
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
@@ -186,24 +185,6 @@ export function BaseFamilyRoute(): React.ReactElement {
|
|||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
{family?.enable_accommodations && (
|
|
||||||
<>
|
|
||||||
<Divider sx={{ my: 1 }} />
|
|
||||||
<ListSubheader component="div">Logements</ListSubheader>
|
|
||||||
|
|
||||||
<FamilyLink
|
|
||||||
icon={<HomeIcon />}
|
|
||||||
label="Accueil"
|
|
||||||
uri="accommodations"
|
|
||||||
/>
|
|
||||||
<FamilyLink
|
|
||||||
icon={<CalendarMonthIcon />}
|
|
||||||
label="Réservations"
|
|
||||||
uri="accommodations/reservations"
|
|
||||||
/>
|
|
||||||
</>
|
|
||||||
)}
|
|
||||||
|
|
||||||
<Divider sx={{ my: 1 }} />
|
<Divider sx={{ my: 1 }} />
|
||||||
<ListSubheader component="div">Administration</ListSubheader>
|
<ListSubheader component="div">Administration</ListSubheader>
|
||||||
|
|
||||||
|
|||||||
@@ -6,6 +6,7 @@ import CssBaseline from "@mui/material/CssBaseline";
|
|||||||
import Grid from "@mui/material/Grid";
|
import Grid from "@mui/material/Grid";
|
||||||
import Paper from "@mui/material/Paper";
|
import Paper from "@mui/material/Paper";
|
||||||
import Typography from "@mui/material/Typography";
|
import Typography from "@mui/material/Typography";
|
||||||
|
import * as React from "react";
|
||||||
import { Link, Outlet } from "react-router-dom";
|
import { Link, Outlet } from "react-router-dom";
|
||||||
import { DarkThemeButton } from "./DarkThemeButton";
|
import { DarkThemeButton } from "./DarkThemeButton";
|
||||||
|
|
||||||
@@ -27,8 +28,7 @@ function Copyright(props: any) {
|
|||||||
style={{ color: "inherit" }}
|
style={{ color: "inherit" }}
|
||||||
>
|
>
|
||||||
Pierre HUBERT
|
Pierre HUBERT
|
||||||
</a>
|
</a>{" "}
|
||||||
{" 2023-"}
|
|
||||||
{new Date().getFullYear()}
|
{new Date().getFullYear()}
|
||||||
{"."}
|
{"."}
|
||||||
</Typography>
|
</Typography>
|
||||||
@@ -40,7 +40,10 @@ export function BaseLoginPage() {
|
|||||||
<Grid container component="main" sx={{ height: "100vh" }}>
|
<Grid container component="main" sx={{ height: "100vh" }}>
|
||||||
<CssBaseline />
|
<CssBaseline />
|
||||||
<Grid
|
<Grid
|
||||||
size={{ xs: false, sm: 4, md: 7 }}
|
item
|
||||||
|
xs={false}
|
||||||
|
sm={4}
|
||||||
|
md={7}
|
||||||
sx={{
|
sx={{
|
||||||
backgroundImage: "url(/login_splash.jpg)",
|
backgroundImage: "url(/login_splash.jpg)",
|
||||||
backgroundRepeat: "no-repeat",
|
backgroundRepeat: "no-repeat",
|
||||||
@@ -52,12 +55,7 @@ export function BaseLoginPage() {
|
|||||||
backgroundPosition: "center",
|
backgroundPosition: "center",
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
<Grid
|
<Grid item xs={12} sm={8} md={5} component={Paper} elevation={6} square>
|
||||||
size={{ xs: 12, sm: 8, md: 5 }}
|
|
||||||
component={Paper}
|
|
||||||
elevation={6}
|
|
||||||
square
|
|
||||||
>
|
|
||||||
<Box
|
<Box
|
||||||
sx={{
|
sx={{
|
||||||
my: 8,
|
my: 8,
|
||||||
|
|||||||
@@ -1,30 +0,0 @@
|
|||||||
import { ButtonBase } from "@mui/material";
|
|
||||||
import { PropsWithChildren } from "react";
|
|
||||||
import { useSnackbar } from "../hooks/context_providers/SnackbarProvider";
|
|
||||||
|
|
||||||
export function CopyToClipboard(
|
|
||||||
p: PropsWithChildren<{ content: string }>
|
|
||||||
): React.ReactElement {
|
|
||||||
const snackbar = useSnackbar();
|
|
||||||
|
|
||||||
const copy = () => {
|
|
||||||
navigator.clipboard.writeText(p.content);
|
|
||||||
snackbar(`${p.content} a été copié dans le presse papier.`);
|
|
||||||
};
|
|
||||||
|
|
||||||
return (
|
|
||||||
<ButtonBase
|
|
||||||
onClick={copy}
|
|
||||||
style={{
|
|
||||||
display: "inline-block",
|
|
||||||
alignItems: "unset",
|
|
||||||
textAlign: "unset",
|
|
||||||
position: "relative",
|
|
||||||
padding: "0px",
|
|
||||||
}}
|
|
||||||
disableRipple
|
|
||||||
>
|
|
||||||
{p.children}
|
|
||||||
</ButtonBase>
|
|
||||||
);
|
|
||||||
}
|
|
||||||
@@ -1,5 +1,4 @@
|
|||||||
import VisibilityIcon from "@mui/icons-material/Visibility";
|
import { Visibility, VisibilityOff } from "@mui/icons-material";
|
||||||
import VisibilityOffIcon from "@mui/icons-material/VisibilityOff";
|
|
||||||
import {
|
import {
|
||||||
FormControl,
|
FormControl,
|
||||||
FormHelperText,
|
FormHelperText,
|
||||||
@@ -51,7 +50,7 @@ export function PasswordInput(p: {
|
|||||||
onMouseDown={handleMouseDownPassword}
|
onMouseDown={handleMouseDownPassword}
|
||||||
edge="end"
|
edge="end"
|
||||||
>
|
>
|
||||||
{showPassword ? <VisibilityOffIcon /> : <VisibilityIcon />}
|
{showPassword ? <VisibilityOff /> : <Visibility />}
|
||||||
</IconButton>
|
</IconButton>
|
||||||
</InputAdornment>
|
</InputAdornment>
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -5,9 +5,7 @@ import {
|
|||||||
AccommodationsList,
|
AccommodationsList,
|
||||||
} from "../../api/accommodations/AccommodationListApi";
|
} from "../../api/accommodations/AccommodationListApi";
|
||||||
import { CreateAccommodationCalendarURLDialogProvider } from "../../hooks/context_providers/accommodations/CreateAccommodationCalendarURLDialogProvider";
|
import { CreateAccommodationCalendarURLDialogProvider } from "../../hooks/context_providers/accommodations/CreateAccommodationCalendarURLDialogProvider";
|
||||||
import { InstallCalendarDialogProvider } from "../../hooks/context_providers/accommodations/InstallCalendarDialogProvider";
|
|
||||||
import { UpdateAccommodationDialogProvider } from "../../hooks/context_providers/accommodations/UpdateAccommodationDialogProvider";
|
import { UpdateAccommodationDialogProvider } from "../../hooks/context_providers/accommodations/UpdateAccommodationDialogProvider";
|
||||||
import { UpdateReservationDialogProvider } from "../../hooks/context_providers/accommodations/UpdateReservationDialogProvider";
|
|
||||||
import { AsyncWidget } from "../AsyncWidget";
|
import { AsyncWidget } from "../AsyncWidget";
|
||||||
import { useFamily } from "../BaseFamilyRoute";
|
import { useFamily } from "../BaseFamilyRoute";
|
||||||
|
|
||||||
@@ -27,7 +25,7 @@ export function BaseAccommodationsRoute(): React.ReactElement {
|
|||||||
|
|
||||||
const loadKey = React.useRef(1);
|
const loadKey = React.useRef(1);
|
||||||
|
|
||||||
const loadPromise = React.useRef<() => void>(null);
|
const loadPromise = React.useRef<() => void>();
|
||||||
|
|
||||||
const load = async () => {
|
const load = async () => {
|
||||||
setAccommodations(
|
setAccommodations(
|
||||||
@@ -53,7 +51,7 @@ export function BaseAccommodationsRoute(): React.ReactElement {
|
|||||||
build={() => {
|
build={() => {
|
||||||
if (loadPromise.current != null) {
|
if (loadPromise.current != null) {
|
||||||
loadPromise.current?.();
|
loadPromise.current?.();
|
||||||
loadPromise.current = null;
|
loadPromise.current = undefined;
|
||||||
}
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
@@ -65,11 +63,7 @@ export function BaseAccommodationsRoute(): React.ReactElement {
|
|||||||
>
|
>
|
||||||
<UpdateAccommodationDialogProvider>
|
<UpdateAccommodationDialogProvider>
|
||||||
<CreateAccommodationCalendarURLDialogProvider>
|
<CreateAccommodationCalendarURLDialogProvider>
|
||||||
<InstallCalendarDialogProvider>
|
<Outlet />
|
||||||
<UpdateReservationDialogProvider>
|
|
||||||
<Outlet />
|
|
||||||
</UpdateReservationDialogProvider>
|
|
||||||
</InstallCalendarDialogProvider>
|
|
||||||
</CreateAccommodationCalendarURLDialogProvider>
|
</CreateAccommodationCalendarURLDialogProvider>
|
||||||
</UpdateAccommodationDialogProvider>
|
</UpdateAccommodationDialogProvider>
|
||||||
</AccommodationsContextK.Provider>
|
</AccommodationsContextK.Provider>
|
||||||
|
|||||||
@@ -1,24 +0,0 @@
|
|||||||
import { MuiColorInput } from "mui-color-input";
|
|
||||||
import { PropEdit } from "./PropEdit";
|
|
||||||
|
|
||||||
export function PropColorPicker(p: {
|
|
||||||
editable: boolean;
|
|
||||||
label: string;
|
|
||||||
value?: string;
|
|
||||||
onChange: (v: string | undefined) => void;
|
|
||||||
}): React.ReactElement {
|
|
||||||
if (!p.editable) {
|
|
||||||
if (!p.value) return <></>;
|
|
||||||
|
|
||||||
return <PropEdit editable={false} label={p.label} value={`#${p.value}`} />;
|
|
||||||
}
|
|
||||||
|
|
||||||
return (
|
|
||||||
<MuiColorInput
|
|
||||||
value={"#" + (p.value ?? "")}
|
|
||||||
fallbackValue="#ffffff"
|
|
||||||
format="hex"
|
|
||||||
onChange={(_v, c) => p.onChange(c.hex.substring(1))}
|
|
||||||
/>
|
|
||||||
);
|
|
||||||
}
|
|
||||||
@@ -1,103 +0,0 @@
|
|||||||
import { LocalizationProvider } from "@mui/x-date-pickers";
|
|
||||||
import { AdapterDayjs } from "@mui/x-date-pickers/AdapterDayjs";
|
|
||||||
import { DatePicker } from "@mui/x-date-pickers/DatePicker";
|
|
||||||
import dayjs from "dayjs";
|
|
||||||
import "dayjs/locale/fr";
|
|
||||||
import { fmtUnixDate } from "../../utils/time_utils";
|
|
||||||
import { PropEdit } from "./PropEdit";
|
|
||||||
import { Checkbox, FormControlLabel } from "@mui/material";
|
|
||||||
|
|
||||||
export function PropDateInput(p: {
|
|
||||||
editable: boolean;
|
|
||||||
label: string;
|
|
||||||
value: number | undefined;
|
|
||||||
onChange: (v: number | undefined) => void;
|
|
||||||
lastSecOfDay?: boolean;
|
|
||||||
minDate?: number;
|
|
||||||
maxDate?: number;
|
|
||||||
canSetMiddleDay?: boolean;
|
|
||||||
}): React.ReactElement {
|
|
||||||
// Check for mid-day value
|
|
||||||
let isMidDay = false;
|
|
||||||
if (p.value) {
|
|
||||||
const d = new Date(p.value * 1000);
|
|
||||||
isMidDay =
|
|
||||||
d.getHours() === 12 && d.getMinutes() === 0 && d.getSeconds() === 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
// Shift value
|
|
||||||
let shiftV = p.value;
|
|
||||||
if (shiftV && p.lastSecOfDay) {
|
|
||||||
const d = new Date(shiftV * 1000);
|
|
||||||
if (d.getHours() === 0) {
|
|
||||||
shiftV -= 1;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!p.editable) {
|
|
||||||
if (!shiftV) return <></>;
|
|
||||||
|
|
||||||
return (
|
|
||||||
<PropEdit editable={false} label={p.label} value={fmtUnixDate(shiftV)} />
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
const value = dayjs(
|
|
||||||
shiftV && p.value! > 0 ? new Date(shiftV * 1000) : undefined
|
|
||||||
);
|
|
||||||
|
|
||||||
const minDate = p.minDate ? dayjs(new Date(p.minDate * 1000)) : undefined;
|
|
||||||
const maxDate = p.maxDate ? dayjs(new Date(p.maxDate * 1000)) : undefined;
|
|
||||||
|
|
||||||
return (
|
|
||||||
<>
|
|
||||||
<div style={{ height: "10px" }}></div>
|
|
||||||
<LocalizationProvider dateAdapter={AdapterDayjs} adapterLocale="fr">
|
|
||||||
<DatePicker
|
|
||||||
label={p.label}
|
|
||||||
value={value}
|
|
||||||
onChange={(v) => {
|
|
||||||
if (v && p.lastSecOfDay) {
|
|
||||||
v = v.set("hours", 23);
|
|
||||||
v = v.set("minutes", 59);
|
|
||||||
v = v.set("seconds", 59);
|
|
||||||
}
|
|
||||||
p.onChange?.(v ? v.unix() : undefined);
|
|
||||||
}}
|
|
||||||
minDate={minDate}
|
|
||||||
maxDate={maxDate}
|
|
||||||
/>
|
|
||||||
</LocalizationProvider>
|
|
||||||
{p.canSetMiddleDay && (
|
|
||||||
<FormControlLabel
|
|
||||||
disabled={!p.value}
|
|
||||||
control={
|
|
||||||
<Checkbox
|
|
||||||
checked={isMidDay}
|
|
||||||
onChange={(_ev, midDay) => {
|
|
||||||
let v = value;
|
|
||||||
if (midDay) {
|
|
||||||
v = v.set("hours", 12);
|
|
||||||
v = v.set("minutes", 0);
|
|
||||||
v = v.set("seconds", 0);
|
|
||||||
} else if (p.lastSecOfDay) {
|
|
||||||
v = v.set("hours", 23);
|
|
||||||
v = v.set("minutes", 59);
|
|
||||||
v = v.set("seconds", 59);
|
|
||||||
} else {
|
|
||||||
v = v.set("hours", 0);
|
|
||||||
v = v.set("minutes", 0);
|
|
||||||
v = v.set("seconds", 0);
|
|
||||||
}
|
|
||||||
|
|
||||||
p.onChange(v.unix());
|
|
||||||
}}
|
|
||||||
/>
|
|
||||||
}
|
|
||||||
label="Mi-journée"
|
|
||||||
/>
|
|
||||||
)}
|
|
||||||
<div style={{ height: "30px" }}></div>
|
|
||||||
</>
|
|
||||||
);
|
|
||||||
}
|
|
||||||
@@ -22,7 +22,7 @@ export function BaseGenealogyRoute(): React.ReactElement {
|
|||||||
|
|
||||||
const loadKey = React.useRef(1);
|
const loadKey = React.useRef(1);
|
||||||
|
|
||||||
const loadPromise = React.useRef<() => void>(null);
|
const loadPromise = React.useRef<() => void>();
|
||||||
|
|
||||||
const load = async () => {
|
const load = async () => {
|
||||||
setMembers(await MemberApi.GetEntireList(family.familyId));
|
setMembers(await MemberApi.GetEntireList(family.familyId));
|
||||||
@@ -48,7 +48,7 @@ export function BaseGenealogyRoute(): React.ReactElement {
|
|||||||
build={() => {
|
build={() => {
|
||||||
if (loadPromise.current != null) {
|
if (loadPromise.current != null) {
|
||||||
loadPromise.current?.();
|
loadPromise.current?.();
|
||||||
loadPromise.current = null;
|
loadPromise.current = undefined;
|
||||||
}
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|||||||
@@ -1,26 +0,0 @@
|
|||||||
{
|
|
||||||
"compilerOptions": {
|
|
||||||
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo",
|
|
||||||
"target": "ES2020",
|
|
||||||
"useDefineForClassFields": true,
|
|
||||||
"lib": ["ES2020", "DOM", "DOM.Iterable"],
|
|
||||||
"module": "ESNext",
|
|
||||||
"skipLibCheck": true,
|
|
||||||
|
|
||||||
/* Bundler mode */
|
|
||||||
"moduleResolution": "bundler",
|
|
||||||
"allowImportingTsExtensions": true,
|
|
||||||
"isolatedModules": true,
|
|
||||||
"moduleDetection": "force",
|
|
||||||
"noEmit": true,
|
|
||||||
"jsx": "react-jsx",
|
|
||||||
|
|
||||||
/* Linting */
|
|
||||||
"strict": true,
|
|
||||||
"noUnusedLocals": true,
|
|
||||||
"noUnusedParameters": true,
|
|
||||||
"noFallthroughCasesInSwitch": true,
|
|
||||||
"noUncheckedSideEffectImports": true
|
|
||||||
},
|
|
||||||
"include": ["src"]
|
|
||||||
}
|
|
||||||
@@ -1,7 +1,21 @@
|
|||||||
{
|
{
|
||||||
"files": [],
|
"compilerOptions": {
|
||||||
"references": [
|
"target": "ESNext",
|
||||||
{ "path": "./tsconfig.app.json" },
|
"lib": ["dom", "dom.iterable", "esnext"],
|
||||||
{ "path": "./tsconfig.node.json" }
|
"types": ["vite/client"],
|
||||||
]
|
"allowJs": true,
|
||||||
|
"skipLibCheck": true,
|
||||||
|
"esModuleInterop": true,
|
||||||
|
"allowSyntheticDefaultImports": true,
|
||||||
|
"strict": true,
|
||||||
|
"forceConsistentCasingInFileNames": true,
|
||||||
|
"noFallthroughCasesInSwitch": true,
|
||||||
|
"module": "esnext",
|
||||||
|
"moduleResolution": "node",
|
||||||
|
"resolveJsonModule": true,
|
||||||
|
"isolatedModules": true,
|
||||||
|
"noEmit": true,
|
||||||
|
"jsx": "react-jsx"
|
||||||
|
},
|
||||||
|
"include": ["src"]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,24 +0,0 @@
|
|||||||
{
|
|
||||||
"compilerOptions": {
|
|
||||||
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo",
|
|
||||||
"target": "ES2022",
|
|
||||||
"lib": ["ES2023"],
|
|
||||||
"module": "ESNext",
|
|
||||||
"skipLibCheck": true,
|
|
||||||
|
|
||||||
/* Bundler mode */
|
|
||||||
"moduleResolution": "bundler",
|
|
||||||
"allowImportingTsExtensions": true,
|
|
||||||
"isolatedModules": true,
|
|
||||||
"moduleDetection": "force",
|
|
||||||
"noEmit": true,
|
|
||||||
|
|
||||||
/* Linting */
|
|
||||||
"strict": true,
|
|
||||||
"noUnusedLocals": true,
|
|
||||||
"noUnusedParameters": true,
|
|
||||||
"noFallthroughCasesInSwitch": true,
|
|
||||||
"noUncheckedSideEffectImports": true
|
|
||||||
},
|
|
||||||
"include": ["vite.config.ts"]
|
|
||||||
}
|
|
||||||
@@ -1,7 +1,15 @@
|
|||||||
import { defineConfig } from 'vite'
|
import { defineConfig } from "vite";
|
||||||
import react from '@vitejs/plugin-react'
|
import react from "@vitejs/plugin-react";
|
||||||
|
import viteTsconfigPaths from "vite-tsconfig-paths";
|
||||||
|
|
||||||
// https://vite.dev/config/
|
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
plugins: [react()],
|
// depending on your application, base can also be "/"
|
||||||
})
|
base: "/",
|
||||||
|
plugins: [react(), viteTsconfigPaths()],
|
||||||
|
server: {
|
||||||
|
// this ensures that the browser opens upon server start
|
||||||
|
open: true,
|
||||||
|
// this sets a default port to 3000
|
||||||
|
port: 3000,
|
||||||
|
},
|
||||||
|
});
|
||||||
|
|||||||
2617
geneit_backend/Cargo.lock
generated
2617
geneit_backend/Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -1,43 +1,42 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "geneit_backend"
|
name = "geneit_backend"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2024"
|
edition = "2021"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
log = "0.4.28"
|
log = "0.4.21"
|
||||||
env_logger = "0.11.8"
|
env_logger = "0.11.3"
|
||||||
clap = { version = "4.5.53", features = ["derive", "env"] }
|
clap = { version = "4.5.4", features = ["derive", "env"] }
|
||||||
lazy_static = "1.5.0"
|
lazy_static = "1.4.0"
|
||||||
lazy-regex = "3.4.2"
|
anyhow = "1.0.83"
|
||||||
anyhow = "1.0.100"
|
actix-web = "4.5.1"
|
||||||
actix-web = "4.11.0"
|
actix-cors = "0.7.0"
|
||||||
actix-cors = "0.7.1"
|
actix-multipart = "0.6.1"
|
||||||
actix-multipart = "0.7.2"
|
|
||||||
actix-remote-ip = "0.1.0"
|
actix-remote-ip = "0.1.0"
|
||||||
futures-util = "0.3.31"
|
futures-util = "0.3.30"
|
||||||
diesel = { version = "2.2.12", features = ["postgres"] }
|
diesel = { version = "2.1.6", features = ["postgres"] }
|
||||||
diesel_migrations = "2.2.0"
|
diesel_migrations = "2.1.0"
|
||||||
serde = { version = "1.0.228", features = ["derive"] }
|
serde = { version = "1.0.198", features = ["derive"] }
|
||||||
serde_json = "1.0.145"
|
serde_json = "1.0.117"
|
||||||
mailchecker = "6.0.19"
|
mailchecker = "6.0.4"
|
||||||
redis = "0.32.7"
|
redis = "0.25.3"
|
||||||
lettre = "0.11.19"
|
lettre = "0.11.7"
|
||||||
rand = "0.9.2"
|
rand = "0.8.5"
|
||||||
bcrypt = "0.17.1"
|
bcrypt = "0.15.1"
|
||||||
light-openid = "1.0.4"
|
light-openid = "1.0.2"
|
||||||
thiserror = "2.0.17"
|
thiserror = "1.0.60"
|
||||||
serde_with = "3.14.0"
|
serde_with = "3.8.1"
|
||||||
rust_iso3166 = "0.1.14"
|
rust_iso3166 = "0.1.12"
|
||||||
rust-s3 = "0.35.1"
|
rust-s3 = "0.33.0"
|
||||||
sha2 = "0.10.9"
|
sha2 = "0.10.8"
|
||||||
image = "0.25.9"
|
image = "0.25.1"
|
||||||
uuid = { version = "1.17.0", features = ["v4"] }
|
uuid = { version = "1.8.0", features = ["v4"] }
|
||||||
httpdate = "1.0.3"
|
httpdate = "1.0.3"
|
||||||
zip = "4.3.0"
|
zip = "2.0.0"
|
||||||
mime_guess = "2.0.5"
|
mime_guess = "2.0.4"
|
||||||
tempfile = "3.20.0"
|
tempfile = "3.10.1"
|
||||||
base64 = "0.22.1"
|
base64 = "0.22.0"
|
||||||
ical = { version = "0.11.0", features = ["generator", "ical", "vcard"] }
|
ical = { version = "0.11.0", features = ["generator", "ical", "vcard"] }
|
||||||
chrono = "0.4.42"
|
chrono = "0.4.38"
|
||||||
@@ -6,4 +6,4 @@ RUN apt-get update \
|
|||||||
|
|
||||||
COPY geneit_backend /usr/local/bin/geneit_backend
|
COPY geneit_backend /usr/local/bin/geneit_backend
|
||||||
|
|
||||||
ENTRYPOINT ["/usr/local/bin/geneit_backend"]
|
ENTRYPOINT /usr/local/bin/geneit_backend
|
||||||
|
|||||||
@@ -15,7 +15,6 @@ CREATE TABLE IF NOT EXISTS accommodations_list
|
|||||||
name VARCHAR(50) NOT NULL,
|
name VARCHAR(50) NOT NULL,
|
||||||
need_validation BOOLEAN NOT NULL DEFAULT true,
|
need_validation BOOLEAN NOT NULL DEFAULT true,
|
||||||
description text NULL,
|
description text NULL,
|
||||||
color VARCHAR(6) NULL,
|
|
||||||
open_to_reservations BOOLEAN NOT NULL DEFAULT false
|
open_to_reservations BOOLEAN NOT NULL DEFAULT false
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
@@ -194,7 +194,6 @@ impl AppConfig {
|
|||||||
db: self.redis_db_number,
|
db: self.redis_db_number,
|
||||||
username: self.redis_username.clone(),
|
username: self.redis_username.clone(),
|
||||||
password: Some(self.redis_password.clone()),
|
password: Some(self.redis_password.clone()),
|
||||||
protocol: Default::default(),
|
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -246,7 +245,7 @@ impl AppConfig {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// Get S3 bucket
|
/// Get S3 bucket
|
||||||
pub fn s3_bucket(&self) -> anyhow::Result<Box<Bucket>> {
|
pub fn s3_bucket(&self) -> anyhow::Result<Bucket> {
|
||||||
Ok(Bucket::new(
|
Ok(Bucket::new(
|
||||||
&self.s3_bucket_name,
|
&self.s3_bucket_name,
|
||||||
Region::Custom {
|
Region::Custom {
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
use crate::app_config::AppConfig;
|
use crate::app_config::AppConfig;
|
||||||
use diesel::result::{DatabaseErrorKind, Error};
|
use diesel::result::{DatabaseErrorKind, Error};
|
||||||
use diesel::{Connection, PgConnection};
|
use diesel::{Connection, PgConnection};
|
||||||
use diesel_migrations::{EmbeddedMigrations, MigrationHarness, embed_migrations};
|
use diesel_migrations::{embed_migrations, EmbeddedMigrations, MigrationHarness};
|
||||||
use std::cell::RefCell;
|
use std::cell::RefCell;
|
||||||
|
|
||||||
const MIGRATIONS: EmbeddedMigrations = embed_migrations!();
|
const MIGRATIONS: EmbeddedMigrations = embed_migrations!();
|
||||||
@@ -21,7 +21,7 @@ where
|
|||||||
if POSTGRES_CONNECTION.with(|i| i.borrow().is_none()) {
|
if POSTGRES_CONNECTION.with(|i| i.borrow().is_none()) {
|
||||||
let database_url = AppConfig::get().db_connection_chain();
|
let database_url = AppConfig::get().db_connection_chain();
|
||||||
let conn = PgConnection::establish(&database_url)
|
let conn = PgConnection::establish(&database_url)
|
||||||
.unwrap_or_else(|_| panic!("Error connecting to {database_url}"));
|
.unwrap_or_else(|_| panic!("Error connecting to {}", database_url));
|
||||||
|
|
||||||
POSTGRES_CONNECTION.with(|i| *i.borrow_mut() = Some(conn))
|
POSTGRES_CONNECTION.with(|i| *i.borrow_mut() = Some(conn))
|
||||||
}
|
}
|
||||||
@@ -38,7 +38,7 @@ where
|
|||||||
POSTGRES_CONNECTION.with(|i| *i.borrow_mut() = None)
|
POSTGRES_CONNECTION.with(|i| *i.borrow_mut() = None)
|
||||||
}
|
}
|
||||||
|
|
||||||
log::error!("Database query error! {e:?}");
|
log::error!("Database query error! {:?}", e);
|
||||||
Err(e.into())
|
Err(e.into())
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -45,14 +45,14 @@ where
|
|||||||
{
|
{
|
||||||
let value_str = serde_json::to_string(value)?;
|
let value_str = serde_json::to_string(value)?;
|
||||||
|
|
||||||
execute_request(|conn| Ok(conn.set_ex::<_, _, ()>(key, value_str, lifetime.as_secs())?))?;
|
execute_request(|conn| Ok(conn.set_ex(key, value_str, lifetime.as_secs())?))?;
|
||||||
|
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Remove a value from Redis
|
/// Remove a value from Redis
|
||||||
pub async fn remove_value(key: &str) -> anyhow::Result<()> {
|
pub async fn remove_value(key: &str) -> anyhow::Result<()> {
|
||||||
execute_request(|conn| Ok(conn.del::<_, ()>(key)?))?;
|
execute_request(|conn| Ok(conn.del(key)?))?;
|
||||||
|
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -22,15 +22,15 @@ pub async fn create_bucket_if_required() -> anyhow::Result<()> {
|
|||||||
log::debug!("The bucket already exists.");
|
log::debug!("The bucket already exists.");
|
||||||
return Ok(());
|
return Ok(());
|
||||||
}
|
}
|
||||||
Err(S3Error::HttpFailWithBody(404, s)) if s.contains("<Code>NoSuchKey</Code>") => {
|
Err(S3Error::Http(404, s)) if s.contains("<Code>NoSuchKey</Code>") => {
|
||||||
log::warn!("Failed to fetch bucket location, but it seems that bucket exists.");
|
log::warn!("Failed to fetch bucket location, but it seems that bucket exists.");
|
||||||
return Ok(());
|
return Ok(());
|
||||||
}
|
}
|
||||||
Err(S3Error::HttpFailWithBody(404, s)) if s.contains("<Code>NoSuchBucket</Code>") => {
|
Err(S3Error::Http(404, s)) if s.contains("<Code>NoSuchBucket</Code>") => {
|
||||||
log::warn!("The bucket does not seem to exists, trying to create it!")
|
log::warn!("The bucket does not seem to exists, trying to create it!")
|
||||||
}
|
}
|
||||||
Err(e) => {
|
Err(e) => {
|
||||||
log::error!("Got unexpected error when querying bucket info: {e}");
|
log::error!("Got unexpected error when querying bucket info: {}", e);
|
||||||
return Err(BucketServiceError::FailedFetchBucketInfo.into());
|
return Err(BucketServiceError::FailedFetchBucketInfo.into());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -145,7 +145,3 @@ pub const THUMB_HEIGHT: u32 = 350;
|
|||||||
|
|
||||||
/// Accommodations reservations calendars tokens len
|
/// Accommodations reservations calendars tokens len
|
||||||
pub const ACCOMMODATIONS_RESERVATIONS_CALENDARS_TOKENS_LEN: usize = 50;
|
pub const ACCOMMODATIONS_RESERVATIONS_CALENDARS_TOKENS_LEN: usize = 50;
|
||||||
|
|
||||||
/// Minimum interval before calendar used time update
|
|
||||||
pub const ACCOMMODATIONS_RESERVATIONS_CAL_URL_TIME_USED_UPDATE_MIN_INTERVAL: Duration =
|
|
||||||
Duration::from_secs(60);
|
|
||||||
|
|||||||
@@ -4,16 +4,14 @@ use crate::extractors::accommodation_extractor::FamilyAndAccommodationInPath;
|
|||||||
use crate::extractors::family_extractor::{FamilyInPath, FamilyInPathWithAdminMembership};
|
use crate::extractors::family_extractor::{FamilyInPath, FamilyInPathWithAdminMembership};
|
||||||
use crate::models::Accommodation;
|
use crate::models::Accommodation;
|
||||||
use crate::services::accommodations_list_service;
|
use crate::services::accommodations_list_service;
|
||||||
use actix_web::{HttpResponse, web};
|
use actix_web::{web, HttpResponse};
|
||||||
|
|
||||||
#[derive(thiserror::Error, Debug)]
|
#[derive(thiserror::Error, Debug)]
|
||||||
enum AccommodationListControllerErr {
|
enum AccommodationListControllerErr {
|
||||||
#[error("Invalid name length!")]
|
#[error("Malformed name!")]
|
||||||
InvalidNameLength,
|
MalformedName,
|
||||||
#[error("Invalid description length!")]
|
#[error("Malformed description!")]
|
||||||
InvalidDescriptionLength,
|
MalformedDescription,
|
||||||
#[error("Malformed color!")]
|
|
||||||
MalformedColor,
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(serde::Deserialize, Clone)]
|
#[derive(serde::Deserialize, Clone)]
|
||||||
@@ -21,7 +19,6 @@ pub struct AccommodationRequest {
|
|||||||
pub name: String,
|
pub name: String,
|
||||||
pub need_validation: bool,
|
pub need_validation: bool,
|
||||||
pub description: Option<String>,
|
pub description: Option<String>,
|
||||||
pub color: Option<String>,
|
|
||||||
pub open_to_reservations: bool,
|
pub open_to_reservations: bool,
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -30,22 +27,17 @@ impl AccommodationRequest {
|
|||||||
let c = StaticConstraints::default();
|
let c = StaticConstraints::default();
|
||||||
|
|
||||||
if !c.accommodation_name_len.validate(&self.name) {
|
if !c.accommodation_name_len.validate(&self.name) {
|
||||||
return Err(AccommodationListControllerErr::InvalidNameLength.into());
|
return Err(AccommodationListControllerErr::MalformedName.into());
|
||||||
}
|
}
|
||||||
accommodation.name = self.name;
|
accommodation.name = self.name;
|
||||||
|
|
||||||
if let Some(d) = &self.description
|
if let Some(d) = &self.description {
|
||||||
&& !c.accommodation_description_len.validate(d) {
|
if !c.accommodation_description_len.validate(d) {
|
||||||
return Err(AccommodationListControllerErr::InvalidDescriptionLength.into());
|
return Err(AccommodationListControllerErr::MalformedDescription.into());
|
||||||
}
|
}
|
||||||
|
}
|
||||||
accommodation.description.clone_from(&self.description);
|
accommodation.description.clone_from(&self.description);
|
||||||
|
|
||||||
if let Some(c) = &self.color
|
|
||||||
&& !lazy_regex::regex!("[a-fA-F0-9]{6}").is_match(c) {
|
|
||||||
return Err(AccommodationListControllerErr::MalformedColor.into());
|
|
||||||
}
|
|
||||||
accommodation.color.clone_from(&self.color);
|
|
||||||
|
|
||||||
accommodation.need_validation = self.need_validation;
|
accommodation.need_validation = self.need_validation;
|
||||||
accommodation.open_to_reservations = self.open_to_reservations;
|
accommodation.open_to_reservations = self.open_to_reservations;
|
||||||
Ok(())
|
Ok(())
|
||||||
@@ -82,7 +74,7 @@ pub async fn get_full_list(m: FamilyInPath) -> HttpResult {
|
|||||||
|
|
||||||
/// Get the information of a single accommodation
|
/// Get the information of a single accommodation
|
||||||
pub async fn get_single(m: FamilyAndAccommodationInPath) -> HttpResult {
|
pub async fn get_single(m: FamilyAndAccommodationInPath) -> HttpResult {
|
||||||
Ok(HttpResponse::Ok().json(m.to_accommodation()))
|
Ok(HttpResponse::Ok().json(&m.to_accommodation()))
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Update an accommodation
|
/// Update an accommodation
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
use ical::{generator::*, *};
|
use ical::{generator::*, *};
|
||||||
|
|
||||||
use actix_web::{HttpResponse, web};
|
use actix_web::{web, HttpResponse};
|
||||||
use chrono::DateTime;
|
use chrono::DateTime;
|
||||||
|
|
||||||
use crate::constants::StaticConstraints;
|
use crate::constants::StaticConstraints;
|
||||||
@@ -12,7 +12,6 @@ use crate::services::{
|
|||||||
accommodations_list_service, accommodations_reservations_calendars_service,
|
accommodations_list_service, accommodations_reservations_calendars_service,
|
||||||
accommodations_reservations_service, families_service,
|
accommodations_reservations_service, families_service,
|
||||||
};
|
};
|
||||||
use crate::utils::time_utils::time;
|
|
||||||
|
|
||||||
#[derive(serde::Deserialize)]
|
#[derive(serde::Deserialize)]
|
||||||
pub struct CreateCalendarQuery {
|
pub struct CreateCalendarQuery {
|
||||||
@@ -96,7 +95,7 @@ pub struct AnonymousAccessURL {
|
|||||||
|
|
||||||
/// Get the content of the calendar
|
/// Get the content of the calendar
|
||||||
pub async fn anonymous_access(req: web::Path<AnonymousAccessURL>) -> HttpResult {
|
pub async fn anonymous_access(req: web::Path<AnonymousAccessURL>) -> HttpResult {
|
||||||
let mut calendar =
|
let calendar =
|
||||||
match accommodations_reservations_calendars_service::get_by_token(&req.token).await {
|
match accommodations_reservations_calendars_service::get_by_token(&req.token).await {
|
||||||
Ok(c) => c,
|
Ok(c) => c,
|
||||||
Err(e) => {
|
Err(e) => {
|
||||||
@@ -152,11 +151,6 @@ pub async fn anonymous_access(req: web::Path<AnonymousAccessURL>) -> HttpResult
|
|||||||
cal.events.push(event);
|
cal.events.push(event);
|
||||||
}
|
}
|
||||||
|
|
||||||
if calendar.should_update_last_used() {
|
|
||||||
calendar.time_used = time() as i64;
|
|
||||||
accommodations_reservations_calendars_service::update(&calendar).await?;
|
|
||||||
}
|
|
||||||
|
|
||||||
Ok(HttpResponse::Ok()
|
Ok(HttpResponse::Ok()
|
||||||
.content_type("text/calendar")
|
.content_type("text/calendar")
|
||||||
.body(cal.generate()))
|
.body(cal.generate()))
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ use crate::extractors::family_extractor::FamilyInPath;
|
|||||||
use crate::models::{Accommodation, AccommodationReservationID, NewAccommodationReservation};
|
use crate::models::{Accommodation, AccommodationReservationID, NewAccommodationReservation};
|
||||||
use crate::services::accommodations_reservations_service;
|
use crate::services::accommodations_reservations_service;
|
||||||
use crate::utils::time_utils::time;
|
use crate::utils::time_utils::time;
|
||||||
use actix_web::{HttpResponse, web};
|
use actix_web::{web, HttpResponse};
|
||||||
|
|
||||||
#[derive(serde::Deserialize)]
|
#[derive(serde::Deserialize)]
|
||||||
pub struct UpdateReservationQuery {
|
pub struct UpdateReservationQuery {
|
||||||
@@ -93,31 +93,6 @@ pub async fn get_accommodation_reservations(a: FamilyAndAccommodationInPath) ->
|
|||||||
.json(accommodations_reservations_service::get_all_of_accommodation(a.id()).await?))
|
.json(accommodations_reservations_service::get_all_of_accommodation(a.id()).await?))
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(serde::Deserialize)]
|
|
||||||
pub struct CheckAvailabilityQuery {
|
|
||||||
start: usize,
|
|
||||||
end: usize,
|
|
||||||
}
|
|
||||||
|
|
||||||
/// Check reservation availability
|
|
||||||
pub async fn get_accommodation_reservations_for_interval(
|
|
||||||
a: FamilyAndAccommodationInPath,
|
|
||||||
req: web::Query<CheckAvailabilityQuery>,
|
|
||||||
) -> HttpResult {
|
|
||||||
if req.start > req.end {
|
|
||||||
return Ok(HttpResponse::BadRequest().json("start should be smaller than end!"));
|
|
||||||
}
|
|
||||||
|
|
||||||
let res = accommodations_reservations_service::get_reservations_for_time_interval(
|
|
||||||
a.id(),
|
|
||||||
req.start,
|
|
||||||
req.end,
|
|
||||||
)
|
|
||||||
.await?;
|
|
||||||
|
|
||||||
Ok(HttpResponse::Ok().json(res))
|
|
||||||
}
|
|
||||||
|
|
||||||
/// Get the full list of accommodations reservations for a family
|
/// Get the full list of accommodations reservations for a family
|
||||||
pub async fn full_list(m: FamilyInPath) -> HttpResult {
|
pub async fn full_list(m: FamilyInPath) -> HttpResult {
|
||||||
Ok(HttpResponse::Ok()
|
Ok(HttpResponse::Ok()
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ use crate::services::login_token_service::LoginTokenValue;
|
|||||||
use crate::services::rate_limiter_service::RatedAction;
|
use crate::services::rate_limiter_service::RatedAction;
|
||||||
use crate::services::{login_token_service, openid_service, rate_limiter_service, users_service};
|
use crate::services::{login_token_service, openid_service, rate_limiter_service, users_service};
|
||||||
use actix_remote_ip::RemoteIP;
|
use actix_remote_ip::RemoteIP;
|
||||||
use actix_web::{HttpResponse, web};
|
use actix_web::{web, HttpResponse};
|
||||||
|
|
||||||
#[derive(serde::Deserialize)]
|
#[derive(serde::Deserialize)]
|
||||||
pub struct CreateAccountBody {
|
pub struct CreateAccountBody {
|
||||||
@@ -79,7 +79,10 @@ pub async fn request_reset_password(
|
|||||||
match users_service::get_by_mail(&req.mail).await {
|
match users_service::get_by_mail(&req.mail).await {
|
||||||
Ok(mut user) => users_service::request_reset_password(&mut user).await?,
|
Ok(mut user) => users_service::request_reset_password(&mut user).await?,
|
||||||
Err(e) => {
|
Err(e) => {
|
||||||
log::error!("Could not locate user account {e}! (error silently ignored)");
|
log::error!(
|
||||||
|
"Could not locate user account {}! (error silently ignored)",
|
||||||
|
e
|
||||||
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -119,7 +122,7 @@ pub async fn check_reset_password_token(
|
|||||||
RatedAction::CheckResetPasswordTokenFailed,
|
RatedAction::CheckResetPasswordTokenFailed,
|
||||||
)
|
)
|
||||||
.await?;
|
.await?;
|
||||||
log::error!("Password reset token could not be used: {e}");
|
log::error!("Password reset token could not be used: {}", e);
|
||||||
return Ok(HttpResponse::NotFound().finish());
|
return Ok(HttpResponse::NotFound().finish());
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
@@ -153,7 +156,7 @@ pub async fn reset_password(remote_ip: RemoteIP, req: web::Json<ResetPasswordBod
|
|||||||
RatedAction::CheckResetPasswordTokenFailed,
|
RatedAction::CheckResetPasswordTokenFailed,
|
||||||
)
|
)
|
||||||
.await?;
|
.await?;
|
||||||
log::error!("Password reset token could not be used: {e}");
|
log::error!("Password reset token could not be used: {}", e);
|
||||||
return Ok(HttpResponse::NotFound().finish());
|
return Ok(HttpResponse::NotFound().finish());
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
@@ -193,7 +196,7 @@ pub async fn password_login(remote_ip: RemoteIP, req: web::Json<PasswordLoginQue
|
|||||||
let user = match users_service::get_by_mail(&req.mail).await {
|
let user = match users_service::get_by_mail(&req.mail).await {
|
||||||
Ok(u) => u,
|
Ok(u) => u,
|
||||||
Err(e) => {
|
Err(e) => {
|
||||||
log::error!("Auth failed: could not find account by mail! {e}");
|
log::error!("Auth failed: could not find account by mail! {}", e);
|
||||||
rate_limiter_service::record_action(remote_ip.0, RatedAction::FailedPasswordLogin)
|
rate_limiter_service::record_action(remote_ip.0, RatedAction::FailedPasswordLogin)
|
||||||
.await?;
|
.await?;
|
||||||
return Ok(HttpResponse::Unauthorized().json("Invalid credentials"));
|
return Ok(HttpResponse::Unauthorized().json("Invalid credentials"));
|
||||||
|
|||||||
@@ -1,12 +1,12 @@
|
|||||||
use crate::controllers::HttpResult;
|
|
||||||
use crate::controllers::members_controller::RequestDate;
|
use crate::controllers::members_controller::RequestDate;
|
||||||
|
use crate::controllers::HttpResult;
|
||||||
use crate::extractors::couple_extractor::FamilyAndCoupleInPath;
|
use crate::extractors::couple_extractor::FamilyAndCoupleInPath;
|
||||||
use crate::extractors::family_extractor::FamilyInPath;
|
use crate::extractors::family_extractor::FamilyInPath;
|
||||||
use crate::models::{Couple, CoupleState, MemberID, PhotoID};
|
use crate::models::{Couple, CoupleState, MemberID, PhotoID};
|
||||||
use crate::services::{couples_service, members_service, photos_service};
|
use crate::services::{couples_service, members_service, photos_service};
|
||||||
use actix_multipart::form::MultipartForm;
|
|
||||||
use actix_multipart::form::tempfile::TempFile;
|
use actix_multipart::form::tempfile::TempFile;
|
||||||
use actix_web::{HttpResponse, web};
|
use actix_multipart::form::MultipartForm;
|
||||||
|
use actix_web::{web, HttpResponse};
|
||||||
|
|
||||||
serde_with::with_prefix!(prefix_wedding "wedding_");
|
serde_with::with_prefix!(prefix_wedding "wedding_");
|
||||||
serde_with::with_prefix!(prefix_divorce "divorce_");
|
serde_with::with_prefix!(prefix_divorce "divorce_");
|
||||||
@@ -48,20 +48,23 @@ impl CoupleRequest {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if let Some(husband) = self.husband
|
if let Some(husband) = self.husband {
|
||||||
&& !members_service::exists(couple.family_id(), husband).await? {
|
if !members_service::exists(couple.family_id(), husband).await? {
|
||||||
return Err(CoupleControllerErr::HusbandNotExisting.into());
|
return Err(CoupleControllerErr::HusbandNotExisting.into());
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
if let Some(d) = &self.wedding
|
if let Some(d) = &self.wedding {
|
||||||
&& !d.check() {
|
if !d.check() {
|
||||||
return Err(CoupleControllerErr::MalformedDateOfWedding.into());
|
return Err(CoupleControllerErr::MalformedDateOfWedding.into());
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
if let Some(d) = &self.divorce
|
if let Some(d) = &self.divorce {
|
||||||
&& !d.check() {
|
if !d.check() {
|
||||||
return Err(CoupleControllerErr::MalformedDateOfDivorce.into());
|
return Err(CoupleControllerErr::MalformedDateOfDivorce.into());
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
couple.set_wife(self.wife);
|
couple.set_wife(self.wife);
|
||||||
couple.set_husband(self.husband);
|
couple.set_husband(self.husband);
|
||||||
|
|||||||
@@ -1,14 +1,14 @@
|
|||||||
use crate::connections::s3_connection;
|
use crate::connections::s3_connection;
|
||||||
use crate::constants;
|
use crate::constants;
|
||||||
use crate::controllers::HttpResult;
|
|
||||||
use crate::controllers::couples_controller::CoupleRequest;
|
use crate::controllers::couples_controller::CoupleRequest;
|
||||||
use crate::controllers::members_controller::MemberRequest;
|
use crate::controllers::members_controller::MemberRequest;
|
||||||
|
use crate::controllers::HttpResult;
|
||||||
use crate::extractors::family_extractor::{FamilyInPath, FamilyInPathWithAdminMembership};
|
use crate::extractors::family_extractor::{FamilyInPath, FamilyInPathWithAdminMembership};
|
||||||
use crate::models::{CoupleID, MemberID, PhotoID};
|
use crate::models::{CoupleID, MemberID, PhotoID};
|
||||||
use crate::services::photos_service::UploadedFile;
|
use crate::services::photos_service::UploadedFile;
|
||||||
use crate::services::{couples_service, members_service, photos_service};
|
use crate::services::{couples_service, members_service, photos_service};
|
||||||
use actix_multipart::form::MultipartForm;
|
|
||||||
use actix_multipart::form::tempfile::TempFile;
|
use actix_multipart::form::tempfile::TempFile;
|
||||||
|
use actix_multipart::form::MultipartForm;
|
||||||
use actix_web::HttpResponse;
|
use actix_web::HttpResponse;
|
||||||
use mime_guess::Mime;
|
use mime_guess::Mime;
|
||||||
use std::collections::HashMap;
|
use std::collections::HashMap;
|
||||||
@@ -183,9 +183,9 @@ pub async fn import_family(
|
|||||||
}
|
}
|
||||||
|
|
||||||
if let Err(e) = req_member_data.to_member(member).await {
|
if let Err(e) = req_member_data.to_member(member).await {
|
||||||
log::error!("Error while processing import (member {req_id:?}) - {e}");
|
log::error!("Error while processing import (member {:?}) - {e}", req_id);
|
||||||
return Ok(
|
return Ok(
|
||||||
HttpResponse::BadRequest().json(format!("Failed to validate member {req_id:?}!"))
|
HttpResponse::BadRequest().json(format!("Failed to validate member {:?}!", req_id))
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
use crate::constants::{FAMILY_INVITATION_CODE_LEN, StaticConstraints};
|
use crate::constants::{StaticConstraints, FAMILY_INVITATION_CODE_LEN};
|
||||||
use crate::controllers::HttpResult;
|
use crate::controllers::HttpResult;
|
||||||
use crate::extractors::family_extractor::{FamilyInPath, FamilyInPathWithAdminMembership};
|
use crate::extractors::family_extractor::{FamilyInPath, FamilyInPathWithAdminMembership};
|
||||||
use crate::models::{FamilyMembership, UserID};
|
use crate::models::{FamilyMembership, UserID};
|
||||||
@@ -7,7 +7,7 @@ use crate::services::rate_limiter_service::RatedAction;
|
|||||||
use crate::services::{families_service, rate_limiter_service};
|
use crate::services::{families_service, rate_limiter_service};
|
||||||
use crate::utils::string_utils::rand_str;
|
use crate::utils::string_utils::rand_str;
|
||||||
use actix_remote_ip::RemoteIP;
|
use actix_remote_ip::RemoteIP;
|
||||||
use actix_web::{HttpResponse, web};
|
use actix_web::{web, HttpResponse};
|
||||||
|
|
||||||
#[derive(Debug, serde::Deserialize)]
|
#[derive(Debug, serde::Deserialize)]
|
||||||
pub struct CreateFamilyReq {
|
pub struct CreateFamilyReq {
|
||||||
|
|||||||
@@ -5,9 +5,9 @@ use crate::extractors::member_extractor::FamilyAndMemberInPath;
|
|||||||
use crate::models::{Member, MemberID, PhotoID, Sex};
|
use crate::models::{Member, MemberID, PhotoID, Sex};
|
||||||
use crate::services::{members_service, photos_service};
|
use crate::services::{members_service, photos_service};
|
||||||
use crate::utils::countries_utils;
|
use crate::utils::countries_utils;
|
||||||
use actix_multipart::form::MultipartForm;
|
|
||||||
use actix_multipart::form::tempfile::TempFile;
|
use actix_multipart::form::tempfile::TempFile;
|
||||||
use actix_web::{HttpResponse, web};
|
use actix_multipart::form::MultipartForm;
|
||||||
|
use actix_web::{web, HttpResponse};
|
||||||
|
|
||||||
serde_with::with_prefix!(prefix_birth "birth_");
|
serde_with::with_prefix!(prefix_birth "birth_");
|
||||||
serde_with::with_prefix!(prefix_death "death_");
|
serde_with::with_prefix!(prefix_death "death_");
|
||||||
@@ -95,10 +95,11 @@ fn check_opt_str_val(
|
|||||||
c: SizeConstraint,
|
c: SizeConstraint,
|
||||||
err: MemberControllerErr,
|
err: MemberControllerErr,
|
||||||
) -> anyhow::Result<()> {
|
) -> anyhow::Result<()> {
|
||||||
if let Some(v) = val
|
if let Some(v) = val {
|
||||||
&& !c.validate(v) {
|
if !c.validate(v) {
|
||||||
return Err(err.into());
|
return Err(err.into());
|
||||||
}
|
}
|
||||||
|
}
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -150,10 +151,11 @@ impl MemberRequest {
|
|||||||
MemberControllerErr::MalformedEmailAddress,
|
MemberControllerErr::MalformedEmailAddress,
|
||||||
)?;
|
)?;
|
||||||
|
|
||||||
if let Some(mail) = &self.email
|
if let Some(mail) = &self.email {
|
||||||
&& !mailchecker::is_valid(mail) {
|
if !mailchecker::is_valid(mail) {
|
||||||
return Err(MemberControllerErr::InvalidEmailAddress.into());
|
return Err(MemberControllerErr::InvalidEmailAddress.into());
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
check_opt_str_val(
|
check_opt_str_val(
|
||||||
&self.phone,
|
&self.phone,
|
||||||
@@ -185,20 +187,23 @@ impl MemberRequest {
|
|||||||
MemberControllerErr::MalformedCountry,
|
MemberControllerErr::MalformedCountry,
|
||||||
)?;
|
)?;
|
||||||
|
|
||||||
if let Some(c) = &self.country
|
if let Some(c) = &self.country {
|
||||||
&& !countries_utils::is_code_valid(c) {
|
if !countries_utils::is_code_valid(c) {
|
||||||
return Err(MemberControllerErr::InvalidCountryCode.into());
|
return Err(MemberControllerErr::InvalidCountryCode.into());
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
if let Some(d) = &self.birth
|
if let Some(d) = &self.birth {
|
||||||
&& !d.check() {
|
if !d.check() {
|
||||||
return Err(MemberControllerErr::MalformedDateOfBirth.into());
|
return Err(MemberControllerErr::MalformedDateOfBirth.into());
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
if let Some(d) = &self.death
|
if let Some(d) = &self.death {
|
||||||
&& !d.check() {
|
if !d.check() {
|
||||||
return Err(MemberControllerErr::MalformedDateOfDeath.into());
|
return Err(MemberControllerErr::MalformedDateOfDeath.into());
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
check_opt_str_val(
|
check_opt_str_val(
|
||||||
&self.note,
|
&self.note,
|
||||||
@@ -216,10 +221,11 @@ impl MemberRequest {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if let Some(father) = self.father
|
if let Some(father) = self.father {
|
||||||
&& !members_service::exists(member.family_id(), father).await? {
|
if !members_service::exists(member.family_id(), father).await? {
|
||||||
return Err(MemberControllerErr::FatherNotExisting.into());
|
return Err(MemberControllerErr::FatherNotExisting.into());
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
member.first_name = self.first_name;
|
member.first_name = self.first_name;
|
||||||
member.last_name = self.last_name;
|
member.last_name = self.last_name;
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
//! # API controller
|
//! # API controller
|
||||||
|
|
||||||
use actix_web::HttpResponse;
|
|
||||||
use actix_web::body::BoxBody;
|
use actix_web::body::BoxBody;
|
||||||
|
use actix_web::HttpResponse;
|
||||||
use std::fmt::{Debug, Display, Formatter};
|
use std::fmt::{Debug, Display, Formatter};
|
||||||
use zip::result::ZipError;
|
use zip::result::ZipError;
|
||||||
|
|
||||||
@@ -31,7 +31,7 @@ impl Display for HttpErr {
|
|||||||
|
|
||||||
impl actix_web::error::ResponseError for HttpErr {
|
impl actix_web::error::ResponseError for HttpErr {
|
||||||
fn error_response(&self) -> HttpResponse<BoxBody> {
|
fn error_response(&self) -> HttpResponse<BoxBody> {
|
||||||
log::error!("Error while processing request! {self}");
|
log::error!("Error while processing request! {}", self);
|
||||||
HttpResponse::InternalServerError().body("Failed to execute request!")
|
HttpResponse::InternalServerError().body("Failed to execute request!")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ use crate::controllers::HttpResult;
|
|||||||
use crate::models::PhotoID;
|
use crate::models::PhotoID;
|
||||||
use crate::services::photos_service;
|
use crate::services::photos_service;
|
||||||
use actix_web::http::header;
|
use actix_web::http::header;
|
||||||
use actix_web::{HttpRequest, HttpResponse, web};
|
use actix_web::{web, HttpRequest, HttpResponse};
|
||||||
use std::ops::Add;
|
use std::ops::Add;
|
||||||
use std::time::{Duration, UNIX_EPOCH};
|
use std::time::{Duration, UNIX_EPOCH};
|
||||||
|
|
||||||
@@ -36,15 +36,16 @@ async fn get_photo(id: &PhotoIdPath, full_size: bool, req: HttpRequest) -> HttpR
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Check if an upload is un-necessary
|
// Check if an upload is un-necessary
|
||||||
if let Some(c) = req.headers().get(header::IF_NONE_MATCH)
|
if let Some(c) = req.headers().get(header::IF_NONE_MATCH) {
|
||||||
&& c.to_str().unwrap_or("") == hash {
|
if c.to_str().unwrap_or("") == hash {
|
||||||
return Ok(HttpResponse::NotModified().finish());
|
return Ok(HttpResponse::NotModified().finish());
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
if let Some(c) = req.headers().get(header::IF_MODIFIED_SINCE) {
|
if let Some(c) = req.headers().get(header::IF_MODIFIED_SINCE) {
|
||||||
let date_str = c.to_str().unwrap_or("");
|
let date_str = c.to_str().unwrap_or("");
|
||||||
if let Ok(date) = httpdate::parse_http_date(date_str)
|
if let Ok(date) = httpdate::parse_http_date(date_str) {
|
||||||
&& date
|
if date
|
||||||
.add(Duration::from_secs(1))
|
.add(Duration::from_secs(1))
|
||||||
.duration_since(UNIX_EPOCH)
|
.duration_since(UNIX_EPOCH)
|
||||||
.unwrap()
|
.unwrap()
|
||||||
@@ -53,6 +54,7 @@ async fn get_photo(id: &PhotoIdPath, full_size: bool, req: HttpRequest) -> HttpR
|
|||||||
{
|
{
|
||||||
return Ok(HttpResponse::NotModified().finish());
|
return Ok(HttpResponse::NotModified().finish());
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
let bytes = s3_connection::get_file(&match full_size {
|
let bytes = s3_connection::get_file(&match full_size {
|
||||||
|
|||||||
@@ -9,8 +9,8 @@ use crate::services::login_token_service::LoginToken;
|
|||||||
use crate::services::rate_limiter_service::RatedAction;
|
use crate::services::rate_limiter_service::RatedAction;
|
||||||
use crate::services::{rate_limiter_service, users_service};
|
use crate::services::{rate_limiter_service, users_service};
|
||||||
use actix_remote_ip::RemoteIP;
|
use actix_remote_ip::RemoteIP;
|
||||||
use actix_web::HttpResponse;
|
|
||||||
use actix_web::web::Json;
|
use actix_web::web::Json;
|
||||||
|
use actix_web::HttpResponse;
|
||||||
|
|
||||||
#[derive(serde::Serialize)]
|
#[derive(serde::Serialize)]
|
||||||
struct UserAPI<'a> {
|
struct UserAPI<'a> {
|
||||||
|
|||||||
@@ -75,7 +75,7 @@ impl FromRequest for FamilyAndAccommodationInPath {
|
|||||||
Self::load_accommodation_from_path(family, accommodation_id)
|
Self::load_accommodation_from_path(family, accommodation_id)
|
||||||
.await
|
.await
|
||||||
.map_err(|e| {
|
.map_err(|e| {
|
||||||
log::error!("Failed to extract accommodation ID from URL! {e}");
|
log::error!("Failed to extract accommodation ID from URL! {}", e);
|
||||||
actix_web::error::ErrorNotFound("Could not fetch accommodation information!")
|
actix_web::error::ErrorNotFound("Could not fetch accommodation information!")
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -85,7 +85,7 @@ impl FromRequest for FamilyAndAccommodationReservationCalendarInPath {
|
|||||||
Self::load_calendar_from_path(family, accommodation_id)
|
Self::load_calendar_from_path(family, accommodation_id)
|
||||||
.await
|
.await
|
||||||
.map_err(|e| {
|
.map_err(|e| {
|
||||||
log::error!("Failed to extract calendar ID from URL! {e}");
|
log::error!("Failed to extract calendar ID from URL! {}", e);
|
||||||
actix_web::error::ErrorNotFound("Could not fetch calendar information!")
|
actix_web::error::ErrorNotFound("Could not fetch calendar information!")
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -95,7 +95,7 @@ impl FromRequest for FamilyAndAccommodationReservationInPath {
|
|||||||
Self::load_accommodation_reservation_from_path(family, reservation_id)
|
Self::load_accommodation_reservation_from_path(family, reservation_id)
|
||||||
.await
|
.await
|
||||||
.map_err(|e| {
|
.map_err(|e| {
|
||||||
log::error!("Failed to extract accommodation ID from URL! {e}");
|
log::error!("Failed to extract accommodation ID from URL! {}", e);
|
||||||
actix_web::error::ErrorNotFound("Could not fetch accommodation information!")
|
actix_web::error::ErrorNotFound("Could not fetch accommodation information!")
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -71,7 +71,7 @@ impl FromRequest for FamilyAndCoupleInPath {
|
|||||||
FamilyAndCoupleInPath::load_couple_from_path(family, couple_id)
|
FamilyAndCoupleInPath::load_couple_from_path(family, couple_id)
|
||||||
.await
|
.await
|
||||||
.map_err(|e| {
|
.map_err(|e| {
|
||||||
log::error!("Failed to extract couple ID from URL! {e}");
|
log::error!("Failed to extract couple ID from URL! {}", e);
|
||||||
actix_web::error::ErrorNotFound("Could not fetch couple information!")
|
actix_web::error::ErrorNotFound("Could not fetch couple information!")
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -62,7 +62,7 @@ impl FromRequest for FamilyInPath {
|
|||||||
FamilyInPath::load_family_from_path(&token, family_id)
|
FamilyInPath::load_family_from_path(&token, family_id)
|
||||||
.await
|
.await
|
||||||
.map_err(|e| {
|
.map_err(|e| {
|
||||||
log::error!("Failed to extract family ID from URL! {e}");
|
log::error!("Failed to extract family ID from URL! {}", e);
|
||||||
actix_web::error::ErrorNotFound("Could not fetch family information!")
|
actix_web::error::ErrorNotFound("Could not fetch family information!")
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -71,7 +71,7 @@ impl FromRequest for FamilyAndMemberInPath {
|
|||||||
FamilyAndMemberInPath::load_member_from_path(family, member_id)
|
FamilyAndMemberInPath::load_member_from_path(family, member_id)
|
||||||
.await
|
.await
|
||||||
.map_err(|e| {
|
.map_err(|e| {
|
||||||
log::error!("Failed to extract member ID from URL! {e}");
|
log::error!("Failed to extract member ID from URL! {}", e);
|
||||||
actix_web::error::ErrorNotFound("Could not fetch member information!")
|
actix_web::error::ErrorNotFound("Could not fetch member information!")
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ use actix_cors::Cors;
|
|||||||
use actix_multipart::form::tempfile::TempFileConfig;
|
use actix_multipart::form::tempfile::TempFileConfig;
|
||||||
use actix_remote_ip::RemoteIPConfig;
|
use actix_remote_ip::RemoteIPConfig;
|
||||||
use actix_web::middleware::Logger;
|
use actix_web::middleware::Logger;
|
||||||
use actix_web::{App, HttpServer, web};
|
use actix_web::{web, App, HttpServer};
|
||||||
use geneit_backend::app_config::AppConfig;
|
use geneit_backend::app_config::AppConfig;
|
||||||
use geneit_backend::connections::{db_connection, s3_connection};
|
use geneit_backend::connections::{db_connection, s3_connection};
|
||||||
use geneit_backend::controllers::{
|
use geneit_backend::controllers::{
|
||||||
@@ -233,11 +233,6 @@ async fn main() -> std::io::Result<()> {
|
|||||||
web::get()
|
web::get()
|
||||||
.to(accommodations_reservations_controller::get_accommodation_reservations),
|
.to(accommodations_reservations_controller::get_accommodation_reservations),
|
||||||
)
|
)
|
||||||
.route(
|
|
||||||
"/family/{id}/accommodations/reservations/accommodation/{accommodation_id}/for_interval",
|
|
||||||
web::get()
|
|
||||||
.to(accommodations_reservations_controller::get_accommodation_reservations_for_interval),
|
|
||||||
)
|
|
||||||
.route(
|
.route(
|
||||||
"/family/{id}/accommodations/reservations/full_list",
|
"/family/{id}/accommodations/reservations/full_list",
|
||||||
web::get().to(accommodations_reservations_controller::full_list),
|
web::get().to(accommodations_reservations_controller::full_list),
|
||||||
|
|||||||
@@ -1,11 +1,9 @@
|
|||||||
use crate::app_config::AppConfig;
|
use crate::app_config::AppConfig;
|
||||||
use crate::constants;
|
|
||||||
use crate::schema::{
|
use crate::schema::{
|
||||||
accommodations_list, accommodations_reservations, accommodations_reservations_cals_urls,
|
accommodations_list, accommodations_reservations, accommodations_reservations_cals_urls,
|
||||||
couples, families, members, memberships, photos, users,
|
couples, families, members, memberships, photos, users,
|
||||||
};
|
};
|
||||||
use crate::utils::crypt_utils::sha256;
|
use crate::utils::crypt_utils::sha256;
|
||||||
use crate::utils::time_utils::time;
|
|
||||||
use diesel::prelude::*;
|
use diesel::prelude::*;
|
||||||
|
|
||||||
/// User ID holder
|
/// User ID holder
|
||||||
@@ -43,7 +41,7 @@ impl User {
|
|||||||
.as_deref()
|
.as_deref()
|
||||||
.map(|hash| {
|
.map(|hash| {
|
||||||
bcrypt::verify(password, hash).unwrap_or_else(|e| {
|
bcrypt::verify(password, hash).unwrap_or_else(|e| {
|
||||||
log::error!("Failed to validate password! {e}");
|
log::error!("Failed to validate password! {}", e);
|
||||||
false
|
false
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
@@ -461,7 +459,6 @@ pub struct Accommodation {
|
|||||||
pub name: String,
|
pub name: String,
|
||||||
pub need_validation: bool,
|
pub need_validation: bool,
|
||||||
pub description: Option<String>,
|
pub description: Option<String>,
|
||||||
pub color: Option<String>,
|
|
||||||
pub open_to_reservations: bool,
|
pub open_to_reservations: bool,
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -577,13 +574,6 @@ impl AccommodationReservationCalendar {
|
|||||||
pub fn user_id(&self) -> UserID {
|
pub fn user_id(&self) -> UserID {
|
||||||
UserID(self.user_id)
|
UserID(self.user_id)
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn should_update_last_used(&self) -> bool {
|
|
||||||
(self.time_used
|
|
||||||
+ constants::ACCOMMODATIONS_RESERVATIONS_CAL_URL_TIME_USED_UPDATE_MIN_INTERVAL.as_secs()
|
|
||||||
as i64)
|
|
||||||
< time() as i64
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Insertable)]
|
#[derive(Insertable)]
|
||||||
|
|||||||
@@ -10,8 +10,6 @@ diesel::table! {
|
|||||||
name -> Varchar,
|
name -> Varchar,
|
||||||
need_validation -> Bool,
|
need_validation -> Bool,
|
||||||
description -> Nullable<Text>,
|
description -> Nullable<Text>,
|
||||||
#[max_length = 6]
|
|
||||||
color -> Nullable<Varchar>,
|
|
||||||
open_to_reservations -> Bool,
|
open_to_reservations -> Bool,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -71,7 +71,6 @@ pub async fn update(accommodation: &mut Accommodation) -> anyhow::Result<()> {
|
|||||||
accommodations_list::dsl::name.eq(accommodation.name.to_string()),
|
accommodations_list::dsl::name.eq(accommodation.name.to_string()),
|
||||||
accommodations_list::dsl::need_validation.eq(accommodation.need_validation),
|
accommodations_list::dsl::need_validation.eq(accommodation.need_validation),
|
||||||
accommodations_list::dsl::description.eq(accommodation.description.clone()),
|
accommodations_list::dsl::description.eq(accommodation.description.clone()),
|
||||||
accommodations_list::dsl::color.eq(accommodation.color.clone()),
|
|
||||||
accommodations_list::dsl::open_to_reservations.eq(accommodation.open_to_reservations),
|
accommodations_list::dsl::open_to_reservations.eq(accommodation.open_to_reservations),
|
||||||
))
|
))
|
||||||
.execute(conn)
|
.execute(conn)
|
||||||
|
|||||||
@@ -34,20 +34,6 @@ pub async fn create(
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Update the information of a reservations calendar
|
|
||||||
pub async fn update(cal: &AccommodationReservationCalendar) -> anyhow::Result<()> {
|
|
||||||
db_connection::execute(|conn| {
|
|
||||||
diesel::update(
|
|
||||||
accommodations_reservations_cals_urls::dsl::accommodations_reservations_cals_urls
|
|
||||||
.filter(accommodations_reservations_cals_urls::dsl::id.eq(cal.id().0)),
|
|
||||||
)
|
|
||||||
.set((accommodations_reservations_cals_urls::dsl::time_used.eq(cal.time_used),))
|
|
||||||
.execute(conn)
|
|
||||||
})?;
|
|
||||||
|
|
||||||
Ok(())
|
|
||||||
}
|
|
||||||
|
|
||||||
/// Get all the calendars of a user
|
/// Get all the calendars of a user
|
||||||
pub async fn get_all_of_user(
|
pub async fn get_all_of_user(
|
||||||
user: UserID,
|
user: UserID,
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ use crate::utils::string_utils::rand_str;
|
|||||||
use crate::utils::time_utils::time;
|
use crate::utils::time_utils::time;
|
||||||
use actix_web::dev::Payload;
|
use actix_web::dev::Payload;
|
||||||
use actix_web::{FromRequest, HttpRequest};
|
use actix_web::{FromRequest, HttpRequest};
|
||||||
use std::future::{Ready, ready};
|
use std::future::{ready, Ready};
|
||||||
|
|
||||||
#[derive(thiserror::Error, Debug)]
|
#[derive(thiserror::Error, Debug)]
|
||||||
enum LoginTokenServiceError {
|
enum LoginTokenServiceError {
|
||||||
@@ -125,13 +125,13 @@ async fn load_token_info(token: &LoginTokenValue) -> anyhow::Result<Option<Login
|
|||||||
let token = match user_tokens.iter_mut().find(|t| t.key == key) {
|
let token = match user_tokens.iter_mut().find(|t| t.key == key) {
|
||||||
Some(t) => t,
|
Some(t) => t,
|
||||||
None => {
|
None => {
|
||||||
log::error!("Could not find token for key '{key}' (missing token)");
|
log::error!("Could not find token for key '{}' (missing token)", key);
|
||||||
return Ok(None);
|
return Ok(None);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
if token.is_expired() {
|
if token.is_expired() {
|
||||||
log::error!("Could not find token for key '{key}' (token expired)");
|
log::error!("Could not find token for key '{}' (token expired)", key);
|
||||||
return Ok(None);
|
return Ok(None);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -169,7 +169,7 @@ impl FromRequest for LoginToken {
|
|||||||
|
|
||||||
let token = match load_token_info(&token).await {
|
let token = match load_token_info(&token).await {
|
||||||
Err(e) => {
|
Err(e) => {
|
||||||
log::error!("Failed to load auth token! {e}");
|
log::error!("Failed to load auth token! {}", e);
|
||||||
return Err(actix_web::error::ErrorPreconditionFailed(
|
return Err(actix_web::error::ErrorPreconditionFailed(
|
||||||
"Failed to check auth token!",
|
"Failed to check auth token!",
|
||||||
));
|
));
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ pub async fn send_mail<D: Display>(to: &str, subject: &str, body: D) -> anyhow::
|
|||||||
let mailer = mailer.build();
|
let mailer = mailer.build();
|
||||||
|
|
||||||
mailer.send(&email)?;
|
mailer.send(&email)?;
|
||||||
log::debug!("A mail was sent to {to} (subject = {subject})");
|
log::debug!("A mail was sent to {} (subject = {})", to, subject);
|
||||||
|
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,8 +3,8 @@ use crate::models::{FamilyID, Member, MemberID, NewMember};
|
|||||||
use crate::schema::members;
|
use crate::schema::members;
|
||||||
use crate::services::{couples_service, photos_service};
|
use crate::services::{couples_service, photos_service};
|
||||||
use crate::utils::time_utils::time;
|
use crate::utils::time_utils::time;
|
||||||
use diesel::RunQueryDsl;
|
|
||||||
use diesel::prelude::*;
|
use diesel::prelude::*;
|
||||||
|
use diesel::RunQueryDsl;
|
||||||
|
|
||||||
/// Create a new family member
|
/// Create a new family member
|
||||||
pub async fn create(family_id: FamilyID) -> anyhow::Result<Member> {
|
pub async fn create(family_id: FamilyID) -> anyhow::Result<Member> {
|
||||||
@@ -147,12 +147,13 @@ pub mod loop_detection {
|
|||||||
prev: Option<&'a LoopStack<'a>>,
|
prev: Option<&'a LoopStack<'a>>,
|
||||||
}
|
}
|
||||||
|
|
||||||
impl LoopStack<'_> {
|
impl<'a> LoopStack<'a> {
|
||||||
pub fn contains(&self, id: MemberID) -> bool {
|
pub fn contains(&self, id: MemberID) -> bool {
|
||||||
if let Some(ls) = &self.prev
|
if let Some(ls) = &self.prev {
|
||||||
&& ls.contains(id) {
|
if ls.contains(id) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
self.curr == id
|
self.curr == id
|
||||||
}
|
}
|
||||||
@@ -167,7 +168,7 @@ pub mod loop_detection {
|
|||||||
None => false,
|
None => false,
|
||||||
Some(id) => {
|
Some(id) => {
|
||||||
if curr_stack.contains(id) {
|
if curr_stack.contains(id) {
|
||||||
log::debug!("Loop detected! {curr_stack:?}");
|
log::debug!("Loop detected! {:?}", curr_stack);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -187,10 +188,7 @@ pub mod loop_detection {
|
|||||||
let member = match members.get(&curr_stack.curr) {
|
let member = match members.get(&curr_stack.curr) {
|
||||||
Some(m) => m,
|
Some(m) => m,
|
||||||
None => {
|
None => {
|
||||||
log::warn!(
|
log::warn!("Member {:?} not found in the tree for loop detection, this should never happen!", curr_stack.curr);
|
||||||
"Member {:?} not found in the tree for loop detection, this should never happen!",
|
|
||||||
curr_stack.curr
|
|
||||||
);
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -64,7 +64,7 @@ fn redis_key(state: &str) -> String {
|
|||||||
format!("oidc-state-{state}")
|
format!("oidc-state-{state}")
|
||||||
}
|
}
|
||||||
|
|
||||||
async fn load_provider_info(prov_id: &str) -> anyhow::Result<OpenIDClient<'_>> {
|
async fn load_provider_info(prov_id: &str) -> anyhow::Result<OpenIDClient> {
|
||||||
let prov = AppConfig::get()
|
let prov = AppConfig::get()
|
||||||
.openid_providers()
|
.openid_providers()
|
||||||
.into_iter()
|
.into_iter()
|
||||||
|
|||||||
@@ -6,8 +6,8 @@ use crate::utils::crypt_utils::sha512;
|
|||||||
use crate::utils::time_utils::time;
|
use crate::utils::time_utils::time;
|
||||||
use actix_multipart::form::tempfile::TempFile;
|
use actix_multipart::form::tempfile::TempFile;
|
||||||
use diesel::prelude::*;
|
use diesel::prelude::*;
|
||||||
use image::ImageFormat;
|
|
||||||
use image::imageops::FilterType;
|
use image::imageops::FilterType;
|
||||||
|
use image::ImageFormat;
|
||||||
use mime_guess::Mime;
|
use mime_guess::Mime;
|
||||||
use std::fs::File;
|
use std::fs::File;
|
||||||
use std::io::{Cursor, Read, Seek, Write};
|
use std::io::{Cursor, Read, Seek, Write};
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ use crate::utils::string_utils::rand_str;
|
|||||||
use crate::utils::time_utils::time;
|
use crate::utils::time_utils::time;
|
||||||
use bcrypt::DEFAULT_COST;
|
use bcrypt::DEFAULT_COST;
|
||||||
use diesel::prelude::*;
|
use diesel::prelude::*;
|
||||||
|
use std::io::ErrorKind;
|
||||||
|
|
||||||
/// Get the information of a user, by its id
|
/// Get the information of a user, by its id
|
||||||
pub async fn get_by_id(id: UserID) -> anyhow::Result<User> {
|
pub async fn get_by_id(id: UserID) -> anyhow::Result<User> {
|
||||||
@@ -24,7 +25,8 @@ pub async fn get_by_mail(mail: &str) -> anyhow::Result<User> {
|
|||||||
/// Get the information of a user, by its password reset token
|
/// Get the information of a user, by its password reset token
|
||||||
pub async fn get_by_pwd_reset_token(token: &str) -> anyhow::Result<User> {
|
pub async fn get_by_pwd_reset_token(token: &str) -> anyhow::Result<User> {
|
||||||
if token.is_empty() {
|
if token.is_empty() {
|
||||||
return Err(anyhow::Error::from(std::io::Error::other(
|
return Err(anyhow::Error::from(std::io::Error::new(
|
||||||
|
ErrorKind::Other,
|
||||||
"Token is empty!",
|
"Token is empty!",
|
||||||
)));
|
)));
|
||||||
}
|
}
|
||||||
@@ -44,7 +46,8 @@ pub async fn get_by_pwd_reset_token(token: &str) -> anyhow::Result<User> {
|
|||||||
/// Get the information of a user, by its account deletion token
|
/// Get the information of a user, by its account deletion token
|
||||||
pub async fn get_by_account_delete_token(token: &str) -> anyhow::Result<User> {
|
pub async fn get_by_account_delete_token(token: &str) -> anyhow::Result<User> {
|
||||||
if token.is_empty() {
|
if token.is_empty() {
|
||||||
return Err(anyhow::Error::from(std::io::Error::other(
|
return Err(anyhow::Error::from(std::io::Error::new(
|
||||||
|
ErrorKind::Other,
|
||||||
"Token is empty!",
|
"Token is empty!",
|
||||||
)));
|
)));
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ pub fn sha256(bytes: &[u8]) -> String {
|
|||||||
let mut hasher = Sha256::new();
|
let mut hasher = Sha256::new();
|
||||||
hasher.update(bytes);
|
hasher.update(bytes);
|
||||||
let h = hasher.finalize();
|
let h = hasher.finalize();
|
||||||
format!("{h:x}")
|
format!("{:x}", h)
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Compute hash of a slice of bytes (sha512)
|
/// Compute hash of a slice of bytes (sha512)
|
||||||
@@ -13,5 +13,5 @@ pub fn sha512(bytes: &[u8]) -> String {
|
|||||||
let mut hasher = Sha512::new();
|
let mut hasher = Sha512::new();
|
||||||
hasher.update(bytes);
|
hasher.update(bytes);
|
||||||
let h = hasher.finalize();
|
let h = hasher.finalize();
|
||||||
format!("{h:x}")
|
format!("{:x}", h)
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
use base64::{Engine as _, engine::general_purpose};
|
use base64::{engine::general_purpose, Engine as _};
|
||||||
|
|
||||||
/// Encode a base64 string
|
/// Encode a base64 string
|
||||||
pub fn base64_enc<T: AsRef<[u8]>>(b: T) -> String {
|
pub fn base64_enc<T: AsRef<[u8]>>(b: T) -> String {
|
||||||
|
|||||||
@@ -1,6 +1,11 @@
|
|||||||
use rand::distr::{Alphanumeric, SampleString};
|
use rand::distributions::Alphanumeric;
|
||||||
|
use rand::Rng;
|
||||||
|
|
||||||
/// Generate a random string of a given length
|
/// Generate a random string of a given size
|
||||||
pub fn rand_str(len: usize) -> String {
|
pub fn rand_str(len: usize) -> String {
|
||||||
Alphanumeric.sample_string(&mut rand::rng(), len)
|
rand::thread_rng()
|
||||||
|
.sample_iter(&Alphanumeric)
|
||||||
|
.map(char::from)
|
||||||
|
.take(len)
|
||||||
|
.collect()
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,3 +1,9 @@
|
|||||||
{
|
{
|
||||||
"extends": ["local>renovate/presets"]
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
|
"packageRules": [
|
||||||
|
{
|
||||||
|
"matchUpdateTypes": ["minor", "patch"],
|
||||||
|
"automerge": true
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user