1
0
Fork 0

Compare commits

..

27 Commits

Author SHA1 Message Date
hnrd 17a6c3931d Link legal notice
local jurisdiction requires a prominent link to a legal notice at the frontpage.
2023-10-08 10:37:14 +02:00
hnrd e860abb64b allow 30 char usernames
raise maximum username length, because why not?
2023-10-08 10:36:19 +02:00
hnrd 13995f0612 disable beagle service
beagle is a remote API service provided by dansup and used for centralised lookups.
Using the beagle service without users explicit consent violates GDPR.
As it's not configurable at the moment this patch disables remote communication with beagle.
2023-10-08 10:32:53 +02:00
hnrd 812e130d0e point to modified sourcecode
as per AGPL license of original source, modifications must be disclosed.
2023-10-08 10:32:46 +02:00
hnrd 2e602bea61 hardcode discovery settings
force enable discovery (as dynamic settings are not saved properly)
2023-10-08 10:27:34 +02:00
hnrd 983309a3f9 remove IP logging
Replace unneeded logging of IPs and User-Agent strings with meaningless static data.
2023-10-08 10:25:54 +02:00
Daniel Supernault 6f6ebe7d43 Update changelog 2023-10-08 10:25:54 +02:00
Daniel Supernault 0b43367a2a Update compiled assets 2023-10-08 10:25:54 +02:00
Daniel Supernault 8d24020dc5 Update PostContent, add text cw warning 2023-10-08 10:25:54 +02:00
Daniel Supernault 4ff229bce0 Update changelog 2023-10-08 10:25:54 +02:00
Daniel Supernault 1c92daf925 Update compiled assets 2023-10-08 10:25:54 +02:00
Daniel Supernault 18004040aa Update timeline settings, add photo reblogs only option 2023-10-08 10:25:54 +02:00
Daniel Supernault 92e030de86 Update SettingsController, add photo_reblogs_only setting 2023-10-08 10:25:54 +02:00
Daniel Supernault 97d5aea697 Update changelog 2023-10-08 10:25:54 +02:00
Daniel Supernault fd766b00cb Update compiled assets 2023-10-08 10:25:54 +02:00
Daniel Supernault 536912d237 Update Timeline component, improve reblog support 2023-10-08 10:25:54 +02:00
Daniel Supernault 925f5e8df2 Update SharePipeline 2023-10-08 10:25:54 +02:00
Daniel Supernault ec335288df Update SharePipeline 2023-10-08 10:25:54 +02:00
Daniel Supernault e15cb221db Update ApiV1Controller, hydrate reblog state in home timeline 2023-10-08 10:25:54 +02:00
Daniel Supernault bf2b1a003d Update changelog 2023-10-08 10:25:54 +02:00
Daniel Supernault 45bdd410fb Update compiled assets 2023-10-08 10:25:54 +02:00
Daniel Supernault 40b875e21e Update Timeline component 2023-10-08 10:25:54 +02:00
Daniel Supernault e1255c07fb Update ApiV1Dot1Controller 2023-10-08 10:25:54 +02:00
Daniel Supernault 0bc4b457f5 Update timeline settings 2023-10-08 10:25:54 +02:00
Daniel Supernault 0632034c40 Update SettingsController 2023-10-08 10:25:54 +02:00
Daniel Supernault 4ad484d691 Update StatusStatelessTransformer, allow unlisted reblogs 2023-10-08 10:25:54 +02:00
Daniel Supernault 0e72d557fe Update admin users view, fix website value. Closes #4557 2023-10-08 10:25:54 +02:00
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
</div>
<hr>
<section>
<p class="lead">This website runs a modified version of the Pixelfed software, which you can find on <a href="https://github.com/hnrd/pixelfed/">Github</a> (original, unmodified software: <a href="https://github.com/pixelfed/pixelfed/">here on Github</a></p>
<p class="lead">This website runs a modified version of the Pixelfed software, which you can find on <a href="https://git.zknt.org/chris/pixelfed/">Git</a> (original, unmodified software: <a href="https://github.com/pixelfed/pixelfed/">here on Github</a></p>
</section>
@endsection