61b25e1213
Add search feature to Audit Logs
2022-02-12 13:10:23 +07:00
d3a5a3d0d6
Add search feature to Users
2022-02-12 12:52:22 +07:00
29c0fcbad6
Add search feature to SSL Certificates
2022-02-12 12:45:29 +07:00
de84d5d463
Add search feature to Access Lists
2022-02-12 12:17:45 +07:00
078114ee67
Fix search query for proxy
2022-02-12 11:52:47 +07:00
49f350fb00
Add search feature to 404 hosts
2022-02-12 11:48:47 +07:00
e141b5ff20
Add search feature to stream
2022-02-12 11:36:59 +07:00
181f163cb5
Move render showEmpty into function
2022-02-12 10:40:37 +07:00
30a9d3ae8d
Add search feature to proxy host
2022-02-12 10:38:15 +07:00
83e09ad5a7
Update current year for footer
...
Update current year for footer
2022-02-05 20:59:21 +01:00
96e034aa75
Add search function for redirection
2022-01-30 22:47:42 +07:00
ac23c66659
Fixes custom certificate upload modal
2021-12-23 12:23:30 +01:00
d45f39aae3
Merge pull request #1538 from jc21/adds-http-challenge-test
...
Adds buttons to test availability of server from public internet
2021-11-10 09:15:26 +10:00
0c8bbb4bc2
Merge pull request #1561 from jc21/header-warning-for-advanced-config
...
Adds advanced config header warning
2021-11-08 12:28:34 +10:00
67463ca136
Removes unused dependencies
2021-11-05 13:59:19 +01:00
a5229d0e92
Adds advanced config header warning and replaces variable info with translation
2021-11-04 12:01:01 +01:00
e17de6058e
Fixed typo
2021-11-01 17:43:46 +01:00
9efe6cfb39
Minor fixes
2021-10-31 13:41:29 +01:00
c55476b196
Adds buttons to test availability of server from public internet
2021-10-31 00:19:18 +02:00
bf7b659e89
Adds cache busting to js bundles as well
2021-10-17 19:15:35 +02:00
81a9cab2b3
Merge pull request #1464 from jc21/fixes-navigation-on-mobile
...
Adds toggle to header to display menu on mobile
2021-10-11 11:55:37 +10:00
27f84f880a
Updated node-sass and sass-loader
2021-10-11 11:11:46 +10:00
780759dc27
Adds toggle to header to display menu on mobile
2021-10-05 21:00:10 +02:00
413ab50fc4
Change example IP: 0.0.0.0 -> 203.0.113.25
2021-09-12 12:28:25 +02:00
c1880bd3ff
1.1.1.1 used as a placeholder, despite being real external website/address #686
2021-09-11 17:21:32 +02:00
e7f7be2a2b
OpenIDC: Trigger the change event of the "restrict users" toggle when enabling/disabling oidc.
...
If this is not triggered and the OIDC toggle is enabled, the "disabled" property will be removed from the restricted user list input, causing an error when trying to submit the form without it.
2021-09-09 08:12:50 +10:00
076d89b5b5
Use localized strings for the OpenID Connect texts.
2021-09-09 08:12:50 +10:00
cdf702e545
Add a field to specify a list of allowed emails when using OpenID Connect auth.
2021-09-09 08:12:50 +10:00
53792a5cf7
Add database columns to store OpenID Connect information for Proxy Hosts.
2021-09-09 08:12:19 +10:00
8e10b7da37
Add UI tab for specifying OpenID Connect options for proxy hosts.
2021-09-09 08:12:19 +10:00
8944609b63
fixed linting
2021-08-24 07:28:17 +05:30
1b1807c79a
removed debug lines
2021-08-23 18:03:47 +05:30
a8f4699816
[frontend] certificate download changes
2021-08-23 15:47:03 +05:30
ab40e4e2cf
Merge pull request #1036 from BjoernAkAManf/master
...
Allows hostname instead of ip for streams
2021-08-16 13:40:40 +10:00
ba7bb57ca2
Incorporate feedback
...
- Empty function removed
- Placeholder and Maxlength restored
- Validation improved
- Typo fixed
2021-08-13 11:32:01 +02:00
3fc3e43042
Bump path-parse from 1.0.6 to 1.0.7 in /frontend
...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse ) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases )
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7 )
---
updated-dependencies:
- dependency-name: path-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-08-12 00:56:50 +00:00
4b8bdd22b3
Merge pull request #1181 from Theyooo/fix-wildcard-domains-regex
...
Fix wildcard domain regex
2021-07-18 19:05:23 +10:00
a4c143e2d1
Merge pull request #1178 from mrdink/patch-1
...
Update messages.json
2021-07-12 07:54:36 +10:00
56c4f8a106
fix wildcard domains regex
2021-06-17 11:51:51 +02:00
99ef8bae4c
Update messages.json
...
small change but updated the year in the footer. maybe there's a better way to grab the date with a function?
2021-06-16 09:29:55 -04:00
b7f0343730
Bump postcss from 7.0.32 to 7.0.36 in /frontend
...
Bumps [postcss](https://github.com/postcss/postcss ) from 7.0.32 to 7.0.36.
- [Release notes](https://github.com/postcss/postcss/releases )
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/postcss/compare/7.0.32...7.0.36 )
---
updated-dependencies:
- dependency-name: postcss
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-06-16 10:16:48 +00:00
21bfb61cc8
Merge pull request #1068 from jc21/dependabot/npm_and_yarn/frontend/underscore-1.12.1
...
Bump underscore from 1.10.2 to 1.12.1 in /frontend
2021-06-11 10:01:30 +10:00
1a04863a08
Merge pull request #972 from psharma04/master
...
Add info about SSL
2021-05-20 08:14:28 +10:00
077d3eb993
Merge pull request #1071 from jc21/dependabot/npm_and_yarn/frontend/ua-parser-js-0.7.28
...
Bump ua-parser-js from 0.7.21 to 0.7.28 in /frontend
2021-05-20 08:12:41 +10:00
9f146b8fc3
Merge pull request #1099 from jc21/updates-dns-providers
...
Updates Porkbun, DuckDNS & Azure challenge providers
2021-05-20 08:12:12 +10:00
c8439b8429
Displays entity id for each entry in frontend
...
Displays this id inside the three-dot-menu on the right
2021-05-16 16:57:05 +02:00
4c3632d3e7
Automatically sort DNS challenge providers by display name on render
2021-05-15 19:16:28 +02:00
5269c957ce
Merge pull request #1085 from jc21/improved-new-password-error-messages
...
Improved new password error messages
2021-05-13 08:24:12 +10:00
bf8d2672c8
Typo (used \m instead of \n)
2021-05-13 08:24:08 +10:00
07bbece704
Serves font locally
2021-05-12 18:03:10 +02:00