Commit Graph
21 Commits
Author SHA1 Message Date
some weird guy 3d9be1f95f stuff 2023-10-19 16:16:35 -07:00
some weird guy e5c99e0248 File sharing update (requires migrations for existing databases)
There are a bunch of migration files that have been thrown into the repository. Sadly, migrating is a huge pain in the fucking ass, you may need to rollback your database or god knows what.

- did not add change logs too lazy
2023-10-16 15:22:41 -07:00
some weird guy a557facd3f CSS crap 2023-09-30 17:39:28 -07:00
some weird guy 0a1ba0a40a The checkerboard SVG looks fucked up on mobile. 2023-09-29 15:06:02 -07:00
some weird guy e572f997d2 pain
- Added list_filter in admin.py for more models.
- IP bans now work when not signed in
- Invites are void if you are banned or disabled.
- Removed Discord video support (it was a pointless feature)
- Various HTML changes
- Made the theme much darker.
- Changed the color of the logo and favicon.

Too lazy to change the rest of the assets for now.
2023-09-29 14:41:44 -07:00
some weird guy bdab42a155 Bug fixes, Additional admin shit, removal of is_active
Django handles is_active for you, If your account is disabled, The site will act as if you are not authenticated.  This means that all is_active checks are now pointless.

- Fixed C-Token deduction
- Removed is_active middleware
- Removed check for signup_addr when signing up
- Removed is_active logout message
- Added lazy asf check that makes a profile for you if one is not found.
- Removed community owner exception for rank_needed_to_post
- Removed unused permission thing
- Improved the admin interface even more.
2023-09-16 15:43:30 -07:00
some weird guy a9bf3179f1 bruh
- Fixed duplicate image uploading bug (i think)
- changing community settings now redirects you, same with creating a community.
2023-09-04 21:17:50 -07:00
some weird guy f381d1d1af deez 2023-08-29 11:56:34 -07:00
some weird guy 7909335304 CSS changes, stupid ass typo fixed, ban history is sorted properly. 2023-08-26 14:04:30 -07:00
some weird guy 60ff989332 Admins can edit bans now. 2023-08-25 16:51:04 -07:00
some weird guy ca09f3295b Login page moved to forms.py, New warning and ban system, a bunch of other shit.
- Change password page from profile settings has been moved over to forms.py
- Login page has been moved over to forms.py. There is no JavaScript right now, however it is still functional.
-Profile_tools_Form has been altered to remove a few unneeded fields that administrators don't need to mess with.
- warned_reason and warned fields are gone from User_tools_Form and will be removed from models.py at a later point.

- a new ban system has been implemented. While bans are still incomplete and lack capabilities to ban IP addresses as of right now, the groundwork is now here and those features can be added later.
- manage_bans page was added.

- A new warning system has been implemented. If a Warning is created, a notification is created automatically with it.  A warning notification replaces the "new announcement" notification type.
- Warning notifications are larger and stand out compared to normal notifications
- When posting, commenting or messaging someone, a check is performed to make sure you've seen the warning notification.
- manage_warnings page was added. This page will also show you the warning history.

- help_text was added to a bunch of fields.
2023-08-23 16:47:28 -07:00
some weird guy 1b33a2aad1 oh god
- Merge with closedverse-video-support
- user_tools moved to forms.py
- community_tools moved to forms.py
2023-08-19 17:17:00 -07:00
some weird guy 74ef0db34c Finished the merge, Disabling comments, Community bans. 2023-08-12 14:55:51 -07:00
some weird guy 46844a7cfb hmm
User created communities are now sorted by posts. Some small bug fixes, changed lazy error messages.
2023-08-09 12:37:48 -07:00
some weird guy a7828ce97c Fixing broken CSS, HTML changes, invite page is hidden if turned off, mods can revoke invite privileges. 2023-08-03 17:15:00 -07:00
some weird guy 0d30171496 Invite only setting, stolen code, bunch of other random shit. 2023-08-01 06:32:59 -04:00
some weird guy 71d8b5fff4 Removed MOTDs, Allowed mods and staff to edit communities. 2023-07-27 20:56:43 -07:00
some weird guy 700b722736 Cutting away the fat
Removed the gender selection thing as it was pointless, also trimmed the fat for the MOTDs and welcome messages.
2023-07-25 20:59:06 -07:00
some weird guy da063030ea The font will show on all browsers now 2023-07-25 15:12:14 -07:00
some weird guy 5116c0c3a9 SVG Logo added
SVG images can be scaled without any loss in quality.
2023-07-25 13:43:46 -07:00
some weird guy ecd8d3b1b7 The first steps or whatever
balls
2023-02-08 18:33:16 -08:00