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
Sascha Ißbrücker
c269d16855
Update CHANGELOG.md
2021-08-15 10:47:46 +02:00
Sascha Ißbrücker
90ee3cdb94
Update CHANGELOG.md
2021-08-15 10:46:23 +02:00
Sascha Ißbrücker
2c19266ef8
bump version
2021-08-15 09:52:25 +02:00
ulixxe
048a8b1162
improve tag query performance ( #142 )
...
* changed query on tag search for speedup related to issues #112 and #141
* fix tests and only conditionally append tag filter
* add bookmark tags query tests
* reuse bookmark queries for tag queries
* fix tag query test setup
Co-authored-by: Sascha Ißbrücker <sascha.issbruecker@googlemail.com>
2021-08-15 09:28:40 +02:00
Sascha Ißbrücker
2fb0bb1224
Exclude tests from coverage
2021-05-14 23:45:32 +02:00
Sascha Ißbrücker
3e48b22095
Add settings view tests
2021-05-14 23:34:53 +02:00
Sascha Ißbrücker
9aa17d0528
Add code coverage script
2021-05-14 12:23:11 +02:00
Sascha Ißbrücker
d643fca98f
Add query tests
2021-05-14 10:26:33 +02:00
Sascha Ißbrücker
f293fa15bc
Update CI config to install Node dependencies
2021-05-14 02:38:44 +02:00
Sascha Ißbrücker
f58434077b
Add bookmark view tests
2021-05-14 02:32:19 +02:00
Sascha Ißbrücker
59641e787c
Update CHANGELOG.md
2021-05-13 20:09:53 +02:00
Sascha Ißbrücker
0d36a3bb86
Update CHANGELOG.md
2021-05-13 19:21:21 +02:00
Sascha Ißbrücker
b25f3d5529
Bump version
2021-05-13 18:29:46 +02:00
mattofr
24746deaae
Admin documentation ( #91 )
...
* Started admin documentation
* Small correction
* Polish admin docs and reference from README.md
Co-authored-by: emacs <emacs@hp2530p.tradesystem.nl>
Co-authored-by: Sascha Ißbrücker <sascha.issbruecker@googlemail.com>
2021-05-13 18:28:25 +02:00
André Kelpe
e4a082231f
Add how-to document ( #102 )
...
* adds how-to for using the bookmarklet on Android/Chrome
* Polish how-to doc and reference from README.md
* Add how-to for creating share action in Safari
Co-authored-by: Sascha Ißbrücker <sascha.issbruecker@googlemail.com>
2021-05-13 17:52:13 +02:00
dependabot[bot]
5a380212d9
Bump django from 2.2.18 to 2.2.20 ( #110 )
...
Bumps [django](https://github.com/django/django ) from 2.2.18 to 2.2.20.
- [Release notes](https://github.com/django/django/releases )
- [Commits](https://github.com/django/django/compare/2.2.18...2.2.20 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-13 17:23:37 +02:00
dependabot[bot]
96068719cd
Bump urllib3 from 1.25.3 to 1.25.8 ( #119 )
...
Bumps [urllib3](https://github.com/urllib3/urllib3 ) from 1.25.3 to 1.25.8.
- [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.25.3...1.25.8 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-13 17:21:27 +02:00
dependabot[bot]
e42d562750
Bump django-debug-toolbar from 3.2 to 3.2.1 ( #115 )
...
Bumps [django-debug-toolbar](https://github.com/jazzband/django-debug-toolbar ) from 3.2 to 3.2.1.
- [Release notes](https://github.com/jazzband/django-debug-toolbar/releases )
- [Changelog](https://github.com/jazzband/django-debug-toolbar/blob/main/docs/changes.rst )
- [Commits](https://github.com/jazzband/django-debug-toolbar/compare/3.2...3.2.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-13 17:17:51 +02:00