Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-08 | RelMe and Feed no longer configurable | Mark Felder | |
2020-09-08 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into unlisted | Mark Felder | |
2020-09-08 | docs: cheatsheet: add ForceBotUnlistedPolicy | Alibek Omarov | |
2020-09-07 | adapter options unification | Alexander Strizhakov | |
not needed options deletion | |||
2020-09-04 | Added cmake | Farhan Khan | |
2020-09-02 | Rich media: Add failure tracking | rinpatch | |
2020-08-28 | Add mention of sudo -Hu pleroma to docs | Shpuld Shpludson | |
2020-08-26 | Cheatsheet: Remove misleading example | lain | |
2020-08-25 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
frontend-bundles-downloads | |||
2020-08-25 | Merge branch 'docs/update-clients' into 'develop' | lain | |
clients.md: Remove Nekonium, Twidere-iOS, Feather; Add DashFE and BloatFE See merge request pleroma/pleroma!2914 | |||
2020-08-24 | clients.md: Remove Nekonium, Twidere-iOS, Feather; Add DashFE and BloatFE | Haelwenn (lanodan) Monnier | |
2020-08-19 | relay fix for admin-fe | Alexander Strizhakov | |
2020-08-18 | Merge branch '2064-image-blanking' into 'develop' | Haelwenn | |
Resolve "Make default image description blank" Closes #2064 See merge request pleroma/pleroma!2899 | |||
2020-08-18 | Merge branch 'freebsd-docs' into 'develop' | lain | |
FreeBSD installation process See merge request pleroma/pleroma!2887 | |||
2020-08-18 | Cheatsheet: Add information about filename descriptions | lain | |
2020-08-17 | Merge branch 'issue/1936' into 'develop' | lain | |
[#1936] Ability to search for banned MediaProxy URLs  See merge request pleroma/pleroma!2873 | |||
2020-08-17 | Merge branch ↵ | lain | |
'2046-default-restrict-unauthenticated-basing-on-instance-privacy' into 'develop' [#2046] Defaulted pleroma/restrict_unauthenticated basing on instance privacy Closes #2046 See merge request pleroma/pleroma!2890 | |||
2020-08-15 | [#2046] Added test for pleroma/restrict_unauthenticated defaults on private ↵ | Ivan Tashkinov | |
instance. Updated docs and changelog. | |||
2020-08-15 | Docs: Fix the way tabs are declared | rinpatch | |
Since python doesn't have a way to lock deps for a particlar project by default, I didn't bother with it. This resulted in mkdocs updating at some point, bringing a breaking change to how tabs are declared and broken tabs on docs-develop.pleroma.social. I've learned my lesson and locked deps with pipenv in pleroma/docs!5. This MR updates Pleroma docs to use the new tab style, fortunately my editor did most of it. Closes #2045 | |||
2020-08-14 | minor changes | Farhan Khan | |
2020-08-13 | Removed a trailing comment | Farhan Khan | |
2020-08-13 | Updates | Farhan Khan | |
2020-08-13 | more acme.sh updates | Farhan Khan | |
2020-08-13 | acme updates | Farhan Khan | |
2020-08-13 | Rearranging acme | Farhan Khan | |
2020-08-13 | Added comment | Farhan Khan | |
2020-08-13 | Minor patch update | Farhan Khan | |
2020-08-13 | acme.sh and netbsd to freebsd updates | Farhan Khan | |
2020-08-13 | Updated some more instruction specifics. | Farhan Khan | |
2020-08-13 | Updated ssl and domain name updates | Farhan Khan | |
Removed the reference to niaa | |||
2020-08-13 | Minor reorganization | Farhan Khan | |
2020-08-13 | Adding installation documentation for FreeBSD + rc.d script | Farhan Khan | |
2020-08-13 | Merge branch 'fix/activity-expirations-again' into 'develop' | feld | |
Fix activity expirations again See merge request pleroma/pleroma!2866 | |||
2020-08-13 | Merge branch 'develop' into issue/1936 | Maksim Pechnikov | |
2020-08-12 | Merge branch 'docs_improve_static_dir_documentation' into 'develop' | feld | |
Improve static_dir documentation See merge request pleroma/pleroma!2864 | |||
2020-08-12 | Update robots_txt.md | feld | |
2020-08-12 | Add the ActivityExpirationPolicy MRF to docs and clarify post expiration ↵ | Mark Felder | |
criteria. | |||
2020-08-12 | update docs | Maksim Pechnikov | |
2020-08-10 | Merge branch 'revert-a6d3bb5f' into 'develop' | lain | |
Revert "Merge branch 'issue/1023' into 'develop'" Closes #2033 See merge request pleroma/pleroma!2868 | |||
2020-08-10 | Merge branch 'develop' into 'develop' | lain | |
docs: add cmake to other installation guides Closes #2039 See merge request pleroma/pleroma!2870 | |||
2020-08-10 | docs: add cmake to other installation guides | Alibek Omarov | |
2020-08-10 | Docs: Add cmake dependency | lain | |
2020-08-10 | Revert "Merge branch 'issue/1023' into 'develop'" | lain | |
This reverts merge request !2763 | |||
2020-08-10 | Apply 1 suggestion(s) to 1 file(s) | Ilja | |
2020-08-10 | Apply 1 suggestion(s) to 1 file(s) | Ilja | |
2020-08-08 | Add mix task to add expiration to all local statuses | Egor Kislitsyn | |
2020-08-08 | Improve static_dir documentation | Ilja | |
* It was still written for From Source installs. Now it's both OTP and From Source * I linked to the cheatsheet where it was about configuration * I moved the mix tasks of the robot.txt section to the CLI tasks and linked to it * i checked the code at https://git.pleroma.social/pleroma/pleroma/-/blob/develop/lib/mix/tasks/pleroma/robotstxt.ex and it doesn't seem to more than just this one command with this option * I also added the location of robot.txt and an example to dissallow everything, but allow the fediverse.network crawlers * The Thumbnail section still linked to distsn.org which doesn't exist any more. I changed it to a general statemant that it can be used by external applications. (I don't know any that actually use it.) * Both the logo and TOS need an extra `static` folder. I've seen confusion about that in #pleroma so I added an Important note. | |||
2020-08-07 | Merge branch 'develop' into fix/ldap-auth-issues | Mark Felder | |
2020-08-07 | Docs: Remove wrong / confusing auth docs. | lain | |
2020-08-07 | Docs: Add OTP commands to frontend docs. | lain | |