Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nextcloud/browser_warning
⚠ Show a warning message on the login page
https://github.com/nextcloud/browser_warning
browser nextcloud user-agent warning
Last synced: about 2 months ago
JSON representation
⚠ Show a warning message on the login page
- Host: GitHub
- URL: https://github.com/nextcloud/browser_warning
- Owner: nextcloud
- License: agpl-3.0
- Archived: true
- Created: 2019-01-15T18:19:50.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-11-02T08:05:01.000Z (about 2 years ago)
- Last Synced: 2024-09-25T21:33:40.701Z (about 2 months ago)
- Topics: browser, nextcloud, user-agent, warning
- Language: JavaScript
- Homepage:
- Size: 2.24 MB
- Stars: 9
- Watchers: 4
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
:warning: 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
:woman_mechanic: See inside `/src/rules.js` to see what rules exists and how you can add some.
![screenshot-01-16_18-29-04](https://user-images.githubusercontent.com/14975046/51266875-ab4ce480-19bc-11e9-83eb-d6cf0a05cadf.png)
## 🏗 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](https://github.com/nextcloud/browser_warning/issues) and [review pull requests](https://github.com/nextcloud/browser_warning/pulls) 👍### 🧙 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.