nextcloud / browser_warning

⚠ Show a warning message on the login page

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

⚠️ Nextcloud 26 is shipping an outdated browser warning page. This app is therefore archived.

🌍 Browser warning

This app will show a warning on specific browser conditions on the log-in page

👩‍🔧 See inside /src/rules.js to see what rules exists and how you can add some.

screenshot-01-16_18-29-04

🏗 Development setup

  1. ☁ Clone this app into the apps folder of your Nextcloud: git clone https://github.com/nextcloud/browser_warning.git
  2. 👩‍💻 In the folder of the app, run the command npm ci && npm run dev to install dependencies and build the Javascript.
  3. ✅ Enable the app through the app management of your Nextcloud
  4. 🎉 Partytime! Help fix some issues and review pull requests 👍

🧙 Advanced development stuff

To build the Javascript whenever you make changes, you can also use npm run build. Or npm run watch to automatically rebuild on every file save.

About

⚠ Show a warning message on the login page

License:GNU Affero General Public License v3.0


Languages

Language:JavaScript 92.9%Language:PHP 3.7%Language:Makefile 3.4%