Commit graph

1200 commits

Author SHA1 Message Date
234064ed72 feat: Implement infrastructure for new DNS provider deSEC 2023-05-09 03:15:48 -03:00
72a04a54b3 refactor: Remove low level ApiController and replace Dns interfaces 2023-05-03 00:01:44 -03:00
5cbf399a58 fix: Remove accidental hardcode for staging options 2023-05-02 23:49:13 -03:00
30385c2470 refactor: Create empty DnsProvider interfaces 2023-05-02 23:42:18 -03:00
0d55361a9b fix: Improve installation failure dialogues 2023-05-02 17:05:55 -03:00
da4b38b787 fix: Move DNS entries creation step to server provider layer 2023-04-28 14:19:52 -03:00
b242838339 fix: Make launchInstall return correct object for volume 2023-04-26 14:39:33 -03:00
854febc5d2 fix: Replace hardcoded string from Hetzner to Cloudflare for DNS providers page 2023-04-26 14:35:57 -03:00
1e9f1f88a7 fix: Hetzner installation issues
- Replace serverType id with locaiton id
- Replaces id accessing in volume from .id to [id]
2023-04-25 16:44:43 -03:00
4c2cfca4c4 fix: Change server location type for Hetzner 2023-04-25 16:20:23 -03:00
d282f37b71 fix: Return correct adapters for Hive and make it run 2023-04-25 16:04:19 -03:00
4aa13dd63a chore: resolve ui conflicts and make it build 2023-04-24 13:45:16 -03:00
3b49805c9c chore: Move volume api to abstract server provider interface 2023-04-24 12:09:23 -03:00
f6591cbfc6 chore: Implement server installation for Digital Ocean 2023-04-19 10:41:30 -03:00
15c0586ab3 chore: Merge digital-ocean-dns into refactoring 2023-04-12 05:32:56 -03:00
755ac1d5c0 chore: Merge master into digital-ocean-dns 2023-04-12 02:42:33 -03:00
Inex Code
e180c23cb7 Merge pull request 'UI Refactor and move to auto_route' (#203) from ui-refactor into master
Reviewed-on: https://git.selfprivacy.org/kherel/selfprivacy.org.app/pulls/203
Reviewed-by: NaiJi  <naiji@udongein.xyz>
2023-04-08 04:00:48 +03:00
Inex Code
931da1443d refactor(ui): Delete BrandCards 2023-04-05 13:38:07 +03:00
Inex Code
466a221dd0 refactor(ui): More compact view of console.dart 2023-04-05 13:38:07 +03:00
Inex Code
4fde816023 refactor(ui): Remove unused components 2023-04-05 13:38:07 +03:00
Inex Code
a9d7a27e9d refactor(ui): Update recovery flow to use new support drawer 2023-04-05 13:38:07 +03:00
Inex Code
d242f5141e refactor(ui): Remove brand alert dialogs and bottom sheet 2023-04-05 13:38:07 +03:00
Inex Code
f5313a8148 chore: New lints 2023-04-05 13:38:07 +03:00
Inex Code
805f12b9e9 docs: Document WidgetSize widget 2023-04-05 13:38:07 +03:00
Inex Code
f0f1e8cacc refactor(ui): Get rid of BrandText and restructure the buttons 2023-04-05 13:38:07 +03:00
Inex Code
c18191f639 feat: Add jobs button to the app bar of HeroScreen 2023-04-05 13:38:07 +03:00
Inex Code
3a77864a64 chore(router): Bump router version 2023-04-05 13:38:07 +03:00
Inex Code
af7196d84b refactor(router): Migrate to AutoRouter v6 2023-04-05 13:38:07 +03:00
Inex Code
3366585d76 fix(router): PopUpDialogs couldn't find the context. 2023-04-05 13:38:07 +03:00
Inex Code
ee9b8a4e31 refactor(router): Move more pages to new router 2023-04-05 13:38:07 +03:00
Inex Code
999c8346be style: Fix formatting 2023-04-05 13:38:07 +03:00
Inex Code
9a8965f569 fix: Fix BottomBar showing incorrect animation when navigating from sibling routes 2023-04-05 13:38:07 +03:00
Inex Code
9d6721d58b refactor: Deprecate showFab on BrandHeroScreen 2023-04-05 13:38:07 +03:00
inexcode
1f5f366bc5 refactor(server-api): GraphQL codegen removed dependency on JSON Serializable. 2023-04-05 13:38:07 +03:00
inexcode
0df9d2ac27 feat: Use Material 3 animation curves 2023-04-05 13:38:07 +03:00
inexcode
6656635785 fix: remove unnecessary logging 2023-04-05 13:38:07 +03:00
inexcode
423efeeb20 feat: Introduce new router and adaptive layouts 2023-04-05 13:38:07 +03:00
inexcode
befdc0286e feat: Automatic day/night theme 2023-04-05 13:38:07 +03:00
inexcode
54513998ce fix: Devices and Recovery Key cubits couldn't initialize right after server installation 2023-04-05 13:38:07 +03:00
inexcode
0b3b46b452 feat: Breakpoints utility 2023-04-05 13:38:07 +03:00
inexcode
8fc229647f feat: Add Support drawer and basic support cubit. 2023-04-05 13:38:07 +03:00
Inex Code
768d5ff226 chore(dependencies): Remove share_plus, add auto_route and flutter_adaptive_scaffold 2023-04-05 13:38:07 +03:00
74c84a8445 chore: Merge digital-ocean-dns into refactoring 2023-03-30 01:30:58 -03:00
f35c416160 chore: Merge master into digital-ocean-dns 2023-03-30 00:25:30 -03:00
Inex Code
fb8fdad0c5 Merge pull request 'refactor: Migrate to Flutter 3.7' (#194) from flutter-3.7 into master
Reviewed-on: https://git.selfprivacy.org/kherel/selfprivacy.org.app/pulls/194
Reviewed-by: NaiJi  <naiji@udongein.xyz>
2023-03-28 17:46:23 +03:00
7b2540640f chore: Rewrite server installation function on api level for Digital Ocean 2023-03-22 21:28:16 -03:00
4e4b61609f chore: Move volume functions to provider layer for Digital Ocean 2023-03-21 13:08:46 -03:00
dde6f7e80d chore: Move volume functions to provider layer for Hetzner 2023-03-20 12:22:43 -03:00
760d52e68a chore: Merge digital-ocean-dns into refactoring 2023-03-20 11:06:09 -03:00
38c3363805 chore: Merge flutter-3.7 into digital-ocean-dns 2023-03-20 11:03:26 -03:00