138 Commits

Author SHA1 Message Date
afn
e44ce02042
chore(contributors): rearrange repositories 2022-12-26 16:06:07 -05:00
Alexandre Teles
46248cd2e1
Merge pull request #49 from Ushie/feat/contributors/contributions
feat(contributors): show contributions count
2022-12-26 18:01:08 -03:00
Alexandre Teles
c537f76311
Merge pull request #50 from Ushie/chore/update-domain
chore(readme): update rvcd.win to revanced.app
2022-12-26 18:00:55 -03:00
Alexandre Teles
180e5915f6
Merge pull request #51 from Ushie/chore/docker-compose-image
chore(docker): update alexandreteles to revanced and fix redis image download
2022-12-26 18:00:43 -03:00
Alexandre Teles
12740e65d5
Merge branch 'dev' into chore/docker-compose-image 2022-12-26 17:44:43 -03:00
Alexandre Teles
218b53a065
Merge branch 'dev' into chore/update-domain 2022-12-26 17:44:40 -03:00
Alexandre Teles
279a2bcbef
Merge branch 'dev' into feat/contributors/contributions 2022-12-26 17:44:22 -03:00
Alexandre Teles
9de2af5b6b chore: remove hypercorn dep 2022-12-26 17:26:32 -03:00
Alexandre Teles
c572873f08 refactor: rewrite some endpoints to speed up execution 2022-12-26 17:20:58 -03:00
Ushie
917d998f21
feat(portainer): update portainer stack 2022-12-26 22:12:33 +03:00
Ushie
abc8364b62
fix: broken image download 2022-12-26 21:38:25 +03:00
Ushie
85953762f0
chore(docker): update alexandreteles to revanced 2022-12-26 21:37:18 +03:00
Ushie
36dd00dfe9
chore(readme): update rvcd.win to revanced.app 2022-12-26 21:29:54 +03:00
Ushie
7e0f21e422
feat(contributors): show contributions count 2022-12-26 21:23:22 +03:00
Alexandre Teles
b2641b5351 chore: bump libs and python version 2022-11-27 00:40:55 -03:00
Alexandre Teles
7a6cde4fe3 refactor: use list comprehension 2022-11-26 23:15:59 -03:00
Alexandre Teles
c816138a44 fix: solves #40, fixes broken tool endpoint 2022-11-26 23:05:40 -03:00
Alexandre Teles
88b767f9ae
Merge pull request #39 from mirgb/dev
refactor: __get_release() and get_latest_releases() functions
2022-11-26 22:08:37 -03:00
Myron
8012ee0c0d refactor: __get_release() and get_latest_releases() functions, and make comment style consistent. 2022-11-26 19:36:32 -05:00
Alexandre Teles
c323c9948e
Merge pull request #37 from revanced/dev
refactor: remove deprecated field from patches endpoint
2022-11-22 22:25:09 -03:00
Alexandre Teles
662067e152 refactor: remove deprecated field from patches endpoint 2022-11-22 22:13:32 -03:00
Alexandre Teles
f825032567
Merge pull request #31 from ThexXTURBOXx/main
fix: update workflow actions
2022-11-22 22:05:28 -03:00
Alexandre Teles
6ffaa837bd
fix: bump python version
The MyPy workflow requires the latest minor Python version, or it refuses to run :/
2022-11-22 21:53:10 -03:00
Alexandre Teles
c1db46b8a4
Merge branch 'main' into main 2022-11-22 21:41:15 -03:00
Alexandre Teles
9a7f797d1c
Merge pull request #36 from revanced/dev
fix: make sure gunicorn passes the correct headers
2022-11-22 21:39:18 -03:00
Alexandre Teles
4187c21678
Merge branch 'main' into dev 2022-11-22 21:38:18 -03:00
Alexandre Teles
1e85bccfe3 fix: make sure gunicorn passes the correct headers 2022-11-22 21:32:40 -03:00
Nico Mexis
f8d92e34bf
fix: change mypy to main again 2022-11-05 12:52:52 +01:00
Nico Mexis
47ed3174b3
fix: update workflow actions 2022-11-05 11:37:07 +01:00
Alexandre Teles
471f555c3c feat: add api to repo list 2022-10-17 19:08:29 -03:00
Alexandre Teles
d4ebb6624a chore: bump deps 2022-10-17 19:08:29 -03:00
Alexandre Teles
2d3e62addf fix: fix token revogation 2022-10-17 19:08:29 -03:00
Alexandre Teles
07800c4d62 breaking: change authentication methods 2022-10-17 19:08:29 -03:00
Aunali321
655d2bd395 feat: add ReVanced Website to api. 2022-10-17 19:08:29 -03:00
Alexandre Teles
a531c145b3 feat: add api to repo list 2022-10-17 18:55:03 -03:00
Alexandre Teles
6fe43c8041 chore: bump deps 2022-10-17 18:55:03 -03:00
Alexandre Teles
a46c62a898 fix: fix token revogation 2022-10-17 18:55:03 -03:00
Alexandre Teles
0a9c2bae63 breaking: change authentication methods 2022-10-17 18:55:03 -03:00
Aunali321
196264d96b feat: add ReVanced Website to api. 2022-10-17 13:40:20 -03:00
Alexandre Teles
2bf7120c94 chore: bump deps 2022-10-15 02:13:46 -03:00
Alexandre Teles
d0ab6abc8d Merge branch 'main' into dev 2022-10-13 01:51:12 -03:00
Alexandre Teles
3b418197c2
feat: implements cdn mirrors endpoints, fix docs, move endpoints to custom routers (#18)
* feat: resolves #5, resolves #4 (#7)

* Implements client generation and management

* fix announcements endpoints

* change annoucements model

* bump deps

* sync with main

* refactor: adopt some functional standards in Releases.py

* feat: add new workflows

* chore: remove unused files

* refactor: update build badge

* refactor: move files around and delete unused ones

* feat: add authentication endpoints

* refactor: clean up code on Clients.py controller

* fix: fix the client secret update endpoint

* refactor: clean up authentication code

* feat: add authentication to client endpoints

* chore: bump deps

* feat: add admin user generation

* feature: add /changelogs endpoint (#10)

* feat: move endpoints into custom routers, resolves #12 (#14)

* refactor: import routers from old branch

* refactor: import InternalCache removal

* refactor: move routes into dedicated routers

* fix: fixes entrypoint

* refactor: add documentation and bump libs

* docs: update description (#16)

* feat: implement cdn mirrors endpoints, closes #15 (#17)

* feat: add cdn mirror endpoints

* refactor: change API version in docs

* docs: fix titles on API docs page

Co-authored-by: oSumAtrIX <johan.melkonyan1@web.de>
2022-10-13 01:48:07 -03:00
Alexandre Teles
91ee355c29 Merge branch 'main' into dev 2022-10-13 01:47:03 -03:00
Alexandre Teles
4cb02c55ea
feat: implement cdn mirrors endpoints, closes #15 (#17)
* feat: add cdn mirror endpoints

* refactor: change API version in docs

* docs: fix titles on API docs page
2022-10-13 01:06:50 -03:00
oSumAtrIX
24d78709fc
docs: update description (#16) 2022-10-12 22:42:54 -03:00
Alexandre Teles
0ce5780a4e
feat: move endpoints into custom routers, resolves #12 (#14)
* refactor: import routers from old branch

* refactor: import InternalCache removal

* refactor: move routes into dedicated routers

* fix: fixes entrypoint

* refactor: add documentation and bump libs
2022-10-11 00:10:56 -03:00
Alexandre Teles
ca49a3b31a
feat: implement clients, authentication, announcement and changelogs (#11)
* feat: resolves #5, resolves #4 (#7)

* Implements client generation and management

* fix announcements endpoints

* change annoucements model

* bump deps

* sync with main

* refactor: adopt some functional standards in Releases.py

* feat: add new workflows

* chore: remove unused files

* refactor: update build badge

* refactor: move files around and delete unused ones

* feat: add authentication endpoints

* refactor: clean up code on Clients.py controller

* fix: fix the client secret update endpoint

* refactor: clean up authentication code

* feat: add authentication to client endpoints

* chore: bump deps

* feat: add admin user generation

* feature: add /changelogs endpoint (#10)
2022-10-09 16:56:24 -03:00
Alexandre Teles
6133b4f776
feature: add /changelogs endpoint (#10) 2022-10-09 16:43:46 -03:00
Alexandre Teles
9dbef92fd1
feat: resolves #5, resolves #4 (#7)
* Implements client generation and management

* fix announcements endpoints

* change annoucements model

* bump deps

* sync with main

* refactor: adopt some functional standards in Releases.py

* feat: add new workflows

* chore: remove unused files

* refactor: update build badge

* refactor: move files around and delete unused ones

* feat: add authentication endpoints

* refactor: clean up code on Clients.py controller

* fix: fix the client secret update endpoint

* refactor: clean up authentication code

* feat: add authentication to client endpoints

* chore: bump deps

* feat: add admin user generation
2022-10-08 17:35:54 -03:00
Alexandre Teles
94e7ac64c0
refactor: update build badge 2022-09-30 21:12:44 -03:00