1
0
mirror of https://gitlab.com/brutaldon/brutaldon.git synced 2024-12-04 14:46:24 -05:00
Commit Graph

646 Commits

Author SHA1 Message Date
Dorian Vertumna
a2b9d194fe Merge branch 'main' into 'main'
Reverting changes made by dorian

See merge request brutaldon/brutaldon!15
2024-10-25 14:14:18 +00:00
Dorian Vertumna
dfd43acbfe Merge branch brutaldon:main into main 2024-10-25 14:11:41 +00:00
Dorian Wood
2b567ef860 Reverting breaking changes by dorian
This reverts commit e03144c2e9.
2024-10-25 10:09:05 -04:00
Dorian Wood
fec3e4b7c2 Trying to revert and fix breaking changes 2024-10-25 10:04:51 -04:00
Dorian Wood
332839f1d3 reseting to an old commit, I made breaking changes 2024-10-25 09:22:35 -04:00
Dorian Wood
e935364f1d Merge branch 'working-search' 2024-10-23 17:04:53 -04:00
Dorian Wood
83e31008fe moving avatars in the document structure 2024-10-23 16:43:40 -04:00
Dorian Wood
18526befb0 changing django version to 4.2 from 3.2 2024-10-23 16:42:14 -04:00
Dorian Wood
41588c42ef moving icons. needs polish 2024-09-22 16:10:18 -04:00
Dorian Wood
f9981670f2 removing toot form from timeline views
it was set up to add an extra h1 tag in the document,
which is bad practice. The easiest path forward was simply
to remove it.
2024-09-20 10:20:57 -04:00
Dorian Wood
76fbc426d0 trying to get search working 2024-09-14 18:59:45 -04:00
Dorian Wood
656155eb4e refinessing the css. center column works again 2024-09-13 22:11:00 -04:00
Dorian Vertumna
17b3193060 Merge branch 'main' into 'main'
Brutal CSS Strip

See merge request brutaldon/brutaldon!14
2024-07-23 16:34:52 +00:00
Dorian Wood
03ce1b8475 final commit before launching the css strip 2024-07-23 12:28:34 -04:00
Dorian Wood
ae1d72553b Removing old themes that are no longer used 2024-06-04 09:13:17 -04:00
Dorian Wood
8f23c117b9 adding debug toolbar, stripping out unused themes 2024-05-26 11:39:47 -04:00
Dorian Wood
c59013c6f6 adding <hr> to improve readability 2024-04-25 10:29:35 -04:00
Dorian Wood
904dadfc2b Moved reblogger avatar, now located next to "reblogged by" 2024-04-25 10:28:06 -04:00
Dorian Wood
51ebfee3a1 adjusting templates to use new css 2024-04-25 10:27:30 -04:00
Dorian Wood
0a1558df68 Using Simple css. A Css framework that targets semantic html. 2024-04-25 10:26:51 -04:00
Dorian Wood
834324813b Remove all css classes and id in templates.
imo brutal css addresses semantic html only, using classes
as a last resort.
2024-04-18 15:57:42 -04:00
Dorian Wood
c240f37c81 Brief updates 2024-04-17 16:29:05 -04:00
Dorian Wood
20065ed631 making fullbrutalism css black and white only
The grey is interesting, but feels like an attempt to mimic websites of the
90's.
I think FullBrutalism theme is more appropriately a:
Display close to what it would look like in a text browser.
2024-04-01 13:10:06 -04:00
Dorian Vertumna
feb6a73a5c Merge branch brutaldon:main into main 2024-03-17 17:24:16 +00:00
Dorian Wood
2ed5ec873b Update aesthetic section in README 2024-03-16 14:05:42 -04:00
Dorian Wood
0b98ee9a23 more documnetation tidbits 2024-03-16 14:05:27 -04:00
Dorian Vertumna
28aae9942a Merge branch 'accessibility' into 'main'
Modified header tags

See merge request brutaldon/brutaldon!12
2024-03-15 23:12:26 +00:00
Dorian Wood
c4db4db3ba Updating documentation efforts. 2024-03-13 18:20:21 -04:00
Dorian Wood
884f995f6e Adding comments in code. 2024-03-13 18:16:53 -04:00
Dorian Wood
e03144c2e9 Modified header tags
There is now a single h1 tag. User posting forms and the timeline
are in their own h2, and individual posts are in an h3 made around
the toot title.
2023-08-01 11:16:44 -04:00
DJ Sundog
9768c08466 Merge branch 'fix/support-gts' into 'main'
pin bleach dep to 4.1, disable mastodon version checks

See merge request brutaldon/brutaldon!11
2023-02-03 17:28:45 +00:00
David Quick
fdfb7bb93e pin bleach dep to 4.1, disable mastodon version checks 2023-02-03 12:15:54 -05:00
DJ Sundog
b9e064967c Merge branch 'main' into 'main'
require Django 3.x for compatibility

See merge request brutaldon/brutaldon!7
2022-11-14 14:53:02 +00:00
franklint
397306a8d9 require Django 3.x for compatibility 2022-11-12 19:04:30 +00:00
DJ Sundog
8b147bbc16 Merge branch 'fix-default-field-warning' into 'main'
Deploy CI Pipeline for tests

Closes #19

See merge request brutaldon/brutaldon!6
2021-08-03 15:20:35 +00:00
DJ Sundog
19b4e56007 Merge branch 'show-local-only' into 'main'
Added local-only toot display support

Closes #21

See merge request brutaldon/brutaldon!5
2021-08-03 15:19:14 +00:00
Zachery Bohon
2131b9da3f Add .gitlab-ci.yml 2021-08-03 04:45:35 +00:00
Zac Bohon
badd8922fb Added DEFAULT_AUTO_FIELD to settings.py
Resolves warnings thrown by PyTest.

see https://dev.to/weplayinternet/upgrading-to-django-3-2-and-fixing-defaultautofield-warnings-518n
2021-08-02 23:41:36 -05:00
Zac Bohon
cdc199532d Added local-only toot display support
If the API returns a toot with the local_only property set to true:
Adds a "(local only)" text to the visibility.
Tested to work on Glitch-Soc and Hometown, and not break on Vanilla
2021-08-02 16:50:38 -05:00
DJ Sundog
6d7d8d936a Merge branch 'add-rel-attribute' into 'main'
Added rel attributes to the next and prev links

Closes #4

See merge request brutaldon/brutaldon!4
2021-08-01 20:39:25 +00:00
Zac Bohon
06d306ce2b Added rel attributes to the next and prev links 2021-08-01 15:37:06 -05:00
DJ Sundog
13761e6125 Merge branch 'fix-source-link' into 'main'
fix the html templates to point to gitlab repo

See merge request brutaldon/brutaldon!3
2021-08-01 20:19:49 +00:00
Zac Bohon
287e2fc19c Change the html templates to point to gitlab repo 2021-08-01 15:14:29 -05:00
Zac Bohon
9981d0ff38 Added email address to CoC 2021-08-01 11:00:27 -05:00
DJ Sundog
5f97d9fccd Merge branch 'contributing-doc' into 'main'
Add CONTRIBUTING.md

Closes #2

See merge request brutaldon/brutaldon!2
2021-08-01 14:41:37 +00:00
DJ Sundog
38904d4628 Merge branch 'code-of-conduct' into 'main'
Added CODE_OF_CONDUCT.md

Closes #1

See merge request brutaldon/brutaldon!1
2021-08-01 14:39:12 +00:00
Zachery Bohon
11df272d5d Add CONTRIBUTING.md 2021-08-01 06:50:28 +00:00
Zachery Bohon
0b51f6b390 Added CODE_OF_CONDUCT.md 2021-08-01 06:35:08 +00:00
DJ Sundog
ba0d0f2df0 Update README.md to refer to new primary repo and remove former maintainer's tip jar 2021-08-01 00:56:41 +00:00
Jason McBrayer
e6c5273a2f Bump version number for pleroma features 2020-07-08 13:26:11 -04:00