| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Actually make curl fail on server errorsaleksis-integration | Dominik George | 2022-08-09 | 1 | -2/+6 |
| | | | | | | | | This is important in scenarios where AleKSIS, due to a race condition, references something like a stale S3 content object. impressive-display should log this and, most importantly, not try to handle the rror output as display file. | ||||
| * | Bump minor version for new features | Dominik George | 2022-07-01 | 1 | -1/+1 |
| | | |||||
| * | Comment newly added code | Dominik George | 2022-07-01 | 1 | -1/+10 |
| | | |||||
| * | Fix URLs with query strings | Dominik George | 2022-06-28 | 1 | -4/+5 |
| | | |||||
| * | Implement file lists | Dominik George | 2022-06-23 | 1 | -45/+92 |
| | | | | | | | | | | | | | | | File lists can now be used to define several sources to display. This works close to the list feature of impressive, except that we do not require an @ character, but instead treat all fiels ending in .txt as list files. Lists are scanned recursively, and fiels downloaded to generate the new lists for impressive, and a final list is passed. On download, all files are now compared to trigger a reload on change of any file in the list. | ||||
| * | Support other file types than PDFs | Dominik George | 2022-06-23 | 1 | -10/+28 |
| | | | | | | | | | Arguably, they should have been supported before, given that the message after failure to analyze the file as a PDF outputs a WARNING, so this is also a bugfix fixing that case. Previously, passing an image file was perfectly ok, but it was then silently renamed to .pdf and passed to a very confused impressive. | ||||
| * | slide duration: Set default slide duration time to 15s. | Mike Gabriel | 2020-02-12 | 1 | -2/+2 |
| | | |||||
| * | Update Daniel Teichmann's mail adress. | Mike Gabriel | 2019-04-15 | 1 | -1/+1 |
| | | |||||
| * | release 0.3.30.3.3 | Mike Gabriel | 2018-08-14 | 1 | -1/+1 |
| | | |||||
| * | impressive-display: grammar fix in comment. | Mike Gabriel | 2017-03-21 | 1 | -1/+1 |
| | | |||||
| * | impressive-display: Fix comment above pulseaudio initialization code. | Mike Gabriel | 2017-03-21 | 1 | -1/+1 |
| | | |||||
| * | impressive-display: Drop FIXME reminding us on having a LaTeX beamer ↵ | Mike Gabriel | 2017-03-21 | 1 | -1/+0 |
| | | | | | presentation. We already have it. | ||||
| * | release 0.3.20.3.2 | Mike Gabriel | 2016-12-30 | 1 | -1/+1 |
| | | |||||
| * | Fix regexp use for parsing host-specific options. | Benjamin Schlüter | 2016-12-30 | 1 | -2/+2 |
| | | |||||
| * | release 0.3.10.3.1 | Mike Gabriel | 2016-11-21 | 1 | -1/+1 |
| | | |||||
| * | release 0.3.00.3.0 | Mike Gabriel | 2016-11-21 | 1 | -1/+1 |
| | | |||||
| * | impressive-display: Silence some grep calls. | Mike Gabriel | 2016-11-21 | 1 | -2/+2 |
| | | |||||
| * | curl subprocess: Hide stderr when logging to syslog. | Mike Gabriel | 2016-11-21 | 1 | -2/+7 |
| | | |||||
| * | Whitespace fix for prev. commit. | Mike Gabriel | 2016-11-21 | 1 | -1/+1 |
| | | |||||
| * | LOG_TO_SYSLOG: Really expect "yes" with LOG_TO_SYSLOG env var. | Mike Gabriel | 2016-11-21 | 1 | -3/+3 |
| | | |||||
| * | Set hard-coded/recommended slide duration to 5secs. | Mike Gabriel | 2016-11-21 | 1 | -1/+1 |
| | | |||||
| * | impressive-display: Validate PDF_URI before using it with curl. | Mike Gabriel | 2016-11-21 | 1 | -0/+6 |
| | | |||||
| * | DEFAULT_PDF_URI: Switch to Impressive Display HowTo as default PDF URI. | Mike Gabriel | 2016-11-21 | 1 | -1/+1 |
| | | |||||
| * | secret files: Don't allow them to be symlinks. | Mike Gabriel | 2016-11-21 | 1 | -2/+2 |
| | | |||||
| * | Support /home/mike/.impressive-display/secrets/default.secret. | Mike Gabriel | 2016-11-21 | 1 | -0/+3 |
| | | |||||
| * | Use /home/mike/.impressive-display/config as local configuration file. | Mike Gabriel | 2016-11-21 | 1 | -2/+2 |
| | | |||||
| * | DISPLAYS hashmap: Be a bit more precise where new fields begin. | Mike Gabriel | 2016-11-21 | 1 | -2/+2 |
| | | |||||
| * | Copyright: Explicitly add Daniel Teichmann as co-copyright holder. | Mike Gabriel | 2016-11-21 | 1 | -1/+2 |
| | | |||||
| * | Use curl's --netrc-file option rather than its promiscuous -u option. | DanielsLPecke | 2016-11-18 | 1 | -31/+5 |
| | | |||||
| * | Fix gunzip code, for PDF URIs that let us retrieve a compressed PDF. | Mike Gabriel | 2016-11-18 | 1 | -4/+10 |
| | | |||||
| * | whitespace fix | Mike Gabriel | 2016-11-18 | 1 | -1/+0 |
| | | |||||
| * | FIXME: handle script startup for cases where no PDF file can be retrieved ↵ | Mike Gabriel | 2016-11-18 | 1 | -0/+2 |
| | | | | | initially. | ||||
| * | Drop clear at script startup. If necessary, add it in one of the parsed-in ↵ | Mike Gabriel | 2016-11-18 | 1 | -2/+0 |
| | | | | | files. | ||||
| * | Remove debug output (set -x). | Mike Gabriel | 2016-11-18 | 1 | -2/+0 |
| | | |||||
| * | Do some sanity checks on set credential strings. | Mike Gabriel | 2016-11-18 | 1 | -3/+10 |
| | | |||||
| * | Move trap command below cleanup() function. | Mike Gabriel | 2016-11-18 | 1 | -3/+1 |
| | | |||||
| * | Prepend file:// to file name in DEFAULT_PDF_URI (hard-coded). | Mike Gabriel | 2016-11-18 | 1 | -2/+3 |
| | | |||||
| * | Change creds format | DanielsLPecke | 2016-11-18 | 1 | -9/+14 |
| | | |||||
| * | Change Output message. Remove unnecessary 'xrandr's | DanielsLPecke | 2016-11-16 | 1 | -7/+5 |
| | | |||||
| * | Change 'currentDisplay' to 'currentOutput'. Move the trap and ↵ | DanielsLPecke | 2016-11-16 | 1 | -0/+7 |
| | | | | | 'currentOutput'-setter to the top | ||||
| * | Change resolution on script-exit | DanielsLPecke | 2016-11-16 | 1 | -0/+4 |
| | | |||||
| * | Fix bug: resolution doesn't change | DanielsLPecke | 2016-11-16 | 1 | -4/+4 |
| | | |||||
| * | Drop local_pdffile function, don't reference unused PDF_FILE variable anymore. | DanielsLPecke | 2016-11-14 | 1 | -21/+6 |
| | | |||||
| * | Clear screen on script startup | DanielsLPecke | 2016-11-14 | 1 | -1/+2 |
| | | |||||
| * | Add support for individually configuring multiple displays. | DanielsLPecke | 2016-11-14 | 1 | -43/+41 |
| | | | | | (cherry picked from commit ce0733ae746423db3ee4a1c6808737001d1bf2a1) | ||||
| * | release 0.2.5 | Mike Gabriel | 2016-11-14 | 1 | -1/+1 |
| | | |||||
| * | New feature: support hostname-faking | DanielsLPecke | 2016-11-10 | 1 | -1/+9 |
| | | |||||
| * | Rename 'SLAVE_RESOLUTION' to 'SECONDARIES_RESOLUTION'. | DanielsLPecke | 2016-11-10 | 1 | -3/+3 |
| | | |||||
| * | Fix name of user config file when sourcing it. | DanielsLPecke | 2016-11-10 | 1 | -1/+1 |
| | | |||||
| * | Correct usage of var 'PRIMARY_DISPLAYS' (was: 'PRIMARIES_TERMINAL'). | DanielsLPecke | 2016-11-10 | 1 | -2/+2 |
| | | |||||
