- Add WebSocket-based sync room for real-time music playback sync.
- Expand music exploration search to include albums and artists.
- Adjust track and release data fetching and deletion on server.
- Enhance DASH segmentation job with codec overrides and MPD updates.
- Update music service configuration for websockets and middlewares.
- Make minor UI adjustments to the search component.
Replace `TrackInstance` with direct `TrackManifest` usage in the player
core. Introduce a `SyncRoom` class and related hooks (`useSyncRoom`,
`useLyrics`, etc.) for real-time state synchronization and shared lyrics
display. Enhance player indicators to show detailed audio format metadata
(codec, sample rate, bit depth). Relocate the Indicators component and update
the Lyrics page to utilize these new features and components.
Remove concurrently and unused root dependencies. Update postinstall
script to install dependencies directly within sub-packages.
Add a check for process.stdin in the server REPL to prevent errors
when run without an available input stream.
Allows defining custom reverse proxy routes via an `extra-proxies.js`
file at the project root. The Gateway loads these configurations on
startup.
Additionally, the Nginx gateway manager no longer applies default
prefix-stripping rewrites. Explicit `pathRewrite` rules are now
required if prefix stripping is needed for any proxied service,
including those defined externally.
The TV Studio page now features a new list design, profile
deletion, and updated profile creation (uses 'title', create-only).
A live video preview has been added to the Live tab for active
streams.
Also includes fixes for stream health updates and timed thumbnail
loading.
- Introduces a new Music Library system for managing favorites (tracks,
playlists, releases), replacing the previous TrackLike model.
- Completely revamps the Studio TV profile page, adding live statistics,
stream configuration, restream management, and media URL display.
- Enhances the media player with a custom seekbar and improved audio
playback logic for MPD and non-MPD sources.
- Lays foundational groundwork for chat encryption with new models and APIs.
- Refactors critical UI components like PlaylistView and PagePanel.
- Standardizes monorepo development scripts to use npm.
- Updates comty.js submodule and adds various new UI components.
The commit refactors the chunked upload system to support a transformation pipeline. Key changes include:
- Replace SSE field names for consistency (sseChannelId, sseUrl)
- Fix progress reporting structure with state and percent fields
- Add transformation handlers (a-dash, mq-hls, img-compress, video-compress)
- Create new Upload class with clear separation of concerns
- Improve file processing workflow with better directory structure
- Fix typo in UploadButton component (progess → progress)
- Remove deprecated file processing services
@ -17,9 +17,7 @@ This document outlines the code style guidelines for the Comty project. The goal
### JavaScript
- Use ES6 syntax and features whenever possible.
- Use semicolons to terminate statements.
- Use double quotes for strings, but single quotes for JSX.
- Use double quotes for strings, including for JSX.
- Use const and let instead of var.
@ -35,9 +33,7 @@ This document outlines the code style guidelines for the Comty project. The goal
- Use a CSS preprocessor like LESS to organize styles. (We recommend use LESS cause it's used in the project, we prefer to no include another dependency)
- Use kebab-case for class and ID names.
- Use four spaces for indentation.
- Use kebab-case for ID names.
- Use a consistent naming convention for classes and IDs, and avoid using inline styles.
Copyright (C) 1991, 1999 Free Software Foundation, Inc.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Issued on: 01/01/2024
(This is the first released version of the Lesser GPL. It also counts
as the successor of the GNU Library Public License, version 2, hence
the version number 2.1.)
1. Grant of Rights
Under this Comty License, permission is hereby granted, free of charge, to any person obtaining a copy of the software and associated documentation files (the "Software"), to use, copy, modify, merge, publish, and distribute copies of the Software, subject to the following conditions:
Preamble
2. Non-Commercial Use
The use of the Software is restricted solely to non-commercial purposes. The sale, leasing, renting, sublicensing, or any other form of commercial exploitation of the Software or its derivatives is not permitted.
The licenses for most software are designed to take away your
freedom to share and change it. By contrast, the GNU General Public
Licenses are intended to guarantee your freedom to share and change
free software--to make sure the software is free for all its users.
3. Distribution
a. You may redistribute the Software in its original form or with modifications, provided that you retain this copyright notice and this Comty License in all copies or substantial portions of the Software.
This license, the Lesser General Public License, applies to some
specially designated software packages--typically libraries--of the
Free Software Foundation and other authors who decide to use it. You
can use it too, but we suggest you first think carefully about whether
this license or the ordinary General Public License is the better
strategy to use in any particular case, based on the explanations below.
b. If you distribute modified versions of the Software, you must include a clear notice indicating the changes you made and the date of those changes.
When we speak of free software, we are referring to freedom of use,
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 this service if you wish); that you receive source code or can get
it if you want it; that you can change the software and use pieces of
it in new free programs; and that you are informed that you can do
these things.
4. Derivatives
a. The creation of derivative works based on the Software is permitted, provided that these derivative works are distributed under this same Comty License.
To protect your rights, we need to make restrictions that forbid
distributors to deny you these rights or to ask you to surrender these
rights. These restrictions translate to certain responsibilities for
you if you distribute copies of the library or if you modify it.
b. Derivative works must clearly indicate that they have been modified from the original Software.
For example, if you distribute copies of the library, whether gratis
or for a fee, you must give the recipients all the rights that we gave
you. You must make sure that they, too, receive or can get the source
code. If you link other code with the library, you must provide
complete object files to the recipients, so that they can relink them
with the library after making changes to the library and recompiling
it. And you must show them these terms so they know their rights.
5. Limitation of Liability
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES, OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT, OR OTHERWISE, ARISING FROM, OUT OF, OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
We protect your rights with a two-step method: (1) we copyright the
library, and (2) we offer you this license, which gives you legal
permission to copy, distribute and/or modify the library.
6. Termination
This license and the rights granted herein will terminate automatically if you breach any of the terms of this Comty License. Upon termination, you must cease all use of the Software and destroy all copies you possess, whether modified or unmodified.
To protect each distributor, we want to make it very clear that
there is no warranty for the free library. Also, if the library is
modified by someone else and passed on, the recipients should know
that what they have is not the original version, so that the original
author's reputation will not be affected by problems that might be
introduced by others.
Finally, software patents pose a constant threat to the existence of
any free program. We wish to make sure that a company cannot
effectively restrict the users of a free program by obtaining a
restrictive license from a patent holder. Therefore, we insist that
any patent license obtained for a version of the library must be
consistent with the full freedom of use specified in this license.
Most GNU software, including some libraries, is covered by the
ordinary GNU General Public License. This license, the GNU Lesser
General Public License, applies to certain designated libraries, and
is quite different from the ordinary General Public License. We use
this license for certain libraries in order to permit linking those
libraries into non-free programs.
When a program is linked with a library, whether statically or using
a shared library, the combination of the two is legally speaking a
combined work, a derivative of the original library. The ordinary
General Public License therefore permits such linking only if the
entire combination fits its criteria of freedom. The Lesser General
Public License permits more lax criteria for linking other code with
the library.
We call this license the "Lesser" General Public License because it
does Less to protect the user's freedom than the ordinary General
Public License. It also provides other free software developers Less
of an advantage over competing non-free programs. These disadvantages
are the reason we use the ordinary General Public License for many
libraries. However, the Lesser license provides advantages in certain
special circumstances.
For example, on rare occasions, there may be a special need to
encourage the widest possible use of a certain library, so that it becomes
a de-facto standard. To achieve this, non-free programs must be
allowed to use the library. A more frequent case is that a free
library does the same job as widely used non-free libraries. In this
case, there is little to gain by limiting the free library to free
software only, so we use the Lesser General Public License.
In other cases, permission to use a particular library in non-free
programs enables a greater number of people to use a large body of
free software. For example, permission to use the GNU C Library in
non-free programs enables many more people to use the whole GNU
operating system, as well as its variant, the GNU/Linux operating
system.
Although the Lesser General Public License is Less protective of the
users' freedom, it does ensure that the user of a program that is
linked with the Library has the freedom and the wherewithal to run
that program using a modified version of the Library.
The precise terms and conditions for copying, distribution and
modification follow. Pay close attention to the difference between a
"work based on the library" and a "work that uses the library". The
former contains code derived from the library, whereas the latter must
be combined with the library in order to run.
GNU LESSER GENERAL PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
0. This License Agreement applies to any software library or other
program which contains a notice placed by the copyright holder or
other authorized party saying it may be distributed under the terms of
this Lesser General Public License (also called "this License").
Each licensee is addressed as "you".
A "library" means a collection of software functions and/or data
prepared so as to be conveniently linked with application programs
(which use some of those functions and data) to form executables.
The "Library", below, refers to any such software library or work
which has been distributed under these terms. A "work based on the
Library" means either the Library or any derivative work under
copyright law: that is to say, a work containing the Library or a
portion of it, either verbatim or with modifications and/or translated
straightforwardly into another language. (Hereinafter, translation is
included without limitation in the term "modification".)
"Source code" for a work means the preferred form of the work for
making modifications to it. For a library, complete source code means
all the source code for all modules it contains, plus any associated
interface definition files, plus the scripts used to control compilation
and installation of the library.
Activities other than copying, distribution and modification are not
covered by this License; they are outside its scope. The act of
running a program using the Library is not restricted, and output from
such a program is covered only if its contents constitute a work based
on the Library (independent of the use of the Library in a tool for
writing it). Whether that is true depends on what the Library does
and what the program that uses the Library does.
1. You may copy and distribute verbatim copies of the Library's
complete source code as you receive it, in any medium, provided that
you conspicuously and appropriately publish on each copy an
appropriate copyright notice and disclaimer of warranty; keep intact
all the notices that refer to this License and to the absence of any
warranty; and distribute a copy of this License along with the
Library.
You may charge a fee for the physical act of transferring a copy,
and you may at your option offer warranty protection in exchange for a
fee.
2. You may modify your copy or copies of the Library or any portion
of it, thus forming a work based on the Library, and copy and
distribute such modifications or work under the terms of Section 1
above, provided that you also meet all of these conditions:
a) The modified work must itself be a software library.
b) You must cause the files modified to carry prominent notices
stating that you changed the files and the date of any change.
c) You must cause the whole of the work to be licensed at no
charge to all third parties under the terms of this License.
d) If a facility in the modified Library refers to a function or a
table of data to be supplied by an application program that uses
the facility, other than as an argument passed when the facility
is invoked, then you must make a good faith effort to ensure that,
in the event an application does not supply such function or
table, the facility still operates, and performs whatever part of
its purpose remains meaningful.
(For example, a function in a library to compute square roots has
a purpose that is entirely well-defined independent of the
application. Therefore, Subsection 2d requires that any
application-supplied function or table used by this function must
be optional: if the application does not supply it, the square
root function must still compute square roots.)
These requirements apply to the modified work as a whole. If
identifiable sections of that work are not derived from the Library,
and can be reasonably considered independent and separate works in
themselves, then this License, and its terms, do not apply to those
sections when you distribute them as separate works. But when you
distribute the same sections as part of a whole which is a work based
on the Library, the distribution of the whole must be on the terms of
this License, whose permissions for other licensees extend to the
entire whole, and thus to each and every part regardless of who wrote
it.
Thus, it is not the intent of this section to claim rights or contest
your rights to work written entirely by you; rather, the intent is to
exercise the right to control the distribution of derivative or
collective works based on the Library.
In addition, mere aggregation of another work not based on the Library
with the Library (or with a work based on the Library) on a volume of
a storage or distribution medium does not bring the other work under
the scope of this License.
3. You may opt to apply the terms of the ordinary GNU General Public
License instead of this License to a given copy of the Library. To do
this, you must alter all the notices that refer to this License, so
that they refer to the ordinary GNU General Public License, version 2,
instead of to this License. (If a newer version than version 2 of the
ordinary GNU General Public License has appeared, then you can specify
that version instead if you wish.) Do not make any other change in
these notices.
Once this change is made in a given copy, it is irreversible for
that copy, so the ordinary GNU General Public License applies to all
subsequent copies and derivative works made from that copy.
This option is useful when you wish to copy part of the code of
the Library into a program that is not a library.
4. You may copy and distribute the Library (or a portion or
derivative of it, under Section 2) in object code or executable form
under the terms of Sections 1 and 2 above provided that you accompany
it with the complete corresponding machine-readable source code, which
must be distributed under the terms of Sections 1 and 2 above on a
medium customarily used for software interchange.
If distribution of object code is made by offering access to copy
from a designated place, then offering equivalent access to copy the
source code from the same place satisfies the requirement to
distribute the source code, even though third parties are not
compelled to copy the source along with the object code.
5. A program that contains no derivative of any portion of the
Library, but is designed to work with the Library by being compiled or
linked with it, is called a "work that uses the Library". Such a
work, in isolation, is not a derivative work of the Library, and
therefore falls outside the scope of this License.
However, linking a "work that uses the Library" with the Library
creates an executable that is a derivative of the Library (because it
contains portions of the Library), rather than a "work that uses the
library". The executable is therefore covered by this License.
Section 6 states terms for distribution of such executables.
When a "work that uses the Library" uses material from a header file
that is part of the Library, the object code for the work may be a
derivative work of the Library even though the source code is not.
Whether this is true is especially significant if the work can be
linked without the Library, or if the work is itself a library. The
threshold for this to be true is not precisely defined by law.
If such an object file uses only numerical parameters, data
structure layouts and accessors, and small macros and small inline
functions (ten lines or less in length), then the use of the object
file is unrestricted, regardless of whether it is legally a derivative
work. (Executables containing this object code plus portions of the
Library will still fall under Section 6.)
Otherwise, if the work is a derivative of the Library, you may
distribute the object code for the work under the terms of Section 6.
Any executables containing that work also fall under Section 6,
whether or not they are linked directly with the Library itself.
6. As an exception to the Sections above, you may also combine or
link a "work that uses the Library" with the Library to produce a
work containing portions of the Library, and distribute that work
under terms of your choice, provided that the terms permit
modification of the work for the customer's own use and reverse
engineering for debugging such modifications.
You must give prominent notice with each copy of the work that the
Library is used in it and that the Library and its use are covered by
this License. You must supply a copy of this License. If the work
during execution displays copyright notices, you must include the
copyright notice for the Library among them, as well as a reference
directing the user to the copy of this License. Also, you must do one
of these things:
a) Accompany the work with the complete corresponding
machine-readable source code for the Library including whatever
changes were used in the work (which must be distributed under
Sections 1 and 2 above); and, if the work is an executable linked
with the Library, with the complete machine-readable "work that
uses the Library", as object code and/or source code, so that the
user can modify the Library and then relink to produce a modified
executable containing the modified Library. (It is understood
that the user who changes the contents of definitions files in the
Library will not necessarily be able to recompile the application
to use the modified definitions.)
b) Use a suitable shared library mechanism for linking with the
Library. A suitable mechanism is one that (1) uses at run time a
copy of the library already present on the user's computer system,
rather than copying library functions into the executable, and (2)
will operate properly with a modified version of the library, if
the user installs one, as long as the modified version is
interface-compatible with the version that the work was made with.
c) Accompany the work with a written offer, valid for at
least three years, to give the same user the materials
specified in Subsection 6a, above, for a charge no more
than the cost of performing this distribution.
d) If distribution of the work is made by offering access to copy
from a designated place, offer equivalent access to copy the above
specified materials from the same place.
e) Verify that the user has already received a copy of these
materials or that you have already sent this user a copy.
For an executable, the required form of the "work that uses the
Library" must include any data and utility programs needed for
reproducing the executable from it. However, as a special exception,
the materials to be distributed need not include anything that is
normally distributed (in either source or binary form) with the major
components (compiler, kernel, and so on) of the operating system on
which the executable runs, unless that component itself accompanies
the executable.
It may happen that this requirement contradicts the license
restrictions of other proprietary libraries that do not normally
accompany the operating system. Such a contradiction means you cannot
use both them and the Library together in an executable that you
distribute.
7. You may place library facilities that are a work based on the
Library side-by-side in a single library together with other library
facilities not covered by this License, and distribute such a combined
library, provided that the separate distribution of the work based on
the Library and of the other library facilities is otherwise
permitted, and provided that you do these two things:
a) Accompany the combined library with a copy of the same work
based on the Library, uncombined with any other library
facilities. This must be distributed under the terms of the
Sections above.
b) Give prominent notice with the combined library of the fact
that part of it is a work based on the Library, and explaining
where to find the accompanying uncombined form of the same work.
8. You may not copy, modify, sublicense, link with, or distribute
the Library except as expressly provided under this License. Any
attempt otherwise to copy, modify, sublicense, link with, or
distribute the Library is void, and will automatically terminate your
rights under this License. However, parties who have received copies,
or rights, from you under this License will not have their licenses
terminated so long as such parties remain in full compliance.
9. You are not required to accept this License, since you have not
signed it. However, nothing else grants you permission to modify or
distribute the Library or its derivative works. These actions are
prohibited by law if you do not accept this License. Therefore, by
modifying or distributing the Library (or any work based on the
Library), you indicate your acceptance of this License to do so, and
all its terms and conditions for copying, distributing or modifying
the Library or works based on it.
10. Each time you redistribute the Library (or any work based on the
Library), the recipient automatically receives a license from the
original licensor to copy, distribute, link with or modify the Library
subject to these terms and conditions. You may not impose any further
restrictions on the recipients' exercise of the rights granted herein.
You are not responsible for enforcing compliance by third parties with
this License.
11. If, as a consequence of a court judgment or allegation of patent
infringement or for any other reason (not limited to patent issues),
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
distribute so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you
may not distribute the Library at all. For example, if a patent
license would not permit royalty-free redistribution of the Library by
all those who receive copies directly or indirectly through you, then
the only way you could satisfy both it and this License would be to
refrain entirely from distribution of the Library.
If any portion of this section is held invalid or unenforceable under any
particular circumstance, the balance of the section is intended to apply,
and the section as a whole is intended to apply in other circumstances.
It is not the purpose of this section to induce you to infringe any
patents or other property right claims or to contest validity of any
such claims; this section has the sole purpose of protecting the
integrity of the free software distribution system which is
implemented by public license practices. Many people have made
generous contributions to the wide range of software distributed
through that system in reliance on consistent application of that
system; it is up to the author/donor to decide if he or she is willing
to distribute software through any other system and a licensee cannot
impose that choice.
This section is intended to make thoroughly clear what is believed to
be a consequence of the rest of this License.
12. If the distribution and/or use of the Library is restricted in
certain countries either by patents or by copyrighted interfaces, the
original copyright holder who places the Library under this License may add
an explicit geographical distribution limitation excluding those countries,
so that distribution is permitted only in or among countries not thus
excluded. In such case, this License incorporates the limitation as if
written in the body of this License.
13. The Free Software Foundation may publish revised and/or new
versions of the Lesser 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 Library
specifies a version number of this License which applies to it and
"any later version", you have the option of following the terms and
conditions either of that version or of any later version published by
the Free Software Foundation. If the Library does not specify a
license version number, you may choose any version ever published by
the Free Software Foundation.
14. If you wish to incorporate parts of the Library into other free
programs whose distribution conditions are incompatible with these,
write to the author to ask for permission. For software which is
copyrighted by the Free Software Foundation, write to the Free
Software Foundation; we sometimes make exceptions for this. Our
decision will be guided by the two goals of preserving the free status
of all derivatives of our free software and of promoting the sharing
and reuse of software generally.
NO WARRANTY
15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
OTHER PARTIES PROVIDE THE LIBRARY "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
LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
AND/OR REDISTRIBUTE THE LIBRARY 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
LIBRARY (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 LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGES.
END OF TERMS AND CONDITIONS
How to Apply These Terms to Your New Libraries
If you develop a new library, and you want it to be of the greatest
possible use to the public, we recommend making it free software that
everyone can redistribute and change. You can do so by permitting
redistribution under these terms (or, alternatively, under the terms of the
ordinary General Public License).
To apply these terms, attach the following notices to the library. It is
safest to attach them to the start of each source file to most effectively
convey the exclusion of warranty; and each file should have at least the
"copyright" line and a pointer to where the full notice is found.
Comty-Development
Copyright (C) 2020 srgooglo
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
This library 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
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
USA
Also add information on how to contact you by electronic and paper mail.
You should also get your employer (if you work as a programmer) or your
school, if any, to sign a "copyright disclaimer" for the library, if
necessary. Here is a sample; alter the names:
Yoyodyne, Inc., hereby disclaims all copyright interest in the
library `Frob' (a library for tweaking knobs) written by James Random
Hacker.
{signature of Ty Coon}, 1 April 1990
Ty Coon, President of Vice
That's all there is to it!
7. Governing Law
This Comty License shall be governed by and construed in accordance with the laws of Spain, without regard to its conflict of law principles.
A prototype of a platform inside of application focused on services and creatives.
The platform to hold all your creative.
> 👋 We have a open alpha preview version of the project, you can access it from [https://preview.comty.app](https://preview.comty.app)
## 🌟 Some of features
🚀 Real-time updates are provided to users about various activities such as new followers, likes, posts, comments, and more, thanks to a bid event engine that uses websockets.
> 👋 We have a official beta instance, you can access it from [https://comty.app](https://comty.app)
## 🌟 Some of the features
📝 A microblogging system similar to Twitter allows users to post short messages with attachments and more.
🎥 Comty TV is a live video streaming feature that allows users to stream their videos, events, or anything else in real-time to other users. It provides playback anywhere, including HLS, RTMP, FLV, and WebRTC, without vendor lock-in.
🎥 Comty TV is a live video streaming feature that allows users to stream their videos, events, or anything else in real-time to other users. It provides "playback anywhere™" URL's, including HLS, RTMP, RTSP without vendor lock-in.
> Now supports restreams! Easily push your streams to whatever you want.
🎶 Comty Music lets users publish their music masterpieces, share their playlists with other users, and synchronize their music with other platforms. A powerful music player is also included in the application.
🧩 Modular and Extensible architecture allows developers to create and publish extensions for the platform using the powerful API provided by Comty.
## 🌐 Available platforms
We have official public services that you can find on these platforms!
🌐 Web | [https://comty.app](https://comty.app)
📱 (Outdated) Android APK (unsigned) (bundle auto update) | [https://github.com/ragestudio/comty/releases/download/0.50.4/app-release.apk](https://github.com/ragestudio/comty/releases/download/0.50.4/app-release.apk)
## 🚀 Development
### Prerequisites
For local development you will need to have installed some tools:
Check the [getting-started.md](./docs/development/getting-started.md) document to get started with the development.
- Install Node.js (v13 or higher) [manualy](https://nodejs.org/en/download/) or use [nvm](https://github.com/nvm-sh/nvm) tool (Recommended)
## 🤝 Contributions
Contributions to Comty are welcome. If you want to contribute, please follow the instructions mentioned in the [CONTRIBUTING.md](./CONTRIBUTING.md) file.
Please read the related document [CODE_STYLE.md](./CODE_STYLE.md) for more details.
- Install [Docker](https://docs.docker.com/get-docker/), used for building and deployment
## 🧑💻 Code of Conduct
We provide a [CODE_OF_CONDUCT.md](./CODE_OF_CONDUCT.md) file to help you understand what behavior is expected and unacceptable in the project.
### Setup
- Getting the repository
```shell
git clone https://github.com/ragestudio/comty && cd comty
```
## 📜 License
Comty is licensed under the Comty license. See the [LICENSE](./LICENSE) file for more details.
- Installing all dependencies
```shell
yarn
```
## 🧑🔬 Status
The project is in alpha design phase, and the development is slow but continuous, prioritizing quality to ensure the project base is preserved for a long time.
### Starting the development server
- You can use the command `yarn dev` to start all development servers with the `nodemon` package, which will restart the server when a file is changed.
> 👥 The Comty team is looking for new members, and any contribution to the project is very welcome.
## Status
😎 The project is in alpha design phase, and the development is slow but continuous, prioritizing quality to ensure the project base is preserved for a long time.
## 👥 The Comty team is looking for new members, and any contribution to the project is very welcome.
> If you are interested in more depth in the project, you can join our [Discord server](https://discord.gg/yxQR6EXf2F) and talk to us.
## Contributions 🤝
Contributions to Comty are welcome. If you want to contribute, please follow the instructions mentioned in the CONTRIBUTING.md file.
* [+33/-33][app | message_server | music_spaces_server | server | wrapper] [Bump version to 0.45.0](https://github.com/ragestudio/comty/commit/2e775f5b2a20ed12f16b84cc9cbe83f771da4c6f) - by [@SrGooglo](https://github.com/srgooglo)
* [+50/-32][release.js | utils] [fix auto bump](https://github.com/ragestudio/comty/commit/a68ad90d89574fd7fbc76cc044452cfeac7a2742) - by [@SrGooglo](https://github.com/srgooglo)
* [+301/-301][app | message_server | music_spaces_server | server | wrapper] [Bump version to true](https://github.com/ragestudio/comty/commit/c5de430f34a0bad7642b7bb73467998703d918a0) - by [@SrGooglo](https://github.com/srgooglo)
* [+14/-3][release.js] [fix auto bump](https://github.com/ragestudio/comty/commit/96ab815ab316b3f7c950ab03fcaff234c4da6f1c) - by [@SrGooglo](https://github.com/srgooglo)
* [+242/-33][release.js | utils] [improve release script with new args](https://github.com/ragestudio/comty/commit/2a5067e5f5d81b0924bef2e08a3a30fa0e41409b) - by [@SrGooglo](https://github.com/srgooglo)
* [+3/-3][app | wrapper] [rename packages names](https://github.com/ragestudio/comty/commit/a12d47ecbd937dad2cc2272cb5571c1b80dd75ba) - by [@SrGooglo](https://github.com/srgooglo)
* [+6/-1][internal] [added redis stack to `docker-compose`](https://github.com/ragestudio/comty/commit/173734cfa57dcae8fe65bddfb679639de4881a5c) - by [@SrGooglo](https://github.com/srgooglo)
* [+7/-5][server] [move `registerBaseAliases` to index](https://github.com/ragestudio/comty/commit/0fa0af063621d2a826da1ceb2d3e721033d44fab) - by [@SrGooglo](https://github.com/srgooglo)
* [+4/-3][app | server] [update dependencies](https://github.com/ragestudio/comty/commit/ad4fbab1edcdcd21201418d04163891c0779eb98) - by [@SrGooglo](https://github.com/srgooglo)
* [+21/-14][app] [improve error & exit handling on livestream viewer](https://github.com/ragestudio/comty/commit/8b711e9aba93321d464b22cb7e1a73364582f43e) - by [@SrGooglo](https://github.com/srgooglo)
* [+6/-0][app] [display limits alerts on livestream control panel](https://github.com/ragestudio/comty/commit/664d6752e2ef142b81b8c9d75534c93082292283) - by [@SrGooglo](https://github.com/srgooglo)
* [+44/-23][app | server] [refactor for new livestreams v2](https://github.com/ragestudio/comty/commit/cf068d5bec4199b2e4e0bffb1cc2c1e8a0018567) - by [@SrGooglo](https://github.com/srgooglo)
* [+7/-0][app] [added livestream api as instance](https://github.com/ragestudio/comty/commit/bfb6b46406c1852cbfd06858698c6930460c6595) - by [@SrGooglo](https://github.com/srgooglo)
* [+13/-1][app] [support custom instances for `customRequest`](https://github.com/ragestudio/comty/commit/27577a3411a2eeaf5840c721d12e59f7a8bc6bc5) - by [@SrGooglo](https://github.com/srgooglo)
* [+108/-0][app | server] [implement server limits](https://github.com/ragestudio/comty/commit/80d79a555354974dd1ca2564cc5b97edad688175) - by [@SrGooglo](https://github.com/srgooglo)
* [+11/-474][app] [remove unused components](https://github.com/ragestudio/comty/commit/cc543e865f062ac54fe03d8e544ebad020748a16) - by [@SrGooglo](https://github.com/srgooglo)
* [+198/-2][app | server] [implement changelogs and releases notes](https://github.com/ragestudio/comty/commit/d96ac7304fc21b5830b27b5a9a53045dbd363aac) - by [@SrGooglo](https://github.com/srgooglo)
* [+6/-6][app | message_server | music_spaces_server | server | wrapper] [Bump version to 0.45.1](https://github.com/ragestudio/comty/commit/f07a3cbca07d0b36fdf510941feb2c20f47496c6) - by [@SrGooglo](https://github.com/srgooglo)
* [+97/-21][app] [💄 Added dropdown menu for account item](https://github.com/ragestudio/comty/commit/d8cb3cb76cc44d76686be169dc4d13c5297296e9) - by [@SrGooglo](https://github.com/srgooglo)
* [+1/-0][app] [♻️ use `useUrlQueryActiveKey` hook](https://github.com/ragestudio/comty/commit/36ce1f9eb7e0c32d8ec97e31bc8663460bc85f82) - by [@SrGooglo](https://github.com/srgooglo)
* [+1/-0][app] [🔧 Update default settings with compressor defaut value](https://github.com/ragestudio/comty/commit/230e648d1125e1445c15d302f82f907344e2ef34) - by [@SrGooglo](https://github.com/srgooglo)
* [+22/-0][app] [✨ Added new `useUrlQueryActiveKey` hook](https://github.com/ragestudio/comty/commit/fe11eef2daf53281e8cdff8b65c3f0d82d5af4dc) - by [@SrGooglo](https://github.com/srgooglo)
* [+243/-0][app] [✨ Added compressor settings](https://github.com/ragestudio/comty/commit/f0b00a3df8cc8b82308ce873497dcd557b2de487) - by [@SrGooglo](https://github.com/srgooglo)
* [+309/-63][app] [✨ Support for audio processor nodes](https://github.com/ragestudio/comty/commit/f4f7e697e1a867b4d8d6ac67ee04b472e6f48617) - by [@SrGooglo](https://github.com/srgooglo)
* [+0/-3][internal] [remove .corenode](https://github.com/ragestudio/comty/commit/231d324e78d03eddb94724a798704b453b1c7f3c) - by [@SrGooglo](https://github.com/srgooglo)
* [+18/-0][v0-45-0.md] [appen changelog](https://github.com/ragestudio/comty/commit/bade624cc49b09b767d01bfa79717765a050807d) - by [@SrGooglo](https://github.com/srgooglo)
* [+1/-1][utils] [use double newline](https://github.com/ragestudio/comty/commit/218f402d4e632e5d1802821339a5b154f3d4abf9) - by [@SrGooglo](https://github.com/srgooglo)
* [+18/-4][release.js] [upload changelog asset on release](https://github.com/ragestudio/comty/commit/3bfab75f40f1b0424b79572b03665187530bafdb) - by [@SrGooglo](https://github.com/srgooglo)
* [+13/-11][app] [🐛 Handle `currentValue` sometimes didnt has corrects values, causing render errors](https://github.com/ragestudio/comty/commit/9609e8037c64c2dade33bb6afc75f86a44a48292) - by [@SrGooglo](https://github.com/srgooglo)
* [+4/-4][release.js] [return `outPath` if `--noCompress`](https://github.com/ragestudio/comty/commit/d353c24aeb17f554ceb62cdea94bcbc84fe48322) - by [@SrGooglo](https://github.com/srgooglo)
* [+6/-6][app | message_server | music_spaces_server | server | wrapper] [Bump version to 0.45.2](https://github.com/ragestudio/comty/commit/7b4cd38d73e71b25a29eb2c83cbd9af9b7cff5b0) - by [@SrGooglo](https://github.com/srgooglo)
* [+2/-2][release.js] [fix broken `changelogFilepath`](https://github.com/ragestudio/comty/commit/4d5037fa80bb5ea3ab62670eef335dce30670929) - by [@SrGooglo](https://github.com/srgooglo)
* [+23/-0][v0-45-1.md] [added changelog](https://github.com/ragestudio/comty/commit/2b47a918f042f0c684dc06c1529b87ba63a6dd08) - by [@SrGooglo](https://github.com/srgooglo)
* [+1/-1][marketplace_server] [added `build-essential` to Dockerfile](https://github.com/ragestudio/comty/commit/95465777a768c80838430dbbbf08f77711077e28) - by [@SrGooglo](https://github.com/srgooglo)
* [+22/-0][marketplace_server] [added Dockerfile to marketplace server](https://github.com/ragestudio/comty/commit/94aadacd5ff58693e60414d64ee4e0d8fa7b0312) - by [@SrGooglo](https://github.com/srgooglo)
* [+10/-2][internal] [added `marketplace_server` to compose](https://github.com/ragestudio/comty/commit/cdd512dc5e2fdca61427387b112ceac7c0414c36) - by [@SrGooglo](https://github.com/srgooglo)
* [+130/-19][app] [added searcher ui](https://github.com/ragestudio/comty/commit/5540f6faf9995cc2acedc1cdcd3ed74bfed45e81) - by [@SrGooglo](https://github.com/srgooglo)
* [+3/-7][app] [fix widgets sort](https://github.com/ragestudio/comty/commit/b4742f99e6b2379e12aab40d95977f23b332cdd0) - by [@SrGooglo](https://github.com/srgooglo)
* [+29/-25][app] [use timer for debounce](https://github.com/ragestudio/comty/commit/c7c49b2587c1f8b04ee519b0c93921d0ae569638) - by [@SrGooglo](https://github.com/srgooglo)
* [+48/-17][app] [improve state events logics](https://github.com/ragestudio/comty/commit/6694e0e3340b931415de73528a8f8381a6ce4926) - by [@SrGooglo](https://github.com/srgooglo)
* [+1/-0][app] [use general group](https://github.com/ragestudio/comty/commit/f23f56874122947f8a75c204c9822c093d10691e) - by [@SrGooglo](https://github.com/srgooglo)
* [+20/-18][app] [fix crash when `loadedWidgets` is not a array](https://github.com/ragestudio/comty/commit/b2127fc0d64be9dee509c16a728304a5d087b8ed) - by [@SrGooglo](https://github.com/srgooglo)
* [+23/-0][marketplace_server] [added `ComtyClient`](https://github.com/ragestudio/comty/commit/3e49de7a0ff47a6a37a5cd4925858e91a71b1297) - by [@SrGooglo](https://github.com/srgooglo)
* [+1/-0][marketplace_server] [added dep](https://github.com/ragestudio/comty/commit/d316b1e6afce73982081d0b9573ff8336ad45d65) - by [@SrGooglo](https://github.com/srgooglo)
* [+29/-2][marketplace_server] [alias `comty.js` lib](https://github.com/ragestudio/comty/commit/ef5eb24af4a1584a7eaad704b809639cfb64770a) - by [@SrGooglo](https://github.com/srgooglo)
* [+4/-1][marketplace_server] [improve remote url composition](https://github.com/ragestudio/comty/commit/f88fc3df7f7fc50ab1ab18db7c857cfb9f7b64e7) - by [@SrGooglo](https://github.com/srgooglo)
* [+0/-5][marketplace_server] [remove unused endpoint](https://github.com/ragestudio/comty/commit/3c23e005e3c3e1216c967405239cb0fa6957f0ad) - by [@SrGooglo](https://github.com/srgooglo)
* [+142/-0][marketplace_server] [implement publish endpoint](https://github.com/ragestudio/comty/commit/e63a9e61975a71a6d01ec75abb6e76e9e4f694c7) - by [@SrGooglo](https://github.com/srgooglo)
* [+26/-21][marketplace_server] [fix hangups if remote storage fails](https://github.com/ragestudio/comty/commit/83d5bf9127640df75c17a386e916d6856139d45d) - by [@SrGooglo](https://github.com/srgooglo)
* [+10/-1][marketplace_server] [support for especial character](https://github.com/ragestudio/comty/commit/f8ae9c1e1ad2ab5f262839233951ad2ad22423ca) - by [@SrGooglo](https://github.com/srgooglo)
* [+23/-0][marketplace_server] [added `syncFolder` util](https://github.com/ragestudio/comty/commit/a3e9503ded906126ada362cb3d4767d3fdc022b3) - by [@SrGooglo](https://github.com/srgooglo)
* [+113/-0][publishWidget.js] [added `publishWidget` script](https://github.com/ragestudio/comty/commit/165c78abaafd699808f265d78bc4a16c04a46dbc) - by [@SrGooglo](https://github.com/srgooglo)
* [+4/-0][app] [return null if not exist table](https://github.com/ragestudio/comty/commit/93612ce9566d80c4d94e5a66ada55ad18865844b) - by [@SrGooglo](https://github.com/srgooglo)
* [+2/-0][app] [format](https://github.com/ragestudio/comty/commit/1342c76261dcde93f6013818df5d44a76f4c4396) - by [@SrGooglo](https://github.com/srgooglo)
* [+1/-1][server] [fix mismatching naming](https://github.com/ragestudio/comty/commit/22c7b61d3fd0a8277e00c6a771243a55d0583572) - by [@SrGooglo](https://github.com/srgooglo)
* [+34/-0][marketplace_server] [added `useAuth` middleware](https://github.com/ragestudio/comty/commit/b553e69a1732aac3c05594c74847b143c4bf2b0e) - by [@SrGooglo](https://github.com/srgooglo)
* [+3/-48][marketplace_server] [clean](https://github.com/ragestudio/comty/commit/bd14963fa99afddbf6d7c18b63620e3d40c63d5d) - by [@SrGooglo](https://github.com/srgooglo)
* [+9/-0][marketplace_server] [implement `ComtyClient`](https://github.com/ragestudio/comty/commit/8d504c14005f553e20be3ddf2d7d9952902a1c22) - by [@SrGooglo](https://github.com/srgooglo)
* [+14/-2][comty.js] [__comty_shared_state `session.destroy` emit](https://github.com/ragestudio/comty/commit/8e534f6b7ed7148e459592500b0b65c49f51b00e) - by [@SrGooglo](https://github.com/srgooglo)
* [+9/-9][app | chat_server | comty.js | file_server | marketplace_server | music_server | server | wrapper] [Bump version to 0.46.1](https://github.com/ragestudio/comty/commit/d9712dadf07d53c77242f720075563bdbb33be71) - by [@SrGooglo](https://github.com/srgooglo)
* [+4/-4][comty.js] [fix some methods having bad namings](https://github.com/ragestudio/comty/commit/842266fdf8655c3743d579120c55397db3b0060b) - by [@SrGooglo](https://github.com/srgooglo)
* [+8/-1][app] [support disabled groups](https://github.com/ragestudio/comty/commit/5c9ffb766c2e5f53e105e61baccfa83f2317fd83) - by [@SrGooglo](https://github.com/srgooglo)
* [+24/-10][comty.js] [improve websocket params and auth logics](https://github.com/ragestudio/comty/commit/3275f8382cb0a0c4e9ca86d4b26e9bea6a8b2d51) - by [@SrGooglo](https://github.com/srgooglo)
* [+763/-522][app | chat_server | comty.js | message_server] [reimplement `message_server` as new `chat_server`](https://github.com/ragestudio/comty/commit/e0c1899ab5702abfd7842a3cbcb937a567c25607) - by [@SrGooglo](https://github.com/srgooglo)
* [+6/-1][server] [return token decoded](https://github.com/ragestudio/comty/commit/7b33e428abb8ba67b9466dac838aae6fb47f2aa2) - by [@SrGooglo](https://github.com/srgooglo)
* [+9/-9][internal] [fix order of ports](https://github.com/ragestudio/comty/commit/e00c96504e4c4f47dd37bc00b4446c9479a2d3f5) - by [@SrGooglo](https://github.com/srgooglo)
* [+59/-0][v0-46-0.md] [added changelog](https://github.com/ragestudio/comty/commit/59460857f802cd49496d50e8ba7504a4955be046) - by [@SrGooglo](https://github.com/srgooglo)
* [+1/-1][marketplace_server] [added `FORCE_CODE_SSL` env](https://github.com/ragestudio/comty/commit/6ee11d77899edfa518284992ef68d5110442d0cc) - by [@SrGooglo](https://github.com/srgooglo)
* [+15/-15][app | chat_server | comty.js | file_server | marketplace_server | music_server | server | wrapper] [Bump version to 0.47.0](https://github.com/ragestudio/comty/commit/ced5314ffcdba8c0e803fb60921b46d122e4b601) - by [@SrGooglo](https://github.com/srgooglo)
* [+76/-9][app] [some improvements to post list render lifecycle](https://github.com/ragestudio/comty/commit/ee6138b58e0bd6df4bb215bfd972d9e25d40ac12) - by [@SrGooglo](https://github.com/srgooglo)
* [+17/-2][server] [added missing user data](https://github.com/ragestudio/comty/commit/5ec40e01636187fa657845201fd00f49dac3bbfc) - by [@SrGooglo](https://github.com/srgooglo)
* [+29/-121][app] [use context](https://github.com/ragestudio/comty/commit/2619d7b355f626d5756695e7872c07c0ae9cbd7c) - by [@SrGooglo](https://github.com/srgooglo)
* [+51/-20][app] [improve update logic](https://github.com/ragestudio/comty/commit/ed7c0f9b01c8e6b54caff802bf9bdef2d09c8ea0) - by [@SrGooglo](https://github.com/srgooglo)
* [+205/-97][app] [implement search feature](https://github.com/ragestudio/comty/commit/8946e0922f92d5877f975d698d3847efa9b5042d) - by [@SrGooglo](https://github.com/srgooglo)
* [+121/-26][app] [use searcher](https://github.com/ragestudio/comty/commit/ace6e10a926fafa97a46c5ee9df7635390d0c22b) - by [@SrGooglo](https://github.com/srgooglo)
* [+1/-1][app] [enable `renderResults` for searcher](https://github.com/ragestudio/comty/commit/b41cb980dcd7d3094bce20fffc1bb5609a3af80e) - by [@SrGooglo](https://github.com/srgooglo)
* [+58/-11][comty.js] [use music api instance](https://github.com/ragestudio/comty/commit/60ba6cf2c642152580c919749732f4264b64f71b) - by [@SrGooglo](https://github.com/srgooglo)
* [+3/-0][server] [initialize `CacheService`](https://github.com/ragestudio/comty/commit/3819fb3101c943f7588a71cf0908f1882a000909) - by [@SrGooglo](https://github.com/srgooglo)
* [+2/-399][server] [remove unnecessary controllers](https://github.com/ragestudio/comty/commit/f083c2cd5734973f566f1cb453a8f4e7bce1b9b1) - by [@SrGooglo](https://github.com/srgooglo)
* [+54/-4][server] [use `CacheService`](https://github.com/ragestudio/comty/commit/f1d63246413b28abab4e97360011ab28763b7b93) - by [@SrGooglo](https://github.com/srgooglo)
* [+431/-39][music_server] [move routes from main api](https://github.com/ragestudio/comty/commit/ff49cadde09752977ab8da691c2ac995f6293588) - by [@SrGooglo](https://github.com/srgooglo)
* [+1/-1][app] [use new visibility value](https://github.com/ragestudio/comty/commit/2bab67da15525e0a254eab2157fe777dfa918f87) - by [@SrGooglo](https://github.com/srgooglo)
* [+29/-2][app] [added lyrics & spotify id options](https://github.com/ragestudio/comty/commit/ef193f7527d503ffab6c4e5923177489568e379a) - by [@SrGooglo](https://github.com/srgooglo)
* [+20/-39][app] [clean up](https://github.com/ragestudio/comty/commit/6961ede4fae1d78c58a25f2973d431ad1daaa69c) - by [@SrGooglo](https://github.com/srgooglo)
* [+234/-0][app] [added `MusicTrack` component](https://github.com/ragestudio/comty/commit/6ed248f8d84da6d602b5d426dd3c38824752d596) - by [@SrGooglo](https://github.com/srgooglo)
* [+81/-21][app] [improve `Searcher` methods](https://github.com/ragestudio/comty/commit/d5cd03ac37aa4cbb52c900a30a857813cd40543b) - by [@SrGooglo](https://github.com/srgooglo)
* [+0/-3][app] [update exports](https://github.com/ragestudio/comty/commit/3fad41fc14b6e6b2a826d77a2eef9cd53e53e600) - by [@SrGooglo](https://github.com/srgooglo)
* [+57/-1][app] [resolve incomplete playlist manifests](https://github.com/ragestudio/comty/commit/028e23b7c78ce9725d03f0906f80edd98ed92382) - by [@SrGooglo](https://github.com/srgooglo)
* [+6/-1][app] [if key is not valid delete from history](https://github.com/ragestudio/comty/commit/e6812b62937a2339d844906d3250b40c55e72364) - by [@SrGooglo](https://github.com/srgooglo)
* [+57/-115][app] [use `WithPlayerContext`](https://github.com/ragestudio/comty/commit/01b6fbd71b13011372b30b69a390ce08d8cc5dae) - by [@SrGooglo](https://github.com/srgooglo)
* [+90/-0][app] [added `WithPlayerContext` context](https://github.com/ragestudio/comty/commit/27147f8d64c149f13756f06ffb4ccb3437057503) - by [@SrGooglo](https://github.com/srgooglo)
* [+84/-0][music_server] [implement `Errors` classes](https://github.com/ragestudio/comty/commit/5ebe2702d05cbaa71ca43ca7e2974d74cf1b9aca) - by [@SrGooglo](https://github.com/srgooglo)
* [+17/-0][app] [use fullscreen](https://github.com/ragestudio/comty/commit/0543b56be04be71a849eff9d75e975428d742306) - by [@SrGooglo](https://github.com/srgooglo)
* [+11/-0][comty.js] [reconnect if instance has no auth token](https://github.com/ragestudio/comty/commit/ca569b3eaa0a771f14baab9177afe50cdb4f0b4a) - by [@SrGooglo](https://github.com/srgooglo)
* [+8/-0][app] [implemented `location.lastPathname`](https://github.com/ragestudio/comty/commit/9cf49eb9fd32adbcda5eba03c6d329c82365cf12) - by [@SrGooglo](https://github.com/srgooglo)
* [+314/-145][app] [improve handlers & style](https://github.com/ragestudio/comty/commit/95bae7cb614f6377a7431fe4cf8432eb93645914) - by [@SrGooglo](https://github.com/srgooglo)
* [+2/-3][app] [use new imports](https://github.com/ragestudio/comty/commit/5d6629402d2e820b950821e8d931be6a51eda959) - by [@SrGooglo](https://github.com/srgooglo)
* [+759/-688][app] [move player components to individual dir](https://github.com/ragestudio/comty/commit/c962f19ff8949e8e2f7c7656c3a355ac6a43bd19) - by [@SrGooglo](https://github.com/srgooglo)
* [+7/-0][internal] [added `file_server` to docker compose](https://github.com/ragestudio/comty/commit/29ca3f0a0e70c2ac4337c4976deccc57b64c0563) - by [@SrGooglo](https://github.com/srgooglo)
* [+9/-9][app | chat_server | file_server | marketplace_server | music_server | server | wrapper] [Bump version to 0.47.1](https://github.com/ragestudio/comty/commit/a3266ca4c7dd4ad8166506341fa9388fef2ce50b) - by [@SrGooglo](https://github.com/srgooglo)
File server api](https://github.com/ragestudio/comty/commit/8cf45b0bef526995a6e51dc63d19de8d7ecf7e0f) - by [@srgooglo](https://github.com/srgooglo)
* [+8/-1][app] [set location to `/` if cannot back](https://github.com/ragestudio/comty/commit/2519295db1746371ede77ec9585ced8eed017afc) - by [@SrGooglo](https://github.com/srgooglo)
* [+4/-13][app] [remove unnecesary properties](https://github.com/ragestudio/comty/commit/89085b9b6a870285821591f23fd3ea5be7cc9b1e) - by [@SrGooglo](https://github.com/srgooglo)
* [+22/-4][music_server] [fix old schema validation](https://github.com/ragestudio/comty/commit/e9fc61fb058e8f63e914f86710ccbe6286d8c6c9) - by [@SrGooglo](https://github.com/srgooglo)
* [+137/-158][music_server] [split services](https://github.com/ragestudio/comty/commit/5db0863943882b1091c6b4f81ee07e9d227546b0) - by [@SrGooglo](https://github.com/srgooglo)
* [+15/-7][app | music_server] [use thumbnails as fallback](https://github.com/ragestudio/comty/commit/6eb69a8ef819d615c163b05db31978fcf727cb83) - by [@SrGooglo](https://github.com/srgooglo)
* [+15/-45][app] [use `remoteStorage.uploadFile` method](https://github.com/ragestudio/comty/commit/edd6b2534b1fa093dbee2096dfbca91bc11309f6) - by [@SrGooglo](https://github.com/srgooglo)
* [+6/-0][comty.js] [added `files` server to remotes](https://github.com/ragestudio/comty/commit/f655eea6139e19f73275ee603ac83cf87c3bf7cb) - by [@SrGooglo](https://github.com/srgooglo)
* [+200/-95][app] [use new `ChunckedUpload` api](https://github.com/ragestudio/comty/commit/d5977ff2b22dbc0670572c04e26a3280b0a4e1dd) - by [@SrGooglo](https://github.com/srgooglo)
* [+1272/-20][file_server] [implement `file_server`](https://github.com/ragestudio/comty/commit/e38a139c12dbfef2ba032ced69acd3a62f522e47) - by [@SrGooglo](https://github.com/srgooglo)
* [+36/-21][server] [improve method](https://github.com/ragestudio/comty/commit/5c4d3ddd8403cdf91e7779972993b16d21d0825d) - by [@SrGooglo](https://github.com/srgooglo)
* [+0/-0][internal] [Merge branch 'master' of https://github.com/ragestudio/comty](https://github.com/ragestudio/comty/commit/7613f67fef9595f47170d5172b83702ee6fe6e13) - by [@SrGooglo](https://github.com/srgooglo)
* [+6/-0][chat_server | music_server] [added linebridge](https://github.com/ragestudio/comty/commit/8305200c032346a7fefd77d5c92c540fa40771ff) - by [@SrGooglo](https://github.com/srgooglo)
* [+1/-0][music_server] [added linebridge](https://github.com/ragestudio/comty/commit/5453818f9780f36e8f5a858840fc378706cc1efd) - by [@SrGooglo](https://github.com/srgooglo)
* [+21/-6][internal] [use new env path and internal_net](https://github.com/ragestudio/comty/commit/12b92bfe09e986d3b13424ce3cbbc9645e3b9304) - by [@SrGooglo](https://github.com/srgooglo)
* [+4/-2][internal] [update dev script](https://github.com/ragestudio/comty/commit/2bb71c3f3fc49124de6ba36be90e94d146cb88d9) - by [@SrGooglo](https://github.com/srgooglo)
* [+0/-1][internal] [remove unused file](https://github.com/ragestudio/comty/commit/98ab069ed0aacee9e4a182282f64d3d2651cb626) - by [@SrGooglo](https://github.com/srgooglo)
* [+105/-0][postinstall.js] [added postinstall script](https://github.com/ragestudio/comty/commit/2d51ef69d8c2328f9f684ff5b2db7897a126a308) - by [@SrGooglo](https://github.com/srgooglo)
* [+2/-2][publishWidget.js] [typo](https://github.com/ragestudio/comty/commit/82a5f7a76a98e029e1ab1049d2dd36eaf7ef4c6e) - by [@SrGooglo](https://github.com/srgooglo)
* [+30/-0][music_server] [added missing delete playlist endpoint](https://github.com/ragestudio/comty/commit/227820c56b382fc74e7bf9cace50df65aa5b95b1) - by [@SrGooglo](https://github.com/srgooglo)
* [+6/-4][music_server] [improve route generation](https://github.com/ragestudio/comty/commit/75adbc0c96522d66980d1412b30f6fd6f59ee95a) - by [@SrGooglo](https://github.com/srgooglo)
* [+0/-208][chat_server] [remove classes](https://github.com/ragestudio/comty/commit/0b92dfc74b7fa1ec6e529e86c5c2b067443e3480) - by [@SrGooglo](https://github.com/srgooglo)
* [+1/-1][comty.js] [use new route](https://github.com/ragestudio/comty/commit/4fb81648f85da5fbe05ae9ca50ffcd9150fcd77c) - by [@SrGooglo](https://github.com/srgooglo)
* [+17/-7][app] [improve modification logic](https://github.com/ragestudio/comty/commit/1ae44d6c861e383b39dfa089c1ab6dcc4bce7d31) - by [@SrGooglo](https://github.com/srgooglo)
* [+19/-8][app] [use cover](https://github.com/ragestudio/comty/commit/2e627a2b718fd4bd45e8682943269bc7d5efb188) - by [@SrGooglo](https://github.com/srgooglo)
* [+619/-0][classes] [added shared classes](https://github.com/ragestudio/comty/commit/682e081f035e0f108314408478e26da4664f02a6) - by [@SrGooglo](https://github.com/srgooglo)
* [+10/-8][file_server] [added missing dependencies](https://github.com/ragestudio/comty/commit/b8a87800cd4e64d3e969a2d27f53e5749c272583) - by [@SrGooglo](https://github.com/srgooglo)
* [+2/-1][file_server] [added missing script](https://github.com/ragestudio/comty/commit/93b07d72aa4c003af81d26b213dc8e9b521dfcf0) - by [@SrGooglo](https://github.com/srgooglo)
* [+2/-0][internal] [added redis env](https://github.com/ragestudio/comty/commit/45845327bb908c58690691931a713c84fb09ade0) - by [@SrGooglo](https://github.com/srgooglo)
* [+45/-0][v0-47-1.md] [added changelogs](https://github.com/ragestudio/comty/commit/2e7b6fa7a798227dea7c7e509a1a8b7069a9e867) - by [@SrGooglo](https://github.com/srgooglo)
* [+9/-9][app | chat_server | comty.js | file_server | marketplace_server | music_server | server | wrapper] [Bump version to 0.47.3](https://github.com/ragestudio/comty/commit/143fe38a84f9907d0a17f6a16fdd85b612d98496) - by [@SrGooglo](https://github.com/srgooglo)
* [+131/-26][app] [implement `SearchButton` on playlist view](https://github.com/ragestudio/comty/commit/908af64d951c783af098b370b68205fdff57a312) - by [@SrGooglo](https://github.com/srgooglo)
* [+15/-0][app] [added `useDebounce` hook](https://github.com/ragestudio/comty/commit/ea5dc617cea04e0621855f5c755a7cafc084c087) - by [@SrGooglo](https://github.com/srgooglo)
* [+7/-0][app] [added result for no releases](https://github.com/ragestudio/comty/commit/30aa13a5cdd81005af63f6d3b966c9ad45f8aa22) - by [@SrGooglo](https://github.com/srgooglo)
* [+113/-13][app] [Merge pull request #102 from ragestudio/uploads-progress_bar
Uploads progress bar](https://github.com/ragestudio/comty/commit/34b2af6c7ad30256c063b068bf59c7f2a909f23b) - by [@srgooglo](https://github.com/srgooglo)
* [+72/-2][app] [use progress bar to show uploads stus](https://github.com/ragestudio/comty/commit/4f78dc88f27529ee5e676ef7b2c8e97ab57fb401) - by [@SrGooglo](https://github.com/srgooglo)
* [+38/-8][app] [added envents props](https://github.com/ragestudio/comty/commit/f8cd98d37235864e50d859a22f535f7a6a556b76) - by [@SrGooglo](https://github.com/srgooglo)
* [+3/-3][app] [send `file` over arguments](https://github.com/ragestudio/comty/commit/8e4b1a12e25e4b4a07bb44cdc53a1ddbe27dd3f5) - by [@SrGooglo](https://github.com/srgooglo)
* [+6/-0][app] [use text-wrap balace](https://github.com/ragestudio/comty/commit/fe00017e9ea5b4a063f9a8127471f8c77717db6e) - by [@SrGooglo](https://github.com/srgooglo)
* [+1/-1][music_server] [fix bad property](https://github.com/ragestudio/comty/commit/fa4f3880b69f477eff8d352ddab3ad58844b1066) - by [@SrGooglo](https://github.com/srgooglo)
* [+17/-1][app] [added some hacks](https://github.com/ragestudio/comty/commit/9146828a149a7ef227db1c5c32706833f4201ade) - by [@SrGooglo](https://github.com/srgooglo)
* [+1/-1][music_server] [return id](https://github.com/ragestudio/comty/commit/7e75fe45eae0d0aeb700179a74f52efeaa4842a3) - by [@SrGooglo](https://github.com/srgooglo)
* [+12/-6][chat_server] [use new dockerfile](https://github.com/ragestudio/comty/commit/e3e71313041b75d0e7f68a4018fa01f2dd75a64e) - by [@SrGooglo](https://github.com/srgooglo)
* [+57/-49][chat_server | file_server | marketplace_server | music_server] [use new `shared-classes` path](https://github.com/ragestudio/comty/commit/86737c045a16d38a926794d4acdbaf5906455cf4) - by [@SrGooglo](https://github.com/srgooglo)
* [+10/-10][app | chat_server | comty.js | file_server | marketplace_server | music_server | server | wrapper] [Bump version to 0.47.4](https://github.com/ragestudio/comty/commit/c27bac5e6d9e3a1dcd9665be6d4ff93d73b179ce) - by [@SrGooglo](https://github.com/srgooglo)
* [+1/-1][app] [use thumbnail as fallback](https://github.com/ragestudio/comty/commit/1b4e7b9dfcc646e13fb45e94b8e9aa3119e3620e) - by [@SrGooglo](https://github.com/srgooglo)
Improve login form](https://github.com/ragestudio/comty/commit/a564e62fbfb0d0141240bbfa18bfaae4d5c29536) - by [@srgooglo](https://github.com/srgooglo)
* [+24/-8][app] [improve clicking outside drawe](https://github.com/ragestudio/comty/commit/b9347e42c141dd4e7133341b6a0e65f0eb1ec779) - by [@SrGooglo](https://github.com/srgooglo)
* [+122/-94][app] [improve style hidding elements instead conditional render](https://github.com/ragestudio/comty/commit/12fcf1ccebba6cb5c734759f2389da272b94b922) - by [@SrGooglo](https://github.com/srgooglo)
* [+37/-0][server] [validate if user exist](https://github.com/ragestudio/comty/commit/7e33c17921004499f85e9ca591cbc829dac63058) - by [@SrGooglo](https://github.com/srgooglo)
* [+29/-0][comty.js] [added `usernameValidation`](https://github.com/ragestudio/comty/commit/a06e559b589afddfa94930c212b8c04cbf973339) - by [@SrGooglo](https://github.com/srgooglo)
* [+2/-0][app] [storage last used version](https://github.com/ragestudio/comty/commit/49cf17b33c208ca6a29a1e9cf054516d63a5cc5d) - by [@SrGooglo](https://github.com/srgooglo)
* [+1/-1][comty.js] [use `production` env as fallback](https://github.com/ragestudio/comty/commit/fbb2ace93b462faaf168b3b92d86961c657c425d) - by [@SrGooglo](https://github.com/srgooglo)
* [+2/-2][chat_server] [change listen envs](https://github.com/ragestudio/comty/commit/69a5fbab9bcf32fdba6249de8d2b3f34ff47a194) - by [@SrGooglo](https://github.com/srgooglo)
* [+14/-9][internal] [update listen ports](https://github.com/ragestudio/comty/commit/b0e646a8b022cb851f1ddbfdce5a30eafca36971) - by [@SrGooglo](https://github.com/srgooglo)
* [+275/-83][chat_server | file_server | marketplace_server | music_server | server | post-deploy.js] [fix infisical deploy](https://github.com/ragestudio/comty/commit/c33c89bfea21d39604ad001021ab88b02fc55087) - by [@SrGooglo](https://github.com/srgooglo)
* [+9/-9][app | chat_server | comty.js | file_server | marketplace_server | music_server | server | wrapper] [Bump version to 0.47.5](https://github.com/ragestudio/comty/commit/bfb665ee03c52c18166a6186a0767dc5658b88e7) - by [@SrGooglo](https://github.com/srgooglo)
* [+3/-6][app] [update global vars](https://github.com/ragestudio/comty/commit/f3f4c0460a89f346f0a312b476497e244ef13470) - by [@SrGooglo](https://github.com/srgooglo)
* [+128/-80][app] [improve settings ui style](https://github.com/ragestudio/comty/commit/1027d372056851d978d267072b33f09850f54788) - by [@SrGooglo](https://github.com/srgooglo)
* [+1/-1][app] [fix height calculation for centered mode](https://github.com/ragestudio/comty/commit/9504b404193a5e79687184d2b6555a3c21cbb90d) - by [@SrGooglo](https://github.com/srgooglo)
* [+2/-5][app] [fix bad sizes](https://github.com/ragestudio/comty/commit/8c3b095af5015234f80ee3d46a14e56ce6afe449) - by [@SrGooglo](https://github.com/srgooglo)
* [+2/-0][app] [make background full opaque](https://github.com/ragestudio/comty/commit/f3a6dded5da7218ee777926e0ef4e0658f82fccc) - by [@SrGooglo](https://github.com/srgooglo)
* [+8/-0][app] [added text color](https://github.com/ragestudio/comty/commit/34b056301da278e66f7562ff321251b7679ee188) - by [@SrGooglo](https://github.com/srgooglo)
* [+45/-0][v0-47-4.md] [added changelogs](https://github.com/ragestudio/comty/commit/8e169a96d58f1ad67f820e3986c8bc9fe069e756) - by [@SrGooglo](https://github.com/srgooglo)
* [+10/-10][app | chat_server | comty.js | file_server | marketplace_server | music_server | server | wrapper] [Bump version to 0.48.0](https://github.com/ragestudio/comty/commit/6ca14e68c93488dbfca1cec37cffea64609b5881) - by [@SrGooglo](https://github.com/srgooglo)
* [+50/-2][app | server] [added autoupdate endpoints](https://github.com/ragestudio/comty/commit/e3bcb8255930a7ff42ab49b74baa3c48e66146b9) - by [@SrGooglo](https://github.com/srgooglo)
* [+527/-134][app] [Merge pull request #105 from ragestudio/mobile-mode-nav-improve
Mobile mode nav improve](https://github.com/ragestudio/comty/commit/b2851ccd8c1a0993d19da295a44799c705a80a63) - by [@srgooglo](https://github.com/srgooglo)
* [+332/-50][app] [implement `QuickNav`](https://github.com/ragestudio/comty/commit/f71213da8d998171027cc51ff058bb30816fd778) - by [@SrGooglo](https://github.com/srgooglo)
* [+48/-7][app] [use buttons](https://github.com/ragestudio/comty/commit/42a03c5f8780cd615e4db7e5ebb54825cb41cb87) - by [@SrGooglo](https://github.com/srgooglo)
* [+3/-1][app] [handle null](https://github.com/ragestudio/comty/commit/8e07edf738e58aec5ca77633845f5dfb3b732605) - by [@SrGooglo](https://github.com/srgooglo)
* [+5/-1][app] [fix nav](https://github.com/ragestudio/comty/commit/34d984394c15d488569b88df01cffe9ae5988492) - by [@SrGooglo](https://github.com/srgooglo)
* [+3/-0][app] [support font scale](https://github.com/ragestudio/comty/commit/01d9c83fa29dcbd13b55a2a3c2d5ce742449961b) - by [@SrGooglo](https://github.com/srgooglo)
* [+53/-63][app] [improve mobile style](https://github.com/ragestudio/comty/commit/2780f175316138171622c0889d565fe5506fb76f) - by [@SrGooglo](https://github.com/srgooglo)
* [+4/-5][app] [update vars](https://github.com/ragestudio/comty/commit/68b877cd6b44801e6d75da8fd97f2e0e6ab9b04f) - by [@SrGooglo](https://github.com/srgooglo)
* [+5/-0][app] [skip centered mode for mobile](https://github.com/ragestudio/comty/commit/56d216e89527bed6e4dbef7ca9aca594c2b424e9) - by [@SrGooglo](https://github.com/srgooglo)
* [+2/-0][app] [use react 16](https://github.com/ragestudio/comty/commit/e4f1e3ed0e002e1313e85ea5c7ce02de9243f7c1) - by [@SrGooglo](https://github.com/srgooglo)
* [+28/-0][app] [added haptics core](https://github.com/ragestudio/comty/commit/3d3ebdff15a9ad3e9fef665eb551d13661d89b7d) - by [@SrGooglo](https://github.com/srgooglo)
* [+10/-1][app] [improve for mobile mode](https://github.com/ragestudio/comty/commit/35bda8c94768f11c5629c0fd745f0f3bd1e73d18) - by [@SrGooglo](https://github.com/srgooglo)
* [+2/-2][app] [added haptic feedback for buttons](https://github.com/ragestudio/comty/commit/9f9172f3ecabd94543810677e49aaf2a69d0a749) - by [@SrGooglo](https://github.com/srgooglo)
* [+27/-4][app] [support gain amplification control](https://github.com/ragestudio/comty/commit/1f9b51dddb4e4428635158b8d90a9248c55221de) - by [@SrGooglo](https://github.com/srgooglo)
* [+5/-0][app] [disable conext menu for mobile](https://github.com/ragestudio/comty/commit/3a0cdf4437d616aaac609c53faae5f95d0e00216) - by [@SrGooglo](https://github.com/srgooglo)
* [+1300/-706][app] [Merge pull request #104 from ragestudio/rewrite-settings
Rewrite settings](https://github.com/ragestudio/comty/commit/2511bdc4fb140b1c0849fe5d96164abaddec325e) - by [@srgooglo](https://github.com/srgooglo)
* [+10/-1][app] [added missing event](https://github.com/ragestudio/comty/commit/f0d3bb266596685a222d830dc69046414ac7b2b8) - by [@SrGooglo](https://github.com/srgooglo)
* [+1022/-560][app] [split components](https://github.com/ragestudio/comty/commit/7069073d06e451b0f47e4f0cee37f49a3e550f8b) - by [@SrGooglo](https://github.com/srgooglo)
* [+125/-12][app] [refactor new method to parse settings](https://github.com/ragestudio/comty/commit/aa3e6dc53c738d997af0a3e92a415992b00c1037) - by [@SrGooglo](https://github.com/srgooglo)
* [+143/-133][app] [added missings](https://github.com/ragestudio/comty/commit/ed51b91e3ddb9936dad2c471c0f8cc9fa303f8f8) - by [@SrGooglo](https://github.com/srgooglo)
* [+3/-13][classes] [use param auth](https://github.com/ragestudio/comty/commit/9fcabfc2ad92bfac2ef5e0e285a39830f1512c87) - by [@SrGooglo](https://github.com/srgooglo)
* [+11/-8][classes] [compose db conn params](https://github.com/ragestudio/comty/commit/17825656924ca7dee40880b8343f269509f48f89) - by [@SrGooglo](https://github.com/srgooglo)
* [+1/-1][classes] [get `DB_AUTH_SOURCE` from obj](https://github.com/ragestudio/comty/commit/7ca70d013dd82ab348d98a92712a4245429822ae) - by [@SrGooglo](https://github.com/srgooglo)
* [+4/-0][classes] [support `DB_AUTH_SOURCE`](https://github.com/ragestudio/comty/commit/e89510abe66e0940d0579e39f8b7c3b0fd4a6cb7) - by [@SrGooglo](https://github.com/srgooglo)
* [+9/-9][app | chat_server | comty.js | file_server | marketplace_server | music_server | server | wrapper] [Bump version to 0.48.2](https://github.com/ragestudio/comty/commit/3f915e0c4a71e40dd136d84c2ab1d355a21d231a) - by [@SrGooglo](https://github.com/srgooglo)
* [+14/-8][app] [fix haptics core api method](https://github.com/ragestudio/comty/commit/97cbc87a812b389780d338b2a78e78aaa9c8e7f2) - by [@SrGooglo](https://github.com/srgooglo)
* [+2/-2][app] [call `notifyAppReady`](https://github.com/ragestudio/comty/commit/e3d86418a7b75c8f25b848e01ea9f8341919149f) - by [@SrGooglo](https://github.com/srgooglo)
* [+7/-0][v0-48-1.md] [added changelog](https://github.com/ragestudio/comty/commit/f855a0a83e6e0473a04879eee99867a5757ccef2) - by [@SrGooglo](https://github.com/srgooglo)
* [+10/-10][app | chat_server | comty.js | file_server | marketplace_server | music_server | server | wrapper] [Bump version to 0.49.0](https://github.com/ragestudio/comty/commit/366dcb6dda2a514f9506a2e1f9c88c7a1d741e31) - by [@SrGooglo](https://github.com/srgooglo)
* [+1/-1][marketplace_server] [fix class name](https://github.com/ragestudio/comty/commit/1d4aee580a2783b77bca5ef7253254bce75b478e) - by [@SrGooglo](https://github.com/srgooglo)
* [+117/-0][classes] [share `SecureSyncEntry` class](https://github.com/ragestudio/comty/commit/4373a2cac6af772c5d78e134d1e571e90e5d3a6d) - by [@SrGooglo](https://github.com/srgooglo)
* [+37/-0][server] [added `NFCTags` model](https://github.com/ragestudio/comty/commit/8d79012309c4db3cb0383da2ab3dc1f7b67c1ac6) - by [@SrGooglo](https://github.com/srgooglo)
* [+163/-1][server] [implement `NFCController`](https://github.com/ragestudio/comty/commit/f944cea53aa50bd0f25a640d1f7601487c54d7f2) - by [@SrGooglo](https://github.com/srgooglo)
* [+2/-1][app] [update deps](https://github.com/ragestudio/comty/commit/52d6adb3260e337d8f92a1a21bc9068aa533339f) - by [@SrGooglo](https://github.com/srgooglo)
* [+36/-0][app] [use `mediaSession`](https://github.com/ragestudio/comty/commit/f553e8e8cf56b531030ddfb50d470dd458e51791) - by [@SrGooglo](https://github.com/srgooglo)
* [+91/-0][app] [added `nfc` core](https://github.com/ragestudio/comty/commit/5bbca55a24afa8a6646fe871b4ce31e6663077d4) - by [@SrGooglo](https://github.com/srgooglo)
* [+165/-0][app] [added `TapShare` dialog](https://github.com/ragestudio/comty/commit/2111a1af5f91e4977894b777ee5c777916b97c14) - by [@SrGooglo](https://github.com/srgooglo)
* [+24/-1][app] [support `UserPreview` on bigmode](https://github.com/ragestudio/comty/commit/ceb447307d0ee5932aa2b617277bfbddf1cc50b4) - by [@SrGooglo](https://github.com/srgooglo)
* [+1/-1][app] [format](https://github.com/ragestudio/comty/commit/b0bd41e7965c3a3d305805144b72c81d250f9dcd) - by [@SrGooglo](https://github.com/srgooglo)
* [+56/-0][comty.js] [added nfc model](https://github.com/ragestudio/comty/commit/b31c7cc0f966c0e0d29edbbbb6745f7de9d54515) - by [@SrGooglo](https://github.com/srgooglo)
* [+49/-0][app] [added nfc endpoint handler](https://github.com/ragestudio/comty/commit/91645d08932a6616b80d6975f0f8d639e9a35b52) - by [@SrGooglo](https://github.com/srgooglo)
* [+1034/-0][app] [added `tap_share` settings](https://github.com/ragestudio/comty/commit/972bd9802bc1be319e35d902065c603b2b2ba0d2) - by [@SrGooglo](https://github.com/srgooglo)
* [+45/-11][server] [improve performance of method `fullfillPostsData`](https://github.com/ragestudio/comty/commit/02db8c6c13b2273d32f3091c3e9806067700ea15) - by [@SrGooglo](https://github.com/srgooglo)
* [+8/-2][app] [improve clicking outside](https://github.com/ragestudio/comty/commit/bc6ba377da1ddb4b367298aa0dfc838a907dd738) - by [@SrGooglo](https://github.com/srgooglo)
* [+51/-0][app] [added `AnimationPlayer`](https://github.com/ragestudio/comty/commit/a69e09a2ba0b19652d53412acd2154a4e4f6c2d1) - by [@SrGooglo](https://github.com/srgooglo)
* [+28/-10][app] [improve use of haptics core](https://github.com/ragestudio/comty/commit/1b5eb7c05c1d3302d400659121ee8970453bbefc) - by [@SrGooglo](https://github.com/srgooglo)
* [+9/-9][app] [update capacitor deps](https://github.com/ragestudio/comty/commit/424680df43b7b0cf7495f26f6dd1dc81276288db) - by [@SrGooglo](https://github.com/srgooglo)
* [+7/-0][v0-48-2.md] [added changelogs](https://github.com/ragestudio/comty/commit/a08662da9e66100085944f314930155a40fb7e62) - by [@SrGooglo](https://github.com/srgooglo)
* [+12/-12][app | chat_server | comty.js | file_server | marketplace_server | music_server | server | wrapper] [Bump version to 0.49.1](https://github.com/ragestudio/comty/commit/e6cc861d62a4428a44d5ffc20fd1b3406d68a682) - by [@SrGooglo](https://github.com/srgooglo)
* [+1/-2][app] [update dependencies](https://github.com/ragestudio/comty/commit/4f26ce0acdc8120c93a91a2c4f7128b9a18684d1) - by [@SrGooglo](https://github.com/srgooglo)
* [+7/-14][app] [update capacitor android config](https://github.com/ragestudio/comty/commit/b54d73b191e1a4c98f648b4d9f80b586ca5236f3) - by [@SrGooglo](https://github.com/srgooglo)
* [+95/-4][app] [added app resources](https://github.com/ragestudio/comty/commit/d88a9437679fe2bd49c205c4f6d5a41a69bc68d7) - by [@SrGooglo](https://github.com/srgooglo)
* [+0/-785][app] [remove ios](https://github.com/ragestudio/comty/commit/023d1222c9e68336b48a1564ad92c6404fd2826f) - by [@SrGooglo](https://github.com/srgooglo)
* [+606/-117][app | comty.js | wrapper] [Merge branch 'master' of https://github.com/ragestudio/comty](https://github.com/ragestudio/comty/commit/24f6f3c6d611d735ac4a7d8ebba92449348cad4b) - by [@SrGooglo](https://github.com/srgooglo)
* [+359/-59][wrapper] [added wrapper dev mode](https://github.com/ragestudio/comty/commit/622be38d2a2f926fc5ad899bd09b9a5fe4fa7eb2) - by [@SrGooglo](https://github.com/srgooglo)
* [+14/-0][comty.js] [support indev remotes](https://github.com/ragestudio/comty/commit/d9ae52c88a04fd76282282fba66ffec9f65974de) - by [@SrGooglo](https://github.com/srgooglo)
* [+17/-0][app] [support native haptics](https://github.com/ragestudio/comty/commit/4634691b31c44874391235aae75ebcd88877d57a) - by [@SrGooglo](https://github.com/srgooglo)
* [+190/-28][app] [support native nfc](https://github.com/ragestudio/comty/commit/5353780c67e193b1998e1bf7b3de1acb747a3029) - by [@SrGooglo](https://github.com/srgooglo)
* [+0/-2][app] [remove unused](https://github.com/ragestudio/comty/commit/2bd2d3a2746910cc1b45a6fa842e8b5b52db0a68) - by [@SrGooglo](https://github.com/srgooglo)
* [+26/-28][app] [remove splash](https://github.com/ragestudio/comty/commit/2fe9756506d64de6c19eb5adf08fed2b05983512) - by [@SrGooglo](https://github.com/srgooglo)
* [+323/-115][app] [update android project](https://github.com/ragestudio/comty/commit/2b09df34fd2964b2785924db7bd704029f33a295) - by [@SrGooglo](https://github.com/srgooglo)
* [+3/-1][app] [added dep](https://github.com/ragestudio/comty/commit/516dba12099ed7bb3f55340348654b614cba28cd) - by [@SrGooglo](https://github.com/srgooglo)
* [+5/-10][app] [cleanup](https://github.com/ragestudio/comty/commit/ba0521b0e1ed63ec664a3801bcb43fe551ed96f3) - by [@SrGooglo](https://github.com/srgooglo)
* [+1/-1][app] [fix flex direction](https://github.com/ragestudio/comty/commit/ef05db623dfa017e8264f37376e7eb50e7400874) - by [@SrGooglo](https://github.com/srgooglo)
* [+1/-0][app] [get drawer length](https://github.com/ragestudio/comty/commit/c30e68f27d5a57e36000c4a84b96542b3feaa9ea) - by [@SrGooglo](https://github.com/srgooglo)
* [+12/-1][app] [added `startScanning` method](https://github.com/ragestudio/comty/commit/0be9adf117732edc565ce12b3e7f9925f17f2eca) - by [@SrGooglo](https://github.com/srgooglo)
* [+39/-0][v0-49-0.md] [added changelog](https://github.com/ragestudio/comty/commit/3a1127ef9e19a930b0296a7aa3f7548fcc2ccc08) - by [@SrGooglo](https://github.com/srgooglo)
* [+12/-12][app | chat_server | comty.js | file_server | marketplace_server | music_server | server | wrapper] [Bump version to 0.49.2](https://github.com/ragestudio/comty/commit/43133b495cd0b1cc4dd550551856998b13865659) - by [@SrGooglo](https://github.com/srgooglo)
* [+3/-3][chat_server | server] [format](https://github.com/ragestudio/comty/commit/e3472a4ce25b50b8f67a6e0118bd5435df796b4f) - by [@SrGooglo](https://github.com/srgooglo)
* [+4/-4][app] [improve mobile handling on layout](https://github.com/ragestudio/comty/commit/d8567ef1f432c53cf56321ac871f808670d6fc08) - by [@SrGooglo](https://github.com/srgooglo)
* [+1/-1][app] [fetch retries from settings](https://github.com/ragestudio/comty/commit/1eb018bb47c128430f207088f0a86d40b558359e) - by [@SrGooglo](https://github.com/srgooglo)
* [+6/-4][app] [added dependencies](https://github.com/ragestudio/comty/commit/f73ed9ef458c3e9d6bd94479b8c2519863474239) - by [@SrGooglo](https://github.com/srgooglo)
* [+82/-65][app] [improve style](https://github.com/ragestudio/comty/commit/8acaddfba6fa186457f695eabe3f9047c0ed8f48) - by [@SrGooglo](https://github.com/srgooglo)
* [+0/-4][app] [remove unused](https://github.com/ragestudio/comty/commit/e8350daf9c9a69a816ada1e009ae81b3bbe059af) - by [@SrGooglo](https://github.com/srgooglo)
* [+3/-0][app] [added logout handler](https://github.com/ragestudio/comty/commit/acd9955dec8eb26fa2df7d9f1628c5347103b597) - by [@SrGooglo](https://github.com/srgooglo)
* [+1/-2][app] [cleanup](https://github.com/ragestudio/comty/commit/cdc9665c8d9f60e4f3e0aa5f72a310d0a90b20cb) - by [@SrGooglo](https://github.com/srgooglo)
* [+2/-0][chat_server] [initialize redis](https://github.com/ragestudio/comty/commit/d72943d9e0c99487cd474e6e8e57ad673cd4366b) - by [@SrGooglo](https://github.com/srgooglo)
* [+106/-80][file_server] [improve `useCompression` service](https://github.com/ragestudio/comty/commit/cbee86dfb65de86849b7549b1c0c318585cb3038) - by [@SrGooglo](https://github.com/srgooglo)
* [+3/-1][post-deploy.js] [update post-deploy script](https://github.com/ragestudio/comty/commit/a0b6e7bb010372ef75552c2209529a5428be2949) - by [@SrGooglo](https://github.com/srgooglo)
* [+77/-16][chat_server | music_server | server | classes] [support socket io redis adapter](https://github.com/ragestudio/comty/commit/d342ca731171ca9494cc7008bce4506bd1a7063b) - by [@SrGooglo](https://github.com/srgooglo)
* [+37/-0][v0-49-1.md] [added changelogs](https://github.com/ragestudio/comty/commit/31d35c55219d9c9ee869e3d23b101800516b4fcd) - by [@SrGooglo](https://github.com/srgooglo)
* [+9/-9][app | chat_server | comty.js | file_server | marketplace_server | music_server | server | wrapper] [Bump version to 0.49.3](https://github.com/ragestudio/comty/commit/77565b8fda824faec9621b7ed6e707bfd6addf81) - by [@SrGooglo](https://github.com/srgooglo)
* [+2/-0][comty.js] [include version on shared state](https://github.com/ragestudio/comty/commit/7cf2f71fb78a74e5fee6fff0f909d6d93a8df5d7) - by [@SrGooglo](https://github.com/srgooglo)
* [+13/-65][app] [fix props & handlers](https://github.com/ragestudio/comty/commit/203553d7d14a52337808a6da2528e37685221b8c) - by [@SrGooglo](https://github.com/srgooglo)
* [+18/-0][app] [added creator view](https://github.com/ragestudio/comty/commit/d1af2d4777d15f1aa8ed332a9633370dd8485d44) - by [@SrGooglo](https://github.com/srgooglo)
* [+5/-1][app] [fix backgrounds](https://github.com/ragestudio/comty/commit/52e6882a1a4511619c1ae001e2a77b81781da6e8) - by [@SrGooglo](https://github.com/srgooglo)
* [+73/-17][app] [update drawer style](https://github.com/ragestudio/comty/commit/26b5d2e054e7e50452dea546a4b83e0a792bb15e) - by [@SrGooglo](https://github.com/srgooglo)
* [+36/-8][app] [handle not routing actions](https://github.com/ragestudio/comty/commit/7397b14d3e78b7104b5f429793dbee7c850ac8c2) - by [@SrGooglo](https://github.com/srgooglo)
* [+79/-184][app] [debloat & improve `DraggableDrawer`](https://github.com/ragestudio/comty/commit/cfcabc55d69d7dfa8ce646291ee9c4e643629041) - by [@SrGooglo](https://github.com/srgooglo)
* [+1/-0][app] [added `danger-color`](https://github.com/ragestudio/comty/commit/fc36450b31fdc7fdc2c5d209c158a0e4156e97f8) - by [@SrGooglo](https://github.com/srgooglo)
* [+171/-49][app] [improve about display information & style](https://github.com/ragestudio/comty/commit/25d15730ce05e69392c459c72a0d4567671a809d) - by [@SrGooglo](https://github.com/srgooglo)
* [+80/-56][app] [rewrite application navigation handlers](https://github.com/ragestudio/comty/commit/d1b93eacaca7cf01df23da1abdf5fc445d240e6d) - by [@SrGooglo](https://github.com/srgooglo)
* [+27/-0][v0-49-2.md] [added changelog](https://github.com/ragestudio/comty/commit/9f98a9c4ab3b2d453e84b3fe14e497b3a61497f3) - by [@SrGooglo](https://github.com/srgooglo)
* [+9/-9][app | chat_server | comty.js | file_server | marketplace_server | music_server | server | wrapper] [Bump version to 0.50.0](https://github.com/ragestudio/comty/commit/bd7f60ee0ed0dd23e25cf28817db0d84819f2185) - by [@SrGooglo](https://github.com/srgooglo)
* [+10/-2][app] [open searcher on drawer for mobile mode](https://github.com/ragestudio/comty/commit/0a3db3db6888be610f95a39c3d506bca5f340b1f) - by [@SrGooglo](https://github.com/srgooglo)
* [+30/-30][app] [split hooks](https://github.com/ragestudio/comty/commit/17850b8b40c65ab76a0931df8956a74cef98601c) - by [@SrGooglo](https://github.com/srgooglo)
* [+27/-42][app] [fix style for desktop](https://github.com/ragestudio/comty/commit/ebb58fba09f4c91be8c1a87e3fc6bcd430cbc708) - by [@SrGooglo](https://github.com/srgooglo)
* [+2/-2][app] [adjust latency threshold](https://github.com/ragestudio/comty/commit/bf3eeaa4f18b2a88ebc26b89009754eed79f4f1a) - by [@SrGooglo](https://github.com/srgooglo)
* [+756/-409][app] [improve layout for mobile & use of top-bar](https://github.com/ragestudio/comty/commit/c52834c0c8418a10f59d4d45b0f4e9107d7bf990) - by [@SrGooglo](https://github.com/srgooglo)
* [+6/-7][app] [multiple logic fixes](https://github.com/ragestudio/comty/commit/11f978cca9b3b22aeff7eba19fc150fdf9887413) - by [@SrGooglo](https://github.com/srgooglo)
* [+60/-43][app] [improve route logic](https://github.com/ragestudio/comty/commit/41e9dd454cf2c314e532a0e932ab9ce241667e0d) - by [@SrGooglo](https://github.com/srgooglo)
* [+1/-1][app] [added id to layout](https://github.com/ragestudio/comty/commit/b1e490d83f163681b5c356830d893637983c5864) - by [@SrGooglo](https://github.com/srgooglo)
* [+1/-0][app] [unlock drawer before close](https://github.com/ragestudio/comty/commit/18ecc75255936c40ee7ab925caff77fbdd5381db) - by [@SrGooglo](https://github.com/srgooglo)
* [+2/-0][app] [include lock&unlock method to props](https://github.com/ragestudio/comty/commit/590445af9e5f91bac59597995c69438722557661) - by [@SrGooglo](https://github.com/srgooglo)
* [+84/-71][app] [improve layout of bottom bar](https://github.com/ragestudio/comty/commit/1a3c3674a1fa4ff08d3c2151094e2d2f30616583) - by [@SrGooglo](https://github.com/srgooglo)
* [+1/-1][app] [remove horizontal padding](https://github.com/ragestudio/comty/commit/44ac05617eb9c3f28d06c2f3de2f098931f528ec) - by [@SrGooglo](https://github.com/srgooglo)
* [+31/-6][app] [improve layout for mobile](https://github.com/ragestudio/comty/commit/619d4b9e84567c0c1bff0f72ee02ef01f463352a) - by [@SrGooglo](https://github.com/srgooglo)
* [+1/-0][app] [added margin to top](https://github.com/ragestudio/comty/commit/e85de24e52aeef93e0d4c3cda87e7666082b47af) - by [@SrGooglo](https://github.com/srgooglo)
* [+10/-2][app] [close on post done](https://github.com/ragestudio/comty/commit/1cfab219004e5aead7e7b882bbfd5fdd6025bfb2) - by [@SrGooglo](https://github.com/srgooglo)
* [+5/-7][app] [move drawer component to layout](https://github.com/ragestudio/comty/commit/901c8709a23d3918d403034d8d25686611b1758b) - by [@SrGooglo](https://github.com/srgooglo)
* [+25/-0][v0-49-3.md] [added changelog](https://github.com/ragestudio/comty/commit/b3c0314f8aedd1ae9dd449f5ed088e311064a71f) - by [@SrGooglo](https://github.com/srgooglo)
* [+9/-9][app | chat_server | comty.js | file_server | marketplace_server | music_server | server | wrapper] [Bump version to 0.50.1](https://github.com/ragestudio/comty/commit/d4e6a06765166932e0bbbc53848377400754f7fc) - by [@SrGooglo](https://github.com/srgooglo)
* [+183/-19][app] [added mobile style & layout](https://github.com/ragestudio/comty/commit/16876811a52157cbc7f45236b75068d5406e8e55) - by [@SrGooglo](https://github.com/srgooglo)
* [+3/-1][app] [support props injection](https://github.com/ragestudio/comty/commit/616a2da2c5eeb6b31a860dec5778e03cbd05f436) - by [@SrGooglo](https://github.com/srgooglo)
* [+1/-1][app] [format](https://github.com/ragestudio/comty/commit/2f14c11cd46eb6b091d26e0c9281f8e3168e96d1) - by [@SrGooglo](https://github.com/srgooglo)
* [+4/-1][app] [display a message if app has been updated](https://github.com/ragestudio/comty/commit/885ac94f00f3bb553896e68d4f06370d4e7d156a) - by [@SrGooglo](https://github.com/srgooglo)
* [+5/-3][app] [fix missing items](https://github.com/ragestudio/comty/commit/553f6012d8961c15a0a0ee9a4ddc2099392c49c8) - by [@SrGooglo](https://github.com/srgooglo)
* [+37/-0][v0-50-0.md] [added changelog](https://github.com/ragestudio/comty/commit/7abbc218311b1f766e5c3fa8f81d2997800a2d33) - by [@SrGooglo](https://github.com/srgooglo)
* [+9/-9][app | chat_server | comty.js | file_server | marketplace_server | music_server | server | wrapper] [Bump version to 0.50.2](https://github.com/ragestudio/comty/commit/3c7bb539f26b88b7c51a7d6981d4ae542729488f) - by [@SrGooglo](https://github.com/srgooglo)
* [+132/-193][app] [update `compressorValues` component to be a shared component `sliderValues`](https://github.com/ragestudio/comty/commit/3c715576f542ecd0d5d7526fe8719a1cd515d8b9) - by [@SrGooglo](https://github.com/srgooglo)
* [+184/-1][app] [added `eq` settings](https://github.com/ragestudio/comty/commit/04fd527a2a26f2cb314c444c09cebcd12fd022cf) - by [@SrGooglo](https://github.com/srgooglo)
* [+130/-0][app] [added `eq` node](https://github.com/ragestudio/comty/commit/d93737906f5d6b070d3a7314d702df0264c07516) - by [@SrGooglo](https://github.com/srgooglo)
* [+68/-9][app] [improve processor update](https://github.com/ragestudio/comty/commit/a00ad09e052e6384ad9313ab129536bde9338309) - by [@SrGooglo](https://github.com/srgooglo)
* [+11/-7][app] [attach _last node](https://github.com/ragestudio/comty/commit/1206d1793a0bab8a7d474b3565cdf8500e5c589c) - by [@SrGooglo](https://github.com/srgooglo)
* [+1/-0][app] [expose confirm to app](https://github.com/ragestudio/comty/commit/0252bd643988040b871807b95981680fca806f1a) - by [@SrGooglo](https://github.com/srgooglo)
* [+3/-1][app] [format](https://github.com/ragestudio/comty/commit/61ec6cb93b666f4120bb1a9be7bd139de4717906) - by [@SrGooglo](https://github.com/srgooglo)
* [+4/-2][app] [fix mobile width](https://github.com/ragestudio/comty/commit/2a6aed6f1ac8f191d4feedcba3b321be8bd35177) - by [@SrGooglo](https://github.com/srgooglo)
* [+4/-0][app] [use `100%` width on centered mode in mobile](https://github.com/ragestudio/comty/commit/db5214b238397014941db4caec63fd455ca4aabb) - by [@SrGooglo](https://github.com/srgooglo)
* [+12/-7][app] [improve style to use `centered-content`](https://github.com/ragestudio/comty/commit/21ac1cc89ae14e97289d92da29a3a2887e37248a) - by [@SrGooglo](https://github.com/srgooglo)
* [+5/-6][app] [fix `centered-content` for desktop](https://github.com/ragestudio/comty/commit/464fba3c7e5cc02c4269596dc5208876bc6553a6) - by [@SrGooglo](https://github.com/srgooglo)
* [+0/-0][internal] [Merge branch 'master' of https://github.com/ragestudio/comty](https://github.com/ragestudio/comty/commit/74648989017fd9993b3922439df2b46507290510) - by [@SrGooglo](https://github.com/srgooglo)
* [+6/-1][app] [adjust default sample rate](https://github.com/ragestudio/comty/commit/497fade11568a0db2ceadee02adc1ce6fbf71885) - by [@SrGooglo](https://github.com/srgooglo)
* [+4/-1][app] [support custom audioContext sample rate](https://github.com/ragestudio/comty/commit/7ea0bae9a616c43e8b46496bb7ac87ddfac96761) - by [@SrGooglo](https://github.com/srgooglo)
* [+13/-0][v0-50-1.md] [add changelog](https://github.com/ragestudio/comty/commit/a38eb586131591c0abdd96c8b28ac10ef3f46812) - by [@SrGooglo](https://github.com/srgooglo)
* [+10/-10][app | chat_server | comty.js | file_server | marketplace_server | music_server | server | wrapper] [Bump version to 0.50.3](https://github.com/ragestudio/comty/commit/ae985c4960742e8df318871493148e487cad9943) - by [@SrGooglo](https://github.com/srgooglo)
* [+2/-1][app] [added `lru-cache`](https://github.com/ragestudio/comty/commit/2dfcd945d64f2598e95ba09e96c36dd617ad76cf) - by [@SrGooglo](https://github.com/srgooglo)
* [+7/-1][app] [set `latencyHint` to `playback`](https://github.com/ragestudio/comty/commit/fcef9a9683426d2acef7dbfb4b3c0350846b7a3e) - by [@SrGooglo](https://github.com/srgooglo)
* [+7/-6][app] [filter non numbers values](https://github.com/ragestudio/comty/commit/7d13c94cfbba56d9bcf779bae140b9e06017a3b2) - by [@SrGooglo](https://github.com/srgooglo)
* [+9/-2][app] [added `usePadding` option](https://github.com/ragestudio/comty/commit/42548d2af718c57fa675862790a38cb8e26c2041) - by [@SrGooglo](https://github.com/srgooglo)
* [+17/-10][app] [improve label display](https://github.com/ragestudio/comty/commit/e5fdc90a9ee26486d7c1a310e78793111188bdd6) - by [@SrGooglo](https://github.com/srgooglo)
* [+11/-2][app] [add step && marks](https://github.com/ragestudio/comty/commit/76dd480254282f98678a1d081fc1b6651a03207c) - by [@SrGooglo](https://github.com/srgooglo)
* [+1/-1][app] [decrease default sample rate to `48000` to avoid device related issues](https://github.com/ragestudio/comty/commit/e1ef3ff2ac109d9674137dbbf99cf1aba729ad31) - by [@SrGooglo](https://github.com/srgooglo)
* [+31/-0][v0-50-2.md] [added changelog](https://github.com/ragestudio/comty/commit/e339c98986a8ce6fb6366272dbcaa1f29bb797e8) - by [@SrGooglo](https://github.com/srgooglo)
* [+10/-10][app | chat_server | comty.js | file_server | marketplace_server | music_server | server | wrapper] [Bump version to 0.50.4](https://github.com/ragestudio/comty/commit/85b3ee7120d26f36364a4a54b4d4a78b4ab3bb23) - by [@SrGooglo](https://github.com/srgooglo)
* [+130/-33][app] [support native media control](https://github.com/ragestudio/comty/commit/a80c3a5651a4a3a123d9f07351128c318c48d475) - by [@SrGooglo](https://github.com/srgooglo)
* [+61/-0][app] [display capacitor app info](https://github.com/ragestudio/comty/commit/de946b115b867c8497d1141e3e5468e9e473e67d) - by [@SrGooglo](https://github.com/srgooglo)
* [+17/-0][v0-50-3.md] [added changelog](https://github.com/ragestudio/comty/commit/482701828804c2aded5dcc5a278b1f40d93804d5) - by [@SrGooglo](https://github.com/srgooglo)
* [+9/-9][app | chat_server | comty.js | file_server | marketplace_server | music_server | server | wrapper] [Bump version to 0.51.0](https://github.com/ragestudio/comty/commit/1f2283629471c2093b46d198a4d25a106c819290) - by [@SrGooglo](https://github.com/srgooglo)
* [+268/-185][app] [improve layout for mobile](https://github.com/ragestudio/comty/commit/2590d7e3ceaca3d135e54fd5de646035fcab6c54) - by [@SrGooglo](https://github.com/srgooglo)
* [+0/-1][app] [remove unused](https://github.com/ragestudio/comty/commit/82ab99d402b19d918fc53a70f6e75ee1cb749c92) - by [@SrGooglo](https://github.com/srgooglo)
* [+4/-0][app] [support passing valid element](https://github.com/ragestudio/comty/commit/b5303beab1060cedc15abe9a3b7d94da6f9fe93d) - by [@SrGooglo](https://github.com/srgooglo)
* [+1/-1][app] [declare route for music/*](https://github.com/ragestudio/comty/commit/03e0ef7f0cd503f5ef839a734a2c00b7a698239e) - by [@SrGooglo](https://github.com/srgooglo)
* [+786/-505][app] [update ui & bad typos](https://github.com/ragestudio/comty/commit/1170d0d85881ab81a5c0891bc11fd4560e00f840) - by [@SrGooglo](https://github.com/srgooglo)
* [+277/-877][app] [refactor & restyle sidebar](https://github.com/ragestudio/comty/commit/e28efd1698503fc92da6cc50bde55247201ac562) - by [@SrGooglo](https://github.com/srgooglo)
* [+27/-2][app] [Merge branch 'master' of https://github.com/ragestudio/comty](https://github.com/ragestudio/comty/commit/8787dd16f4a7eb97b90ef90d63f7ea30ec1d4122) - by [@SrGooglo](https://github.com/srgooglo)
* [+7/-0][v0-50-4.md] [added changelog](https://github.com/ragestudio/comty/commit/ca93fb308c74d81c6349c493533e1b0fdf71f9ba) - by [@SrGooglo](https://github.com/srgooglo)
* [+216/-41][v0-50-3.md | app | chat_server | comty.js | file_server | marketplace_server | music_server | server | wrapper] [Merge branch 'master' of https://github.com/ragestudio/comty](https://github.com/ragestudio/comty/commit/599d613c7942da492646842ea8ae7507b9e621a7) - by [@SrGooglo](https://github.com/srgooglo)
* [+27/-2][app] [update android proyect](https://github.com/ragestudio/comty/commit/58aab1f0321ee333526e6cf69da180294ac83a92) - by [@SrGooglo](https://github.com/srgooglo)
* [+12/-12][app | chat_server | comty.js | file_server | marketplace_server | music_server | server | wrapper] [Bump version to 0.52.0](https://github.com/ragestudio/comty/commit/876064e4a82591465f90fa392ff8382209ba75a3) - by [@SrGooglo](https://github.com/srgooglo)
* [+127/-0][app] [added basic layout](https://github.com/ragestudio/comty/commit/0a9a6c3106fcf6ca794f4370a7a3fedd9d8d9ec4) - by [@SrGooglo](https://github.com/srgooglo)
* [+3/-1][app] [added deps](https://github.com/ragestudio/comty/commit/4047667911a471eff348a3260188124dc41685ba) - by [@SrGooglo](https://github.com/srgooglo)
* [+1/-0][app] [format](https://github.com/ragestudio/comty/commit/564022bcb9e6b41f95639b1fb93af39353f45175) - by [@SrGooglo](https://github.com/srgooglo)
* [+61/-0][app] [added `rooms` core](https://github.com/ragestudio/comty/commit/c30913708fcba9d793767de91850701fcf37ebca) - by [@SrGooglo](https://github.com/srgooglo)
* [+58/-1][app] [added some hacks](https://github.com/ragestudio/comty/commit/f0e7a0a199946c3f420ca3e38091c034b19b64c8) - by [@SrGooglo](https://github.com/srgooglo)
* [+1/-1][internal] [use dragonfly](https://github.com/ragestudio/comty/commit/85bf5dea339b507422643800ceb6083e090b7eda) - by [@SrGooglo](https://github.com/srgooglo)
* [+1/-1][classes] [allow mutate options](https://github.com/ragestudio/comty/commit/8c35fd4f9a73f70a86203a7cd6a9e44097a4d547) - by [@SrGooglo](https://github.com/srgooglo)
* [+12/-4][classes] [improve redis auth](https://github.com/ragestudio/comty/commit/be4e2a3cd9c3bfe0bd8528bb0181203b9c86c6c7) - by [@SrGooglo](https://github.com/srgooglo)
* [+8/-1][classes] [support `useDate`](https://github.com/ragestudio/comty/commit/0a17e141a92f6e031d4d55ea832c044f49aae70d) - by [@SrGooglo](https://github.com/srgooglo)
* [+188/-0][file_server | music_server] [added fixments](https://github.com/ragestudio/comty/commit/0f4d6d3213ccd09425fce2107e64d8100ab4005a) - by [@SrGooglo](https://github.com/srgooglo)
* [+160/-4][music_server] [added `likes` logic](https://github.com/ragestudio/comty/commit/b2eb2a94fbbf43a580d60b92db9174382c72f2ad) - by [@SrGooglo](https://github.com/srgooglo)
* [+3/-2][server] [update deps](https://github.com/ragestudio/comty/commit/c2bff2a0921981f019ea2384a528d75b31e8564b) - by [@SrGooglo](https://github.com/srgooglo)
* [+269/-254][music_server] [move classes](https://github.com/ragestudio/comty/commit/bbf53d36a68e74427e87aa40332b57310b011462) - by [@SrGooglo](https://github.com/srgooglo)
* [+11/-15][file_server] [support backblaze](https://github.com/ragestudio/comty/commit/f856ce92d1bc1f2247e635b834b0fe5cf1faa31d) - by [@SrGooglo](https://github.com/srgooglo)
* [+45/-1][file_server] [rename `post-process`](https://github.com/ragestudio/comty/commit/6fcd98b070e026f1bc0e1954ef7f2b06a7df08be) - by [@SrGooglo](https://github.com/srgooglo)
* [+44/-7][file_server] [support providers](https://github.com/ragestudio/comty/commit/70778caba93764a83c0a91eed2bfb489ee0f01a9) - by [@SrGooglo](https://github.com/srgooglo)
* [+59/-5][app | comty.js] [handle track likes](https://github.com/ragestudio/comty/commit/c25528269a122469c5e83309377be1c175ca9084) - by [@SrGooglo](https://github.com/srgooglo)
* [+4/-19][app] [use `seekToTimeLabel` utils](https://github.com/ragestudio/comty/commit/c275242f1e0927ff80ca8137bbbf0636895c246e) - by [@SrGooglo](https://github.com/srgooglo)
* [+34/-0][app] [added `useWsEvents` hooks](https://github.com/ragestudio/comty/commit/c225658d15114b96d91da399a186771590193373) - by [@SrGooglo](https://github.com/srgooglo)
* [+10/-2][app] [fix upload queue](https://github.com/ragestudio/comty/commit/a5ffd235fda6c8f7c4075d8e4e4fe1a88a106649) - by [@SrGooglo](https://github.com/srgooglo)
* [+43/-5][app] [support likes & duration resolve](https://github.com/ragestudio/comty/commit/76267ef0e6804d77af8d0edd1e0e49e8b5ed2ff8) - by [@SrGooglo](https://github.com/srgooglo)
* [+1/-0][music_server] [sort by creatrion date](https://github.com/ragestudio/comty/commit/1938916e56783327d648b3bc217132adb4ffe88a) - by [@SrGooglo](https://github.com/srgooglo)
* [+39/-5][app] [display visiblity info](https://github.com/ragestudio/comty/commit/dfb0e463132f712f68511f55476af1ec0ec5c7dc) - by [@SrGooglo](https://github.com/srgooglo)
* [+7/-0][v0-51-1.md] [add changelog](https://github.com/ragestudio/comty/commit/a427f6c6cf75d42de2d688019e538781a3f51735) - by [@SrGooglo](https://github.com/srgooglo)
* [+9/-9][app | chat_server | comty.js | file_server | marketplace_server | music_server | server | wrapper] [Bump version to 0.52.1](https://github.com/ragestudio/comty/commit/1c4344fa7984283d9aac91e7100d198705913bf1) - by [@SrGooglo](https://github.com/srgooglo)
* [+22/-6][app] [fix item style](https://github.com/ragestudio/comty/commit/f36141326b6aff189d6f034a03f581cd70f6d5ce) - by [@SrGooglo](https://github.com/srgooglo)
* [+10/-0][app] [fix width for post-lists](https://github.com/ragestudio/comty/commit/31ef4da3aeebf049025ef951b53b7fecf824532f) - by [@SrGooglo](https://github.com/srgooglo)
* [+7/-9][classes] [support `REDIS_NO_AUTH`](https://github.com/ragestudio/comty/commit/ad60cade7bb80c804369451d1c8d50cb87419882) - by [@SrGooglo](https://github.com/srgooglo)
* [+1/-1][classes] [added missing `clientOpts`](https://github.com/ragestudio/comty/commit/2114a81500669b9e86c9f0dd346b44372ca8df6a) - by [@SrGooglo](https://github.com/srgooglo)
* [+49/-0][v0-52-0.md] [add changelog](https://github.com/ragestudio/comty/commit/ab7cb659a7007ceab52cb19da569fed7d81c458e) - by [@SrGooglo](https://github.com/srgooglo)
* [+9/-9][app | chat_server | comty.js | file_server | marketplace_server | music_server | server | wrapper] [Bump version to 0.53.0](https://github.com/ragestudio/comty/commit/a451353be0ff97a474849dd2729296fcfbaabce8) - by [@SrGooglo](https://github.com/srgooglo)
* [+1/-0][server] [added missing `createdAt` public getter](https://github.com/ragestudio/comty/commit/22ec1e9089cc68e572d9729683ea65df893e7d01) - by [@SrGooglo](https://github.com/srgooglo)
* [+272/-104][app] [improve mobile mode for `account` page](https://github.com/ragestudio/comty/commit/0a54cc6f1a5ac1492013f12edaeb0600a08f3f38) - by [@SrGooglo](https://github.com/srgooglo)
* [+10/-0][app] [added style](https://github.com/ragestudio/comty/commit/6c59b8b850542c4b0bf4162626aca0b5bf054cfe) - by [@SrGooglo](https://github.com/srgooglo)
* [+27/-6][app] [improve `NoResults`](https://github.com/ragestudio/comty/commit/b2e5b523d130609b7eaa9f8e421dccf83349c6cd) - by [@SrGooglo](https://github.com/srgooglo)
* [+393/-8][app] [added `MobileUserCard`](https://github.com/ragestudio/comty/commit/86f6daf32168d391c820e2d5994aad21826acd89) - by [@SrGooglo](https://github.com/srgooglo)
* [+36/-3][app] [use `MobileUserCard`](https://github.com/ragestudio/comty/commit/885b77390a09549dd5c425282443acc1a9cdfadc) - by [@SrGooglo](https://github.com/srgooglo)
* [+26/-10][app] [improve props](https://github.com/ragestudio/comty/commit/0eb3449989593001ab46b2eea4223141d509d38e) - by [@SrGooglo](https://github.com/srgooglo)
* [+0/-1][app] [format](https://github.com/ragestudio/comty/commit/3f7de0ef85eec866b40801c53ca5bb910b1d468b) - by [@SrGooglo](https://github.com/srgooglo)
* [+1/-0][server] [added missing `links` to publicGetters](https://github.com/ragestudio/comty/commit/5f74498fdd8177e1b981f8d60cbc09d5d5d647a1) - by [@SrGooglo](https://github.com/srgooglo)
* [+2/-2][app | server] [limit max description lenght](https://github.com/ragestudio/comty/commit/0b76e599907ba3aa910311e45b0a7e3ec5a74243) - by [@SrGooglo](https://github.com/srgooglo)
* [+0/-52][app] [remove trash](https://github.com/ragestudio/comty/commit/7cfb41bc66469bcd998aee4f02280f308e9a925d) - by [@SrGooglo](https://github.com/srgooglo)
* [+10/-10][internal] [disable temporaly cluster mode](https://github.com/ragestudio/comty/commit/b243c8d3966a283bee259f686096b506aa6185b5) - by [@SrGooglo](https://github.com/srgooglo)
* [+21/-0][v0-52-2.md] [add changelog](https://github.com/ragestudio/comty/commit/695f107bd36e24ee32be4a15a1b50b78e083d59b) - by [@SrGooglo](https://github.com/srgooglo)
* [+10/-10][app | chat_server | comty.js | file_server | marketplace_server | music_server | server | wrapper] [Bump version to 0.53.2](https://github.com/ragestudio/comty/commit/ab2fa65b0b724f4f566e82ebea46b712656aac3a) - by [@SrGooglo](https://github.com/srgooglo)
* [+44/-12][app] [added basic mobile tour](https://github.com/ragestudio/comty/commit/b682065f62715c17a16b41a062ebe96ab31e0225) - by [@SrGooglo](https://github.com/srgooglo)
* [+59/-11][app] [improve account layout with queries](https://github.com/ragestudio/comty/commit/daf6d6ad717b07cc403a07ef7b0537e89f0ef139) - by [@SrGooglo](https://github.com/srgooglo)
* [+153/-36][app] [improve badges display](https://github.com/ragestudio/comty/commit/e13ab54398a939a5e05ebae392d160e7c010c190) - by [@SrGooglo](https://github.com/srgooglo)
* [+1/-1][comty.js] [fix bad namespace](https://github.com/ragestudio/comty/commit/a2b2634f57ec08ac7d445a80e3e57265f49800bb) - by [@SrGooglo](https://github.com/srgooglo)
* [+3/-0][v0-53-1.md] [add changelog](https://github.com/ragestudio/comty/commit/4343d1474ee5c9086fbc8bd7bdb913f7d4df7e1b) - by [@SrGooglo](https://github.com/srgooglo)
* [+10/-10][app | chat_server | comty.js | file_server | marketplace_server | music_server | server | wrapper] [Bump version to 0.54.0](https://github.com/ragestudio/comty/commit/dcf15b383e9dcfebee61555d86cc76036abb7a2f) - by [@SrGooglo](https://github.com/srgooglo)
* [+303/-0][app] [added wav decoders workers](https://github.com/ragestudio/comty/commit/fc40399026b42ff6bf024906e6b718dc045b507a) - by [@SrGooglo](https://github.com/srgooglo)
* [+318/-0][app] [added `AudioDataWorkletStream`](https://github.com/ragestudio/comty/commit/4ef6e1e664fc8e71c3ac1ffc563ab1a765980378) - by [@SrGooglo](https://github.com/srgooglo)
* [+19/-5][app] [improve sizes for mobile](https://github.com/ragestudio/comty/commit/ad574fff3713280ac1cc00bb3391d1ffbb585bdb) - by [@SrGooglo](https://github.com/srgooglo)
* [+400/-26][app] [use `html` as layout root](https://github.com/ragestudio/comty/commit/5f2a532a1a14c12755c3fec6fa14ef942903f348) - by [@SrGooglo](https://github.com/srgooglo)
* [+5/-1][music_server] [makes `/track/*/refresh-cache` endpoint auth only](https://github.com/ragestudio/comty/commit/154d977ebd447fa4642b203b3242e7a3e64393fe) - by [@SrGooglo](https://github.com/srgooglo)
* [+34/-0][music_server] [added `/tracks/liked` endpoint](https://github.com/ragestudio/comty/commit/9302365cb6cc7c3c01ffdcbee44cb84bb8c36b2e) - by [@SrGooglo](https://github.com/srgooglo)
* [+44/-0][file_server] [added `stream` controller to `fileserver`](https://github.com/ragestudio/comty/commit/9dedf59994a3eb0ebab152b28867adb52398cf23) - by [@SrGooglo](https://github.com/srgooglo)
* [+17/-0][comty.js] [added `music` mode](https://github.com/ragestudio/comty/commit/ac1cfb42d61d0596527f3fa7a9628bd43038e5c6) - by [@SrGooglo](https://github.com/srgooglo)
* [+60/-22][app] [added `favorites` tab](https://github.com/ragestudio/comty/commit/a9bbef6d02f633403e0ff08d6c825c30eb7e607a) - by [@SrGooglo](https://github.com/srgooglo)
* [+5/-181][app] [use `PlaylistView`](https://github.com/ragestudio/comty/commit/596d0567a581a0fdcd54aa325a4d9af379414800) - by [@SrGooglo](https://github.com/srgooglo)
* [+49/-0][app] [added `track` likes logic](https://github.com/ragestudio/comty/commit/c9842f9f1e56789c004770724f20af785f3ea5c0) - by [@SrGooglo](https://github.com/srgooglo)
* [+22/-4][app] [display user badges](https://github.com/ragestudio/comty/commit/d9b6d212a1d9a5c3d59e77bd74a905d28cb9611a) - by [@SrGooglo](https://github.com/srgooglo)
* [+4/-2][app] [use grid](https://github.com/ragestudio/comty/commit/ba839b10dbc18dedb9002f37aa23d8975a9a0c0d) - by [@SrGooglo](https://github.com/srgooglo)
* [+81/-47][app] [improve style & mobile layout](https://github.com/ragestudio/comty/commit/3fa9b30437d6412ef42203c668705b14ca3841b0) - by [@SrGooglo](https://github.com/srgooglo)
* [+444/-4][app] [move music components to `Music` into components](https://github.com/ragestudio/comty/commit/0223a6a60c8e74212beacf6a0611418a488e4c27) - by [@SrGooglo](https://github.com/srgooglo)
* [+170/-82][app] [improve searcher](https://github.com/ragestudio/comty/commit/a03321fceff6f06ce428e1d8b34ceb1e8596ff6d) - by [@SrGooglo](https://github.com/srgooglo)
* [+214/-206][app] [move `PlaylistItem` to components](https://github.com/ragestudio/comty/commit/70fb020842f3ad6ede9de77cd52df159e9750b22) - by [@SrGooglo](https://github.com/srgooglo)
* [+9/-4][app] [fix support for new modals](https://github.com/ragestudio/comty/commit/8d779ee645a5e60090c47468838f4bd5f6722391) - by [@SrGooglo](https://github.com/srgooglo)
* [+53/-33][app] [support render tab footer](https://github.com/ragestudio/comty/commit/28d547887514894c5d1c13e22a5abcbdfe715450) - by [@SrGooglo](https://github.com/srgooglo)
* [+142/-99][app] [improve display user badges](https://github.com/ragestudio/comty/commit/9dce36f588aa33de386a14026ae0a30d5398a0be) - by [@SrGooglo](https://github.com/srgooglo)
* [+2/-1][app] [toggle collapse when click entire component](https://github.com/ragestudio/comty/commit/1d98c33d7eaf52e5ec79f07ddffe4f716bec84c8) - by [@SrGooglo](https://github.com/srgooglo)
* [+206/-137][app] [use new modal controller](https://github.com/ragestudio/comty/commit/4b13c84bc1b4f7b77b6cfb77a1f348c5def5bbba) - by [@SrGooglo](https://github.com/srgooglo)
* [+169/-192][chat_server | file_server | marketplace_server | music_server | server | classes] [move models to shared lib `DbModels`](https://github.com/ragestudio/comty/commit/effdd5cb6ec17f5e095dbf46da933aedd62d4a2f) - by [@SrGooglo](https://github.com/srgooglo)
* [+10/-1][app] [handle default behavior](https://github.com/ragestudio/comty/commit/45cd7aa5b56974c7a550b7a8e91fe4d1965c31cc) - by [@SrGooglo](https://github.com/srgooglo)
* [+17/-16][app] [support remote resource](https://github.com/ragestudio/comty/commit/b3348fd817ee0cfb1055b0ecff411d2fd576797d) - by [@SrGooglo](https://github.com/srgooglo)
* [+9/-0][app] [created `/privacy` page](https://github.com/ragestudio/comty/commit/dceedb1e8ace46ad1640430573df27fd3fd9803e) - by [@SrGooglo](https://github.com/srgooglo)
* [+104/-0][app] [added `MarkdownReader` component](https://github.com/ragestudio/comty/commit/6d2c50e46e5f103a8e5931b38f352ce11bc969ef) - by [@SrGooglo](https://github.com/srgooglo)
* [+40/-7][app] [added privacy doc reader](https://github.com/ragestudio/comty/commit/79f2355b24a9b8e2566395eb1479450f981a0fc2) - by [@SrGooglo](https://github.com/srgooglo)
* [+9/-9][app | chat_server | comty.js | file_server | marketplace_server | music_server | server | wrapper] [Bump version to 0.54.1](https://github.com/ragestudio/comty/commit/dca36fedc1dadafc7cc34f8ad3c147d63087bfe3) - by [@SrGooglo](https://github.com/srgooglo)
* [+100/-10][app | server] [improve search for mobile (not fix)](https://github.com/ragestudio/comty/commit/ef27900934ff113e8f179e4c8682d1ffb5746f78) - by [@SrGooglo](https://github.com/srgooglo)
* [+59/-0][v0-54-0.md] [added changelog](https://github.com/ragestudio/comty/commit/156c3e422012d4c0a7688b6a28137f2b8840af52) - by [@SrGooglo](https://github.com/srgooglo)
* [+1/-1][classes] [check if model exist](https://github.com/ragestudio/comty/commit/0c50f56337d5fc92bad602c53f652662cfbdc20c) - by [@SrGooglo](https://github.com/srgooglo)
* [+3/-3][app] [adjust avatar sizes](https://github.com/ragestudio/comty/commit/7563ee5b9fc94b18a9506cfe5aeb468ed65ce410) - by [@SrGooglo](https://github.com/srgooglo)
* [+12/-4][app] [adjust `verification_tick`](https://github.com/ragestudio/comty/commit/591be63a8fa76279ab85976a03d835f71e355e54) - by [@SrGooglo](https://github.com/srgooglo)
* [+6/-3][app] [support props for custom icons](https://github.com/ragestudio/comty/commit/943fad8ad56f0d55aab53cf017096eddff8c9a38) - by [@SrGooglo](https://github.com/srgooglo)
* [+14/-0][app] [adjust sizes for mobile](https://github.com/ragestudio/comty/commit/86abec01c7fbcc01c8c02ea488937538168d3a29) - by [@SrGooglo](https://github.com/srgooglo)
* [+1/-1][app] [handle play track on playlists](https://github.com/ragestudio/comty/commit/fbdbb8f194a80aac1cf538cd7eed17c949a0cbe1) - by [@SrGooglo](https://github.com/srgooglo)
* [+1/-0][internal] [set `LOG_REQUESTS` env to true](https://github.com/ragestudio/comty/commit/8cce8915229dc6a3da34b1fcaba5b03a1868f77e) - by [@SrGooglo](https://github.com/srgooglo)
* [+5/-1][classes] [avoid recompile db models](https://github.com/ragestudio/comty/commit/10fa669dc98912b5ca5c4a02f0a90d05bb972141) - by [@SrGooglo](https://github.com/srgooglo)
* [+5/-0][v0-54-1.md] [added changelog](https://github.com/ragestudio/comty/commit/27ffadfe5955a454c53846bd710df9febadb7955) - by [@SrGooglo](https://github.com/srgooglo)
* [+10/-10][app | chat_server | comty.js | file_server | marketplace_server | music_server | server | wrapper] [Bump version to 0.54.3](https://github.com/ragestudio/comty/commit/d7bf9cd28b034183daab2147fbd5af96b1d7f946) - by [@SrGooglo](https://github.com/srgooglo)
* [+3/-1][app] [added deps](https://github.com/ragestudio/comty/commit/8b42f06ebf6828bfbfbb6a8539e9f725b1a81be5) - by [@SrGooglo](https://github.com/srgooglo)
* [+114/-198][app] [improve posts layout](https://github.com/ragestudio/comty/commit/f038784e78782c7a6e969c52a10f2b5d081fcc40) - by [@SrGooglo](https://github.com/srgooglo)
* [+21/-20][server] [use `createTokenRegeneration`](https://github.com/ragestudio/comty/commit/d0003ca7f20b04639420dc0e1a5900d9423c900a) - by [@SrGooglo](https://github.com/srgooglo)
* [+11/-3][app] [adjust media queries](https://github.com/ragestudio/comty/commit/7d45d039e1cfb213f3def8cc53cae1ad9b9e5cea) - by [@SrGooglo](https://github.com/srgooglo)
* [+4/-0][app] [toggle centered content to `false`](https://github.com/ragestudio/comty/commit/9dc16e86b094b35a24a7ae96504d8f04b110773c) - by [@SrGooglo](https://github.com/srgooglo)
* [+4/-0][app] [fix sticky position](https://github.com/ragestudio/comty/commit/f324123f9a8b1f10020036c40a7047f3b5bae93e) - by [@SrGooglo](https://github.com/srgooglo)
* [+145/-410][app] [improve layout & space use](https://github.com/ragestudio/comty/commit/7e346ea2b135bd274c16f9f649cef17dfa132d65) - by [@SrGooglo](https://github.com/srgooglo)
* [+0/-390][app] [remove `stream` core](https://github.com/ragestudio/comty/commit/51a1cf44ca178ea6f839788de8e1106d841508f6) - by [@SrGooglo](https://github.com/srgooglo)
* [+4/-0][app] [fix: missing state update](https://github.com/ragestudio/comty/commit/07d09f5494c7e883b8cd853405c75d3735c3d9f5) - by [@SrGooglo](https://github.com/srgooglo)
* [+7/-0][app] [fix hover color](https://github.com/ragestudio/comty/commit/784d4778bc3bed9cbd187f5c2fb86e94b208de6e) - by [@SrGooglo](https://github.com/srgooglo)
* [+4/-0][app] [fix missing state](https://github.com/ragestudio/comty/commit/c8cd2913f35cb7e39c6cf89e78dc4c8b52484c3d) - by [@SrGooglo](https://github.com/srgooglo)
* [+26/-26][app] [fix centered content](https://github.com/ragestudio/comty/commit/0f48ea08b46589d52504ff7148ff0ee98d2a44bd) - by [@SrGooglo](https://github.com/srgooglo)
* [+1/-1][classes] [display redis hostname](https://github.com/ragestudio/comty/commit/2749db02dd8a94de071d23c87d2cd402b0333533) - by [@SrGooglo](https://github.com/srgooglo)
* [+12/-0][music_server | classes] [sort liked tracks](https://github.com/ragestudio/comty/commit/6f6ba973179441cb21d65dfba7b39b7beaf6b8c1) - by [@SrGooglo](https://github.com/srgooglo)
* [+12/-0][app] [enable scroll](https://github.com/ragestudio/comty/commit/451c8c057d7187f62993b6a8517b5ed7469b01ca) - by [@SrGooglo](https://github.com/srgooglo)
* [+27/-0][v0-54-2.md] [add changelog](https://github.com/ragestudio/comty/commit/483a02ba1a333196905a84c650140451217107ce) - by [@SrGooglo](https://github.com/srgooglo)
The `AddonsManager` class provides a way to register, retrieve, and manage addons within the comty.js library.
**Class Overview:**
The `AddonsManager` class allows you to register addons, retrieve them by name, and find addons that implement specific operations. It uses a `Map` internally to store the registered addons.
### Properties
* `addons`: A `Map` that stores the registered addons. The keys are the addon names, and the values are the addon instances.
### Methods
* `register(name, addon)`
* Registers a new addon with the specified name.
* Parameters:
* `name`: *string* The name of the addon.
* `addon`: *object* The addon instance.
* Returns: void
* `get(name)`
* Retrieves an addon by its name.
* Parameters:
* `name`: *string* The name of the addon to retrieve.
* Returns: *object | undefined* The addon instance if found, otherwise `undefined`.
* `getByOperation(operation)`
* Searches all registered addons and returns an array of addons that have a function for the specified operation.
* Parameters:
* `operation`: *string* The name of the operation to search for.
* Returns: *Array[object]* An array of objects, where each object contains the addon's ID and the corresponding function for the specified operation. Each object has the following structure:
* `id`: *string* The ID of the addon (addon.constructor.id).
* `fn`: *function* The addon's function for the specified operation (addon[operation]).
### API Reference
* `register(name: string, addon: object)`: void - Registers a new addon.
* `get(name: string)`: object | undefined - Retrieves an addon by name.
* `getByOperation(operation: string)`: Array[object] - Gets addons by operation.
The `AuthModel` class provides static methods for handling user authentication, registration, and session management.
**Class Overview:**
The `AuthModel` class provides methods for user login, logout, registration, token verification, username validation, password management, and account activation/disabling.
### Methods
* `login(payload, callback)`
* Asynchronously handles the login process.
* Parameters:
* `payload`: *object* An object containing the username, password, and MFA code if required.
* `callback`: *function, optional* A callback function to handle further actions after login.
* Returns: *Promise[object | boolean]* A Promise that resolves with the response data if login is successful. Returns `false` if MFA is required.
* `logout()`
* Asynchronously logs out the user by destroying the current session and emitting an event for successful logout.
* Returns: *Promise[void]* A Promise that resolves after the logout process is completed.
* `register(payload)`
* Registers a new user with the provided payload.
* Parameters:
* `payload`: *object* An object containing the user's information username, password, email, tos.
* Returns: *Promise[object]* A Promise that resolves with the response data if registration is successful.
* Throws: Error if the registration fails.
* `authToken(token)`
* Verifies the given token and returns the user data associated with it.
* Parameters:
* `token`: *string, optional* The token to verify. If not provided, the stored token is used.
* Returns: *Promise[object]* A Promise that resolves with the user data if the token is valid.
* Throws: Error if there was an issue with the request.
* `usernameValidation(username)`
* Validates the existence of a username.
* Parameters:
* `username`: *string* The username to validate.
* Returns: *Promise[boolean | object]* A Promise that resolves with the response data if the validation is successful, or `false` if there was an error.
* Throws: Error if the validation fails.
* `availability(payload)`
* Retrieves the availability of a username and email.
* Parameters:
* `payload`: *object* An object containing the username and email to check availability for.
* Returns: *Promise[object | boolean]* A Promise that resolves with the availability data if successful, or `false` if an error occurred.
* `changePassword(payload)`
* Changes the user's password.
* Parameters:
* `payload`: *object* An object containing the currentPassword, newPassword, and code optional.
* Returns: *Promise[object]* The data response after changing the password.
* `activateAccount(user_id, code)`
* Activates a user account using the provided activation code.
* Parameters:
* `user_id`: *string* The ID of the user to activate.
* `code`: *string* The activation code sent to the user's email.
* Returns: *Promise[object]* A Promise that resolves with the response data after activation.
* Throws: Error if the activation process fails.
* `resendActivationCode(user_id)`
* Resends the activation code to the user.
* Parameters:
* `user_id`: *string* The ID of the user to resend the activation code to.
* Returns: *Promise[object]* A Promise that resolves with the response data after sending the activation code.
* Throws: Error if the resend activation code process fails.
* `disableAccount(options)`
* Disables the user's account.
* Parameters:
* `options`: *object, optional* An object containing options for disabling the account.
* `confirm`: *boolean* Confirmation to disable the account.
* Returns: *Promise[object]* A Promise that resolves with the response data after disabling the account.
* `recoverPassword(usernameOrEmail)`
* Recovers the password for a user account.
* Parameters:
* `usernameOrEmail`: *string* The username or email associated with the account to recover.
* Returns: *Promise[object]* A Promise that resolves with the response data after initiating the password recovery process.
### API Reference
* `login(payload: object, callback: function | undefined)`: *Promise[object | boolean]* - Asynchronously handles the login process.
* `logout()`: *Promise[void]* - Asynchronously logs out the user.
* `register(payload: object)`: *Promise[object]* - Registers a new user.
* `authToken(token: string | undefined)`: *Promise[object]* - Verifies the given token.
* `usernameValidation(username: string)`: *Promise[boolean | object]* - Validates the existence of a username.
* `availability(payload: object)`: *Promise[object | boolean]* - Retrieves the availability of a username and email.
* `changePassword(payload: object)`: *Promise[object]* - Changes the user's password.
* `activateAccount(user_id: string, code: string)`: *Promise[object]* - Activates a user account.
* `resendActivationCode(user_id: string)`: *Promise[object]* - Resends the activation code.
The `MusicModel` class provides static methods for interacting with music-related data. It encapsulates various getters and setters for tracks, releases, library management, and search functionalities.
**Class Overview:**
The `MusicModel` class acts as a facade, providing a simplified interface to access and manipulate music data through its nested `Getters` and `Setters` classes.
### Static Properties
* `Getters`: An object containing static getter methods for retrieving music data.
* `Setters`: An object containing static setter methods for modifying music data.
### Track Related Methods
* `getAllTracks( { user_id, limit, page } )`
* Retrieves tracks for a given user.
* Parameters:
* `user_id`: *String* The ID of the user.
* `limit`: *Number* The number of tracks to retrieve per page.
* `page`: *Number* The page number to retrieve.
* Returns: *Promise[object]*
* `getTrackData(id: String, options: Object)`
* Retrieves data for a specific track.
* Parameters:
* `id`: *String* The ID of the track.
* `options`: *Object* Additional options for the request.
* Returns: *Promise[object]*
* `putTrack(track)`
* Creates/Updates a track.
* Parameters:
* `track`: *Object* The track object to create/update.
The `Post` class provides static methods for interacting with posts and related data on the Comty platform.
### API Reference
**Class Overview:**
The `Post` class offers a comprehensive set of methods for retrieving, creating, updating, deleting, liking, saving, and voting on posts. It also provides functionalities for retrieving trending hashtags and posts.
### Static Properties
* `maxPostTextLength`: *number* The maximum length allowed for the post text (3200).
* `maxCommentLength`: *number* The maximum length allowed for a comment (1200).
### Static Methods
* `getPostingPolicy()`
* Retrieves the posting policy from the server.
* Returns: *Promise[object]* The posting policy data.
* `post(options)`
* Retrieves the data of a post by its ID.
* Parameters:
* `options`: *object* An object containing the post_id.
* `post_id`: *string* The ID of the post to retrieve.
* Returns: *Promise[object]* The data of the post.
* Throws: Error if the post_id is not provided.
* `replies(options)`
* Retrieves the replies of a post by its ID.
* Parameters:
* `options`: *object* An object containing the post_id, page, and limit.
* `post_id`: *string* The ID of the post to retrieve replies for.
* `page`: *number, optional* The number of characters to page the reply content (default: 0).
* `limit`: *number, optional* The maximum number of replies to fetch (default: Settings.get("feed_max_fetch")).
* Returns: *Promise[object]* The data of the replies.
* Throws: Error if the post_id is not provided.
* `getSavedPosts(options)`
* Retrieves the saved posts with optional trimming and limiting.
* Parameters:
* `options`: *object* An object containing the page and limit.
* `page`: *number, optional* The number of posts to page from the result (default: 0).
* `limit`: *number, optional* The maximum number of posts to fetch (default: Settings.get("feed_max_fetch")).
* Returns: *Promise[object]* The data of the liked posts.
* `getUserPosts(options)`
* Retrieves the liked posts with optional trimming and limiting.
* Parameters:
* `options`: *object* An object containing the page and limit.
* `page`: *number, optional* The number of posts to page from the result (default: 0).
* `limit`: *number, optional* The maximum number of posts to fetch (default: Settings.get("feed_max_fetch")).
* Returns: *Promise[object]* The data of the liked posts.
* `getUserPosts(options)`
* Retrieves the posts of a user with optional trimming and limiting.
* Parameters:
* `options`: *object* An object containing the user_id, page, and limit.
* `user_id`: *string, optional* The ID of the user whose posts to retrieve. If not provided, the current user's ID will be used.
* `page`: *number, optional* The number of characters to page the post content (default: 0).
* `limit`: *number, optional* The maximum number of posts to fetch (default: Settings.get("feed_max_fetch")).
* Returns: *Promise[object]* The data of the user's posts.
* `toggleLike(options)`
* Toggles the like status of a post.
* Parameters:
* `options`: *object* An object containing the post_id.
* `post_id`: *string* The ID of the post to toggle the like status.
* Returns: *Promise[object]* The response data after toggling the like status.
* Throws: Error if the post_id is not provided.
* `toggleSave(options)`
* Toggles the save status of a post.
* Parameters:
* `options`: *object* An object containing the post_id.
* `post_id`: *string* The ID of the post to toggle the save status.
* Returns: *Promise[object]* The response data after toggling the save status.
* Throws: Error if the post_id is not provided.
* `create(payload)`
* Creates a new post with the given payload.
* Parameters:
* `payload`: *object* The data to create the post with.
* Returns: *Promise[object]* The response data after creating the post.
* `update(post_id, update)`
* Updates a post with the given post ID and update payload.
* Parameters:
* `post_id`: *string* The ID of the post to update.
* `update`: *object* The data to update the post with.
* Returns: *Promise[object]* The response data after updating the post.
* Throws: Error if the post_id is not provided.
* `delete(options)`
* Deletes a post with the given post ID.
* Parameters:
* `options`: *object* An object containing the post_id.
* `post_id`: *string* The ID of the post to delete.
* Returns: *Promise[object]* The response data after deleting the post.
* Throws: Error if the post_id is not provided.
* `votePoll(options)`
* Votes for a poll with the given post ID and option ID.
* Parameters:
* `options`: *object* An object containing the post_id and option_id.
* `post_id`: *string* The ID of the post to vote for.
The `Search` class provides a static method for performing searches using the Comty API.
**Class Overview:**
The `Search` class encapsulates the search functionality, allowing you to search for content using keywords and optional parameters. It also supports external addons to extend the search functionality.
### Static Methods
* `search(keywords, params, returnFields)`
Performs a search using the provided keywords and optional parameters.
* `keywords`: *string* The keywords to search for.
* `params`: *object, optional* Optional parameters for the search.
* `limit`: *number, optional* The maximum number of results to return default: 50.
* `offset`: *number, optional* The offset to start the search from default: 0.
* `sort`: *string, optional* The sort order "asc" or "desc" default: "desc".
* `fields`: *array, optional* An array of fields to return in the results. If empty, all fields will be returned.
* `returnFields`: *array, optional* An array of fields to return in the results. If empty, all fields will be returned.
* Returns: A promise that resolves with the search results.
### API Reference
* `search(keywords: string, params: object, returnFields: array)`: Promise[object] - Performs a search using the provided keywords and optional parameters.
The `TidalService` class provides static methods for linking and interacting with the Tidal service.
**Class Overview:**
The `TidalService` class offers methods for linking and unlinking accounts, checking the connection status, and retrieving data from the Tidal service.
### Static Properties
* `api_instance`: Returns the API instance for the Tidal service.
### Static Methods
* `linkAccount()`
Opens a new tab to link the user's Tidal account.
* Returns: A Promise that resolves with the link data.
* Throws: Error if not running in a browser environment
* `unlinkAccount()`
Unlinks the user's Tidal account.
* Returns: A Promise that resolves with the unlink data.
* Throws: Error if not running in a browser environment
* `isActive()`
Checks if the user's Tidal account is linked.
* Returns: A Promise that resolves with a boolean indicating whether the account is linked.
* Throws: Error if not running in a browser environment
* `getCurrentUser()`
Retrieves the current Tidal user.
* Returns: A Promise that resolves with the current user data.
* `getPlaybackUrl(track_id)`
Retrieves the playback URL for a given Tidal track ID.
* `track_id`: *string* The ID of the Tidal track.
* Returns: A Promise that resolves with the playback URL data.
* `getTrackManifest(track_id)`
Retrieves the track manifest for a given Tidal track ID.
* `track_id`: *string* The ID of the Tidal track.
* Returns: A Promise that resolves with the track manifest data.
The `UserModel` class provides static methods for interacting with user data on the Comty platform.
**Class Overview:**
The `UserModel` class offers a set of methods for retrieving and updating user data, including profile information, roles, badges, and configuration settings.
### Static Methods
* `data(payload)`
Retrieves the data of a user.
* `payload`: *object, optional* An object containing the username and user_id.
* `username`: *string, optional* The username of the user.
* `user_id`: *string, optional* The ID of the user.
* `basic`: *boolean, optional* Whether to fetch only basic user information default: false.
* Returns: A promise that resolves with the data of the user.
* `updateData(payload)`
Updates the user data with the given payload.
* `payload`: *object* The data to update the user with.
* Returns: A promise that resolves with the updated user data.
* `unsetPublicName()`
Update the public name to null in the user data.
* Returns: A Promise that resolves with the response data after updating the public name
* `getRoles(user_id)`
Retrieves the roles of a user.
* `user_id`: *string, optional* The ID of the user. If not provided, the current user ID will be used.
* Returns: A promise that resolves with an array of roles for the user.
* `getBadges(user_id)`
Retrieves the badges for a given user.
* `user_id`: *string, optional* The ID of the user. If not provided, the current session user ID will be used.
* Returns: A promise that resolves with an array of badges for the user.
* `getConfig(key)`
Retrive user config from server
* `key`: *string* A key of config
* Returns: A Promise that resolves with a config object
* `updateConfig(update)`
Update the configuration with the given update.
* `update`: *Object* The object containing the updated configuration data
* Returns: A Promise that resolves with the response data after the configuration is updated
* `getPublicKey(user_id)`
Retrieves the public key for a given user.
* `user_id`: *string, optional* The ID of the user. If not provided, the current session user ID will be used.
* Returns: A promise that resolves with the public key for the user.
* `updatePublicKey(public_key)`
Updates the public key for the current user.
* `public_key`: *string* The new public key to set.
* Returns: A promise that resolves with the response data after updating the public key.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.