Wykres commitów

1762 Commity (browsersteps-session-shutdown-improvements)

Autor SHA1 Wiadomość Data
dgtlmoon a6b0a23143
Update README.md 2021-05-28 00:03:17 +10:00
dgtlmoon a03e53d826
Re #40 Ability to set individual timers (#72)
* Re #40 Ability to set individual timers
2021-05-27 23:55:05 +10:00
dgtlmoon 5d93009605
Update README.md 2021-05-27 20:37:56 +10:00
dgtlmoon d4f3e744de
Improvements for backup (#70)
* Remove previous backup files

* Backup - Add a text file containing only the URLs, with Windows+UNIX line-endings, for better portability.

* Fix filename on backup not being correct
2021-05-27 20:16:40 +10:00
dgtlmoon 13de31cf98
Update README.md 2021-05-26 21:26:35 +10:00
dgtlmoon 54ae82395a Disable image layer cache service 2021-05-25 16:46:13 +10:00
dgtlmoon dba8944625 Re-enable ARM v6/v7 builds 2021-05-25 16:08:01 +10:00
dgtlmoon 270343b276 Install requirements, remove rust and dev packages that are no longer needed, hopefully for a smaller docker layer size 2021-05-25 15:06:35 +10:00
dgtlmoon f3ce9b732c Remove rust build comments 2021-05-25 15:05:36 +10:00
dgtlmoon baaee30499
Arm build fixes (#68)
* Add rustc compiler and remove when not needed (smaller docker layer)

* Using the magical ARG CRYPTOGRAPHY_DONT_BUILD_RUST=1 to get around ARM issues
2021-05-25 15:04:33 +10:00
dgtlmoon d50ff0b31c
Re #65 - Append BASE_URL env var to the notification if it is set (#66)
* Re #65 - Append BASE_URL env var to the notification if it is set
2021-05-21 09:16:19 +10:00
dgtlmoon 395a6fca62
Update README.md 2021-05-19 13:09:41 +10:00
dgtlmoon f582810ad0 Adding BTC support instructions 2021-05-18 23:34:56 +10:00
dgtlmoon 18b71edd6d Switch to just amd64 for now due to apprise not building on ARM 2021-05-15 21:23:05 +10:00
dgtlmoon 28f6af9153 Fixing syntax 2021-05-15 18:20:34 +10:00
dgtlmoon 63a3492547 Re #49 Re #60 - Adding more information about proxy setup to README.md 2021-05-15 18:13:00 +10:00
Unpublished 454fc26341
Add socks proxy support (#60)
* Add socks proxy support

* Add proxy config to README
2021-05-15 18:05:58 +10:00
KibosJ e5409f8d16
Created docker-compose file (#55)
* Created docker-compose file, Removed version tag as per latest compose specification
2021-05-15 11:48:38 +10:00
dgtlmoon 1b736b3726 Re #58 - reduce to 1 minute (a small rewrite is required to change the backend to store in 'seconds' instead of minutes) 2021-05-13 22:33:33 +10:00
dgtlmoon 96f2b0d248 Merge branch 'master' of github.com:dgtlmoon/changedetection.io 2021-05-13 22:24:45 +10:00
dgtlmoon 308527f45e 56 - Fix notification test 2021-05-13 22:23:49 +10:00
dgtlmoon 70d766b647
Update README.md 2021-05-08 23:16:16 +10:00
dgtlmoon 40be9c615f
Update README.md 2021-05-08 23:15:50 +10:00
dgtlmoon f380754ff5 Adding rust compiler :( 2021-05-08 12:27:39 +10:00
dgtlmoon bee6bd9fe0 trying without libssl and only libffi 2021-05-08 12:17:28 +10:00
dgtlmoon fec2862ebe Adding extra libs required for build 2021-05-08 12:01:52 +10:00
dgtlmoon 969420e40b Cleanup docs 2021-05-08 11:44:43 +10:00
dgtlmoon afba06dd1f Tweak workflow (tests) 2021-05-08 11:38:27 +10:00
dgtlmoon 1d66160e8c Security update 2021-05-08 11:33:46 +10:00
dgtlmoon f877af75b9
Apprise notifications (#43)
* issue #4 Adding settings screen for apprise URLS
* Adding test notification mechanism

* Move Worker module to own class file

* Adding basic notification URL runner

* Tests for notifications

* Tweak readme with notification info

* Move notification test to main test_backend.py

* Fix spacing

* Adding notifications screenshot

* Cleanup more files from test

* Offer send notification test on individual edits and main/default

* Process global notifications

* All branches test

* Wrap worker notification process in try/catch, use global if nothing set

* Fix syntax

* Handle exception, increase wait time for liveserver to come up

* Fixing test setup

* remove debug

* Split tests into their own totally isolated setups, if you know a better way to make live_server() work, MR :)

* Tidying up lint/imports
2021-05-08 11:29:41 +10:00
dgtlmoon b752690f89 Fixing security update 2021-05-08 10:19:49 +10:00
dgtlmoon a10efa951b Also detect pytest in the environ (for local debug) 2021-05-03 11:20:11 +10:00
dgtlmoon 24a38f26f8 Prepend 'test-' when runnning under pytest to guid 2021-05-03 11:03:00 +10:00
dgtlmoon 1d0018dced - Relabel login button
- misc test cleanup
2021-05-01 11:55:24 +10:00
dgtlmoon 18c7a18be8 Re #46 - Add note to README.md about Javascript support 2021-05-01 10:02:43 +10:00
dgtlmoon c11adcbe4a Bumping version 2021-05-01 01:20:56 +10:00
dgtlmoon cd6ce89587 Re #45 - Set datastore path in app.config 2021-05-01 01:18:59 +10:00
dgtlmoon 4164ad29e3 Re #44 - Broke the menu by accident, adding tests and fixing. 2021-04-30 19:54:23 +10:00
dgtlmoon 4953e253e9 bump to 0.29 2021-04-30 17:17:23 +10:00
dgtlmoon 64e172433a docker-compose for dev not needed (use venv etc) 2021-04-30 16:54:07 +10:00
dgtlmoon 92c0fa90ee
Password protection / login support (#34)
Issue #24 Password login  hashlib.pbkdf2_hmac implementation
2021-04-30 16:47:13 +10:00
dgtlmoon ee8053e0e8
Update FUNDING.yml 2021-04-21 11:13:50 +10:00
dgtlmoon 7f5b592f6f Skip using tag limit on pause when no tag is being viewed 2021-04-16 10:29:03 +10:00
dgtlmoon 1e45156bc0 Pause/Unpause should respect limit tag on redirect 2021-04-10 19:47:31 +09:30
dgtlmoon c7169ebba1 Validate duplicate URLs 2021-04-10 14:31:57 +09:30
dgtlmoon a58679f983 Chdir is not needed because we add the file from the full path, but make it 'relative' in the Zip 2021-04-09 04:50:55 +02:00
dgtlmoon 661542b056 Fix backup generation on relative paths (like when run outside docker, under venv, etc) 2021-04-09 04:49:50 +02:00
dgtlmoon 2ea48cb90a Merge branch 'master' of github.com:dgtlmoon/changedetection.io 2021-04-04 06:32:04 +02:00
dgtlmoon 2a80022cd9 Adding noopener per CodeQL, stop pages from knowing the referer etc 2021-04-04 06:31:42 +02:00
dgtlmoon 8861f70ac4
Create codeql-analysis.yml 2021-04-04 06:27:32 +02:00