Commit Graph

1235 Commits (bf5a93dae03e990eff10222ba0c2672eed06c04f)
 

Author SHA1 Message Date
lamusmaser c111050c8f
Update Synology documentation to include snapshot flag details. (#361) 2 years ago
simon 0e8d3b76c1
better wording for scheduler frequency, #358 2 years ago
simon eda56236ce
bump TA_VERSION 2 years ago
simon b4620504b8
improve manual import docs 2 years ago
simon b751ae183a
fix startup migration error missing enable_snapshot var 2 years ago
simon 0b2b8aacef
add snapshot wiki link 2 years ago
simon e21d66ce85
add video player shortcuts docs 2 years ago
simon 66b72da02a
update fuzzy search docs 2 years ago
simon e0d6ce6c7f
update snapshot docs 2 years ago
simon 97e9d6f8ce
add path.repo env var to es container 2 years ago
crocs 0fb2f3fcc6
Changed the wording in a few places (#357)
* Update channel.html

Updated wording, removed "matching" as it's not necessary.

* Update downloads.html
2 years ago
simon 32fc89f4e7
configure fuzzines and snapshot, #build
Changed:
- Added *fuzzy:* secondary keyword for search
- Added take snapshot now button
- Changed snapshot policy to 12pm TZ aware
- Fixed channel page size validator > 0
2 years ago
simon 10fbfadf51
bump TA_VERSION unstable 2 years ago
simon e9c457cac2
bump django 2 years ago
simon 0f191d8a3e
configure fuzziness in search 2 years ago
simon dcf317e471
form validate channel pagesize greater than 0, #334 2 years ago
simon 749261c146
take snapshot at 12 localtime 2 years ago
simon 238c6bc080 Merge branch 'master' into testing 2 years ago
simon 476d4d4909
add create snapshot now button 2 years ago
simon 651a642e71
bump pillow 2 years ago
simon 01a8c65df9
move version_check.py to separate arg 2 years ago
simon d69460bf98
System snapshots, #build
Changed:
- Added: Dedublicated snapshots, read docs/Settings#snapshots first
- Added: Actions for better Python and JS linting
- Changed: Clean up JS
- Changed: Use patched ffmpeg builds for arm64
- API: Added endpoints to interact with snapshots
- Fixed: mobile layout for channel filter dopdown on downloads
2 years ago
lamusmaser f0848283bd
README updated with format update (#353)
* Add update to README to include format adjustments under Getting Started.

* Include updates to the Settings page of the Wiki.
2 years ago
simon fdc1df313b
add partial snapshots docs 2 years ago
simon b425e7d75c
frontend API button to restore snapshot 2 years ago
simon fb25b76950
fix spelling 2 years ago
simon a18723991a
implement snapshot API views 2 years ago
simon 74aa134971
fix next_exec epoch time builder 2 years ago
simon 24b02150a7
handle delete, restore snapshot return values 2 years ago
simon f717c71c66
implement _parse_single_snapshot, slug compatible naming 2 years ago
simon 814de87768
add snapshot check at startup 2 years ago
simon c392563ef8
use exist_ok for os.makedirs at startup 2 years ago
simon 1fbd603374
frontend implementation for snapshot integration 2 years ago
simon 749f61aba6
fix empty policy building 2 years ago
simon 59f347c135
implement snapshot startup check 2 years ago
simon 904f449d37
combine snapshot_stats for frontend 2 years ago
simon 9b69a8dc91
fix mobile view-controls break 2 years ago
Kevin Gibbons 50ea7db66c
Add FAQ item about downloading vs subscribing (#352)
* Add FAQ item about downloading vs subscribing

* note download+subscribe
2 years ago
lamusmaser e4c5529412
Update Github Actions to use `deploy.sh` and remove individual calls for testing functions. (#351)
* Remove individual calls for testing functions.
Call `deploy.sh validate` for linting checks.

* Increment actions versions to remove deprecation errors.
Add `requests` to `pip install` line.

* Specify Python version with `actions/setup-python` call.
2 years ago
Kevin Gibbons b4fe9a784f
add github workflow to enforce linting of JS files (#348) 2 years ago
BrianCArnold 6b2fe125d4
Add LDAP attribute mapping env variables. (#344)
* Added ability to specify LDAP attribute mapping.

Specifically made sure that LDAP auth works the same if the
new environment variables aren't set, in order to maintain
behavior for users who are already using LDAP if they don't
set the new envvars.

* Updated env var name to match the name of the parent global.

* Updated README.md to include information on new user attribute mapping environment variables.

* Added additional environment var options, and updated comment explaining why there are multiple.

* I'm not a python programmer, so these were stupid mistakes. Works now.

* Addressing lint error.

* Finished updating formatting according to black linter.

* Shortened comments to fit within line length.

* fix whitespace linting

Co-authored-by: simon <simobilleter@gmail.com>
2 years ago
simon e7f960bf46
implement basics snapshot management 2 years ago
simon 02ed521f21
bump uwsgi 2 years ago
Kevin Gibbons 39902cb1c6
Format/slightly modernize the JS (#345)
* add basic JS tooling

* fix accidental uses of global variables

* auto-format

* add and fix a couple more standard lint rules

* remove useless return false from settimeout callbacks

* document JS contributing

* fix whitespace in package.json

* add JS stuff to codespell skiplist

* codespell take two

* update github action and add comments about duplicated logic
2 years ago
simon 700a8cb54a
remove leftover ffmpeg binary 2 years ago
simon 3eacc06383
Player shortcuts, #build
Changed:
- Added player shortcuts, '?'
- Fixed playlist missing channel metadata
- Changed arm64 build to use patched ffmpeg
2 years ago
simon f8dccfcd15
use linuxarm64 ffmpeg builds for arm64 2 years ago
simon 725f17bcd2
fix playlist missing channel metadata 2 years ago
Kevin Gibbons ff82690d3c
add keyboard shortcuts to video player (#342)
* add keyboard shortcuts to video player

* fix modal on the inline player
2 years ago
Kevin Gibbons 51f7210195
More detailed contributing steps (#343)
* More detailed contributing steps

* restore whitespace
2 years ago