Isaac Connor
|
9284ae2908
|
Add Name,Email,Phone to User object
|
2023-04-03 12:45:09 -04:00 |
Isaac Connor
|
edaec97895
|
Move buttons to header
|
2023-04-02 18:17:03 -04:00 |
Isaac Connor
|
df2828ecba
|
Make new header div flex and align contents
|
2023-04-02 18:16:51 -04:00 |
Isaac Connor
|
7616898579
|
Add class to side navbar to so can hide entries there too
|
2023-04-02 17:20:37 -04:00 |
Isaac Connor
|
6bc2d525d5
|
Add the config item name to the div so we can hide them if we want
|
2023-04-02 16:52:08 -04:00 |
Isaac Connor
|
44ebd80334
|
Parse and substitute events numbers with a link to the event.
|
2023-04-02 16:38:02 -04:00 |
Isaac Connor
|
e739cc2a34
|
Remove debug
|
2023-04-02 16:28:42 -04:00 |
Isaac Connor
|
7e00621e27
|
Make events column headers links too
|
2023-04-02 16:28:23 -04:00 |
Isaac Connor
|
c23469e3eb
|
limit height of filter inputs because chosen multi-select can get too tall
|
2023-04-02 16:28:05 -04:00 |
Isaac Connor
|
aaf5f4f207
|
Use val() on the select instead of trickery to get the array of selected values
|
2023-04-02 16:27:39 -04:00 |
Isaac Connor
|
3a20ab64c7
|
Turn dropdowns into chosen multiple-selects
|
2023-04-02 16:27:14 -04:00 |
Isaac Connor
|
d5baadca84
|
Comment out debug
|
2023-04-02 16:10:24 -04:00 |
Isaac Connor
|
e14f0d0af6
|
Merge branch 'master' of github.com:ZoneMinder/zoneminder
|
2023-04-01 09:41:57 -04:00 |
Isaac Connor
|
86768d108a
|
Fix values not being used in log query causing errors when level filter isused
|
2023-04-01 09:41:37 -04:00 |
Andrew Bauer
|
3c59bf41ac
|
Update redhat.rst
|
2023-03-31 10:35:54 -05:00 |
Andrew Bauer
|
ac388fbf4a
|
Update redhat.rst
|
2023-03-31 10:28:31 -05:00 |
Andrew Bauer
|
ce92b14247
|
Update redhat.rst
supersedes pr#3680
Remove mention of centos.
Deprecate rhel 7.
Lowercase powertools
mention crb repo for rhel 9
|
2023-03-31 09:38:08 -05:00 |
Isaac Connor
|
6b0fb7304a
|
Improve styling of monitors, making monitors list comma separated instead of br and make them links to monitor edit.
|
2023-03-29 11:58:55 -04:00 |
Isaac Connor
|
e0c1aeb823
|
Use jquery text() instead of DOM innerHTML to change icon
|
2023-03-28 18:09:04 -04:00 |
Isaac Connor
|
db58e9f7ef
|
Use alt and title tags on frame images
|
2023-03-28 16:35:20 -04:00 |
Isaac Connor
|
06cad49b80
|
Merge branch 'master' of github.com:ZoneMinder/zoneminder
|
2023-03-28 16:34:05 -04:00 |
Isaac Connor
|
ca0f04f3a7
|
Fix assignment to const
|
2023-03-28 16:31:33 -04:00 |
Isaac Connor
|
aff04e3230
|
Remove width spec from objdetect image when viewing fullscreen
|
2023-03-26 10:50:11 -04:00 |
Isaac Connor
|
8f96f7de8b
|
fix lack of scroll in event view
|
2023-03-26 10:28:18 -04:00 |
Isaac Connor
|
4030da1caf
|
Fix cutnpaste typo
|
2023-03-26 10:09:25 -04:00 |
Isaac Connor
|
c7f6cdd6ce
|
Always check for Shallow events
|
2023-03-24 14:19:54 -04:00 |
Isaac Connor
|
593c7ac902
|
Handle HomeView not being set, and default it so that it is set
|
2023-03-24 12:53:49 -04:00 |
Isaac Connor
|
1c87c9179d
|
Merge branch 'master' of github.com:ZoneMinder/zoneminder
|
2023-03-24 10:39:46 -04:00 |
Isaac Connor
|
b1ed56fbec
|
Add ZM_PATH_API setting
|
2023-03-24 10:39:34 -04:00 |
Isaac Connor
|
16b74fc474
|
Add title of monitor id and name like we had in 1.36
|
2023-03-23 20:03:40 -04:00 |
Isaac Connor
|
c30a40912e
|
Remove reference to MonitorIds column of users table. Fixes #3679
|
2023-03-23 11:20:30 -04:00 |
Isaac Connor
|
cb8ec708fc
|
Add support for aws_bucket and subpath
|
2023-03-23 10:28:58 -04:00 |
Isaac Connor
|
d2751a7254
|
Move s3 object creation code to a sub s3 in storage so it gets cached.
|
2023-03-23 10:03:14 -04:00 |
Isaac Connor
|
821bfa9625
|
Fix typo
|
2023-03-22 13:28:35 -04:00 |
Isaac Connor
|
c8802623e4
|
Install all sql instead of naming individual files
|
2023-03-22 13:28:27 -04:00 |
Isaac Connor
|
dd6cc74da7
|
Rough in UserPreference api
|
2023-03-22 13:22:08 -04:00 |
Isaac Connor
|
764d48d378
|
If the css in cookie is invalid, clear it so that the logs don't fill up with the warnings
|
2023-03-22 08:06:02 -04:00 |
Isaac Connor
|
6c8a2ad05a
|
add support for shortened user= pass= which is used in auth_relay=PLAIN
|
2023-03-22 08:06:02 -04:00 |
Isaac Connor
|
da87187f1d
|
Use explode instead of split
|
2023-03-22 08:06:02 -04:00 |
Isaac Connor
|
01ba5f59f9
|
Use dirname(__FILE__) instead of DOCUMENT_ROOT. Apparently many people have something wrong in DOCUMENT_ROOT. I don't understand it, but it seems like dirname(__FILE__) is a better solution anyways.
|
2023-03-21 18:22:53 -04:00 |
Isaac Connor
|
3e1963231a
|
Merge branch 'master' of github.com:ZoneMinder/zoneminder
|
2023-03-21 10:06:47 -04:00 |
Isaac Connor
|
593edf950a
|
Add fontfaceobserver.standalone.js to eslint ignore
|
2023-03-21 10:06:43 -04:00 |
Isaac Connor
|
16ccac2325
|
Code style, add some parenthesis to make logic more clear
|
2023-03-21 10:03:57 -04:00 |
Isaac Connor
|
34e3e99c99
|
Rough in code for User_Preferences
|
2023-03-21 10:03:57 -04:00 |
Isaac Connor
|
5d63d4f375
|
Rough in User_Preferences table in db
|
2023-03-21 10:03:57 -04:00 |
Isaac Connor
|
cd167d8aec
|
Fix eslint
|
2023-03-21 10:02:53 -04:00 |
Isaac Connor
|
e60586feee
|
Merge branch 'master' of github.com:ZoneMinder/zoneminder
|
2023-03-21 09:54:40 -04:00 |
Isaac Connor
|
128b3d884a
|
Spacing
|
2023-03-21 09:54:37 -04:00 |
Isaac Connor
|
e216b6b008
|
Add auth_relay to stream status request so that it works when AUTH_RELAY=PLAIN
|
2023-03-21 09:54:22 -04:00 |
Isaac Connor
|
a1c732abb8
|
Add special case, when the filter specifies a single event, modify the filter to be a Monitor filter so that next and prev buttons work
|
2023-03-21 09:53:52 -04:00 |