mirror of
https://github.com/go-shiori/shiori.git
synced 2026-04-25 06:25:54 +03:00
[PR #742] [MERGED] refactor: migrate ebook routes #765
Labels
No labels
component:backend
component:builds
component:builds
component:extension
component:frontend
component:readability
database
database:mysql
database:postgres
database:sqlite
feature:ebooks
github_actions
good first issue
hacktoberfest
note:duplicate?
note:fixed?
note:out-of-scope?
os:windows
priority:high
priority:low
pull-request
resolution:as-intended
resolution:cant-reproduce
resolution:duplicate
resolution:fixed
resolution:wontfix
tag:TBD
tag:big-task
tag:help-wanted
tag:huge-data
tag:meta
tag:more-info
tag:next
tag:no-stale
tag:requires-migrations
tag:research
tag:security 🛡️
tag:stale
tag:waiting-for-assignee
type:bug
type:documentation
type:enhancement
type:meta
type:ux
user:cli
user:web
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shiori#765
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/go-shiori/shiori/pull/742
Author: @Monirzadeh
Created: 9/29/2023
Status: ✅ Merged
Merged: 10/29/2023
Merged by: @fmartingr
Base:
master← Head:epub-v1📝 Commits (10+)
1af16bcadd new apia922bb7UI use new API4b78818remove legacy routea9c541cMerge branch 'master' into epub-v12cedf3cMerge branch 'master' into epub-v1ace7de2fix request to new api destination and read that responseb6c0bb4feat: allow authentication using cookies6dc3d80fix: return proper error on validatesessiondf8da02typo: secret key envionment variable in makefile97a9232Merge branch 'feat/cookie-auth' into epub-v1📊 Changes
18 files changed (+610 additions, -295 deletions)
View changed files
📝
Makefile(+1 -1)📝
docs/swagger/docs.go(+112 -0)📝
docs/swagger/swagger.json(+112 -0)📝
docs/swagger/swagger.yaml(+73 -0)📝
internal/cmd/update.go(+3 -3)📝
internal/http/middleware/auth.go(+29 -9)📝
internal/http/middleware/auth_test.go(+18 -1)📝
internal/http/routes/api/v1/bookmarks.go(+172 -1)📝
internal/http/routes/bookmark.go(+52 -2)📝
internal/http/routes/legacy.go(+0 -6)📝
internal/http/server.go(+1 -1)📝
internal/model/model.go(+2 -2)📝
internal/view/assets/js/page/home.js(+23 -18)📝
internal/view/login.html(+1 -0)📝
internal/webserver/handler-api.go(+6 -246)📝
internal/webserver/handler-ui.go(+3 -3)📝
internal/webserver/handler.go(+1 -1)📝
internal/webserver/utils.go(+1 -1)📄 Description
this Pull request should remove legacy api for ebook.
TODO :
this list will be update
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.