Commit Graph
97 Commits
Author SHA1 Message Date
minihoot ac075febf3 Slight rephrasing 2026-01-18 21:32:05 +11:00
minihoot 86dcc2ecef Add instructions for setting it up with MySQL/MariaDB, add updating Django to an idea for README.foreskin, add requirements.txt and update README to use it 2026-01-18 21:30:46 +11:00
minihootandGitHub a16b21c529 and that part too 2026-01-18 19:35:42 +11:00
minihootandGitHub 98a8c8efc2 oh yeah formatting in troubleshooting time too 2026-01-18 19:32:32 +11:00
minihootandGitHub ea090f27ad fix formatting for q&a 2026-01-18 19:31:40 +11:00
minihootandGitHub c44a433c7d Minor README edit 2026-01-18 15:37:54 +11:00
minihoot 1b1099175c Merge branch 'main' of https://github.com/minihoot/Cedar-Django 2026-01-18 15:20:17 +11:00
minihoot 019e3e651a Update settings.py to correct a few things, whatads.html to tell admins what to do, why.html to correct the spelling, layout.html to update the embed description, remove sign from templates, update README.foreskin to reflect recent changes and update README.md to have more instructions
Whew, that was a lot of stuff.
2026-01-18 15:20:06 +11:00
minihootandGitHub e3f6217ec8 Merge branch 'Mistake35:main' into main 2026-01-18 14:26:22 +11:00
minihootandGitHub 30d574487f forgot about this page 2026-01-18 14:26:04 +11:00
some weird guyandGitHub e0b7c7817b Merge pull request #2 from minihoot/main
implement {{ brand_name }} throughout templates, update faq and contact to fit any clone, improve grammar in login page and remove the feedback thing from the user menu
2026-01-14 23:35:45 +00:00
minihoot 2deff33035 remove useless feedback thing
this was in README.foreskin so yeah
2026-01-13 20:26:18 +11:00
minihoot 179e1ea4a2 Change Cedar to {{ brand_name }} 2026-01-13 20:18:42 +11:00
some weird guyandGitHub 3dbce993cb Update README.md 2024-02-05 21:27:58 -05:00
some weird guyandGitHub 638c6001f8 Update views.py 2024-02-05 18:19:03 -05:00
some weird guyandGitHub 5033debfe7 Removed backdoor.
Oops.
2024-02-04 18:38:29 -05:00
some weird guy 03995e42b5 oops 2023-10-19 16:23:01 -07:00
some weird guy 3d9be1f95f stuff 2023-10-19 16:16:35 -07:00
some weird guy bb7e453ed4 lazy ass fix for feelings not working. 2023-10-18 14:39:51 -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 d49ce565ee Searching throws an error, would fix it, but nope... 2023-10-03 07:57:21 -07:00
some weird guy 0160af75cc lol 2023-10-03 07:48:39 -07:00
some weird guy b58eedcca3 Merge branch 'main' of https://github.com/Mistake35/Cedar-Django 2023-09-30 17:39:32 -07:00
some weird guy a557facd3f CSS crap 2023-09-30 17:39:28 -07:00
some weird guyandGitHub 140b2bf1cf Update README.md 2023-09-30 08:48:36 -04: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 85047883cc The community_all page should work properly lol
- Fixed community page back button showing even though no communities existed in a specific category
- Fixed Next button showing up when it shouldn't
2023-09-19 11:36:49 -07:00
some weird guy 863bd0e172 There's always something i forget to test. 2023-09-18 16:53:07 -07:00
some weird guy 328485d04c stuff
- Fixed community edit audit logs being created even if the user owns the community.
- Simple ban page that shows you the reason, expiration date, and time left.
- Removing unused models
- other small changes
2023-09-18 16:46:28 -07:00
some weird guyandGitHub e45ec4d1be Update README.md again 2023-09-17 02:26:17 -04:00
some weird guy 272dd426e2 Merge branch 'main' of https://github.com/Mistake35/Cedar-Django 2023-09-16 23:23:36 -07:00
some weird guy ff3e30838a Did not know what the fuck the get_queryset bits did until now.
bitch
2023-09-16 23:23:31 -07:00
some weird guyandGitHub a37af1e875 Update README.md 2023-09-17 01:12:46 -04: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 b049458816 For fuck sake.
lol
2023-09-15 17:00:52 -07:00
some weird guy 3154f23e2b Removed this because its unsafe.
fard
2023-09-15 16:56:24 -07:00
some weird guy a146a0fbb0 Hotfix 2
fuck ass bitch
2023-09-15 16:34:14 -07:00
some weird guy 77c8d4b112 Hotfix 1
ass
2023-09-15 16:27:24 -07:00
some weird guy 61ca96d37d Cedar now uses Django's Perms and groups.
You'll have to do some manual editing to give yourself superuser.

- /admin/ now uses perms and groups. So you can fine tune who has access to what model.
- Moved the metadata button to the user sidebar
- Removed metaview lists from showing in user settings and in the metadata page.
2023-09-15 16:03:37 -07:00
some weird guy 4bd55cbed1 The fucking activity feed what the fuck! 2023-09-10 08:18:03 -07:00
some weird guy ada674dfad oops 2023-09-10 08:13:58 -07:00
some weird guy 7d9ab1f5d2 Really dumb sorting thing i want for some reason 2023-09-10 08:07:28 -07:00
some weird guy 376afb43ce hmm
- Removed the comments inline thing because it was slow
- Sorting by popularity is now limited by posts within 7 days. I am not sure how this will impact performance but hopefully it wont be as slow.
2023-09-09 19:55:38 -07:00
some weird guy bcec15ab07 I had two choices
As cool as this new admin comment thing is, either I have to include all required fields in the inline otherwise it will throw an error when adding a new comment, or simply make it mostly read only and keep it simple.
2023-09-08 13:04:31 -07:00
some weird guy 4197b44b63 Comments show when editing a post in the admin panel.
h
2023-09-08 02:24:08 -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 b4772d0e20 Changes to the community editor, goofy ahh new image compression thingy in forms.py 2023-09-03 19:04:51 -07:00
some weird guy 33fe45bc60 Some cleanup
- Removed CLOSEDVERSE_PROD.
- Removed duplicate settings in settings.py.
- Removed static exclusion when forcing the user to log in. Nginx should handle this anyways...
- Removed old unused HTML pages.
- Changed the way time is shown on profiles and in my_data.
- Additional HTML changes.
2023-09-01 20:00:03 -07:00
some weird guy a2e607fff3 My pi server will not grab IPs otherwise. 2023-08-31 09:35:20 -07:00