⚠ Show a warning message on the login page
Перейти к файлу
John Molakvoæ 051fd02442
Archived
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
2022-11-02 09:05:00 +01:00
.github Updating dependabot-approve-merge.yml workflow from template 2022-10-15 15:17:59 +00:00
.tx [tx-robot] Update transifex configuration 2022-10-01 02:20:12 +00:00
appinfo Update info.xml 2022-11-02 09:03:42 +01:00
img Update configs and move to npm7 2021-08-11 08:24:58 +02:00
l10n [tx-robot] updated from transifex 2022-10-18 02:17:41 +00:00
src l10n: Spelling unification 2022-09-04 15:48:08 +02:00
.eslintrc.js Move to @nextcloud/eslint 2020-03-01 18:04:23 +01:00
.gitignore Fix 19 compatibility 2020-07-26 11:03:00 +02:00
LICENSE Initial commit 2019-01-15 19:19:51 +01:00
Makefile Move to @nextcloud/eslint 2020-03-01 18:04:23 +01:00
README.md Archived 2022-11-02 09:05:00 +01:00
babel.config.js Update configs and move to npm7 2021-08-11 08:24:58 +02:00
package-lock.json Bump @nextcloud/webpack-vue-config from 4.3.2 to 5.4.0 2022-10-29 01:01:12 +00:00
package.json Bump @nextcloud/webpack-vue-config from 4.3.2 to 5.4.0 2022-10-29 01:01:12 +00:00
webpack.js Update configs and move to npm7 2021-08-11 08:24:58 +02:00

README.md

⚠️ 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.