From 767fb638ce7aeea3bbc5aa28e957778fb257a0cc Mon Sep 17 00:00:00 2001 From: Michatec Date: Sat, 27 Sep 2025 20:49:58 +0200 Subject: [PATCH] Files --- .gitignore | 21 + LICENSE | 674 +++++++++++++ README.md | 46 + babel.cfg | 2 + main.py | 224 +++++ models.py | 137 +++ requirments.txt | 8 + routes/admin.py | 330 +++++++ routes/credits.py | 14 + routes/discord.py | 87 ++ routes/example oauth.py | 12 + routes/friends.py | 92 ++ routes/like.py | 41 + routes/login.py | 80 ++ routes/notifications.py | 33 + routes/post.py | 225 +++++ routes/profile.py | 66 ++ routes/support.py | 77 ++ routes/user.py | 104 ++ static/css/styles.css | 312 ++++++ static/icons/custom-cursor.png | Bin 0 -> 1356 bytes static/icons/favicon.ico | Bin 0 -> 175022 bytes static/icons/icon-192.png | Bin 0 -> 14292 bytes static/icons/icon-512.png | Bin 0 -> 84780 bytes static/js/adstop.js | 20 + static/js/events.js | 16 + static/js/feed.js | 5 + static/js/sw.js | 19 + static/js/theme.js | 25 + static/js/translate.js | 9 + static/manifest.json | 21 + templates/403.html | 20 + templates/admin.html | 372 ++++++++ templates/admin_set_password.html | 12 + templates/base.html | 113 +++ templates/credits.html | 20 + templates/discord_register.html | 22 + templates/edit_post.html | 53 ++ templates/edit_profile.html | 24 + templates/feed.html | 122 +++ templates/friends.html | 47 + templates/index.html | 43 + templates/login.html | 33 + templates/my_posts.html | 91 ++ templates/notifications.html | 32 + templates/privacy_policy.html | 16 + templates/profile.html | 32 + templates/register.html | 41 + templates/reset_password.html | 23 + templates/reset_requests.html | 90 ++ templates/secret.html | 294 ++++++ templates/setup.html | 24 + templates/shop.html | 33 + templates/support.html | 49 + templates/support_thread.html | 40 + templates/users.html | 46 + translations/de/LC_MESSAGES/messages.po | 1166 +++++++++++++++++++++++ translations/en/LC_MESSAGES/messages.po | 1166 +++++++++++++++++++++++ 58 files changed, 6724 insertions(+) create mode 100644 .gitignore create mode 100644 LICENSE create mode 100644 README.md create mode 100644 babel.cfg create mode 100644 main.py create mode 100644 models.py create mode 100644 requirments.txt create mode 100644 routes/admin.py create mode 100644 routes/credits.py create mode 100644 routes/discord.py create mode 100644 routes/example oauth.py create mode 100644 routes/friends.py create mode 100644 routes/like.py create mode 100644 routes/login.py create mode 100644 routes/notifications.py create mode 100644 routes/post.py create mode 100644 routes/profile.py create mode 100644 routes/support.py create mode 100644 routes/user.py create mode 100644 static/css/styles.css create mode 100644 static/icons/custom-cursor.png create mode 100644 static/icons/favicon.ico create mode 100644 static/icons/icon-192.png create mode 100644 static/icons/icon-512.png create mode 100644 static/js/adstop.js create mode 100644 static/js/events.js create mode 100644 static/js/feed.js create mode 100644 static/js/sw.js create mode 100644 static/js/theme.js create mode 100644 static/js/translate.js create mode 100644 static/manifest.json create mode 100644 templates/403.html create mode 100644 templates/admin.html create mode 100644 templates/admin_set_password.html create mode 100644 templates/base.html create mode 100644 templates/credits.html create mode 100644 templates/discord_register.html create mode 100644 templates/edit_post.html create mode 100644 templates/edit_profile.html create mode 100644 templates/feed.html create mode 100644 templates/friends.html create mode 100644 templates/index.html create mode 100644 templates/login.html create mode 100644 templates/my_posts.html create mode 100644 templates/notifications.html create mode 100644 templates/privacy_policy.html create mode 100644 templates/profile.html create mode 100644 templates/register.html create mode 100644 templates/reset_password.html create mode 100644 templates/reset_requests.html create mode 100644 templates/secret.html create mode 100644 templates/setup.html create mode 100644 templates/shop.html create mode 100644 templates/support.html create mode 100644 templates/support_thread.html create mode 100644 templates/users.html create mode 100644 translations/de/LC_MESSAGES/messages.po create mode 100644 translations/en/LC_MESSAGES/messages.po diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d31ce3f --- /dev/null +++ b/.gitignore @@ -0,0 +1,21 @@ +__pycache__ +instance +*.pyc +*.pyo +*.pyd +migrations +*.sqlite3 +*.log +*.db +*.env +*.DS_Store +.vscode +routes/__pycache__ +tools +*.pot +*.mo +routes/oauth.py +static/profile_pics +static/uploads +commands.txt +py-to-exemfc.json diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..f288702 --- /dev/null +++ b/LICENSE @@ -0,0 +1,674 @@ + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + Copyright (C) + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +. + + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +. diff --git a/README.md b/README.md new file mode 100644 index 0000000..d80e8ff --- /dev/null +++ b/README.md @@ -0,0 +1,46 @@ +# MiniFacebook + +MiniFacebook is a minimalist social network built with [Flask](https://flask.palletsprojects.com/), [SQLAlchemy](https://www.sqlalchemy.org/), and [Bootstrap](https://getbootstrap.com/). It allows you to share posts, images, videos, and messages with friends—ad-free and privacy-focused. + +## Features + +- Share posts, images, videos, and documents +- Friend requests and friends list +- Activity notifications +- Shop for premium features (e.g., gold frames, extra uploads) +- Admin panel with user management +- Multilingual (German/English) +- Dark and light mode +- Discord login and linking +- Support ticket system +- Password reset via email +- Responsive design for desktop and mobile + +## Installation + +1. **Clone the repository** + + ```sh + git clone https://github.com/Michatec/MiniFaceBook.git + cd MiniFaceBook + ``` + +2. **Install dependencies** + + ```sh + pip install -r requirments.txt + ``` + +3. **Start** + + ```sh + python main.py + ``` + +## Help to translate + + + +## License + +This project is licensed under the GNU General Public License v3.0. diff --git a/babel.cfg b/babel.cfg new file mode 100644 index 0000000..fdff2e5 --- /dev/null +++ b/babel.cfg @@ -0,0 +1,2 @@ +[python: **.py] +[jinja2: templates/**.html] \ No newline at end of file diff --git a/main.py b/main.py new file mode 100644 index 0000000..3017a00 --- /dev/null +++ b/main.py @@ -0,0 +1,224 @@ +from flask import Flask, request, render_template, redirect, url_for, flash, abort, jsonify +from flask_migrate import Migrate +from flask_login import LoginManager, login_required, current_user +from werkzeug.security import generate_password_hash +from flask_babel import Babel, gettext as _ +from waitress import serve +from routes.admin import admin_bp +from routes.discord import discord_bp +from routes.post import post_bp +from routes.login import log_bp +from routes.support import support_bp +from routes.like import like_bp +from routes.profile import profile_bp +from routes.user import user_bp +from routes.friends import friends_bp +from routes.notifications import noti_bp +from routes.credits import credits_bp +from models import db, User, Reward, Event, UserShopItem, ShopItem, SHOPITEM_ID_PREMIUM, SHOPITEM_ID_GOLDRAHMEN, SHOPITEM_ID_EXTRA_TYPES, SHOPITEM_ID_EXTRA_UPLOAD +from routes.oauth import oauth +import re +import os + +__mapper_args__ = {"confirm_deleted_rows": False} + +app = Flask(__name__) +app.config['SECRET_KEY'] = "secret_key" +app.config['SQLALCHEMY_DATABASE_URI'] = 'sqlite:///site.db' +app.config['SQLALCHEMY_TRACK_MODIFICATIONS'] = False +app.config['BABEL_DEFAULT_LOCALE'] = 'en' +db.init_app(app) +migrate = Migrate(app, db) +app_login = LoginManager(app) +app_login.login_view = 'log.login' +app_login.login_message = _('Please log in to access this page.') +app_login.login_message_category = 'info' +babel = Babel(app) +oauth.init_app(app) + +if not os.path.exists('instance/site.db'): + with app.app_context(): + db.create_all() + +if not os.path.exists('static/uploads'): + os.makedirs('static/uploads') +if not os.path.exists('static/profile_pics'): + os.makedirs('static/profile_pics') + +app.register_blueprint(admin_bp) +app.register_blueprint(discord_bp) +app.register_blueprint(post_bp) +app.register_blueprint(log_bp) +app.register_blueprint(support_bp) +app.register_blueprint(profile_bp) +app.register_blueprint(like_bp) +app.register_blueprint(user_bp) +app.register_blueprint(friends_bp) +app.register_blueprint(noti_bp) +app.register_blueprint(credits_bp) + +with app.app_context(): + if db.session.query(ShopItem).count() == 0: + db.session.add(ShopItem( + name="Premium Account", + description="Exclusive features and content.", + price=100, + icon="bi-star" + )) + db.session.add(ShopItem( + name="Gold Profile Frame", + description="Adds a golden profile frame to your profile.", + price=50, + icon="bi-person-bounding-box" + )) + db.session.add(ShopItem( + name="Extra Upload Slot", + description="Become able to upload more files.", + price=130, + icon="bi-cloud-upload" + )) + db.session.add(ShopItem( + name="More Types", + description="More types for your posts. Limit: 500 types per post.", + price=80, + icon="bi-megaphone" + )) + db.session.commit() + else: + pass + +def get_locale(): + lang = request.cookies.get('lang') + if lang in ['de', 'en']: + return lang + +babel.init_app(app, locale_selector=get_locale) + +def needs_admin_setup(): + return db.session.query(User).filter_by(is_admin=True).count() == 0 + +@app.context_processor +def inject_user(): + return dict(user=current_user if current_user.is_authenticated else None) + +@app.context_processor +def inject_theme(): + theme = request.cookies.get('theme') + if not theme: + theme = 'dark' + return dict(theme_class=f"{theme}-mode" if theme else "") + +@app.context_processor +def inject_locale(): + return dict(get_locale=get_locale) + +@app.context_processor +def inject_shopitem_ids(): + return dict( + SHOPITEM_ID_GOLDRAHMEN=SHOPITEM_ID_GOLDRAHMEN, + SHOPITEM_ID_PREMIUM=SHOPITEM_ID_PREMIUM, + SHOPITEM_ID_EXTRA_UPLOAD=SHOPITEM_ID_EXTRA_UPLOAD, + SHOPITEM_ID_EXTRA_TYPES=SHOPITEM_ID_EXTRA_TYPES + ) + +@app_login.user_loader +def load_user(user_id): + return db.session.get(User, int(user_id)) + +@app.before_request +def check_for_admin(): + allowed_routes = ['setup', 'static'] + if needs_admin_setup() and request.endpoint not in allowed_routes: + return redirect(url_for('setup')) + +@app.route('/', methods=['GET']) +def index(): + if current_user.is_authenticated: + return redirect(url_for('post.feed')) + return render_template('index.html') + + +@app.route('/setup', methods=['GET', 'POST']) +def setup(): + if not needs_admin_setup(): + return redirect(url_for('log.login')) + if request.method == 'POST': + username = request.form['username'] + email = request.form['email'] + password = request.form['password'] + confirm_password = request.form['confirm_password'] + if password != confirm_password: + flash(_('Passwords do not match.'), 'danger') + elif db.session.query(User).filter_by(username=username).first(): + flash(_('Username already exists.'), 'danger') + elif db.session.query(User).filter_by(email=email).first(): + flash(_('E-Mail already exists.'), 'danger') + elif len(password) < 8: + flash(_('Password must be at least 8 characters long.'), 'danger') + elif not re.match(r'^[a-zA-Z0-9_.+-]+@[a-zA-Z0-9-]+\.[a-zA-Z0-9-.]+$', email): + flash(_('Invalid email address.'), 'danger') + elif not re.match(r'^[a-zA-Z0-9_.+-]+$', username): + flash(_('Invalid username. Only alphanumeric characters are allowed.'), 'danger') + else: + hashed_password = generate_password_hash(password, method='pbkdf2:sha256') + admin_user = User(username=username, email=email, password=hashed_password, is_admin=True, is_owner=True) + db.session.add(admin_user) + db.session.commit() + flash(_('Admin account created. You can now log in.'), 'success') + return redirect(url_for('log.login')) + return render_template('setup.html') + +@app.route('/api/events') +@login_required +def api_events(): + if not current_user.is_admin: + abort(403) + + events = db.session.query(Event).order_by(Event.timestamp.desc()).limit(20).all() + return jsonify([ + {"timestamp": e.timestamp.strftime('%Y-%m-%d %H:%M'), "message": e.message} + for e in events + ]) + +@app.route('/shop', methods=['GET', 'POST']) +@login_required +def shop(): + items = db.session.query(ShopItem).all() + message = None + owned_ids = [usi.item_id for usi in current_user.shop_items] + if request.method == 'POST': + item_id = int(request.form['item_id']) + item = db.session.get(ShopItem, item_id) + if item_id in owned_ids: + message = _("Already purchased!") + elif item and current_user.reward_points() >= item.price: + db.session.add(Reward(user_id=current_user.id, type=f'buy_{item.name}', points=-item.price)) + db.session.add(UserShopItem(user_id=current_user.id, item_id=item.id)) + db.session.commit() + message = _(f"Purchased: {item.name}") + owned_ids.append(item_id) + else: + message = _("Not enough points!") + return render_template('shop.html', items=items, message=message, owned_ids=owned_ids) + +@app.errorhandler(403) +def forbidden(error): + return render_template('403.html'), 403 + +@app.errorhandler(404) +def not_found(error): + flash(f'{error}', 'danger') + if current_user.is_authenticated: + return redirect(url_for('post.feed')) + return render_template('index.html'), 200 + +@app.route('/secret') +@login_required +def secret(): + return render_template('secret.html') + +if __name__ == '__main__': + try: + serve(app, host="0.0.0.0", port=80, threads=12) + except: + app.run(debug=True, host="0.0.0.0", port=80) \ No newline at end of file diff --git a/models.py b/models.py new file mode 100644 index 0000000..aff87d8 --- /dev/null +++ b/models.py @@ -0,0 +1,137 @@ +from flask_sqlalchemy import SQLAlchemy +from flask_login import UserMixin +from datetime import datetime + +db = SQLAlchemy() + +class User(UserMixin, db.Model): + id = db.Column(db.Integer, primary_key=True) + username = db.Column(db.String(150), unique=True, nullable=False) + email = db.Column(db.String(150), unique=True, nullable=False) + password = db.Column(db.String(150), nullable=False) + created_at = db.Column(db.DateTime, default=datetime.now) + is_admin = db.Column(db.Boolean, default=False) + is_owner = db.Column(db.Boolean, default=False) + profile_pic = db.Column(db.String(200), default='default.png') + discord_id = db.Column(db.String(50), unique=True) + discord_linked = db.Column(db.Boolean, default=False) + posts = db.relationship('Post', backref='user', cascade="all, delete", passive_deletes=True) + comments = db.relationship('Comment', backref='user', cascade="all, delete", passive_deletes=True) + likes = db.relationship('Like', backref='user', cascade="all, delete", passive_deletes=True) + friendships_sent = db.relationship( + 'Friendship', + foreign_keys='Friendship.requester_id', + backref='requester', + cascade="all, delete", + passive_deletes=True + ) + friendships_received = db.relationship( + 'Friendship', + foreign_keys='Friendship.receiver_id', + backref='receiver', + cascade="all, delete", + passive_deletes=True + ) + uploads = db.relationship('Upload', backref='user', cascade="all, delete", passive_deletes=True) + rewards = db.relationship('Reward', backref='user', cascade="all, delete", passive_deletes=True) + shop_items = db.relationship('UserShopItem', backref='user', cascade="all, delete", passive_deletes=True) + + def reward_points(self): + return sum(r.points for r in self.rewards) + +class Friendship(db.Model): + id = db.Column(db.Integer, primary_key=True) + requester_id = db.Column(db.Integer, db.ForeignKey('user.id')) + receiver_id = db.Column(db.Integer, db.ForeignKey('user.id')) + status = db.Column(db.String(20), default='pending') + +class Post(db.Model): + id = db.Column(db.Integer, primary_key=True) + user_id = db.Column(db.Integer, db.ForeignKey('user.id')) + content = db.Column(db.Text, nullable=False) + created_at = db.Column(db.DateTime, default=datetime.now) + visibility = db.Column(db.String(20), default='public') + likes = db.relationship('Like', backref='post', lazy='dynamic', cascade="all, delete-orphan", passive_deletes=True) + comments = db.relationship('Comment', backref='post', cascade="all, delete-orphan", passive_deletes=True) + uploads = db.relationship('Upload', backref='post', cascade="all, delete-orphan", passive_deletes=True) + +class Comment(db.Model): + id = db.Column(db.Integer, primary_key=True) + post_id = db.Column(db.Integer, db.ForeignKey('post.id')) + user_id = db.Column(db.Integer, db.ForeignKey('user.id')) + content = db.Column(db.Text, nullable=False) + created_at = db.Column(db.DateTime, default=datetime.now) + +class Like(db.Model): + id = db.Column(db.Integer, primary_key=True) + post_id = db.Column(db.Integer, db.ForeignKey('post.id', ondelete='CASCADE')) + user_id = db.Column(db.Integer, db.ForeignKey('user.id')) + +class PasswordResetRequest(db.Model): + id = db.Column(db.Integer, primary_key=True) + user_id = db.Column(db.Integer, db.ForeignKey('user.id')) + requested_at = db.Column(db.DateTime, default=datetime.now) + status = db.Column(db.String(20), default='pending') + user = db.relationship('User', backref='reset_requests') + +class Upload(db.Model): + id = db.Column(db.Integer, primary_key=True) + user_id = db.Column(db.Integer, db.ForeignKey('user.id')) + post_id = db.Column(db.Integer, db.ForeignKey('post.id')) + filename = db.Column(db.String(255)) + filetype = db.Column(db.String(50)) + uploaded_at = db.Column(db.DateTime, default=datetime.now) + +class Event(db.Model): + id = db.Column(db.Integer, primary_key=True) + timestamp = db.Column(db.DateTime, default=datetime.now) + message = db.Column(db.String(255)) + +class Notification(db.Model): + id = db.Column(db.Integer, primary_key=True) + user_id = db.Column(db.Integer, db.ForeignKey('user.id')) + message = db.Column(db.String(255)) + created_at = db.Column(db.DateTime, default=datetime.now) + read = db.Column(db.Boolean, default=False) + +class Reward(db.Model): + id = db.Column(db.Integer, primary_key=True) + user_id = db.Column(db.Integer, db.ForeignKey('user.id')) + type = db.Column(db.String(50)) + points = db.Column(db.Integer, default=0) + created_at = db.Column(db.DateTime, default=datetime.now) + +class ShopItem(db.Model): + id = db.Column(db.Integer, primary_key=True) + name = db.Column(db.String(100), nullable=False) + description = db.Column(db.String(255)) + price = db.Column(db.Integer, nullable=False) + icon = db.Column(db.String(50), default="bi-gift") + +class UserShopItem(db.Model): + id = db.Column(db.Integer, primary_key=True) + user_id = db.Column(db.Integer, db.ForeignKey('user.id')) + item_id = db.Column(db.Integer, db.ForeignKey('shop_item.id')) + bought_at = db.Column(db.DateTime, default=datetime.now) + item = db.relationship('ShopItem') + +class SupportRequest(db.Model): + id = db.Column(db.Integer, primary_key=True) + user_id = db.Column(db.Integer, db.ForeignKey('user.id')) + title = db.Column(db.String(100), nullable=False) + created_at = db.Column(db.DateTime, default=datetime.now) + status = db.Column(db.String(20), default='open') + comments = db.relationship('SupportComment', backref='request', cascade="all, delete", passive_deletes=True) + +class SupportComment(db.Model): + id = db.Column(db.Integer, primary_key=True) + request_id = db.Column(db.Integer, db.ForeignKey('support_request.id')) + user_id = db.Column(db.Integer, db.ForeignKey('user.id')) + message = db.Column(db.Text, nullable=False) + created_at = db.Column(db.DateTime, default=datetime.now) + user = db.relationship('User') + +SHOPITEM_ID_GOLDRAHMEN = 2 +SHOPITEM_ID_PREMIUM = 1 +SHOPITEM_ID_EXTRA_UPLOAD = 3 +SHOPITEM_ID_EXTRA_TYPES = 4 \ No newline at end of file diff --git a/requirments.txt b/requirments.txt new file mode 100644 index 0000000..ecf3bb6 --- /dev/null +++ b/requirments.txt @@ -0,0 +1,8 @@ +flask +flask_login +flask_migrate +werkzeug +flask_babel +waitress +authlib +sqlalchemy \ No newline at end of file diff --git a/routes/admin.py b/routes/admin.py new file mode 100644 index 0000000..1c39bfc --- /dev/null +++ b/routes/admin.py @@ -0,0 +1,330 @@ +from flask import Blueprint, render_template, redirect, url_for, flash, abort, request +from flask_login import login_required, current_user +from models import db, User, Post, Friendship, Comment, Upload, Notification, Event, PasswordResetRequest, Like, UserShopItem, Reward, SupportComment, SupportRequest +from werkzeug.security import generate_password_hash +from flask_babel import gettext as _ +import os + +__mapper_args__ = {"confirm_deleted_rows": False} +admin_bp = Blueprint('admin', __name__, url_prefix='/admin') + +@admin_bp.route('/reset_requests/delete_all', methods=['GET', 'POST']) +@login_required +def admin_delete_all_reset_requests(): + if not current_user.is_admin: + abort(403) + db.session.query(PasswordResetRequest).delete() + db.session.commit() + flash(_('All password reset requests have been deleted.'), 'success') + return redirect(url_for('admin.reset_requests')) + +@admin_bp.route('/') +@login_required +def admin(): + if not current_user.is_admin: + abort(403) + users = db.session.query(User).all() + posts = db.session.query(Post).all() + friendships = db.session.query(Friendship).all() + comments = db.session.query(Comment).all() + uploads = db.session.query(Upload).all() + all_notifications = db.session.query(Notification).order_by(Notification.created_at.desc()).all() + events = db.session.query(Event).order_by(Event.timestamp.desc()).limit(50).all() + user_shop_items = db.session.query(UserShopItem).all() + return render_template( + 'admin.html', + users=users, + posts=posts, + friendships=friendships, + comments=comments, + uploads=uploads, + all_notifications=all_notifications, + events=events, + user_shop_items=user_shop_items + ) + +@admin_bp.route('/reset_requests') +@login_required +def reset_requests(): + if not current_user.is_admin: + abort(403) + requests = db.session.query(PasswordResetRequest).filter_by(status='pending').all() + requests_done = db.session.query(PasswordResetRequest).filter_by(status='done').all() + requests_rejected = db.session.query(PasswordResetRequest).filter_by(status='rejected').all() + return render_template('reset_requests.html', requests=requests, requests_done=requests_done, requests_rejected=requests_rejected) + +@admin_bp.route('/reset_requests//reject', methods=['POST']) +@login_required +def reject_reset_request(req_id): + if not current_user.is_admin: + abort(403) + req = db.session.get(PasswordResetRequest, req_id) + if req: + req.status = 'rejected' + db.session.commit() + flash(_('Request rejected.'), 'info') + return redirect(url_for('admin.reset_requests')) + +@admin_bp.route('/reset_requests//reset', methods=['GET', 'POST']) +@login_required +def admin_reset_password(req_id): + if not current_user.is_admin: + abort(403) + req = db.session.get(PasswordResetRequest, req_id) + if req and req.status == 'pending': + user = db.session.get(User, req.user_id) + if request.method == 'POST': + new_pw = request.form['new_password'] + if not new_pw or len(new_pw) < 4: + flash(_('Password too short.'), 'danger') + else: + user.password = generate_password_hash(new_pw, method='pbkdf2:sha256') + req.status = 'done' + db.session.commit() + flash(_(f'Password for {user.username} reset.'), 'success') + return redirect(url_for('admin.reset_requests')) + return render_template('admin_set_password.html', req=req, user=user) + return redirect(url_for('admin.reset_requests')) + +@admin_bp.route('/delete_post/', methods=['POST']) +@login_required +def admin_delete_post(post_id): + if not current_user.is_admin: + abort(403) + post = db.session.get(Post, post_id) + if post: + for upload in post.uploads: + file_path = os.path.join('static/uploads', upload.filename) + try: + if os.path.exists(file_path): + os.remove(file_path) + except Exception: + pass + likes = db.session.query(Like).filter_by(post_id=post_id).all() + for like in likes: + db.session.delete(like) + comments = db.session.query(Comment).filter_by(post_id=post_id).all() + for comment in comments: + db.session.delete(comment) + db.session.delete(post) + event = Event(message=_(f"Admin {current_user.username} has deleted post {post.id}.")) + db.session.add(event) + notification = Notification(message=_(f"Your post {post.id} has been deleted by an admin."), user_id=post.user_id) + db.session.add(notification) + db.session.commit() + flash(_('Post and associated files deleted.'), 'success') + return redirect(url_for('admin.admin')) + +@admin_bp.route('/delete_user/', methods=['POST']) +@login_required +def admin_delete_user(user_id): + user = db.session.get(User, user_id) + if user.is_owner: + flash(_('Cannot delete the owner account.'), 'danger') + return redirect(url_for('admin.admin')) + if user and not user.is_admin: + event = Event(message=f"Admin {current_user.username} hat {user.username} gelöscht.") + db.session.add(event) + for post in user.posts: + db.session.delete(post) + for friendship in user.friendships_sent + user.friendships_received: + db.session.delete(friendship) + for comment in user.comments: + db.session.delete(comment) + for user_shop_item in user.shop_items: + db.session.delete(user_shop_item) + for reward in user.rewards: + db.session.delete(reward) + for like in user.likes: + db.session.delete(like) + for upload in user.uploads: + file_path = os.path.join('static/uploads', upload.filename) + try: + if os.path.exists(file_path): + os.remove(file_path) + except Exception: + pass + db.session.delete(upload) + if user.profile_pic and not user.profile_pic == 'default.png': + try: + os.remove(os.path.join('static/profile_pics', user.profile_pic)) + except Exception: + pass + notifications = db.session.query(Notification).filter_by(user_id=user.id).all() + for notif in notifications: + db.session.delete(notif) + db.session.delete(user) + db.session.commit() + flash(_('User deleted.'), 'success') + else: + flash(_('Cannot delete admin or user not found.'), 'danger') + return redirect(url_for('admin.admin')) + +@admin_bp.route('/delete_pic/', methods=['POST']) +@login_required +def admin_delete_pic(user_id): + if not current_user.is_admin: + abort(403) + user = db.session.get(User, user_id) + if user and user.profile_pic and user.profile_pic != 'default.png': + try: + os.remove(os.path.join('static/profile_pics', user.profile_pic)) + except Exception: + pass + user.profile_pic = "default.png" + db.session.commit() + flash(_(f'Profile picture of {user.username} deleted.'), 'success') + return redirect(url_for('admin.admin')) + +@admin_bp.route('/delete_all_notifications', methods=['POST']) +@login_required +def admin_delete_all_notifications(): + if not current_user.is_admin: + abort(403) + db.session.query(Notification).delete() + db.session.commit() + flash(_('All notifications have been deleted.'), 'success') + return redirect(url_for('admin.admin')) + +@admin_bp.route('/delete_all_events', methods=['POST']) +@login_required +def admin_delete_all_events(): + if not current_user.is_admin: + abort(403) + db.session.query(Event).delete() + db.session.commit() + flash(_('All events have been deleted.'), 'success') + return redirect(url_for('admin.admin')) + +@admin_bp.route('/delete_upload/', methods=['POST']) +@login_required +def admin_delete_upload(upload_id): + if not current_user.is_admin: + abort(403) + upload = db.session.get(Upload, upload_id) + if upload: + file_path = os.path.join('static/uploads', upload.filename) + try: + if os.path.exists(file_path): + os.remove(file_path) + except Exception: + pass + db.session.delete(upload) + db.session.commit() + flash(_('Upload deleted.'), 'success') + return redirect(url_for('admin.admin')) + +@admin_bp.route('/delete_all_uploads', methods=['POST']) +@login_required +def admin_delete_all_uploads(): + if not current_user.is_admin: + abort(403) + db.session.query(Upload).delete() + db.session.commit() + upload_dir = 'static/uploads' + for filename in os.listdir(upload_dir): + file_path = os.path.join(upload_dir, filename) + try: + if os.path.isfile(file_path): + os.remove(file_path) + except Exception: + pass + flash(_('All uploads have been deleted.'), 'success') + return redirect(url_for('admin.admin')) + +@admin_bp.route('/admin/points/', methods=['POST']) +@login_required +def admin_points(user_id): + if not current_user.is_admin: + abort(403) + action = request.form.get('action') + try: + points = int(request.form['points']) + except: + flash(_('No Points entered!')) + return redirect(url_for('admin.admin')) + cuser = db.session.get(User, current_user.id) + if not cuser.is_owner: + abort(403) + if action == 'add': + db.session.add(Reward(user_id=user_id, type='admin', points=points)) + db.session.commit() + flash(_('Points added!'), 'success') + elif action == 'remove': + user = db.session.get(User, user_id) + if user.reward_points() >= points: + db.session.add(Reward(user_id=user_id, type='admin', points=-points)) + db.session.commit() + flash(_('Points removed!'), 'success') + else: + flash(_("The user has not enough points to take!"), 'danger') + return redirect(url_for('admin.admin')) + +@admin_bp.route('/make_admin/', methods=['POST']) +@login_required +def make_admin(user_id): + if not current_user.is_admin: + abort(403) + user = db.session.get(User, user_id) + if user and not user.is_admin: + user.is_admin = True + db.session.commit() + flash(_(f"{user.username} is now an admin."), "success") + return redirect(url_for('admin.admin')) + +@admin_bp.route('/remove_admin/', methods=['POST']) +@login_required +def remove_admin(user_id): + if not current_user.is_admin: + abort(403) + user = db.session.get(User, user_id) + if user and user.is_admin and not user.is_owner: + user.is_admin = False + db.session.commit() + flash(_(f"Admin rights of {user.username} removed."), "info") + else: + flash(_("Owner cannot be removed!"), "danger") + return redirect(url_for('admin.admin')) + +@admin_bp.route('/wipe_server', methods=['POST']) +@login_required +def wipe_server(): + if not current_user.is_admin and not current_user.is_owner: + abort(403) + + db.session.query(Reward).delete() + db.session.query(UserShopItem).delete() + db.session.query(Like).delete() + db.session.query(Comment).delete() + db.session.query(Friendship).delete() + db.session.query(Post).delete() + db.session.query(Upload).delete() + db.session.query(Notification).delete() + db.session.query(Event).delete() + db.session.query(PasswordResetRequest).delete() + db.session.query(User).delete() + db.session.query(SupportComment).delete() + db.session.query(SupportRequest).delete() + db.session.commit() + + upload_dir = 'static/uploads' + for filename in os.listdir(upload_dir): + file_path = os.path.join(upload_dir, filename) + try: + if os.path.isfile(file_path): + os.remove(file_path) + except Exception: + pass + + profile_dir = 'static/profile_pics' + for filename in os.listdir(profile_dir): + if filename != 'default.png': + file_path = os.path.join(profile_dir, filename) + try: + if os.path.isfile(file_path): + os.remove(file_path) + except Exception: + pass + + flash(_('All Data has been deleted.'), 'success') + return redirect(url_for('admin.admin')) \ No newline at end of file diff --git a/routes/credits.py b/routes/credits.py new file mode 100644 index 0000000..da7e621 --- /dev/null +++ b/routes/credits.py @@ -0,0 +1,14 @@ +from flask import Blueprint, render_template, redirect, url_for, flash, request +from flask_login import login_required, current_user +from models import db +from flask_babel import gettext as _ + +credits_bp = Blueprint('credit', __name__) + +@credits_bp.route('/credits') +def credits(): + return render_template('credits.html') + +@credits_bp.route('/privacy-policy') +def privacy_policy(): + return render_template('privacy_policy.html') \ No newline at end of file diff --git a/routes/discord.py b/routes/discord.py new file mode 100644 index 0000000..f1b8af2 --- /dev/null +++ b/routes/discord.py @@ -0,0 +1,87 @@ +from flask import Blueprint, render_template, redirect, url_for, flash, request +from flask_login import login_required, current_user +from models import db, User +from werkzeug.security import generate_password_hash +from flask_babel import gettext as _ +from routes.oauth import discord +from routes.login import login_user + +discord_bp = Blueprint('discord', __name__) + +@discord_bp.route('/login/discord') +def login_discord(): + redirect_uri = url_for('discord.discord_login_callback', _external=True) + return discord.authorize_redirect(redirect_uri) + +@discord_bp.route('/login/discord/callback', methods=['GET', 'POST']) +def discord_login_callback(): + if request.method == 'GET': + token = discord.authorize_access_token() + user_data = discord.get('users/@me').json() + user = User.query.filter_by(discord_id=user_data['id']).first() + if user: + login_user(user) + flash(_('Logged in with Discord.'), 'success') + return redirect(url_for('post.feed')) + else: + flash(_('No account linked with this Discord. Please register.'), 'info') + return render_template( + 'discord_register.html', + username=user_data['username'], + email=user_data.get('email', ''), + discord_id=user_data['id'] + ) + else: + username = request.form.get('username') + email = request.form.get('email') + discord_id = request.form.get('discord_id') + password = request.form.get('password') + confirm_password = request.form.get('confirm_password') + if not password or len(password) < 8: + flash(_('Password must be at least 8 characters long.'), 'danger') + return render_template('discord_register.html', username=username, email=email, discord_id=discord_id) + if password != confirm_password: + flash(_('Passwords do not match.'), 'danger') + return render_template('discord_register.html', username=username, email=email, discord_id=discord_id) + if db.session.query(User).filter_by(username=username).first(): + flash(_('Username already exists. Please Report It.'), 'danger') + return render_template('discord_register.html', username="", email=email, discord_id=discord_id) + hashed_password = generate_password_hash(password, method='pbkdf2:sha256') + new_user = User( + username=username, + email=email, + password=hashed_password, + discord_id=discord_id, + discord_linked=True + ) + db.session.add(new_user) + db.session.commit() + login_user(new_user) + flash(_('Account created and logged in with Discord.'), 'success') + return redirect(url_for('post.feed')) + +@discord_bp.route('/link_discord') +@login_required +def link_discord(): + redirect_uri = url_for('discord.authorize_discord', _external=True) + return discord.authorize_redirect(redirect_uri) + +@discord_bp.route('/authorize/discord') +@login_required +def authorize_discord(): + token = discord.authorize_access_token() + user_data = discord.get('users/@me').json() + current_user.discord_id = user_data['id'] + current_user.discord_linked = True + db.session.commit() + flash(_('Discord account linked!'), 'success') + return redirect(url_for('profil.profile')) + +@discord_bp.route('/unlink_discord', methods=['POST']) +@login_required +def unlink_discord(): + current_user.discord_id = None + current_user.discord_linked = False + db.session.commit() + flash(_('Discord account unlinked!'), 'success') + return redirect(url_for('profil.profile')) \ No newline at end of file diff --git a/routes/example oauth.py b/routes/example oauth.py new file mode 100644 index 0000000..5e77fcf --- /dev/null +++ b/routes/example oauth.py @@ -0,0 +1,12 @@ +from authlib.integrations.flask_client import OAuth + +oauth = OAuth() +discord = oauth.register( + name='discord', + client_id='YOUR_CLIENT_ID', + client_secret='YOUR_CLIENT_SECRET', + access_token_url='https://discord.com/api/oauth2/token', + authorize_url='https://discord.com/api/oauth2/authorize', + api_base_url='https://discord.com/api/', + client_kwargs={'scope': 'identify email'} +) \ No newline at end of file diff --git a/routes/friends.py b/routes/friends.py new file mode 100644 index 0000000..ffb6d2b --- /dev/null +++ b/routes/friends.py @@ -0,0 +1,92 @@ +from flask import Blueprint, redirect, url_for, flash, render_template +from flask_login import login_required, current_user +from models import db, Notification, Event, User, Friendship, Reward +from flask_babel import gettext as _ + +friends_bp = Blueprint('friend', __name__) + +@friends_bp.route('/add_friend/', methods=['POST']) +@login_required +def add_friend(user_id): + if user_id == current_user.id: + flash(_('You cannot add yourself as a friend.'), 'warning') + return redirect(url_for('user.users')) + existing = db.session.query(Friendship).filter_by(requester_id=current_user.id, receiver_id=user_id).first() + if existing: + flash(_('Friend request already sent.'), 'info') + else: + friendship = Friendship(requester_id=current_user.id, receiver_id=user_id) + db.session.add(friendship) + db.session.commit() + friend = db.session.get(User, user_id) + event = Event(message=_(f"{current_user.username} sent a friend request to {friend.username}.")) + db.session.add(event) + db.session.commit() + notif = Notification( + user_id=user_id, + message=_(f"You have received a friend request from {current_user.username}.") + ) + db.session.add(notif) + db.session.commit() + flash(_('Friend request sent!'), 'success') + return redirect(url_for('user.users')) + +@friends_bp.route('/accept_friend/', methods=['POST']) +@login_required +def accept_friend(friendship_id): + friendship = db.session.get(Friendship, friendship_id) + if friendship and friendship.receiver_id == current_user.id: + friendship.status = 'accepted' + db.session.commit() + friend = db.session.get(User, friendship.requester_id) + event = Event(message=_(f"{current_user.username} und {friend.username} sind jetzt Freunde.")) + db.session.add(event) + db.session.add(Reward(user_id=current_user.id, type='friendship', points=5)) + db.session.add(Reward(user_id=friendship.requester_id, type='friendship', points=5)) + db.session.commit() + flash(_('Friend request accepted!'), 'success') + else: + flash(_('Invalid friend request.'), 'danger') + return redirect(url_for('friend.friends')) + +@friends_bp.route('/reject_friend/', methods=['POST']) +@login_required +def reject_friend(friendship_id): + friendship = db.session.get(Friendship, friendship_id) + if friendship and friendship.receiver_id == current_user.id: + friendship.status = 'rejected' + db.session.commit() + friend = db.session.get(User, friendship.requester_id) + event = Event(message=_(f"{current_user.username} has rejected {friend.username}'s friend request.")) + db.session.add(event) + db.session.commit() + flash(_('Friend request rejected.'), 'info') + else: + flash(_('Invalid friend request.'), 'danger') + return redirect(url_for('friend.friends')) + +@friends_bp.route('/friends') +@login_required +def friends(): + friends = db.session.query(User).join(Friendship, ((Friendship.requester_id == User.id) | (Friendship.receiver_id == User.id)))\ + .filter( + ((Friendship.requester_id == current_user.id) | (Friendship.receiver_id == current_user.id)), + Friendship.status == 'accepted', + User.id != current_user.id + ).all() + requests = db.session.query(Friendship).filter_by(receiver_id=current_user.id, status='pending').all() + return render_template('friends.html', friends=friends, requests=requests) + +@friends_bp.route('/remove_friend/', methods=['POST']) +@login_required +def remove_friend(user_id): + friendship = db.session.query(Friendship).filter( + ((Friendship.requester_id == current_user.id) & (Friendship.receiver_id == user_id)) | + ((Friendship.requester_id == user_id) & (Friendship.receiver_id == current_user.id)), + Friendship.status == 'accepted' + ).first() + if friendship: + db.session.delete(friendship) + db.session.commit() + flash(_('Friendship ended.'), 'info') + return redirect(url_for('friend.friends')) \ No newline at end of file diff --git a/routes/like.py b/routes/like.py new file mode 100644 index 0000000..aaa790e --- /dev/null +++ b/routes/like.py @@ -0,0 +1,41 @@ +from flask import Blueprint, redirect, url_for, flash +from flask_login import login_required, current_user +from models import db, Post, Notification, Like +from flask_babel import gettext as _ + +like_bp = Blueprint('like', __name__) + +@like_bp.route('/like/', methods=['POST', 'GET']) +@login_required +def like_post(post_id): + post = db.session.get(Post, post_id) + if not post: + flash(_('Post does not exist.'), 'danger') + return redirect(url_for('post.feed')) + like = db.session.query(Like).filter_by(post_id=post_id, user_id=current_user.id).first() + if not like: + db.session.add(Like(post_id=post_id, user_id=current_user.id)) + db.session.commit() + if post.user_id != current_user.id: + notif = Notification( + user_id=post.user_id, + message=_(f"{current_user.username} liked your post.") + ) + db.session.add(notif) + db.session.commit() + flash(_('Post liked.'), 'info') + return redirect(url_for('post.feed')) + +@like_bp.route('/unlike/', methods=['POST', 'GET']) +@login_required +def unlike_post(post_id): + post = db.session.get(Post, post_id) + if not post: + flash(_('Post does not exist.'), 'danger') + return redirect(url_for('post.feed')) + like = db.session.query(Like).filter_by(post_id=post_id, user_id=current_user.id).first() + if like: + db.session.delete(like) + db.session.commit() + flash(_('Like removed.'), 'info') + return redirect(url_for('post.feed')) \ No newline at end of file diff --git a/routes/login.py b/routes/login.py new file mode 100644 index 0000000..adcd4d9 --- /dev/null +++ b/routes/login.py @@ -0,0 +1,80 @@ +from flask import Blueprint, render_template, redirect, url_for, flash, request +from models import db, User, PasswordResetRequest +from flask_babel import gettext as _ +from flask_login import login_user, login_required, logout_user, current_user +from werkzeug.security import generate_password_hash, check_password_hash +import re + +log_bp = Blueprint('log', __name__) + +@log_bp.route('/login', methods=['GET', 'POST']) +def login(): + if current_user.is_authenticated: + return redirect(url_for('post.feed')) + if request.method == 'POST': + username = request.form['username'] + password = request.form['password'] + user = db.session.query(User).filter_by(username=username).first() + if user and check_password_hash(user.password, password): + login_user(user) + flash(_('Logged in successfully.'), 'success') + next_url = request.args.get('next') + if next_url: + return redirect(next_url) + return redirect(url_for('post.feed')) + else: + flash(_('Invalid username or password.'), 'danger') + return render_template('login.html') + +@log_bp.route('/logout') +@login_required +def logout(): + logout_user() + flash(_('Logged out successfully.'), 'success') + return redirect(url_for('index')) + +@log_bp.route('/register', methods=['GET', 'POST']) +def register(): + if current_user.is_authenticated: + return redirect(url_for('post.feed')) + if request.method == 'POST': + username = request.form['username'] + email = request.form['email'] + password = request.form['password'] + confirm_password = request.form['confirm_password'] + if password != confirm_password: + flash(_('Passwords do not match.'), 'danger') + elif db.session.query(User).filter_by(username=username).first(): + flash(_('Username already exists.'), 'danger') + elif db.session.query(User).filter_by(email=email).first(): + flash(_('E-Mail already exists.'), 'danger') + elif len(password) < 8: + flash(_('Password must be at least 8 characters long.'), 'danger') + elif not re.match(r'^[a-zA-Z0-9_.+-]+@[a-zA-Z0-9-]+\.[a-zA-Z0-9-.]+$', email): + flash(_('Invalid email address.'), 'danger') + elif not re.match(r'^[a-zA-Z0-9_.+-]+$', username): + flash(_('Invalid username. Only alphanumeric characters are allowed.'), 'danger') + elif len(username) < 3 or len(username) > 20: + flash(_('Username must be between 3 and 20 characters long.'), 'danger') + else: + hashed_password = generate_password_hash(password, method='pbkdf2:sha256') + new_user = User(username=username, email=email, password=hashed_password) + db.session.add(new_user) + db.session.commit() + flash(_('Registered successfully. You can now log in.'), 'success') + return redirect(url_for('log.login')) + return render_template('register.html') + +@log_bp.route('/reset_password', methods=['GET', 'POST']) +def reset_password(): + if request.method == 'POST': + username = request.form['username'] + user = db.session.query(User).filter_by(username=username).first() + if user: + req = PasswordResetRequest(user_id=user.id) + db.session.add(req) + db.session.commit() + flash(_('Reset request sent to admins.'), 'info') + else: + flash(_('No user with this email.'), 'danger') + return render_template('reset_password.html') \ No newline at end of file diff --git a/routes/notifications.py b/routes/notifications.py new file mode 100644 index 0000000..8ffa720 --- /dev/null +++ b/routes/notifications.py @@ -0,0 +1,33 @@ +from flask import Blueprint, redirect, url_for, flash, render_template +from flask_login import login_required, current_user +from models import db, Notification +from flask_babel import gettext as _ +from datetime import datetime, timedelta + +noti_bp = Blueprint('notif', __name__) + +@noti_bp.route('/delete_all_notifications', methods=['POST']) +@login_required +def delete_all_notifications(): + db.session.query(Notification).filter_by(user_id=current_user.id).delete() + db.session.commit() + flash(_('All notifications have been deleted.'), 'success') + return redirect(url_for('notif.notifications')) + +@noti_bp.route('/delete_notification/', methods=['POST']) +@login_required +def delete_notification(notif_id): + notif = db.session.get(Notification, notif_id) + if notif and notif.user_id == current_user.id: + db.session.delete(notif) + db.session.commit() + return redirect(url_for('notif.notifications')) + +@noti_bp.route('/notifications') +@login_required +def notifications(): + expire_time = datetime.now() - timedelta(days=3) + db.session.query(Notification).filter(Notification.created_at < expire_time).delete() + db.session.commit() + notifications = db.session.query(Notification).filter_by(user_id=current_user.id).order_by(Notification.created_at.desc()).all() + return render_template('notifications.html', notifications=notifications) \ No newline at end of file diff --git a/routes/post.py b/routes/post.py new file mode 100644 index 0000000..60f1cd9 --- /dev/null +++ b/routes/post.py @@ -0,0 +1,225 @@ +from flask import Blueprint, render_template, redirect, url_for, flash, request +from flask_login import login_required, current_user +from models import db, Post, Reward, Friendship, Upload, Notification, Event, SHOPITEM_ID_EXTRA_UPLOAD, SHOPITEM_ID_EXTRA_TYPES, Like, Comment +from flask_babel import gettext as _ +from sqlalchemy import func +from datetime import datetime, date +import os + +post_bp = Blueprint('post', __name__) + +@post_bp.route('/post', methods=['POST']) +@login_required +def create_post(): + content = request.form['content'] + visibility = request.form.get('visibility', 'public') + file = request.files.get('file') + file2 = request.files.get('file2') + post = None + if content: + post = Post(user_id=current_user.id, content=content, visibility=visibility) + if not SHOPITEM_ID_EXTRA_TYPES in [usi.item_id for usi in current_user.shop_items]: + if len(content) > 250: + flash(_('Post content is too long. Please limit it to 250 characters.'), 'danger') + return redirect(url_for('post.feed')) + else: + if len(content) > 500: + flash(_('Post content is too long. Please limit it to 500 characters.'), 'danger') + return redirect(url_for('post.feed')) + db.session.add(post) + db.session.commit() + flash(_('Post created!'), 'success') + if file and file.filename: + ext = os.path.splitext(file.filename)[1] + filename = f"user_{current_user.id}_{int(datetime.now().timestamp())}{ext}" + filepath = os.path.join('static/uploads', filename) + file.save(filepath) + upload = Upload(user_id=current_user.id, post_id=post.id, filename=filename, filetype=file.content_type) + db.session.add(upload) + db.session.commit() + if file2 and file2.filename and SHOPITEM_ID_EXTRA_UPLOAD in [usi.item_id for usi in current_user.shop_items]: + ext = os.path.splitext(file2.filename)[1] + filename = f"user_{current_user.id}_{int(datetime.now().timestamp())}_extra{ext}" + filepath = os.path.join('static/uploads', filename) + file2.save(filepath) + upload2 = Upload(user_id=current_user.id, post_id=post.id, filename=filename, filetype=file2.content_type) + db.session.add(upload2) + db.session.commit() + event = Event(message=_(f"{current_user.username} has created a new post.")) + db.session.add(event) + db.session.commit() + notif = Notification(user_id=current_user.id, message=_("You have created a new post.")) + db.session.add(notif) + db.session.add(Reward(user_id=current_user.id, type='post', points=5)) + db.session.commit() + + return redirect(url_for('post.feed')) + +@post_bp.route('/edit_post/', methods=['GET']) +@login_required +def edit_post(post_id): + post = db.session.get(Post, post_id) + if not post: + flash(_('Post does not exist.'), 'danger') + return redirect(url_for('post.feed')) + if post.user_id != current_user.id: + flash(_('You do not have permission to edit this post.'), 'danger') + return redirect(url_for('post.feed')) + return render_template('edit_post.html', post=post) + +@post_bp.route('/update_post/', methods=['POST', 'GET']) +@login_required +def update_post(post_id): + post = db.session.get(Post, post_id) + if not post: + flash(_('Post does not exist.'), 'danger') + return redirect(url_for('post.feed')) + if post.user_id != current_user.id: + flash(_('You do not have permission to edit this post.'), 'danger') + return redirect(url_for('post.feed')) + content = request.form['content'] + visibility = request.form.get('visibility', 'public') + post.content = content + post.visibility = visibility + file = request.files.get('upload') + file2 = request.files.get('upload2') + if not SHOPITEM_ID_EXTRA_TYPES in [usi.item_id for usi in current_user.shop_items]: + if len(post.content) > 250: + flash(_('Post content is too long. Please limit it to 250 characters.'), 'danger') + return redirect(url_for('post.feed')) + else: + if len(post.content) > 500: + flash(_('Post content is too long. Please limit it to 500 characters.'), 'danger') + return redirect(url_for('post.feed')) + + if file: + for upload in post.uploads: + file_path = os.path.join('static/uploads', upload.filename) + try: + if os.path.exists(file_path): + os.remove(file_path) + except Exception: + pass + + db.session.delete(upload) + + ext = os.path.splitext(file.filename)[1] + filename = f"user_{current_user.id}_{int(datetime.now().timestamp())}{ext}" + filepath = os.path.join('static/uploads', filename) + file.save(filepath) + upload = Upload(user_id=current_user.id, post_id=post.id, filename=filename, filetype=file.content_type) + db.session.add(upload) + + if file2 and SHOPITEM_ID_EXTRA_UPLOAD in [usi.item_id for usi in current_user.shop_items]: + for upload in post.uploads: + if upload.filename.endswith('_extra' + os.path.splitext(file2.filename)[1]): + file_path = os.path.join('static/uploads', upload.filename) + try: + if os.path.exists(file_path): + os.remove(file_path) + except Exception: + pass + + db.session.delete(upload) + + ext = os.path.splitext(file2.filename)[1] + filename = f"user_{current_user.id}_{int(datetime.now().timestamp())}_extra{ext}" + filepath = os.path.join('static/uploads', filename) + file2.save(filepath) + upload2 = Upload(user_id=current_user.id, post_id=post.id, filename=filename, filetype=file2.content_type) + db.session.add(upload2) + + notif = Notification(user_id=current_user.id, message=_("Your post has been updated.")) + db.session.add(notif) + event = Event(message=f"{current_user.username} has updated post {post.id}.") + db.session.add(event) + db.session.commit() + flash(_('Post updated!'), 'success') + return redirect(url_for('post.feed')) + +@post_bp.route('/feed') +def feed(): + if current_user.is_authenticated: + today = date.today() + reward_today = db.session.query(Reward).filter( + Reward.user_id == current_user.id, + Reward.type == 'daily', + func.date(Reward.created_at) == today + ).first() + + if not reward_today: + db.session.add(Reward(user_id=current_user.id, type='daily', points=10)) + db.session.commit() + + if current_user.is_admin: + posts = db.session.query(Post).order_by(Post.created_at.desc()).all() + else: + friend_ids = [ + f.requester_id if f.requester_id != current_user.id else f.receiver_id + for f in db.session.query(Friendship).filter( + ((Friendship.requester_id == current_user.id) | (Friendship.receiver_id == current_user.id)), + Friendship.status == 'accepted' + ).all() + ] + posts = db.session.query(Post).filter( + (Post.visibility == 'public') | + ((Post.visibility == 'friends') & (Post.user_id.in_(friend_ids + [current_user.id]))) + ).order_by(Post.created_at.desc()).all() + else: + posts = db.session.query(Post).filter_by(visibility='public').order_by(Post.created_at.desc()).all() + events = db.session.query(Event).order_by(Event.timestamp.desc()).limit(20).all() + return render_template('feed.html', posts=posts, events=events) + +@post_bp.route('/delete_post/', methods=['POST']) +@login_required +def delete_post(post_id): + post = db.session.get(Post, post_id) + if post and post.user_id == current_user.id: + for upload in post.uploads: + file_path = os.path.join('static/uploads', upload.filename) + try: + if os.path.exists(file_path): + os.remove(file_path) + except Exception: + pass + likes = db.session.query(Like).filter_by(post_id=post_id).all() + for like in likes: + db.session.delete(like) + db.session.delete(post) + comments = db.session.query(Comment).filter_by(post_id=post_id).all() + for comment in comments: + db.session.delete(comment) + notif = Notification(user_id=current_user.id, message=_("Your post has been deleted.")) + db.session.add(notif) + event = Event(message=_(f"{current_user.username} has deleted post {post.id}.")) + db.session.add(event) + db.session.commit() + flash(_('Post and all uploads deleted.'), 'success') + else: + flash(_('Not allowed.'), 'danger') + return redirect(url_for('post.feed')) + +@post_bp.route('/delete_comment/', methods=['POST']) +@login_required +def delete_comment(comment_id): + comment = db.session.get(Comment, comment_id) + if comment and comment.user_id == current_user.id: + db.session.delete(comment) + db.session.commit() + flash(_('Comment deleted.'), 'success') + else: + flash(_('Not allowed.'), 'danger') + return redirect(url_for('post.feed')) + +@post_bp.route('/comment/', methods=['POST']) +@login_required +def comment_post(post_id): + content = request.form['comment'] + if content: + comment = Comment(post_id=post_id, user_id=current_user.id, content=content) + db.session.add(comment) + notif = Notification(user_id=current_user.id, message=_("You have written a comment.")) + db.session.add(notif) + db.session.add(Reward(user_id=current_user.id, type='comment', points=2)) + db.session.commit() + return redirect(url_for('post.feed')) \ No newline at end of file diff --git a/routes/profile.py b/routes/profile.py new file mode 100644 index 0000000..1c8ecd3 --- /dev/null +++ b/routes/profile.py @@ -0,0 +1,66 @@ +from flask import Blueprint, render_template, redirect, url_for, flash, request +from flask_login import login_required, current_user +from models import db, User, Post +from flask_babel import gettext as _ +from werkzeug.security import generate_password_hash +import re + +profile_bp = Blueprint('profil', __name__) + +@profile_bp.route('/profile') +@login_required +def profile(): + return render_template('profile.html', user=current_user) + +@profile_bp.route('/my_posts') +@login_required +def my_posts(): + posts = db.session.query(Post).filter_by(user_id=current_user.id).order_by(Post.created_at.desc()).all() + return render_template('my_posts.html', posts=posts) + +@profile_bp.route('/edit_profile', methods=['GET', 'POST']) +@login_required +def edit_profile(): + if request.method == 'POST': + new_username = request.form['username'] + new_email = request.form['email'] + new_password = request.form['password'] + confirm_password = request.form['confirm_password'] + if not current_user.username or not current_user.email: + flash(_('Username and email cannot be empty.'), 'danger') + return redirect(url_for('profile.edit_profile')) + else: + if new_username and new_username != current_user.username: + if db.session.query(User).filter_by(username=new_username).first(): + flash(_('Username already taken.'), 'danger') + return redirect(url_for('profile.edit_profile')) + elif not re.match(r'^[a-zA-Z0-9_.+-]+$', new_username): + flash(_('Invalid username. Only alphanumeric characters are allowed.'), 'danger') + return redirect(url_for('profile.edit_profile')) + else: + current_user.username = new_username + elif new_email and new_email != current_user.email: + if not re.match(r'^[a-zA-Z0-9_.+-]+@[a-zA-Z0-9-]+\.[a-zA-Z0-9-.]+$', new_email): + flash(_('Invalid email address.'), 'danger') + return redirect(url_for('profile.edit_profile')) + elif db.session.query(User).filter_by(email=new_email).first(): + flash(_('E-Mail already taken.'), 'danger') + return redirect(url_for('profile.edit_profile')) + else: + current_user.email = new_email + elif new_password: + if len(new_password) < 8: + flash(_('Password must be at least 8 characters long.'), 'danger') + return redirect(url_for('profile.edit_profile')) + elif new_password != confirm_password: + flash(_('Passwords do not match.'), 'danger') + return redirect(url_for('profile.edit_profile')) + else: + current_user.password = generate_password_hash(new_password, method='pbkdf2:sha256') + else: + flash(_('No changes made.'), 'info') + return redirect(url_for('profil.profile')) + db.session.commit() + flash(_('Profile updated.'), 'success') + return redirect(url_for('profil.profile')) + return render_template('edit_profile.html', user=current_user) \ No newline at end of file diff --git a/routes/support.py b/routes/support.py new file mode 100644 index 0000000..9536fce --- /dev/null +++ b/routes/support.py @@ -0,0 +1,77 @@ +from flask import Blueprint, render_template, redirect, url_for, flash, request, abort +from models import db, SupportComment, SupportRequest +from flask_babel import gettext as _ +from flask_login import login_required, current_user +from datetime import datetime + +support_bp = Blueprint('support', __name__, url_prefix="/support") + +@support_bp.route('/', methods=['GET', 'POST']) +@login_required +def support(): + if request.method == 'POST': + title = request.form.get('title') + description = request.form.get('description') + if description and title: + ticket = SupportRequest( + user_id=current_user.id, + title=title, + status='open', + created_at=datetime.now() + ) + db.session.add(ticket) + db.session.commit() + db.session.add(SupportComment(request_id=ticket.id, user_id=current_user.id, message=description, created_at=datetime.now())) + db.session.commit() + flash(_('Support request created!'), 'success') + else: + flash(_('Title and message required!'), 'danger') + + if current_user.is_admin: + support_requests = db.session.query(SupportRequest).order_by(SupportRequest.created_at.desc()).all() + else: + support_requests = db.session.query(SupportRequest).filter_by(user_id=current_user.id).order_by(SupportRequest.created_at.desc()).all() + return render_template('support.html', support_requests=support_requests) + +@support_bp.route('/close/', methods=['POST']) +@login_required +def support_close(request_id): + ticket = db.session.get(SupportRequest, request_id) + if not ticket or (not current_user.is_admin and ticket.user_id != current_user.id): + abort(403) + ticket.status = 'closed' + db.session.commit() + flash(_('Ticket closed.'), 'success') + return redirect(url_for('support.support_thread', request_id=request_id)) + +@support_bp.route('/thread/', methods=['GET', 'POST']) +@login_required +def support_thread(request_id): + ticket = db.session.get(SupportRequest, request_id) + if not ticket or (not current_user.is_admin and ticket.user_id != current_user.id): + abort(403) + if request.method == 'POST' and ticket.status == 'open': + message = request.form.get('message') + if message: + db.session.add(SupportComment(request_id=request_id, user_id=current_user.id, message=message, created_at=datetime.now())) + db.session.commit() + flash(_('Comment added.'), 'success') + else: + flash(_('Message required!'), 'danger') + comments = db.session.query(SupportComment).filter_by(request_id=request_id).order_by(SupportComment.created_at.asc()).all() + return render_template('support_thread.html', ticket=ticket, comments=comments) + +@support_bp.route('/delete/', methods=['POST']) +@login_required +def support_delete(request_id): + if not current_user.is_admin: + abort(403) + ticket = db.session.get(SupportRequest, request_id) + if ticket: + db.session.query(SupportComment).filter_by(request_id=request_id).delete() + db.session.delete(ticket) + db.session.commit() + flash(_('Support ticket deleted.'), 'success') + else: + flash(_('Ticket not found.'), 'danger') + return redirect(url_for('support.support')) \ No newline at end of file diff --git a/routes/user.py b/routes/user.py new file mode 100644 index 0000000..5328501 --- /dev/null +++ b/routes/user.py @@ -0,0 +1,104 @@ +from flask import Blueprint, redirect, url_for, flash, request, render_template +from flask_login import logout_user +from flask_login import login_required, current_user +from models import db, Notification, Upload, Event, User +from flask_babel import gettext as _ +import os +from datetime import datetime + +__mapper_args__ = {"confirm_deleted_rows": False} +user_bp = Blueprint('user', __name__) + +@user_bp.route('/delete_pic', methods=['POST']) +@login_required +def delete_pic(): + if current_user.profile_pic and current_user.profile_pic != 'default.png': + try: + os.remove(os.path.join('static/profile_pics', current_user.profile_pic)) + except Exception: + pass + current_user.profile_pic = 'default.png' + db.session.commit() + flash(_('Profile picture deleted.'), 'success') + return redirect(url_for('profil.profile')) + +@user_bp.route('/upload_pic', methods=['POST']) +@login_required +def upload_pic(): + file = request.files['profile_pic'] + if file: + if current_user.profile_pic and current_user.profile_pic != 'default.png': + try: + os.remove(os.path.join('static/profile_pics', current_user.profile_pic)) + except Exception: + pass + current_user.profile_pic = 'default.png' + db.session.commit() + + ext = os.path.splitext(file.filename)[1] + filename = f"user_{current_user.id}_{int(datetime.now().timestamp())}{ext}" + filepath = os.path.join('static/profile_pics', filename) + file.save(filepath) + current_user.profile_pic = filename + db.session.commit() + + notif = Notification(user_id=current_user.id, message=_("You have changed your profile picture.")) + db.session.add(notif) + db.session.commit() + + event = Event(message=_(f"{current_user.username} has changed their profile picture.")) + db.session.add(event) + db.session.commit() + flash(_('Profile picture updated.'), 'success') + return redirect(url_for('profil.profile')) + +@user_bp.route('/delete_account', methods=['POST']) +@login_required +def delete_account(): + if current_user.is_owner: + flash(_('You cannot delete the owner account.'), 'danger') + return redirect(url_for('profil.profile')) + if current_user.is_admin: + flash(_('You cannot delete an admin account.'), 'danger') + return redirect(url_for('profil.profile')) + event = Event(message=f"{current_user.username} hat sein Konto gelöscht.") + db.session.add(event) + for post in current_user.posts: + db.session.delete(post) + for friendship in current_user.friendships_sent + current_user.friendships_received: + db.session.delete(friendship) + for comment in current_user.comments: + db.session.delete(comment) + for like in current_user.likes: + db.session.delete(like) + for shop_item in current_user.shop_items: + db.session.delete(shop_item) + for reward in current_user.rewards: + db.session.delete(reward) + for upload in current_user.uploads: + file_path = os.path.join('static/uploads', upload.filename) + try: + if os.path.exists(file_path): + os.remove(file_path) + except Exception: + pass + db.session.delete(upload) + if current_user.profile_pic and not current_user.profile_pic == 'default.png': + try: + os.remove(os.path.join('static/profile_pics', current_user.profile_pic)) + except Exception: + pass + notifications = db.session.query(Notification).filter_by(user_id=current_user.id).all() + for notif in notifications: + db.session.delete(notif) + db.session.delete(current_user) + db.session.commit() + logout_user() + flash(_('Account and all your data deleted.'), 'success') + return redirect(url_for('index')) + +@user_bp.route('/users') +@login_required +def users(): + all_users = db.session.query(User).filter(User.id != current_user.id).all() + return render_template('users.html', users=all_users) \ No newline at end of file diff --git a/static/css/styles.css b/static/css/styles.css new file mode 100644 index 0000000..9dc4872 --- /dev/null +++ b/static/css/styles.css @@ -0,0 +1,312 @@ +body { + background: linear-gradient(135deg, #e0e7ff 0%, #f0f2f5 100%); + min-height: 100vh; + font-family: 'Segoe UI', 'Roboto', Arial, sans-serif; + cursor: url("/static/icons/custom-cursor.png"), auto; +} + +canvas { + background: black; + border: 1px solid white; +} + +.navbar { + margin-bottom: 30px; + box-shadow: 0 2px 8px rgba(0,0,0,0.04); + background: #fff; +} +.navbar-brand { + font-weight: bold; + color: #2563eb !important; + letter-spacing: 1px; +} +.profile-pic { + width: 56px; + height: 56px; + object-fit: cover; + border-radius: 50%; + border: 2px solid #2563eb; + background: #fff; +} +.card { + border-radius: 16px; + box-shadow: 0 2px 12px rgba(37,99,235,0.06); + border: none; +} +.card-body { + padding: 1.5rem; +} + +.btn-link { + text-decoration: none; +} + +.form-text { + margin-top: 0.25rem; + margin-bottom: 0.5rem; + display: block; +} + +.btn-primary, .btn-success, .btn-danger, .btn-warning { + border-radius: 20px; + padding-left: 1.2em; + padding-right: 1.2em; +} +.btn-primary { + background: linear-gradient(90deg, #2563eb 60%, #60a5fa 100%); + border: none; +} +.btn-primary:hover, .btn-primary:focus { + background: linear-gradient(90deg, #1d4ed8 60%, #3b82f6 100%); +} +.btn-danger { + background: linear-gradient(90deg, #ef4444 60%, #f87171 100%); + border: none; +} +.btn-danger:hover, .btn-danger:focus { + background: linear-gradient(90deg, #dc2626 60%, #f87171 100%); +} +.btn-success { + background: linear-gradient(90deg, #22c55e 60%, #4ade80 100%); + border: none; +} +.btn-success:hover, .btn-success:focus { + background: linear-gradient(90deg, #16a34a 60%, #4ade80 100%); +} +.btn-warning { + background: linear-gradient(90deg, #f59e42 60%, #fbbf24 100%); + border: none; + color: #fff; +} +.btn-warning:hover, .btn-warning:focus { + background: linear-gradient(90deg, #d97706 60%, #fbbf24 100%); + color: #fff; +} +.form-control, .form-select { + border-radius: 12px; + border: 1px solid #cbd5e1; + background: #f8fafc; +} +.form-control:focus { + border-color: #2563eb; + box-shadow: 0 0 0 2px #2563eb22; +} +.list-group-item { + border: none; + border-radius: 12px !important; + margin-bottom: 8px; + background: #fff; + box-shadow: 0 1px 4px rgba(37,99,235,0.04); +} +.alert { + border-radius: 12px; + font-size: 1rem; +} +.table { + background: #fff; + border-radius: 12px; + overflow: hidden; +} +.table th, .table td { + vertical-align: middle; +} + +::-webkit-scrollbar { + width: 8px; + background: #e0e7ff; +} +::-webkit-scrollbar-thumb { + background: #c7d2fe; + border-radius: 8px; +} + +/* Light Mode (default) */ +body, .card, .navbar, .list-group-item, .table, .form-control, .form-select { + transition: background 0.3s, color 0.3s; +} +body.light-mode { + background: linear-gradient(135deg, #0f5b86 0%, #0245aabb 100%); + color: #222; +} +body.light-mode .card, +body.light-mode .navbar, +body.light-mode .list-group-item, +body.light-mode .table { + background: #fff; + color: #222; +} +body.light-mode .form-control, +body.light-mode .form-select { + background: #f8fafc; + color: #222; +} + +body.light-mode li button { + color: #0011ff !important; +} + +/* Dark Mode */ +body.dark-mode { + background: linear-gradient(135deg, #0a0a52 0%, #000000 100%) !important; + color: #e5e7eb !important; +} + +body.dark-mode li button { + color: #0099f1 !important; +} + +body.light-mode p { + color: #000000 !important; +} + +body.dark-mode .card, +body.dark-mode .navbar, +body.dark-mode .list-group-item, +body.dark-mode .table { + background: #23272f !important; + color: #e5e7eb !important; + border-color: #23272f !important; +} +body.dark-mode .form-control, +body.dark-mode .form-select { + background: #23272f !important; + color: #e5e7eb !important; + border-color: #444 !important; +} +body.dark-mode .form-control:focus, +body.dark-mode .form-select:focus { + border-color: #2563eb !important; + box-shadow: 0 0 0 2px #2563eb55 !important; + background: #23272f !important; + color: #e5e7eb !important; +} +body.dark-mode .btn, +body.dark-mode .btn-primary, +body.dark-mode .btn-success, +body.dark-mode .btn-danger, +body.dark-mode .btn-warning { + filter: none !important; + background: #2563eb !important; + color: #fff !important; + border: none !important; +} +body.dark-mode .btn-danger { + background: #ef4444 !important; +} +body.dark-mode .btn-success { + background: #22c55e !important; +} +body.dark-mode .btn-warning { + background: #f59e42 !important; + color: #fff !important; +} +body.dark-mode .btn:hover, +body.dark-mode .btn:focus { + opacity: 0.9; +} +body.dark-mode .text-muted { + color: #9ca3af !important; +} +body.dark-mode small, +body.dark-mode p { + color: #e5e7eb !important; +} +body.dark-mode .alert { + background: #23272f !important; + color: #e5e7eb !important; + border-color: #444 !important; +} +body.dark-mode .navbar { + box-shadow: 0 2px 8px rgba(0,0,0,0.4) !important; +} +body.dark-mode .profile-pic { + border-color: #60a5fa; + background: #181a1b !important; +} +body.dark-mode .table th, +body.dark-mode .table td { + color: #e5e7eb !important; + background: #23272f !important; +} +body.dark-mode .list-group-item { + background: #23272f !important; + color: #e5e7eb !important; + box-shadow: 0 1px 4px rgba(37,99,235,0.08) !important; +} +body.dark-mode ::-webkit-scrollbar-thumb { + background: #374151 !important; +} +body.dark-mode ::-webkit-scrollbar { + background: #23272f !important; +} + +/* Links im Dark Mode */ +body.dark-mode a, +body.dark-mode a:visited { + color: #60a5fa !important; + text-decoration: none; +} +body.dark-mode a:hover { + color: #93c5fd !important; +} + +/* Placeholder (Input-Hint) im Dark Mode */ +body.dark-mode ::placeholder { + color: #b0b8c1 !important; + opacity: 1; +} +body.dark-mode :-ms-input-placeholder { /* IE 10+ */ + color: #b0b8c1 !important; +} +body.dark-mode ::-ms-input-placeholder { /* Edge */ + color: #b0b8c1 !important; +} +body.dark-mode .navbar-toggler-icon { + background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); +} + +/* Footer Styling */ +.footer { + background: #f8fafc; + border-top: 1px solid #e5e7eb; +} + +body.dark-mode .footer { + background: #181a1b !important; + border-top: 1px solid #23272f !important; +} + +.footer .text-muted, .footer a { + color: #6c757d !important; +} + +body.dark-mode .footer .text-muted, body.dark-mode .footer a { + color: #b0b8c1 !important; +} + +@media (max-width: 576px) { + .profile-pic { + width: 40px; + height: 40px; + } + .card-body { + padding: 1rem; + } + .navbar-brand { + font-size: 1.1rem; + } + .container { + padding-left: 0.5rem; + padding-right: 0.5rem; + } + .card { + margin-bottom: 1rem; + } + .form-control, .form-select { + font-size: 1rem; + } + .btn { + font-size: 1rem; + padding: 0.5em 1em; + } +} \ No newline at end of file diff --git a/static/icons/custom-cursor.png b/static/icons/custom-cursor.png new file mode 100644 index 0000000000000000000000000000000000000000..317218263ceeb51952da353da9d3a1fbc2c5f147 GIT binary patch literal 1356 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 Jg@$d|{{T)fWcvUB literal 0 HcmV?d00001 diff --git a/static/icons/icon-192.png b/static/icons/icon-192.png new file mode 100644 index 0000000000000000000000000000000000000000..a6156eba059ba247b65e4e523616e336d5921e92 GIT binary patch literal 14292 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 literal 0 HcmV?d00001 diff --git a/static/js/adstop.js b/static/js/adstop.js new file mode 100644 index 0000000..b00637f --- /dev/null +++ b/static/js/adstop.js @@ -0,0 +1,20 @@ +document.addEventListener("DOMContentLoaded", function () { + var hash = window.location.hash; + if (hash) { + var tabTrigger = document.querySelector('#adminTab button[data-bs-target="' + hash + '"]'); + if (tabTrigger) { + var tab = new bootstrap.Tab(tabTrigger); + tab.show(); + } + } + + var triggerTabList = [].slice.call(document.querySelectorAll('#adminTab button')); + triggerTabList.forEach(function (triggerEl) { + triggerEl.addEventListener('shown.bs.tab', function (event) { + var target = triggerEl.getAttribute('data-bs-target'); + if (target) { + history.replaceState(null, null, target); + } + }); + }); + }); \ No newline at end of file diff --git a/static/js/events.js b/static/js/events.js new file mode 100644 index 0000000..159969c --- /dev/null +++ b/static/js/events.js @@ -0,0 +1,16 @@ +function reloadEvents() { + fetch(apiEventsUrl) + .then(r => r.json()) + .then(events => { + let tbody = document.getElementById('events-tbody'); + tbody.innerHTML = ""; + for (let e of events) { + let tr = document.createElement('tr'); + tr.innerHTML = `${e.timestamp}${e.message}`; + tbody.appendChild(tr); + } + }); +} + +setInterval(reloadEvents, 10000); +window.onload = reloadEvents; \ No newline at end of file diff --git a/static/js/feed.js b/static/js/feed.js new file mode 100644 index 0000000..9a2d8d3 --- /dev/null +++ b/static/js/feed.js @@ -0,0 +1,5 @@ +function reload_feed() { + setTimeout(function() { + window.location.reload(); + }, 120000); +} \ No newline at end of file diff --git a/static/js/sw.js b/static/js/sw.js new file mode 100644 index 0000000..e929f83 --- /dev/null +++ b/static/js/sw.js @@ -0,0 +1,19 @@ +const CACHE_NAME = "minifb-v1"; +const urlsToCache = [ + "/", + "/static/css/styles.css", + "/static/js/theme.js", + "/static/manifest.json" +]; + +self.addEventListener("install", event => { + event.waitUntil( + caches.open(CACHE_NAME).then(cache => cache.addAll(urlsToCache)) + ); +}); + +self.addEventListener("fetch", event => { + event.respondWith( + caches.match(event.request).then(response => response || fetch(event.request)) + ); +}); \ No newline at end of file diff --git a/static/js/theme.js b/static/js/theme.js new file mode 100644 index 0000000..1a5d921 --- /dev/null +++ b/static/js/theme.js @@ -0,0 +1,25 @@ +function setTheme(mode, save=true) { + document.body.classList.remove('light-mode', 'dark-mode'); + document.body.classList.add(mode + '-mode'); + document.getElementById('theme-icon').className = mode === 'dark' ? 'bi bi-moon-fill' : 'bi bi-sun-fill'; + document.getElementById('theme-label').textContent = mode === 'dark' ? 'Dark-Mode' : 'Light-Mode'; + if(save) document.cookie = "theme=" + mode + ";path=/;max-age=31536000"; +} +function getCookie(name) { + let v = document.cookie.match('(^|;) ?' + name + '=([^;]*)(;|$)'); + return v ? v[2] : null; +} + +function systemPrefersDark() { + return window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches; +} + +document.addEventListener('DOMContentLoaded', function() { + let theme = getCookie('theme'); + if(!theme) theme = systemPrefersDark() ? 'dark' : 'light'; + setTheme(theme, false); + document.getElementById('toggle-theme').onclick = function() { + let newTheme = document.body.classList.contains('dark-mode') ? 'light' : 'dark'; + setTheme(newTheme); + }; +}); \ No newline at end of file diff --git a/static/js/translate.js b/static/js/translate.js new file mode 100644 index 0000000..d01206e --- /dev/null +++ b/static/js/translate.js @@ -0,0 +1,9 @@ +document.addEventListener('DOMContentLoaded', function() { + document.querySelectorAll('.lang-select').forEach(function(el) { + el.addEventListener('click', function(e) { + e.preventDefault(); + document.cookie = "lang=" + this.dataset.lang + ";path=/"; + location.reload(); + }); + }); +}); \ No newline at end of file diff --git a/static/manifest.json b/static/manifest.json new file mode 100644 index 0000000..55ea41f --- /dev/null +++ b/static/manifest.json @@ -0,0 +1,21 @@ +{ + "name": "MiniFacebook", + "short_name": "MiniFB", + "start_url": "/", + "display": "standalone", + "background_color": "#181a1b", + "theme_color": "#2563eb", + "description": "MiniFacebook Social App", + "icons": [ + { + "src": "/static/icons/icon-192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/static/icons/icon-512.png", + "sizes": "512x512", + "type": "image/png" + } + ] +} \ No newline at end of file diff --git a/templates/403.html b/templates/403.html new file mode 100644 index 0000000..5b6a167 --- /dev/null +++ b/templates/403.html @@ -0,0 +1,20 @@ +{% extends "base.html" %} +{% block title %}{{ _('Home') }}{% endblock %} +{% block content %} + +{% endblock %} \ No newline at end of file diff --git a/templates/admin.html b/templates/admin.html new file mode 100644 index 0000000..4820f9f --- /dev/null +++ b/templates/admin.html @@ -0,0 +1,372 @@ +{% extends "base.html" %} +{% block title %}{{ _('Admin') }}{% endblock %} +{% block content %} +

{{ _('Admin Panel') }}

+ + + +
+ +
+

{{ _('Users') }}

+ + + + + + + + + + + + + {% for user in users %} + + + + + + + + + {% endfor %} + +
{{ _('User') }}{{ _('Email') }}{{ _('Admin') }}{{ _('Owner') }}{{ _('Profile Pic') }}{{ _('Actions') }}
{% if user.profile_pic and user.profile_pic != 'default.png' %}{% endif %} {{ user.username }}{{ user.email }}{% if user.is_admin %}{% endif %}{% if user.is_owner %}{% endif %} + {% if user.profile_pic and user.profile_pic != 'default.png' %} + +
+ +
+ {% endif %} +
+ {% if not user.is_admin %} +
+ +
+ {% elif not user.is_owner %} +
+ +
+ {% endif %} + {% if not user.is_owner %} +
+ +
+ {% endif %} +
+
+ + +
+

{{ _('All Posts') }}

+ + + + + + + + + + + + {% for post in posts %} + + + + + + + + {% endfor %} + +
{{ _('User') }}{{ _('Content') }}{{ _('Visibility') }}{{ _('Created') }}{{ _('Actions') }}
+ {% if post.user.profile_pic and post.user.profile_pic != 'default.png' %} + {{ post.user.username }}{{ post.user.username }} + {% else %} + {{ post.user.username }} + {% endif %} + {{ post.content|truncate(50) }} + {% if post.visibility == 'public' %} + {{ _('Public') }} + {% else %} + {{ _('Friends') }} + {% endif %} + {{ post.created_at.strftime('%Y-%m-%d %H:%M') }} +
+ +
+
+
+ + +
+

{{ _('Friendships') }}

+ + + + + + + + + + {% for f in friendships %} + + + + + + {% endfor %} + +
{{ _('User 1') }}{{ _('User 2') }}{{ _('Status') }}
+ {% if f.requester.profile_pic and f.requester.profile_pic != 'default.png' %} + {{ f.requester.username }}{{ f.requester.username }} + {% else %} + {{ f.requester.username }} + {% endif %} + + {% if f.receiver.profile_pic and f.receiver.profile_pic != 'default.png' %} + {{ f.receiver.username }}{{ f.receiver.username }} + {% else %} + {{ f.receiver.username }} + {% endif %} + + {% if f.status == 'accepted' %} + {{ _('Accepted') }} + {% elif f.status == 'pending' %} + {{ _('Pending') }} + {% else %} + {{ _('Rejected') }} + {% endif %} +
+
+ + +
+

{{ _('Comments') }}

+ + + + + + + + + + + + {% for comment in comments %} + + + + + + + + {% endfor %} + +
{{ _('User') }}{{ _('Post') }}{{ _('Content') }}{{ _('Created') }}{{ _('Actions') }}
+ {% if comment.user.profile_pic and comment.user.profile_pic != 'default.png' %} + {{ comment.user.username }} + {% else %} + {{ comment.user.username }} + {% endif %} + {{ comment.post.id }}{{ comment.content|truncate(50) }}{{ comment.created_at.strftime('%Y-%m-%d %H:%M') }} +
+ +
+
+
+ + +
+

{{ _('Uploads') }} +
+ +
+

+ + + + + + + + + + + + {% for upload in uploads %} + + + + + + + + {% endfor %} + +
{{ _('User') }}{{ _('Filename') }}{{ _('Type') }}{{ _('Uploaded') }}{{ _('Actions') }}
{{ upload.user.username }}{{ upload.filename }}{{ upload.filetype }}{{ upload.uploaded_at.strftime('%Y-%m-%d %H:%M') }} + +
+ +
+
+
+ + +
+

+ {{ _('Notifications') }} +
+ +
+

+ + + + + + + + + + {% for notif in all_notifications %} + + + + + + {% endfor %} + +
{{ _('User') }}{{ _('Message') }}{{ _('Created') }}
{{ notif.user_id }}{{ notif.message }}{{ notif.created_at.strftime('%Y-%m-%d %H:%M') }}
+
+ + +
+

+ {{ _('Recent Events') }} +
+ +
+

+ + + {% for event in events %} + + + + + {% endfor %} + +
{{ event.timestamp.strftime('%Y-%m-%d %H:%M') }}{{ event.message }}
+
+ + +
+

{{ _('Shop Orders') }}

+ + + + + + + + + {% for usi in user_shop_items %} + + + + + {% endfor %} + +
{{ _('User') }}{{ _('Item') }}
+ {% if usi.user.profile_pic and usi.user.profile_pic != 'default.png' %} + {{ usi.user.username }} + {% else %} + {{ usi.user.username }} + {% endif %} + {{ usi.item.name }}
+
+ + +
+

{{ _('Reward Points') }}

+ + + + + + + + + + {% for user in users %} + + + + + + {% endfor %} + +
{{ _('User') }}{{ _('Points') }}{{ _('Actions') }}
+ {% if user.profile_pic and user.profile_pic != 'default.png' %} + {{ user.username }} + {% else %} + {{ user.username }} + {% endif %} + {{ user.reward_points() }} +
+ + + +
+
+
+
+ + +{% endblock %} \ No newline at end of file diff --git a/templates/admin_set_password.html b/templates/admin_set_password.html new file mode 100644 index 0000000..5f96dc7 --- /dev/null +++ b/templates/admin_set_password.html @@ -0,0 +1,12 @@ +{% extends "base.html" %} +{% block title %}{{ _('Set New Password') }}{% endblock %} +{% block content %} +

{{ _('Set New Password for %(username)s', username=user.username) }}

+
+
+ + +
+ +
+{% endblock %} \ No newline at end of file diff --git a/templates/base.html b/templates/base.html new file mode 100644 index 0000000..6b69160 --- /dev/null +++ b/templates/base.html @@ -0,0 +1,113 @@ + + + + + + {% block title %}MiniFacebook{% endblock %} + + + + + + + + + + + + + + +
+ {% with messages = get_flashed_messages(with_categories=true) %} + {% if messages %} + {% for category, message in messages %} +
{{ message }}
+ {% endfor %} + {% endif %} + {% endwith %} +
+ {% if user.profile_pic and user.profile_pic != 'default.png' %} + {% if SHOPITEM_ID_GOLDRAHMEN in user.shop_items | map(attribute='item_id') | list %} + + {% else %} + + {% endif %} + {% endif %} + {% if user.is_authenticated %} +

{{ _('Welcome, %(username)s!', username=user.username) }}

+ {% endif %} +
+ {% if user.is_admin %} +

{{ _('You are logged in as an admin.') }}

+ {% endif %} + {% if SHOPITEM_ID_PREMIUM in user.shop_items | map(attribute='item_id') | list %} + Premium + {% endif %} + {% block content %}{% endblock %} +
+ + + \ No newline at end of file diff --git a/templates/credits.html b/templates/credits.html new file mode 100644 index 0000000..0a11b26 --- /dev/null +++ b/templates/credits.html @@ -0,0 +1,20 @@ +{% extends "base.html" %} +{% block title %}{{ _('Credits') }}{% endblock %} +{% block content %} +

{{ _('Credits') }}

+

{{ _('This project was developed by') }} Michatec. {{ _('Special thanks to all contributors and supporters.') }}

+

{{ _('Translators:') }}

+
    +
  • {{ _('German:') }} Michatec
  • +
  • {{ _('English:') }} Michatec
  • +
+

{{ _('Special thanks to the open-source community for their invaluable resources and tools.') }}

+

{{ _('Design inspired by various open-source projects and communities.') }}

+

{{ _('Backend powered by Flask and SQLAlchemy.') }}

+

{{ _('Frontend built with Bootstrap and jQuery.') }}

+

{{ _('Icons by FontAwesome and other open-source resources.') }}

+

{{ _('Hosted on a secure and reliable platform.') }}

+

{{ _('If you would like to contribute, please reach out to us.') }}

+{{ _('GitHub Repository') }} +

{{ _('Thank you for using our application!') }}

+{% endblock %} \ No newline at end of file diff --git a/templates/discord_register.html b/templates/discord_register.html new file mode 100644 index 0000000..0ca1987 --- /dev/null +++ b/templates/discord_register.html @@ -0,0 +1,22 @@ +{% extends "base.html" %} +{% block title %}{{ _('Discord Registration') }}{% endblock %} +{% block content %} +

{{ _('Complete Registration') }}

+

{{ _('Welcome,') }} {{ username }}!

+

{{ _('Please set a password for your account:') }}

+
+ + + +
+ + +
+
+ + +
+ + {{ _('Cancel') }} +
+{% endblock %} \ No newline at end of file diff --git a/templates/edit_post.html b/templates/edit_post.html new file mode 100644 index 0000000..49efe8c --- /dev/null +++ b/templates/edit_post.html @@ -0,0 +1,53 @@ +{% extends "base.html" %} +{% block title %}{{ _('Edit Post') }}{% endblock %} +{% block content %} +

{{ _('Edit Post') }}

+
+
+ + {% if not SHOPITEM_ID_EXTRA_TYPES in current_user.shop_items | map(attribute='item_id') | list %} +

{{ _('Limit: 250') }}

+ {% else %} +

{{ _('Limit: 500') }}

+ {% endif %} + +
+
+ + +
+
+ + + {% if SHOPITEM_ID_EXTRA_UPLOAD in current_user.shop_items | map(attribute='item_id') | list %} + + {% endif %} + {{ _('You can upload images, videos, audio files, or documents.') }} +
+ + {{ _('Cancel') }} +
+{% if post.uploads %} +
+

{{ _('Current Uploads') }}

+ {% for upload in post.uploads %} +
+ {% if upload.filetype.startswith('image') %} + + {% elif upload.filetype.startswith('video') %} + + {% elif upload.filetype.startswith('audio') %} + + {% else %} + {{ upload.filename }} + {% endif %} +
+ {% endfor %} +
+{% else %} +

{{ _('No uploads found for this post.') }}

+{% endif %} +{% endblock %} \ No newline at end of file diff --git a/templates/edit_profile.html b/templates/edit_profile.html new file mode 100644 index 0000000..b814c0b --- /dev/null +++ b/templates/edit_profile.html @@ -0,0 +1,24 @@ +{% extends "base.html" %} +{% block title %}{{ _('Edit Profile') }}{% endblock %} +{% block content %} +

{{ _('Edit Profile') }}

+
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+ +
+{% endblock %} \ No newline at end of file diff --git a/templates/feed.html b/templates/feed.html new file mode 100644 index 0000000..e6b8fc1 --- /dev/null +++ b/templates/feed.html @@ -0,0 +1,122 @@ +{% extends "base.html" %} +{% block title %}{{ _('Feed') }}{% endblock %} +{% block content %} +{% if current_user.is_authenticated %} +
+ {% if not SHOPITEM_ID_EXTRA_TYPES in current_user.shop_items | map(attribute='item_id') | list %} +

{{ _('Limit: 250') }}

+ {% else %} +

{{ _('Limit: 500') }}

+ {% endif %} + + + {% if SHOPITEM_ID_EXTRA_UPLOAD in current_user.shop_items | map(attribute='item_id') | list %} + + {% endif %} + {{ _('You can upload images, videos, audio files, or documents.') }} + + +
+{% else %} + +{% endif %} +{% for post in posts %} +
+
+
+ {% if post.user.profile_pic and post.user.profile_pic != 'default.png' %} + {% if SHOPITEM_ID_GOLDRAHMEN in post.user.shop_items | map(attribute='item_id') | list %} + + {% else %} + + {% endif %} + {% else %} + + {% endif %} + {{ post.user.username }} +
+

{{ post.content }}

+ {% for upload in post.uploads %} + {% if upload.filetype.startswith('image') %} + + + {% elif upload.filetype.startswith('video') %} + + {{ _('Download Video') }} + {% elif upload.filetype.startswith('audio') %} + + {{ _('Download Audio') }} + {% else %} + {{ upload.filename }} + {% endif %} + {% endfor %} +
+ +
+
+ +
+ {% if post.user_id == current_user.id %} +
+ +
+
+ +
+ {% endif %} + {% if post.visibility == 'friends' %} + {{ _('Friends only') }} + {% else %} + {{ _('Public') }} + {% endif %} + {{ post.created_at.strftime('%Y-%m-%d %H:%M') }} +
+
+ +
+ {% if not current_user.is_authenticated %} + {{ _('Please login to comment.') }} + {% endif %} + {% for comment in post.comments %} +
+ {% if comment.user.profile_pic and comment.user.profile_pic != 'default.png' %} + {{ comment.user.username }}: + {% else %} + {{ comment.user.username }}: + {% endif %} + {{ comment.content }} + {% if comment.user_id == current_user.id %} +
+ +
+ {% endif %} +
+ {% endfor %} +
+
+
+{% endfor %} +{% if not posts %} + +{% endif %} + +{% endblock %} \ No newline at end of file diff --git a/templates/friends.html b/templates/friends.html new file mode 100644 index 0000000..ebe991b --- /dev/null +++ b/templates/friends.html @@ -0,0 +1,47 @@ +{% extends "base.html" %} +{% block title %}{{ _('Friends') }}{% endblock %} +{% block content %} +

{{ _('Your Friends') }}

+
    + {% for friend in friends %} +
  • + + {% if friend.profile_pic and friend.profile_pic != 'default.png' %} + {{ friend.username }}{{ friend.username }} + {% else %} + {{ friend.username }} + {% endif %} + +
    + +
    +
  • + {% else %} +
  • {{ _('No friends yet.') }}
  • + {% endfor %} +
+

{{ _('Friend Requests') }}

+
    + {% for req in requests %} +
  • + + {% if req.requester.profile_pic and req.requester.profile_pic != 'default.png' %} + {{ req.requester.username }}{{ req.requester.username }} + {% else %} + {{ req.requester.username }} + {% endif %} + +
    +
    + +
    +
    + +
    +
    +
  • + {% else %} +
  • {{ _('No new requests') }}
  • + {% endfor %} +
+{% endblock %} \ No newline at end of file diff --git a/templates/index.html b/templates/index.html new file mode 100644 index 0000000..61c9942 --- /dev/null +++ b/templates/index.html @@ -0,0 +1,43 @@ +{% extends "base.html" %} +{% block title %}{{ _('Home') }}{% endblock %} +{% block content %} +
+
+
+
+

+ MiniFacebook +

+

+ {{ _('MiniFacebook is a minimalist social network for sharing posts, images, and messages with friends.') }}
+ {{ _('Fast, simple, data-saving - and with') }} {{ _('Dark Mode!') }} +

+ {% if not current_user.is_authenticated %} + {{ _('Login') }} + {{ _('Register') }} + {{ _('Go to Feed') }} + {% else %} + {{ _('Go to Feed') }} + {% endif %} +
+
+
+
+

+ {{ _('About MiniFacebook') }} +

+
    +
  • {{ _('Share posts, images & videos') }}
  • +
  • {{ _('Friendships & notifications') }}
  • +
  • {{ _('Modern') }} {{ _('Dark/Light Mode') }}
  • +
  • {{ _('Open Source & privacy-friendly') }}
  • +
+
+

MiniFacebook {{ _('is a private, data-saving network for you and your friends. No ads, no data sharing - just fun in sharing and communicating.') }}

+

{{ _('Developed with love,') }} Bootstrap, {{ _('Dark Mode!') }}

+
+
+
+
+
+{% endblock %} \ No newline at end of file diff --git a/templates/login.html b/templates/login.html new file mode 100644 index 0000000..d3162f1 --- /dev/null +++ b/templates/login.html @@ -0,0 +1,33 @@ +{% extends "base.html" %} +{% block title %}{{ _('Login') }}{% endblock %} +{% block content %} +
+
+
+

{{ _('Login') }}

+
+
+ + +
+
+ + +
+
+ +
+ +
+ +
+
+
+{% endblock %} \ No newline at end of file diff --git a/templates/my_posts.html b/templates/my_posts.html new file mode 100644 index 0000000..60aaa9d --- /dev/null +++ b/templates/my_posts.html @@ -0,0 +1,91 @@ +{% extends "base.html" %} +{% block title %}{{ _('My Posts') }}{% endblock %} +{% block content %} +

{{ _('My Posts') }}

+{% for post in posts %} +
+
+
+ {% if post.user.profile_pic and post.user.profile_pic != 'default.png' %} + {% if SHOPITEM_ID_GOLDRAHMEN in post.user.shop_items | map(attribute='item_id') | list %} + + {% else %} + + {% endif %} + {% else %} + + {% endif %} + {{ post.user.username }} +
+

{{ post.content }}

+ {% for upload in post.uploads %} + {% if upload.filetype.startswith('image') %} + + + {% elif upload.filetype.startswith('video') %} + + {{ _('Download Video') }} + {% elif upload.filetype.startswith('audio') %} + + {{ _('Download Audio') }} + {% else %} + {{ upload.filename }} + {% endif %} + {% endfor %} +
+ +
+
+ +
+
+ +
+
+ +
+ {% if post.visibility == 'friends' %} + {{ _('Friends only') }} + {% else %} + {{ _('Public') }} + {% endif %} + {{ post.created_at.strftime('%Y-%m-%d %H:%M') }} +
+
+ +
+ {% for comment in post.comments %} +
+ {% if comment.user.profile_pic and comment.user.profile_pic != 'default.png' %} + {{ comment.user.username }}: + {% else %} + {{ comment.user.username }}: + {% endif %} + {% if comment.user_id == current_user.id %} +
+ +
+ {% endif %} +
+ {% endfor %} +
+
+
+{% endfor %} +{% if not posts %} + +{% endif %} +{% endblock %} \ No newline at end of file diff --git a/templates/notifications.html b/templates/notifications.html new file mode 100644 index 0000000..491b2b7 --- /dev/null +++ b/templates/notifications.html @@ -0,0 +1,32 @@ +{% extends "base.html" %} +{% block title %}{{ _('Notifications') }}{% endblock %} +{% block content %} +

+ + {{ _('Notifications') }} + {{ notifications|length }} + {% if notifications %} +
+ +
+ {% endif %} +

+
    + {% for notif in notifications %} +
  • + + + {{ notif.message }} + {{ notif.created_at.strftime('%Y-%m-%d %H:%M') }} + +
    + +
    +
  • + {% else %} +
  • {{ _('No notifications') }}
  • + {% endfor %} +
+{% endblock %} \ No newline at end of file diff --git a/templates/privacy_policy.html b/templates/privacy_policy.html new file mode 100644 index 0000000..d802256 --- /dev/null +++ b/templates/privacy_policy.html @@ -0,0 +1,16 @@ +{% extends "base.html" %} +{% block title %}{{ _('Privacy Policy') }}{% endblock %} +{% block content %} +

{{ _('Privacy Policy') }}

+

{{ _('Your privacy is important to us. This privacy policy explains how we collect, use, and protect your information when you use our application.') }}

+

{{ _('We collect personal information that you provide to us, such as your name, email address, and any other information you choose to share.') }}

+

{{ _('We use this information to provide and improve our services, communicate with you, and personalize your experience.') }}

+

{{ _('We do not share your personal information with third parties without your consent, except as required by law or to protect our rights.') }}

+

{{ _('We implement security measures to protect your information from unauthorized access, alteration, disclosure, or destruction.') }}

+

{{ _('You have the right to access, correct, or delete your personal information at any time. Please contact us if you wish to exercise these rights.') }}

+

{{ _('We may update this privacy policy from time to time. We will notify you of any changes by posting the new privacy policy on this page.') }}

+

{{ _('By using our application, you agree to the terms of this privacy policy. If you do not agree, please do not use our application.') }}

+

{{ _('If you have any questions or concerns about this privacy policy, please contact us.') }}

+{{ _('GitHub Repository') }} +

{{ _('Thank you for using our application!') }}

+{% endblock %} \ No newline at end of file diff --git a/templates/profile.html b/templates/profile.html new file mode 100644 index 0000000..98793b3 --- /dev/null +++ b/templates/profile.html @@ -0,0 +1,32 @@ +{% extends "base.html" %} +{% block title %}{{ _('Profile') }}{% endblock %} +{% block content %} +

{{ _('Email') }}: {{ user.email }}

+ +
+ + +
+{% if user.profile_pic and user.profile_pic != 'default.png' %} +
+ +
+{% endif %} + {{ _('Shop') }} + {{ _('Edit Profile') }} +
+ +
+{% if not user.discord_linked %} + + {{ _('Link Discord Account') }} + +{% else %} + {{ _('Discord Linked') }} +
+ +
+{% endif %} +{% endblock %} \ No newline at end of file diff --git a/templates/register.html b/templates/register.html new file mode 100644 index 0000000..b33da65 --- /dev/null +++ b/templates/register.html @@ -0,0 +1,41 @@ +{% extends "base.html" %} +{% block title %}{{ _('Register') }}{% endblock %} +{% block content %} +
+
+
+

{{ _('Register') }}

+
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ +
+
+ {{ _('Already have an account?') }} + {{ _('Login') }} +
+ +
+
+
+
+{% endblock %} \ No newline at end of file diff --git a/templates/reset_password.html b/templates/reset_password.html new file mode 100644 index 0000000..2194335 --- /dev/null +++ b/templates/reset_password.html @@ -0,0 +1,23 @@ +{% extends "base.html" %} +{% block title %}{{ _('Reset Password') }}{% endblock %} +{% block content %} +
+
+
+

{{ _('Reset Password') }}

+
+
+ + +
+
+ +
+ +
+
+
+
+{% endblock %} \ No newline at end of file diff --git a/templates/reset_requests.html b/templates/reset_requests.html new file mode 100644 index 0000000..4383fc9 --- /dev/null +++ b/templates/reset_requests.html @@ -0,0 +1,90 @@ +{% extends "base.html" %} +{% block title %}{{ _('Password Reset Requests') }}{% endblock %} +{% block content %} +

+ {{ _('Password Reset Requests') }} + {{ _('Delete All') }} +

+ + + + + + + + + + {% for req in requests %} + + + + + + {% endfor %} + +
{{ _('User') }} {{ _('Requested At') }} {{ _('Actions') }}
+ {% if req.user.profile_pic and req.user.profile_pic != 'default.png' %} + {{ req.user.username }} + {% else %} + {{ req.user.username }} + {% endif %} + {{ req.requested_at.strftime('%Y-%m-%d %H:%M') }} + {{ _('Set Password') }} +
+ +
+
+{% if requests_done %} +

{{ _('Completed Requests') }}

+ + + + + + + + + {% for req in requests_done %} + + + + + {% endfor %} + +
{{ _('User') }} {{ _('Requested At') }}
+ {% if req.user.profile_pic and req.user.profile_pic != 'default.png' %} + {{ req.user.username }} + {% else %} + {{ req.user.username }} + {% endif %} + {{ req.requested_at.strftime('%Y-%m-%d %H:%M') }}
+{% endif %} +{% if requests_rejected %} +

{{ _('Rejected Requests') }}

+ + + + + + + + + {% for req in requests_rejected %} + + + + + {% endfor %} + +
{{ _('User') }} {{ _('Requested At') }}
+ {% if req.user.profile_pic and req.user.profile_pic != 'default.png' %} + {{ req.user.username }} + {% else %} + {{ req.user.username }} + {% endif %} + {{ req.requested_at.strftime('%Y-%m-%d %H:%M') }}
+{% endif %} +{% if not requests %} +
{{ _('No open reset requests.') }}
+{% endif %} +{% endblock %} \ No newline at end of file diff --git a/templates/secret.html b/templates/secret.html new file mode 100644 index 0000000..fcdd5ae --- /dev/null +++ b/templates/secret.html @@ -0,0 +1,294 @@ +{% extends 'base.html' %} +{% block title %}{{ _('Secret') }}{% endblock %} +{% block content %} +

Secret

+ + +{% endblock %} \ No newline at end of file diff --git a/templates/setup.html b/templates/setup.html new file mode 100644 index 0000000..b587873 --- /dev/null +++ b/templates/setup.html @@ -0,0 +1,24 @@ +{% extends "base.html" %} +{% block title %}{{ _('Admin Setup') }}{% endblock %} +{% block content %} +

{{ _('Admin Account Setup') }}

+
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+ +
+{% endblock %} \ No newline at end of file diff --git a/templates/shop.html b/templates/shop.html new file mode 100644 index 0000000..78c2d03 --- /dev/null +++ b/templates/shop.html @@ -0,0 +1,33 @@ +{% extends "base.html" %} +{% block title %}{{ _('Shop') }}{% endblock %} +{% block content %} +

{{ _('Shop') }}

+

{{ _('Deine Reward-Punkte:') }} {{ current_user.reward_points() }}

+{% if message %} +
{{ message }}
+{% endif %} +
+ {% for item in items %} +
+
+
+ +
{{ item.name }}
+

{{ item.description }}

+

{{ item.price }} {{ _('Points') }}

+ {% if item.id in owned_ids %} + + {% else %} +
+ + +
+ {% endif %} +
+
+
+ {% endfor %} +
+{% endblock %} \ No newline at end of file diff --git a/templates/support.html b/templates/support.html new file mode 100644 index 0000000..7fdc231 --- /dev/null +++ b/templates/support.html @@ -0,0 +1,49 @@ +{% extends "base.html" %} +{% block title %}{{ _('Support') }}{% endblock %} +{% block content %} +
+

{{ _('If you have any questions or need assistance, please contact us at:') }}

+

{{ _('Github:') }} https://github.com/Michatec/MiniFaceBook/issues

+
+{% if user.is_owner %} +
+ +
+{% endif %} +

{{ _('Support') }}

+
+ + + +
+ + + + + + + + + + + {% for ticket in support_requests %} + + + + + + + {% endfor %} + +
{{ _('Title') }}{{ _('Status') }}{{ _('Created') }}
{{ ticket.title }} + {% if ticket.status == 'open' %} + {{ _('Open') }} + {% else %} + {{ _('Closed') }} + {% endif %} + {{ ticket.created_at.strftime('%Y-%m-%d %H:%M') }} + {{ _('View') }} +
+{% endblock %} \ No newline at end of file diff --git a/templates/support_thread.html b/templates/support_thread.html new file mode 100644 index 0000000..0b151be --- /dev/null +++ b/templates/support_thread.html @@ -0,0 +1,40 @@ +{% extends "base.html" %} +{% block title %}{{ ticket.title }}{% endblock %} +{% block content %} +

{{ ticket.title }}

+

{{ _('Status') }}: + {% if ticket.status == 'open' %} + {{ _('Open') }} + {% else %} + {{ _('Closed') }} + {% endif %} +

+
+ {% for comment in comments %} +
+ {{ comment.user.username }} + {{ comment.created_at.strftime('%Y-%m-%d %H:%M') }} +

{{ comment.message }}

+
+ {% endfor %} +
+{% if ticket.status == 'open' %} +
+ + +
+
+ +
+{% else %} +
{{ _('This ticket is closed.') }}
+{% endif %} +{% if user.is_admin %} +
+ +
+{% endif %} +{{ _('Back to Support') }} +{% endblock %} \ No newline at end of file diff --git a/templates/users.html b/templates/users.html new file mode 100644 index 0000000..de6d2bf --- /dev/null +++ b/templates/users.html @@ -0,0 +1,46 @@ +{% extends "base.html" %} +{% block title %}{{ _('Users') }}{% endblock %} +{% block content %} +

{{ _('All Users') }}

+
    + {% for user_item in users %} +
  • + + {% if user_item.profile_pic and user_item.profile_pic != 'default.png' %} + {{ user_item.username }}{{ user_item.username }} + {% else %} + {{ user_item.username }} + {% endif %} + +
    + {% if user_item.id != user.id %} + {% set friendship = (user.friendships_sent | selectattr('receiver_id', 'equalto', user_item.id) | list) %} + {% set reverse_friendship = (user.friendships_received | selectattr('requester_id', 'equalto', user_item.id) | list) %} + {% if friendship and friendship[0].status == 'pending' %} + {{ _('Request sent') }} + {% elif reverse_friendship and reverse_friendship[0].status == 'pending' %} + {{ _('Request received') }} + {% elif (friendship and friendship[0].status == 'accepted') or (reverse_friendship and reverse_friendship[0].status == 'accepted') %} + {{ _('Friend') }} + {% else %} +
    + +
    + {% endif %} + {% endif %} + {% if user.is_admin %} + {% if not user_item.is_admin %} +
    + +
    + {% elif not user_item.is_owner %} +
    + +
    + {% endif %} + {% endif %} +
    +
  • + {% endfor %} +
+{% endblock %} \ No newline at end of file diff --git a/translations/de/LC_MESSAGES/messages.po b/translations/de/LC_MESSAGES/messages.po new file mode 100644 index 0000000..21256e8 --- /dev/null +++ b/translations/de/LC_MESSAGES/messages.po @@ -0,0 +1,1166 @@ +# German translations for PROJECT. +# Copyright (C) 2025 ORGANIZATION +# This file is distributed under the same license as the PROJECT project. +# FIRST AUTHOR , 2025. +# +msgid "" +msgstr "" +"Project-Id-Version: PROJECT VERSION\n" +"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" +"POT-Creation-Date: 2025-09-27 20:09+0200\n" +"PO-Revision-Date: 2025-09-27 20:09+0200\n" +"Last-Translator: FULL NAME \n" +"Language: de\n" +"Language-Team: de \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.17.0\n" + +#: main.py:34 +msgid "Please log in to access this page." +msgstr "" + +#: main.py:117 routes/discord.py:44 routes/login.py:46 routes/profile.py:56 +msgid "Passwords do not match." +msgstr "" + +#: main.py:119 routes/login.py:48 +msgid "Username already exists." +msgstr "" + +#: main.py:121 routes/login.py:50 +msgid "E-Mail already exists." +msgstr "" + +#: main.py:123 routes/discord.py:41 routes/login.py:52 routes/profile.py:53 +msgid "Password must be at least 8 characters long." +msgstr "" + +#: main.py:125 routes/login.py:54 routes/profile.py:44 +msgid "Invalid email address." +msgstr "" + +#: main.py:127 routes/login.py:56 routes/profile.py:38 +msgid "Invalid username. Only alphanumeric characters are allowed." +msgstr "" + +#: main.py:133 +msgid "Admin account created. You can now log in." +msgstr "" + +#: main.py:159 +msgid "Already purchased!" +msgstr "" + +#: main.py:167 +msgid "Not enough points!" +msgstr "" + +#: routes/admin.py:18 +msgid "All password reset requests have been deleted." +msgstr "" + +#: routes/admin.py:65 +msgid "Request rejected." +msgstr "" + +#: routes/admin.py:79 +msgid "Password too short." +msgstr "" + +#: routes/admin.py:115 +msgid "Post and associated files deleted." +msgstr "" + +#: routes/admin.py:123 +msgid "Cannot delete the owner account." +msgstr "" + +#: routes/admin.py:158 +msgid "User deleted." +msgstr "" + +#: routes/admin.py:160 +msgid "Cannot delete admin or user not found." +msgstr "" + +#: routes/admin.py:186 routes/notifications.py:14 +msgid "All notifications have been deleted." +msgstr "" + +#: routes/admin.py:196 +msgid "All events have been deleted." +msgstr "" + +#: routes/admin.py:214 +msgid "Upload deleted." +msgstr "" + +#: routes/admin.py:232 +msgid "All uploads have been deleted." +msgstr "" + +#: routes/admin.py:244 +msgid "No Points entered!" +msgstr "" + +#: routes/admin.py:252 +msgid "Points added!" +msgstr "" + +#: routes/admin.py:258 +msgid "Points removed!" +msgstr "" + +#: routes/admin.py:260 +msgid "The user has not enough points to take!" +msgstr "" + +#: routes/admin.py:286 +msgid "Owner cannot be removed!" +msgstr "" + +#: routes/admin.py:329 +msgid "All Data has been deleted." +msgstr "" + +#: routes/discord.py:24 +msgid "Logged in with Discord." +msgstr "" + +#: routes/discord.py:27 +msgid "No account linked with this Discord. Please register." +msgstr "" + +#: routes/discord.py:47 +msgid "Username already exists. Please Report It." +msgstr "" + +#: routes/discord.py:60 +msgid "Account created and logged in with Discord." +msgstr "" + +#: routes/discord.py:77 +msgid "Discord account linked!" +msgstr "" + +#: routes/discord.py:86 +msgid "Discord account unlinked!" +msgstr "" + +#: routes/friends.py:12 +msgid "You cannot add yourself as a friend." +msgstr "" + +#: routes/friends.py:16 +msgid "Friend request already sent." +msgstr "" + +#: routes/friends.py:31 +msgid "Friend request sent!" +msgstr "" + +#: routes/friends.py:47 +msgid "Friend request accepted!" +msgstr "" + +#: routes/friends.py:49 routes/friends.py:65 +msgid "Invalid friend request." +msgstr "" + +#: routes/friends.py:63 +msgid "Friend request rejected." +msgstr "" + +#: routes/friends.py:91 +msgid "Friendship ended." +msgstr "" + +#: routes/like.py:13 routes/like.py:34 routes/post.py:63 routes/post.py:75 +msgid "Post does not exist." +msgstr "" + +#: routes/like.py:26 +msgid "Post liked." +msgstr "" + +#: routes/like.py:40 +msgid "Like removed." +msgstr "" + +#: routes/login.py:20 +msgid "Logged in successfully." +msgstr "" + +#: routes/login.py:26 +msgid "Invalid username or password." +msgstr "" + +#: routes/login.py:33 +msgid "Logged out successfully." +msgstr "" + +#: routes/login.py:58 +msgid "Username must be between 3 and 20 characters long." +msgstr "" + +#: routes/login.py:64 +msgid "Registered successfully. You can now log in." +msgstr "" + +#: routes/login.py:77 +msgid "Reset request sent to admins." +msgstr "" + +#: routes/login.py:79 +msgid "No user with this email." +msgstr "" + +#: routes/post.py:23 routes/post.py:88 +msgid "Post content is too long. Please limit it to 250 characters." +msgstr "" + +#: routes/post.py:27 routes/post.py:92 +msgid "Post content is too long. Please limit it to 500 characters." +msgstr "" + +#: routes/post.py:31 +msgid "Post created!" +msgstr "" + +#: routes/post.py:51 +msgid "You have created a new post." +msgstr "" + +#: routes/post.py:66 routes/post.py:78 +msgid "You do not have permission to edit this post." +msgstr "" + +#: routes/post.py:132 +msgid "Your post has been updated." +msgstr "" + +#: routes/post.py:137 +msgid "Post updated!" +msgstr "" + +#: routes/post.py:192 +msgid "Your post has been deleted." +msgstr "" + +#: routes/post.py:197 +msgid "Post and all uploads deleted." +msgstr "" + +#: routes/post.py:199 routes/post.py:211 +msgid "Not allowed." +msgstr "" + +#: routes/post.py:209 +msgid "Comment deleted." +msgstr "" + +#: routes/post.py:221 +msgid "You have written a comment." +msgstr "" + +#: routes/profile.py:30 +msgid "Username and email cannot be empty." +msgstr "" + +#: routes/profile.py:35 +msgid "Username already taken." +msgstr "" + +#: routes/profile.py:47 +msgid "E-Mail already taken." +msgstr "" + +#: routes/profile.py:61 +msgid "No changes made." +msgstr "" + +#: routes/profile.py:64 +msgid "Profile updated." +msgstr "" + +#: routes/support.py:26 +msgid "Support request created!" +msgstr "" + +#: routes/support.py:28 +msgid "Title and message required!" +msgstr "" + +#: routes/support.py:44 +msgid "Ticket closed." +msgstr "" + +#: routes/support.py:58 +msgid "Comment added." +msgstr "" + +#: routes/support.py:60 +msgid "Message required!" +msgstr "" + +#: routes/support.py:74 +msgid "Support ticket deleted." +msgstr "" + +#: routes/support.py:76 +msgid "Ticket not found." +msgstr "" + +#: routes/user.py:22 +msgid "Profile picture deleted." +msgstr "" + +#: routes/user.py:45 +msgid "You have changed your profile picture." +msgstr "" + +#: routes/user.py:52 +msgid "Profile picture updated." +msgstr "" + +#: routes/user.py:59 +msgid "You cannot delete the owner account." +msgstr "" + +#: routes/user.py:62 +msgid "You cannot delete an admin account." +msgstr "" + +#: routes/user.py:97 +msgid "Account and all your data deleted." +msgstr "" + +#: templates/403.html:2 templates/base.html:106 templates/index.html:2 +msgid "Home" +msgstr "" + +#: templates/403.html:12 +msgid "" +"This page is not accessible to you, you do not have the permissions to " +"view it." +msgstr "" + +#: templates/403.html:13 +msgid "You can go back from the page." +msgstr "" + +#: templates/403.html:15 templates/index.html:18 templates/index.html:20 +msgid "Go to Feed" +msgstr "" + +#: templates/admin.html:2 templates/admin.html:45 +msgid "Admin" +msgstr "" + +#: templates/admin.html:4 templates/base.html:39 +msgid "Admin Panel" +msgstr "" + +#: templates/admin.html:8 templates/admin.html:39 templates/base.html:43 +#: templates/users.html:2 +msgid "Users" +msgstr "" + +#: templates/admin.html:11 +msgid "Posts" +msgstr "" + +#: templates/admin.html:14 templates/admin.html:133 +msgid "Friendships" +msgstr "" + +#: templates/admin.html:17 templates/admin.html:176 +msgid "Comments" +msgstr "" + +#: templates/admin.html:20 templates/admin.html:213 +msgid "Uploads" +msgstr "" + +#: templates/admin.html:23 templates/admin.html:250 templates/base.html:46 +#: templates/notifications.html:2 templates/notifications.html:6 +msgid "Notifications" +msgstr "" + +#: templates/admin.html:26 +msgid "Events" +msgstr "" + +#: templates/admin.html:29 templates/admin.html:297 +msgid "Shop Orders" +msgstr "" + +#: templates/admin.html:32 templates/admin.html:324 +msgid "Reward Points" +msgstr "" + +#: templates/admin.html:43 templates/admin.html:94 templates/admin.html:180 +#: templates/admin.html:221 templates/admin.html:258 templates/admin.html:301 +#: templates/admin.html:328 templates/reset_requests.html:11 +#: templates/reset_requests.html:42 templates/reset_requests.html:67 +msgid "User" +msgstr "" + +#: templates/admin.html:44 templates/edit_profile.html:11 +#: templates/profile.html:4 templates/register.html:14 templates/setup.html:11 +msgid "Email" +msgstr "" + +#: templates/admin.html:46 +msgid "Owner" +msgstr "" + +#: templates/admin.html:47 +msgid "Profile Pic" +msgstr "" + +#: templates/admin.html:48 templates/admin.html:98 templates/admin.html:184 +#: templates/admin.html:225 templates/admin.html:330 +#: templates/reset_requests.html:13 +msgid "Actions" +msgstr "" + +#: templates/admin.html:62 templates/profile.html:12 +msgid "Delete Picture" +msgstr "" + +#: templates/admin.html:69 templates/users.html:34 +msgid "Make Admin" +msgstr "" + +#: templates/admin.html:73 templates/users.html:38 +msgid "Remove Admin" +msgstr "" + +#: templates/admin.html:78 +msgid "Delete User" +msgstr "" + +#: templates/admin.html:90 +msgid "All Posts" +msgstr "" + +#: templates/admin.html:95 templates/admin.html:182 templates/edit_post.html:7 +msgid "Content" +msgstr "" + +#: templates/admin.html:96 templates/edit_post.html:16 +msgid "Visibility" +msgstr "" + +#: templates/admin.html:97 templates/admin.html:183 templates/admin.html:260 +#: templates/support.html:26 +msgid "Created" +msgstr "" + +#: templates/admin.html:114 templates/edit_post.html:18 templates/feed.html:18 +#: templates/feed.html:86 templates/my_posts.html:61 +msgid "Public" +msgstr "" + +#: templates/admin.html:116 templates/base.html:44 templates/friends.html:2 +msgid "Friends" +msgstr "" + +#: templates/admin.html:122 +msgid "Delete Post" +msgstr "" + +#: templates/admin.html:137 +msgid "User 1" +msgstr "" + +#: templates/admin.html:138 +msgid "User 2" +msgstr "" + +#: templates/admin.html:139 templates/support.html:25 +#: templates/support_thread.html:5 +msgid "Status" +msgstr "" + +#: templates/admin.html:161 +msgid "Accepted" +msgstr "" + +#: templates/admin.html:163 +msgid "Pending" +msgstr "" + +#: templates/admin.html:165 +msgid "Rejected" +msgstr "" + +#: templates/admin.html:181 templates/feed.html:21 +msgid "Post" +msgstr "" + +#: templates/admin.html:202 +msgid "Delete Comment" +msgstr "" + +#: templates/admin.html:215 +msgid "Delete All Uploads" +msgstr "" + +#: templates/admin.html:222 +msgid "Filename" +msgstr "" + +#: templates/admin.html:223 +msgid "Type" +msgstr "" + +#: templates/admin.html:224 +msgid "Uploaded" +msgstr "" + +#: templates/admin.html:236 templates/feed.html:55 templates/my_posts.html:32 +msgid "Download" +msgstr "" + +#: templates/admin.html:238 +msgid "Delete Upload" +msgstr "" + +#: templates/admin.html:251 +msgid "Are you sure you want to delete all notifications?" +msgstr "" + +#: templates/admin.html:252 +msgid "Delete All Notifications" +msgstr "" + +#: templates/admin.html:259 +msgid "Message" +msgstr "" + +#: templates/admin.html:278 +msgid "Recent Events" +msgstr "" + +#: templates/admin.html:279 +msgid "Are you sure you want to delete all events?" +msgstr "" + +#: templates/admin.html:280 +msgid "Delete All Events" +msgstr "" + +#: templates/admin.html:302 +msgid "Item" +msgstr "" + +#: templates/admin.html:329 templates/shop.html:17 +msgid "Points" +msgstr "" + +#: templates/admin.html:347 +msgid "Add Points" +msgstr "" + +#: templates/admin.html:350 +msgid "Remove Points" +msgstr "" + +#: templates/admin_set_password.html:2 +msgid "Set New Password" +msgstr "" + +#: templates/admin_set_password.html:4 +#, python-format +msgid "Set New Password for %(username)s" +msgstr "" + +#: templates/admin_set_password.html:7 +msgid "New Password" +msgstr "" + +#: templates/admin_set_password.html:10 templates/reset_requests.html:28 +msgid "Set Password" +msgstr "" + +#: templates/base.html:40 +msgid "Reset Requests" +msgstr "" + +#: templates/base.html:42 templates/base.html:51 templates/feed.html:2 +msgid "Feed" +msgstr "" + +#: templates/base.html:45 templates/my_posts.html:2 templates/my_posts.html:4 +msgid "My Posts" +msgstr "" + +#: templates/base.html:47 templates/profile.html:2 +msgid "Profile" +msgstr "" + +#: templates/base.html:48 +msgid "Logout" +msgstr "" + +#: templates/base.html:49 templates/support.html:2 templates/support.html:15 +msgid "Support" +msgstr "" + +#: templates/base.html:52 templates/index.html:16 templates/login.html:2 +#: templates/login.html:7 templates/login.html:18 templates/register.html:30 +#: templates/reset_password.html:17 +msgid "Login" +msgstr "" + +#: templates/base.html:53 templates/index.html:17 templates/login.html:21 +#: templates/register.html:2 templates/register.html:7 +#: templates/register.html:26 +msgid "Register" +msgstr "" + +#: templates/base.html:57 +msgid "Theme" +msgstr "" + +#: templates/base.html:90 +#, python-format +msgid "Welcome, %(username)s!" +msgstr "" + +#: templates/base.html:94 +msgid "You are logged in as an admin." +msgstr "" + +#: templates/base.html:107 templates/privacy_policy.html:2 +#: templates/privacy_policy.html:4 +msgid "Privacy Policy" +msgstr "" + +#: templates/base.html:108 templates/credits.html:2 templates/credits.html:4 +msgid "Credits" +msgstr "" + +#: templates/credits.html:5 +msgid "This project was developed by" +msgstr "" + +#: templates/credits.html:5 +msgid "Special thanks to all contributors and supporters." +msgstr "" + +#: templates/credits.html:6 +msgid "Translators:" +msgstr "" + +#: templates/credits.html:8 +msgid "German:" +msgstr "" + +#: templates/credits.html:9 +msgid "English:" +msgstr "" + +#: templates/credits.html:11 +msgid "" +"Special thanks to the open-source community for their invaluable " +"resources and tools." +msgstr "" + +#: templates/credits.html:12 +msgid "Design inspired by various open-source projects and communities." +msgstr "" + +#: templates/credits.html:13 +msgid "Backend powered by Flask and SQLAlchemy." +msgstr "" + +#: templates/credits.html:14 +msgid "Frontend built with Bootstrap and jQuery." +msgstr "" + +#: templates/credits.html:15 +msgid "Icons by FontAwesome and other open-source resources." +msgstr "" + +#: templates/credits.html:16 +msgid "Hosted on a secure and reliable platform." +msgstr "" + +#: templates/credits.html:17 +msgid "If you would like to contribute, please reach out to us." +msgstr "" + +#: templates/credits.html:18 templates/privacy_policy.html:14 +msgid "GitHub Repository" +msgstr "" + +#: templates/credits.html:19 templates/privacy_policy.html:15 +msgid "Thank you for using our application!" +msgstr "" + +#: templates/discord_register.html:2 +msgid "Discord Registration" +msgstr "" + +#: templates/discord_register.html:4 +msgid "Complete Registration" +msgstr "" + +#: templates/discord_register.html:5 +msgid "Welcome," +msgstr "" + +#: templates/discord_register.html:6 +msgid "Please set a password for your account:" +msgstr "" + +#: templates/discord_register.html:12 templates/login.html:14 +#: templates/register.html:18 templates/setup.html:15 +msgid "Password" +msgstr "" + +#: templates/discord_register.html:16 templates/register.html:22 +#: templates/setup.html:19 +msgid "Confirm Password" +msgstr "" + +#: templates/discord_register.html:19 +msgid "Create Account" +msgstr "" + +#: templates/discord_register.html:20 templates/edit_post.html:31 +msgid "Cancel" +msgstr "" + +#: templates/edit_post.html:2 templates/edit_post.html:4 +msgid "Edit Post" +msgstr "" + +#: templates/edit_post.html:9 templates/feed.html:7 +msgid "Limit: 250" +msgstr "" + +#: templates/edit_post.html:11 templates/feed.html:9 +msgid "Limit: 500" +msgstr "" + +#: templates/edit_post.html:19 templates/feed.html:19 templates/feed.html:84 +#: templates/my_posts.html:59 +msgid "Friends only" +msgstr "" + +#: templates/edit_post.html:23 +msgid "Upload Files" +msgstr "" + +#: templates/edit_post.html:28 templates/feed.html:16 +msgid "You can upload images, videos, audio files, or documents." +msgstr "" + +#: templates/edit_post.html:30 +msgid "Update Post" +msgstr "" + +#: templates/edit_post.html:35 +msgid "Current Uploads" +msgstr "" + +#: templates/edit_post.html:51 +msgid "No uploads found for this post." +msgstr "" + +#: templates/edit_profile.html:2 templates/edit_profile.html:4 +#: templates/profile.html:16 +msgid "Edit Profile" +msgstr "" + +#: templates/edit_profile.html:7 templates/login.html:10 +#: templates/register.html:10 templates/reset_password.html:10 +#: templates/setup.html:7 +msgid "Username" +msgstr "" + +#: templates/edit_profile.html:15 +msgid "New Password (optional)" +msgstr "" + +#: templates/edit_profile.html:19 +msgid "Confirm New Password" +msgstr "" + +#: templates/edit_profile.html:22 +msgid "Save" +msgstr "" + +#: templates/feed.html:11 +msgid "What's on your mind?" +msgstr "" + +#: templates/feed.html:25 +msgid "Please" +msgstr "" + +#: templates/feed.html:25 +msgid "log in" +msgstr "" + +#: templates/feed.html:25 +msgid "to create a post." +msgstr "" + +#: templates/feed.html:61 templates/my_posts.html:38 +msgid "Download Video" +msgstr "" + +#: templates/feed.html:64 templates/my_posts.html:41 +msgid "Download Audio" +msgstr "" + +#: templates/feed.html:70 templates/my_posts.html:47 +msgid "Like" +msgstr "" + +#: templates/feed.html:73 templates/my_posts.html:50 +msgid "Unlike" +msgstr "" + +#: templates/feed.html:77 templates/feed.html:107 templates/my_posts.html:53 +#: templates/my_posts.html:77 templates/notifications.html:25 +#: templates/support_thread.html:35 +msgid "Delete" +msgstr "" + +#: templates/feed.html:80 templates/my_posts.html:56 +msgid "Edit" +msgstr "" + +#: templates/feed.html:91 templates/my_posts.html:66 +msgid "Comment..." +msgstr "" + +#: templates/feed.html:95 +msgid "Please login to comment." +msgstr "" + +#: templates/feed.html:118 templates/my_posts.html:88 +msgid "No posts available." +msgstr "" + +#: templates/friends.html:4 +msgid "Your Friends" +msgstr "" + +#: templates/friends.html:16 +msgid "Remove Friend" +msgstr "" + +#: templates/friends.html:20 +msgid "No friends yet." +msgstr "" + +#: templates/friends.html:23 +msgid "Friend Requests" +msgstr "" + +#: templates/friends.html:36 +msgid "Accept" +msgstr "" + +#: templates/friends.html:39 templates/reset_requests.html:30 +msgid "Reject" +msgstr "" + +#: templates/friends.html:44 +msgid "No new requests" +msgstr "" + +#: templates/index.html:12 +msgid "" +"MiniFacebook is a minimalist social network for sharing posts, images, " +"and messages with friends." +msgstr "" + +#: templates/index.html:13 +msgid "Fast, simple, data-saving - and with" +msgstr "" + +#: templates/index.html:13 templates/index.html:37 +msgid "Dark Mode!" +msgstr "" + +#: templates/index.html:27 +msgid "About MiniFacebook" +msgstr "" + +#: templates/index.html:30 +msgid "Share posts, images & videos" +msgstr "" + +#: templates/index.html:31 +msgid "Friendships & notifications" +msgstr "" + +#: templates/index.html:32 +msgid "Modern" +msgstr "" + +#: templates/index.html:32 +msgid "Dark/Light Mode" +msgstr "" + +#: templates/index.html:33 +msgid "Open Source & privacy-friendly" +msgstr "" + +#: templates/index.html:36 +msgid "" +"is a private, data-saving network for you and your friends. No ads, no " +"data sharing - just fun in sharing and communicating." +msgstr "" + +#: templates/index.html:37 +msgid "Developed with love," +msgstr "" + +#: templates/login.html:22 +msgid "Forgot password?" +msgstr "" + +#: templates/login.html:27 templates/register.html:34 +msgid "Login with Discord" +msgstr "" + +#: templates/notifications.html:11 +msgid "Delete all" +msgstr "" + +#: templates/notifications.html:29 +msgid "No notifications" +msgstr "" + +#: templates/privacy_policy.html:5 +msgid "" +"Your privacy is important to us. This privacy policy explains how we " +"collect, use, and protect your information when you use our application." +msgstr "" + +#: templates/privacy_policy.html:6 +msgid "" +"We collect personal information that you provide to us, such as your " +"name, email address, and any other information you choose to share." +msgstr "" + +#: templates/privacy_policy.html:7 +msgid "" +"We use this information to provide and improve our services, communicate " +"with you, and personalize your experience." +msgstr "" + +#: templates/privacy_policy.html:8 +msgid "" +"We do not share your personal information with third parties without your" +" consent, except as required by law or to protect our rights." +msgstr "" + +#: templates/privacy_policy.html:9 +msgid "" +"We implement security measures to protect your information from " +"unauthorized access, alteration, disclosure, or destruction." +msgstr "" + +#: templates/privacy_policy.html:10 +msgid "" +"You have the right to access, correct, or delete your personal " +"information at any time. Please contact us if you wish to exercise these " +"rights." +msgstr "" + +#: templates/privacy_policy.html:11 +msgid "" +"We may update this privacy policy from time to time. We will notify you " +"of any changes by posting the new privacy policy on this page." +msgstr "" + +#: templates/privacy_policy.html:12 +msgid "" +"By using our application, you agree to the terms of this privacy policy. " +"If you do not agree, please do not use our application." +msgstr "" + +#: templates/privacy_policy.html:13 +msgid "" +"If you have any questions or concerns about this privacy policy, please " +"contact us." +msgstr "" + +#: templates/profile.html:8 +msgid "Upload Picture" +msgstr "" + +#: templates/profile.html:15 templates/shop.html:2 templates/shop.html:4 +msgid "Shop" +msgstr "" + +#: templates/profile.html:18 +msgid "Delete Account" +msgstr "" + +#: templates/profile.html:22 +msgid "Link Discord Account" +msgstr "" + +#: templates/profile.html:25 +msgid "Discord Linked" +msgstr "" + +#: templates/profile.html:28 +msgid "Unlink Discord" +msgstr "" + +#: templates/register.html:29 +msgid "Already have an account?" +msgstr "" + +#: templates/reset_password.html:2 templates/reset_password.html:7 +msgid "Reset Password" +msgstr "" + +#: templates/reset_password.html:14 +msgid "Request Reset" +msgstr "" + +#: templates/reset_requests.html:2 templates/reset_requests.html:5 +msgid "Password Reset Requests" +msgstr "" + +#: templates/reset_requests.html:6 +msgid "Delete All" +msgstr "" + +#: templates/reset_requests.html:12 templates/reset_requests.html:43 +#: templates/reset_requests.html:68 +msgid "Requested At" +msgstr "" + +#: templates/reset_requests.html:38 +msgid "Completed Requests" +msgstr "" + +#: templates/reset_requests.html:63 +msgid "Rejected Requests" +msgstr "" + +#: templates/reset_requests.html:88 +msgid "No open reset requests." +msgstr "" + +#: templates/secret.html:2 +msgid "Secret" +msgstr "" + +#: templates/setup.html:2 +msgid "Admin Setup" +msgstr "" + +#: templates/setup.html:4 +msgid "Admin Account Setup" +msgstr "" + +#: templates/setup.html:22 +msgid "Create Admin" +msgstr "" + +#: templates/shop.html:5 +msgid "Deine Reward-Punkte:" +msgstr "" + +#: templates/shop.html:19 +msgid "Bought" +msgstr "" + +#: templates/shop.html:24 +msgid "Buy" +msgstr "" + +#: templates/support.html:5 +msgid "If you have any questions or need assistance, please contact us at:" +msgstr "" + +#: templates/support.html:6 +msgid "Github:" +msgstr "" + +#: templates/support.html:11 +msgid "Wipe Server" +msgstr "" + +#: templates/support.html:17 templates/support.html:24 +msgid "Title" +msgstr "" + +#: templates/support.html:18 +msgid "Describe your issue..." +msgstr "" + +#: templates/support.html:19 +msgid "Create Ticket" +msgstr "" + +#: templates/support.html:36 templates/support_thread.html:7 +msgid "Open" +msgstr "" + +#: templates/support.html:38 templates/support_thread.html:9 +msgid "Closed" +msgstr "" + +#: templates/support.html:43 +msgid "View" +msgstr "" + +#: templates/support_thread.html:23 +msgid "Write a message..." +msgstr "" + +#: templates/support_thread.html:24 +msgid "Send" +msgstr "" + +#: templates/support_thread.html:27 +msgid "Close Ticket" +msgstr "" + +#: templates/support_thread.html:30 +msgid "This ticket is closed." +msgstr "" + +#: templates/support_thread.html:39 +msgid "Back to Support" +msgstr "" + +#: templates/users.html:4 +msgid "All Users" +msgstr "" + +#: templates/users.html:20 +msgid "Request sent" +msgstr "" + +#: templates/users.html:22 +msgid "Request received" +msgstr "" + +#: templates/users.html:24 +msgid "Friend" +msgstr "" + +#: templates/users.html:27 +msgid "Add Friend" +msgstr "" + diff --git a/translations/en/LC_MESSAGES/messages.po b/translations/en/LC_MESSAGES/messages.po new file mode 100644 index 0000000..1cc095f --- /dev/null +++ b/translations/en/LC_MESSAGES/messages.po @@ -0,0 +1,1166 @@ +# English translations for PROJECT. +# Copyright (C) 2025 ORGANIZATION +# This file is distributed under the same license as the PROJECT project. +# FIRST AUTHOR , 2025. +# +msgid "" +msgstr "" +"Project-Id-Version: PROJECT VERSION\n" +"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" +"POT-Creation-Date: 2025-09-27 20:09+0200\n" +"PO-Revision-Date: 2025-09-27 20:09+0200\n" +"Last-Translator: FULL NAME \n" +"Language: en\n" +"Language-Team: en \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.17.0\n" + +#: main.py:34 +msgid "Please log in to access this page." +msgstr "" + +#: main.py:117 routes/discord.py:44 routes/login.py:46 routes/profile.py:56 +msgid "Passwords do not match." +msgstr "" + +#: main.py:119 routes/login.py:48 +msgid "Username already exists." +msgstr "" + +#: main.py:121 routes/login.py:50 +msgid "E-Mail already exists." +msgstr "" + +#: main.py:123 routes/discord.py:41 routes/login.py:52 routes/profile.py:53 +msgid "Password must be at least 8 characters long." +msgstr "" + +#: main.py:125 routes/login.py:54 routes/profile.py:44 +msgid "Invalid email address." +msgstr "" + +#: main.py:127 routes/login.py:56 routes/profile.py:38 +msgid "Invalid username. Only alphanumeric characters are allowed." +msgstr "" + +#: main.py:133 +msgid "Admin account created. You can now log in." +msgstr "" + +#: main.py:159 +msgid "Already purchased!" +msgstr "" + +#: main.py:167 +msgid "Not enough points!" +msgstr "" + +#: routes/admin.py:18 +msgid "All password reset requests have been deleted." +msgstr "" + +#: routes/admin.py:65 +msgid "Request rejected." +msgstr "" + +#: routes/admin.py:79 +msgid "Password too short." +msgstr "" + +#: routes/admin.py:115 +msgid "Post and associated files deleted." +msgstr "" + +#: routes/admin.py:123 +msgid "Cannot delete the owner account." +msgstr "" + +#: routes/admin.py:158 +msgid "User deleted." +msgstr "" + +#: routes/admin.py:160 +msgid "Cannot delete admin or user not found." +msgstr "" + +#: routes/admin.py:186 routes/notifications.py:14 +msgid "All notifications have been deleted." +msgstr "" + +#: routes/admin.py:196 +msgid "All events have been deleted." +msgstr "" + +#: routes/admin.py:214 +msgid "Upload deleted." +msgstr "" + +#: routes/admin.py:232 +msgid "All uploads have been deleted." +msgstr "" + +#: routes/admin.py:244 +msgid "No Points entered!" +msgstr "" + +#: routes/admin.py:252 +msgid "Points added!" +msgstr "" + +#: routes/admin.py:258 +msgid "Points removed!" +msgstr "" + +#: routes/admin.py:260 +msgid "The user has not enough points to take!" +msgstr "" + +#: routes/admin.py:286 +msgid "Owner cannot be removed!" +msgstr "" + +#: routes/admin.py:329 +msgid "All Data has been deleted." +msgstr "" + +#: routes/discord.py:24 +msgid "Logged in with Discord." +msgstr "" + +#: routes/discord.py:27 +msgid "No account linked with this Discord. Please register." +msgstr "" + +#: routes/discord.py:47 +msgid "Username already exists. Please Report It." +msgstr "" + +#: routes/discord.py:60 +msgid "Account created and logged in with Discord." +msgstr "" + +#: routes/discord.py:77 +msgid "Discord account linked!" +msgstr "" + +#: routes/discord.py:86 +msgid "Discord account unlinked!" +msgstr "" + +#: routes/friends.py:12 +msgid "You cannot add yourself as a friend." +msgstr "" + +#: routes/friends.py:16 +msgid "Friend request already sent." +msgstr "" + +#: routes/friends.py:31 +msgid "Friend request sent!" +msgstr "" + +#: routes/friends.py:47 +msgid "Friend request accepted!" +msgstr "" + +#: routes/friends.py:49 routes/friends.py:65 +msgid "Invalid friend request." +msgstr "" + +#: routes/friends.py:63 +msgid "Friend request rejected." +msgstr "" + +#: routes/friends.py:91 +msgid "Friendship ended." +msgstr "" + +#: routes/like.py:13 routes/like.py:34 routes/post.py:63 routes/post.py:75 +msgid "Post does not exist." +msgstr "" + +#: routes/like.py:26 +msgid "Post liked." +msgstr "" + +#: routes/like.py:40 +msgid "Like removed." +msgstr "" + +#: routes/login.py:20 +msgid "Logged in successfully." +msgstr "" + +#: routes/login.py:26 +msgid "Invalid username or password." +msgstr "" + +#: routes/login.py:33 +msgid "Logged out successfully." +msgstr "" + +#: routes/login.py:58 +msgid "Username must be between 3 and 20 characters long." +msgstr "" + +#: routes/login.py:64 +msgid "Registered successfully. You can now log in." +msgstr "" + +#: routes/login.py:77 +msgid "Reset request sent to admins." +msgstr "" + +#: routes/login.py:79 +msgid "No user with this email." +msgstr "" + +#: routes/post.py:23 routes/post.py:88 +msgid "Post content is too long. Please limit it to 250 characters." +msgstr "" + +#: routes/post.py:27 routes/post.py:92 +msgid "Post content is too long. Please limit it to 500 characters." +msgstr "" + +#: routes/post.py:31 +msgid "Post created!" +msgstr "" + +#: routes/post.py:51 +msgid "You have created a new post." +msgstr "" + +#: routes/post.py:66 routes/post.py:78 +msgid "You do not have permission to edit this post." +msgstr "" + +#: routes/post.py:132 +msgid "Your post has been updated." +msgstr "" + +#: routes/post.py:137 +msgid "Post updated!" +msgstr "" + +#: routes/post.py:192 +msgid "Your post has been deleted." +msgstr "" + +#: routes/post.py:197 +msgid "Post and all uploads deleted." +msgstr "" + +#: routes/post.py:199 routes/post.py:211 +msgid "Not allowed." +msgstr "" + +#: routes/post.py:209 +msgid "Comment deleted." +msgstr "" + +#: routes/post.py:221 +msgid "You have written a comment." +msgstr "" + +#: routes/profile.py:30 +msgid "Username and email cannot be empty." +msgstr "" + +#: routes/profile.py:35 +msgid "Username already taken." +msgstr "" + +#: routes/profile.py:47 +msgid "E-Mail already taken." +msgstr "" + +#: routes/profile.py:61 +msgid "No changes made." +msgstr "" + +#: routes/profile.py:64 +msgid "Profile updated." +msgstr "" + +#: routes/support.py:26 +msgid "Support request created!" +msgstr "" + +#: routes/support.py:28 +msgid "Title and message required!" +msgstr "" + +#: routes/support.py:44 +msgid "Ticket closed." +msgstr "" + +#: routes/support.py:58 +msgid "Comment added." +msgstr "" + +#: routes/support.py:60 +msgid "Message required!" +msgstr "" + +#: routes/support.py:74 +msgid "Support ticket deleted." +msgstr "" + +#: routes/support.py:76 +msgid "Ticket not found." +msgstr "" + +#: routes/user.py:22 +msgid "Profile picture deleted." +msgstr "" + +#: routes/user.py:45 +msgid "You have changed your profile picture." +msgstr "" + +#: routes/user.py:52 +msgid "Profile picture updated." +msgstr "" + +#: routes/user.py:59 +msgid "You cannot delete the owner account." +msgstr "" + +#: routes/user.py:62 +msgid "You cannot delete an admin account." +msgstr "" + +#: routes/user.py:97 +msgid "Account and all your data deleted." +msgstr "" + +#: templates/403.html:2 templates/base.html:106 templates/index.html:2 +msgid "Home" +msgstr "" + +#: templates/403.html:12 +msgid "" +"This page is not accessible to you, you do not have the permissions to " +"view it." +msgstr "" + +#: templates/403.html:13 +msgid "You can go back from the page." +msgstr "" + +#: templates/403.html:15 templates/index.html:18 templates/index.html:20 +msgid "Go to Feed" +msgstr "" + +#: templates/admin.html:2 templates/admin.html:45 +msgid "Admin" +msgstr "" + +#: templates/admin.html:4 templates/base.html:39 +msgid "Admin Panel" +msgstr "" + +#: templates/admin.html:8 templates/admin.html:39 templates/base.html:43 +#: templates/users.html:2 +msgid "Users" +msgstr "" + +#: templates/admin.html:11 +msgid "Posts" +msgstr "" + +#: templates/admin.html:14 templates/admin.html:133 +msgid "Friendships" +msgstr "" + +#: templates/admin.html:17 templates/admin.html:176 +msgid "Comments" +msgstr "" + +#: templates/admin.html:20 templates/admin.html:213 +msgid "Uploads" +msgstr "" + +#: templates/admin.html:23 templates/admin.html:250 templates/base.html:46 +#: templates/notifications.html:2 templates/notifications.html:6 +msgid "Notifications" +msgstr "" + +#: templates/admin.html:26 +msgid "Events" +msgstr "" + +#: templates/admin.html:29 templates/admin.html:297 +msgid "Shop Orders" +msgstr "" + +#: templates/admin.html:32 templates/admin.html:324 +msgid "Reward Points" +msgstr "" + +#: templates/admin.html:43 templates/admin.html:94 templates/admin.html:180 +#: templates/admin.html:221 templates/admin.html:258 templates/admin.html:301 +#: templates/admin.html:328 templates/reset_requests.html:11 +#: templates/reset_requests.html:42 templates/reset_requests.html:67 +msgid "User" +msgstr "" + +#: templates/admin.html:44 templates/edit_profile.html:11 +#: templates/profile.html:4 templates/register.html:14 templates/setup.html:11 +msgid "Email" +msgstr "" + +#: templates/admin.html:46 +msgid "Owner" +msgstr "" + +#: templates/admin.html:47 +msgid "Profile Pic" +msgstr "" + +#: templates/admin.html:48 templates/admin.html:98 templates/admin.html:184 +#: templates/admin.html:225 templates/admin.html:330 +#: templates/reset_requests.html:13 +msgid "Actions" +msgstr "" + +#: templates/admin.html:62 templates/profile.html:12 +msgid "Delete Picture" +msgstr "" + +#: templates/admin.html:69 templates/users.html:34 +msgid "Make Admin" +msgstr "" + +#: templates/admin.html:73 templates/users.html:38 +msgid "Remove Admin" +msgstr "" + +#: templates/admin.html:78 +msgid "Delete User" +msgstr "" + +#: templates/admin.html:90 +msgid "All Posts" +msgstr "" + +#: templates/admin.html:95 templates/admin.html:182 templates/edit_post.html:7 +msgid "Content" +msgstr "" + +#: templates/admin.html:96 templates/edit_post.html:16 +msgid "Visibility" +msgstr "" + +#: templates/admin.html:97 templates/admin.html:183 templates/admin.html:260 +#: templates/support.html:26 +msgid "Created" +msgstr "" + +#: templates/admin.html:114 templates/edit_post.html:18 templates/feed.html:18 +#: templates/feed.html:86 templates/my_posts.html:61 +msgid "Public" +msgstr "" + +#: templates/admin.html:116 templates/base.html:44 templates/friends.html:2 +msgid "Friends" +msgstr "" + +#: templates/admin.html:122 +msgid "Delete Post" +msgstr "" + +#: templates/admin.html:137 +msgid "User 1" +msgstr "" + +#: templates/admin.html:138 +msgid "User 2" +msgstr "" + +#: templates/admin.html:139 templates/support.html:25 +#: templates/support_thread.html:5 +msgid "Status" +msgstr "" + +#: templates/admin.html:161 +msgid "Accepted" +msgstr "" + +#: templates/admin.html:163 +msgid "Pending" +msgstr "" + +#: templates/admin.html:165 +msgid "Rejected" +msgstr "" + +#: templates/admin.html:181 templates/feed.html:21 +msgid "Post" +msgstr "" + +#: templates/admin.html:202 +msgid "Delete Comment" +msgstr "" + +#: templates/admin.html:215 +msgid "Delete All Uploads" +msgstr "" + +#: templates/admin.html:222 +msgid "Filename" +msgstr "" + +#: templates/admin.html:223 +msgid "Type" +msgstr "" + +#: templates/admin.html:224 +msgid "Uploaded" +msgstr "" + +#: templates/admin.html:236 templates/feed.html:55 templates/my_posts.html:32 +msgid "Download" +msgstr "" + +#: templates/admin.html:238 +msgid "Delete Upload" +msgstr "" + +#: templates/admin.html:251 +msgid "Are you sure you want to delete all notifications?" +msgstr "" + +#: templates/admin.html:252 +msgid "Delete All Notifications" +msgstr "" + +#: templates/admin.html:259 +msgid "Message" +msgstr "" + +#: templates/admin.html:278 +msgid "Recent Events" +msgstr "" + +#: templates/admin.html:279 +msgid "Are you sure you want to delete all events?" +msgstr "" + +#: templates/admin.html:280 +msgid "Delete All Events" +msgstr "" + +#: templates/admin.html:302 +msgid "Item" +msgstr "" + +#: templates/admin.html:329 templates/shop.html:17 +msgid "Points" +msgstr "" + +#: templates/admin.html:347 +msgid "Add Points" +msgstr "" + +#: templates/admin.html:350 +msgid "Remove Points" +msgstr "" + +#: templates/admin_set_password.html:2 +msgid "Set New Password" +msgstr "" + +#: templates/admin_set_password.html:4 +#, python-format +msgid "Set New Password for %(username)s" +msgstr "" + +#: templates/admin_set_password.html:7 +msgid "New Password" +msgstr "" + +#: templates/admin_set_password.html:10 templates/reset_requests.html:28 +msgid "Set Password" +msgstr "" + +#: templates/base.html:40 +msgid "Reset Requests" +msgstr "" + +#: templates/base.html:42 templates/base.html:51 templates/feed.html:2 +msgid "Feed" +msgstr "" + +#: templates/base.html:45 templates/my_posts.html:2 templates/my_posts.html:4 +msgid "My Posts" +msgstr "" + +#: templates/base.html:47 templates/profile.html:2 +msgid "Profile" +msgstr "" + +#: templates/base.html:48 +msgid "Logout" +msgstr "" + +#: templates/base.html:49 templates/support.html:2 templates/support.html:15 +msgid "Support" +msgstr "" + +#: templates/base.html:52 templates/index.html:16 templates/login.html:2 +#: templates/login.html:7 templates/login.html:18 templates/register.html:30 +#: templates/reset_password.html:17 +msgid "Login" +msgstr "" + +#: templates/base.html:53 templates/index.html:17 templates/login.html:21 +#: templates/register.html:2 templates/register.html:7 +#: templates/register.html:26 +msgid "Register" +msgstr "" + +#: templates/base.html:57 +msgid "Theme" +msgstr "" + +#: templates/base.html:90 +#, python-format +msgid "Welcome, %(username)s!" +msgstr "" + +#: templates/base.html:94 +msgid "You are logged in as an admin." +msgstr "" + +#: templates/base.html:107 templates/privacy_policy.html:2 +#: templates/privacy_policy.html:4 +msgid "Privacy Policy" +msgstr "" + +#: templates/base.html:108 templates/credits.html:2 templates/credits.html:4 +msgid "Credits" +msgstr "" + +#: templates/credits.html:5 +msgid "This project was developed by" +msgstr "" + +#: templates/credits.html:5 +msgid "Special thanks to all contributors and supporters." +msgstr "" + +#: templates/credits.html:6 +msgid "Translators:" +msgstr "" + +#: templates/credits.html:8 +msgid "German:" +msgstr "" + +#: templates/credits.html:9 +msgid "English:" +msgstr "" + +#: templates/credits.html:11 +msgid "" +"Special thanks to the open-source community for their invaluable " +"resources and tools." +msgstr "" + +#: templates/credits.html:12 +msgid "Design inspired by various open-source projects and communities." +msgstr "" + +#: templates/credits.html:13 +msgid "Backend powered by Flask and SQLAlchemy." +msgstr "" + +#: templates/credits.html:14 +msgid "Frontend built with Bootstrap and jQuery." +msgstr "" + +#: templates/credits.html:15 +msgid "Icons by FontAwesome and other open-source resources." +msgstr "" + +#: templates/credits.html:16 +msgid "Hosted on a secure and reliable platform." +msgstr "" + +#: templates/credits.html:17 +msgid "If you would like to contribute, please reach out to us." +msgstr "" + +#: templates/credits.html:18 templates/privacy_policy.html:14 +msgid "GitHub Repository" +msgstr "" + +#: templates/credits.html:19 templates/privacy_policy.html:15 +msgid "Thank you for using our application!" +msgstr "" + +#: templates/discord_register.html:2 +msgid "Discord Registration" +msgstr "" + +#: templates/discord_register.html:4 +msgid "Complete Registration" +msgstr "" + +#: templates/discord_register.html:5 +msgid "Welcome," +msgstr "" + +#: templates/discord_register.html:6 +msgid "Please set a password for your account:" +msgstr "" + +#: templates/discord_register.html:12 templates/login.html:14 +#: templates/register.html:18 templates/setup.html:15 +msgid "Password" +msgstr "" + +#: templates/discord_register.html:16 templates/register.html:22 +#: templates/setup.html:19 +msgid "Confirm Password" +msgstr "" + +#: templates/discord_register.html:19 +msgid "Create Account" +msgstr "" + +#: templates/discord_register.html:20 templates/edit_post.html:31 +msgid "Cancel" +msgstr "" + +#: templates/edit_post.html:2 templates/edit_post.html:4 +msgid "Edit Post" +msgstr "" + +#: templates/edit_post.html:9 templates/feed.html:7 +msgid "Limit: 250" +msgstr "" + +#: templates/edit_post.html:11 templates/feed.html:9 +msgid "Limit: 500" +msgstr "" + +#: templates/edit_post.html:19 templates/feed.html:19 templates/feed.html:84 +#: templates/my_posts.html:59 +msgid "Friends only" +msgstr "" + +#: templates/edit_post.html:23 +msgid "Upload Files" +msgstr "" + +#: templates/edit_post.html:28 templates/feed.html:16 +msgid "You can upload images, videos, audio files, or documents." +msgstr "" + +#: templates/edit_post.html:30 +msgid "Update Post" +msgstr "" + +#: templates/edit_post.html:35 +msgid "Current Uploads" +msgstr "" + +#: templates/edit_post.html:51 +msgid "No uploads found for this post." +msgstr "" + +#: templates/edit_profile.html:2 templates/edit_profile.html:4 +#: templates/profile.html:16 +msgid "Edit Profile" +msgstr "" + +#: templates/edit_profile.html:7 templates/login.html:10 +#: templates/register.html:10 templates/reset_password.html:10 +#: templates/setup.html:7 +msgid "Username" +msgstr "" + +#: templates/edit_profile.html:15 +msgid "New Password (optional)" +msgstr "" + +#: templates/edit_profile.html:19 +msgid "Confirm New Password" +msgstr "" + +#: templates/edit_profile.html:22 +msgid "Save" +msgstr "" + +#: templates/feed.html:11 +msgid "What's on your mind?" +msgstr "" + +#: templates/feed.html:25 +msgid "Please" +msgstr "" + +#: templates/feed.html:25 +msgid "log in" +msgstr "" + +#: templates/feed.html:25 +msgid "to create a post." +msgstr "" + +#: templates/feed.html:61 templates/my_posts.html:38 +msgid "Download Video" +msgstr "" + +#: templates/feed.html:64 templates/my_posts.html:41 +msgid "Download Audio" +msgstr "" + +#: templates/feed.html:70 templates/my_posts.html:47 +msgid "Like" +msgstr "" + +#: templates/feed.html:73 templates/my_posts.html:50 +msgid "Unlike" +msgstr "" + +#: templates/feed.html:77 templates/feed.html:107 templates/my_posts.html:53 +#: templates/my_posts.html:77 templates/notifications.html:25 +#: templates/support_thread.html:35 +msgid "Delete" +msgstr "" + +#: templates/feed.html:80 templates/my_posts.html:56 +msgid "Edit" +msgstr "" + +#: templates/feed.html:91 templates/my_posts.html:66 +msgid "Comment..." +msgstr "" + +#: templates/feed.html:95 +msgid "Please login to comment." +msgstr "" + +#: templates/feed.html:118 templates/my_posts.html:88 +msgid "No posts available." +msgstr "" + +#: templates/friends.html:4 +msgid "Your Friends" +msgstr "" + +#: templates/friends.html:16 +msgid "Remove Friend" +msgstr "" + +#: templates/friends.html:20 +msgid "No friends yet." +msgstr "" + +#: templates/friends.html:23 +msgid "Friend Requests" +msgstr "" + +#: templates/friends.html:36 +msgid "Accept" +msgstr "" + +#: templates/friends.html:39 templates/reset_requests.html:30 +msgid "Reject" +msgstr "" + +#: templates/friends.html:44 +msgid "No new requests" +msgstr "" + +#: templates/index.html:12 +msgid "" +"MiniFacebook is a minimalist social network for sharing posts, images, " +"and messages with friends." +msgstr "" + +#: templates/index.html:13 +msgid "Fast, simple, data-saving - and with" +msgstr "" + +#: templates/index.html:13 templates/index.html:37 +msgid "Dark Mode!" +msgstr "" + +#: templates/index.html:27 +msgid "About MiniFacebook" +msgstr "" + +#: templates/index.html:30 +msgid "Share posts, images & videos" +msgstr "" + +#: templates/index.html:31 +msgid "Friendships & notifications" +msgstr "" + +#: templates/index.html:32 +msgid "Modern" +msgstr "" + +#: templates/index.html:32 +msgid "Dark/Light Mode" +msgstr "" + +#: templates/index.html:33 +msgid "Open Source & privacy-friendly" +msgstr "" + +#: templates/index.html:36 +msgid "" +"is a private, data-saving network for you and your friends. No ads, no " +"data sharing - just fun in sharing and communicating." +msgstr "" + +#: templates/index.html:37 +msgid "Developed with love," +msgstr "" + +#: templates/login.html:22 +msgid "Forgot password?" +msgstr "" + +#: templates/login.html:27 templates/register.html:34 +msgid "Login with Discord" +msgstr "" + +#: templates/notifications.html:11 +msgid "Delete all" +msgstr "" + +#: templates/notifications.html:29 +msgid "No notifications" +msgstr "" + +#: templates/privacy_policy.html:5 +msgid "" +"Your privacy is important to us. This privacy policy explains how we " +"collect, use, and protect your information when you use our application." +msgstr "" + +#: templates/privacy_policy.html:6 +msgid "" +"We collect personal information that you provide to us, such as your " +"name, email address, and any other information you choose to share." +msgstr "" + +#: templates/privacy_policy.html:7 +msgid "" +"We use this information to provide and improve our services, communicate " +"with you, and personalize your experience." +msgstr "" + +#: templates/privacy_policy.html:8 +msgid "" +"We do not share your personal information with third parties without your" +" consent, except as required by law or to protect our rights." +msgstr "" + +#: templates/privacy_policy.html:9 +msgid "" +"We implement security measures to protect your information from " +"unauthorized access, alteration, disclosure, or destruction." +msgstr "" + +#: templates/privacy_policy.html:10 +msgid "" +"You have the right to access, correct, or delete your personal " +"information at any time. Please contact us if you wish to exercise these " +"rights." +msgstr "" + +#: templates/privacy_policy.html:11 +msgid "" +"We may update this privacy policy from time to time. We will notify you " +"of any changes by posting the new privacy policy on this page." +msgstr "" + +#: templates/privacy_policy.html:12 +msgid "" +"By using our application, you agree to the terms of this privacy policy. " +"If you do not agree, please do not use our application." +msgstr "" + +#: templates/privacy_policy.html:13 +msgid "" +"If you have any questions or concerns about this privacy policy, please " +"contact us." +msgstr "" + +#: templates/profile.html:8 +msgid "Upload Picture" +msgstr "" + +#: templates/profile.html:15 templates/shop.html:2 templates/shop.html:4 +msgid "Shop" +msgstr "" + +#: templates/profile.html:18 +msgid "Delete Account" +msgstr "" + +#: templates/profile.html:22 +msgid "Link Discord Account" +msgstr "" + +#: templates/profile.html:25 +msgid "Discord Linked" +msgstr "" + +#: templates/profile.html:28 +msgid "Unlink Discord" +msgstr "" + +#: templates/register.html:29 +msgid "Already have an account?" +msgstr "" + +#: templates/reset_password.html:2 templates/reset_password.html:7 +msgid "Reset Password" +msgstr "" + +#: templates/reset_password.html:14 +msgid "Request Reset" +msgstr "" + +#: templates/reset_requests.html:2 templates/reset_requests.html:5 +msgid "Password Reset Requests" +msgstr "" + +#: templates/reset_requests.html:6 +msgid "Delete All" +msgstr "" + +#: templates/reset_requests.html:12 templates/reset_requests.html:43 +#: templates/reset_requests.html:68 +msgid "Requested At" +msgstr "" + +#: templates/reset_requests.html:38 +msgid "Completed Requests" +msgstr "" + +#: templates/reset_requests.html:63 +msgid "Rejected Requests" +msgstr "" + +#: templates/reset_requests.html:88 +msgid "No open reset requests." +msgstr "" + +#: templates/secret.html:2 +msgid "Secret" +msgstr "" + +#: templates/setup.html:2 +msgid "Admin Setup" +msgstr "" + +#: templates/setup.html:4 +msgid "Admin Account Setup" +msgstr "" + +#: templates/setup.html:22 +msgid "Create Admin" +msgstr "" + +#: templates/shop.html:5 +msgid "Deine Reward-Punkte:" +msgstr "" + +#: templates/shop.html:19 +msgid "Bought" +msgstr "" + +#: templates/shop.html:24 +msgid "Buy" +msgstr "" + +#: templates/support.html:5 +msgid "If you have any questions or need assistance, please contact us at:" +msgstr "" + +#: templates/support.html:6 +msgid "Github:" +msgstr "" + +#: templates/support.html:11 +msgid "Wipe Server" +msgstr "" + +#: templates/support.html:17 templates/support.html:24 +msgid "Title" +msgstr "" + +#: templates/support.html:18 +msgid "Describe your issue..." +msgstr "" + +#: templates/support.html:19 +msgid "Create Ticket" +msgstr "" + +#: templates/support.html:36 templates/support_thread.html:7 +msgid "Open" +msgstr "" + +#: templates/support.html:38 templates/support_thread.html:9 +msgid "Closed" +msgstr "" + +#: templates/support.html:43 +msgid "View" +msgstr "" + +#: templates/support_thread.html:23 +msgid "Write a message..." +msgstr "" + +#: templates/support_thread.html:24 +msgid "Send" +msgstr "" + +#: templates/support_thread.html:27 +msgid "Close Ticket" +msgstr "" + +#: templates/support_thread.html:30 +msgid "This ticket is closed." +msgstr "" + +#: templates/support_thread.html:39 +msgid "Back to Support" +msgstr "" + +#: templates/users.html:4 +msgid "All Users" +msgstr "" + +#: templates/users.html:20 +msgid "Request sent" +msgstr "" + +#: templates/users.html:22 +msgid "Request received" +msgstr "" + +#: templates/users.html:24 +msgid "Friend" +msgstr "" + +#: templates/users.html:27 +msgid "Add Friend" +msgstr "" +