Sascha Ißbrücker
92f62d3ded
Fix CSS sub-pixel issues
2024-03-29 20:49:07 +01:00
Sascha Ißbrücker
9c48085829
Add bookmark details view ( #665 )
...
* Experiment with bookmark details
* Add basic tests
* Refactor details into modal
* Implement edit and delete button
* Remove slide down animation
* Add fallback details view
* Add status actions
* Improve dark theme
* Improve return URLs
* Make bookmark details sharable
* Fix E2E tests
2024-03-29 12:37:20 +01:00
Sascha Ißbrücker
77e1525402
Fix flaky E2E tests
2024-03-24 22:16:09 +01:00
Sascha Ißbrücker
9df80e01de
Add option for showing bookmark description as separate block ( #663 )
...
* Add option for showing bookmark description as separate block
* Use context
2024-03-24 21:31:15 +01:00
Sascha Ißbrücker
ec34cc523f
Run formatter
2024-03-24 11:50:02 +01:00
Sascha Ißbrücker
eb0b092d17
Disable pointer-events on bookmark tooltip
2024-03-22 23:55:46 +01:00
dependabot[bot]
39e8f03345
Bump black from 24.1.1 to 24.3.0 ( #662 )
...
Bumps [black](https://github.com/psf/black ) from 24.1.1 to 24.3.0.
- [Release notes](https://github.com/psf/black/releases )
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md )
- [Commits](https://github.com/psf/black/compare/24.1.1...24.3.0 )
---
updated-dependencies:
- dependency-name: black
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-21 23:12:58 +01:00
Sascha Ißbrücker
d43b97e0c0
Update CHANGELOG.md
2024-03-19 10:02:44 +01:00
Sascha Ißbrücker
d6484ba8e9
Add release script
2024-03-18 22:54:22 +01:00
dependabot[bot]
4c26d66177
Bump django from 5.0.2 to 5.0.3 ( #658 )
...
Bumps [django](https://github.com/django/django ) from 5.0.2 to 5.0.3.
- [Commits](https://github.com/django/django/compare/5.0.2...5.0.3 )
---
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>
2024-03-18 22:51:29 +01:00
Sascha Ißbrücker
c51dcafa40
Fix docker build
2024-03-18 22:50:07 +01:00
Sascha Ißbrücker
262dd2b28f
Update OIDC configuration defaults
2024-03-18 22:41:25 +01:00
Sascha Ißbrücker
01ad7f4d9e
Bump version
2024-03-17 12:00:30 +01:00
Sascha Ißbrücker
d0d5c15345
Add RSS feeds for shared bookmarks ( #656 )
...
* Add shared bookmarks feed
* Add public shared bookmarks feed
2024-03-17 11:55:34 +01:00
Sascha Ißbrücker
afb752765d
Include web archive link in /api/bookmarks/ ( #655 )
2024-03-17 10:04:05 +01:00
Sascha Ißbrücker
ce213775b6
Try fix workflow config
2024-03-17 09:59:04 +01:00
Bruno Henriques
fd1bbadcf3
Update backup location to safe directory ( #653 )
...
The previous directory may not share the same directory as the user that runs the container. `/etc/linkding/data` is a safe directory.
Fixes #626
2024-03-17 09:06:07 +01:00
Sascha Ißbrücker
83c2530df4
Add option for custom CSS ( #652 )
...
* Add option for adding custom CSS
* add missing migration
2024-03-17 01:11:59 +01:00
ηg
39782e75e7
Add support for OIDC ( #389 )
...
* added support for oidc auth
* fixed oidc usernames
* hiding password for users that aren't logged in via local auth
* add dependency, update settings
* keep change password link
* add tests
* add docs
---------
Co-authored-by: Sascha Ißbrücker <sascha.issbruecker@gmail.com>
2024-03-16 23:42:46 +01:00
Hugo van Rijswijk
4bee104b62
Build improvements ( #649 )
...
* Improve PWA capabilities
* Invert background_color theme logic
* Revert build changes
* Revert "Revert build changes"
This reverts commit 1ab640fda1
.
* update
* revert svelte component changes
2024-03-16 15:57:23 +01:00
Sascha Ißbrücker
f4ecffbb7f
Fix flaky bulk edit E2E test ( #650 )
2024-03-16 15:35:22 +01:00
Hugo van Rijswijk
6f52bafda8
Improve PWA capabilities ( #630 )
...
* Improve PWA capabilities
* Invert background_color theme logic
* Revert build changes
2024-03-16 15:20:22 +01:00
Sascha Ißbrücker
2deecc5c91
Bump version
2024-03-16 11:27:17 +01:00
Sascha Ißbrücker
54cfa13861
Fix logout button ( #648 )
2024-03-16 11:24:17 +01:00
Sascha Ißbrücker
ee4f99261f
Update CHANGELOG.md
2024-03-16 10:48:25 +01:00
Sascha Ißbrücker
d2fa0a8f5a
Bump version
2024-03-16 09:28:57 +01:00
Juan Gilsanz Polo
02a15c9460
Added a new Linkding client to community section ( #638 )
...
* Added linkdy entry to readme
* Fix alphabetic order
---------
Co-authored-by: Sascha Ißbrücker <sascha.issbruecker@googlemail.com>
2024-03-16 08:26:21 +01:00
Jack Halford
7a6428c037
Add k8s setup to community section ( #633 )
...
* Update README.md
* Move to community section
---------
Co-authored-by: Sascha Ißbrücker <sascha.issbruecker@googlemail.com>
2024-03-16 08:24:12 +01:00
dependabot[bot]
c6001aa7b8
Bump django from 5.0.1 to 5.0.2 ( #625 )
...
Bumps [django](https://github.com/django/django ) from 5.0.1 to 5.0.2.
- [Commits](https://github.com/django/django/compare/5.0.1...5.0.2 )
---
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>
2024-03-16 07:21:58 +01:00
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