Sascha Ißbrücker
eefbefd714
Enable workflow runs from pull requests
2024-03-16 07:19:40 +01:00
Jonathan Sundqvist
683cf529d7
Group ideographic characters in tag cloud ( #613 )
...
* Fix #588 , Ideographic characters should be grouped together.
Following the suggestion of using regex to find the ideographic
range in this SO answer https://stackoverflow.com/a/2718203/554903
We group the ideographic characters together, while keeping other
chinese, japanese and korean characters apart.
* cleanup
---------
Co-authored-by: Sascha Ißbrücker <sascha.issbruecker@gmail.com>
2024-03-16 07:09:37 +01:00
Sascha Ißbrücker
38204c87cf
Persist secret key in data folder ( #620 )
...
* Persist secret key in data folder
* use random secret key by default in prod
* fix e2e test
2024-01-28 23:58:03 +01:00
Sascha Ißbrücker
96ee4746ad
Fix JS bundle caching
2024-01-28 23:07:38 +01:00
Sascha Ißbrücker
d7c1afa2a5
Bump dependencies ( #618 )
...
* Bump dependencies
* Make it work with Python 3.10
* replace psycopg2-binary with psycopg2 in Docker build
2024-01-28 22:50:51 +01:00
Sascha Ißbrücker
16ed6ef200
Update CHANGELOG.md
2024-01-27 20:01:48 +01:00
Sascha Ißbrücker
98b9a9c1a0
Add black code formatter
2024-01-27 11:29:16 +01:00
Sascha Ißbrücker
6775633be5
Bump version
2024-01-27 10:58:21 +01:00
Jonathan Sundqvist
150dfecc6f
Support Open Graph description ( #602 )
...
* Support pytest for running tests
* Support extracting description from meta og:description property
* Revert changes to TOC
* Add test
---------
Co-authored-by: Sascha Ißbrücker <sascha.issbruecker@gmail.com>
2024-01-27 10:28:46 +01:00
Jonathan Sundqvist
81ae55bc1c
Add tooltip to truncated bookmark titles ( #607 )
...
* Add title to link so you can see the entire title when hover
* Tweak JS, styles
* Fix snapshot tests
---------
Co-authored-by: Sascha Ißbrücker <sascha.issbruecker@gmail.com>
2024-01-27 10:16:44 +01:00
Sascha Ißbrücker
935189ecc2
Improve bulk tag performance ( #612 )
2024-01-27 09:13:21 +01:00
JnsDornbusch
7997f20d89
Adjust archive.org donation link in general.html ( #603 )
...
Adjust archive.org donation link due to broken link.
2024-01-23 22:57:50 +01:00
Jonathan Sundqvist
ae27500cde
Bump playwright dependencies ( #601 )
2024-01-23 22:45:25 +01:00
Adam Shand
71d853999e
Add CapRover as managed hosting option ( #585 )
...
Add a note that I've created a one-click app for Linkding in CapRover (Scalable PaaS, automated Docker+nginx).
2024-01-23 22:37:51 +01:00
Sebastian Ruml
70288d6865
Increase tag limit in tag autocomplete ( #581 )
...
- increas tag limit to 5000
Co-authored-by: Sebastian Ruml <sebastian@sebastianruml.name>
2024-01-23 22:32:16 +01:00
Sascha Ißbrücker
e83d519cab
Bump version
2023-12-08 22:01:24 +01:00
Sascha Ißbrücker
6355d8dff1
Properly encode search query param ( #587 )
2023-12-08 21:53:54 +01:00
Sascha Ißbrücker
227cfdb063
Update CHANGELOG.md
2023-11-24 10:23:44 +01:00
Sascha Ißbrücker
2d4da099c7
Bump version
2023-11-24 09:33:36 +01:00
Sascha Ißbrücker
a9512b2333
Include archived bookmarks in export ( #579 )
2023-11-24 09:21:23 +01:00
Oleksandr Perepadia
47e944e6c5
Update README.md ( #574 )
...
* Update README.md
Correct Firefox addon links to direct to the English language page
* Update firefox addon links to not presume any language
2023-11-14 17:08:17 +01:00
Sascha Ißbrücker
6c7ce91d53
Add backup CLI command ( #571 )
2023-11-05 19:27:48 +01:00
Sascha Ißbrücker
87020de917
Add Alpine based Docker image (experimental) ( #570 )
...
* use alpine as base image
* try fix missing mime types
* Extract separate Dockerfile
* Restore playwright dev dependency
* Add info to README.md
2023-11-05 14:18:26 +01:00
Sascha Ißbrücker
a130daa0f0
Update backup docs
2023-11-05 13:53:08 +01:00
Sascha Ißbrücker
d7c68c2818
Update CHANGELOG.md
2023-11-04 12:26:30 +01:00
Sascha Ißbrücker
1daad2c86c
Bump version
2023-11-04 10:17:01 +01:00
dependabot[bot]
251def2583
Bump django from 4.1.10 to 4.1.13 ( #567 )
...
Bumps [django](https://github.com/django/django ) from 4.1.10 to 4.1.13.
- [Commits](https://github.com/django/django/compare/4.1.10...4.1.13 )
---
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>
2023-11-04 09:57:08 +01:00
Vitor Marçal
560769f068
Fix RSS feed not handling None values ( #569 )
...
Previously, the 'sanitize' function would throw an error when 'text' was None. This commit fixes the issue by adding a check to handle the case where 'text' is None, returning an empty string instead.
Closes #568
2023-11-04 09:56:06 +01:00
Sascha Ißbrücker
dc9799cc53
Update CHANGELOG.md
2023-10-27 21:18:08 +02:00
Sascha Ißbrücker
41c1b9ab84
Bump version
2023-10-27 20:06:25 +02:00
dependabot[bot]
2396c8fe99
Bump urllib3 from 1.26.17 to 1.26.18 ( #560 )
...
Bumps [urllib3](https://github.com/urllib3/urllib3 ) from 1.26.17 to 1.26.18.
- [Release notes](https://github.com/urllib3/urllib3/releases )
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst )
- [Commits](https://github.com/urllib3/urllib3/compare/1.26.17...1.26.18 )
---
updated-dependencies:
- dependency-name: urllib3
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-27 20:00:14 +02:00
Sascha Ißbrücker
de328c78e2
Sanitize RSS feed to remove control characters ( #565 )
2023-10-27 19:59:06 +02:00
Strubbl
314e4a9b74
Add feed2linkding to community section ( #544 )
...
* Update README.md
add feed2linkding
* Update README.md
sort feed2linkding in the list
2023-10-14 00:25:44 +02:00
Sascha Ißbrücker
ff400a79ec
Disable editing of search preferences in user admin ( #555 )
2023-10-14 00:05:27 +02:00
Sascha Ißbrücker
f4fcb96b5e
Update README.md
2023-10-11 18:16:47 +02:00
Sascha Ißbrücker
daab772971
update ios shortcut how-to
2023-10-07 18:02:07 +02:00
Sascha Ißbrücker
64c81ea565
rename ios shortcut
2023-10-07 17:58:01 +02:00
Sascha Ißbrücker
1dd19e8fa2
add ios shortcut
2023-10-07 17:36:54 +02:00
andrewdolphin
dd3699cdeb
Add iOS shortcut to community section ( #550 )
...
* Update README.md
* Update README.md
* Update README.md
---------
Co-authored-by: Sascha Ißbrücker <sascha.issbruecker@googlemail.com>
2023-10-07 16:41:12 +02:00
dependabot[bot]
f9c9d17873
Bump urllib3 from 1.26.11 to 1.26.17 ( #542 )
...
Bumps [urllib3](https://github.com/urllib3/urllib3 ) from 1.26.11 to 1.26.17.
- [Release notes](https://github.com/urllib3/urllib3/releases )
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst )
- [Commits](https://github.com/urllib3/urllib3/compare/1.26.11...1.26.17 )
---
updated-dependencies:
- dependency-name: urllib3
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-07 10:30:53 +02:00
Sascha Ißbrücker
5c9f03a715
Fix search options not opening on iOS ( #549 )
...
* Fix search options not opening on iOS
* cleanup
2023-10-07 10:24:09 +02:00
Sascha Ißbrücker
7600fe87f9
Bump version
2023-10-06 23:35:17 +02:00
Sascha Ißbrücker
f756e28daf
Fix memory leak with SQLite ( #548 )
2023-10-06 23:29:29 +02:00
Sascha Ißbrücker
1e10d7eb4a
Bump docker node version
2023-10-03 18:08:23 +02:00
Sascha Ißbrücker
ccf8e03571
Update CHANGELOG.md
2023-10-01 22:19:39 +02:00
Sascha Ißbrücker
30708cc5e3
Bump version
2023-10-01 22:05:02 +02:00
Sascha Ißbrücker
3e4f08f51b
Add user profile endpoint ( #541 )
...
* feat: Implement UserProfile serializer and add API endpoint per #457
* chore: Document API addition
* Address review comments
---------
Co-authored-by: fkulla <mail@florian.direct>
2023-10-01 21:57:32 +02:00
Sascha Ißbrücker
41f79e35a0
Allow saving search preferences ( #540 )
...
* Add indicator for modified filters
* Rename shared filter values
* Add update search preferences handler
* Separate search and preferences forms
* Properly initialize bookmark search from get or post
* Add tests for applying search preferences
* Implement saving search preferences
* Remove bookmark search query alias
* Use search preferences as default
* Only show save button for authenticated users
* Only show modified indicator if preferences are modified
* Fix overriding search preferences
* Add missing migration
2023-10-01 21:22:44 +02:00
Sascha Ißbrücker
4a2642f16c
Update CHANGELOG.md
2023-09-26 09:24:49 +02:00
Sascha Ißbrücker
e70315ed26
Test that bookmark actions URL is encoded
2023-09-26 08:34:43 +02:00