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

Feat: Upgrade capacitor and react-scripts #927

Open
wants to merge 58 commits into
base: master
Choose a base branch
from
Open
Changes from 2 commits
Commits
Show all changes
58 commits
Select commit Hold shift + click to select a range
82acbb1
chore: setup capacitor for android and document how to use it
branch14 May 31, 2022
dde9489
fix: link to custom-id
branch14 May 31, 2022
e737578
doc: improve formatting
branch14 May 31, 2022
130d9a5
fix: typo
branch14 May 31, 2022
8b0b1cc
Merge branch 'develop' into feat/setup-capacitor-for-android
munen Jun 2, 2022
ee3f031
Merge pull request #805 from 200ok-ch/feat/setup-capacitor-for-android
munen Jun 2, 2022
0edc961
chore: set server hostname and androidScheme
branch14 Jun 2, 2022
24ead2d
feat: login to gitlab works, dropbox maybe
branch14 Jun 8, 2022
0748f41
chore: cleanup
branch14 Jun 8, 2022
744b86d
feat: switch gitlab redirectUrl based on platform
branch14 Jun 8, 2022
e3b4d72
feat: Quasi Login to Dropbox
munen Jun 8, 2022
187ae94
doc: Rationale for passing OAuth parameters (query or hash)
munen Jun 8, 2022
4d4b8ce
feat: dynamic redirect for dropbox based on platform
branch14 Jun 8, 2022
82287a3
Merge branch 'feat/login-to-gitlab-from-native-app' of github.com:200…
branch14 Jun 8, 2022
135c86e
chore: fix linting errors
branch14 Jun 9, 2022
c512e3a
chore: add missing colon
branch14 Jun 9, 2022
365a648
Merge pull request #822 from 200ok-ch/feat/login-to-gitlab-from-nativ…
munen Jun 9, 2022
e9c12b4
feat: login to webdav from native app
branch14 Jun 9, 2022
858e646
chore: make it prettier
branch14 Jun 9, 2022
f62f338
Merge pull request #826 from 200ok-ch/feat/login-to-webdav-from-nativ…
munen Jun 9, 2022
f1ca8e1
chore: install capacitor plugin send-intent
branch14 Jun 9, 2022
915c604
feat: receive send intent
branch14 Jun 13, 2022
3a565ac
fix: formatting
branch14 Jun 13, 2022
5d7b9ad
fix: formatting
branch14 Jun 13, 2022
1c598e5
chore: minimal fastlane setup for android
branch14 Jun 13, 2022
0d7b420
chore: rename app id
branch14 Jun 13, 2022
2b31e2b
Merge pull request #830 from 200ok-ch/feat/organice-as-android-share-…
munen Jun 15, 2022
2a45c51
chore: For the moment, disable sharing on Android
munen Jun 15, 2022
2446278
Merge pull request #839 from 200ok-ch/feat/minimal-fastlane-setup-for…
munen Jun 15, 2022
034ddaa
Merge pull request #840 from 200ok-ch/chore/rename-app-id
munen Jun 15, 2022
3aedc7d
chore: remove google's initial hash for less merge conflicts
branch14 Jun 16, 2022
004ab00
Merge branch 'master' into develop
branch14 Jun 16, 2022
c7374a2
Merge branch 'develop' of github.com:200ok-ch/organice into develop
branch14 Jun 16, 2022
6461103
Merge branch 'master' into develop
branch14 Jun 16, 2022
9718f4a
feat: show a build number on the sign in screen
branch14 Jun 20, 2022
873e3db
Merge branch 'master' into develop
branch14 Jun 20, 2022
3e05b9f
Merge branch 'develop' into feat/show-a-build-number
branch14 Jun 20, 2022
061b4a1
fix: className instead of class
branch14 Jun 20, 2022
50680ef
fix: formatting
branch14 Jun 20, 2022
747c3a7
Merge branch 'develop' into feat/show-a-build-number
branch14 Jun 20, 2022
9d07569
fix: formatting
branch14 Jun 20, 2022
eee1b62
chore: Rename ORGANICE_REVISION to ORGANICE_ROLLING_RELEASE
munen Jun 20, 2022
9b471b4
Merge pull request #849 from 200ok-ch/feat/show-a-build-number
munen Jun 20, 2022
67b0fb7
feat: deploy via make with revision
branch14 Jun 21, 2022
a2cd8f0
refactor: make workflow for fewer phony targets
branch14 Jun 21, 2022
43ce06b
chore: Makefile cleanup
branch14 Jun 21, 2022
5b6504b
fix: iOS top bar for PWA
munen Jun 21, 2022
ed38d43
Merge pull request #855 from 200ok-ch/fix/ios-top-bar
munen Jun 21, 2022
8261dfd
Revert "fix: iOS top bar for PWA"
munen Jun 21, 2022
c8cb64f
Merge branch 'master' into develop
branch14 Jun 22, 2022
7140fef
fix: make sure src/lib/headline_filter_parser.js is generated
branch14 Jun 22, 2022
cd66678
Merge pull request #852 from 200ok-ch/feat/deploy-via-make-with-revision
munen Jun 22, 2022
2a3478b
fix: terminate lftp after upload
branch14 Jun 28, 2022
7886d70
Merge pull request #863 from 200ok-ch/fix/terminate-lftp-after-upload
munen Jun 28, 2022
aa4c456
Upgrade capacitor to v4
ieugen Jan 4, 2023
7fb8379
Upgrade to react-scripts 4
ieugen Jan 4, 2023
5a6da3e
chore: Update .nvmrc
munen Jan 5, 2023
4791f4a
Merge pull request #924 from ieugen/capacitor4
munen Jan 5, 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 Makefile
Original file line number Diff line number Diff line change
@@ -88,7 +88,7 @@ check-ftp-credentials: ## Check for FTP credentials
deploy: check-ftp-credentials setup release
deploy: ## Deploy organice as PWA via FTP
cd release && \
lftp -u${FTP_USER},${FTP_PASSWD} -e "mirror -R ./" ${FTP_HOST}
lftp -u${FTP_USER},${FTP_PASSWD} -e "mirror -R ./; bye" ${FTP_HOST}

# ------------------------------------------------------------
# internals