Adding linklater to community projects#1002
Merged
Merged
Conversation
Adding android client linklater to community projects md. Fixes sissbruecker#741
krzysztofjeziorny
added a commit
to krzysztofjeziorny/linkding
that referenced
this pull request
Mar 10, 2025
* Add REST endpoint for uploading snapshots from the Singlefile extension (sissbruecker#996) * Extract asset logic * Allow disabling HTML snapshot when creating bookmark * Add endpoint for uploading singlefile snapshots * Add URL parameter to disable HTML snapshots * Allow using asset list in base Docker image * Expose app version through profile * Add Telegram bot to community section (sissbruecker#1001) add my telegram bot project to send bookmarks directly to Linkding. * Add linklater to community section (sissbruecker#1002) Adding android client linklater to community projects md. Fixes sissbruecker#741 * Update build job * Add bookmark assets API (sissbruecker#1003) * Add list, details and download endpoints * Avoid using multiple DefaultRoute instances * Add upload endpoint * Add docs * Allow configuring max request content length * Add option for disabling uploads * Remove gzip field * Add delete endpoint * Update build job * Update build job * Update version * Update version * Add documentation for archiving web pages (sissbruecker#1004) * fix path context * Bump version * Update api.md * Add docs for auto tagging (sissbruecker#1009) * Bump django from 5.1.5 to 5.1.7 (sissbruecker#1007) Bumps [django](https://github.com/django/django) from 5.1.5 to 5.1.7. - [Commits](django/django@5.1.5...5.1.7) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Remove some duplication in bookmark routes * Move e2e tests * Merge siteroot application * Remove duplicate URL calls in settings nav * Fix some type hints * Extract access checks * Fix E2E job * Move more logic into bookmark form --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Sascha Ißbrücker <sascha.issbruecker@googlemail.com> Co-authored-by: jvt <jac.valtorta@gmail.com> Co-authored-by: Nick Sartor <6578903+nsartor@users.noreply.github.com> Co-authored-by: Sascha Ißbrücker <sascha.issbruecker@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adding android client linklater to community projects md. Fixes #741