Commit graph

23898 commits

Author SHA1 Message Date
Manav Rathi 6d96a7c569 Fix the cache param 2024-03-04 15:59:46 +05:30
Manav Rathi 6362cd8bed Fix path 2024-03-04 15:59:08 +05:30
Manav Rathi 3af6739f85 Fix name 2024-03-04 15:58:52 +05:30
Manav Rathi a599ddbfc1 Cache 2024-03-04 15:58:16 +05:30
Manav Rathi 7d526c2e6d Also add a auth lint 2024-03-04 15:44:26 +05:30
Manav Rathi d845be6691 Fix formatting for web 2024-03-04 15:23:38 +05:30
Manav Rathi 4ebbed82d6 Watch for changes in the workflow itself
And also install flutter
2024-03-04 15:20:28 +05:30
Manav Rathi e3f90a1c4e Set default working directory for all run steps in the job
Ref:
https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_iddefaultsrun
2024-03-04 13:00:12 +05:30
Manav Rathi e15e39fb6c Crowdin project_id is already public
It is shown on the public project page
2024-03-04 12:54:49 +05:30
Manav Rathi b00ce0b91f Add base path
Ref:

- https://github.com/crowdin/github-action
- https://crowdin.github.io/crowdin-cli/faq
2024-03-04 12:03:18 +05:30
Manav Rathi 5445e89fe7 Remove unused file 2024-03-04 12:03:18 +05:30
Manav Rathi 0062bc0fdd Add Flutter linter for mobile
The older version seemed to be disabled (it was getting triggered on a
non-existent master branch), so I'm not sure if we want this on right now. But
let's give it a go, will remove if it this needs some cleanup first.
2024-03-04 12:03:18 +05:30
Manav Rathi fa7298daf2 Add auth's crowdin action 2024-03-04 11:39:38 +05:30
Manav Rathi c6e1a0f59c Add mobile crowdin action 2024-03-04 11:37:21 +05:30
Manav Rathi 136124c450 WIP Resurrect web related GitHub actions 2024-03-04 11:27:01 +05:30
Manav Rathi 751db8be35
Update links to GitHub from within the apps (#640)
The links within the apps still point to the old repositories. This PR
updates them to point here instead.

> Thanks to @iAnonymous3000 and @s38b35M5 for pointing this out! 

Meanwhile I've set up redirects from the old repositories. Have done it
for

- [x] web app (e.g. see
https://github.com/ente-io/photos-web/issues/new/choose)
- [ ] mobile app
- [ ] desktop app
2024-03-03 18:27:28 +05:30
Manav Rathi 918e70b516 Update links to GitHub from within the apps 2024-03-03 18:08:11 +05:30
Manav Rathi 327385cfce
Update desktop/ & server/ to account for new monorepo structure (#521)
- **Update desktop/ to account for new monorepo structure**
- **Update server/ to account for new monorepo structure**
2024-03-02 18:06:31 +05:30
Manav Rathi 44eb8353a2 Update server/ to account for new monorepo structure 2024-03-02 18:04:59 +05:30
Manav Rathi 6f7a47f04e Update desktop/ to account for new monorepo structure 2024-03-02 17:57:37 +05:30
Neeraj Gupta f796a7f63a
[server] Remove custom metrics for collection diff (#520) 2024-03-02 17:14:35 +05:30
Manav Rathi deefe62250
docs: Fixed url to RUNNING.md in /server/README.md (#519)
## Description
The link to RUNNING.md in /server/README.md was wrong, just fixed it.

## Tests
N/A
2024-03-02 16:49:41 +05:30
Julien bb32d7684a
docs: Fixed url to RUNNING.md in README 2024-03-02 10:39:26 +01:00
Manav Rathi f1d8da88f4
Update auth/ to account for new monorepo structure (#518)
Have retained the screenshots for auth since it currently doesn't have a
separate landing page.

/cc @vishnukvmd
2024-03-02 14:28:48 +05:30
Manav Rathi 95ae7c4594 Update auth/ to account for new monorepo structure 2024-03-02 14:26:55 +05:30
Manav Rathi 8001c98897
Allow developers to customize their VSCode configuration (#516)
For folks who're using the git integration from within VSCode, the top
level directory needs to be open in VSCode for using git GUI from
VSCode.

However, for using the Run & debug configurations they need to open
ente/mobile is opened in VSCode.

As a solution (at least to start with):

- gitignore .vscode at the top level
- provide sample VSCode configuration files is mobile/docs/vscode and
auth/docs/vscode
- mention it in the README

(will update the auth README later, have to do a few more changes to it
first)
2024-03-02 13:34:37 +05:30
Vishnu Mohandas b85e2e627e
Constrain album name's width in discovery tab (#517)
Constrain album name's width in discovery tab
2024-03-02 12:50:13 +05:30
Manav Rathi 2ed02fac15 Add folder intro 2024-03-02 12:47:40 +05:30
ashilkn 2b4c6f52b7 Merge branch 'main' into fix_discovery_tab_issues 2024-03-02 12:45:54 +05:30
Manav Rathi 6df92c1b8e Remove the color customizations since they would apply to the entire ente project 2024-03-02 12:43:56 +05:30
ashilkn 71ad1ee1dd fix(discovery-tab): constrain width of album name in albums section 2024-03-02 12:40:51 +05:30
Manav Rathi ebe6774ff4 Allow developers to customize their VSCode configuration
For folks who're using the git integration from within VSCode, the top level
directory needs to be open in VSCode for using git GUI from VSCode.

However, for using the Run & debug configurations they need to open ente/mobile
is opened in VSCode.

As a solution

- gitignore .vscode
- provide sample VSCode configuration files is mobile/docs/vscode and auth/docs/vscode
- mention it in the README

(will update the auth README later, have to do a few more changes to it first)
2024-03-02 12:33:43 +05:30
Manav Rathi 307ddf0b33
Fix links in CONTRIBUTING.md (#514)
Fixes https://github.com/ente-io/ente/issues/512
2024-03-02 12:04:28 +05:30
Manav Rathi 1ce407481c Fix links in CONTRIBUTING.md
Fixes https://github.com/ente-io/ente/issues/512
2024-03-02 12:02:25 +05:30
Manav Rathi 24aa3b506e
Update project specific READMEs - web, mobile (#513)
Updates web/ and mobile/. Will update the others in a subsequent PR.

/cc @vishnukvmd
2024-03-02 11:49:46 +05:30
Manav Rathi a7dbd32bc9 Update mobile/ to account for new monorepo structure 2024-03-02 11:47:47 +05:30
Manav Rathi d869bd645f Update web/ to account for new monorepo structure 2024-03-02 10:13:51 +05:30
Vishnu Mohandas 39b4e9b694
Fix warnings (#509) 2024-03-02 08:16:17 +05:30
Vishnu Mohandas 9bcca81d0f
Fix AppStore link for Auth 2024-03-01 21:05:18 +05:30
Vishnu Mohandas 093378ff3e
Update README.md 2024-03-01 19:11:25 +05:30
Vishnu Mohandas 158047c0c2
Update README.md 2024-03-01 19:10:18 +05:30
vishnukvmd a875cad231 Fix warnings in Photos 2024-03-01 18:54:19 +05:30
vishnukvmd 8c8723efd1 Fix warnings in Auth 2024-03-01 18:54:10 +05:30
vishnukvmd e6ab34101f Update CLIP dependency 2024-03-01 18:53:51 +05:30
Vishnu Mohandas 6ce8b374cf
Remove tflite setup file (#508) 2024-03-01 18:09:45 +05:30
ashilkn 2341d38f4a Update README 2024-03-01 18:03:15 +05:30
ashilkn e8dec53993 Merge branch 'main' into delete_setup_file_mobile 2024-03-01 17:42:18 +05:30
ashilkn 3cf0f9a7a2 delete setup.sh 2024-03-01 17:24:34 +05:30
Manav Rathi 3dc9cc92ef
Add README notices about the in-progress migration to this repository (#506)
Documentation only change.
2024-03-01 16:41:04 +05:30
Manav Rathi 0fc7f31818 Remove the recursive submodule 2024-03-01 16:38:56 +05:30