Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Security Event Logging & Bugfixes (rerelease) #1883

Merged
merged 32 commits into from
Mar 16, 2023
Merged
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
f0c292e
Fixed bookmarking failing to convert to webp
majora2007 Mar 15, 2023
a85249d
Brought the ag-swipe/ng-swipe code into Kavita due to being abandoned…
majora2007 Mar 15, 2023
0162364
Fixed average reading time per week finally
majora2007 Mar 15, 2023
a66b992
Cleaned up some extra decimals on time duration pipe
majora2007 Mar 15, 2023
97bbe13
Don't try to update index.html for base url on local. Fixed ag-swipe …
majora2007 Mar 15, 2023
fa313d7
Updated a link on theme manager to point to the new github
majora2007 Mar 15, 2023
bd7130e
Range knobs should be primary color on firefox too
majora2007 Mar 15, 2023
3d2ee30
Implemented the ability to get thumbnails of pages inside an archive …
majora2007 Mar 15, 2023
4ef7dab
Updated packages and fixed opds-ps 1.2 issue
majora2007 Mar 15, 2023
4248205
Fixed lock file
majora2007 Mar 15, 2023
4133b1c
Allow Kavita's Swagger to hit instances with CORS
majora2007 Mar 15, 2023
0227420
Added IP/Request logging for Security Audits
majora2007 Mar 16, 2023
52ae630
Linked up Summary tag from CBL into Kavita.
majora2007 Mar 16, 2023
1f13adf
Redid the migration so SecurityEvent now has UTC date as well.
majora2007 Mar 16, 2023
ced5ea6
Split security logging to a separate file
majora2007 Mar 16, 2023
17ff9ab
Update to new versions of checkout and setup
majora2007 Mar 16, 2023
83e51ea
Added a PR check on PR body to ensure that it doesn't contain any cha…
majora2007 Mar 16, 2023
43cba54
Updating action
therobbiedavis Mar 16, 2023
9068a17
optimize regex in action
therobbiedavis Mar 16, 2023
d378ad3
Fixed an issue where fit to width would cause the actual height of th…
majora2007 Mar 16, 2023
01e2550
Added some new code in GetPageFromFiles to ensure pages that exceed a…
majora2007 Mar 16, 2023
9f109c1
Added comment about robots
majora2007 Mar 16, 2023
0aeb708
Fixed up unit tests for new ReaderService signature
majora2007 Mar 16, 2023
aa5a7d9
Kavita now cleans up empty reading lists at night
majora2007 Mar 16, 2023
cde9598
Don't allow nightly cleanup to run if we are running media conversion…
majora2007 Mar 16, 2023
e800c99
Fixed some bugs in typeahead, it should behave much more reliably.
majora2007 Mar 16, 2023
32614dc
Fix an issue where emulate comic book wasn't extending to the bottom …
majora2007 Mar 16, 2023
439248c
Added support for Series Chapter 001 Volume 001
majora2007 Mar 16, 2023
ffa9c3a
Refactor XFrameOptions="SameOrigins" out to allow users to override i…
majora2007 Mar 16, 2023
b516199
Added a rate limiter for some endpoints, but it doesn't seem to be tr…
majora2007 Mar 16, 2023
8fe9141
Fixed bad yaml
majora2007 Mar 16, 2023
04f1f67
Merge branch 'develop' into bugfix/more-bugs
majora2007 Mar 16, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/sonar-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: JJ/github-pr-contains-action@releases/v7
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
bodyDoesNotContain: "["|`]"
bodyDoesNotContain: "[\"|`]"
build:
name: Build .Net
runs-on: windows-latest
Expand Down