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

Frontend v2 #84

Draft
wants to merge 52 commits into
base: dev
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
76f6216
Initial commit
db-2001 Feb 3, 2024
f50990d
Reimplemented Library and Notification connectors
db-2001 Feb 4, 2024
1ba49dd
Added PostData to reset functions
db-2001 Feb 4, 2024
148af6a
Filter functionality
db-2001 Feb 7, 2024
8bd6ad4
Added manga sources to settings
db-2001 Feb 9, 2024
2c5a032
Added rate limits to UpdateSettings
db-2001 Feb 9, 2024
c7e49fb
Added in remaining Tranga settings functionality
db-2001 Feb 9, 2024
c75f65f
Remove redundant refresh library
db-2001 Feb 9, 2024
9309a4e
Potential fix for preventing the filter buttons from loading multiple…
db-2001 Feb 10, 2024
9accca0
Applied new popup style to Jobs view and fixed manga library populati…
db-2001 Feb 10, 2024
1ee1736
Small visual tweak to make the user agent the textbox value rather th…
db-2001 Feb 10, 2024
4c418ad
Updates to match API
db-2001 Feb 11, 2024
0106700
Commenting out console logging of HTTP request response
db-2001 Feb 11, 2024
4f6b072
Finalized Downlolad Logs button
db-2001 Feb 11, 2024
b99ade7
Commented out console logging of logs
db-2001 Feb 11, 2024
5cda6ec
Potential fix/support for HTTPS
db-2001 Feb 24, 2024
6fac397
Merge pull request #41 from db-2001/settings-rework
C9Glax Feb 28, 2024
b87c159
Merge pull request #61 from C9Glax/master
db-2001 Feb 28, 2024
0a68da2
Fix docker workflow files for cuttingedge and dev branches
db-2001 Mar 1, 2024
2216e13
Merge pull request #62 from C9Glax/dev
db-2001 Mar 1, 2024
b4cf22b
Merge pull request #63 from C9Glax/cuttingedge
db-2001 Mar 1, 2024
657a3d1
Reverse Proxy api automatically test
db-2001 Mar 6, 2024
61e3fbd
Merge pull request #65 from db-2001/dev
db-2001 Mar 6, 2024
4b86cd7
A little fucking semi-colon
db-2001 Mar 6, 2024
8f9700e
Merge branch 'dev' of https://github.com/C9Glax/tranga-website into dev
db-2001 Mar 6, 2024
ef5524d
conf tweaks
db-2001 Mar 6, 2024
e9937c0
Merge pull request #66 from db-2001/dev
db-2001 Mar 6, 2024
d05b8ea
more conf tweaks
db-2001 Mar 6, 2024
9c0a7a0
Merge pull request #67 from db-2001/dev
db-2001 Mar 6, 2024
a2e0a23
another freaking semicolon mistake
db-2001 Mar 6, 2024
d33ac16
Merge pull request #68 from db-2001/dev
db-2001 Mar 6, 2024
5af3005
feat: enable API_URL in Dockerfile
Mar 7, 2024
ecf9e1a
Merge pull request #69 from YodaDaCoda/dev
db-2001 Mar 7, 2024
e0093c6
Merge pull request #75 from C9Glax/dev
db-2001 Mar 30, 2024
acb22d7
Merge pull request #74 from C9Glax/dev
db-2001 Mar 30, 2024
793561d
Merge remote-tracking branch 'github/cuttingedge' into cuttingedge
C9Glax Apr 2, 2024
3eb7b63
Fix https://github.com/C9Glax/tranga-website/issues/76 wrong context
C9Glax Apr 2, 2024
3b99dbd
Remove Mangadex Author Rate Limit
db-2001 Apr 18, 2024
5b52577
Merge pull request #82 from db-2001/remove-mdex-author
C9Glax Apr 18, 2024
b8efc3f
C9Glax/tranga-website#83
db-2001 Apr 21, 2024
4c840bf
C9Glax/tranga-website#59
db-2001 Apr 21, 2024
a3479bc
C9Glax/tranga-website#79
db-2001 Apr 21, 2024
2c04574
Search Window refresh
db-2001 Apr 25, 2024
3648ee2
Link to Manga site
db-2001 Apr 25, 2024
1aa230b
Custom Progress Bar with Half Working Animation
db-2001 Apr 25, 2024
426fd87
C9Glax/tranga-website #85
db-2001 Apr 26, 2024
c3b4d4b
Syntax error in previous commit
db-2001 Apr 27, 2024
2a76b7e
Fix for overwriting unchanged settings on front-end
db-2001 Apr 27, 2024
b3b7b31
Tweak behavior for mobile devices
db-2001 May 18, 2024
59bfb0e
Update Manga viewer popup to use popup-window elements
db-2001 May 18, 2024
23ecbd1
Addresses https://github.com/C9Glax/tranga-website/issues/87
db-2001 Jun 11, 2024
a5dc140
Very unoptimized API updates
db-2001 Aug 12, 2024
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
4 changes: 3 additions & 1 deletion .github/workflows/docker-image-cuttingedge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Docker Image CI
on:
push:
branches: [ "cuttingedge" ]
pull_request:
branches: [ "cuttingedge" ]
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -35,7 +37,7 @@ jobs:
- name: Build and push Website
uses: docker/[email protected]
with:
context: ./Website
context: ./
file: ./Dockerfile
#platforms: linux/amd64,linux/arm64,linux/riscv64,linux/ppc64le,linux/s390x,linux/386,linux/mips64le,linux/mips64,linux/arm/v7,linux/arm/v6
platforms: linux/amd64
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/docker-image-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: Docker Image CI

on:
push:
branches: [ "cuttingedge" ]
branches: [ "dev" ]
pull_request:
branches: [ "dev" ]
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -35,7 +37,7 @@ jobs:
- name: Build and push Website
uses: docker/[email protected]
with:
context: ./Website
context: ./
file: ./Dockerfile
#platforms: linux/amd64,linux/arm64,linux/riscv64,linux/ppc64le,linux/s390x,linux/386,linux/mips64le,linux/mips64,linux/arm/v7,linux/arm/v6
platforms: linux/amd64
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-image-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Build and push Website
uses: docker/[email protected]
with:
context: ./Website
context: ./
file: ./Dockerfile
#platforms: linux/amd64,linux/arm64,linux/riscv64,linux/ppc64le,linux/s390x,linux/386,linux/mips64le,linux/mips64,linux/arm/v7,linux/arm/v6
platforms: linux/amd64
Expand Down
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,9 @@ riderModule.iml
/dataSources.local.xml
/.idea
cover.jpg
cover.png
cover.png
.vs/slnx.sqlite
.vs/tranga-website/config/applicationhost.config
.vs/tranga-website/FileContentIndex/91a465d3-1190-42e0-95eb-fa3694744e58.vsidx
.vs/tranga-website/v17/.wsuo
.vs/VSWorkspaceState.json
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
FROM nginx:alpine3.17-slim
COPY . /usr/share/nginx/html
COPY ./Website /usr/share/nginx/html
COPY ./nginx /etc/nginx
EXPOSE 80
ENV API_URL=http://tranga-api:6531
CMD ["nginx", "-g", "daemon off;"]
Loading