summaryrefslogtreecommitdiffstats
path: root/core/modules/kiosk-chromium
Commit message (Collapse)AuthorAgeFilesLines
* [kiosk-chromium] More waitSimon Rettberg2024-03-201-3/+4
|
* [kiosk-chromium] Poke idle-daemon some more to get accurate idle timesSimon Rettberg2024-03-181-1/+7
|
* [kiosk-chromium/kiosk-slxbrowser] Remove legacy, unused variablesSimon Rettberg2024-01-031-9/+0Star
| | | | | SLX_BROWSER_IS_WHITELIST SLX_BROWSER_URLLIST
* [kiosk-chromium] Properly fix auto reload/restartSimon Rettberg2023-12-071-17/+21
|
* [kiosk-chromium] Disable import of distro-specific bookmarksSimon Rettberg2023-12-051-0/+9
|
* [kiosk-chromium] Fix reload on inactivitySimon Rettberg2023-12-052-1/+2
| | | | | | Home button default behavior has changed; update policy. Also, killall chromium was missing for debian, but should've been handled by the follow-up session-terminate command.
* [kiosk-chromium] Fix setting scale factorSimon Rettberg2023-12-051-1/+1
|
* [kiosk-chromium] Adapt to different path name on DebianSimon Rettberg2023-02-022-3/+12
|
* [kiosk-chromium] Actually pass URL to chromiumSimon Rettberg2023-02-011-0/+2
| | | | HOW DID THIS EVER WORK!?
* [kiosk-chromium] Maybe fix shit in whole script...Simon Rettberg2023-02-011-1/+3
|
* [kiosk-chromium] Fix launching on debianSimon Rettberg2023-01-311-0/+1
|
* [kiosk-chromium/kiosk-slxbrowser] Honor SLX_BROWSER_ZOOMSimon Rettberg2022-12-061-0/+8
| | | | References #3915
* [kiosk-chromium] Consider whitespace-only blacklist as emptySimon Rettberg2022-05-191-1/+2
| | | | .... and then interpret this as "*".
* [kiosk-chromium] Needs to run in bashSimon Rettberg2022-05-031-0/+3
|
* [kiosk-chromium] Fix black-/whitelist generatorSimon Rettberg2022-04-271-14/+19
|
* [kiosk-chromium] Don't immediately reload after init stepSimon Rettberg2021-10-111-1/+1
| | | | | Fix rapid reloads because idle-daemon doesn't immediately update idle time information.
* [kiosk-chromium] if interactive mode and user was active, reload -> exitSimon Rettberg2021-07-221-6/+18
| | | | | | | | If a user was active (measured by idle timer) and chromium is running in interactive mode, i.e. with full UI and tabs, exit the session if the reload timeout is reached. This is a security measure, since we assume that the browser in interactive mode enables the user to log into websites etc., and might not log out everywhere when leaving.
* [kiosk-chromium] Simplify the awkSimon Rettberg2021-07-221-1/+1
|
* Add installer mode for stage4Simon Rettberg2021-07-081-1/+4
|
* [kiosk-chromium] disable auto-updateJonathan Bauer2021-06-251-0/+1
|
* [kiosk-common/kiosk-chromium] Support multimedia keysSimon Rettberg2021-03-221-23/+0Star
| | | | Closes #3792
* [kiosk-chromium] Need libnss3-tools for certutilSimon Rettberg2021-03-101-0/+1
|
* [kiosk-common/kiosk-chromium] Add system certs to cert storeSimon Rettberg2021-02-091-0/+6
| | | | References #3418
* [kiosk-chromium] Support black- and whitelist at the same timeSimon Rettberg2020-10-281-11/+23
|
* [kiosk-chromium] Use jq to build URL white/blacklistSimon Rettberg2020-10-202-30/+34
|
* [kiosk-chromium] remove weird spaceJonathan Bauer2020-08-171-1/+1
|
* [kiosk-chromium] SLX_BROWSER_RELOAD_SECS == 0 means OFFSimon Rettberg2020-08-111-1/+1
| | | | Not "reload all the time forever"
* [kiosk-chromium] Throttle auto-reloadingSimon Rettberg2020-08-111-0/+1
|
* [kiosk-chromium] Decode Bookmark name tooSimon Rettberg2020-08-111-2/+2
| | | | Fixes #3789
* Debian!Simon Rettberg2020-05-191-0/+9
|
* [kiosk-chromium] Fix syntax errorSimon Rettberg2020-04-241-2/+2
|
* [kiosk-chromium] slighty better preloaderJonathan Bauer2020-02-071-1/+1
| | | | | | | reading the ~150MB chromium-browser binary gives the same acceleration than reading the whole folder. TODO: move the preload stuff to after lightdm has spawned
* [kiosk-chromium] fix auto-reloadJonathan Bauer2020-02-062-11/+25
|
* [kiosk-chromium] do not reload while user actsJonathan Bauer2020-02-051-6/+19
|
* [kiosk-*] maximized/fullscreen w/o openboxJonathan Bauer2020-01-301-7/+12
|
* [kiosk-chromium] simple preloaderJonathan Bauer2020-01-141-0/+13
|
* [kiosk-chromium] support url-encoded bookmarksJonathan Bauer2020-01-131-1/+10
|
* [kiosk-chromium] Simplify json generation, add sanity checkSimon Rettberg2019-11-121-36/+34Star
| | | | | | Only wipe chromium profile if it's actually the demo user, to be safe. Json generation of bookmarks was simplified to use jq instead of awk, with the added benefit of properly quoting special chars in URL/Name.
* [kiosk-*] Support SLX_BROWSER, add precheck for browser binarySimon Rettberg2019-11-121-2/+2
| | | | | | | | | | SLX_BROWSER is is space separated list of keywords. They are globbed within the kiosk-launch.d directory, so specifying SLX_BROWSER='chromium firefox' would first look for any file named *chromium* and source it, and if that fails for any file named *firefox*. If everything fails or the variable is empty, any file in that directory will be sourced.
* [kiosk-chromium] add missing dep for jqJonathan Bauer2019-11-061-0/+1
|
* [kiosk-chromium] hack: disable auto updateJonathan Bauer2019-11-061-0/+4
|
* [kiosk-chromium] add '--test-type'Jonathan Bauer2019-08-131-1/+1
| | | | | | since '--disable-infobars' was benched on newer chromium versions, need '--test-type' to disable those pesky infobars that do not make sense in the kiosk context.
* [kiosk-chromium] implement SLX_BROWSER_RELOAD_SECSJonathan Bauer2019-07-302-75/+79
| | | | | | + space-safe arguments array for chromium-browser call + directly create bookmark template without creating a billion tempfiles...
* [pam-slx-plug] Move old pam_script_* hook dirs to pam dirSimon Rettberg2019-06-282-1/+2
| | | | | | They're all now in subdirectories of /opt/openslx/pam/hooks. Symlinks have been put in place where they used to reside.
* [kiosk-chromium] renamed fileJonathan Bauer2019-06-181-0/+37
|
* [kiosk-*] support for lightdm-greeter kioskJonathan Bauer2019-06-182-35/+68
| | | | and kiosk-chromium URL filter
* [kiosk-chromium] reset policies on XresetJonathan Bauer2019-06-181-0/+7
|
* [kiosk-chromium] disable autofill for kiosksJonathan Bauer2019-05-061-2/+3
|
* [kiosk-chromium] disable password managerJonathan Bauer2019-04-241-1/+2
|
* [kiosk*] added README for stage4Jonathan Bauer2019-01-042-0/+11
|