Sascha Ißbrücker
3eb8cfe45e
Bump version
2022-03-25 18:55:58 +01:00
dependabot[bot]
f5b07eebba
Bump sqlparse from 0.4.1 to 0.4.2 ( #159 )
...
Bumps [sqlparse](https://github.com/andialbrecht/sqlparse ) from 0.4.1 to 0.4.2.
- [Release notes](https://github.com/andialbrecht/sqlparse/releases )
- [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG )
- [Commits](https://github.com/andialbrecht/sqlparse/compare/0.4.1...0.4.2 )
---
updated-dependencies:
- dependency-name: sqlparse
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-25 18:54:07 +01:00
dependabot[bot]
3ba8f7e30b
Bump django from 3.2.6 to 3.2.12 ( #197 )
...
Bumps [django](https://github.com/django/django ) from 3.2.6 to 3.2.12.
- [Release notes](https://github.com/django/django/releases )
- [Commits](https://github.com/django/django/compare/3.2.6...3.2.12 )
---
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>
2022-03-25 18:51:59 +01:00
Sascha Ißbrücker
9a63c367a8
Move shortcut to docs
2022-03-25 18:35:05 +01:00
Sascha Ißbrücker
edb71286e7
Prevent external redirects
2022-03-25 18:29:54 +01:00
Sascha Ißbrücker
1ffc3e0266
Fix bookmark access restrictions
2022-03-22 02:24:21 +01:00
Sascha Ißbrücker
66995cfab2
Create SECURITY.md
2022-03-20 09:11:58 +01:00
Kazi
68143de992
How-to guide for HTTP Shortcuts app on Android ( #201 )
...
* How-to guide for HTTP Shortcuts app on Android
* refinements
* link fix
2022-02-28 08:12:37 +01:00
Fivefold
b93a9fadb6
Add linkding-injector community extension to README ( #190 )
2022-01-17 13:39:45 +01:00
Sascha Ißbrücker
77fea02f77
Update CHANGELOG.md
2021-12-13 00:12:51 +01:00
Sascha Ißbrücker
fcc0b6f591
Update CHANGELOG.md
2021-12-13 00:09:14 +01:00
Sascha Ißbrücker
e1c9a7add6
Bump version
2021-12-12 22:57:22 +01:00
Sascha Ißbrücker
82b4268a26
Ensure tag names don't contain spaces ( #184 )
2021-12-12 22:54:22 +01:00
Fivefold
5287eb3f8b
Make bookmarks count column in admin sortable ( #183 )
...
The Tag view in django admin has a calculated bookmark count column that is unsortable. This fixes it
2021-12-12 22:52:22 +01:00
QiaoHao
d298260122
exclude .git in docker container ( #176 )
2021-12-05 21:11:49 +01:00
Sascha Ißbrücker
12e5810aee
Fix docker-compose.yaml to import variables from env file
2021-11-10 12:19:56 +01:00
Sascha Ißbrücker
1dabd0266b
Update CHANGELOG.md
2021-10-16 05:49:56 +02:00
Sascha Ißbrücker
7390fc3f4f
Bump version
2021-10-16 05:44:05 +02:00
Sascha Ißbrücker
5e003ede92
Change api token field to readonly
2021-10-16 05:43:35 +02:00
Sascha Ißbrücker
984eef92e2
Add password change view ( #168 )
2021-10-16 05:42:04 +02:00
Sascha Ißbrücker
eae6ca6e07
Merge API view with integrations view ( #165 )
2021-10-03 15:13:45 +02:00
Sascha Ißbrücker
a6bfaa7c78
Update CHANGELOG.md
2021-10-03 09:54:10 +02:00
Sascha Ißbrücker
7aa1630be2
Bump version
2021-10-03 09:49:50 +02:00
Sascha Ißbrücker
4f9fcb41bd
Add bookmark link target setting ( #164 )
2021-10-03 09:35:59 +02:00
Sascha Ißbrücker
da4a81305a
Bump version
2021-10-02 23:57:21 +02:00
Sascha Ißbrücker
df33144dd0
Update CHANGELOG.md
2021-10-02 23:55:16 +02:00
Sascha Ißbrücker
123fa54d5a
Fix jumping search box ( #163 )
2021-10-02 23:49:59 +02:00
Sascha Ißbrücker
2ab4aa5566
Update CHANGELOG.md
2021-10-01 18:10:58 +02:00
Sascha Ißbrücker
d4cba7d5fa
Update CHANGELOG.md
2021-10-01 18:08:24 +02:00
Sascha Ißbrücker
3d8fd66e50
Bump version
2021-10-01 18:03:28 +02:00
Sascha Ißbrücker
3ff7a5ba91
Add global search shortcut ( #161 )
2021-10-01 18:02:34 +02:00
Sascha Ißbrücker
88c109c9a4
Update CHANGELOG.md
2021-09-04 22:44:42 +02:00
Sascha Ißbrücker
a1d5ff6532
Update CHANGELOG.md
2021-09-04 22:39:32 +02:00
Sascha Ißbrücker
e7c55cd318
Bump version
2021-09-04 22:31:55 +02:00
Sascha Ißbrücker
d87dde6bae
Create snapshots on web.archive.org for bookmarks ( #150 )
...
* Implement initial background tasks concept
* fix property reference
* update requirements.txt
* simplify bookmark null check
* improve web archive url display
* add background tasks test
* add basic supervisor setup
* schedule missing snapshot creation on login
* remove task locks and clear task history before starting background task processor
* batch create snapshots after import
* fix script reference in supervisord.conf
* add option to disable background tasks
* restructure feature overview
2021-09-04 22:31:04 +02:00
Sascha Ißbrücker
8d214649b7
Change Docker base image to slim-buster
2021-08-27 10:14:48 +02:00
Sascha Ißbrücker
dfb040bbb1
Update CHANGELOG.md
2021-08-26 12:44:06 +02:00
Sascha Ißbrücker
076c5d7658
Bump version
2021-08-26 12:40:03 +02:00
Sascha Ißbrücker
e47c00bd07
Add support for micro-, nanosecond timestamps in importer ( #151 )
2021-08-26 12:33:54 +02:00
Sascha Ißbrücker
55a0d189dd
Update CHANGELOG.md
2021-08-25 12:36:38 +02:00
Sascha Ißbrücker
d39ce076ec
Bump version
2021-08-25 10:25:22 +02:00
Chris Cesare
aa0258d3b6
remove duplicate word in README ( #136 )
2021-08-25 10:20:35 +02:00
Taku Izumi
937858cf58
Fix website scraper decoding content incorrectly ( #126 )
...
* Avoid stall on web scraping
This patch fixes stall on web scraping.
I encountered a stall (scraping never ends) when adding
a bookmark of some site.
To avoid this case, adding a timeout parameter at requests.get()
function is a solution.
Signed-off-by: Taku Izumi <admin@orz-style.com>
* Avoid character corruption of scraping some Japanese sites
This patch fixes character corruption of scraping some Japanese
sites. To avoid character corruption, I use r.content instead
of r.text in load_page function.
The reason of character corruption is encoding problem, I think.
r.text handles data as unicode encoded text, so if scraping
web site's charset is not unicode encoded, character corruption
occurs. r.content handles data as str[], we can avoid encoding
problem.
Signed-off-by: Taku Izumi <admin@orz-style.com>
* use charset_normalizer to determine response encoding
Co-authored-by: Taku Izumi <admin@orz-style.com>
Co-authored-by: Sascha Ißbrücker <sascha.issbruecker@googlemail.com>
2021-08-25 10:16:23 +02:00
Sascha Ißbrücker
8047ba6c63
Fix importer not validating bookmark models ( #149 )
2021-08-25 09:20:01 +02:00
Damanpreet Singh
de903bc341
Add about section in settings ( #134 )
...
* About section in settings
* Added about section in settings tab
* fix code style
Co-authored-by: Sascha Ißbrücker <sascha.issbruecker@googlemail.com>
2021-08-24 19:47:58 +02:00
Sascha Ißbrücker
c8fcc426b0
Update CHANGELOG.md
2021-08-17 06:07:40 +02:00
Sascha Ißbrücker
eb915210d3
Update CHANGELOG.md
2021-08-17 06:02:07 +02:00
Sascha Ißbrücker
ad9a0f84f2
Bump version
2021-08-17 05:53:25 +02:00
Sascha Ißbrücker
cc04a17e2f
Upgrade Django major ( #144 )
...
* Bump dependency versions
* Configure default auto field implementation
* fix admin to use token proxy model
* update django docs link
2021-08-17 05:48:45 +02:00
Thomas Bouve
69105d3d3c
Support running container as an arbitrary user of the root group ( #138 )
...
* Support OpenShift containers.
* Improve comment wording
Co-authored-by: Sascha Ißbrücker <sascha.issbruecker@googlemail.com>
2021-08-16 09:16:24 +02:00