From 0c22c867245e0ba32213ffe7c478dd75c66400dc Mon Sep 17 00:00:00 2001 From: Natalie Date: Tue, 17 Oct 2023 11:05:38 -0700 Subject: [PATCH 01/24] add git logs text file --- git_logs.txt | 37317 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 37317 insertions(+) create mode 100644 git_logs.txt diff --git a/git_logs.txt b/git_logs.txt new file mode 100644 index 000000000..e30ebb836 --- /dev/null +++ b/git_logs.txt @@ -0,0 +1,37317 @@ +commit 699c07ee4060a391ad5fe68c5d230b45747cd2b7 +Merge: 0d0208cc 09d5c9de +Author: Lucian I. Last +Date: Tue Oct 10 22:09:48 2023 +0200 + + Merge branch 'main-v4.10.x' + +commit 09d5c9de00829683014ca28a0531133aaa4bb741 +Author: Lucian I. Last +Date: Tue Oct 10 22:09:08 2023 +0200 + + Change from sendinblue to brevo + +1 1 server/go.mod +2 2 server/go.sum +12 12 server/internal/app/{sendinblue.go => brevo.go} +4 4 server/internal/controllers/contact.go +4 4 server/internal/controllers/users.go +1 1 server/internal/server.go +5 5 server/internal/tests/integration_tests/{sendinblue_e2e_test.go => brevo_e2e_test.go} + +commit 0d0208cc206dd7a9d2cf5d0b71642ca1d3aa94a0 +Merge: 0ac8629e bd1d02e5 +Author: Lucian I. Last +Date: Sun Oct 1 12:57:39 2023 +0200 + + Merge branch 'new-emails' + +commit bd1d02e579137887c658823fd5bae28e3a3cef6f +Author: Lucian I. Last +Date: Sun Oct 1 12:56:53 2023 +0200 + + loop is capitalized + +1 1 server/internal/views/emails/en/someone_is_interested_in_joining_your_loop.gohtml +1 1 server/internal/views/emails/en/someone_left_loop.gohtml +3 3 server/internal/views/emails/en/translations.json + +commit 0ac8629eda63ba6f8e903d6e323628ee71f2b2d3 +Author: Lucian I. Last +Date: Fri Sep 29 14:13:48 2023 +0200 + + Publish app v1.16 + +1 1 app/.env.production +4 0 app/RELEASE_NOTES.md +1 0 app/STEP_TO_RELEASE.md +2 2 app/android/app/build.gradle +4 4 app/ios/App/App.xcodeproj/project.pbxproj +36 0 app/play_store_assets/main_store_listing.md +0 25 app/play_store_assets/main_store_listing.toml + +commit 579c49567797bb1bc29be544bd2413b354827b5a +Merge: f7851af7 a5ceb2cc +Author: Lucian I. Last +Date: Fri Sep 29 12:59:01 2023 +0200 + + Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/app/xml2js-and-capacitor/assets-0.5.0' + +commit f7851af74a9ccdcc4e5155bfd50e33ae3993047a +Merge: c26f74c0 2f8bc197 +Author: Lucian I. Last +Date: Fri Sep 29 12:58:51 2023 +0200 + + Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/app/cypress/request-and-cypress-3.0.1' + +commit a5ceb2cca050c442a840b95b3dc1c619094bd4c1 +Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> +Date: Fri Sep 29 10:54:36 2023 +0000 + + Bump xml2js and @capacitor/assets in /app + + Bumps [xml2js](https://github.com/Leonidas-from-XIV/node-xml2js) to 0.5.0 and updates ancestor dependency [@capacitor/assets](https://github.com/ionic-team/capacitor-assets). These dependencies need to be updated together. + + + Updates `xml2js` from 0.4.23 to 0.5.0 + - [Commits](https://github.com/Leonidas-from-XIV/node-xml2js/commits/0.5.0) + + Updates `@capacitor/assets` from 2.0.4 to 3.0.0 + - [Release notes](https://github.com/ionic-team/capacitor-assets/releases) + - [Changelog](https://github.com/ionic-team/capacitor-assets/blob/main/CHANGELOG.md) + - [Commits](https://github.com/ionic-team/capacitor-assets/compare/v2.0.4...v3.0.0) + + --- + updated-dependencies: + - dependency-name: xml2js + dependency-type: indirect + - dependency-name: "@capacitor/assets" + dependency-type: direct:production + ... + + Signed-off-by: dependabot[bot] + +228 201 app/package-lock.json +1 1 app/package.json + +commit c26f74c024e4cb7a439dfbcfd5548fe56f4c615f +Author: Lucian I. Last +Date: Fri Sep 29 12:53:41 2023 +0200 + + Add toast to bag name error + +1 1 app/src/components/CreateUpdateBag.tsx + +commit ca8c19e9520a9a2cb7815dc72660d4029b6b2fd7 +Author: Lucian I. Last +Date: Fri Sep 29 12:44:59 2023 +0200 + + Fix bag name edit + + https://github.com/the-clothing-loop/private/issues/28 + +1 1 app/package.json +1 3 app/src/components/CreateUpdateBag.tsx + +commit ba8864b83b0871b5f379bccd001034b56c1e34aa +Author: Lucian I. Last +Date: Fri Sep 29 11:51:50 2023 +0200 + + Update partners and sponsors + +60 86 frontend/src/pages/Home.tsx + +commit 8961f1903fd63fd285f722fcda965dffd754b4ad +Author: Lucian I. Last +Date: Thu Sep 28 17:42:07 2023 +0200 + + Add new email to e2e tests + +3 3 server/internal/controllers/chain.go +1 1 server/internal/controllers/contact.go +1 1 server/internal/controllers/login.go +1 1 server/internal/controllers/poke.go +170 53 server/internal/tests/integration_tests/mail_e2e_test.go +14 14 server/internal/views/email.go + +commit d9f8c880260a610e9c7da43b743641dc122004bb +Author: Lucian I. Last +Date: Thu Sep 28 16:38:44 2023 +0200 + + Sort email funcs & Add new emails as funcs + +1 1 server/internal/controllers/chain.go +1 1 server/internal/controllers/contact.go +1 1 server/internal/controllers/login.go +2 2 server/internal/tests/integration_tests/mail_e2e_test.go +295 101 server/internal/views/email.go +1 0 server/internal/views/email_test.go +1 1 server/internal/views/emails/en/your_loop_deleted_next_month.gohtml + +commit 5a0df92906443b4c244466588b2bed5ff68af64d +Author: Lucian I. Last +Date: Thu Sep 28 15:58:23 2023 +0200 + + Remove non-consent ipinfo + +0 1 frontend/.env-acceptance +0 1 frontend/.env-example +0 1 frontend/.env-production +0 17 frontend/src/api/ipinfo.ts +0 29 frontend/src/components/FormFields.tsx + +commit 19a3a1f1fbd13470cfc830156821f4b3e8b46ce9 +Author: Lucian I. Last +Date: Thu Sep 28 10:27:31 2023 +0200 + + Test new emails + +87 1 server/internal/views/email_test.go +17 17 server/internal/views/emails/en/translations.json + +commit 79cdaae5b59e3d5291d52e329db67b094a2eb61d +Author: Lucian I. Last +Date: Wed Sep 27 17:23:25 2023 +0200 + + Add new emails from drive + +3 0 server/internal/views/emails/en/account_deleted_successfully.gohtml +6 2 server/internal/views/emails/en/an_admin_approved_your_join_request.gohtml +7 0 server/internal/views/emails/en/do_you_want_to_be_host.gohtml +41 0 server/internal/views/emails/en/is_your_loop_still_active.gohtml +6 0 server/internal/views/emails/en/loop_is_deleted.gohtml +1 1 server/internal/views/emails/en/poke.gohtml +6 2 server/internal/views/emails/en/someone_is_interested_in_joining_your_loop.gohtml +6 0 server/internal/views/emails/en/someone_left_loop.gohtml +10 0 server/internal/views/emails/en/someone_waiting_to_be_accepted.gohtml +6 5 server/internal/views/emails/en/subscribed_to_newsletter.gohtml +11 2 server/internal/views/emails/en/translations.json +7 0 server/internal/views/emails/en/you_signed_up_for_loop.gohtml +7 0 server/internal/views/emails/en/your_loop_deleted_next_month.gohtml +9 0 server/internal/views/emails/en/your_loop_deleted_next_week.gohtml + +commit 9693fbc958c28f347fd69a0f35712c4e77d3fc94 +Author: Lucian I. Last +Date: Wed Sep 27 16:59:59 2023 +0200 + + When joining a mens loop show mannen_amersfoort.jpg + +18 5 frontend/src/pages/Signup.tsx + +commit 6dc9a4d3b47234be5621ee0960fd40e63da82a29 +Merge: f6b48c7a 709e3f3d +Author: Lucian I. Last +Date: Wed Sep 27 09:22:31 2023 +0200 + + Merge pull request #595 from the-clothing-loop/l10n_main + + New Crowdin updates + +commit f6b48c7a2bc4cf30302cbb11ac42ff36f5469f33 +Author: Lucian I. Last +Date: Sat Sep 16 14:48:00 2023 +0200 + + Fix user purge + +18 0 server/internal/controllers/users.go + +commit 6f8c67a46eef5fb7e4b38025d070862fc05ee478 +Author: Lucian I. Last +Date: Sat Sep 16 14:42:00 2023 +0200 + + Remove user delete + +0 6 frontend/src/api/chain.ts +0 6 frontend/src/api/user.ts +0 28 server/internal/controllers/users.go +0 1 server/internal/server.go + +commit 2f8bc1970563a625059a13c96ac66dace606b2fc +Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> +Date: Sat Sep 16 12:11:43 2023 +0000 + + Bump @cypress/request and cypress in /app + + Bumps [@cypress/request](https://github.com/cypress-io/request) to 3.0.1 and updates ancestor dependency [cypress](https://github.com/cypress-io/cypress). These dependencies need to be updated together. + + + Updates `@cypress/request` from 2.88.12 to 3.0.1 + - [Release notes](https://github.com/cypress-io/request/releases) + - [Changelog](https://github.com/cypress-io/request/blob/master/CHANGELOG.md) + - [Commits](https://github.com/cypress-io/request/compare/v2.88.12...v3.0.1) + + Updates `cypress` from 12.17.1 to 13.2.0 + - [Release notes](https://github.com/cypress-io/cypress/releases) + - [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md) + - [Commits](https://github.com/cypress-io/cypress/compare/v12.17.1...v13.2.0) + + --- + updated-dependencies: + - dependency-name: "@cypress/request" + dependency-type: indirect + - dependency-name: cypress + dependency-type: direct:development + ... + + Signed-off-by: dependabot[bot] + +24 14 app/package-lock.json +1 1 app/package.json + +commit f5d22e6aa6ec1526228e7d92e155d6b65e06962f +Merge: 221493c1 6827741c +Author: Lucian I. Last +Date: Sat Sep 16 14:10:51 2023 +0200 + + Merge branch 'main' of github.com:the-clothing-loop/website + +commit 221493c1c9a8adfb854d66182c8d863e54b7b0a1 +Author: Lucian I. Last +Date: Sat Sep 16 14:10:41 2023 +0200 + + Fix interested sizes + +1 1 app/src/pages/Settings.tsx + +commit 709e3f3d6bf21a95b52454139b85a38cdf47dbfd +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Sep 15 20:41:57 2023 +0200 + + New translations translation.json (Swedish) + +2 0 frontend/public/locales/sv/translation.json + +commit d26fec206c4f7e3b9849b7f792d9c069165272fc +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Sep 15 20:41:56 2023 +0200 + + New translations translation.json (Portuguese) + +2 0 frontend/public/locales/pt/translation.json + +commit 97652f25798a8ea8d7446e9b887a6306f7d37ba0 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Sep 15 20:41:55 2023 +0200 + + New translations translation.json (Polish) + +2 0 frontend/public/locales/pl/translation.json + +commit ab6e7ed6a9188794b452a0cf8a4698a046bf5a01 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Sep 15 20:41:54 2023 +0200 + + New translations translation.json (Dutch) + +2 0 frontend/public/locales/nl/translation.json + +commit da2de4688ca4e50033b0a130e39a94b9b29cde56 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Sep 15 20:41:53 2023 +0200 + + New translations translation.json (Korean) + +2 0 frontend/public/locales/ko/translation.json + +commit 1e889df469739bb4d07ef756600b4b6fb630536e +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Sep 15 20:41:52 2023 +0200 + + New translations translation.json (Japanese) + +2 0 frontend/public/locales/ja/translation.json + +commit 152fb345af9e06429ee200bd8919ed5b0e235e7c +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Sep 15 20:41:51 2023 +0200 + + New translations translation.json (Italian) + +2 0 frontend/public/locales/it/translation.json + +commit f123c17b92423ebdcdabd10fa0d0ab5a355ce080 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Sep 15 20:41:50 2023 +0200 + + New translations translation.json (Hebrew) + +2 0 frontend/public/locales/he/translation.json + +commit d682e74c5b6feddaf5deca7e51143eeff0dffc01 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Sep 15 20:41:49 2023 +0200 + + New translations translation.json (German) + +2 0 frontend/public/locales/de/translation.json + +commit 5cca7a6c0aa761e89ecf1115c3a8a8018d3d9f74 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Sep 15 20:41:48 2023 +0200 + + New translations translation.json (Spanish) + +2 0 frontend/public/locales/es/translation.json + +commit 6827741ce284545a8c2789bfef65594f2201f74d +Merge: 7bfd6d37 b9eb3e7d +Author: Lucian I. Last +Date: Fri Sep 15 18:26:01 2023 +0200 + + Merge pull request #594 from NatalieWilson19/copy-participant-#586 + + Copy participant + +commit b9eb3e7d7546e6c2a755dafb5ca10896691e3b0b +Author: Lucian I. Last +Date: Fri Sep 15 18:24:15 2023 +0200 + + Remove debug + +1 4 server/internal/controllers/users.go + +commit 6655d85a896528bc25318a83a90f6c591e7a5803 +Author: Lucian I. Last +Date: Fri Sep 15 18:23:12 2023 +0200 + + Fix convert NULL to uint sql error + + Use null.Int instead + +11 8 server/internal/controllers/users.go + +commit 1b7e563fa6c5db5e949bbfaf24b26541733b96bd +Author: Lucian I. Last +Date: Fri Sep 15 18:19:21 2023 +0200 + + Fix Gorm not reading sql response properly + +23 17 server/internal/controllers/users.go + +commit f263aa948bd6087f8e0d28e95fcb499668c24fe9 +Merge: 333157fb 7bfd6d37 +Author: Lucian I. Last +Date: Fri Sep 15 17:51:03 2023 +0200 + + Merge branch 'main' into copy-participant-#586 + +commit 333157fb138b5cc5447219cd801af0775ffe07cc +Author: Lucian I. Last +Date: Fri Sep 15 17:45:31 2023 +0200 + + Restructure, Document, Add case if already user exists on dest loop + +57 32 server/internal/controllers/users.go + +commit 4dc02b6ef2fe64e69bb611866af8c5ce80dfe2e5 +Author: Lucian I. Last +Date: Fri Sep 15 17:43:53 2023 +0200 + + Simplify api call userTransferChain + +7 17 frontend/src/pages/ChainMemberList.tsx + +commit 16636506f445482bdf474a74afbbb208c099cda7 +Author: Lucian I. Last +Date: Fri Sep 15 17:43:08 2023 +0200 + + Use lower case ts boolean + + https://www.typescriptlang.org/docs/handbook/basic-types.html#about-number-string-boolean-symbol-and-object + +1 1 frontend/src/pages/ChainMemberList.tsx + +commit b43a5b58fbf8bee95409ebb33e1ad87ce84d14d5 +Author: Lucian I. Last +Date: Fri Sep 15 16:16:23 2023 +0200 + + Sanitize event details page XSS + +137 5 frontend/package-lock.json +2 0 frontend/package.json +36 0 frontend/src/components/SanitizedHtml.tsx +8 6 frontend/src/components/TinyMCE.tsx +26 5 frontend/src/pages/EventDetails.tsx + +commit 7bfd6d378874148d55b9a33de131f9e2d4ba123a +Author: Lucian I. Last +Date: Thu Sep 14 17:48:48 2023 +0200 + + Update delete user + +4 0 server/sql/delete-user.sql + +commit a637277fbb2ddd45b19399176927978fed4ab0c3 +Author: Lucian I. Last +Date: Thu Sep 14 17:42:56 2023 +0200 + + Fix more rtl issues + +2 2 frontend/src/components/ChainDetailsForm.tsx +1 1 frontend/src/components/FormFields.tsx +4 4 frontend/src/pages/ChainMemberList.tsx +20 0 frontend/src/tailwind.css + +commit 25b1e8af0ac2440632ef5c246a408d513b44313a +Author: Lucian I. Last +Date: Thu Sep 14 17:42:45 2023 +0200 + + Fix event page + +11 6 frontend/src/pages/EventDetails.tsx + +commit 441f84dafd6ed80b8e60bf04fe04187b618f00c3 +Author: Natalie +Date: Wed Sep 13 14:26:02 2023 -0700 + + add copy participant info translation + +1 0 frontend/public/locales/en/translation.json +3 1 frontend/src/pages/ChainMemberList.tsx + +commit 82cd3e254167e613cf9edbf7a7bb6ce951be3081 +Author: Natalie +Date: Wed Sep 13 14:21:31 2023 -0700 + + add copy participant to loop translation + +1 0 frontend/public/locales/en/translation.json +1 1 frontend/src/pages/ChainMemberList.tsx + +commit 10a5f5476a518b4e89a10e342a85947c48a26019 +Author: Natalie +Date: Wed Sep 13 14:17:45 2023 -0700 + + refactor for less code repetition + +21 70 frontend/src/pages/ChainMemberList.tsx + +commit 7ce3a5c2f8bd8840868acae69b521826bbea0b28 +Merge: 5541a33e 33a13f1a +Author: Lucian I. Last +Date: Wed Sep 13 13:38:06 2023 +0200 + + Merge branch 'remove-from-beta' + +commit 5541a33ebfc171f60bd99e95a4aca51802a43798 +Merge: b8a39836 4708f959 +Author: Lucian I. Last +Date: Wed Sep 13 13:36:34 2023 +0200 + + Merge remote-tracking branch 'origin/l10n_main' + +commit b8a39836dd11dd95c91f9c04499d3af1d014054e +Author: Lucian I. Last +Date: Wed Sep 13 13:33:35 2023 +0200 + + Set to object fit for large event image + +1 1 frontend/src/pages/EventDetails.tsx + +commit 4708f95942b3d46091f544d2f2720251965dd334 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Sep 13 13:06:07 2023 +0200 + + New translations translation.json (Swedish) + +1 0 frontend/public/locales/sv/translation.json + +commit 959d893482db4dc877e09303a128ac66080a92d7 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Sep 13 13:06:05 2023 +0200 + + New translations translation.json (Portuguese) + +1 0 frontend/public/locales/pt/translation.json + +commit f90a7c3a9e9e16a15014f37c6029297672a0f43d +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Sep 13 13:06:04 2023 +0200 + + New translations translation.json (Polish) + +1 0 frontend/public/locales/pl/translation.json + +commit e76a1aa30b924d322f016742bed8bb98bcff7a9d +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Sep 13 13:06:03 2023 +0200 + + New translations translation.json (Dutch) + +2 2 app/public/locales/nl/translation.json + +commit cb99833fe2d657b5889931155f4d25022554b4a4 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Sep 13 13:06:02 2023 +0200 + + New translations faq.json (Dutch) + +4 4 app/public/locales/nl/faq.json + +commit 2892fea466d2b14859a49cfd2f16f759aa8af90b +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Sep 13 13:06:01 2023 +0200 + + New translations translation.json (Dutch) + +1 0 frontend/public/locales/nl/translation.json + +commit cc5dd17fc154138f15cb9b38c4f152aa92d2644c +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Sep 13 13:06:00 2023 +0200 + + New translations translation.json (Korean) + +1 0 frontend/public/locales/ko/translation.json + +commit dab41c55e19623209fc4f8c8b3c375259782a608 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Sep 13 13:05:59 2023 +0200 + + New translations translation.json (Japanese) + +1 0 frontend/public/locales/ja/translation.json + +commit be15af2dd53d5551ccaad1da753ad67997a93ada +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Sep 13 13:05:58 2023 +0200 + + New translations translation.json (Italian) + +1 0 frontend/public/locales/it/translation.json + +commit dd378c102ad1be61b23a5a189969314b771fe405 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Sep 13 13:05:57 2023 +0200 + + New translations translation.json (Hebrew) + +1 0 frontend/public/locales/he/translation.json + +commit 242676e70a70ae2e92e98832affdfd9bc0400de4 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Sep 13 13:05:56 2023 +0200 + + New translations translation.json (German) + +1 0 frontend/public/locales/de/translation.json + +commit f8aabca2f2c9100c0c3bb0176bf7674f32b87910 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Sep 13 13:05:55 2023 +0200 + + New translations translation.json (Spanish) + +1 0 frontend/public/locales/es/translation.json + +commit 74cd31512f7efd1ba4f7e9e4a6af7d18391e183b +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Sep 13 13:05:54 2023 +0200 + + New translations translation.json (French) + +1 0 frontend/public/locales/fr/translation.json + +commit 9a2ba2d67fcc5f581c697584b7a8df9feb8cc377 +Author: Lucian I. Last +Date: Wed Sep 13 11:27:54 2023 +0200 + + Add welcomeOverviewLiveSwap + +1 0 frontend/public/locales/en/translation.json +9 2 frontend/src/pages/Events.tsx + +commit b31fcf6b9e0d665775c44b00718d0195fd04fe8c +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Sep 13 11:22:48 2023 +0200 + + New translations faq.json (Dutch) + +5 5 frontend/public/locales/nl/faq.json + +commit 22ced8d6056b47486e91503f7b6e9a329d992651 +Author: Natalie +Date: Tue Sep 12 15:02:24 2023 -0700 + + refactor userTransferChain and userCopyChain to one function + +3 14 frontend/src/api/user.ts +70 66 frontend/src/pages/ChainMemberList.tsx +27 92 server/internal/controllers/users.go +0 1 server/internal/server.go + +commit c1133bbc2e2b42ebac1c877a5e2d3ac394e9f72f +Author: Natalie +Date: Tue Sep 12 13:56:05 2023 -0700 + + working backend for UserCopyChain + +88 0 server/internal/controllers/users.go +1 0 server/internal/server.go + +commit 8eebc46e804fa99912461c32313263d7982fb7bd +Author: Natalie +Date: Tue Sep 12 13:54:23 2023 -0700 + + add user copy chain to frontend and api + +13 0 frontend/src/api/user.ts +68 2 frontend/src/pages/ChainMemberList.tsx + +commit 56f0f4a66ae34de4c8be06073bbab1c216b5973c +Author: Lucian I. Last +Date: Mon Sep 11 15:13:45 2023 +0200 + + Replace double old nl translations in FAQ + +20 12 frontend/public/locales/nl/faq.json + +commit f6eba68acfda2fcac7bc19b34a9ff92f04ded140 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Sep 11 14:33:46 2023 +0200 + + New translations faq.json (Dutch) + +3 3 frontend/public/locales/nl/faq.json + +commit 6218097e789102f00fe2027ae776151067de49a4 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Sep 11 13:33:34 2023 +0200 + + New translations faq.json (Swedish) + +11 3 frontend/public/locales/sv/faq.json + +commit 5d4b80c1512757f015adf3110171c5cf90d1c51e +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Sep 11 13:33:33 2023 +0200 + + New translations faq.json (Portuguese) + +11 3 frontend/public/locales/pt/faq.json + +commit d30d86ab07505b71867c4a2d1496744a70406d68 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Sep 11 13:33:32 2023 +0200 + + New translations faq.json (Polish) + +11 3 frontend/public/locales/pl/faq.json + +commit 25c0ab92a607750e5335cad52c964a5a43abf815 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Sep 11 13:33:31 2023 +0200 + + New translations faq.json (Dutch) + +11 3 frontend/public/locales/nl/faq.json + +commit ad8505dd18ef00388debbde01ef44cb6db005dc8 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Sep 11 13:33:30 2023 +0200 + + New translations faq.json (Korean) + +11 3 frontend/public/locales/ko/faq.json + +commit eed5fff6233f99217846c0f2dcd3465a21913ef8 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Sep 11 13:33:29 2023 +0200 + + New translations faq.json (Japanese) + +11 3 frontend/public/locales/ja/faq.json + +commit bacf0e49b12ba60df0b6776aeace17c6e743326f +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Sep 11 13:33:28 2023 +0200 + + New translations faq.json (Italian) + +11 3 frontend/public/locales/it/faq.json + +commit 3a46f068db9d995e42f4e5416f899962987b0af4 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Sep 11 13:33:27 2023 +0200 + + New translations faq.json (Hebrew) + +11 3 frontend/public/locales/he/faq.json + +commit 33b3642f5be5d411a739a48e3f04d49b7331bacd +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Sep 11 13:33:26 2023 +0200 + + New translations faq.json (German) + +11 3 frontend/public/locales/de/faq.json + +commit c6726022491b1008323252243bb0580365d61497 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Sep 11 13:33:26 2023 +0200 + + New translations faq.json (Spanish) + +11 3 frontend/public/locales/es/faq.json + +commit a00c97664f12e2343331b0848fdcf4afe10a5cd5 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Sep 11 13:33:24 2023 +0200 + + New translations faq.json (French) + +11 3 frontend/public/locales/fr/faq.json + +commit 0a4aa6c4eafd191bc34d1d465c8f088b8532c262 +Author: Lucian I. Last +Date: Mon Sep 11 13:31:50 2023 +0200 + + Add new FAQ + +11 3 frontend/public/locales/en/faq.json +2 0 frontend/src/pages/FAQ.tsx + +commit 33a13f1a2d334118099aa1db2ad6d61742c6ad6b +Author: Lucian I. Last +Date: Mon Sep 11 11:36:22 2023 +0200 + + Change urls in footer + +11 8 frontend/src/components/Footer.tsx + +commit 5d1303f089b2945b0683ae6ae6e30408063ec474 +Author: Lucian I. Last +Date: Fri Sep 8 15:29:20 2023 +0200 + + Publish v1.15 + +1 1 app/.env.production +4 0 app/RELEASE_NOTES.md +2 2 app/android/app/build.gradle +4 4 app/ios/App/App.xcodeproj/project.pbxproj +3 3 app/ios/App/App/en.lproj/InfoPlist.strings +3 3 app/ios/App/App/nl.lproj/InfoPlist.strings + +commit 823df8930521b40c08bcdd0fd345bddc91b2104f +Author: Lucian I. Last +Date: Fri Sep 8 14:35:43 2023 +0200 + + Fix app reviewer login flow + +1 1 app/src/api.ts +2 2 app/src/pages/Login.tsx +1 1 frontend/src/api/login.ts +2 2 frontend/src/pages/Login.tsx + +commit 8b4e177229840c78ca58c7431e3a57e9b1014f64 +Merge: 2e8920cc 71a0c162 +Author: Lucian I. Last +Date: Fri Sep 8 14:18:29 2023 +0200 + + Merge remote-tracking branch 'origin/l10n_main' + +commit 2e8920ccc6e5afa82b93be97342cacaabeb30ba3 +Author: Lucian I. Last +Date: Fri Sep 8 14:16:54 2023 +0200 + + lint html + +12 4 app/index.html + +commit 71a0c162d64bdde1672686ac32dfe35b363b87fe +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Sep 8 14:13:24 2023 +0200 + + New translations translation.json (French) + +2 0 app/public/locales/fr/translation.json + +commit d59cba4e7eecee761e3953f56919f82aa448e47d +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Sep 8 14:13:22 2023 +0200 + + New translations translation.json (Swedish) + +2 0 app/public/locales/sv/translation.json + +commit 93a8ae08d18227867766d2026447d796c7e39d23 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Sep 8 14:13:21 2023 +0200 + + New translations translation.json (Portuguese) + +2 0 app/public/locales/pt/translation.json + +commit 5b91aa2751917b82e2631dc471cc9631c277cd5a +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Sep 8 14:13:20 2023 +0200 + + New translations translation.json (Polish) + +2 0 app/public/locales/pl/translation.json + +commit 14cd6fe2ba394193b778e4b60aa508a2667cf293 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Sep 8 14:13:19 2023 +0200 + + New translations translation.json (Dutch) + +2 0 app/public/locales/nl/translation.json + +commit 5875b9cb63a26851798ac705752019e7009985b1 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Sep 8 14:13:18 2023 +0200 + + New translations translation.json (Korean) + +2 0 app/public/locales/ko/translation.json + +commit e0a7ff068ccdaa0320bf4b30e60948b89878e8f9 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Sep 8 14:13:17 2023 +0200 + + New translations translation.json (Japanese) + +2 0 app/public/locales/ja/translation.json + +commit 7051184d2328f902ec866a984fffe07afb8d3cb5 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Sep 8 14:13:16 2023 +0200 + + New translations translation.json (Italian) + +2 0 app/public/locales/it/translation.json + +commit b19060967668a867f731d006039d440d583de739 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Sep 8 14:13:15 2023 +0200 + + New translations translation.json (Hebrew) + +2 0 app/public/locales/he/translation.json + +commit 9edf068f0069fcb899a2b506344a5128bd328e1f +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Sep 8 14:13:14 2023 +0200 + + New translations translation.json (German) + +2 0 app/public/locales/de/translation.json + +commit a53a1c7a84d694c1fd56fed668795a7eb41d6942 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Sep 8 14:13:13 2023 +0200 + + New translations translation.json (Spanish) + +2 0 app/public/locales/es/translation.json + +commit e7c77651ac9b6bfab64ea3a51fa904d94f09ba0a +Author: Lucian I. Last +Date: Fri Sep 8 14:12:33 2023 +0200 + + Add quick login for reviewer email + +1 1 frontend/src/api/login.ts +21 10 frontend/src/pages/Login.tsx +1 1 server/internal/controllers/login.go + +commit c78da4a4eda9310beaea2c2e93739ecd5d8452a7 +Author: Lucian I. Last +Date: Fri Sep 8 13:47:38 2023 +0200 + + Improve PWA support + +5 1 app/index.html +1 1 app/public/manifest.json + +commit a1d0727193f9bdaf710d9d82317ac70c56a8d63e +Author: Lucian I. Last +Date: Fri Sep 8 13:47:22 2023 +0200 + + Add GDPR Account deletion steps + +2 0 app/public/locales/en/translation.json +2 0 app/public/locales/nl/translation.json +30 2 app/src/pages/Settings.tsx + +commit 310e6468559ba4fe87e99537509b3c114a6bb4f9 +Author: Lucian I. Last +Date: Thu Sep 7 17:39:07 2023 +0200 + + Release app v1.14 + +1 1 app/.env.production +5 0 app/RELEASE_NOTES.md +2 2 app/android/app/build.gradle +4 4 app/ios/App/App.xcodeproj/project.pbxproj + +commit b2f3706e221a51c3115c6704cdb4c24286e93870 +Author: Lucian I. Last +Date: Thu Sep 7 16:20:22 2023 +0200 + + Update webapp icons + +- - app/assets/icon-small-outline.png +4 1 app/index.html +- - app/public/apple-touch-icon.png +9 0 app/public/browserconfig.xml +- - app/public/favicon-16x16.png +- - app/public/favicon-32x32.png +- - app/public/favicon.ico +- - app/public/logo192.png +- - app/public/logo512.png +0 42 app/public/manifest.json +- - app/public/mstile-150x150.png +74 0 app/public/safari-pinned-tab.svg +4 0 frontend/index.html +- - frontend/public/favicon-16x16.png +- - frontend/public/favicon-32x32.png +- - frontend/public/favicon.ico +- - frontend/public/logo192.png +- - frontend/public/logo512.png +2 2 frontend/public/manifest.json + +commit 8159cfc3324b352833ce7b37ba653af3a63924a0 +Author: Lucian I. Last +Date: Thu Sep 7 15:40:09 2023 +0200 + + change small icons + +- - app/android/app/src/main/res/mipmap-hdpi/ic_launcher.png +- - app/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png +- - app/android/app/src/main/res/mipmap-ldpi/ic_launcher.png +- - app/android/app/src/main/res/mipmap-ldpi/ic_launcher_round.png +- - app/android/app/src/main/res/mipmap-mdpi/ic_launcher.png +- - app/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png +- - app/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png +- - app/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png +- - app/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png +- - app/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png +- - app/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png +- - app/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png +- - app/assets/icon-large.png +- - app/assets/icon-small.png +- - app/icons/icon-48.webp +- - app/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-20x20@1x.png +- - app/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-20x20@2x-1.png +- - app/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-20x20@2x.png +- - app/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-20x20@3x.png +- - app/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-29x29@1x.png +- - app/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-29x29@2x-1.png +- - app/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-29x29@2x.png +- - app/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-29x29@3x.png +- - app/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-40x40@1x.png +- - app/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-40x40@2x-1.png +- - app/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-40x40@2x.png +- - app/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-40x40@3x.png + +commit 960c5472732171a2e98938f8a9c255d11094c36a +Author: Lucian I. Last +Date: Thu Sep 7 13:27:04 2023 +0200 + + use app_icon_v2 for app icon + +3 4 app/android/app/src/main/AndroidManifest.xml +- - app/android/app/src/main/res/mipmap-hdpi/ic_launcher.png +- - app/android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png +- - app/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png +- - app/android/app/src/main/res/mipmap-ldpi/ic_launcher.png +- - app/android/app/src/main/res/mipmap-ldpi/ic_launcher_foreground.png +- - app/android/app/src/main/res/mipmap-ldpi/ic_launcher_round.png +- - app/android/app/src/main/res/mipmap-mdpi/ic_launcher.png +- - app/android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png +- - app/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png +- - app/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png +- - app/android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png +- - app/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png +- - app/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png +- - app/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png +- - app/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png +- - app/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png +- - app/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png +- - app/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png +- - app/assets/icon.png +- - app/icons/icon-128.webp +- - app/icons/icon-192.webp +- - app/icons/icon-256.webp +- - app/icons/icon-48.webp +- - app/icons/icon-512.webp +- - app/icons/icon-72.webp +- - app/icons/icon-96.webp +- - app/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-20x20@1x.png +- - app/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-20x20@2x-1.png +- - app/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-20x20@2x.png +- - app/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-20x20@3x.png +- - app/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-29x29@1x.png +- - app/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-29x29@2x-1.png +- - app/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-29x29@2x.png +- - app/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-29x29@3x.png +- - app/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-40x40@1x.png +- - app/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-40x40@2x-1.png +- - app/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-40x40@2x.png +- - app/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-40x40@3x.png +- - app/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-512@2x.png +- - app/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-60x60@2x.png +- - app/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-60x60@3x.png +- - app/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-76x76@1x.png +- - app/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-76x76@2x.png +- - app/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-83.5x83.5@2x.png + +commit 3458b6a8d18c6705926ee1381bf0a22d37e67397 +Author: Lucian I. Last +Date: Thu Sep 7 10:24:15 2023 +0200 + + Document adding app icons + +8 2 app/README.md + +commit fad9b82915c4c68797b8474f43ca522beb092984 +Author: Lucian I. Last +Date: Thu Sep 7 10:14:14 2023 +0200 + + Add app icon v2 + +- - app/play_store_assets/app_icon_v2.png + +commit 84ce0ecb20785222dabf25043c6fed1946108a7c +Author: Lucian I. Last +Date: Thu Sep 7 10:14:04 2023 +0200 + + Remove old screenshots + +- - app/play_store_assets/Screenshot_20230501_225012.png +- - app/play_store_assets/Screenshot_20230501_225048.png +- - app/play_store_assets/Screenshot_20230501_225107.png + +commit 32f43c14d9074e42534ce30431e180973b617b32 +Author: Lucian I. Last +Date: Thu Sep 7 09:45:28 2023 +0200 + + Use ul for release notes app + +43 43 app/RELEASE_NOTES.md + +commit 46b4112da1662772ff08cfe71d4997d06cb24cac +Merge: 3b7d2bed 10feec41 +Author: Lucian I. Last +Date: Thu Sep 7 09:31:30 2023 +0200 + + Merge branch 'in-event-detail-hide-data-list-headers-if-no-content-#505' + +commit 10feec418b510f9044c01eaa563a035f63db071c +Author: Lucian I. Last +Date: Thu Sep 7 09:30:12 2023 +0200 + + Fix organized by requirements + +6 2 frontend/src/pages/EventDetails.tsx + +commit 3b7d2beda815cb840ee2c068163d5e4daeced262 +Author: Lucian I. Last +Date: Thu Sep 7 08:56:50 2023 +0200 + + Node version pin 20.5 + +1 1 .github/workflows/deploy-acceptance-fe.yml +1 1 .github/workflows/deploy-production-app.yml +2 1 .github/workflows/deploy-production.yml +1 1 .github/workflows/lint-app.yml +1 1 .github/workflows/lint-fe.yml + +commit 03d2d713d610d4efdbca9ef087803de6d192e8ea +Author: Lucian I. Last +Date: Thu Sep 7 01:16:41 2023 +0200 + + Update node types to v20 + +4 4 frontend/package-lock.json +1 1 frontend/package.json + +commit 10ea0f1b54477d863a37c2f26f2a491787891858 +Author: Lucian I. Last +Date: Wed Sep 6 14:03:28 2023 +0200 + + Move from and array to an object + +17 17 frontend/public/locales/ar/faq.json +17 17 frontend/public/locales/da/faq.json +27 27 frontend/public/locales/de/faq.json +27 27 frontend/public/locales/en/faq.json +27 27 frontend/public/locales/es/faq.json +27 27 frontend/public/locales/fr/faq.json +27 27 frontend/public/locales/he/faq.json +27 27 frontend/public/locales/it/faq.json +27 27 frontend/public/locales/ja/faq.json +27 27 frontend/public/locales/ko/faq.json +27 27 frontend/public/locales/nl/faq.json +27 27 frontend/public/locales/pl/faq.json +27 27 frontend/public/locales/pt/faq.json +27 27 frontend/public/locales/sv/faq.json +17 17 frontend/public/locales/zh/faq.json +38 10 frontend/src/pages/FAQ.tsx + +commit 2d949872fa1a15ebc5dd18839e5366c7752afc8e +Author: Natalie +Date: Tue Sep 5 16:53:19 2023 -0700 + + hide categories and organized by headers if fields are empty + +10 2 frontend/src/pages/EventDetails.tsx + +commit 8af53254da90a83e6467e28fa4cb81de896622cb +Author: Lucian I. Last +Date: Tue Sep 5 23:23:55 2023 +0200 + + Add notification queue documentation + +45 0 server/docs/notifications.md + +commit 9ac1400809a2a9ba59f0613839b06c769023f0c4 +Author: Lucian I. Last +Date: Tue Sep 5 13:36:43 2023 +0200 + + Use native language for dropdown + +6 3 frontend/src/components/LanguageSwitcher.tsx +8 8 frontend/src/languages.js + +commit f5078e59b22ca43856a973350f95796bbf476a71 +Author: Lucian I. Last +Date: Tue Sep 5 11:10:36 2023 +0200 + + Fix click on button of shortened loop description + +11 9 frontend/src/pages/FindChain.tsx + +commit f99b6801366ed72c5ea536b9bfeac2e1466fe218 +Author: Lucian I. Last +Date: Tue Sep 5 10:48:03 2023 +0200 + + Add documentation for loop deletion + +18 1 server/docs/email_diagrams.md + +commit e4fc626f4aac6cc4d830586920b791d3fc8d0dd6 +Merge: c39a009d cd143979 +Author: Lucian I. Last +Date: Tue Sep 5 10:15:07 2023 +0200 + + Merge remote-tracking branch 'origin/l10n_main' + +commit c39a009d76bb1535ed817a7952b9f64913d20061 +Author: Lucian I. Last +Date: Mon Sep 4 23:10:27 2023 +0200 + + Add sql find hosts by location + +27 0 server/sql/find-hosts-by-location.sql + +commit cd1439790962ce93604061f35210e43a5dbcbd6c +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Sep 4 18:35:30 2023 +0200 + + New translations approve_reminder.gohtml (Dutch) + +2 2 server/internal/views/emails/nl/approve_reminder.gohtml + +commit ffe85ce86a1999f735c69fda2bd4e8be8704dcb5 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Sep 4 18:35:29 2023 +0200 + + New translations translation.json (Dutch) + +10 10 frontend/public/locales/nl/translation.json + +commit 1803cbacef153aae04943b43c374f826317b512d +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Sep 4 18:35:28 2023 +0200 + + New translations translation.json (Dutch) + +4 4 app/public/locales/nl/translation.json + +commit 3d03bd03ed6261e33e96a5b62c9e52c36ae358a3 +Author: Lucian I. Last +Date: Mon Sep 4 17:57:46 2023 +0200 + + Fix expanded state event image on mobile #510 + +6 6 frontend/src/pages/EventDetails.tsx + +commit 337211e36aa7023cdb5d8f5af5aca9f3ea853532 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Sep 4 16:51:12 2023 +0200 + + New translations translation.json (Swedish) + +4 1 frontend/public/locales/sv/translation.json + +commit 6cc5ed83333d4916e4086cbfb3cc4ac4c47ec5c7 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Sep 4 16:51:11 2023 +0200 + + New translations translation.json (Portuguese) + +4 1 frontend/public/locales/pt/translation.json + +commit 9bca00cacf9db0686f15c519bc52de11cf2a192f +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Sep 4 16:51:10 2023 +0200 + + New translations translation.json (Polish) + +4 1 frontend/public/locales/pl/translation.json + +commit 03fd9ee3b9e9004e26eccb8f44bd4c9c975397b5 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Sep 4 16:51:09 2023 +0200 + + New translations translation.json (Dutch) + +4 1 frontend/public/locales/nl/translation.json + +commit c5f47ae550b457f530862845071c2a2839927cb2 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Sep 4 16:51:07 2023 +0200 + + New translations translation.json (Korean) + +4 1 frontend/public/locales/ko/translation.json + +commit 3c05966103e91013cc39e8c0caba14f8bd674e31 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Sep 4 16:51:06 2023 +0200 + + New translations translation.json (Japanese) + +4 1 frontend/public/locales/ja/translation.json + +commit 23d4db2446e83dc7b3c0b595f83ca22a25091ce2 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Sep 4 16:51:05 2023 +0200 + + New translations translation.json (Italian) + +4 1 frontend/public/locales/it/translation.json + +commit af93a46e9592f67362f13f781ce64660f418a03c +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Sep 4 16:51:04 2023 +0200 + + New translations translation.json (Hebrew) + +4 1 frontend/public/locales/he/translation.json + +commit 5174392d74b3b59a9ba47308e02af569fc08adc5 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Sep 4 16:51:03 2023 +0200 + + New translations translation.json (German) + +4 1 frontend/public/locales/de/translation.json + +commit 015b19ba58c338ad3179b2461fce5fbb9f956c3c +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Sep 4 16:51:02 2023 +0200 + + New translations translation.json (Spanish) + +4 1 frontend/public/locales/es/translation.json + +commit 944d026ebeb8e9d1a3dbc7f61908b2b66d3cb4d9 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Sep 4 16:51:00 2023 +0200 + + New translations translation.json (French) + +4 1 frontend/public/locales/fr/translation.json + +commit e8d0e7e5314aafedb231768dac263ed002e89e24 +Merge: 824a2f1f 06046f5a +Author: Lucian I. Last +Date: Mon Sep 4 16:24:47 2023 +0200 + + Merge pull request #589 from NatalieWilson19/show-create-event-button-if-logged-out-#508 + + Show create event button if logged out #508 + +commit 06046f5a3770859cd3f4170e93807df7212228d2 +Author: Lucian I. Last +Date: Mon Sep 4 16:22:08 2023 +0200 + + Add i18n to clickHereToRegister + +2 0 frontend/public/locales/en/translation.json +7 2 frontend/src/pages/Login.tsx +1 1 frontend/src/pages/Signup.tsx + +commit bae2b3a440a3e33a006ddd0cc5c530582bc222f0 +Author: Lucian I. Last +Date: Mon Sep 4 16:20:58 2023 +0200 + + Remove RegisterOrphanedUser controller + +10 60 server/internal/controllers/login.go +1 1 server/internal/server.go +1 1 server/internal/tests/integration_tests/register_orphaned_user_e2e_test.go + +commit 70bcccf0d5edabd9e3d694cf64f366c7d93945fb +Author: Lucian I. Last +Date: Mon Sep 4 16:19:11 2023 +0200 + + Replace MockOrphanedUser with MockUser with chainID 0 + +1 2 server/internal/tests/integration_tests/register_orphaned_user_e2e_test.go +0 41 server/internal/tests/mocks/mock-tables.go + +commit e515c1eb8dc08bb409f9d16ea6fcfbc273cb8eae +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Sep 4 14:11:21 2023 +0200 + + New translations translation.json (Swedish) + +2 0 app/public/locales/sv/translation.json + +commit 08b49df8888d42b371a0d65e1ae33b511bf0223f +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Sep 4 14:11:20 2023 +0200 + + New translations translation.json (Portuguese) + +2 0 app/public/locales/pt/translation.json + +commit 1cdca9167b25dd5432b9dd4432c54f3c4dc27548 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Sep 4 14:11:19 2023 +0200 + + New translations translation.json (Polish) + +2 0 app/public/locales/pl/translation.json + +commit 0330ae59bee706c746901e3e4bd869468bfa0d8d +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Sep 4 14:11:18 2023 +0200 + + New translations translation.json (Dutch) + +4 2 app/public/locales/nl/translation.json + +commit c5d385900bcfd2188fffa8bd64ce268fedf99b8a +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Sep 4 14:11:17 2023 +0200 + + New translations translation.json (Korean) + +2 0 app/public/locales/ko/translation.json + +commit feb93f1dd3f088926d762948310f4c2dbcdd214a +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Sep 4 14:11:16 2023 +0200 + + New translations translation.json (Japanese) + +2 0 app/public/locales/ja/translation.json + +commit 12142e5940ef812f3cc83735133ae03e4c5e396c +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Sep 4 14:11:15 2023 +0200 + + New translations translation.json (Italian) + +2 0 app/public/locales/it/translation.json + +commit 8657fd33997343e45b9164a60e03d55ee5baa0e8 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Sep 4 14:11:14 2023 +0200 + + New translations translation.json (Hebrew) + +2 0 app/public/locales/he/translation.json + +commit be00244a5cb027a60353fdb2db3c85fec9af6423 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Sep 4 14:11:13 2023 +0200 + + New translations translation.json (German) + +2 0 app/public/locales/de/translation.json + +commit e435c64a09a4beb1406d77c21982b68d3f5904f6 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Sep 4 14:11:12 2023 +0200 + + New translations translation.json (Spanish) + +2 0 app/public/locales/es/translation.json + +commit 30f7a3aeb71f9130a1ae3e0050a095e369f724d0 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Sep 4 14:11:11 2023 +0200 + + New translations translation.json (French) + +2 0 app/public/locales/fr/translation.json + +commit 824a2f1ff15747cdf6bfffbf7decea3aff1db842 +Author: Lucian I. Last +Date: Mon Sep 4 14:02:18 2023 +0200 + + Add pause icon to pause toggle & Create date select modal + +1 0 app/public/icons/pause-small-outline.svg +2 0 app/public/locales/en/translation.json +6 4 app/src/Store.tsx +1 0 app/src/pages/BagsList.tsx +119 37 app/src/pages/Settings.tsx +4 0 app/src/theme/overrides.css + +commit dcb8cd5a28d8139355f47666e0135e5381ddd29f +Author: Natalie +Date: Fri Sep 1 14:24:32 2023 -0700 + + get rid of unused import + +1 1 frontend/src/pages/Events.tsx + +commit 6899aee983b6b346dfbfa9ef89c62ba1ef60278c +Merge: 7e8b555e e7a84edb +Author: Natalie +Date: Fri Sep 1 14:19:25 2023 -0700 + + merge changes from main + +commit 7e8b555ea82201a7ef2218c7d40c6bc23f74827a +Author: Natalie +Date: Fri Sep 1 12:20:58 2023 -0700 + + fix modal + +11 3 frontend/src/pages/Events.tsx + +commit 9b7190a46493f14291ac48b4700b4d4744d784be +Author: Natalie +Date: Fri Sep 1 12:13:11 2023 -0700 + + add translation + +2 1 frontend/public/locales/en/translation.json + +commit 6389b0c2b4b2b6cfdb970128802a5efa6211b86b +Merge: 4866d303 e45b8289 +Author: Natalie +Date: Thu Aug 31 13:32:57 2023 -0700 + + Merge branch 'create-new-user-without-connected-loop-#507' of https://github.com/NatalieWilson19/clothing-loop into show-create-event-button-if-logged-out-#508 + +commit e45b82898dc560944b19c1b80100575602d88fef +Author: Natalie +Date: Thu Aug 31 13:29:56 2023 -0700 + + cleanup + +0 3 server/internal/tests/integration_tests/register_orphaned_user_e2e_test.go +0 6 server/internal/tests/mocks/mock-tables.go + +commit a5353db5475dada2b8e729321d8956f2c416426d +Author: Natalie +Date: Thu Aug 31 13:16:07 2023 -0700 + + update test + +0 6 server/internal/tests/integration_tests/register_orphaned_user_e2e_test.go + +commit e7a84edbfcf15d5dd008fbe43a78c815f0e1cc79 +Author: Lucian I. Last +Date: Thu Aug 31 17:25:13 2023 +0200 + + Publish app v1.13 + +1 1 app/.env.production +11 0 app/RELEASE_NOTES.md +2 2 app/android/app/build.gradle +4 4 app/ios/App/App.xcodeproj/project.pbxproj + +commit 448bc278b5841385c277e6702255bd31f9fa0f82 +Merge: ded38f02 64903ca7 +Author: Lucian I. Last +Date: Thu Aug 31 15:18:15 2023 +0200 + + Merge remote-tracking branch 'origin/l10n_main' + +commit ded38f02aa8912c8d72d1079290c79b71481a900 +Author: Lucian I. Last +Date: Thu Aug 31 12:35:46 2023 +0200 + + Hide login e2e test from ci + +2 0 server/internal/tests/integration_tests/login_e2e_test.go + +commit 64903ca781df025716a4ef365cefc0819090d204 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Aug 31 11:54:37 2023 +0200 + + New translations someone_is_interested_in_joining_your_loop.gohtml (German) + +1 1 server/internal/views/emails/de/someone_is_interested_in_joining_your_loop.gohtml + +commit c5507943dca128ec8ccb8f7622c518ebe370d752 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Aug 31 11:54:30 2023 +0200 + + New translations translation.json (Dutch) + +1 1 app/public/locales/nl/translation.json + +commit b864583262e5850a56cab899f35aa0010461b725 +Author: Lucian I. Last +Date: Thu Aug 31 11:49:37 2023 +0200 + + Fix the publishing backdoor + +1 1 app/src/api.ts +10 2 app/src/pages/Login.tsx +0 17 server/internal/app/auth/token.go +4 9 server/internal/controllers/login.go +39 0 server/internal/tests/integration_tests/login_e2e_test.go +2 0 server/sql/dev-setup-users.sql + +commit b28c81bf06cb7a446084d6501e0acb54c4702f70 +Author: Lucian I. Last +Date: Thu Aug 31 09:27:13 2023 +0200 + + Fix error handling + +2 2 app/toastError.ts + +commit cf7708730855eec51c8bcf61c0ebce5a98ef3404 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Aug 31 09:11:10 2023 +0200 + + New translations translation.json (Dutch) + +7 7 app/public/locales/nl/translation.json + +commit ee2e68b2b019d9420873b593475f9a8d43a3266a +Author: Lucian I. Last +Date: Thu Aug 31 08:53:09 2023 +0200 + + settings edit button text base size + +1 1 app/src/pages/Settings.tsx + +commit 757ed9214a1aba47d949b3352860ae625afc2508 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Aug 30 18:09:47 2023 +0200 + + New translations translation.json (Swedish) + +8 4 app/public/locales/sv/translation.json + +commit ce5a45c13da2f5e920d3012af5f0442e93bc170b +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Aug 30 18:09:46 2023 +0200 + + New translations translation.json (Portuguese) + +8 4 app/public/locales/pt/translation.json + +commit 1cc5404cb4342ea6138bc19e7dedebbcf2d10af4 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Aug 30 18:09:45 2023 +0200 + + New translations translation.json (Polish) + +8 4 app/public/locales/pl/translation.json + +commit 2f10077f9cea7dcf79b0d7b9a731afc3bc638abb +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Aug 30 18:09:44 2023 +0200 + + New translations translation.json (Dutch) + +8 5 app/public/locales/nl/translation.json + +commit 526f0c337f1babe550f154da1fcfa62db8d4a38a +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Aug 30 18:09:43 2023 +0200 + + New translations translation.json (Korean) + +8 4 app/public/locales/ko/translation.json + +commit 6bfc422dbfbd76cd4cb24b8193a675dfe7a2225e +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Aug 30 18:09:42 2023 +0200 + + New translations translation.json (Japanese) + +8 4 app/public/locales/ja/translation.json + +commit 2d7a106b811e838ef75e35e03b9cfcbfa20023bf +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Aug 30 18:09:41 2023 +0200 + + New translations translation.json (Italian) + +8 4 app/public/locales/it/translation.json + +commit 1d926d62fbb8877ba31d191737cf50b30d1c26be +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Aug 30 18:09:40 2023 +0200 + + New translations translation.json (Hebrew) + +8 4 app/public/locales/he/translation.json + +commit bf63efbdc3d040b903d57179ac068de089659987 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Aug 30 18:09:39 2023 +0200 + + New translations translation.json (German) + +8 4 app/public/locales/de/translation.json + +commit b3f3857fa71169fe757dfc6143fdbe3567c0f6b5 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Aug 30 18:09:38 2023 +0200 + + New translations translation.json (Spanish) + +8 4 app/public/locales/es/translation.json + +commit f3099a778a265041030b51ae1030ec1e3e7781ef +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Aug 30 18:09:37 2023 +0200 + + New translations translation.json (French) + +9 4 app/public/locales/fr/translation.json + +commit f356ece418dddb5c9bde4dbd483e21a8a4488993 +Author: Lucian I. Last +Date: Wed Aug 30 17:59:42 2023 +0200 + + Change pause button to toggle + +1 0 app/public/locales/en/translation.json +1 0 app/public/locales/nl/translation.json +20 16 app/src/pages/Settings.tsx + +commit f6546ba419e9d19f362f895c7a6f607758923618 +Author: Lucian I. Last +Date: Wed Aug 30 17:02:30 2023 +0200 + + Fix the weeks counter + +4 2 app/public/locales/en/translation.json +4 2 app/public/locales/nl/translation.json +2 2 app/src/dayjs.ts +12 1 app/src/pages/Settings.tsx + +commit 3ad548c320bb405bed994624b7b1b20ae8dee8ea +Author: Lucian I. Last +Date: Wed Aug 30 17:00:21 2023 +0200 + + Use transparent button for emoji + +1 1 app/src/components/CreateUpdateBag.tsx + +commit ccdd10eb41fcf2ab161fc5500435a88f1681c5f9 +Author: Lucian I. Last +Date: Wed Aug 30 16:47:56 2023 +0200 + + Add sneaker emoji for shoe + +1 1 app/src/components/CreateUpdateBag.tsx + +commit f3cdd0b0f30521a3dcf75526e73532f1f1a1a0e7 +Author: Lucian I. Last +Date: Wed Aug 30 14:56:01 2023 +0200 + + Change dutch "Afmelden" to "Log uit" + +1 1 app/public/locales/nl/translation.json + +commit 920f53a260bdda54ac7295d19994ef214cdc3695 +Author: Lucian I. Last +Date: Wed Aug 30 14:52:07 2023 +0200 + + Instead of making the bulky description bold increase font size + +1 1 app/src/pages/BulkyList.tsx + +commit 43e73264d42b9460b0e71209879889fcd7117fca +Author: Lucian I. Last +Date: Wed Aug 30 14:44:21 2023 +0200 + + Remove copy option in bulky item contact popup + +1 19 app/src/pages/BulkyList.tsx + +commit 321362f592345bcb7406bdcdeed1317bcfb2fd91 +Author: Lucian I. Last +Date: Wed Aug 30 14:42:33 2023 +0200 + + Replace reserve with contact + +1 1 app/public/locales/en/translation.json +1 1 app/public/locales/nl/translation.json +1 1 app/src/pages/BulkyList.tsx +1 1 app/src/pages/Settings.tsx + +commit 31147dfbbbf1394c5c8f2193e1ff9b7bfe70e770 +Author: Lucian I. Last +Date: Wed Aug 30 14:40:10 2023 +0200 + + Fix onesignal nil pointer if config not set + +5 2 server/internal/app/onesignal.go + +commit 4f4df4c87810c395b6244d55e7e50bd8f82f3c4d +Author: Lucian I. Last +Date: Wed Aug 30 14:20:37 2023 +0200 + + Add edit account button to app + +13 3 app/src/pages/Settings.tsx +4 5 frontend/src/pages/UserEdit.tsx + +commit a483e6f4dd683ad0b43b94a323351f7569a12e3a +Author: Lucian I. Last +Date: Wed Aug 30 13:52:09 2023 +0200 + + Remove address from select user from bag + +0 8 app/src/pages/BagsList.tsx + +commit 9120ba6a67e3c7aa1f917d110327ad0bef6b8ed6 +Author: Lucian I. Last +Date: Wed Aug 30 13:50:46 2023 +0200 + + Fix TSX comment in html shown in html + +0 1 app/src/pages/BagsList.tsx + +commit 54540c617eeba9793a6bee93ef4986abba1d5d6a +Author: Lucian I. Last +Date: Wed Aug 30 13:50:21 2023 +0200 + + Remove personCircle icon for isMe set name to primary if me + +7 14 app/src/pages/AddressList.tsx +3 9 app/src/pages/BagsList.tsx + +commit 3469cdccc119a3b9c5f825fdb72590d75c466ac9 +Author: Lucian I. Last +Date: Wed Aug 30 13:37:35 2023 +0200 + + Add dot to enterThePasscodeYouReceivedInYourEmail + +1 1 app/public/locales/en/translation.json +1 1 app/public/locales/nl/translation.json + +commit 5a2122dc6f2e78f7ea5760c9eb4fe6e40d2ba126 +Author: Lucian I. Last +Date: Wed Aug 30 13:35:00 2023 +0200 + + Change from update or create to save + +1 0 app/public/locales/en/translation.json +1 0 app/public/locales/nl/translation.json +1 1 app/src/components/CreateUpdateBag.tsx +1 1 app/src/components/CreateUpdateBulky.tsx +1 1 app/src/components/CreateUpdateRules.tsx + +commit af57ab3078f87c25cfcd6792983ebaf60502727c +Author: Lucian I. Last +Date: Wed Aug 30 10:23:38 2023 +0200 + + Hide im icons if phone number is not international + +8 16 app/src/components/UserCard.tsx + +commit 903e4c6fef5585d2fbcebef4fdc395d652c6f920 +Author: Lucian I. Last +Date: Wed Aug 30 10:19:24 2023 +0200 + + Document the diagram documentation + +2 0 README.md +28 0 server/docs/README.md + +commit 103ca2459693f8eafab0e39d5ad7fc103e1306cd +Author: Lucian I. Last +Date: Wed Aug 30 08:12:53 2023 +0200 + + zoom 1.2x more than advised from a cluster click + +1 1 frontend/src/pages/FindChain.tsx + +commit 4d1608ba6c70c968b1aaa29652ec9d62dee1da15 +Author: Lucian I. Last +Date: Wed Aug 30 08:10:58 2023 +0200 + + If click cluster of one select and focus + +35 36 frontend/src/pages/FindChain.tsx + +commit ca6ce802c7d5917f700ba3b76c989af1c4dd0b2c +Author: Lucian I. Last +Date: Wed Aug 30 08:10:03 2023 +0200 + + Typo in diagram + +1 1 server/docs/email_diagrams.md + +commit 5f0df97fd6b7ad32bb81cca73c03a9adaa217c1e +Author: Lucian I. Last +Date: Tue Aug 29 12:49:58 2023 +0200 + + Remove email address from logged-in signup page + +7 7 frontend/src/pages/Signup.tsx + +commit 92ceef0cf6f7564066d9e70c29fade2c617de894 +Author: Lucian I. Last +Date: Tue Aug 29 12:00:24 2023 +0200 + + Use unicode superscript 1 in documentation + +2 2 server/docs/email_diagrams.md + +commit 8951756872258bc0ce5c53ea43c4691ce0741409 +Author: Lucian I. Last +Date: Tue Aug 29 11:55:20 2023 +0200 + + Document Delayed unregistered loop approval + +22 0 server/docs/email_diagrams.md + +commit 40e3fca6c88b35045401e99bcb22cc8888bbc819 +Author: Lucian I. Last +Date: Tue Aug 29 11:32:03 2023 +0200 + + Center loop on GDPR user delete if list length is one + +7 1 frontend/src/pages/AdminDashboard.tsx + +commit ece43145501884e76001fe4d7d6a0683e37312ac +Author: Lucian I. Last +Date: Tue Aug 29 11:23:20 2023 +0200 + + Prefix bag notification with 'Bag ' & document + +1 0 app/src/pages/BagsList.tsx +17 0 server/docs/bag_name.md +2 2 server/docs/email_diagrams.md +9 1 server/internal/controllers/cron.go +5 0 server/internal/views/notifications.go + +commit 8d37a1f92da4e75330b85819be1d96fc0f46e215 +Merge: eaaa10a0 a442e8ed +Author: Lucian I. Last +Date: Tue Aug 29 10:21:31 2023 +0200 + + Merge remote-tracking branch 'tobifaf/562-someone-else-set-bag-notification' + +commit eaaa10a063788e5dbafcc9b031c4bc28dd1729f2 +Merge: ff2c17da 6ed350f7 +Author: Lucian I. Last +Date: Mon Aug 28 23:18:58 2023 +0200 + + Merge remote-tracking branch 'origin/l10n_main' + +commit ff2c17dab473e1d85ab5f8eb4b7ad7b3719baca7 +Author: Lucian I. Last +Date: Mon Aug 28 22:39:18 2023 +0200 + + Working test file + +14 1 server/internal/tests/integration_tests/mail_e2e_test.go +20 0 server/internal/views/email_test.go + +commit a442e8ed078d2c77b4150a11b2a1a5614d3bef3a +Author: Tim Fierens +Date: Mon Aug 28 23:06:49 2023 +0200 + + add notification if someone else sets you to a bag + +13 0 server/internal/controllers/bag.go +5 0 server/internal/views/notifications.go + +commit 07267f15e712962f65b9e966aefcae07ba4ae16b +Author: Lucian I. Last +Date: Mon Aug 28 16:52:33 2023 +0200 + + Add cohost as draft loop + +13 8 server/internal/controllers/chain.go + +commit 6ed350f7cb35fd8f37a470ed9933b2956cb43ec0 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Aug 28 16:39:39 2023 +0200 + + New translations translation.json (Swedish) + +1 0 frontend/public/locales/sv/translation.json + +commit c453d7f3bb2412f6e4bd683857ac761e928b63e0 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Aug 28 16:39:37 2023 +0200 + + New translations translation.json (Portuguese) + +1 0 frontend/public/locales/pt/translation.json + +commit 89e2fe6d26048791c5ec970a40ae74250070c185 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Aug 28 16:39:36 2023 +0200 + + New translations translation.json (Polish) + +1 0 frontend/public/locales/pl/translation.json + +commit ff45daf67400d4e6edaca3c8f349a6ddf98b9a69 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Aug 28 16:39:35 2023 +0200 + + New translations translation.json (Dutch) + +1 0 frontend/public/locales/nl/translation.json + +commit aaee66dbab16d04ab7163a786d8c5323cf9b4437 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Aug 28 16:39:34 2023 +0200 + + New translations translation.json (Korean) + +1 0 frontend/public/locales/ko/translation.json + +commit 3c20366588f12032ee2f4adb20d733d58f03dffe +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Aug 28 16:39:33 2023 +0200 + + New translations translation.json (Japanese) + +1 0 frontend/public/locales/ja/translation.json + +commit 57cd219ce58be91a4bea8850477a2a2bbf291bf0 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Aug 28 16:39:32 2023 +0200 + + New translations translation.json (Italian) + +1 0 frontend/public/locales/it/translation.json + +commit 2530c6710059bc8da3c9934b35dbb7e3e98bc234 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Aug 28 16:39:30 2023 +0200 + + New translations translation.json (Hebrew) + +1 0 frontend/public/locales/he/translation.json + +commit 5c51ca93cf3b9fb44e310f8f77027b55a564f7ad +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Aug 28 16:39:29 2023 +0200 + + New translations translation.json (German) + +1 0 frontend/public/locales/de/translation.json + +commit ae825721b173d5eba07f553427eecbbd0f613b28 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Aug 28 16:39:28 2023 +0200 + + New translations translation.json (Spanish) + +1 0 frontend/public/locales/es/translation.json + +commit 8c0a79602f397796c8dd8b3b01d520405bd99b93 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Aug 28 16:39:27 2023 +0200 + + New translations translation.json (French) + +1 0 frontend/public/locales/fr/translation.json + +commit c8b7d5b19f5068ed69cd56fba0cb477b5b960e6f +Author: Lucian I. Last +Date: Mon Aug 28 16:34:26 2023 +0200 + + Make FAQ more prominent + +3 2 frontend/src/pages/About.tsx +1 0 frontend/tailwind.config.cjs + +commit ab9cd7a61bdbb5048f0cb4c649011655d7351872 +Author: Lucian I. Last +Date: Mon Aug 28 16:18:50 2023 +0200 + + Fix ux rtl and half screen view port + +1 1 frontend/src/components/DataExport.tsx +10 10 frontend/src/pages/ChainMemberList.tsx + +commit 204ba1f2dc3d9948f1cdafb2068c08e5020e06bb +Author: Lucian I. Last +Date: Mon Aug 28 12:52:06 2023 +0200 + + Add export to spreadsheet tooltip + +1 0 frontend/public/locales/en/translation.json +3 11 frontend/src/components/DataExport.tsx + +commit 89dd510d8f0edf195c8a973dd5be275d5f7a586b +Author: Natalie +Date: Sun Aug 27 13:22:17 2023 -0700 + + Update email register verification function call + +1 1 server/internal/controllers/login.go + +commit 4cbeeaed934db44ed9daf1fc9bd290a446bb3247 +Author: Natalie +Date: Sun Aug 27 13:21:05 2023 -0700 + + cleanup test + +1 46 server/internal/tests/integration_tests/register_orphaned_user_e2e_test.go + +commit 63ce5562fedab53189d796a82b933f43a66a9e48 +Author: Lucian I. Last +Date: Sat Aug 26 10:23:37 2023 +0200 + + Fix downloading as iCal #582 + +1 1 server/internal/controllers/event.go + +commit 8e0fe145c90f3d5a0563f96c65644086d9e78083 +Merge: 7d1cea75 337430eb +Author: Natalie +Date: Fri Aug 25 14:16:48 2023 -0700 + + Merge branch 'main' of https://github.com/NatalieWilson19/clothing-loop into create-new-user-without-connected-loop-#507 + +commit 7d1cea751bdcca6282134d681d5dd6ec343eed84 +Author: Natalie +Date: Fri Aug 25 14:16:40 2023 -0700 + + clean up + +0 5 server/internal/controllers/login.go + +commit 0fa6a874415993f1abfc890c48d79df7679819fe +Author: Natalie +Date: Fri Aug 25 14:16:28 2023 -0700 + + add orphaned user to mock tables + +48 0 server/internal/tests/mocks/mock-tables.go + +commit efde81f642a4201aba843017f7ba929e92ae0415 +Author: Natalie +Date: Fri Aug 25 14:15:37 2023 -0700 + + add e2e test for orphaned user + +117 0 server/internal/tests/integration_tests/register_orphaned_user_e2e_test.go + +commit 337430eb378ce6a50c218a26caa33cdac874d54e +Author: Lucian I. Last +Date: Fri Aug 25 12:05:49 2023 +0200 + + Add hebrew to emails + +1 1 server/internal/views/email.go + +commit 96e897547ee62ee1d4d9dfd1f1b564dff5863e82 +Author: Lucian I. Last +Date: Fri Aug 25 11:59:20 2023 +0200 + + Set mail e2e test to dutch and english only + +33 16 server/internal/tests/integration_tests/mail_e2e_test.go + +commit 0bbae9d7f1e63e0f248a091b94f3893b53d06d50 +Author: Lucian I. Last +Date: Fri Aug 25 11:31:07 2023 +0200 + + Add translations to all sent emails + +3 3 server/internal/controllers/chain.go +5 2 server/internal/controllers/cron.go +4 2 server/internal/controllers/login.go +2 1 server/internal/controllers/poke.go +2 1 server/internal/models/user.go +109 85 server/internal/tests/integration_tests/mail_e2e_test.go +23 26 server/internal/views/email.go + +commit c97591f45d7a42a1d8611d91750b230dc6b15369 +Author: Lucian I. Last +Date: Fri Aug 25 10:35:44 2023 +0200 + + Replace plantuml with mermaid for dependency uml + +40 1 server/README.md +0 47 server/structure.deployment.puml + +commit 2810c7769950276ddea8790fa2afb9d46ffd2d7a +Author: Lucian I. Last +Date: Fri Aug 25 10:35:12 2023 +0200 + + Documentation email flow diagrams + +49 0 server/docs/email_diagrams.md + +commit 397b04322ecdab8618c7bf3c453b15d42099ee21 +Author: Lucian I. Last +Date: Thu Aug 24 00:24:23 2023 +0200 + + Test and test again + +4 3 server/internal/controllers/cron.go +5 1 server/internal/tests/integration_tests/old_pending_participants_e2e_test.go + +commit f6a5428c0404675aa7634266eba87cf5db4657b6 +Author: Lucian I. Last +Date: Wed Aug 23 23:46:57 2023 +0200 + + More stringent rules on automated hide loop + +6 1 server/internal/controllers/cron.go + +commit 62dd3f4b90deaecc36bb3013b19b73a067eb2800 +Author: Lucian I. Last +Date: Wed Aug 23 23:04:19 2023 +0200 + + Send failed last retry email to sender + +1 1 server/internal/app/mail.go +17 0 server/internal/app/mail_test.go +24 3 server/internal/controllers/cron.go +11 2 server/internal/models/mail_retry.go +11 0 server/internal/views/email.go + +commit 3a1e623df0b17c1d7ffede9c9ca329c79454e14e +Author: Lucian I. Last +Date: Wed Aug 23 20:57:24 2023 +0200 + + Set email retries for more emails & remind day one and two + +6 7 server/internal/models/mail_retry.go +57 133 server/internal/models/mail_retry_e2e_test.go +6 1 server/internal/views/email.go + +commit d1ecb44f568d1bc0a841381fe2d2ec63b5b58bf7 +Merge: 18df0601 6cda5b8d +Author: Lucian I. Last +Date: Wed Aug 23 18:06:10 2023 +0200 + + Merge branch 'main' of github.com:the-clothing-loop/website + +commit 18df06014a4b89ffe0b227e39451c30cc5a81e3c +Author: Lucian I. Last +Date: Wed Aug 23 18:06:01 2023 +0200 + + Revert "hide app buttons" + + This reverts commit b90eeee4a9efa4d8e11168e654b3bbba348bee2e. + +1 1 frontend/src/components/Footer.tsx + +commit 6cda5b8d4cc551e608df1679b07b4e7e6b7dd0fe +Merge: efd63df7 daecc400 +Author: Lucian I. Last +Date: Wed Aug 23 18:02:16 2023 +0200 + + Merge pull request #581 from the-clothing-loop/l10n_main + + New Crowdin updates + +commit daecc4002fcef7f67766d8c46abcdcf2d14e7602 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Aug 23 17:30:31 2023 +0200 + + New translations translation.json (Swedish) + +1 0 app/public/locales/sv/translation.json + +commit 3289f6c11f0feaa6e8db7cc7b02968e53ce8ac50 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Aug 23 17:30:30 2023 +0200 + + New translations approve_reminder.gohtml (Swedish) + +1 1 server/internal/views/emails/sv/approve_reminder.gohtml + +commit 5bd0ae8ef643c3d8407344297c2fdd503b318fa2 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Aug 23 17:30:29 2023 +0200 + + New translations translation.json (Portuguese) + +1 0 app/public/locales/pt/translation.json + +commit dd9eca28b839c7a48bfe64d79b6ccd1b1b12c49d +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Aug 23 17:30:28 2023 +0200 + + New translations approve_reminder.gohtml (Portuguese) + +1 1 server/internal/views/emails/pt/approve_reminder.gohtml + +commit 6b467f4ea4dfd3d13a65ea62508490d45652de69 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Aug 23 17:30:27 2023 +0200 + + New translations translation.json (Polish) + +1 0 app/public/locales/pl/translation.json + +commit 4d7f30336386cd695af11e2e4e34d4e788965d11 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Aug 23 17:30:26 2023 +0200 + + New translations approve_reminder.gohtml (Polish) + +1 1 server/internal/views/emails/pl/approve_reminder.gohtml + +commit c26210f55440fd1dcbfde879d4553c09a609765a +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Aug 23 17:30:25 2023 +0200 + + New translations approve_reminder.gohtml (Dutch) + +1 1 server/internal/views/emails/nl/approve_reminder.gohtml + +commit 8a92e954199d74a293409fe52a220f1d560fb2c4 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Aug 23 17:30:24 2023 +0200 + + New translations translation.json (Korean) + +1 0 app/public/locales/ko/translation.json + +commit 4e34d8a4109166ead4e636887229a7c3c492e399 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Aug 23 17:30:23 2023 +0200 + + New translations approve_reminder.gohtml (Korean) + +1 1 server/internal/views/emails/ko/approve_reminder.gohtml + +commit f3abe2f907cdb243508ee265ebac9be8c860a707 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Aug 23 17:30:22 2023 +0200 + + New translations translation.json (Japanese) + +1 0 app/public/locales/ja/translation.json + +commit 7fc6bc43cedea7d8df8131e2ff7af442459d918e +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Aug 23 17:30:21 2023 +0200 + + New translations approve_reminder.gohtml (Japanese) + +1 1 server/internal/views/emails/ja/approve_reminder.gohtml + +commit ed58bd0179ffd6e61b7095618e92fcdc0012e209 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Aug 23 17:30:20 2023 +0200 + + New translations translation.json (Italian) + +1 0 app/public/locales/it/translation.json + +commit e5a81197211e0cc9c53ea3eebfaf4274b2a959b3 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Aug 23 17:30:19 2023 +0200 + + New translations approve_reminder.gohtml (Italian) + +1 1 server/internal/views/emails/it/approve_reminder.gohtml + +commit e9cb2437f85fabf0eb756c251e1930423b1ae402 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Aug 23 17:30:18 2023 +0200 + + New translations translation.json (Hebrew) + +1 0 app/public/locales/he/translation.json + +commit 36f5d056d99cb707148df8a9f824f10256d138ed +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Aug 23 17:30:17 2023 +0200 + + New translations approve_reminder.gohtml (Hebrew) + +1 1 server/internal/views/emails/he/approve_reminder.gohtml + +commit ff2cab03fb7971fe1ded1c2f4cee4596cea5045f +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Aug 23 17:30:16 2023 +0200 + + New translations translation.json (German) + +1 0 app/public/locales/de/translation.json + +commit 9ea6cf81c428c1af589134955cb52335a97aa7a4 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Aug 23 17:30:14 2023 +0200 + + New translations approve_reminder.gohtml (German) + +1 1 server/internal/views/emails/de/approve_reminder.gohtml + +commit 4bcc2a336656af68b1f8343a8666d41ab010bdcd +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Aug 23 17:30:13 2023 +0200 + + New translations translation.json (Spanish) + +1 0 app/public/locales/es/translation.json + +commit 1cacc92ab6585b8f52d91a11779cc0befaa19359 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Aug 23 17:30:12 2023 +0200 + + New translations approve_reminder.gohtml (Spanish) + +1 1 server/internal/views/emails/es/approve_reminder.gohtml + +commit ac0ff339fd3bced69f58f218fd3f474514cf518b +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Aug 23 17:30:11 2023 +0200 + + New translations approve_reminder.gohtml (French) + +1 1 server/internal/views/emails/fr/approve_reminder.gohtml + +commit efd63df716c1e94db9d390488c67c9277b479a0a +Author: Lucian I. Last +Date: Wed Aug 23 17:18:52 2023 +0200 + + Fix closeChainsWithOldPendingParticipants to cancel properly + +6 0 server/internal/controllers/chain.go +2 1 server/internal/controllers/cron.go +8 0 server/internal/models/chain.go +250 0 server/internal/tests/integration_tests/old_pending_participants_e2e_test.go +10 8 server/internal/tests/mocks/mock-tables.go + +commit a93a81ac8382905d6bbaea3a1530b0275ec51545 +Author: Lucian I. Last +Date: Wed Aug 23 14:54:07 2023 +0200 + + Remove unused imports + +0 2 frontend/src/pages/ChainMemberList.tsx + +commit fcfbb764eba68b296dd38f8e1863f0c0b91ad06f +Author: Lucian I. Last +Date: Wed Aug 23 14:53:53 2023 +0200 + + Add share link to admin dashboard list + +23 7 frontend/src/components/ChainsList.tsx + +commit 63a0942c2dd3959bab15dc6ef25dd23c6ffae590 +Author: Lucian I. Last +Date: Wed Aug 23 14:17:02 2023 +0200 + + Fix en translation + +1 1 server/internal/views/emails/en/approve_reminder.gohtml + +commit a7c7d06dab5947fa1f53cdd65dd8bd0174a49305 +Author: Lucian I. Last +Date: Wed Aug 23 13:41:40 2023 +0200 + + Add open mail app button + +1 0 app/android/app/capacitor.build.gradle +3 0 app/android/app/src/main/AndroidManifest.xml +3 0 app/android/capacitor.settings.gradle +1 0 app/ios/App/Podfile +9 0 app/package-lock.json +1 0 app/package.json +1 0 app/public/locales/en/translation.json +1 0 app/public/locales/nl/translation.json +25 2 app/src/pages/Login.tsx + +commit 25354030732f0f3bbb29b36c80df93bdc6a03df2 +Author: Lucian I. Last +Date: Wed Aug 23 09:32:23 2023 +0200 + + Fix rainbow theme + +43 40 app/src/theme/variables.css + +commit f566a78e4651cc2c49246ab9622d441346661786 +Author: Lucian I. Last +Date: Wed Aug 23 08:00:15 2023 +0200 + + Use one sql query for infoGet + +20 34 server/internal/controllers/info.go + +commit ad54b8a7507b33dc2cd826b7919c3712f062c36a +Author: Natalie +Date: Tue Aug 22 18:05:19 2023 -0700 + + Add RegisterOrphanedUser function + +57 0 server/internal/controllers/login.go +1 0 server/internal/server.go + +commit f3d45b6b8a1cdde2e1680e469a82a50a39326f17 +Author: Natalie +Date: Tue Aug 22 18:03:12 2023 -0700 + + seperate add oprhaned user to new endpoint + +7 1 frontend/src/api/login.ts +22 6 frontend/src/pages/Signup.tsx + +commit a150d579ee4b1b9a0853e9fa7b828414e6cb4c4d +Merge: d6d51dfe 467025d9 +Author: Lucian I. Last +Date: Tue Aug 22 08:39:59 2023 +0200 + + Merge commit '467025d94ad54e43a2e7e8421b59b610697b6794' + +commit 467025d94ad54e43a2e7e8421b59b610697b6794 +Author: Lucian I. Last +Date: Tue Aug 22 08:39:25 2023 +0200 + + Remove retry email from EmailContactConfirmation + +0 1 server/internal/views/email.go + +commit 56f3585cf40a28eba5e7cbd8917e4416ed2d8d8f +Author: Lucian I. Last +Date: Mon Aug 21 23:58:41 2023 +0200 + + Fix e2e tests and delete if sent + +2 1 server/internal/app/mail.go +2 5 server/internal/controllers/cron.go +8 7 server/internal/models/mail_retry.go +161 36 server/internal/models/mail_retry_e2e_test.go +3 3 server/internal/tests/mocks/mock-tables.go + +commit 4866d3034d5a4f4f73041792f92a7d2af5cd98f7 +Author: Natalie +Date: Mon Aug 21 08:17:33 2023 -0700 + + Make create event button visible to everyone and add modal that redirects non registered users to sign up + +24 2 frontend/src/pages/Events.tsx + +commit fd1f6d3c6e0e1dd2ad3594800791e4c79b7ed79b +Author: Lucian I. Last +Date: Mon Aug 21 16:57:27 2023 +0200 + + wip + +1 0 server/internal/app/database.go +31 29 server/internal/app/mail.go +3 4 server/internal/controllers/chain.go +4 4 server/internal/controllers/contact.go +20 1 server/internal/controllers/cron.go +4 5 server/internal/controllers/login.go +1 2 server/internal/controllers/poke.go +69 0 server/internal/models/mail_retry.go +87 0 server/internal/models/mail_retry_e2e_test.go +3 0 server/internal/models/testmain_test.go +4 0 server/internal/server.go +10 10 server/internal/tests/integration_tests/mail_e2e_test.go +38 0 server/internal/tests/mocks/mock-tables.go +44 41 server/internal/views/email.go +2 2 server/internal/views/email_test.go + +commit d6d51dfe08b9cb87b15fb1f73d64653724f9df9f +Merge: cd68dfe7 1640d39a +Author: Lucian I. Last +Date: Mon Aug 21 10:47:30 2023 +0200 + + Merge remote-tracking branch 'origin/l10n_main' + +commit cd68dfe764344d48eaa910f669bc885651b2e24c +Merge: b90eeee4 a1fb9117 +Author: Lucian I. Last +Date: Mon Aug 21 10:44:09 2023 +0200 + + Merge branch 'adding-users-chain-model-functions' + +commit a1fb9117b5ca6671f4016961cc3d402486e07029 +Author: Lucian I. Last +Date: Mon Aug 21 10:43:50 2023 +0200 + + Fix email tests + +3 1 server/internal/views/email_test.go + +commit 9fa1d905e9cdc59de5dab524d3422c9eb26d16bd +Author: Lucian I. Last +Date: Mon Aug 21 10:09:15 2023 +0200 + + Revert where change and user uppercase ID in variable names + +1 1 server/internal/controllers/users.go +2 2 server/internal/models/user.go +8 3 server/internal/models/user_chain.go +2 2 server/internal/tests/integration_tests/modals_chain_user_e2e_test.go + +commit 9b13a5fbf3b94a59950feb5c4af9b22980438c10 +Author: Lucian I. Last +Date: Mon Aug 21 09:59:31 2023 +0200 + + Remove unnecessary brackets + +4 4 server/internal/controllers/users.go + +commit b90eeee4a9efa4d8e11168e654b3bbba348bee2e +Author: Lucian I. Last +Date: Mon Aug 21 09:43:38 2023 +0200 + + hide app buttons + +1 1 frontend/src/components/Footer.tsx + +commit 98ad600399e5114c70bfcf406fb89ab29c319ad2 +Author: Lucian I. Last +Date: Mon Aug 21 09:43:22 2023 +0200 + + Better alt tags for download icons + +2 2 frontend/src/components/Footer.tsx + +commit 41ceb0ab763aceace34d937bc8f7b34e79727252 +Author: Lucian I. Last +Date: Mon Aug 21 09:32:01 2023 +0200 + + cookie expire after 31 days + +5 1 frontend/src/components/FormFields.tsx + +commit eafef8eab626cf6eb1d69c6511274ab89a967938 +Author: gabriel.camps +Date: Sun Aug 20 18:56:59 2023 -0500 + + refactoring UserGetAllOfChain from users controller + +12 40 server/internal/controllers/users.go +16 0 server/internal/models/user.go +25 0 server/internal/models/user_chain.go +25 0 server/internal/tests/integration_tests/modals_chain_user_e2e_test.go +9 0 server/internal/tests/integration_tests/modals_user_e2e_test.go + +commit 0991dc37b31819edfa5ba20ce7be31963b9201a0 +Author: Natalie +Date: Sun Aug 20 13:27:58 2023 -0700 + + Add text styling to click here to signup text + +2 2 frontend/src/pages/Login.tsx + +commit 7e7f24fe9b12a5932a26d2174ed5ce7a9ed948e1 +Merge: a9b6eab4 7eb9299c +Author: Natalie +Date: Sun Aug 20 12:53:09 2023 -0700 + + Merge branch 'main' of https://github.com/NatalieWilson19/clothing-loop into create-new-user-without-connected-loop-#507 + +commit 7eb9299ca4ded6d8290364e1a6c23d9832f24e38 +Author: Lucian I. Last +Date: Fri Aug 18 16:51:54 2023 +0200 + + Make cookie permanent + +1 1 frontend/src/components/FormFields.tsx + +commit 36fb8d5b8d6c0531d2b8765be6d308bf931df048 +Author: Lucian I. Last +Date: Fri Aug 18 16:43:22 2023 +0200 + + Add proper phone number formatting + +1 1 frontend/.env-acceptance +1 1 frontend/.env-example +1 1 frontend/.env-production +40 0 frontend/package-lock.json +1 0 frontend/package.json +17 0 frontend/src/api/ipinfo.ts +6 1 frontend/src/components/AddressForm.tsx +34 9 frontend/src/components/FormFields.tsx + +commit 1640d39acfa43e65377769e9b429c00ae2520007 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Aug 18 14:33:36 2023 +0200 + + New translations translation.json (Dutch) + +1 1 app/public/locales/nl/translation.json + +commit 64a4fc5c93d200576decf6f53b4a603436a4c107 +Author: Lucian I. Last +Date: Fri Aug 18 09:04:00 2023 +0200 + + Publish app v1.12 + +1 1 app/.env.production +5 0 app/RELEASE_NOTES.md +2 2 app/android/app/build.gradle +4 4 app/ios/App/App.xcodeproj/project.pbxproj + +commit 579406b05a9c5790b675396de17bf939506bccd0 +Author: Lucian I. Last +Date: Fri Aug 18 02:11:27 2023 +0200 + + Add test for email translations + +1 0 server/go.mod +2 0 server/go.sum +150 19 server/internal/views/email_test.go +1 1 server/internal/views/emails/de/someone_is_interested_in_joining_your_loop.gohtml + +commit 91f5c38d3ab8046d0620633ed347d6312fa36b24 +Merge: ff5a30a8 db973a2a +Author: Lucian I. Last +Date: Fri Aug 18 00:22:58 2023 +0200 + + Merge remote-tracking branch 'origin/l10n_main' + +commit db973a2a31e4f73c3a578929f2a8de853a4a5a8e +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Aug 18 00:08:02 2023 +0200 + + New translations an_admin_denied_your_join_request.gohtml (Hebrew) + +1 1 server/internal/views/emails/he/an_admin_denied_your_join_request.gohtml + +commit 16e08b473df1ecf8bb92b953d9dd6f765c53d449 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Aug 18 00:07:23 2023 +0200 + + New translations someone_is_interested_in_joining_your_loop.gohtml (French) + +1 0 server/internal/views/emails/fr/someone_is_interested_in_joining_your_loop.gohtml + +commit 6d7cbe26a9179321758cfd86ca894a33dc993e39 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Aug 18 00:06:55 2023 +0200 + + New translations translation.json (French) + +1 0 app/public/locales/fr/translation.json + +commit 448118fe984a9877db9dcd5e964a9868717a2ea8 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Aug 18 00:06:54 2023 +0200 + + New translations translation.json (Swedish) + +1 0 app/public/locales/sv/translation.json + +commit d08dd8349eb4ab23463906c775719c3ff93b4a30 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Aug 18 00:06:53 2023 +0200 + + New translations translation.json (Portuguese) + +1 0 app/public/locales/pt/translation.json + +commit 77c9eb9b1b57656d2a6a8f49914a83359b5e0e16 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Aug 18 00:06:52 2023 +0200 + + New translations translation.json (Polish) + +1 0 app/public/locales/pl/translation.json + +commit 850d499f010d82caaba8495a9ada588979c009fc +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Aug 18 00:06:51 2023 +0200 + + New translations translation.json (Dutch) + +9 8 app/public/locales/nl/translation.json + +commit 8b91a12732b70175629b20f279c5742ad8161d24 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Aug 18 00:06:50 2023 +0200 + + New translations translation.json (Korean) + +1 0 app/public/locales/ko/translation.json + +commit 6e5264989232c8627abbdb8e350f741e56f125eb +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Aug 18 00:06:49 2023 +0200 + + New translations translation.json (Japanese) + +1 0 app/public/locales/ja/translation.json + +commit 0488bbbf17bc05072d9634c97a54c4d97395555f +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Aug 18 00:06:48 2023 +0200 + + New translations translation.json (Italian) + +1 0 app/public/locales/it/translation.json + +commit 2544732778af005feac547388e9a7b18b1f655fd +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Aug 18 00:06:47 2023 +0200 + + New translations translation.json (Hebrew) + +1 0 app/public/locales/he/translation.json + +commit 9c779203e596e936f5f5202975220141bf902659 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Aug 18 00:06:46 2023 +0200 + + New translations translation.json (German) + +1 0 app/public/locales/de/translation.json + +commit 59fd0fa8d9bcddc4d2bb8964dfcc913e170482e1 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Aug 18 00:06:45 2023 +0200 + + New translations translation.json (Spanish) + +1 0 app/public/locales/es/translation.json + +commit ff5a30a8b27ebf6ed15d4ff146ad810c424864e0 +Merge: 3a6fefac 02ddb598 +Author: Lucian I. Last +Date: Thu Aug 17 23:45:47 2023 +0200 + + Merge branch 'app-theme' + +commit 02ddb5986f3e89a1c6ad23d579de44c27eb92a7d +Author: Lucian I. Last +Date: Thu Aug 17 23:45:19 2023 +0200 + + Instant theme change + +1 1 app/src/Store.tsx +28 10 app/src/components/Theme.tsx +1 1 app/src/pages/Settings.tsx + +commit a9b6eab4710d6aa08bbd27249136e4b48ec533dc +Merge: 0b12252c 3a6fefac +Author: Natalie +Date: Thu Aug 17 14:15:28 2023 -0700 + + Merge branch 'main' of https://github.com/NatalieWilson19/clothing-loop into create-new-user-without-connected-loop-#507 + Merge change from main + +commit 72ec8fe5b7ba6121853c1dabca9e437bd7d3afe1 +Author: Lucian I. Last +Date: Thu Aug 17 23:14:44 2023 +0200 + + Add theme colors + +31 13 app/src/components/Theme.tsx +17 0 app/src/tailwind.css +220 1 app/src/theme/variables.css + +commit 0b12252c0753aec1b4302d69367f599fd6eecb09 +Author: Natalie +Date: Thu Aug 17 14:14:10 2023 -0700 + + Make chainUID an optional parameter in api + +1 1 frontend/src/api/login.ts + +commit 6c38ef81f2bc4edc6a451141e3bcfb1c26b15380 +Author: Natalie +Date: Thu Aug 17 14:13:34 2023 -0700 + + Add link to new user signup from login page + +4 0 frontend/src/pages/Login.tsx + +commit 11a851c70e6891e456b3b07bcb41e2d17af7d9c5 +Author: Natalie +Date: Thu Aug 17 14:12:35 2023 -0700 + + Add route for signup disconnected from chainUID + +6 0 frontend/src/App.tsx + +commit 53a300915cea5bf62ded70e8a3fe5249e030ca18 +Author: Lucian I. Last +Date: Thu Aug 17 14:27:05 2023 +0200 + + Add background text colors & Complete leafGreen theme + +1 1 app/src/App.tsx +1 1 app/src/components/UserCard.tsx +2 2 app/src/pages/Settings.tsx +16 58 app/src/theme/variables.css +2 0 app/tailwind.config.cjs + +commit 857bc5e8722cb5361422af115ba8d8b9c39e1561 +Author: Lucian I. Last +Date: Thu Aug 17 14:25:55 2023 +0200 + + Fix invert + +1 1 app/src/components/SizeBadge.tsx +6 0 app/src/tailwind.css + +commit e1208851c44a28c85cb49470ca62b29116b50c13 +Author: Lucian I. Last +Date: Thu Aug 17 14:25:40 2023 +0200 + + Fix loading icon + +1 1 app/src/components/CreateUpdateBulky.tsx + +commit e488d7540f77cc9d527ab4e07d2c994e6b21f1b1 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Aug 17 10:35:16 2023 +0200 + + New translations translation.json (Swedish) + +2 0 frontend/public/locales/sv/translation.json + +commit e151aa04c19a929a8b187771e483eb5b2387fedd +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Aug 17 10:35:15 2023 +0200 + + New translations translation.json (Portuguese) + +2 0 frontend/public/locales/pt/translation.json + +commit 28554067e4d0c73d612e167dd54941425be1d2f8 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Aug 17 10:35:14 2023 +0200 + + New translations translation.json (Polish) + +2 0 frontend/public/locales/pl/translation.json + +commit 461376fccd139554e6072de595dacf016591895d +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Aug 17 10:35:13 2023 +0200 + + New translations translation.json (Dutch) + +2 0 frontend/public/locales/nl/translation.json + +commit dbf58149691b91fcff2686189cf6f822593262a3 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Aug 17 10:35:12 2023 +0200 + + New translations translation.json (Korean) + +2 0 frontend/public/locales/ko/translation.json + +commit 5ca915a09592874bf4373bc4cec31eb9af1aeede +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Aug 17 10:35:11 2023 +0200 + + New translations translation.json (Japanese) + +2 0 frontend/public/locales/ja/translation.json + +commit 98d4a8c09d4a695bab16f4dbd2edd2655ea0ead0 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Aug 17 10:35:10 2023 +0200 + + New translations translation.json (Italian) + +2 0 frontend/public/locales/it/translation.json + +commit a3bd1ed8bc6492f3108f6f81ba2c6ee094c6b5fa +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Aug 17 10:35:09 2023 +0200 + + New translations translation.json (Hebrew) + +2 0 frontend/public/locales/he/translation.json + +commit e245e6094467ce4e218562a306a0999077763c99 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Aug 17 10:35:08 2023 +0200 + + New translations translation.json (German) + +2 0 frontend/public/locales/de/translation.json + +commit 3c179c64c9ca03ec8dd6c9d64c20b94ed0b675d0 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Aug 17 10:35:07 2023 +0200 + + New translations translation.json (Spanish) + +3 1 frontend/public/locales/es/translation.json + +commit f4d69500dcdd5e536e524c7175112a62e0a67ed5 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Aug 17 10:35:06 2023 +0200 + + New translations translation.json (French) + +2 0 frontend/public/locales/fr/translation.json + +commit 3a6fefac1be57bb71377f525401326cbf09e6831 +Merge: 13ee7cc3 ec1ddb94 +Author: Lucian I. Last +Date: Thu Aug 17 10:24:23 2023 +0200 + + Merge branch 'old-date-time' + +commit ec1ddb9416231b87f49953cc68ea303a45e3b274 +Author: Lucian I. Last +Date: Thu Aug 17 10:24:13 2023 +0200 + + Fix translations & Align top checkbox + +2 0 frontend/public/locales/en/translation.json +15 13 frontend/src/components/EventChangeForm.tsx + +commit 13ee7cc3d75de63d78ab131d9a57d56f6b33598c +Merge: 71cebd81 a75c1213 +Author: Lucian I. Last +Date: Thu Aug 17 09:50:14 2023 +0200 + + Merge branch 'default-set-event-create-price-euro-and-allow-zero-#485' + +commit 71cebd8105719810f94a8f1d3c1502e925ce7f8e +Author: Lucian I. Last +Date: Thu Aug 17 00:59:18 2023 +0200 + + postfix with e2e for non ci test files + +2 0 server/internal/app/auth/{auth_test.go => auth_e2e_test.go} +2 0 server/internal/app/auth/testmain_test.go +69 0 server/internal/app/auth/token_e2e_test.go +0 59 server/internal/app/auth/token_test.go +0 0 server/internal/app/{config_test.go => config_e2e_test.go} +0 0 server/internal/models/{chain_route_order_test.go => chain_route_order_e2e_test.go} +0 0 server/internal/tests/integration_tests/{chain_add_user_test.go => chain_add_user_e2e_test.go} +0 0 server/internal/tests/integration_tests/{mail_test.go => mail_e2e_test.go} +0 0 server/internal/tests/integration_tests/{modals_user_test.go => modals_user_e2e_test.go} +0 0 server/internal/tests/integration_tests/{register_basic_user_test.go => register_basic_user_e2e_test.go} +0 0 server/internal/tests/integration_tests/{register_chain_admin_test.go => register_chain_admin_e2e_test.go} +0 0 server/internal/tests/integration_tests/{sendinblue_test.go => sendinblue_e2e_test.go} +0 0 server/internal/tests/integration_tests/{user_get_test.go => user_get_e2e_test.go} +0 0 server/internal/tests/mocks/{mock-tables_test.go => mock-tables_e2e_test.go} + +commit a36d2ed0f6fde64ab1fc5d37eff466e03a8ebaa6 +Author: Lucian I. Last +Date: Thu Aug 17 00:45:34 2023 +0200 + + Fix last integration tests + +2 0 server/internal/models/chain_route_order_test.go +2 0 server/internal/models/testmain_test.go + +commit d01b332d905b670529fa31da4e0b1eeda359ac57 +Author: Lucian I. Last +Date: Thu Aug 17 00:41:15 2023 +0200 + + Use build tag ci to ignore integration tests & Run in github + +3 0 .github/workflows/lint-api.yml +4 0 server/Makefile +2 0 server/internal/app/config_test.go +2 0 server/internal/tests/integration_tests/chain_add_user_test.go +2 0 server/internal/tests/integration_tests/mail_test.go +2 0 server/internal/tests/integration_tests/modals_user_test.go +2 0 server/internal/tests/integration_tests/register_basic_user_test.go +2 0 server/internal/tests/integration_tests/register_chain_admin_test.go +2 0 server/internal/tests/integration_tests/sendinblue_test.go +2 0 server/internal/tests/integration_tests/testmain_test.go +2 0 server/internal/tests/integration_tests/user_get_test.go +2 0 server/internal/tests/mocks/mock-tables_test.go +2 0 server/internal/tests/mocks/testmain_test.go + +commit 9462ef1a44dad9bdc49b7fab5c853f5fac1407ac +Author: Lucian I. Last +Date: Thu Aug 17 00:13:20 2023 +0200 + + Fix rtl mobile buttons + +4 2 frontend/src/components/Footer.tsx + +commit 798fe709fec05880bc50899090d00cbe31f8e734 +Author: Lucian I. Last +Date: Thu Aug 17 00:07:31 2023 +0200 + + Add beta app store links + +17 3 frontend/src/components/Footer.tsx + +commit 89c23925f7e79f0829b71594d2265ee9b0497ad3 +Author: Lucian I. Last +Date: Wed Aug 16 23:57:20 2023 +0200 + + Fix emails and test + +1 2 server/internal/views/email.go +57 0 server/internal/views/email_test.go +6 0 server/internal/views/emails/de/contact_received.gohtml +6 0 server/internal/views/emails/es/contact_received.gohtml +6 0 server/internal/views/emails/fr/contact_received.gohtml +6 0 server/internal/views/emails/he/contact_received.gohtml +6 0 server/internal/views/emails/it/contact_received.gohtml +6 0 server/internal/views/emails/nl/contact_received.gohtml +6 0 server/internal/views/emails/sv/contact_received.gohtml + +commit 51a5d715aca5bb1c819f6522ae3d6d6c3b0bc719 +Author: Lucian I. Last +Date: Wed Aug 16 22:15:00 2023 +0200 + + Use brevo api instead of smtp + +84 14 server/internal/app/mail.go +25 17 server/internal/views/email.go + +commit 9f45da856a05823e8715dc40020cbf1d37c8fd01 +Author: Lucian I. Last +Date: Wed Aug 16 15:01:27 2023 +0200 + + Fix grey is default + +1 2 app/src/components/Theme.tsx + +commit b72d1c582682a1b920f7bb415e062a8f6e0df489 +Author: Lucian I. Last +Date: Wed Aug 16 14:58:54 2023 +0200 + + Working change theme selection + +37 1 app/src/App.tsx +15 0 app/src/Store.tsx +4 2 app/src/api.ts +3 3 app/src/components/CreateUpdateBag.tsx +1 1 app/src/components/SizeBadge.tsx +45 28 app/src/components/Theme.tsx +2 2 app/src/components/UserCard.tsx +1 1 app/src/pages/AddressItem.tsx +1 1 app/src/pages/AddressList.tsx +5 5 app/src/pages/BagsList.tsx +7 7 app/src/pages/BulkyList.tsx +2 2 app/src/pages/HelpList.tsx +1 1 app/src/pages/Loading.tsx +2 2 app/src/pages/Settings.tsx +0 32 app/src/theme/utilities.css +21 0 app/src/theme/variables.css + +commit 90169518922689ceb663e64b3ce7cdb9da8b86b0 +Author: Lucian I. Last +Date: Wed Aug 16 12:45:52 2023 +0200 + + Revert "Change theme to a json key value" + + This reverts commit 20783d088e1e089c5833e2771a6c16f632507c17. + +2 3 app/src/api.ts +15 16 server/internal/controllers/chain.go +1 1 server/internal/models/chain.go + +commit cd3877175eb8a29cd7774f46cd0efd09743816e0 +Author: Lucian I. Last +Date: Wed Aug 16 12:10:13 2023 +0200 + + Better theme selection + +0 2 app/src/App.tsx +86 0 app/src/components/Theme.tsx +11 1 app/src/pages/Settings.tsx +0 67 app/src/pages/Theme.tsx + +commit 722671f46557d2603693c01720717948cbef3927 +Merge: 3364de97 500835bb +Author: Lucian I. Last +Date: Wed Aug 16 09:28:58 2023 +0200 + + Merge branch 'use-tailwindcss' into app-theme + +commit 500835bb5cc65fc209e0bc96955a95d5ec6b1af3 +Author: Lucian I. Last +Date: Wed Aug 16 09:28:39 2023 +0200 + + Use tailwind font sizes + +5 5 app/src/pages/BulkyList.tsx +1 1 app/src/pages/HelpItem.tsx +4 4 app/src/pages/HelpList.tsx +3 3 app/src/pages/Onboarding.tsx +1 1 app/src/pages/Settings.tsx + +commit 6fb6aac557776f2a9400932aa07538b85642a556 +Author: Lucian I. Last +Date: Wed Aug 16 09:03:10 2023 +0200 + + Add extra margin bottom of rules page + +1 1 app/src/pages/HelpList.tsx + +commit 86b99aa68f0447a9361802a7d0d47c9b27e8dfa1 +Author: Lucian I. Last +Date: Wed Aug 16 08:55:33 2023 +0200 + + Remove unused is bag name numeric func + +0 3 app/src/pages/BagsList.tsx + +commit 24e6e11decf09a7763ca1fb3818510867b2060fa +Author: Lucian I. Last +Date: Wed Aug 16 08:55:05 2023 +0200 + + Fix bag name line height + +1 1 app/src/pages/BagsList.tsx + +commit b37e503a35ebbaf460a810f27e9ff4639ed1349f +Author: Lucian I. Last +Date: Wed Aug 16 08:54:08 2023 +0200 + + remove screens + +1 7 app/tailwind.config.cjs + +commit b4343aa3d5049ed0f4a0bcd8696dc57590e970e0 +Author: Lucian I. Last +Date: Tue Aug 15 15:50:15 2023 +0200 + + Move to tailwind + +2 0 app/index.html +401 31 app/package-lock.json +3 0 app/package.json +6 0 app/postcss.config.cjs +1 13 app/src/App.tsx +2 7 app/src/components/CreateUpdateBag.tsx +17 53 app/src/components/CreateUpdateBulky.tsx +1 7 app/src/components/CreateUpdateRules.tsx +4 18 app/src/components/SizeBadge.tsx +11 31 app/src/components/UserCard.tsx +13 52 app/src/pages/AddressList.tsx +32 144 app/src/pages/BagsList.tsx +22 74 app/src/pages/BulkyList.tsx +1 3 app/src/pages/HelpItem.tsx +6 40 app/src/pages/HelpList.tsx +1 9 app/src/pages/Loading.tsx +8 65 app/src/pages/Onboarding.tsx +1 1 app/src/pages/OpenSource.tsx +1 3 app/src/pages/PrivacyPolicy.tsx +19 61 app/src/pages/Settings.tsx +0 33 app/src/pages/ToDo.tsx +3 0 app/src/tailwind.css +80 0 app/tailwind.config.cjs + +commit 3528f5e4f7373d66b68d6c0d31fca01798cfa7f3 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Aug 15 13:08:06 2023 +0200 + + New translations translation.json (French) + +3 0 app/public/locales/fr/translation.json + +commit d4583478b8035b45f3e19925cf8df53617e8908a +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Aug 15 13:08:05 2023 +0200 + + New translations translation.json (Swedish) + +2 0 app/public/locales/sv/translation.json + +commit 0b3ec02839b578a726587aaf6e7de4ed40ce580a +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Aug 15 13:08:04 2023 +0200 + + New translations translation.json (Portuguese) + +2 0 app/public/locales/pt/translation.json + +commit cd55758db7d92233eaee9388abc27aa59ab6cb9f +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Aug 15 13:08:03 2023 +0200 + + New translations translation.json (Polish) + +2 0 app/public/locales/pl/translation.json + +commit 10d46e68b08682e2d8027a528dd4f1c5f851fc38 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Aug 15 13:08:02 2023 +0200 + + New translations translation.json (Dutch) + +9 7 app/public/locales/nl/translation.json + +commit 085a8aa6dead28d7482ab210790ea1af84f42b38 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Aug 15 13:08:01 2023 +0200 + + New translations translation.json (Korean) + +2 0 app/public/locales/ko/translation.json + +commit 86c7b0a26585567b61a6049c599668d06b1ab0c9 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Aug 15 13:08:00 2023 +0200 + + New translations translation.json (Japanese) + +2 0 app/public/locales/ja/translation.json + +commit 707535f1ae6ef45a06bc9223ecf8d35d3fc2ed24 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Aug 15 13:07:59 2023 +0200 + + New translations translation.json (Italian) + +2 0 app/public/locales/it/translation.json + +commit 043753040ac91c93c6ad289603ff6b8e9d85312a +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Aug 15 13:07:59 2023 +0200 + + New translations translation.json (Hebrew) + +2 0 app/public/locales/he/translation.json + +commit fcc0ceac3cb431d211122ab0ab73c65ac1258701 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Aug 15 13:07:58 2023 +0200 + + New translations translation.json (German) + +2 0 app/public/locales/de/translation.json + +commit db69a88f3606624d3242a50d98106f21b5f86a3e +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Aug 15 13:07:57 2023 +0200 + + New translations translation.json (Spanish) + +2 0 app/public/locales/es/translation.json + +commit 3364de9701660853808469a4e752fa6c8c36e201 +Author: Lucian I. Last +Date: Tue Aug 15 12:55:58 2023 +0200 + + Theme page wip + +1 0 app/public/locales/en/translation.json +2 0 app/src/App.tsx +3 3 app/src/Store.tsx +0 2 app/src/pages/BagsList.tsx +15 10 app/src/pages/Settings.tsx +67 0 app/src/pages/Theme.tsx + +commit 20783d088e1e089c5833e2771a6c16f632507c17 +Author: Lucian I. Last +Date: Tue Aug 15 12:55:21 2023 +0200 + + Change theme to a json key value + +3 2 app/src/api.ts +16 15 server/internal/controllers/chain.go +1 1 server/internal/models/chain.go + +commit 8feddaf932b737dacf95de5c52bdc04f08e55128 +Author: Lucian I. Last +Date: Tue Aug 15 12:37:17 2023 +0200 + + Translate back button in address item + +1 1 app/src/pages/AddressItem.tsx + +commit 8d4ef76329275675cb67e6b0787dcaaf4aee67be +Author: Lucian I. Last +Date: Tue Aug 15 11:56:47 2023 +0200 + + Fix info page + +2 0 app/public/locales/en/translation.json +70 45 app/src/pages/Settings.tsx + +commit 4a5836cfb4f7ed633c58bc0aa77e9beaedd4dc4b +Merge: 9eff155a 069f6a70 +Author: Lucian I. Last +Date: Tue Aug 15 11:21:28 2023 +0200 + + Merge remote-tracking branch 'origin/l10n_main' + +commit 9eff155a66212823fb2895fdbefd203027cc02ce +Merge: 5110ddb5 e041c41a +Author: Lucian I. Last +Date: Tue Aug 15 11:20:28 2023 +0200 + + Merge branch 'main' of github.com:the-clothing-loop/website + +commit 5110ddb5c707ab28ad06497d4fa2318d8ade7ba3 +Author: Lucian I. Last +Date: Tue Aug 15 11:20:16 2023 +0200 + + Document postman setup + +19 0 server/README.md + +commit 4cebaf01148f9940768d94e803d1faca032503bc +Author: NeedADispenserHere +Date: Mon Aug 14 19:18:51 2023 -0700 + + lint + +15 15 frontend/src/components/EventChangeForm.tsx + +commit 9d60971f8fae7b3f0ac8d401836ab2355739dedf +Author: NeedADispenserHere +Date: Mon Aug 14 10:14:23 2023 -0700 + + Removed end date field + +44 50 frontend/src/components/EventChangeForm.tsx + +commit c030f8f41260cab1c6e40b07bbddc344f33b9a16 +Merge: 110ce95a e041c41a +Author: NeedADispenserHere +Date: Mon Aug 14 10:12:06 2023 -0700 + + Merge branch 'main' into old-date-time + +commit a75c1213314422050fb8936be1066c82559230c0 +Author: Natalie +Date: Mon Aug 14 08:49:17 2023 -0700 + + Set default price to 0 Euros and when price is 0 set currency to none + +5 3 frontend/src/components/EventChangeForm.tsx + +commit e041c41a4004933f800c7b9fbeb0dc564a2516db +Author: Lucian I. Last +Date: Mon Aug 14 16:51:45 2023 +0200 + + Update README.md + +1 1 server/README.md + +commit 4c568b073b38ec5c0cce1350e009a882bf848328 +Merge: 91f451fb 6ed5b263 +Author: Lucian I. Last +Date: Mon Aug 14 16:48:58 2023 +0200 + + Merge branch 'users-service' + +commit 6ed5b26379fba9c4c4ba4728fdf25e8c7c7595e3 +Author: Lucian I. Last +Date: Mon Aug 14 16:47:17 2023 +0200 + + Fix tests in docker + +14 0 server/internal/app/mail.go +1 11 server/internal/app/testutils.go + +commit b8e26592b6ebfc5a7cdcc420fe3178dc64a293e7 +Author: Lucian I. Last +Date: Mon Aug 14 16:47:02 2023 +0200 + + Fix tests and remove exists variable + +2 5 server/internal/app/auth/auth.go +2 3 server/internal/controllers/chain.go +2 2 server/internal/controllers/login.go +3 3 server/internal/controllers/users.go +16 15 server/internal/models/user.go +10 13 server/internal/tests/integration_tests/{users_service_test.go => modals_user_test.go} + +commit e00934b48da79bdd27f3f704a58aa8593d791711 +Author: Lucian I. Last +Date: Mon Aug 14 12:41:26 2023 +0200 + + Large modal No services + +1 3 server/internal/app/auth/auth.go +2 4 server/internal/controllers/chain.go +1 3 server/internal/controllers/login.go +1 3 server/internal/controllers/users.go +49 0 server/internal/models/user.go +0 72 server/internal/services/users.go +3 7 server/internal/tests/integration_tests/users_service_test.go +0 5 server/structure.deployment.puml + +commit 069f6a70c5a75af321963663ca6f4b8b91fcc189 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Aug 11 11:06:59 2023 +0200 + + New translations translation.json (Swedish) + +1 0 app/public/locales/sv/translation.json + +commit 1cb10905076614ef15deed1c14bbf51a159bc072 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Aug 11 11:06:59 2023 +0200 + + New translations translation.json (Portuguese) + +1 0 app/public/locales/pt/translation.json + +commit d3855776cdc439e7da1dd20d1fd5157cb506c66d +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Aug 11 11:06:58 2023 +0200 + + New translations translation.json (Polish) + +1 0 app/public/locales/pl/translation.json + +commit de320e2e9ba2813140bd74cd3a157d35c69b2eed +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Aug 11 11:06:57 2023 +0200 + + New translations translation.json (Dutch) + +7 7 app/public/locales/nl/translation.json + +commit 437aa3d93c21f5efcdbc055359ace85fb03d8cb1 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Aug 11 11:06:56 2023 +0200 + + New translations translation.json (Korean) + +1 0 app/public/locales/ko/translation.json + +commit a4fa75924250a62c1df8b3578dca43570d938346 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Aug 11 11:06:55 2023 +0200 + + New translations translation.json (Japanese) + +1 0 app/public/locales/ja/translation.json + +commit 99b402dec088fba242567b79457a25ff8d2dc19a +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Aug 11 11:06:54 2023 +0200 + + New translations translation.json (Italian) + +1 0 app/public/locales/it/translation.json + +commit 5f26f6779d8512c8d31b89747f301bdfc0667add +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Aug 11 11:06:53 2023 +0200 + + New translations translation.json (Hebrew) + +1 0 app/public/locales/he/translation.json + +commit 9cdc33fae1a17841275bed0593af16f9714fe791 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Aug 11 11:06:52 2023 +0200 + + New translations translation.json (German) + +1 0 app/public/locales/de/translation.json + +commit 0648139bcf2c4ff17065da74ac2dc0a72854bd77 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Aug 11 11:06:51 2023 +0200 + + New translations translation.json (Spanish) + +1 0 app/public/locales/es/translation.json + +commit a6e045ee7cbc09a48f63835b3149167b02dc85bb +Author: Lucian I. Last +Date: Fri Aug 11 10:37:39 2023 +0200 + + Remove unnecessary interface + +6 13 server/internal/services/users.go + +commit 802cf040ba381010f8db23bbea24297aed8ec9db +Author: gabriel.camps +Date: Thu Aug 10 21:43:11 2023 -0500 + + fixing typo creating the usersService instance + +2 2 server/internal/app/auth/auth.go +3 3 server/internal/controllers/chain.go +2 2 server/internal/controllers/login.go +2 2 server/internal/controllers/users.go + +commit dfbc55d8558f9d81261c6d1fd621508a28327a02 +Author: gabriel.camps +Date: Thu Aug 10 21:31:43 2023 -0500 + + WIP UsersService + +10 10 server/internal/app/auth/auth.go +11 24 server/internal/controllers/chain.go +4 8 server/internal/controllers/login.go +4 10 server/internal/controllers/users.go +79 0 server/internal/services/users.go +94 0 server/internal/tests/integration_tests/users_service_test.go + +commit 91f451fb077f6ceb8478453a604f08553ae67d67 +Author: Lucian I. Last +Date: Thu Aug 10 11:14:54 2023 +0200 + + Release app v1.11 + +1 1 app/.env.production +4 0 app/RELEASE_NOTES.md +2 2 app/android/app/build.gradle +4 4 app/ios/App/App.xcodeproj/project.pbxproj + +commit 667c46852e1a305498d9086fa75d081cf76817cb +Merge: 6df8dbc8 c003f307 +Author: Lucian I. Last +Date: Thu Aug 10 10:55:20 2023 +0200 + + Merge remote-tracking branch 'origin/l10n_main' + +commit 6df8dbc873b11ccab5c54adad8c367bf201c93eb +Author: Lucian I. Last +Date: Thu Aug 10 10:39:39 2023 +0200 + + nl u to je uw to jouw + +5 5 app/public/locales/nl/translation.json + +commit 9a0f48784bcca607720cf0ee163be971a5588d7d +Author: Lucian I. Last +Date: Thu Aug 10 10:39:16 2023 +0200 + + Fix are you sure delete bulky item + +1 1 app/public/locales/nl/translation.json +1 1 app/src/pages/BulkyList.tsx + +commit 6c415f3e7ff613acaed168875dedaa746c26ccf4 +Author: Lucian I. Last +Date: Thu Aug 10 10:38:29 2023 +0200 + + Add bulky items title + +1 0 app/public/locales/en/translation.json +2 1 app/public/locales/nl/translation.json +2 2 app/src/pages/BulkyList.tsx + +commit 88d1d2cd385ca7f30e94a8f9d4ff41b3bea1240c +Author: Lucian I. Last +Date: Thu Aug 10 10:34:44 2023 +0200 + + Add update bag in modal title + +1 1 app/src/components/CreateUpdateBag.tsx + +commit c003f3076161a3b3de6057d4251b29f6df641969 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Aug 10 10:20:07 2023 +0200 + + New translations translation.json (Dutch) + +9 9 app/public/locales/nl/translation.json + +commit 1a0ae61e03839c967c274289bb9b46fec5eb9c2f +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Aug 9 17:05:58 2023 +0200 + + New translations faq.json (Swedish) + +26 22 app/public/locales/sv/faq.json + +commit cf5a129563a89f8c5b8fa1c0b982e082de240794 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Aug 9 17:05:57 2023 +0200 + + New translations faq.json (Portuguese) + +26 22 app/public/locales/pt/faq.json + +commit 18997257964e6cfd89c5d5f9d411ced93780855c +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Aug 9 17:05:56 2023 +0200 + + New translations faq.json (Polish) + +26 22 app/public/locales/pl/faq.json + +commit 92492871cb9bd9b9bb1d9a57402b4b7cd8d3bdd2 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Aug 9 17:05:54 2023 +0200 + + New translations faq.json (Korean) + +26 22 app/public/locales/ko/faq.json + +commit 47e05046532ea7f19eedd4b3882ecd583a97380f +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Aug 9 17:05:53 2023 +0200 + + New translations faq.json (Japanese) + +26 22 app/public/locales/ja/faq.json + +commit 86c45ce31f61e2b263bab824b6b1ebb34907a5be +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Aug 9 17:05:51 2023 +0200 + + New translations faq.json (Italian) + +26 22 app/public/locales/it/faq.json + +commit 59b69958ac40a32fa1a25896c6ed2b7eb6983499 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Aug 9 17:05:49 2023 +0200 + + New translations faq.json (Hebrew) + +26 22 app/public/locales/he/faq.json + +commit 2dc365d291900a0a69aa80f3ae7929a22927659f +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Aug 9 17:05:48 2023 +0200 + + New translations faq.json (German) + +26 22 app/public/locales/de/faq.json + +commit 05bb393c40ad615a01d7bdb0601ee2b942b82ac1 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Aug 9 17:05:47 2023 +0200 + + New translations faq.json (Spanish) + +26 22 app/public/locales/es/faq.json + +commit e89ba8077edc33dc1257a7064e0609ee01e9772b +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Aug 9 17:05:46 2023 +0200 + + New translations translation.json (French) + +4 0 app/public/locales/fr/translation.json + +commit 4664e281d1d3bdc425349f642ae406740e02d625 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Aug 9 17:05:46 2023 +0200 + + New translations faq.json (French) + +26 22 app/public/locales/fr/faq.json + +commit 983f6cd991c4611366094d881da1c1cfc9d2eb00 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Aug 9 17:05:45 2023 +0200 + + New translations translation.json (Swedish) + +1 0 app/public/locales/sv/translation.json + +commit a15d10287a79abb284827444fb75d53db36ae6aa +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Aug 9 17:05:44 2023 +0200 + + New translations translation.json (Portuguese) + +1 0 app/public/locales/pt/translation.json + +commit 6e287cb3359e4325b5457ab374276c1765d8de19 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Aug 9 17:05:43 2023 +0200 + + New translations translation.json (Polish) + +1 0 app/public/locales/pl/translation.json + +commit 958ab543a09c2f76f94b44ab62ed8cc23e0c4703 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Aug 9 17:05:42 2023 +0200 + + New translations translation.json (Dutch) + +2 2 app/public/locales/nl/translation.json + +commit 6a8a1d2fa1c485f4428fa7a4c55a4830c170d268 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Aug 9 17:05:41 2023 +0200 + + New translations translation.json (Korean) + +1 0 app/public/locales/ko/translation.json + +commit 78b6e5bc1600fbc2b869b044329ac29ac3b62cde +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Aug 9 17:05:40 2023 +0200 + + New translations translation.json (Japanese) + +1 0 app/public/locales/ja/translation.json + +commit 0d2ba3db0bf1a0d5fa052fb07a7b465d917a25f0 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Aug 9 17:05:39 2023 +0200 + + New translations translation.json (Italian) + +1 0 app/public/locales/it/translation.json + +commit d116ee943f666b59fc1392102aa56ea0760340a1 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Aug 9 17:05:38 2023 +0200 + + New translations translation.json (Hebrew) + +1 0 app/public/locales/he/translation.json + +commit a6cbc1c0cd72559779cb873e258caf57cd268e1a +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Aug 9 17:05:38 2023 +0200 + + New translations translation.json (German) + +1 0 app/public/locales/de/translation.json + +commit 636cd454f401f8a9be2c713fd85964d2e1368334 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Aug 9 17:05:37 2023 +0200 + + New translations translation.json (Spanish) + +1 0 app/public/locales/es/translation.json + +commit 20f7a6635a42c7e00a61358277b9149c7412a153 +Author: Lucian I. Last +Date: Wed Aug 9 16:48:58 2023 +0200 + + Publish app v1.10 + +1 1 app/.env.production +5 0 app/RELEASE_NOTES.md +1 1 app/STEP_TO_RELEASE.md +2 2 app/android/app/build.gradle +4 4 app/ios/App/App.xcodeproj/project.pbxproj + +commit 0b0be2969aacbe66cde8eabf0ce67623282a7576 +Author: Lucian I. Last +Date: Wed Aug 9 16:36:16 2023 +0200 + + Update faq list to "Text for the app (NL)" + +26 22 app/public/locales/en/faq.json +26 22 app/public/locales/nl/faq.json +4 3 app/src/pages/HelpItem.tsx + +commit 0284588928182fd9b4e17d55eb5bd01ca3cab4d7 +Author: Lucian I. Last +Date: Wed Aug 9 16:18:31 2023 +0200 + + Add better reset button + +1 0 app/public/locales/en/translation.json +1 0 app/public/locales/nl/translation.json +1 1 app/src/App.tsx +23 4 app/src/components/CreateUpdateRules.tsx + +commit e0cdc6ab70cc1c549e01d322862fec6ee1c281bf +Merge: c4e678ca 264a2a62 +Author: Lucian I. Last +Date: Wed Aug 9 10:59:42 2023 +0200 + + Merge remote-tracking branch 'origin/l10n_main' + +commit c4e678ca50f496b9a13250ebc2c8748ba68256c9 +Author: Lucian I. Last +Date: Wed Aug 9 10:58:36 2023 +0200 + + Github actions ignore translation changes + +2 0 .github/workflows/lint-api.yml +2 0 .github/workflows/lint-app.yml +2 0 .github/workflows/lint-fe.yml + +commit 264a2a62f22aefd189a31a846c3c694aec5ebb0b +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Aug 9 10:44:05 2023 +0200 + + New translations translation.json (Swedish) + +3 0 app/public/locales/sv/translation.json + +commit 9e4674fc55049dc3255ced0d3d7f86475c1b44b4 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Aug 9 10:44:04 2023 +0200 + + New translations translation.json (Portuguese) + +3 0 app/public/locales/pt/translation.json + +commit 41798fcc1b8dfc814b50b698f4f7d61b5d2a91aa +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Aug 9 10:44:02 2023 +0200 + + New translations translation.json (Polish) + +3 0 app/public/locales/pl/translation.json + +commit 1130ff4b9130e92d4c65f4e4bad4ad730de0d014 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Aug 9 10:44:01 2023 +0200 + + New translations translation.json (Dutch) + +1 1 app/public/locales/nl/translation.json + +commit 75c1b53d4e4e023b338e5424bd90680821c940ba +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Aug 9 10:44:01 2023 +0200 + + New translations translation.json (Korean) + +3 0 app/public/locales/ko/translation.json + +commit c054f574dc146f508f56272ff5b7420b3dcb48c7 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Aug 9 10:44:00 2023 +0200 + + New translations translation.json (Japanese) + +3 0 app/public/locales/ja/translation.json + +commit bdb8a15c36a18990e2340c9fd2488a3784ff5661 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Aug 9 10:43:59 2023 +0200 + + New translations translation.json (Italian) + +3 0 app/public/locales/it/translation.json + +commit 7effc34db96a29617ece0ad80ea25e6773d448f0 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Aug 9 10:43:58 2023 +0200 + + New translations translation.json (Hebrew) + +3 0 app/public/locales/he/translation.json + +commit b711cb7f7e2fa874266f75331cd3443f3501d3af +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Aug 9 10:43:57 2023 +0200 + + New translations translation.json (German) + +3 0 app/public/locales/de/translation.json + +commit 47cfaf495f5a20c81a7601678f6160eac4131793 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Aug 9 10:43:55 2023 +0200 + + New translations translation.json (Spanish) + +3 0 app/public/locales/es/translation.json + +commit 8cf1491fc70af75754ff3c4f7a2c81ed6b0a86f7 +Author: Lucian I. Last +Date: Wed Aug 9 10:25:53 2023 +0200 + + Publish app v1.9 + +2 1 app/.env.production +7 0 app/RELEASE_NOTES.md +19 17 app/STEP_TO_RELEASE.md +2 2 app/android/app/build.gradle +4 4 app/ios/App/App.xcodeproj/project.pbxproj +3 2 app/package.json + +commit 9e559e5feeecfc89344bfe95bf565d485254f965 +Author: Lucian I. Last +Date: Wed Aug 9 09:11:05 2023 +0200 + + Update flags in readme + +1 1 README.md + +commit 7fd5e7d8cb031aaa882b39885f90f5065cc3531d +Author: Lucian I. Last +Date: Wed Aug 9 09:01:19 2023 +0200 + + Documentations + +1 0 README.md +10 2 app/README.md +54 0 app/RELEASE_NOTES.md + +commit 1343c9288fc738ea57dad2f1d4d131246a29e24c +Author: Lucian I. Last +Date: Tue Aug 8 23:44:53 2023 +0200 + + Add dutch translation + +3 0 app/public/locales/nl/translation.json + +commit 4db65e65be91c3a2ae4566fcf5d072a6d11a86cc +Author: Lucian I. Last +Date: Tue Aug 8 23:39:16 2023 +0200 + + Remove label in button + +1 5 app/src/pages/Login.tsx + +commit 5344a4a63f41b9391c33332be5ff90c6d9ed53bd +Author: Lucian I. Last +Date: Tue Aug 8 23:26:55 2023 +0200 + + Add loop host(s) to rules page + +3 0 app/public/locales/en/translation.json +55 14 app/src/pages/HelpList.tsx + +commit 8615ea0705540d1944e4fc38dfb431a17010e73e +Author: Lucian I. Last +Date: Tue Aug 8 14:04:45 2023 +0200 + + Rename actions + +1 1 .github/workflows/deploy-acceptance-api.yml +1 1 .github/workflows/deploy-acceptance-fe.yml +1 1 .github/workflows/deploy-production-app.yml +1 1 .github/workflows/lint-api.yml +1 1 .github/workflows/lint-app.yml +1 1 .github/workflows/lint-fe.yml + +commit 8c4935e08fd1b4362dcb9089c8fd202c08140235 +Merge: ea8124e5 95b74ebb +Author: Lucian I. Last +Date: Tue Aug 8 13:55:51 2023 +0200 + + Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/app/tough-cookie-and-cypress/request-4.1.3' + +commit ea8124e58652194f6bed2238f432b36099bb04fb +Author: Lucian I. Last +Date: Tue Aug 8 13:54:59 2023 +0200 + + lint pull_request add filter + +3 1 .github/workflows/lint-api.yml +2 0 .github/workflows/lint-app.yml +2 0 .github/workflows/lint-fe.yml + +commit 95b74ebb6d1c4b581bb317c2c844adaf10b6517b +Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> +Date: Tue Aug 8 11:38:09 2023 +0000 + + Bump tough-cookie and @cypress/request in /app + + Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) and [@cypress/request](https://github.com/cypress-io/request). These dependencies needed to be updated together. + + Updates `tough-cookie` from 2.5.0 to 4.1.3 + - [Release notes](https://github.com/salesforce/tough-cookie/releases) + - [Changelog](https://github.com/salesforce/tough-cookie/blob/master/CHANGELOG.md) + - [Commits](https://github.com/salesforce/tough-cookie/compare/v2.5.0...v4.1.3) + + Updates `@cypress/request` from 2.88.11 to 2.88.12 + - [Release notes](https://github.com/cypress-io/request/releases) + - [Changelog](https://github.com/cypress-io/request/blob/master/CHANGELOG.md) + - [Commits](https://github.com/cypress-io/request/compare/v2.88.11...v2.88.12) + + --- + updated-dependencies: + - dependency-name: tough-cookie + dependency-type: indirect + - dependency-name: "@cypress/request" + dependency-type: indirect + ... + + Signed-off-by: dependabot[bot] + +21 34 app/package-lock.json + +commit 7f2f0e1d782f2b5ec0397689a3dbc751ce77a9d5 +Author: Lucian I. Last +Date: Tue Aug 8 13:37:02 2023 +0200 + + Move to node 20 (upcoming lts) & separate lint CI + +1 1 .github/workflows/deploy-acceptance-api.yml +2 2 .github/workflows/deploy-acceptance-fe.yml +3 3 .github/workflows/{deploy-app.yml => deploy-production-app.yml} +1 1 .github/workflows/deploy-production.yml +26 0 .github/workflows/lint-api.yml +29 0 .github/workflows/lint-app.yml +4 19 .github/workflows/{lint.yml => lint-fe.yml} +2 1 app/package.json + +commit ef948c02be27a6acdaa5b57163cc441932466700 +Author: Lucian I. Last +Date: Tue Aug 8 13:12:16 2023 +0200 + + Previous events sticky header + +4 4 frontend/src/pages/Events.tsx + +commit 472443e244863845289137067b748b28ab59bcb7 +Author: Lucian I. Last +Date: Mon Aug 7 15:38:02 2023 +0200 + + Attempt to publish web app after pushing version tag + +3 4 .github/workflows/deploy-app.yml + +commit c0c0d403fdd3adeb7e0be3f35318735fea42dab9 +Author: Lucian I. Last +Date: Mon Aug 7 15:33:30 2023 +0200 + + Remove duplicate useMemo and use isChainAdmin from store + +10 12 app/src/pages/Settings.tsx + +commit d9e114637f1c16df3021b33d1b66f135b312feea +Author: Lucian I. Last +Date: Mon Aug 7 15:32:18 2023 +0200 + + Add margin to open source title in open source page + +1 1 app/src/pages/OpenSource.tsx + +commit 4de2f3cf727b79f6153dee21a16c15d528c36f2d +Author: Lucian I. Last +Date: Mon Aug 7 15:31:59 2023 +0200 + + Disable non sms messenger icons if formatted incorrectly + +50 27 app/src/components/UserCard.tsx + +commit aec6e0e915dd9c50abc9b14d2c4ec0d6bb89b3a9 +Author: Lucian I. Last +Date: Mon Aug 7 15:30:52 2023 +0200 + + Move upload button to underneath image box + +77 78 app/src/components/CreateUpdateBulky.tsx + +commit c0d8c4d66a7913c0926b31742e67e9eef47ecf39 +Author: Lucian I. Last +Date: Mon Aug 7 11:40:38 2023 +0200 + + Add interested sizes to address item + +10 7 app/src/components/SizeBadge.tsx +18 1 app/src/pages/AddressItem.tsx +3 1 app/src/pages/Settings.tsx + +commit 3a0355ebdc00455c0ff3d7cc18c0d55ce4c2f0b6 +Merge: 4eaed897 c20b2c3c +Author: Lucian I. Last +Date: Mon Aug 7 10:44:15 2023 +0200 + + Merge remote-tracking branch 'origin/l10n_main' + +commit 4eaed89758b11773c22cfb7dc8c10ec60e7419f5 +Author: Lucian I. Last +Date: Fri Aug 4 16:48:51 2023 +0200 + + Publish app 1.8 + +2 2 app/android/app/build.gradle +4 4 app/ios/App/App.xcodeproj/project.pbxproj +1 1 app/package.json + +commit c20b2c3ca69dcadfde2a96121aea2adb83028029 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Aug 2 20:26:36 2023 +0200 + + New translations someone_is_interested_in_joining_your_loop.gohtml (Swedish) + +1 0 server/internal/views/emails/sv/someone_is_interested_in_joining_your_loop.gohtml + +commit 9eb01f9659470ab20b59b5934cc9fd12a7b092ab +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Aug 2 20:26:35 2023 +0200 + + New translations someone_is_interested_in_joining_your_loop.gohtml (Portuguese) + +1 0 server/internal/views/emails/pt/someone_is_interested_in_joining_your_loop.gohtml + +commit bbc957e259142c8f3f405ca6ddc7293a21e1b819 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Aug 2 20:26:34 2023 +0200 + + New translations someone_is_interested_in_joining_your_loop.gohtml (Polish) + +1 0 server/internal/views/emails/pl/someone_is_interested_in_joining_your_loop.gohtml + +commit cdfda215552f59e6e0ad89e730ac9a74974de800 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Aug 2 20:26:33 2023 +0200 + + New translations someone_is_interested_in_joining_your_loop.gohtml (Dutch) + +1 0 server/internal/views/emails/nl/someone_is_interested_in_joining_your_loop.gohtml + +commit bbb85525f060556ec5488f2e2c9c0d80c08fe498 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Aug 2 20:26:32 2023 +0200 + + New translations someone_is_interested_in_joining_your_loop.gohtml (Korean) + +1 0 server/internal/views/emails/ko/someone_is_interested_in_joining_your_loop.gohtml + +commit 9582aea37298245b89575233749c209db4683562 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Aug 2 20:26:30 2023 +0200 + + New translations someone_is_interested_in_joining_your_loop.gohtml (Japanese) + +1 0 server/internal/views/emails/ja/someone_is_interested_in_joining_your_loop.gohtml + +commit 94ff0dbec5d10d54ce3652c09ed002c4deef8770 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Aug 2 20:26:29 2023 +0200 + + New translations someone_is_interested_in_joining_your_loop.gohtml (Italian) + +1 0 server/internal/views/emails/it/someone_is_interested_in_joining_your_loop.gohtml + +commit a459c9a2a1df8c8c2965d8290da71e1a73260b24 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Aug 2 20:26:28 2023 +0200 + + New translations someone_is_interested_in_joining_your_loop.gohtml (Hebrew) + +1 0 server/internal/views/emails/he/someone_is_interested_in_joining_your_loop.gohtml + +commit ba6d0103f34436e0ebc40243ee11dd43e0bd6045 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Aug 2 20:26:27 2023 +0200 + + New translations someone_is_interested_in_joining_your_loop.gohtml (German) + +1 0 server/internal/views/emails/de/someone_is_interested_in_joining_your_loop.gohtml + +commit c707fdddd7c4eec2c81c84fd968591abb2afce2a +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Aug 2 20:26:27 2023 +0200 + + New translations someone_is_interested_in_joining_your_loop.gohtml (Spanish) + +1 0 server/internal/views/emails/es/someone_is_interested_in_joining_your_loop.gohtml + +commit c5f0d5c54f6e906eebe56c89c2272c2ea243de39 +Author: Lucian I. Last +Date: Wed Aug 2 17:03:27 2023 +0200 + + Add styled sizes to mail EmailAParticipantJoinedTheLoop + +1 0 server/internal/controllers/chain.go +1 0 server/internal/controllers/login.go +14 0 server/internal/models/size.go +2 0 server/internal/tests/integration_tests/mail_test.go +33 0 server/internal/views/email.go +1 0 server/internal/views/emails/en/someone_is_interested_in_joining_your_loop.gohtml + +commit 81de1eb8cc1a71b20c7c2235df99b3b36baf02aa +Author: Lucian I. Last +Date: Wed Aug 2 15:27:39 2023 +0200 + + Fix typescript + +1 1 app/src/components/UserCard.tsx + +commit 415dff44a61038a8f7c5a394d339ba13cc4858f2 +Author: Lucian I. Last +Date: Wed Aug 2 15:03:14 2023 +0200 + + Hide share loop when set to draft unless root admin + +1 1 app/src/pages/Settings.tsx +13 1 frontend/src/pages/ChainMemberList.tsx + +commit 8bb2f9256bbed1da3193d7f14950e1d631a8edf9 +Author: Lucian I. Last +Date: Wed Aug 2 11:00:23 2023 +0200 + + www link in rules text dark + +1 1 app/src/pages/HelpList.tsx + +commit 4602b72f5fbaec420a075d1f4408efd6e8624e28 +Author: Lucian I. Last +Date: Wed Aug 2 10:49:14 2023 +0200 + + Move messengers to above phone number + +85 6 app/src/components/UserCard.tsx +6 74 app/src/pages/AddressItem.tsx +1 2 app/src/pages/HelpList.tsx + +commit 95c264e4d4d0527885a932ecb6b9a2dd5f812631 +Author: Lucian I. Last +Date: Wed Aug 2 10:05:57 2023 +0200 + + Add cursor zoom in on small event image + +1 1 frontend/src/pages/EventDetails.tsx + +commit 5e880cfa26c330b1f4a0b370b109ed48e401f8e1 +Merge: b3fd6847 3b63b808 +Author: Lucian I. Last +Date: Wed Aug 2 10:05:32 2023 +0200 + + Merge remote-tracking branch 'natalie/set-aspect-ratio-event-list-page-#510' + +commit b3fd68470d357d9a913c28193b748e5c8a26c750 +Merge: a0c2826b 628f04ba +Author: Lucian I. Last +Date: Wed Aug 2 09:55:52 2023 +0200 + + Merge remote-tracking branch 'origin/l10n_main' + +commit a0c2826bb90833841ffc682cf395da2d28d832ed +Author: Lucian I. Last +Date: Wed Aug 2 09:55:26 2023 +0200 + + Fix ios long press on phone and address + +23 17 app/src/components/UserCard.tsx + +commit b6c7aa7c42020f80ab2e24a926d51f533e551fec +Author: Lucian I. Last +Date: Wed Aug 2 09:54:36 2023 +0200 + + Remove dead code + +0 14 app/src/pages/OpenSource.tsx + +commit 5894a093d6e54effeec6444ee3019e9c37f343c6 +Author: Lucian I. Last +Date: Wed Aug 2 09:54:20 2023 +0200 + + Change from semi bold to bold + +2 2 app/src/components/UserCard.tsx +1 1 app/src/pages/Settings.tsx +0 3 app/src/theme/utilities.css + +commit a80ba62e220eda1a8591a575088e49d321975533 +Author: Lucian I. Last +Date: Wed Aug 2 09:27:49 2023 +0200 + + Fix api config smtp port + +2 0 devops/setup-4-api.yml +1 1 devops/templates/config.yml.j2 + +commit a1551a8e8eb748599c97e6a88d12bb9845dd26c6 +Author: Lucian I. Last +Date: Wed Aug 2 09:17:50 2023 +0200 + + makefile use .PHONY per item + +16 0 docker/dev/Makefile +16 3 server/Makefile + +commit 3b63b808e8b2a6cecd201b52cf47331ec12b1739 +Merge: 4bd3cf96 6836222b +Author: Natalie +Date: Mon Jul 31 14:31:51 2023 -0700 + + Merge branch 'main' of https://github.com/NatalieWilson19/clothing-loop into set-aspect-ratio-event-list-page-#510 + +commit 4bd3cf968eefa6f3a81725419e00d5cd728c6748 +Author: Natalie +Date: Mon Jul 31 14:30:38 2023 -0700 + + add margin above image + +3 3 frontend/src/pages/EventDetails.tsx + +commit cee6234867920b7625154a06a7c562f5cfc48639 +Author: Natalie +Date: Mon Jul 31 14:24:55 2023 -0700 + + fix aspect ratio + +1 1 frontend/src/pages/Events.tsx + +commit 3b5de1488faa04307da95019aeabde1edd198602 +Author: Natalie +Date: Mon Jul 31 14:24:41 2023 -0700 + + expand image and move it under text when clicked + +18 3 frontend/src/pages/EventDetails.tsx + +commit 6836222b4ffd8ea3d4c0ccbf8fdbc6c69e4f124c +Author: Lucian I. Last +Date: Mon Jul 31 22:34:46 2023 +0200 + + Make onboarding buttons larger + +0 1 app/src/pages/Login.tsx +1 7 app/src/pages/Onboarding.tsx + +commit 0890ecb6ac435cfa5d3bc60d869e91aa81bcef64 +Author: Lucian I. Last +Date: Mon Jul 31 22:29:40 2023 +0200 + + Fix cron tab hourly thanks @tobifaf + +1 1 server/internal/server.go + +commit 531c5beb7d96c35cd46b5e9d189555a5dd8e5fe0 +Author: Lucian I. Last +Date: Mon Jul 31 22:20:29 2023 +0200 + + Add clothingloop.be, www.clothingloop.be to redirect domains + +1 1 devops/templates/Caddyfile +5 1 devops/templates/Caddyfile.maint + +commit 628f04ba931ef238ba4b2b8dd458f25202468a35 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Jul 31 18:08:57 2023 +0200 + + New translations translation.json (Dutch) + +1 1 app/public/locales/nl/translation.json + +commit 0d32192cd8a8e799235e24f5d690a185801a32e6 +Merge: a3994952 a51f9bbc +Author: Lucian I. Last +Date: Mon Jul 31 16:52:01 2023 +0200 + + Merge remote-tracking branch 'origin/l10n_main' + +commit a51f9bbc092d405ef32d9b81309074fdf0140dd1 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Jul 31 16:46:37 2023 +0200 + + New translations translation.json (Dutch) + +5 5 app/public/locales/nl/translation.json + +commit a3994952bf3191567d80c99f51cda3f12a36cafa +Author: Lucian I. Last +Date: Mon Jul 31 13:30:26 2023 +0200 + + Use different smtp port defined by a var + +2 0 devops/setup-4-api.yml +1 1 devops/templates/config.yml.j2 + +commit 6d307f81fd33a054faf1dcb35702d3b104e34cc6 +Author: Lucian I. Last +Date: Mon Jul 31 12:40:03 2023 +0200 + + Set onesignal ios to true and web to false + +2 4 server/internal/app/onesignal.go + +commit 534117725bbd818e58fb4fc7c54945ae53614b04 +Author: Lucian I. Last +Date: Mon Jul 31 12:15:54 2023 +0200 + + Add dependency tree uml + +2 0 server/README.md +52 0 server/structure.deployment.puml + +commit 7a060988434e2f425a0dd5e1d4fd1bc2d5a553fd +Author: Lucian I. Last +Date: Sun Jul 30 23:58:46 2023 +0200 + + Release ios app v1.7 + +8 2 app/STEP_TO_RELEASE.md +2 2 app/ios/App/App.xcodeproj/project.pbxproj + +commit 5c660afddcb92b5ad9106b0ae42b0b24b2b55275 +Author: Lucian I. Last +Date: Sun Jul 30 22:59:55 2023 +0200 + + Release app 1.7 + +2 2 app/android/app/build.gradle + +commit e1c69506a23ea6c2c893d44d5fe8fa0b13b6eb2b +Author: Lucian I. Last +Date: Sun Jul 30 22:26:23 2023 +0200 + + Remove webapp notifications + +0 13 app/package-lock.json +0 1 app/package.json +1 3 app/src/App.tsx +0 14 app/src/onesignal.ts +1 4 app/src/window.d.ts + +commit b38b15abdec66d52a7c4e50622992211ab7885fd +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Sun Jul 30 22:25:30 2023 +0200 + + New translations translation.json (Dutch) + +2 2 app/public/locales/nl/translation.json + +commit 01c2ff89b419a3c2ba211117153b5a3fc2e99d23 +Merge: 188ce5ba f486da8c +Author: Lucian I. Last +Date: Sun Jul 30 22:14:20 2023 +0200 + + Merge remote-tracking branch 'origin/l10n_main' + +commit 188ce5ba0b5fe7741c50d61af4f5f52cadfb7cd7 +Author: Lucian I. Last +Date: Sun Jul 30 22:11:45 2023 +0200 + + Add copy to reserve buttons + +18 1 app/src/pages/BulkyList.tsx + +commit 60fbd78fe2fea9f4119c82f172cd726b2581edb0 +Merge: da38f5d6 d241d6c0 +Author: Lucian I. Last +Date: Sat Jul 29 01:12:44 2023 +0200 + + Merge branch 'placing-new-participant-optimally' + +commit d241d6c0922e2fd2306c6fca121937b29f48a23d +Author: Lucian I. Last +Date: Sat Jul 29 01:12:07 2023 +0200 + + Test both + +14 9 server/internal/controllers/route.go + +commit a7b7d564f996e2bc0a4eb220e9485d19b75e8ac4 +Author: Lucian I. Last +Date: Sat Jul 29 00:53:37 2023 +0200 + + Add fake long,lat to MockUser + +11 0 server/internal/tests/mocks/mock-tables.go + +commit 11e190c9044b9e9085e236f4045e7abd419b547b +Author: Lucian I. Last +Date: Sat Jul 29 00:52:56 2023 +0200 + + Update dev purge sql script + +4 2 server/sql/dev-purge.sql + +commit b5d5741a67d96cedaa069de61eb4be6a4a756245 +Author: Lucian I. Last +Date: Sat Jul 29 00:20:14 2023 +0200 + + Fix test cases + +25 7 server/pkg/tsp/mst_test.go + +commit 3acbe4147549f4cbc4377cbacf4a949ff7d838ef +Author: Lucian I. Last +Date: Fri Jul 28 23:58:48 2023 +0200 + + Refactor without functional changes + +3 1 server/internal/controllers/chain.go +33 9 server/internal/controllers/route.go +9 9 server/pkg/tsp/{calculate_distances_util.go => calculate_distances.go} +11 15 server/pkg/tsp/mst.go +18 0 server/pkg/tsp/mst_test.go +19 0 server/pkg/tsp/run.go +50 107 server/pkg/tsp/tsp.go + +commit da38f5d6aa0fa0a57a97de83c30b01eccc4a82eb +Author: Lucian I. Last +Date: Fri Jul 28 09:43:03 2023 +0200 + + Add links to im buttons + +8 3 app/src/pages/AddressItem.tsx + +commit 3265018482965c69713b28cd8f0ecb56f63acbb4 +Author: Lucian I. Last +Date: Fri Jul 28 09:31:44 2023 +0200 + + Fix bag model inconsistency + +10 6 app/src/pages/BagsList.tsx + +commit 32b984f250a03b632f9b3c834b33669bd753b750 +Author: Lucian I. Last +Date: Fri Jul 28 09:29:58 2023 +0200 + + Add im buttons in address item page + +29 0 app/public/icons/signal.svg +9 0 app/public/icons/sms.svg +9 0 app/public/icons/telegram.svg +9 0 app/public/icons/whatsapp.svg +68 0 app/src/pages/AddressItem.tsx + +commit 900df5785a3cfa6efb623b05547365d934e02fa9 +Author: gabriel.camps +Date: Thu Jul 27 12:16:45 2023 -0500 + + add method to obtain the route with a new user added + +4 0 server/internal/controllers/chain.go +41 0 server/pkg/tsp/calculate_distances_util.go +84 53 server/pkg/tsp/tsp.go + +commit 528594bb67bef9dc436161066f7325a5e8d1a749 +Author: Lucian I. Last +Date: Thu Jul 27 12:22:39 2023 +0200 + + Increase speed saving new coordinates + +1 1 server/cmd/get-user-coords-and-country/main.go + +commit 040c7730b6e8ce4654b2c375967c7a3594c9ac63 +Author: Lucian I. Last +Date: Thu Jul 27 11:43:41 2023 +0200 + + Final version coords & Add tunnel-db-vps1 + +5 4 server/Makefile +10 8 server/cmd/get-user-coords-and-country/main.go + +commit 6d873bd4ac5a9ac2a8a413b886a033c43a0f5e4a +Author: Lucian I. Last +Date: Wed Jul 26 22:55:14 2023 +0200 + + Fix api counter + +5 3 server/cmd/get-user-coords-and-country/main.go + +commit 6efe1140cb96fa00b638528e7b1ca35c986e1973 +Merge: 49db9b68 3e204853 +Author: Lucian I. Last +Date: Wed Jul 26 22:37:09 2023 +0200 + + Merge branch '533-cli-tool-user-coords' + +commit 3e20485301c51d332c0ca22eb3ed304bcc9472b6 +Author: Lucian I. Last +Date: Wed Jul 26 22:36:52 2023 +0200 + + Small changes + + - Use := instead of var for explicit definition + - Re add api counter to display api usage + - Use for range, using the value is only a concern with channels or when saving pointers + - Add user id for each print + - Run gofmt + +25 19 server/cmd/get-user-coords-and-country/main.go + +commit f486da8c6c6120c870d8da6f8535394b8c3f3539 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Jul 26 22:07:56 2023 +0200 + + New translations faq.json (Swedish) + +42 0 app/public/locales/sv/faq.json + +commit ec6e6a4d3234e625021356a7b360826bc45f543c +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Jul 26 22:07:55 2023 +0200 + + New translations faq.json (Portuguese) + +42 0 app/public/locales/pt/faq.json + +commit 984f0f36482e39c1f5a28e601f7b7c838f08c2a6 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Jul 26 22:07:54 2023 +0200 + + New translations faq.json (Polish) + +42 0 app/public/locales/pl/faq.json + +commit 7f67806c17b224788504c1d5332260377eb1567e +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Jul 26 22:07:53 2023 +0200 + + New translations faq.json (Korean) + +42 0 app/public/locales/ko/faq.json + +commit 65d31f7e187518ffdb36e17c4104bb738441b8d2 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Jul 26 22:07:52 2023 +0200 + + New translations faq.json (Japanese) + +42 0 app/public/locales/ja/faq.json + +commit beb7dde45d1f4192cce8a3c36ae5d5ab3420f2be +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Jul 26 22:07:51 2023 +0200 + + New translations faq.json (Italian) + +42 0 app/public/locales/it/faq.json + +commit 8297911f911cdbde81ed2f874951bfc78b038b05 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Jul 26 22:07:50 2023 +0200 + + New translations faq.json (Hebrew) + +42 0 app/public/locales/he/faq.json + +commit 3aa35b171cd86d85cdffae6769c802d3c31daeee +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Jul 26 22:07:50 2023 +0200 + + New translations faq.json (German) + +42 0 app/public/locales/de/faq.json + +commit 50ec13627f0a871213e66a9f7892949f61542930 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Jul 26 22:07:49 2023 +0200 + + New translations faq.json (Spanish) + +42 0 app/public/locales/es/faq.json + +commit 8fc02188253578b74738b864a7937e6d8a852c6c +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Jul 26 22:07:48 2023 +0200 + + New translations faq.json (French) + +42 0 app/public/locales/fr/faq.json + +commit 94215e2ce6df5d3dbe7ffc4c1f50c0e0bf4505db +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Jul 26 22:07:47 2023 +0200 + + New translations translation.json (French) + +6 2 app/public/locales/fr/translation.json + +commit 66e840688abdcb45ac335df9425bb8c3baa462a8 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Jul 26 22:07:46 2023 +0200 + + New translations translation.json (Swedish) + +4 0 app/public/locales/sv/translation.json + +commit f3f533d3ca106e6575ca805424608abf2a88cc36 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Jul 26 22:07:46 2023 +0200 + + New translations translation.json (Portuguese) + +4 0 app/public/locales/pt/translation.json + +commit c31fffbc6b4c57ec5282bf8597b061d34a1688e8 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Jul 26 22:07:44 2023 +0200 + + New translations translation.json (Polish) + +4 0 app/public/locales/pl/translation.json + +commit 94313f662021e0b4a9a6c83563e08571ad9a2cfb +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Jul 26 22:07:43 2023 +0200 + + New translations translation.json (Dutch) + +9 5 app/public/locales/nl/translation.json + +commit e2c61bda41070db52dd25019acc4b34bba8e8795 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Jul 26 22:07:42 2023 +0200 + + New translations translation.json (Korean) + +4 0 app/public/locales/ko/translation.json + +commit fc9dd38def5e12c5456b7379d86e5b2ae94fc7c8 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Jul 26 22:07:41 2023 +0200 + + New translations translation.json (Japanese) + +4 0 app/public/locales/ja/translation.json + +commit 9f94fc73d6a44a4837b8edd45ab56e477ebd163f +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Jul 26 22:07:40 2023 +0200 + + New translations translation.json (Italian) + +4 0 app/public/locales/it/translation.json + +commit 56e06cd135bacb03021c3764a8486026e11379d0 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Jul 26 22:07:39 2023 +0200 + + New translations translation.json (Hebrew) + +4 0 app/public/locales/he/translation.json + +commit e0b4a9b320f682005277c486a913021430279a1d +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Jul 26 22:07:39 2023 +0200 + + New translations translation.json (German) + +4 0 app/public/locales/de/translation.json + +commit bd28552e8e1da4707da766c9180d0206e7d40dca +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Jul 26 22:07:38 2023 +0200 + + New translations translation.json (Spanish) + +4 0 app/public/locales/es/translation.json + +commit 49db9b688f4f57e350f1cb8c5beb44bbffd2ba3a +Author: Lucian I. Last +Date: Wed Jul 26 18:05:25 2023 +0200 + + Fix webapp abort input + +3 6 app/src/components/CreateUpdateBulky.tsx +1 0 app/src/pages/BagsList.tsx + +commit 082bcb3d37445e50162433a2e2cef6448283f91a +Author: Lucian I. Last +Date: Wed Jul 26 17:43:03 2023 +0200 + + Change reserve chat icon + +2 2 app/src/pages/BulkyList.tsx + +commit b831076fdac50558e881318ab812069883d17062 +Author: Lucian I. Last +Date: Wed Jul 26 17:36:36 2023 +0200 + + Reorder bulky item card + +116 88 app/src/pages/BulkyList.tsx + +commit 442f412e2ef9d518de9691960f4d9957b52e2d6a +Author: Lucian I. Last +Date: Wed Jul 26 16:17:58 2023 +0200 + + Improve upload ux + +1 0 app/public/locales/en/translation.json +160 89 app/src/components/CreateUpdateBulky.tsx + +commit 3ae69ff6fa5bd85ab6678073eb4d572f4654429a +Author: Lucian I. Last +Date: Wed Jul 26 14:30:03 2023 +0200 + + Run a refresh on data every 200s on tab change + +28 3 app/src/App.tsx +56 0 app/src/Store.tsx +11 2 app/src/components/CreateUpdateBag.tsx +6 13 app/src/components/CreateUpdateBulky.tsx +1 1 app/src/pages/BagsList.tsx +2 1 app/src/pages/HelpList.tsx +2 2 app/src/pages/Settings.tsx + +commit 5e89c1bf1a3903e4f426f0dbe2bc639c5417398e +Author: Lucian I. Last +Date: Wed Jul 26 10:54:41 2023 +0200 + + Better faq translation list & Add reset button + +0 84 app/public/locales/de/faq.json +40 82 app/public/locales/en/faq.json +3 0 app/public/locales/en/translation.json +0 84 app/public/locales/es/faq.json +0 84 app/public/locales/fr/faq.json +0 84 app/public/locales/he/faq.json +0 84 app/public/locales/it/faq.json +0 84 app/public/locales/ja/faq.json +0 84 app/public/locales/ko/faq.json +40 82 app/public/locales/nl/faq.json +0 84 app/public/locales/pl/faq.json +0 84 app/public/locales/pt/faq.json +0 84 app/public/locales/sv/faq.json +64 56 app/src/components/CreateUpdateRules.tsx +33 15 app/src/pages/HelpItem.tsx +5 5 app/src/pages/HelpList.tsx + +commit c35b117a2de578da7e5caaf895cb7784e2bc1abc +Author: Tim Fierens +Date: Wed Jul 26 10:00:41 2023 +0200 + + use commandline flags for coords cli tool + +38 32 server/cmd/get-user-coords-and-country/main.go +0 3 server/config.example.yml +0 2 server/internal/app/config.go + +commit 7bbc9cc668af7098c20d85abb85b836ef0c1a35b +Author: Tim Fierens +Date: Wed Jul 26 09:05:50 2023 +0200 + + don't check for mapbox relevance + +2 3 server/cmd/get-user-coords-and-country/main.go +0 1 server/config.example.yml +28 29 server/internal/app/config.go + +commit 93406a7a09019617b97ac1c0cf5c042f9905309f +Author: Tim Fierens +Date: Wed Jul 26 01:22:39 2023 +0200 + + add cli tool to get user coords + +99 0 server/cmd/get-user-coords-and-country/main.go +4 0 server/config.example.yml +29 26 server/internal/app/config.go + +commit c5f473ad4d0dd5beda78371bae87cad4aa69f4a6 +Merge: 4c5fcf03 d831e888 +Author: Lucian I. Last +Date: Tue Jul 25 12:57:57 2023 +0200 + + Merge remote-tracking branch 'origin/l10n_main' + +commit d831e8884dc21d5bad6613c0b2bd590863a0bd39 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Jul 24 23:37:16 2023 +0200 + + New translations translation.json (French) + +3 2 app/public/locales/fr/translation.json + +commit 232c6788f4349df53c9a273f6a4dd729dc49deb2 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Jul 24 23:37:14 2023 +0200 + + New translations translation.json (Swedish) + +1 0 app/public/locales/sv/translation.json + +commit 9e738d4f95871f5e1826715343df27068c6ee9c9 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Jul 24 23:37:14 2023 +0200 + + New translations translation.json (Portuguese) + +1 0 app/public/locales/pt/translation.json + +commit c1021594ddd3578ca93e6da1bce5354dc94981e6 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Jul 24 23:37:13 2023 +0200 + + New translations translation.json (Polish) + +1 0 app/public/locales/pl/translation.json + +commit bd4ffe8dff14e8d8f36f74c7c92548c0c885c177 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Jul 24 23:37:12 2023 +0200 + + New translations translation.json (Dutch) + +6 5 app/public/locales/nl/translation.json + +commit 5e937385848249e41462c8162c3cd3b441376fdc +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Jul 24 23:37:11 2023 +0200 + + New translations translation.json (Korean) + +1 0 app/public/locales/ko/translation.json + +commit e08ba410d59293f5d9d62998fce1f48d856041a8 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Jul 24 23:37:10 2023 +0200 + + New translations translation.json (Japanese) + +1 0 app/public/locales/ja/translation.json + +commit ba808b82b0cb9a37122d1c44bace3b56e9fa9ad5 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Jul 24 23:37:09 2023 +0200 + + New translations translation.json (Italian) + +1 0 app/public/locales/it/translation.json + +commit ad8f85a6253f12129c167710af93a8db1cbaf5b3 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Jul 24 23:37:08 2023 +0200 + + New translations translation.json (Hebrew) + +1 0 app/public/locales/he/translation.json + +commit 9bc7f16cf0250a7c10bf4f9bb54e5de7e0d3a647 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Jul 24 23:37:07 2023 +0200 + + New translations translation.json (German) + +1 0 app/public/locales/de/translation.json + +commit 2201b116da78d0510cd228a22a6b95fc6da9a15b +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Jul 24 23:37:06 2023 +0200 + + New translations translation.json (Spanish) + +1 0 app/public/locales/es/translation.json + +commit 4c5fcf0320b86d696217999f267a9bc43dd8fb03 +Author: Lucian I. Last +Date: Mon Jul 24 23:22:40 2023 +0200 + + Search is instant & User name text is larger + +7 11 app/src/pages/BagsList.tsx + +commit 9eecf43cc45fb4d5cb9f7ea3a3b0de3ab70bde66 +Author: Lucian I. Last +Date: Mon Jul 24 23:18:33 2023 +0200 + + Fix bag text size & Add emoji + +27 2 app/src/components/CreateUpdateBag.tsx +9 11 app/src/pages/BagsList.tsx + +commit 1291caf070d59654dd07c800a7070ca302794432 +Author: Lucian I. Last +Date: Mon Jul 24 22:33:32 2023 +0200 + + Larger text on bags page + +29 12 app/src/pages/BagsList.tsx + +commit 03215a7afb13a7ea6a049cd0c6e8b85e6de973a3 +Author: Lucian I. Last +Date: Mon Jul 24 22:10:55 2023 +0200 + + Add instructions to click on bag + +1 0 app/public/locales/en/translation.json +3 0 app/src/pages/BagsList.tsx + +commit 180e37735e225cf918f37b5f8091c38beab3dba4 +Author: Lucian I. Last +Date: Mon Jul 24 22:00:14 2023 +0200 + + Show bags on the end & If more than 3 will show a grid + +25 11 app/src/pages/AddressList.tsx + +commit ab61504a47fba8b4119514acd6ff516f5124345c +Author: Lucian I. Last +Date: Mon Jul 24 21:07:03 2023 +0200 + + Larger text url in rules + +1 1 app/src/pages/HelpList.tsx + +commit aeec771a1890cfc4b88d736ff58d3b8df5b220fa +Author: Lucian I. Last +Date: Mon Jul 24 20:52:45 2023 +0200 + + Add colors to socials & move website to text link + +21 11 app/src/pages/HelpList.tsx + +commit fa507218f1849589fb6a51ed0efc47e7961107fa +Author: Lucian I. Last +Date: Mon Jul 24 20:52:08 2023 +0200 + + Add line on top of privacy policy + +6 2 app/src/pages/Settings.tsx + +commit d7b187c2ea4cdd764fe74403de191fc920ec062b +Merge: 24f0c70d 722420d7 +Author: Lucian I. Last +Date: Mon Jul 24 14:37:50 2023 +0200 + + Merge remote-tracking branch 'origin/l10n_main' + +commit 24f0c70d5f2e87f379a644662d294a8bdb123f9f +Author: Lucian I. Last +Date: Mon Jul 24 14:34:23 2023 +0200 + + Fix running app from docker container + +1 0 app/package.json +16 11 app/vite.config.ts +1 1 docker/dev/Makefile + +commit 17471632c03d890c39a6e1c5fa5a314b2b6b2f5a +Author: Lucian I. Last +Date: Mon Jul 24 13:52:26 2023 +0200 + + Fix generate open source page loading time + +2 1 app/.prettierignore +33 23 app/generate-open-source-page.js +11 0 app/src/api.ts +73 13 app/src/pages/OpenSource.tsx + +commit 1c4e35bd9b4a4b47d8850c33f7cd0bb89b14382c +Author: Lucian I. Last +Date: Mon Jul 24 13:16:52 2023 +0200 + + Change some console logs to info + +1 1 frontend/src/components/AddressForm.tsx +0 1 frontend/src/components/Navbar.tsx +1 1 frontend/src/pages/ChainEdit.tsx +1 1 frontend/src/pages/ChainMemberList.tsx +1 1 frontend/src/pages/Contacts.tsx +0 1 frontend/src/pages/EventDetails.tsx +1 1 frontend/src/pages/Login.tsx +1 1 frontend/src/pages/NewChainLocation.tsx +1 1 frontend/src/pages/NewChainSignup.tsx +1 1 frontend/src/pages/UserEdit.tsx +2 2 frontend/src/providers/AuthProvider.tsx + +commit 722420d7b17b2c03b8d785209d0f51e86d0db342 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Jul 24 12:01:24 2023 +0200 + + New translations translation.json (French) + +7 2 app/public/locales/fr/translation.json + +commit 79f0c554cd361279f6c358e3f7eb49b3f0fe4080 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Jul 24 12:01:21 2023 +0200 + + New translations translation.json (Dutch) + +5 5 app/public/locales/nl/translation.json + +commit f9b0440ba39e84c51dfa2093a6da09671e8ea7f7 +Merge: 2a956a60 e98c18ec +Author: Lucian I. Last +Date: Mon Jul 24 11:58:42 2023 +0200 + + Merge branch '519-add-licenses-page-to-app' + +commit e98c18ecfc163d96cf45b25bd1ecd6adce4898a3 +Author: Lucian I. Last +Date: Mon Jul 24 11:56:53 2023 +0200 + + Move to one file & Use sticky dividers instead & Add title + +0 14 app/src/components/LicenseItem.tsx +77 32 app/src/pages/OpenSource.tsx + +commit 68c69b117a6b1be979b6cbe5765b96df8a3de3a0 +Author: Tim Fierens +Date: Mon Jul 24 00:05:33 2023 +0200 + + add open source page to app + +3 0 app/.gitignore +26 0 app/generate-open-source-page.js +271 0 app/package-lock.json +5 3 app/package.json +1 0 app/public/locales/de/translation.json +1 0 app/public/locales/en/translation.json +1 0 app/public/locales/es/translation.json +1 0 app/public/locales/fr/translation.json +1 0 app/public/locales/he/translation.json +1 0 app/public/locales/it/translation.json +1 0 app/public/locales/ja/translation.json +1 0 app/public/locales/ko/translation.json +1 0 app/public/locales/nl/translation.json +1 0 app/public/locales/pl/translation.json +1 0 app/public/locales/pt/translation.json +1 0 app/public/locales/sv/translation.json +2 0 app/src/App.tsx +14 0 app/src/components/LicenseItem.tsx +41 0 app/src/pages/OpenSource.tsx +3 0 app/src/pages/Settings.tsx + +commit 2a956a60e09d326ddd26556bf68c56a6bb7c8be3 +Author: Lucian I. Last +Date: Fri Jul 21 10:46:47 2023 +0200 + + Redirect to login page on admin dashboard and user members + +7 4 frontend/src/components/ChainsList.tsx +2 1 frontend/src/components/EventChangeForm.tsx +8 3 frontend/src/pages/AdminDashboard.tsx +13 7 frontend/src/pages/ChainMemberList.tsx +2 2 frontend/src/pages/FindChain.tsx +17 9 frontend/src/providers/AuthProvider.tsx + +commit f47299f2ce1c0ed303fee691d228a71c9668234e +Author: Lucian I. Last +Date: Thu Jul 20 15:28:55 2023 +0200 + + Add correct permission messages for camera + +3 3 app/ios/App/App/Info.plist + +commit 71f8d60bf7488e4ca30a360997b8935f52b7fcc8 +Author: Lucian I. Last +Date: Thu Jul 20 15:28:26 2023 +0200 + + Add location description message + +2 0 app/ios/App/App/Info.plist + +commit 1c0707bfb1f3ae8cc684aef7b18825dbe5c714af +Author: Lucian I. Last +Date: Thu Jul 20 15:02:23 2023 +0200 + + Build android v1.6 + +2 2 app/android/app/build.gradle + +commit 4a677e9ea1cd511b728230eeffe3b309617e1aec +Author: Lucian I. Last +Date: Thu Jul 20 14:44:36 2023 +0200 + + Build ios v1.6 + +2 2 app/ios/App/App.xcodeproj/project.pbxproj + +commit 7b84404cdfcd9e405288cf9ce50b49024b4dcf4b +Author: Lucian I. Last +Date: Thu Jul 20 14:25:09 2023 +0200 + + Add appstore reviewer backdoor + +2 10 app/src/pages/Login.tsx +1 0 devops/group_vars/all.yml.example +4 0 devops/templates/config.yml.j2 +17 0 server/internal/app/auth/token.go +26 25 server/internal/app/config.go +10 0 server/internal/controllers/login.go + +commit 54e2e3d0bde159c9838a6524d82aa9f26d133f99 +Author: Lucian I. Last +Date: Thu Jul 20 14:23:19 2023 +0200 + + Fix reserve switch statement + +3 0 app/src/pages/BulkyList.tsx + +commit 76b242ceb2e3bb3eedb3e2628d371c6a81b76807 +Author: Lucian I. Last +Date: Thu Jul 20 13:19:18 2023 +0200 + + App stripe env + +4 4 frontend/.env-production + +commit 6ae8d45d598a6708653b196f203372263e9435f1 +Author: Lucian I. Last +Date: Thu Jul 20 13:02:09 2023 +0200 + + Add clothingloop stripe test env + +1 1 frontend/.env-acceptance + +commit 1715c92cbfd36cad8acafc79124e22aeeb9b0c36 +Author: Lucian I. Last +Date: Thu Jul 20 11:41:09 2023 +0200 + + Fix Complying with Encryption Export Regulations + +54 52 app/ios/App/App/Info.plist + +commit fc08bc04e919cba1b881d36fef71f1647fde6d56 +Merge: 5384730e 6db133e9 +Author: Lucian I. Last +Date: Thu Jul 20 11:37:46 2023 +0200 + + Merge remote-tracking branch 'origin/l10n_main' + +commit 5384730ebf315115d5033b3249512c721a71e06a +Author: Lucian I. Last +Date: Thu Jul 20 11:29:58 2023 +0200 + + Attempt to release app v1.5 ios + +2 2 app/ios/App/App.xcodeproj/project.pbxproj + +commit f97f00492822085e6925f53eb7fbefa09e4178c0 +Author: Lucian I. Last +Date: Thu Jul 20 11:02:08 2023 +0200 + + Release app v1.5 android + +14 6 app/STEP_TO_RELEASE.md +2 2 app/android/app/build.gradle + +commit 6db133e9b4e4930491b3ce48a4ee8881853db443 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jul 20 11:01:47 2023 +0200 + + New translations translation.json (Swedish) + +7 2 app/public/locales/sv/translation.json + +commit 43c6dd2986e3410e0bbe4637161e218367fda2b1 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jul 20 11:01:46 2023 +0200 + + New translations translation.json (Swedish) + +4 2 frontend/public/locales/sv/translation.json + +commit 5b21ea2c4d3db0407072a2c44d7f8b28807212c4 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jul 20 11:01:45 2023 +0200 + + New translations translation.json (Portuguese) + +7 2 app/public/locales/pt/translation.json + +commit 13f485cbcfab25a0134dd22ca4db6a0d6ee537bd +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jul 20 11:01:44 2023 +0200 + + New translations translation.json (Portuguese) + +3 1 frontend/public/locales/pt/translation.json + +commit 4b4ffbc8ff2fd6620aebca60520568d958a84820 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jul 20 11:01:43 2023 +0200 + + New translations translation.json (Polish) + +7 2 app/public/locales/pl/translation.json + +commit f8ec3a540d0557b0e8f4cd656ab0959e5b17bee0 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jul 20 11:01:43 2023 +0200 + + New translations translation.json (Polish) + +3 1 frontend/public/locales/pl/translation.json + +commit 2256fef103b8599bbb40539908e85751734f6422 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jul 20 11:01:42 2023 +0200 + + New translations translation.json (Dutch) + +7 3 app/public/locales/nl/translation.json + +commit 6a874f83a63ac88e67cad20a48b56fb6130de0ef +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jul 20 11:01:41 2023 +0200 + + New translations translation.json (Dutch) + +2 0 frontend/public/locales/nl/translation.json + +commit 8524a9c3f3dfc07b812a1fc8c41f4826dd055854 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jul 20 11:01:40 2023 +0200 + + New translations translation.json (Korean) + +7 2 app/public/locales/ko/translation.json + +commit 5deb90c02915e4fcc0086ae708ba1c74277e9824 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jul 20 11:01:39 2023 +0200 + + New translations translation.json (Korean) + +3 1 frontend/public/locales/ko/translation.json + +commit 5cf60968ff0a6aa2c89be12d3908bcb828be4338 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jul 20 11:01:38 2023 +0200 + + New translations translation.json (Japanese) + +7 2 app/public/locales/ja/translation.json + +commit 89ae0c97c4db5a50fe42a1ea0e3d7679f04645b3 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jul 20 11:01:37 2023 +0200 + + New translations translation.json (Japanese) + +3 1 frontend/public/locales/ja/translation.json + +commit 5d0bf997af780add387473798bd71be7aadff969 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jul 20 11:01:36 2023 +0200 + + New translations translation.json (Italian) + +7 2 app/public/locales/it/translation.json + +commit 7b9cd5ec907bf7bc76e63365320850f192155ba8 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jul 20 11:01:35 2023 +0200 + + New translations translation.json (Italian) + +3 1 frontend/public/locales/it/translation.json + +commit 6502e5b91ccac38661399aab681847c6cf560ebc +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jul 20 11:01:34 2023 +0200 + + New translations translation.json (Hebrew) + +7 2 app/public/locales/he/translation.json + +commit 0fb87107be4ee425ef8a267ea6e42f1d4319a065 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jul 20 11:01:33 2023 +0200 + + New translations translation.json (Hebrew) + +4 2 frontend/public/locales/he/translation.json + +commit 14033e6ed0582ef4bc3fda6a43c73b18721478b7 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jul 20 11:01:33 2023 +0200 + + New translations translation.json (German) + +7 2 app/public/locales/de/translation.json + +commit 7825dcecb205ff3138b9f78b0f8cdf2e304baade +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jul 20 11:01:32 2023 +0200 + + New translations translation.json (German) + +4 2 frontend/public/locales/de/translation.json + +commit ac9d81ac3f8a3231d5f1565cad382eb2feadcbe6 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jul 20 11:01:31 2023 +0200 + + New translations translation.json (Spanish) + +7 2 app/public/locales/es/translation.json + +commit 650ba6764eb28a1d2a64ac90bd71640132b39a48 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jul 20 11:01:30 2023 +0200 + + New translations translation.json (Spanish) + +4 2 frontend/public/locales/es/translation.json + +commit d9a050e8aff937e6da7ffa1a4f4a2d08d5b2efc5 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jul 20 11:01:29 2023 +0200 + + New translations translation.json (French) + +4 2 frontend/public/locales/fr/translation.json + +commit 5fe4e32339f7f4e45a128ebdfa73379d1b7b0b4e +Author: Lucian I. Last +Date: Thu Jul 20 10:51:04 2023 +0200 + + Remove native share option + +1 16 app/src/pages/BulkyList.tsx + +commit 3fd4dfb9195e29a66b69ab436b715779ff002f43 +Author: Lucian I. Last +Date: Thu Jul 20 10:37:52 2023 +0200 + + Fix line endings on bulky item text & Add button detail to expandible + +14 4 app/src/pages/BulkyList.tsx + +commit 3fba26de6f9dee846dc5275fa476bf4606f998c4 +Merge: b94329c2 31041bfe +Author: Lucian I. Last +Date: Thu Jul 20 10:27:03 2023 +0200 + + Merge branch 'optimize-route-order' + +commit 31041bfe13b3c9d849a66ff4a773b9827fd8191f +Author: Lucian I. Last +Date: Thu Jul 20 10:26:49 2023 +0200 + + Rename to Undo Optimize Route + +1 1 frontend/public/locales/en/translation.json + +commit 344b10c2760c23487adf06cbae38c821ef06325b +Author: Lucian I. Last +Date: Thu Jul 20 10:26:32 2023 +0200 + + Fix screen size conflicts & Add icons + +26 21 frontend/src/pages/ChainMemberList.tsx + +commit b94329c2dd5d1ce9c514b732bc80b31e5f8f0e6f +Merge: 4fe01d59 fed15223 +Author: Lucian I. Last +Date: Thu Jul 20 10:02:07 2023 +0200 + + Merge branch 'saakshiraut28/main' + +commit fed152238fcad9ee440ecabedc9b33b22dd509b4 +Author: Lucian I. Last +Date: Thu Jul 20 10:01:50 2023 +0200 + + Hide the buttons for now + +1 1 frontend/src/components/Footer.tsx + +commit bb6273876ceb6b2b928be9c2836bf53af306311b +Author: Lucian I. Last +Date: Thu Jul 20 10:01:24 2023 +0200 + + Move to inside the find us section + +39 33 frontend/src/components/Footer.tsx + +commit 4fe01d595a3c308fc123c37be84e917782fc64e9 +Author: Lucian I. Last +Date: Thu Jul 20 03:50:58 2023 +0200 + + Add more weeks & Add expand buttons for bulky item and loop desc + +4 2 app/public/locales/en/translation.json +2 2 app/public/locales/nl/translation.json +6 16 app/src/Store.tsx +78 28 app/src/pages/BulkyList.tsx +62 7 app/src/pages/Settings.tsx + +commit 67afb6069903d9c4eeef34546ebd89b79d21a288 +Author: Lucian I. Last +Date: Thu Jul 20 02:27:06 2023 +0200 + + Fix address list clutter + +13 13 app/src/pages/AddressList.tsx + +commit 7341674f0fb1e70093263f1fcb835c2bd688d5ff +Author: Lucian I. Last +Date: Thu Jul 20 02:22:38 2023 +0200 + + Fix old bags list in list view + +1 1 app/src/pages/BagsList.tsx + +commit 8f8706b2ce6e692d3bc09cc9353532f008a0ba72 +Author: Lucian I. Last +Date: Thu Jul 20 02:22:18 2023 +0200 + + Fix image url bulky item ui + +6 7 app/src/components/CreateUpdateBulky.tsx + +commit 15bcd9738cd155517ce7004cf5567e6722dca24e +Author: Lucian I. Last +Date: Thu Jul 20 02:13:10 2023 +0200 + + Fix some input ux + +2 2 app/src/components/CreateUpdateBag.tsx +7 15 app/src/components/CreateUpdateBulky.tsx +4 0 app/src/theme/overrides.css + +commit 50a4aa46222a427a6255e486a040f31aa61501c7 +Author: Lucian I. Last +Date: Thu Jul 20 01:34:10 2023 +0200 + + Remove The next bag number is automatically selected + +0 1 app/public/locales/de/translation.json +0 1 app/public/locales/en/translation.json +0 1 app/public/locales/es/translation.json +0 1 app/public/locales/fr/translation.json +0 1 app/public/locales/he/translation.json +0 1 app/public/locales/it/translation.json +0 1 app/public/locales/ja/translation.json +0 1 app/public/locales/ko/translation.json +0 1 app/public/locales/nl/translation.json +0 1 app/public/locales/pl/translation.json +0 1 app/public/locales/pt/translation.json +0 1 app/public/locales/sv/translation.json +7 13 app/src/components/CreateUpdateBag.tsx +0 5 app/src/components/CreateUpdateBulky.tsx + +commit 26e59f0556060fae1e371316c6ee8ba1e12fdb91 +Author: Lucian I. Last +Date: Thu Jul 20 01:13:03 2023 +0200 + + Add pause button to bags list + +18 2 app/src/pages/BagsList.tsx + +commit 5582e37e8fb987daa00e6c9f96d494275cecea0f +Author: Lucian I. Last +Date: Thu Jul 20 01:06:01 2023 +0200 + + Change style bag link to address + +53 48 app/src/pages/BagsList.tsx + +commit 3e4ab34043e261f5898f991963ce2457be3f9c8f +Author: Lucian I. Last +Date: Thu Jul 20 00:05:18 2023 +0200 + + Set item h3 to semibold + +2 2 app/src/components/UserCard.tsx +1 1 app/src/pages/Settings.tsx +4 1 app/src/theme/utilities.css + +commit 39e24bd3ba61ad89cc4efff2ee852cabe534d8ef +Author: Lucian I. Last +Date: Wed Jul 19 23:55:46 2023 +0200 + + Add host icon + +19 2 app/src/pages/AddressList.tsx + +commit 4a6f71988cc7feac0737f4acbc4003560a7e7f7c +Author: Lucian I. Last +Date: Wed Jul 19 23:33:14 2023 +0200 + + Add bags in addresses & Add route order link + +2 0 app/public/locales/en/translation.json +63 19 app/src/pages/AddressList.tsx + +commit 7347ea66c05b02a5221a3825b41fdf548ece06fe +Author: Lucian I. Last +Date: Wed Jul 19 23:04:22 2023 +0200 + + Remove email link in rules page + +6 12 app/src/pages/HelpList.tsx + +commit d29b5e2a31932102e2673866176eba3ecc3054ad +Author: Lucian I. Last +Date: Wed Jul 19 23:04:00 2023 +0200 + + short explanation to same text size as paragraphs + +1 1 app/src/pages/HelpItem.tsx + +commit 01eb50f0af9dfd79744e6f7652fc174d7b581967 +Author: Lucian I. Last +Date: Wed Jul 19 23:03:28 2023 +0200 + + Rename settings to info + +1 0 app/public/locales/en/translation.json +2 1 app/public/locales/nl/translation.json +3 3 app/src/App.tsx +1 1 app/src/pages/Settings.tsx + +commit f0683fda01fa8f6d30128226712a3633b11192b6 +Merge: 168b8e2d 199ea716 +Author: Saakshi Raut +Date: Wed Jul 19 23:01:16 2023 +0530 + + Merge branch 'the-clothing-loop:main' into main + +commit 168b8e2d3557e759ed8aa480d2b0359891dab729 +Author: saakshiraut28 +Date: Wed Jul 19 22:58:42 2023 +0530 + + Add the functionality to detect the mobile OS and show the logo accordingly + +43 13 frontend/src/components/Footer.tsx + +commit e8440d03da6c3211dd697fa341d445de7e1548b2 +Author: saakshiraut28 +Date: Wed Jul 19 22:42:54 2023 +0530 + + Place the logo on the required position + +17 3 frontend/src/components/Footer.tsx + +commit e4669f33bccef8f1ab7f27a62a51b962fdd1d1ee +Author: gabriel.camps +Date: Wed Jul 19 10:50:55 2023 -0500 + + adding tsp package, calling it form route controller. and add button in ChainMemberList Page + +2 0 frontend/public/locales/en/translation.json +7 1 frontend/src/api/route.ts +5 0 frontend/src/api/types.ts +45 1 frontend/src/pages/ChainMemberList.tsx +31 0 server/internal/controllers/route.go +1 0 server/internal/server.go +76 0 server/pkg/tsp/mst.go +113 0 server/pkg/tsp/tsp.go + +commit 199ea716abc796f4adead41a60a641460572555d +Author: Lucian I. Last +Date: Wed Jul 19 16:13:34 2023 +0200 + + Publish app ios + +2 0 app/ios/App/App.xcodeproj/project.pbxproj + +commit 4590c43b9b7b53aff5e17a595057adf13fc9a753 +Author: Lucian I. Last +Date: Wed Jul 19 12:49:07 2023 +0200 + + Move Hebrew to production + +3 3 frontend/src/languages.js + +commit 340d9905afb42c55f831c70e2a64bc8361f75541 +Author: Lucian I. Last +Date: Tue Jul 18 16:51:59 2023 +0200 + + Use lint with lf line ending + +2 1 app/.prettierignore +0 0 app/.prettierrc +1 0 app/.prettierrc.yml +1 2 app/index.html +1 1 app/src/Store.tsx +3 3 app/src/api.ts +1 1 app/src/components/CreateUpdateBag.tsx +3 3 app/src/components/CreateUpdateBulky.tsx +2 2 app/src/components/CreateUpdateRules.tsx +1 1 app/src/main.tsx +1 1 app/src/onesignal.ts +5 5 app/src/pages/BagsList.tsx +2 2 app/src/pages/BulkyList.tsx +1 1 app/src/pages/HelpList.tsx +2 2 app/src/pages/Login.tsx +3 3 app/src/pages/Settings.tsx +2 1 clothingloop.code-workspace +1 0 frontend/.prettierrc.yml + +commit fdab7be361407efbf3fff5ae99fb35e24a414c33 +Author: Lucian I. Last +Date: Tue Jul 18 16:21:15 2023 +0200 + + Publish app v1.4 + +19 0 app/STEP_TO_RELEASE.md +2 2 app/android/app/build.gradle +2 2 app/ios/App/App.xcodeproj/project.pbxproj +5 0 app/ios/App/App.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings + +commit a9de07ebdbfe6f43f279cc29d1d1b8fd85981692 +Merge: 145e950c 9ac95a56 +Author: Lucian I. Last +Date: Tue Jul 18 15:28:52 2023 +0200 + + Merge branch 'test-app-ios' + +commit 9ac95a566fe2d4d9eaa8df9070a97ae2ac35e31c +Author: Lucian I. Last +Date: Tue Jul 18 15:28:41 2023 +0200 + + Fix image picker on android + +5 3 app/android/app/src/main/AndroidManifest.xml + +commit 5a17f243d209b36256c4cf0b28821ed38d855770 +Author: Lucian I. Last +Date: Tue Jul 18 15:22:58 2023 +0200 + + Fix switch man woman icon in loop + +2 2 app/src/components/SizeBadge.tsx + +commit 0209ca836e60261a6924eedebd8174774f85f7b1 +Author: Lucian I. Last +Date: Tue Jul 18 14:56:01 2023 +0200 + + Improve fab location + +5 2 app/src/pages/Login.tsx +3 0 app/src/pages/Onboarding.tsx + +commit 752d1141c10b22b52d3d6d314038be0a6f3ce0ec +Author: Lucian I. Last +Date: Tue Jul 18 14:25:38 2023 +0200 + + Add switch animations in onboarding process + +35 0 app/package-lock.json +3 1 app/package.json +21 7 app/src/App.tsx +2 0 app/src/pages/Onboarding.tsx +23 0 app/src/theme/utilities.css + +commit 16e63d501f80d3cac6c117948e4990aeb00d910b +Author: Lucian I. Last +Date: Tue Jul 18 12:08:36 2023 +0200 + + Fix one signal blocking SplashScreen + +7 6 app/src/App.tsx +17 9 app/src/onesignal.ts + +commit bfc3fab1f711bf7cc625c86bdad7de62da62d6f6 +Author: Lucian I. Last +Date: Tue Jul 18 11:54:59 2023 +0200 + + Add localization + +25 2 app/ios/App/App.xcodeproj/project.pbxproj +8 0 app/ios/App/App.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +52 46 app/ios/App/App/Info.plist +10 0 app/ios/App/App/en.lproj/InfoPlist.strings +10 0 app/ios/App/App/nl.lproj/InfoPlist.strings + +commit 145e950c937a6d571b00f35ca9c17820e2ed2cea +Merge: c65bd2ec 4fa30142 +Author: Lucian I. Last +Date: Tue Jul 18 09:54:53 2023 +0200 + + Merge branch 'redesign-loop-search-page-#486' + +commit 4fa3014239dbb316f47cd165d70891aa03efc6f8 +Author: Lucian I. Last +Date: Tue Jul 18 09:54:39 2023 +0200 + + Add select loop divider & Remove h1 el in button + +39 60 frontend/src/pages/FindChain.tsx + +commit c65bd2ece777320a058665cb820041c554d96333 +Merge: e4814685 e1ca5249 +Author: Lucian I. Last +Date: Tue Jul 18 09:28:13 2023 +0200 + + Merge remote-tracking branch 'origin/l10n_main' + +commit e4814685139a9aed894ebd41414e621b331fca76 +Author: Lucian I. Last +Date: Tue Jul 18 09:24:47 2023 +0200 + + Add date time locale & Remove time selection + +3 1 app/src/pages/BagsList.tsx + +commit 110ce95a373764e6e4564c24e5464e436228ee63 +Author: NeedADispenserHere +Date: Mon Jul 17 20:54:22 2023 -0700 + + Fixed lint error + +5 3 frontend/src/pages/EventCreate.tsx + +commit 070f18f45fd4a1c22b3eea849fecb41e4ec3a330 +Author: Natalie +Date: Mon Jul 17 13:05:02 2023 -0700 + + Give modal absoluete position instead of fixed + +1 1 frontend/src/pages/FindChain.tsx + +commit 4df099f61d25a202161113e9238e96afd4ebedb7 +Author: Natalie +Date: Mon Jul 17 13:02:42 2023 -0700 + + Add selected loops to modal + +33 1 frontend/src/pages/FindChain.tsx + +commit e1ca524980810316077ec9a32626988bbac97055 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Jul 17 18:04:12 2023 +0200 + + New translations translation.json (Swedish) + +2 0 app/public/locales/sv/translation.json + +commit f2afa275d54ebeaf9bb24d455aa38eb4b9c0c0a1 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Jul 17 18:04:11 2023 +0200 + + New translations translation.json (Portuguese) + +2 0 app/public/locales/pt/translation.json + +commit e230ee2952ddbe6b612d18f420e68414ff3ba602 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Jul 17 18:04:10 2023 +0200 + + New translations translation.json (Polish) + +2 0 app/public/locales/pl/translation.json + +commit a49d02b6d082039ddbfff51e36201b87cbde6e6c +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Jul 17 18:04:08 2023 +0200 + + New translations translation.json (Dutch) + +2 0 app/public/locales/nl/translation.json + +commit cecb8a0730bd3d5e09407d678f578573a9e503ae +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Jul 17 18:04:07 2023 +0200 + + New translations translation.json (Korean) + +2 0 app/public/locales/ko/translation.json + +commit 3bc9886357133266b5f6ca64f339274aab80e868 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Jul 17 18:04:06 2023 +0200 + + New translations translation.json (Japanese) + +2 0 app/public/locales/ja/translation.json + +commit a945380c2465ae760f09be4c71bbafb2660919f0 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Jul 17 18:04:05 2023 +0200 + + New translations translation.json (Italian) + +2 0 app/public/locales/it/translation.json + +commit 0ca3fd37def6a1b4a46d8f44c429fbdd2d9758ef +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Jul 17 18:04:04 2023 +0200 + + New translations translation.json (Hebrew) + +2 0 app/public/locales/he/translation.json + +commit 18e3526ffabcb338e8abd7974a2a1b73c7c855dc +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Jul 17 18:04:03 2023 +0200 + + New translations translation.json (German) + +2 0 app/public/locales/de/translation.json + +commit b565b53dd0a8c49210d1b4244d743d71d8d53dd9 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Jul 17 18:04:02 2023 +0200 + + New translations translation.json (Spanish) + +2 0 app/public/locales/es/translation.json + +commit 21c0e0c41acd1d8f94d74c84cccd634e0d449426 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Jul 17 18:04:01 2023 +0200 + + New translations translation.json (French) + +2 0 app/public/locales/fr/translation.json + +commit 2e6cc67f7baf1a8727e8571d4d3e5b491c06d784 +Merge: 74f11bc4 04d58432 +Author: Lucian I. Last +Date: Mon Jul 17 17:35:32 2023 +0200 + + Merge branch 'Zahra46031/main' + +commit 04d584321320614f36ec9b7e3ce3ee516844873f +Author: Lucian I. Last +Date: Mon Jul 17 17:33:04 2023 +0200 + + Remove unnecessary theme value on loop creation + +0 2 server/internal/controllers/chain.go + +commit 0f4a791258888a67ea60dc6d5a93294b5926b35e +Merge: 960d53ad 74f11bc4 +Author: Lucian I. Last +Date: Mon Jul 17 17:30:57 2023 +0200 + + Merge branch 'main' into Zahra46031/main + +commit 74f11bc4e78b1374194b7875b5437d3518702561 +Merge: 669cfed1 9bd8e9e0 +Author: Lucian I. Last +Date: Mon Jul 17 16:48:59 2023 +0200 + + Merge branch 'onboarding-#542' + +commit 669cfed1ec1e662afa1d30301f56b6182cb2669e +Author: Lucian I. Last +Date: Mon Jul 17 16:44:00 2023 +0200 + + Allow setting a different bag.updated + +2 0 app/public/locales/en/translation.json +1 0 app/src/api.ts +65 5 app/src/pages/BagsList.tsx +16 7 server/internal/controllers/bag.go + +commit 7f07cfa1846986021428f95750f7204c3435fd82 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Jul 17 16:35:12 2023 +0200 + + New translations translation.json (Dutch) + +6 6 app/public/locales/nl/translation.json + +commit ec5f2450031929c4ed8dc1b6b1744ed2ee10cc7e +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Jul 17 16:35:11 2023 +0200 + + New translations translation.json (French) + +19 19 app/public/locales/fr/translation.json + +commit 9d60c39df6d3e634ca7904b3482066cf670dfd2a +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Jul 17 16:35:10 2023 +0200 + + New translations faq.json (Dutch) + +6 6 app/public/locales/nl/faq.json + +commit 6131dcff34a3b17a3f8f79eb29b1ad09a6d68c92 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Jul 17 16:35:09 2023 +0200 + + New translations translations.json (French) + +2 2 server/internal/views/emails/fr/translations.json + +commit 48991e3ee6ce618e0067177623dbe69a795687a2 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Jul 17 16:35:09 2023 +0200 + + New translations translation.json (Dutch) + +2 2 frontend/public/locales/nl/translation.json + +commit 960d53adab0eef82e16221f3fcf7853f2989fd9d +Author: Your Name +Date: Mon Jul 17 09:34:11 2023 -0400 + + added theme field + +10 1 server/internal/controllers/chain.go +1 0 server/internal/models/chain.go + +commit be8440633e14814afe69c7b4d06f37a39f6c2b16 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Jul 17 15:09:41 2023 +0200 + + New translations translation.json (Swedish) + +4 0 app/public/locales/sv/translation.json + +commit 9c8482ad3abbc5b8e533a1e7373f0ab46d85954a +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Jul 17 15:09:40 2023 +0200 + + New translations translation.json (Portuguese) + +4 0 app/public/locales/pt/translation.json + +commit 98b0d57812883551a6d9790dbfb3d31a0b11a284 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Jul 17 15:09:39 2023 +0200 + + New translations translation.json (Polish) + +4 0 app/public/locales/pl/translation.json + +commit 3d7cc26003d93597e9a17f92dbc77e51b0734491 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Jul 17 15:09:39 2023 +0200 + + New translations translation.json (Dutch) + +4 0 app/public/locales/nl/translation.json + +commit fa4922a2aa39c2b2d9f543916f66a431c42f8112 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Jul 17 15:09:38 2023 +0200 + + New translations translation.json (Korean) + +4 0 app/public/locales/ko/translation.json + +commit 4efa6e7c698bf493bd770c8a78851548ea1f74bf +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Jul 17 15:09:37 2023 +0200 + + New translations translation.json (Japanese) + +4 0 app/public/locales/ja/translation.json + +commit b4d578d357af1fc71012a88471e22a0fabb3ab91 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Jul 17 15:09:36 2023 +0200 + + New translations translation.json (Italian) + +4 0 app/public/locales/it/translation.json + +commit 32aa5ef279ead40ab1d6c2d7aed94f7aa46b20c2 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Jul 17 15:09:35 2023 +0200 + + New translations translation.json (Hebrew) + +4 0 app/public/locales/he/translation.json + +commit c5d38d0b5e3b9b41be6c88f4fdaae7d30b0a479c +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Jul 17 15:09:34 2023 +0200 + + New translations translation.json (German) + +4 0 app/public/locales/de/translation.json + +commit 9478498af32c8aecc3f52aecbc1e67492a5b96e5 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Jul 17 15:09:33 2023 +0200 + + New translations translation.json (Spanish) + +4 0 app/public/locales/es/translation.json + +commit 54fa9c559c53ab998483815c8224efe15b67c9a6 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Jul 17 15:09:32 2023 +0200 + + New translations translation.json (French) + +4 0 app/public/locales/fr/translation.json + +commit 3dfbec9716b11a81bd78d730e6fc44e7d423f3ed +Author: Lucian I. Last +Date: Mon Jul 17 14:59:01 2023 +0200 + + Add missing translations + +4 0 app/public/locales/en/translation.json +1 1 app/src/components/CreateUpdateBag.tsx +4 4 app/src/components/CreateUpdateRules.tsx +4 4 app/src/pages/BagsList.tsx + +commit 7b01b455f8f00a60c952d78af6e4465c4afb8b20 +Author: Lucian I. Last +Date: Mon Jul 17 10:53:10 2023 +0200 + + Sizes dropdown is labeled Sizes => Interested sizes + +1 1 frontend/src/components/SizesDropdown.tsx + +commit 8cfb0228feef4d7d2cab25873d26fae0794beae5 +Author: Lucian I. Last +Date: Mon Jul 17 10:50:23 2023 +0200 + + Street address + House number + +1 1 frontend/public/locales/en/translation.json + +commit 35ff080ba65bb9ec4a282156b13385c73d6674f3 +Author: Lucian I. Last +Date: Mon Jul 17 10:49:35 2023 +0200 + + Remove address subheader from signup + +5 3 frontend/src/components/AddressForm.tsx + +commit a0e351b34cf591f44cab18d57ca531c70d33c82f +Author: Lucian I. Last +Date: Mon Jul 17 10:42:03 2023 +0200 + + Fix home page background element + +1 1 frontend/src/pages/Home.tsx + +commit 2071822542a6bf467b691f8e2640337204eae872 +Merge: 193d50c0 c2647e8d +Author: Lucian I. Last +Date: Mon Jul 17 10:09:47 2023 +0200 + + Merge remote-tracking branch 'origin/l10n_main' + +commit c2647e8d53f666c275713200360d29b3f10eea87 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Sun Jul 16 23:34:32 2023 +0200 + + New translations translation.json (Dutch) + +15 15 app/public/locales/nl/translation.json + +commit 24046113e37171e64ad9e921acda007980b88cec +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Sun Jul 16 22:40:31 2023 +0200 + + New translations an_admin_denied_your_join_request.gohtml (Hebrew) + +1 1 server/internal/views/emails/he/an_admin_denied_your_join_request.gohtml + +commit 5261003e0d382859634272efcb5d905ede63c14a +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Sun Jul 16 22:40:09 2023 +0200 + + New translations subscribed_to_newsletter.gohtml (Dutch) + +1 1 server/internal/views/emails/nl/subscribed_to_newsletter.gohtml + +commit d365afdc7d394e9009233dc6d61ec00e41d89acf +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Sun Jul 16 22:39:53 2023 +0200 + + New translations translation.json (Swedish) + +1 1 frontend/public/locales/sv/translation.json + +commit bbc22f1cd01ed7d2876a8f7bc52e472ffe528ea8 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Sun Jul 16 22:39:52 2023 +0200 + + New translations translation.json (Portuguese) + +1 1 frontend/public/locales/pt/translation.json + +commit 960cf1fd66036a4730294842595532337e1fee0c +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Sun Jul 16 22:39:51 2023 +0200 + + New translations translation.json (Polish) + +1 1 frontend/public/locales/pl/translation.json + +commit 02e1c7ac9451142df354995c78e89bc4f4e7aa1a +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Sun Jul 16 22:39:50 2023 +0200 + + New translations translation.json (Dutch) + +1 1 frontend/public/locales/nl/translation.json + +commit 61fabb0885eb5de2bf8db4b6310a78beb87bb21c +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Sun Jul 16 22:39:50 2023 +0200 + + New translations translation.json (Korean) + +1 1 frontend/public/locales/ko/translation.json + +commit 77ef7799fba6618d620fa5bf6de0c0cf0bd260ae +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Sun Jul 16 22:39:49 2023 +0200 + + New translations translation.json (Japanese) + +1 1 frontend/public/locales/ja/translation.json + +commit b435224509ccc2c6b7df5a68c4165226d6299ac1 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Sun Jul 16 22:39:48 2023 +0200 + + New translations translation.json (Italian) + +1 1 frontend/public/locales/it/translation.json + +commit d3d32a2d9b1ce8db6f7b43bcc7b03f7f8f241a36 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Sun Jul 16 22:39:47 2023 +0200 + + New translations translation.json (Hebrew) + +1 1 frontend/public/locales/he/translation.json + +commit 31d7cee5b116971a60d4fecaebaac8ee689f7208 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Sun Jul 16 22:39:46 2023 +0200 + + New translations translation.json (German) + +1 1 frontend/public/locales/de/translation.json + +commit b274b438d5fa528e82757c744623c52011126e42 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Sun Jul 16 22:39:45 2023 +0200 + + New translations translation.json (Spanish) + +1 1 frontend/public/locales/es/translation.json + +commit b86078d03f24ad4464c7e6d14f1e7e9847d0c52a +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Sun Jul 16 22:39:44 2023 +0200 + + New translations translation.json (French) + +1 1 frontend/public/locales/fr/translation.json + +commit 193d50c0c4d63c81c3a8687d9693ab44cd1d66bc +Author: Lucian I. Last +Date: Sun Jul 16 22:38:31 2023 +0200 + + Change FAQ's to FAQ + +1 1 frontend/public/locales/ar/translation.json +1 1 frontend/public/locales/da/translation.json +1 1 frontend/public/locales/de/translation.json +1 1 frontend/public/locales/en/translation.json +1 1 frontend/public/locales/es/translation.json +1 1 frontend/public/locales/fr/translation.json +1 1 frontend/public/locales/he/translation.json +1 1 frontend/public/locales/it/translation.json +1 1 frontend/public/locales/ja/translation.json +1 1 frontend/public/locales/ko/translation.json +1 1 frontend/public/locales/nl/translation.json +1 1 frontend/public/locales/pl/translation.json +1 1 frontend/public/locales/pt/translation.json +1 1 frontend/public/locales/sv/translation.json +1 1 frontend/public/locales/zh/translation.json +1 1 frontend/src/components/Footer.tsx +1 1 frontend/src/pages/About.tsx +1 1 frontend/src/pages/MessageSubmitted.tsx + +commit d9def17f137368d0e7347df54af6a7ddefef9809 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Sun Jul 16 12:44:00 2023 +0200 + + New translations translation.json (Dutch) + +1 1 app/public/locales/nl/translation.json + +commit 992ad1c78503f1acf030285eea42453f23714866 +Author: Lucian I. Last +Date: Sun Jul 16 12:34:40 2023 +0200 + + bag number to bag name + +1 1 app/public/locales/de/translation.json +1 1 app/public/locales/en/translation.json +1 1 app/public/locales/es/translation.json +1 1 app/public/locales/fr/translation.json +1 1 app/public/locales/he/translation.json +1 1 app/public/locales/it/translation.json +1 1 app/public/locales/ja/translation.json +1 1 app/public/locales/ko/translation.json +1 1 app/public/locales/nl/translation.json +1 1 app/public/locales/pl/translation.json +1 1 app/public/locales/pt/translation.json +1 1 app/public/locales/sv/translation.json +1 1 app/src/components/CreateUpdateBag.tsx + +commit d825f5c2cba95dae37708d7e7301ef4d5dd165bb +Author: Lucian I. Last +Date: Sun Jul 16 12:31:35 2023 +0200 + + Fix showing the latest past events + +1 1 server/internal/controllers/event.go + +commit 01473b7c04ff82c16221a4a39b9d335656616782 +Merge: bce7fbde 9415aa27 +Author: Natalie Wilson <38057767+NatalieWilson19@users.noreply.github.com> +Date: Sat Jul 15 18:04:04 2023 -0700 + + Merge branch 'the-clothing-loop:main' into redesign-loop-search-page-#486 + +commit bce7fbde987f8a5f88758fe8b078a6a041423d97 +Author: Natalie +Date: Sat Jul 15 18:02:32 2023 -0700 + + Make it so when a user clicks outside the modal it closes + +11 1 frontend/src/pages/FindChain.tsx + +commit 334f81dd0f41217d6ca157545f4f36d3eff6b398 +Author: Natalie +Date: Sat Jul 15 13:52:45 2023 -0700 + + Code cleanup and prettier + +26 27 frontend/src/pages/FindChain.tsx + +commit 9bd8e9e005fcbde056fb137c57801087b72bdae1 +Author: Lucian I. Last +Date: Sat Jul 15 09:36:45 2023 +0200 + + Add onboarding pages + +125 74 app/src/App.tsx +5 1 app/src/main.tsx +22 8 app/src/pages/Login.tsx +171 0 app/src/pages/Onboarding.tsx + +commit 35d08833270f7dc506bca61ad37e999cef7fa50c +Author: Lucian I. Last +Date: Sat Jul 15 09:36:09 2023 +0200 + + Add fonts + +4 0 app/index.html +- - app/public/fonts/montserrat/JTUQjIg1_i6t8kCHKm459WxRxC7mw9c.woff2 +- - app/public/fonts/montserrat/JTUQjIg1_i6t8kCHKm459WxRxi7mw9c.woff2 +- - app/public/fonts/montserrat/JTUQjIg1_i6t8kCHKm459WxRxy7mw9c.woff2 +- - app/public/fonts/montserrat/JTUQjIg1_i6t8kCHKm459WxRyS7m.woff2 +- - app/public/fonts/montserrat/JTUQjIg1_i6t8kCHKm459WxRzS7mw9c.woff2 +- - app/public/fonts/montserrat/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2 +- - app/public/fonts/montserrat/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2 +- - app/public/fonts/montserrat/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2 +- - app/public/fonts/montserrat/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2 +- - app/public/fonts/montserrat/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2 +900 0 app/public/fonts/montserrat/style.css +- - app/public/fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2 +- - app/public/fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2 +- - app/public/fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2 +- - app/public/fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2 +- - app/public/fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7.woff2 +- - app/public/fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk72xU.woff2 +- - app/public/fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk72xU.woff2 +- - app/public/fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk72xU.woff2 +400 0 app/public/fonts/playfair-display/style.css + +commit 7ead80788ed9f94b343ef3bf241958927cc4b696 +Author: NeedADispenserHere +Date: Fri Jul 14 20:52:15 2023 -0700 + + Added a check for event date and time + +10 0 frontend/src/pages/EventCreate.tsx + +commit 9415aa27ecc330756a0933de21e94b1a9923e452 +Merge: 08564a0a 16eeac83 +Author: Lucian I. Last +Date: Fri Jul 14 22:49:49 2023 +0200 + + Merge remote-tracking branch 'origin/l10n_main' + +commit 08564a0ac0877ffe1fc429e4bf7a7dd2fb104057 +Author: Lucian I. Last +Date: Fri Jul 14 22:44:18 2023 +0200 + + Fix dark mode + +2 2 app/src/App.tsx +1 0 app/src/components/SizeBadge.tsx +6 14 app/src/pages/Settings.tsx +5 0 app/src/theme/utilities.css +4 4 app/src/theme/variables.css + +commit 16eeac83e1ce95e10361ebc6c08e3d21ad4eb260 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Jul 14 17:13:30 2023 +0200 + + New translations translation.json (Swedish) + +1 0 app/public/locales/sv/translation.json + +commit 84d84e3e0205dd9f4c8e72ec96e13ab658ce0e03 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Jul 14 17:13:29 2023 +0200 + + New translations translation.json (Portuguese) + +1 0 app/public/locales/pt/translation.json + +commit 7d5d59e1ed2d412dacf777e74cf985db28e27eb2 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Jul 14 17:13:28 2023 +0200 + + New translations translation.json (Polish) + +1 0 app/public/locales/pl/translation.json + +commit 7b058aa7680b0f4c51472783f79e8af26125038d +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Jul 14 17:13:27 2023 +0200 + + New translations translation.json (Dutch) + +1 0 app/public/locales/nl/translation.json + +commit 43f49165dbf4fe0ba3ac0158d2e4c37eeaace8ef +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Jul 14 17:13:26 2023 +0200 + + New translations translation.json (Korean) + +1 0 app/public/locales/ko/translation.json + +commit 193d4da4da2a014e53a862cbcb9c847ca6ea20a4 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Jul 14 17:13:25 2023 +0200 + + New translations translation.json (Japanese) + +1 0 app/public/locales/ja/translation.json + +commit b230961e26d6234156ddcc6caf32ed5ee51b78cf +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Jul 14 17:13:24 2023 +0200 + + New translations translation.json (Italian) + +1 0 app/public/locales/it/translation.json + +commit b2de34dbf832d7887dea9db2c6f070ed910b654d +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Jul 14 17:13:23 2023 +0200 + + New translations translation.json (Hebrew) + +1 0 app/public/locales/he/translation.json + +commit fa2b415936180707318e2e26ac31681f72537715 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Jul 14 17:13:23 2023 +0200 + + New translations translation.json (German) + +1 0 app/public/locales/de/translation.json + +commit 48528a61da67f384c0aac752d34070b5e3f4687b +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Jul 14 17:13:22 2023 +0200 + + New translations translation.json (Spanish) + +1 0 app/public/locales/es/translation.json + +commit 779cd9bda105a2c80c67f5a06b373b868677177b +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Jul 14 17:13:21 2023 +0200 + + New translations translation.json (French) + +1 0 app/public/locales/fr/translation.json + +commit 9bf502d43ee3b81b9c78a92da165b02db012591d +Author: Lucian I. Last +Date: Fri Jul 14 16:45:09 2023 +0200 + + Fix ux address + +1 0 app/public/locales/en/translation.json +87 24 app/src/components/UserCard.tsx + +commit 4d12b03556cc2f8ecd1582abcdb343f749fa8798 +Author: Lucian I. Last +Date: Fri Jul 14 16:08:07 2023 +0200 + + Show logout button on web + +1 1 app/src/pages/Settings.tsx + +commit b458c7edb194aa2d1c01ffb1c94e917c57dbe591 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Jul 14 16:06:14 2023 +0200 + + New translations translation.json (Swedish) + +9 0 app/public/locales/sv/translation.json + +commit d32a792ffde270793b6462fd7415b942490a9e39 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Jul 14 16:06:13 2023 +0200 + + New translations translation.json (Portuguese) + +9 0 app/public/locales/pt/translation.json + +commit 70d4826566718abdcc965311437516342279a6e9 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Jul 14 16:06:13 2023 +0200 + + New translations translation.json (Polish) + +9 0 app/public/locales/pl/translation.json + +commit d17277c011f38016560726351290743ea4da0953 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Jul 14 16:06:12 2023 +0200 + + New translations translation.json (Dutch) + +9 0 app/public/locales/nl/translation.json + +commit 351e671d8e5380ba52aa606c923df6b89d20bc1a +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Jul 14 16:06:11 2023 +0200 + + New translations translation.json (Korean) + +9 0 app/public/locales/ko/translation.json + +commit b9ea7cacd151fd14af53dce3474470a567bc8340 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Jul 14 16:06:10 2023 +0200 + + New translations translation.json (Japanese) + +9 0 app/public/locales/ja/translation.json + +commit e2832c4a3e10c20f99e1414235db02a6d570152b +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Jul 14 16:06:09 2023 +0200 + + New translations translation.json (Italian) + +9 0 app/public/locales/it/translation.json + +commit 491358b5bb9f91392bc2c516a4af9ccebf5cf484 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Jul 14 16:06:08 2023 +0200 + + New translations translation.json (Hebrew) + +9 0 app/public/locales/he/translation.json + +commit 157ee9b101aa7f4e7ff3320445afe2385bb95920 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Jul 14 16:06:07 2023 +0200 + + New translations translation.json (German) + +9 0 app/public/locales/de/translation.json + +commit b21b6b0bedc8267a87fe4ba25a4e50312a413783 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Jul 14 16:06:06 2023 +0200 + + New translations translation.json (Spanish) + +9 0 app/public/locales/es/translation.json + +commit 3c67fa8010deb29374826222276b615b481bc29c +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Jul 14 16:06:05 2023 +0200 + + New translations translation.json (French) + +9 0 app/public/locales/fr/translation.json + +commit 35212d600d85ea4982506ad07eecaaf33afa3672 +Author: Lucian I. Last +Date: Fri Jul 14 16:02:25 2023 +0200 + + Improve seperation of loop and user + +- - app/public/categories/baby-50.png +- - app/public/categories/man-50.png +- - app/public/categories/woman-50.png +9 0 app/public/locales/en/translation.json +112 0 app/src/components/SizeBadge.tsx +154 29 app/src/pages/Settings.tsx + +commit 73bc2762db1553418ec5baa43d393026bb5d9644 +Merge: 59cfe7b8 9f587745 +Author: Natalie +Date: Thu Jul 13 15:25:20 2023 -0700 + + Merge branch 'redesign-loop-search-page-#486' of https://github.com/NatalieWilson19/clothing-loop into redesign-loop-search-page-#486 + +commit 9f5877452143f78be5ea096070d45b789e153dc8 +Merge: f829bcd6 bd85d6de +Author: Natalie Wilson <38057767+NatalieWilson19@users.noreply.github.com> +Date: Thu Jul 13 15:24:58 2023 -0700 + + Merge branch 'the-clothing-loop:main' into redesign-loop-search-page-#486 + +commit 59cfe7b8f4f83c72e5ee326ea5699b09f7a77769 +Merge: f829bcd6 bd85d6de +Author: Natalie +Date: Thu Jul 13 15:23:42 2023 -0700 + + Merge remote-tracking branch 'origin' into redesign-loop-search-page-#486 + +commit f829bcd621299a79c923251f1430dc12862722b4 +Author: Natalie +Date: Thu Jul 13 15:22:18 2023 -0700 + + Hides visible chains list on small screen, code cleanup + +5 7 frontend/src/pages/FindChain.tsx + +commit c970819d9a8dce194fef146cf4e32f3f2406c470 +Author: Natalie +Date: Thu Jul 13 12:06:42 2023 -0700 + + Fixed padding and margins for dialog box + +6 6 frontend/src/pages/FindChain.tsx + +commit bd85d6dec6e629adfabde05ad7b727a4934c8e2f +Author: Lucian I. Last +Date: Thu Jul 13 16:01:02 2023 +0200 + + Allow for mobile usable + +13 1 frontend/src/pages/FindChain.tsx + +commit d3f5103e138375fc962b31ecfef83b2900cf2726 +Author: Lucian I. Last +Date: Thu Jul 13 15:39:25 2023 +0200 + + Remove interested sizes + +0 12 app/src/components/UserCard.tsx + +commit 7d8061d074074241f016188be6a1da8dc070835f +Merge: 254b60bd ec81b88d +Author: Lucian I. Last +Date: Thu Jul 13 15:36:44 2023 +0200 + + Merge remote-tracking branch 'origin/l10n_main' + +commit 254b60bd56a82604af86f45b5d9f166af63a9a44 +Author: Lucian I. Last +Date: Thu Jul 13 15:17:52 2023 +0200 + + Set as destructive role for deleting confirm alerts + +1 0 app/src/pages/BagsList.tsx +1 0 app/src/pages/Settings.tsx + +commit f45fa47493d449718c0565845462156566e6eff7 +Author: Lucian I. Last +Date: Thu Jul 13 15:15:24 2023 +0200 + + Fix translation of logout message + +1 1 app/src/pages/Settings.tsx + +commit ed893bf41ed1c9db637824bc3f8ade77fabfef21 +Author: Lucian I. Last +Date: Thu Jul 13 15:13:35 2023 +0200 + + Add bag list if more than 8 bags in loop + +215 30 app/src/pages/BagsList.tsx + +commit dd19cdca1133951972ac57ced555928ddcae803a +Author: Natalie +Date: Wed Jul 12 13:33:32 2023 -0700 + + Adds modal of focused chain on small screen + +32 1 frontend/src/pages/FindChain.tsx + +commit 809a908cfe37f523a602e7edf2c9b851c280a0ff +Author: Lucian I. Last +Date: Wed Jul 12 16:28:12 2023 +0200 + + Order bags by id + +3 2 server/internal/controllers/bag.go + +commit ec81b88d90ca9598601ba8b5e7820ccb63dc2261 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Jul 12 16:25:41 2023 +0200 + + New translations translation.json (Swedish) + +2 0 app/public/locales/sv/translation.json + +commit 51b971aa0da39efd9abb13f443827ae09ffbf86c +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Jul 12 16:25:40 2023 +0200 + + New translations translation.json (Portuguese) + +2 0 app/public/locales/pt/translation.json + +commit a741765d38076053e4f2bf213808c902fe1144ca +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Jul 12 16:25:39 2023 +0200 + + New translations translation.json (Polish) + +2 0 app/public/locales/pl/translation.json + +commit f7cfe3d3875f5aee707dcada4400665f6aa3f62b +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Jul 12 16:25:38 2023 +0200 + + New translations translation.json (Dutch) + +2 0 app/public/locales/nl/translation.json + +commit af38e41ac658fbd0f7d40c678f1f5ce8b90a7568 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Jul 12 16:25:37 2023 +0200 + + New translations translation.json (Korean) + +2 0 app/public/locales/ko/translation.json + +commit 2343ab9dbc6b36f04b8363dc0b4bdf800809ce06 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Jul 12 16:25:36 2023 +0200 + + New translations translation.json (Japanese) + +2 0 app/public/locales/ja/translation.json + +commit 7dbe12ce3931613a627502a4c3b04127b8daf967 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Jul 12 16:25:35 2023 +0200 + + New translations translation.json (Italian) + +2 0 app/public/locales/it/translation.json + +commit e37dd4e0e5530f81a1f0b6efdb190c0f82725627 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Jul 12 16:25:34 2023 +0200 + + New translations translation.json (Hebrew) + +2 0 app/public/locales/he/translation.json + +commit bfeb01ab845402b2bb6764db13102b06074b11ff +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Jul 12 16:25:33 2023 +0200 + + New translations translation.json (German) + +2 0 app/public/locales/de/translation.json + +commit 22dd429da65599ec89583451c4c0ad109b49910d +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Jul 12 16:25:32 2023 +0200 + + New translations translation.json (Spanish) + +2 0 app/public/locales/es/translation.json + +commit 2607b3fdd0226f0c3ffcca4e0e4ce7ff4a3b760d +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Jul 12 16:25:31 2023 +0200 + + New translations translation.json (French) + +2 0 app/public/locales/fr/translation.json + +commit b4f6098b47bb8d6201aa2c9f566e6cf076a5b7e8 +Author: Lucian I. Last +Date: Wed Jul 12 16:22:09 2023 +0200 + + Add sharing to multiple im apps + +2 0 app/public/locales/en/translation.json +71 10 app/src/components/UserCard.tsx +50 20 app/src/pages/BulkyList.tsx + +commit 369c283cf8673e360defa21c682a2a188003ddc0 +Author: Lucian I. Last +Date: Wed Jul 12 16:14:48 2023 +0200 + + Update app dependencies + +4 2 app/android/app/capacitor.build.gradle +6 0 app/android/capacitor.settings.gradle +2 0 app/ios/App/Podfile +634 710 app/package-lock.json +34 31 app/package.json + +commit 6c76c9c82014f59f9952307ff5212c560ee777da +Author: Lucian I. Last +Date: Wed Jul 12 14:02:04 2023 +0200 + + Show old bag indicator & remove old translation + +0 1 app/public/locales/de/translation.json +0 1 app/public/locales/en/translation.json +0 1 app/public/locales/es/translation.json +0 1 app/public/locales/fr/translation.json +0 1 app/public/locales/he/translation.json +0 1 app/public/locales/it/translation.json +0 1 app/public/locales/ja/translation.json +0 1 app/public/locales/ko/translation.json +0 1 app/public/locales/nl/translation.json +0 1 app/public/locales/pl/translation.json +0 1 app/public/locales/pt/translation.json +0 1 app/public/locales/sv/translation.json +14 3 app/src/pages/BagsList.tsx + +commit 99714f5a156e654d1d4c39a9cbd47a7bbcccfa13 +Author: Lucian I. Last +Date: Wed Jul 12 13:32:40 2023 +0200 + + Fix regressions from c91aa3a9742bfe34abd7abcf679bd7083de59ea0 + +3 5 frontend/src/pages/Home.tsx + +commit 252866f2bda68f7d553568f0ccf506072c129636 +Author: Lucian I. Last +Date: Wed Jul 12 13:30:08 2023 +0200 + + Add facebook and linkedin + +1 0 frontend/src/tailwind.css +45 2 server/internal/views/emails/layout.gohtml + +commit e62e86f36476a3a2bb643416f90f84960e329516 +Author: Lucian I. Last +Date: Wed Jul 12 10:26:02 2023 +0200 + + Hide option button for participants + +17 15 app/src/pages/BagsList.tsx + +commit c0ccfe344e4db6fcd2e46cdadf91c6da94f14966 +Author: Lucian I. Last +Date: Wed Jul 12 10:16:20 2023 +0200 + + Remove padding sheet modal + +1 1 app/src/pages/BagsList.tsx + +commit 5c2274533d96f356113d1b29230272ae9e3b6542 +Author: Lucian I. Last +Date: Wed Jul 12 10:08:10 2023 +0200 + + Add better cache control & encode api response gzip + +2 1 devops/templates/Caddyfile + +commit 3cfc53452d9e278f14712dedd0e1e43a5b4677bf +Merge: c91aa3a9 bcb8f1a1 +Author: Lucian I. Last +Date: Wed Jul 12 09:35:27 2023 +0200 + + Merge branch 'main' of github.com:the-clothing-loop/website + +commit c91aa3a9742bfe34abd7abcf679bd7083de59ea0 +Author: Lucian I. Last +Date: Wed Jul 12 09:35:23 2023 +0200 + + fix image convert to jpeg + +7 6 frontend/src/pages/Home.tsx + +commit 1649de5a329e40b88387d5ecde84e5676723244f +Author: Lucian I. Last +Date: Wed Jul 12 09:34:51 2023 +0200 + + Add assets caching + +8 5 devops/templates/Caddyfile + +commit bcb8f1a10725f9dc7e8b3843652a1ef86a0a4dfb +Merge: a5547af9 566e1237 +Author: Lucian I. Last +Date: Wed Jul 12 08:30:13 2023 +0200 + + Merge pull request #536 from the-clothing-loop/dependabot/npm_and_yarn/frontend/semver-5.7.2 + + Bump semver from 5.7.1 to 5.7.2 in /frontend + +commit 566e12373c1de3125197209ce471fc8321247948 +Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> +Date: Wed Jul 12 06:27:19 2023 +0000 + + Bump semver from 5.7.1 to 5.7.2 in /frontend + + Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. + - [Release notes](https://github.com/npm/node-semver/releases) + - [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md) + - [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2) + + --- + updated-dependencies: + - dependency-name: semver + dependency-type: indirect + ... + + Signed-off-by: dependabot[bot] + +6 6 frontend/package-lock.json + +commit a5547af9c86a4afb109fb73cd6579515f4445c64 +Merge: 2af9d900 c6cccb5f +Author: Lucian I. Last +Date: Wed Jul 12 08:26:31 2023 +0200 + + Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/app/semver-5.7.2' + +commit 2af9d90009999e88be6a4fb3d00005143411a159 +Merge: e81d2341 4053df8d +Author: Lucian I. Last +Date: Wed Jul 12 08:26:10 2023 +0200 + + Merge remote-tracking branch 'origin/l10n_main' + +commit e81d234170aaf0ee9987ad9870ea9fd920a6953f +Author: Lucian I. Last +Date: Wed Jul 12 08:25:27 2023 +0200 + + Remove old code + +0 34 frontend/src/pages/ChainMemberList.tsx + +commit c6cccb5f814b6f60ba350405d5f632e2e506c8cb +Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> +Date: Tue Jul 11 23:10:41 2023 +0000 + + Bump semver from 5.7.1 to 5.7.2 in /app + + Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. + - [Release notes](https://github.com/npm/node-semver/releases) + - [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md) + - [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2) + + --- + updated-dependencies: + - dependency-name: semver + dependency-type: indirect + ... + + Signed-off-by: dependabot[bot] + +39 39 app/package-lock.json + +commit 8d72321ce128a737eb297bc2dfb78cb7d2804a3c +Author: Lucian I. Last +Date: Tue Jul 11 16:22:03 2023 +0200 + + Hopefully fix issue missing transfer button + +19 18 frontend/src/pages/ChainMemberList.tsx + +commit 4053df8dafd0192e70c6bc68870d5b6a8f8073ce +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Jul 11 11:42:32 2023 +0200 + + New translations translation.json (Swedish) + +5 0 app/public/locales/sv/translation.json + +commit 5b38d35e4a5446b98d6980a721c7611738cfcec8 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Jul 11 11:42:31 2023 +0200 + + New translations translation.json (Portuguese) + +5 0 app/public/locales/pt/translation.json + +commit 35c3e4deee63899c8a82cb9533b8a4e16d5bbc00 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Jul 11 11:42:31 2023 +0200 + + New translations translation.json (Polish) + +5 0 app/public/locales/pl/translation.json + +commit 73847eb27049decd43efdee69c8e4d04c2974b45 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Jul 11 11:42:30 2023 +0200 + + New translations translation.json (Dutch) + +5 0 app/public/locales/nl/translation.json + +commit d854d185bce3c3809343d7566398ce24aa37ee2c +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Jul 11 11:42:29 2023 +0200 + + New translations translation.json (Korean) + +5 0 app/public/locales/ko/translation.json + +commit 3378e1ea89c5db30835c288c2c55f0f5ec7b0432 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Jul 11 11:42:28 2023 +0200 + + New translations translation.json (Japanese) + +5 0 app/public/locales/ja/translation.json + +commit 99337752daf52422981755038e22dd85c42e87e5 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Jul 11 11:42:27 2023 +0200 + + New translations translation.json (Italian) + +5 0 app/public/locales/it/translation.json + +commit 9b5a21921dcc54cd0fcc981154eba676dc200130 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Jul 11 11:42:26 2023 +0200 + + New translations translation.json (Hebrew) + +5 0 app/public/locales/he/translation.json + +commit b6b9cf63b12e2646b6451b16b593834fe606fc88 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Jul 11 11:42:25 2023 +0200 + + New translations translation.json (German) + +5 0 app/public/locales/de/translation.json + +commit 1b5341caa4bc0d058084c34052214a70fe7cff12 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Jul 11 11:42:24 2023 +0200 + + New translations translation.json (Spanish) + +5 0 app/public/locales/es/translation.json + +commit 2600accbe89fc0062942e50e43e94efe7bc410df +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Jul 11 11:42:23 2023 +0200 + + New translations translation.json (French) + +5 0 app/public/locales/fr/translation.json + +commit 70946abdeecb1e3556b5e20b1fe1680f097f65d3 +Merge: 3c991504 a606c5a8 +Author: Lucian I. Last +Date: Tue Jul 11 11:39:03 2023 +0200 + + Merge remote-tracking branch 'origin/l10n_main' + +commit 3c991504262387a49b066c0c162dc63e3c5dde25 +Author: Lucian I. Last +Date: Tue Jul 11 11:38:21 2023 +0200 + + Use sheet modal in bag selection + +180 60 app/src/pages/BagsList.tsx +5 0 app/src/theme/utilities.css + +commit a606c5a89f99b3571f5bd08ad392836a486f673a +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Jul 10 17:57:47 2023 +0200 + + New translations translation.json (Dutch) + +2 2 app/public/locales/nl/translation.json + +commit fbab8884f74e854631bc060ea31a1ffe0a567c40 +Author: Lucian I. Last +Date: Mon Jul 10 15:41:14 2023 +0200 + + Add reserve button with whatsapp & sms options + +4 0 app/public/locales/en/translation.json +85 18 app/src/pages/BulkyList.tsx +2 2 app/src/theme/overrides.css +3 0 app/src/theme/utilities.css + +commit ca021ec0022cb5679c93c2b88168b9c3a3c85d19 +Author: Lucian I. Last +Date: Mon Jul 10 15:32:28 2023 +0200 + + Tweak bags list + +1 0 app/public/locales/en/translation.json +12 10 app/src/pages/BagsList.tsx +4 1 app/src/theme/utilities.css + +commit 35cb7aa8c1b8e2b7329c608b1dfb22fcbf923f7c +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Jul 10 12:10:50 2023 +0200 + + New translations translation.json (Swedish) + +1 0 app/public/locales/sv/translation.json + +commit 876235efcd0d41bec367a42cb4f2d2fbaf0a8fde +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Jul 10 12:10:49 2023 +0200 + + New translations translation.json (Portuguese) + +1 0 app/public/locales/pt/translation.json + +commit 84c93547c3998dbcadaad649131c138645f3ea94 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Jul 10 12:10:48 2023 +0200 + + New translations translation.json (Polish) + +1 0 app/public/locales/pl/translation.json + +commit 988015c542f1c76fa967892c86a34948601634f3 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Jul 10 12:10:47 2023 +0200 + + New translations translation.json (Dutch) + +1 0 app/public/locales/nl/translation.json + +commit bddd42f0a02450138c8118e47e97d0e207239f74 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Jul 10 12:10:46 2023 +0200 + + New translations translation.json (Korean) + +1 0 app/public/locales/ko/translation.json + +commit dec2be9db4e9ca030e9fea953f73fcffaa1eaeee +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Jul 10 12:10:45 2023 +0200 + + New translations translation.json (Japanese) + +1 0 app/public/locales/ja/translation.json + +commit 8e27c0dadc32f19468ad7535bc9626f979e741c6 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Jul 10 12:10:44 2023 +0200 + + New translations translation.json (Italian) + +1 0 app/public/locales/it/translation.json + +commit 59730bfa052eabefba633a280f72ff01994a605f +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Jul 10 12:10:43 2023 +0200 + + New translations translation.json (Hebrew) + +1 0 app/public/locales/he/translation.json + +commit 6676858ef73a2627cb0dd7cbc424d57af30b8b9b +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Jul 10 12:10:42 2023 +0200 + + New translations translation.json (German) + +1 0 app/public/locales/de/translation.json + +commit f73c39f88526d7e4346cd351afb5369c38ca5c2f +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Jul 10 12:10:41 2023 +0200 + + New translations translation.json (Spanish) + +1 0 app/public/locales/es/translation.json + +commit f572d716b77976e955f53897334ac133bcf66121 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Jul 10 12:10:40 2023 +0200 + + New translations translation.json (French) + +1 0 app/public/locales/fr/translation.json + +commit e32214e621d211e923854b31d5872baba64ea610 +Author: Lucian I. Last +Date: Mon Jul 10 12:08:15 2023 +0200 + + Improve mouse usage of options in bags page + +1 0 app/public/locales/en/translation.json +88 74 app/src/pages/BagsList.tsx +7 0 app/src/theme/utilities.css + +commit 01d5b44d5199488dd5d7f3de22173b5b5946ec6d +Author: Lucian I. Last +Date: Mon Jul 10 10:52:44 2023 +0200 + + Remove time from bulky item + +1 1 app/src/pages/BulkyList.tsx + +commit d64764ef4f87210020ebfa079fc6c075facd039f +Merge: 0e02d9f1 39e0b038 +Author: Lucian I. Last +Date: Mon Jul 10 10:22:23 2023 +0200 + + Merge branch 'main' of github.com:the-clothing-loop/website + +commit 0e02d9f154b17436445c372de20394f0acf9f2bd +Author: Lucian I. Last +Date: Mon Jul 10 10:22:19 2023 +0200 + + Emailadresses also do not need to be shown + +8 21 app/src/components/UserCard.tsx + +commit 39e0b0386c565051385ad3f4a482dffa8fc2b289 +Merge: c1e990ed 24478058 +Author: Lucian I. Last +Date: Mon Jul 10 10:18:20 2023 +0200 + + Merge pull request #531 from the-clothing-loop/l10n_main + + New Crowdin updates + +commit c1e990ed644164896b21ae388c6c3c281f6053cd +Author: Lucian I. Last +Date: Thu Jul 6 23:15:27 2023 +0200 + + Fix gmail styling + +10 8 server/internal/views/emails/layout.gohtml + +commit 2447805889791432e9f05bceb0896987cbe1f60a +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jul 6 22:51:34 2023 +0200 + + New translations translation.json (Swedish) + +1 0 app/public/locales/sv/translation.json + +commit ed763abd4df53a600001fdab317c3823acfafe32 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jul 6 22:51:33 2023 +0200 + + New translations translation.json (Portuguese) + +1 0 app/public/locales/pt/translation.json + +commit d592381850b1b8c8fdd9acd7e8fdd2de0651a30a +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jul 6 22:51:32 2023 +0200 + + New translations translation.json (Polish) + +1 0 app/public/locales/pl/translation.json + +commit 2fc6e90680711a4cbd09a56a81613d65dfd6e4e6 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jul 6 22:51:31 2023 +0200 + + New translations translation.json (Dutch) + +1 0 app/public/locales/nl/translation.json + +commit ee64d94fe293b2ee7e67f14017445f5f6dbc6fa2 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jul 6 22:51:30 2023 +0200 + + New translations translation.json (Korean) + +1 0 app/public/locales/ko/translation.json + +commit b5ac6ff55fbeac70ce972e528463d7dd604dac34 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jul 6 22:51:29 2023 +0200 + + New translations translation.json (Japanese) + +1 0 app/public/locales/ja/translation.json + +commit 899d68adbe810b8b0561d91f065bc08a035784d3 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jul 6 22:51:28 2023 +0200 + + New translations translation.json (Italian) + +1 0 app/public/locales/it/translation.json + +commit a7abf051a025d3949995259ce4471526df76b726 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jul 6 22:51:27 2023 +0200 + + New translations translation.json (Hebrew) + +1 0 app/public/locales/he/translation.json + +commit bd2aec521c331a9303b015406d5befd0f2ece168 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jul 6 22:51:26 2023 +0200 + + New translations translation.json (German) + +1 0 app/public/locales/de/translation.json + +commit b35997ca3401d8ecb358a06ab83a27902df92526 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jul 6 22:51:26 2023 +0200 + + New translations translation.json (Spanish) + +1 0 app/public/locales/es/translation.json + +commit 24320d2208d9ba04acc30918f63c2b54399cac1d +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jul 6 22:51:24 2023 +0200 + + New translations translation.json (French) + +1 0 app/public/locales/fr/translation.json + +commit cf0c36481e0da2bf060e6f0ddb8d4b4636a87738 +Author: Lucian I. Last +Date: Thu Jul 6 22:43:18 2023 +0200 + + Add loading state to login buttons + +1 0 app/public/locales/en/translation.json +56 35 app/src/pages/Login.tsx + +commit ec3b05f120cb42678de54cae62bcaf58a8150fde +Merge: 87bcf734 c1dfc540 +Author: Lucian I. Last +Date: Thu Jul 6 22:22:42 2023 +0200 + + Merge remote-tracking branch 'origin/l10n_main' + +commit 87bcf73442313a98def4237115935bb703b9ca9b +Author: Lucian I. Last +Date: Thu Jul 6 22:10:34 2023 +0200 + + Change ios build preferences + +5 0 app/ios/App/App.xcodeproj/project.pbxproj + +commit c1dfc540b5283c5e48cc7eaa7304e6f5c178ca34 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jul 6 21:34:41 2023 +0200 + + New translations faq.json (Dutch) + +12 12 app/public/locales/nl/faq.json + +commit 1c14ea70c581d7faf60eb47cc57b87f64abbeabb +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jul 6 21:34:40 2023 +0200 + + New translations translations.json (Dutch) + +5 5 server/internal/views/emails/nl/translations.json + +commit b41c2531ad7c3a0d2e1ddd8e55c798c01029ff54 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jul 6 21:34:39 2023 +0200 + + New translations translation.json (Dutch) + +4 4 frontend/public/locales/nl/translation.json + +commit 2339a49c1fe079e3ff989f80bc81db060eb61381 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jul 6 21:34:38 2023 +0200 + + New translations faq.json (Dutch) + +1 1 frontend/public/locales/nl/faq.json + +commit 882c4cbbeaa4c18a56bd40ff5d41bb1a37d4423f +Author: Lucian I. Last +Date: Thu Jul 6 17:21:27 2023 +0200 + + Fix is admin in UserCard + +0 2 app/src/App.tsx +1 1 app/src/Store.tsx +2 2 app/src/components/CreateUpdateRules.tsx +6 3 app/src/components/UserCard.tsx +2 6 app/src/pages/AddressItem.tsx +1 1 app/src/pages/BagsList.tsx +1 1 app/src/pages/Settings.tsx + +commit 6679bb346c53591df9ffcfb7dee6678cac288dc5 +Author: Lucian I. Last +Date: Thu Jul 6 17:21:03 2023 +0200 + + Working ios with notification dependency + +19 0 app/README.md +4 0 app/ios/App/App.xcodeproj/project.pbxproj +8 0 app/ios/App/App/App.entitlements +2 0 app/package.json + +commit 46240635cee6fd45f38ac27e60d7e2f6a0c2a506 +Author: Lucian I. Last +Date: Thu Jul 6 14:26:36 2023 +0200 + + App build v1.3 + +2 2 app/android/app/build.gradle + +commit 49dcb8e092ad75ff26cb50dbb2d4450601387304 +Merge: 5c8bc660 0f37a866 +Author: Lucian I. Last +Date: Thu Jul 6 14:16:07 2023 +0200 + + Merge remote-tracking branch 'origin/l10n_main' + +commit 5c8bc66099ec4976c23719c51d6d1508bce531a6 +Author: Lucian I. Last +Date: Thu Jul 6 14:13:35 2023 +0200 + + Revert 78db9f901e21a5737beefc1abd168dbe40018728 + +0 10 crowdin.yml + +commit 78db9f901e21a5737beefc1abd168dbe40018728 +Author: Lucian I. Last +Date: Thu Jul 6 14:11:04 2023 +0200 + + Add excluding languages for app + +11 1 crowdin.yml + +commit 0f37a8666ab42d2586677596b92bf03d1292a33f +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jul 6 14:08:54 2023 +0200 + + New translations translation.json (Dutch) + +3 3 app/public/locales/nl/translation.json + +commit 1fdc78a3d11a5417068aadfba9356e800670b430 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jul 6 14:02:04 2023 +0200 + + New translations translation.json (Dutch) + +10 10 app/public/locales/nl/translation.json + +commit e85e919f8a6ebbd875d1ab9fb4ca6feda82df180 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jul 6 11:17:11 2023 +0200 + + New translations translation.json (Swedish) + +58 0 app/public/locales/sv/translation.json + +commit ad9797380f85a917acc6ca4cf49a6c8109c9a12b +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jul 6 11:17:10 2023 +0200 + + New translations faq.json (Swedish) + +84 0 app/public/locales/sv/faq.json + +commit dc864d7c68cbce8c9fe681b763e7aee7ac300d07 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jul 6 11:17:10 2023 +0200 + + New translations translation.json (Portuguese) + +58 0 app/public/locales/pt/translation.json + +commit 6a3e3d3a159cd659224e259976ad87402fbd0020 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jul 6 11:17:09 2023 +0200 + + New translations faq.json (Portuguese) + +84 0 app/public/locales/pt/faq.json + +commit ddd0da50c7dc345f03266eb81c465f1d50e2541f +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jul 6 11:17:08 2023 +0200 + + New translations translation.json (Polish) + +58 0 app/public/locales/pl/translation.json + +commit ff226e00e23f3701a178b8bc6d024d103d2b7a6c +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jul 6 11:17:07 2023 +0200 + + New translations faq.json (Polish) + +84 0 app/public/locales/pl/faq.json + +commit 710da8cfc2069a4bf4962384e4269c317334ccb4 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jul 6 11:17:06 2023 +0200 + + New translations translation.json (Dutch) + +2 2 app/public/locales/nl/translation.json + +commit e883eea448d9d4f349d673f94a610eab39be91d1 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jul 6 11:17:05 2023 +0200 + + New translations faq.json (Dutch) + +84 0 app/public/locales/nl/faq.json + +commit 622db096a707c9060633bbf515527ed0a60194f2 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jul 6 11:17:04 2023 +0200 + + New translations translation.json (Korean) + +58 0 app/public/locales/ko/translation.json + +commit bfb6e4f85939a6b0adaceceb0a0d65e6c344ccf9 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jul 6 11:17:03 2023 +0200 + + New translations faq.json (Korean) + +84 0 app/public/locales/ko/faq.json + +commit fa45a909d0b70478ca37942eb09a6ade872bf833 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jul 6 11:17:02 2023 +0200 + + New translations translation.json (Japanese) + +58 0 app/public/locales/ja/translation.json + +commit cb438539eab8d0b9ea815909fc6e80bba3e71604 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jul 6 11:17:01 2023 +0200 + + New translations faq.json (Japanese) + +84 0 app/public/locales/ja/faq.json + +commit 94abdf164a64f5ca8939cb45f09edfed373d1923 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jul 6 11:17:00 2023 +0200 + + New translations translation.json (Italian) + +58 0 app/public/locales/it/translation.json + +commit 911b435643e4e42ad35d1e0586eee19a94cafd8c +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jul 6 11:16:59 2023 +0200 + + New translations faq.json (Italian) + +84 0 app/public/locales/it/faq.json + +commit 5ffebbeb1f555b5f0265857305a50ff870be03fa +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jul 6 11:16:58 2023 +0200 + + New translations translation.json (Hebrew) + +58 0 app/public/locales/he/translation.json + +commit 63370556cf1710a1bce89b474f6722975ca9b0ce +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jul 6 11:16:58 2023 +0200 + + New translations faq.json (Hebrew) + +84 0 app/public/locales/he/faq.json + +commit 1ab5768939c4af0ce231e699dc36c0e9d76bd1c3 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jul 6 11:16:55 2023 +0200 + + New translations translation.json (German) + +58 0 app/public/locales/de/translation.json + +commit 8506688dc402dce5e258e18befe7f2ef26a478af +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jul 6 11:16:55 2023 +0200 + + New translations faq.json (German) + +84 0 app/public/locales/de/faq.json + +commit b5cd25d43fa6a315966c948bb4b47a6f68e4a2dd +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jul 6 11:16:54 2023 +0200 + + New translations translation.json (Spanish) + +58 0 app/public/locales/es/translation.json + +commit 5a0dcf3f2c5f8332ac696113040d5c05e90f526d +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jul 6 11:16:53 2023 +0200 + + New translations faq.json (Spanish) + +84 0 app/public/locales/es/faq.json + +commit ed67902fde2750d7b8b9c633d38c69bc4de14ef3 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jul 6 11:16:52 2023 +0200 + + New translations translation.json (French) + +58 0 app/public/locales/fr/translation.json + +commit db796fa7043a9afed1a775d0928d0347bebe5864 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jul 6 11:16:51 2023 +0200 + + New translations faq.json (French) + +84 0 app/public/locales/fr/faq.json + +commit 43558eb53b73f31d585231b6f4aaad986c8fa84f +Author: Lucian I. Last +Date: Thu Jul 6 11:04:14 2023 +0200 + + Use google maps icon + +34 0 app/public/google_maps_logo.svg +8 3 app/src/components/UserCard.tsx + +commit 769d73cae5280fb652ce04b931c36b37f22e5b0b +Author: Lucian I. Last +Date: Thu Jul 6 11:03:42 2023 +0200 + + Fix crowdin app connection + +2 2 crowdin.yml + +commit 17f7aafa33cc8c55039c7b18b1eebd923d86e262 +Merge: 80dffced 097fb1ea +Author: Lucian I. Last +Date: Thu Jul 6 10:42:10 2023 +0200 + + Merge branch 'app-improvements' + +commit ee246124a0a4ddf00a84056bce5124ca2005ae29 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jul 6 10:39:33 2023 +0200 + + New translations subscribed_to_newsletter.gohtml (Dutch) + +2 0 server/internal/views/emails/nl/subscribed_to_newsletter.gohtml + +commit e83a19add233d9b48fbbcb0837321ad9524e7e3b +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jul 6 10:39:09 2023 +0200 + + New translations an_admin_denied_your_join_request.gohtml (Hebrew) + +1 1 server/internal/views/emails/he/an_admin_denied_your_join_request.gohtml + +commit 097fb1eaea307a7ba3e19c3fc13c1b241873a2b9 +Author: Lucian I. Last +Date: Thu Jul 6 10:36:58 2023 +0200 + + Only allow chain admins to alter or create bags + +13 0 app/src/Store.tsx +1 6 app/src/pages/AddressItem.tsx +12 8 app/src/pages/BagsList.tsx + +commit 994265e8308041739d360e96459abd95fd406d78 +Author: Lucian I. Last +Date: Thu Jul 6 10:35:56 2023 +0200 + + Change from google logo to map + +2 2 app/src/components/UserCard.tsx + +commit 80dffcedc4d097722b1e552b11aa24ad581121d8 +Merge: 40cad35d ce18bb61 +Author: Lucian I. Last +Date: Thu Jul 6 10:12:54 2023 +0200 + + Merge remote-tracking branch 'origin/l10n_main' + +commit 40cad35d88328de3348fa25f3ad0f1d96a18c24b +Author: Lucian I. Last +Date: Thu Jul 6 10:10:35 2023 +0200 + + Public one signal id + +2 1 app/.env.development +2 1 app/.env.production + +commit f75ddb6b6ff93c8ca498d51eb6ef1b8d673db433 +Author: Lucian I. Last +Date: Thu Jul 6 10:06:35 2023 +0200 + + Add app translations to crowdin + +2 0 crowdin.yml + +commit 95da1b04220982a2b5837af40c8cd3b2f40b4ddc +Author: Lucian I. Last +Date: Thu Jul 6 10:05:34 2023 +0200 + + Fix production build + +1 0 app/.env.development +0 5 app/capacitor.config.ts +1 1 app/package.json + +commit ce18bb61aecede1991ba1659889105167a9ab32a +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Jul 5 10:52:10 2023 +0200 + + New translations subscribed_to_newsletter.gohtml (Dutch) + +2 0 server/internal/views/emails/nl/subscribed_to_newsletter.gohtml + +commit 12ab61705cd5a1a49a400007c1e716fd855cbec4 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Jul 5 10:51:50 2023 +0200 + + New translations an_admin_denied_your_join_request.gohtml (Hebrew) + +1 1 server/internal/views/emails/he/an_admin_denied_your_join_request.gohtml + +commit a0d636bfe0b2449d1298397597e131e702ccd58c +Author: Lucian I. Last +Date: Wed Jul 5 09:56:47 2023 +0200 + + Ignore @example.com for acceptance + +5 0 server/internal/app/mail.go + +commit e3559d282d90864063bb357f84a2eb148573161b +Merge: ff4b3414 9430e43a +Author: Lucian I. Last +Date: Wed Jul 5 09:52:40 2023 +0200 + + Merge remote-tracking branch 'origin/l10n_main' + +commit ff4b34141b1ef192a7b391d9ec876a4af5a06f4e +Author: Lucian I. Last +Date: Wed Jul 5 09:30:10 2023 +0200 + + Add step in github actions to test typescript in lint + +3 0 .github/workflows/lint.yml + +commit 9430e43af7e2ac6e13f1740edddb707f866c0b56 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Jul 5 09:29:21 2023 +0200 + + New translations translations.json (Swedish) + +14 7 server/internal/views/emails/sv/translations.json + +commit ab15f0ed049a5567ad059c9f287cfee9bf546430 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Jul 5 09:29:20 2023 +0200 + + New translations translations.json (Portuguese) + +8 1 server/internal/views/emails/pt/translations.json + +commit 31131a267174d3374db741b9f7ad66416e69de33 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Jul 5 09:29:19 2023 +0200 + + New translations translations.json (Polish) + +8 1 server/internal/views/emails/pl/translations.json + +commit dfd5ad87d4528ed91106647ac55cd13e06e05417 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Jul 5 09:29:18 2023 +0200 + + New translations translations.json (Dutch) + +16 9 server/internal/views/emails/nl/translations.json + +commit b75cffe0bd5f52ca82878cab78317e9dc8b7f919 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Jul 5 09:29:17 2023 +0200 + + New translations translations.json (Korean) + +8 1 server/internal/views/emails/ko/translations.json + +commit 550b81fc7a28bd0283afc861646ee16ac124512e +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Jul 5 09:29:16 2023 +0200 + + New translations translations.json (Japanese) + +8 1 server/internal/views/emails/ja/translations.json + +commit 8226f7aded64a822d8a7957fc5feb9b4add65418 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Jul 5 09:29:15 2023 +0200 + + New translations translations.json (Italian) + +8 1 server/internal/views/emails/it/translations.json + +commit 00f6002b5871027cad71d37b71e57cb348d8278c +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Jul 5 09:29:14 2023 +0200 + + New translations translations.json (Hebrew) + +16 9 server/internal/views/emails/he/translations.json + +commit 7b8873018e4494e6ade18688f0ba325fa42b3198 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Jul 5 09:29:13 2023 +0200 + + New translations translations.json (German) + +16 9 server/internal/views/emails/de/translations.json + +commit f5746780388fefa438402c9afc3b0225f1f4657d +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Jul 5 09:29:12 2023 +0200 + + New translations translations.json (Spanish) + +16 9 server/internal/views/emails/es/translations.json + +commit 3df0ed2c950dc385e63875f2398e26ca429282b5 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Jul 5 09:29:12 2023 +0200 + + New translations approve_reminder.gohtml (Swedish) + +1 1 server/internal/views/emails/sv/approve_reminder.gohtml + +commit 14f1f2f0b68642340a57e4b916abd0ded7211678 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Jul 5 09:29:11 2023 +0200 + + New translations approve_reminder.gohtml (Portuguese) + +1 1 server/internal/views/emails/pt/approve_reminder.gohtml + +commit 8cdb58204fc14797c5f3b289d4df2a88bd4cbb24 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Jul 5 09:29:04 2023 +0200 + + New translations translations.json (French) + +16 9 server/internal/views/emails/fr/translations.json + +commit 62397c1fdb16286cffa75cc9beb9fd0576a02400 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Jul 5 09:29:03 2023 +0200 + + New translations approve_reminder.gohtml (Polish) + +1 1 server/internal/views/emails/pl/approve_reminder.gohtml + +commit 3ab05c2de16b3184baf095c3ec7850374ed2bc1e +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Jul 5 09:29:02 2023 +0200 + + New translations approve_reminder.gohtml (Dutch) + +1 1 server/internal/views/emails/nl/approve_reminder.gohtml + +commit 689dd646df0ceefab4b0deb8b05b676f9e295b96 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Jul 5 09:29:01 2023 +0200 + + New translations approve_reminder.gohtml (Korean) + +1 1 server/internal/views/emails/ko/approve_reminder.gohtml + +commit 03799577aa620a52745657f990ed88fc913e74fa +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Jul 5 09:29:00 2023 +0200 + + New translations approve_reminder.gohtml (Japanese) + +1 1 server/internal/views/emails/ja/approve_reminder.gohtml + +commit adc2b14f05a7c904f337b774930867f1e1067481 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Jul 5 09:28:59 2023 +0200 + + New translations approve_reminder.gohtml (Italian) + +1 1 server/internal/views/emails/it/approve_reminder.gohtml + +commit 72713baa2fc30dc5e1820cd30343db10ec5a9940 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Jul 5 09:28:58 2023 +0200 + + New translations approve_reminder.gohtml (Hebrew) + +1 1 server/internal/views/emails/he/approve_reminder.gohtml + +commit 03a641c9b8797898e03be26a2a20b89483041125 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Jul 5 09:28:57 2023 +0200 + + New translations approve_reminder.gohtml (German) + +1 1 server/internal/views/emails/de/approve_reminder.gohtml + +commit f5b37cdcfac4395431b981774cb455a1fec74e59 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Jul 5 09:28:56 2023 +0200 + + New translations approve_reminder.gohtml (Spanish) + +1 1 server/internal/views/emails/es/approve_reminder.gohtml + +commit 6a855ccf3a676792f44757552bc2ac048358e900 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Jul 5 09:28:55 2023 +0200 + + New translations approve_reminder.gohtml (French) + +1 1 server/internal/views/emails/fr/approve_reminder.gohtml + +commit d7541b59f02e064af72585d633eff312b06d5532 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Jul 5 09:28:47 2023 +0200 + + New translations an_admin_denied_your_join_request.gohtml (Dutch) + +1 1 server/internal/views/emails/nl/an_admin_denied_your_join_request.gohtml + +commit dc0a245a2b1bea6dc50b5d5c3f6cbdb4c07547ab +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Jul 5 09:28:44 2023 +0200 + + New translations subscribed_to_newsletter.gohtml (Dutch) + +2 0 server/internal/views/emails/nl/subscribed_to_newsletter.gohtml + +commit 8f8449c168381dc918fc6639ee35ca75a9f77ba5 +Author: Lucian I. Last +Date: Wed Jul 5 09:28:42 2023 +0200 + + Fix type error RequestRegisterChain + +1 1 frontend/src/api/login.ts + +commit 9536ac5f86de4b34c92c738aac9c58e7441b7b56 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Jul 5 09:28:28 2023 +0200 + + New translations an_admin_denied_your_join_request.gohtml (Hebrew) + +1 1 server/internal/views/emails/he/an_admin_denied_your_join_request.gohtml + +commit 8a63a10f7f2394d78377b677b02bcd53c18e542d +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Jul 5 09:28:23 2023 +0200 + + New translations an_admin_denied_your_join_request.gohtml (German) + +1 1 server/internal/views/emails/de/an_admin_denied_your_join_request.gohtml + +commit 0560f31bbc8f2008bb06dea6573a0bffb7771444 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Jul 5 09:28:18 2023 +0200 + + New translations an_admin_denied_your_join_request.gohtml (Spanish) + +1 1 server/internal/views/emails/es/an_admin_denied_your_join_request.gohtml + +commit 3d38fb3ba1c9f1ff71536074516a4560f8d9eaa2 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Jul 5 09:28:17 2023 +0200 + + New translations an_admin_approved_your_join_request.gohtml (Spanish) + +0 2 server/internal/views/emails/es/an_admin_approved_your_join_request.gohtml + +commit 607c9e1edffb847b30e94608464afd988404447e +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Jul 5 09:28:13 2023 +0200 + + New translations an_admin_denied_your_join_request.gohtml (French) + +1 1 server/internal/views/emails/fr/an_admin_denied_your_join_request.gohtml + +commit 443dc7bf45e16a075cf8180c1742ef753e218ec7 +Merge: 8247939a 04c2588a +Author: Lucian I. Last +Date: Wed Jul 5 09:22:27 2023 +0200 + + Merge branch 'add-country-to-info-call-#403' + +commit 8247939a478b026d470a904a6e5a87a6eb0668bf +Merge: a839d336 95f45453 +Author: Lucian I. Last +Date: Wed Jul 5 09:22:03 2023 +0200 + + Merge branch 'redesign-loop-search-page-#486' + +commit a839d33632f8b91711b63ebcc91157f7c21ef77a +Merge: ad21d2f5 ba061732 +Author: Lucian I. Last +Date: Wed Jul 5 09:21:47 2023 +0200 + + Merge branch 'design-the-email-layout-#489' + +commit ba061732a06ddf2efc5a357d03e227557658d023 +Author: Lucian I. Last +Date: Wed Jul 5 09:07:08 2023 +0200 + + remove signature from individual email templates + +0 4 server/internal/views/emails/ar/a_participant_joined_the_loop.gohtml +0 2 server/internal/views/emails/ar/an_admin_approved_your_join_request.gohtml +0 2 server/internal/views/emails/ar/an_admin_denied_your_join_request.gohtml +0 4 server/internal/views/emails/ar/contact_confirmation.gohtml +0 4 server/internal/views/emails/ar/login_verification.gohtml +0 2 server/internal/views/emails/ar/poke.gohtml +0 4 server/internal/views/emails/ar/register_verification.gohtml +0 2 server/internal/views/emails/ar/subscribed_to_newsletter.gohtml +0 4 server/internal/views/emails/da/a_participant_joined_the_loop.gohtml +0 2 server/internal/views/emails/da/an_admin_approved_your_join_request.gohtml +0 2 server/internal/views/emails/da/an_admin_denied_your_join_request.gohtml +0 4 server/internal/views/emails/da/contact_confirmation.gohtml +0 4 server/internal/views/emails/da/login_verification.gohtml +0 2 server/internal/views/emails/da/poke.gohtml +0 4 server/internal/views/emails/da/register_verification.gohtml +0 2 server/internal/views/emails/da/subscribed_to_newsletter.gohtml +0 4 server/internal/views/emails/de/a_participant_joined_the_loop.gohtml +0 2 server/internal/views/emails/de/an_admin_approved_your_join_request.gohtml +0 2 server/internal/views/emails/de/an_admin_denied_your_join_request.gohtml +0 2 server/internal/views/emails/de/approve_reminder.gohtml +0 4 server/internal/views/emails/de/contact_confirmation.gohtml +0 4 server/internal/views/emails/de/login_verification.gohtml +0 2 server/internal/views/emails/de/poke.gohtml +0 4 server/internal/views/emails/de/register_verification.gohtml +0 4 server/internal/views/emails/de/someone_is_interested_in_joining_your_loop.gohtml +0 2 server/internal/views/emails/de/subscribed_to_newsletter.gohtml +0 2 server/internal/views/emails/en/an_admin_approved_your_join_request.gohtml +0 2 server/internal/views/emails/en/an_admin_denied_your_join_request.gohtml +0 2 server/internal/views/emails/en/approve_reminder.gohtml +0 4 server/internal/views/emails/en/contact_confirmation.gohtml +0 4 server/internal/views/emails/en/login_verification.gohtml +0 2 server/internal/views/emails/en/poke.gohtml +0 4 server/internal/views/emails/en/register_verification.gohtml +0 4 server/internal/views/emails/en/someone_is_interested_in_joining_your_loop.gohtml +0 2 server/internal/views/emails/en/subscribed_to_newsletter.gohtml +0 4 server/internal/views/emails/es/a_participant_joined_the_loop.gohtml +0 2 server/internal/views/emails/es/an_admin_denied_your_join_request.gohtml +0 2 server/internal/views/emails/es/approve_reminder.gohtml +0 4 server/internal/views/emails/es/contact_confirmation.gohtml +0 4 server/internal/views/emails/es/login_verification.gohtml +0 2 server/internal/views/emails/es/poke.gohtml +0 4 server/internal/views/emails/es/register_verification.gohtml +0 4 server/internal/views/emails/es/someone_is_interested_in_joining_your_loop.gohtml +0 2 server/internal/views/emails/es/subscribed_to_newsletter.gohtml +0 4 server/internal/views/emails/fr/a_participant_joined_the_loop.gohtml +0 2 server/internal/views/emails/fr/an_admin_approved_your_join_request.gohtml +0 2 server/internal/views/emails/fr/an_admin_denied_your_join_request.gohtml +0 2 server/internal/views/emails/fr/approve_reminder.gohtml +0 4 server/internal/views/emails/fr/contact_confirmation.gohtml +0 4 server/internal/views/emails/fr/login_verification.gohtml +0 2 server/internal/views/emails/fr/poke.gohtml +0 4 server/internal/views/emails/fr/register_verification.gohtml +0 4 server/internal/views/emails/fr/someone_is_interested_in_joining_your_loop.gohtml +0 2 server/internal/views/emails/fr/subscribed_to_newsletter.gohtml +0 2 server/internal/views/emails/he/an_admin_approved_your_join_request.gohtml +0 2 server/internal/views/emails/he/an_admin_denied_your_join_request.gohtml +0 2 server/internal/views/emails/he/approve_reminder.gohtml +0 4 server/internal/views/emails/he/contact_confirmation.gohtml +0 4 server/internal/views/emails/he/login_verification.gohtml +0 2 server/internal/views/emails/he/poke.gohtml +0 4 server/internal/views/emails/he/register_verification.gohtml +0 4 server/internal/views/emails/he/someone_is_interested_in_joining_your_loop.gohtml +0 2 server/internal/views/emails/he/subscribed_to_newsletter.gohtml +0 4 server/internal/views/emails/it/a_participant_joined_the_loop.gohtml +0 2 server/internal/views/emails/it/an_admin_approved_your_join_request.gohtml +0 2 server/internal/views/emails/it/an_admin_denied_your_join_request.gohtml +0 2 server/internal/views/emails/it/approve_reminder.gohtml +0 4 server/internal/views/emails/it/contact_confirmation.gohtml +0 4 server/internal/views/emails/it/login_verification.gohtml +0 2 server/internal/views/emails/it/poke.gohtml +0 4 server/internal/views/emails/it/register_verification.gohtml +0 4 server/internal/views/emails/it/someone_is_interested_in_joining_your_loop.gohtml +0 2 server/internal/views/emails/it/subscribed_to_newsletter.gohtml +0 4 server/internal/views/emails/ja/a_participant_joined_the_loop.gohtml +0 2 server/internal/views/emails/ja/an_admin_approved_your_join_request.gohtml +0 2 server/internal/views/emails/ja/an_admin_denied_your_join_request.gohtml +0 2 server/internal/views/emails/ja/approve_reminder.gohtml +0 4 server/internal/views/emails/ja/contact_confirmation.gohtml +0 4 server/internal/views/emails/ja/login_verification.gohtml +0 2 server/internal/views/emails/ja/poke.gohtml +0 4 server/internal/views/emails/ja/register_verification.gohtml +0 4 server/internal/views/emails/ja/someone_is_interested_in_joining_your_loop.gohtml +0 2 server/internal/views/emails/ja/subscribed_to_newsletter.gohtml +0 4 server/internal/views/emails/ko/a_participant_joined_the_loop.gohtml +0 2 server/internal/views/emails/ko/an_admin_approved_your_join_request.gohtml +0 2 server/internal/views/emails/ko/an_admin_denied_your_join_request.gohtml +0 2 server/internal/views/emails/ko/approve_reminder.gohtml +0 4 server/internal/views/emails/ko/contact_confirmation.gohtml +0 4 server/internal/views/emails/ko/login_verification.gohtml +0 2 server/internal/views/emails/ko/poke.gohtml +0 4 server/internal/views/emails/ko/register_verification.gohtml +0 4 server/internal/views/emails/ko/someone_is_interested_in_joining_your_loop.gohtml +0 2 server/internal/views/emails/ko/subscribed_to_newsletter.gohtml +0 4 server/internal/views/emails/nl/a_participant_joined_the_loop.gohtml +0 2 server/internal/views/emails/nl/an_admin_approved_your_join_request.gohtml +0 2 server/internal/views/emails/nl/an_admin_denied_your_join_request.gohtml +0 2 server/internal/views/emails/nl/approve_reminder.gohtml +0 4 server/internal/views/emails/nl/contact_confirmation.gohtml +0 4 server/internal/views/emails/nl/login_verification.gohtml +0 2 server/internal/views/emails/nl/poke.gohtml +0 4 server/internal/views/emails/nl/register_verification.gohtml +0 4 server/internal/views/emails/nl/someone_is_interested_in_joining_your_loop.gohtml +0 4 server/internal/views/emails/nl/subscribed_to_newsletter.gohtml +0 4 server/internal/views/emails/pl/a_participant_joined_the_loop.gohtml +0 2 server/internal/views/emails/pl/an_admin_approved_your_join_request.gohtml +0 2 server/internal/views/emails/pl/an_admin_denied_your_join_request.gohtml +0 2 server/internal/views/emails/pl/approve_reminder.gohtml +0 4 server/internal/views/emails/pl/contact_confirmation.gohtml +0 4 server/internal/views/emails/pl/login_verification.gohtml +0 2 server/internal/views/emails/pl/poke.gohtml +0 4 server/internal/views/emails/pl/register_verification.gohtml +0 4 server/internal/views/emails/pl/someone_is_interested_in_joining_your_loop.gohtml +0 2 server/internal/views/emails/pl/subscribed_to_newsletter.gohtml +0 4 server/internal/views/emails/pt/a_participant_joined_the_loop.gohtml +0 2 server/internal/views/emails/pt/an_admin_approved_your_join_request.gohtml +0 2 server/internal/views/emails/pt/an_admin_denied_your_join_request.gohtml +0 2 server/internal/views/emails/pt/approve_reminder.gohtml +0 4 server/internal/views/emails/pt/contact_confirmation.gohtml +0 4 server/internal/views/emails/pt/login_verification.gohtml +0 2 server/internal/views/emails/pt/poke.gohtml +0 4 server/internal/views/emails/pt/register_verification.gohtml +0 4 server/internal/views/emails/pt/someone_is_interested_in_joining_your_loop.gohtml +0 2 server/internal/views/emails/pt/subscribed_to_newsletter.gohtml +0 4 server/internal/views/emails/sv/a_participant_joined_the_loop.gohtml +0 2 server/internal/views/emails/sv/an_admin_approved_your_join_request.gohtml +0 2 server/internal/views/emails/sv/an_admin_denied_your_join_request.gohtml +0 2 server/internal/views/emails/sv/approve_reminder.gohtml +0 4 server/internal/views/emails/sv/contact_confirmation.gohtml +0 4 server/internal/views/emails/sv/login_verification.gohtml +0 2 server/internal/views/emails/sv/poke.gohtml +0 4 server/internal/views/emails/sv/register_verification.gohtml +0 4 server/internal/views/emails/sv/someone_is_interested_in_joining_your_loop.gohtml +0 2 server/internal/views/emails/sv/subscribed_to_newsletter.gohtml +0 4 server/internal/views/emails/zh/a_participant_joined_the_loop.gohtml +0 2 server/internal/views/emails/zh/an_admin_approved_your_join_request.gohtml +0 2 server/internal/views/emails/zh/an_admin_denied_your_join_request.gohtml +0 4 server/internal/views/emails/zh/contact_confirmation.gohtml +0 4 server/internal/views/emails/zh/login_verification.gohtml +0 2 server/internal/views/emails/zh/poke.gohtml +0 4 server/internal/views/emails/zh/register_verification.gohtml +0 2 server/internal/views/emails/zh/subscribed_to_newsletter.gohtml + +commit c37be577ed083d660458cee963c2e53848959273 +Merge: 80a46f7d ad21d2f5 +Author: Lucian I. Last +Date: Wed Jul 5 08:43:41 2023 +0200 + + Merge branch 'main' into loop-has-been-deleted-message-#523 + +commit 04c2588a7f589d416094fc516b5df7a4ba29cf12 +Author: Lucian I. Last +Date: Wed Jul 5 08:09:24 2023 +0200 + + Use lowercase shortcode & lint + +4 3 frontend/src/components/ChainDetailsForm.tsx + +commit a99f9b83fe546662c8c3124dd74c0c6ad832d4ce +Author: Lucian I. Last +Date: Wed Jul 5 07:53:05 2023 +0200 + + Add country code to RegisterChainAdmin + +1 0 server/internal/controllers/login.go + +commit 02e74f6343747f1699a0c70d9f72a9b52566e6d6 +Author: Lucian I. Last +Date: Wed Jul 5 07:49:36 2023 +0200 + + ensure that info doesn't count null country codes + +1 0 server/internal/controllers/info.go + +commit 54e6f346223f0e170ae1a7ff22c07a198837f07f +Author: Tim Fierens +Date: Tue Jul 4 22:35:12 2023 +0200 + + remove country_code from ChainGet and ChainGetAll + +0 1 frontend/src/api/types.ts +0 2 server/internal/controllers/chain.go + +commit c06f7e4059cd280af35856073f152d6fe026e146 +Author: Tim Fierens +Date: Tue Jul 4 22:17:38 2023 +0200 + + set total_countries step to 1 + +1 1 frontend/src/components/Counters/Counters.tsx + +commit 522a4ad09f86bbc85e99ecd3ca41c6c9e7e21d34 +Author: Tim Fierens +Date: Tue Jul 4 17:38:27 2023 +0200 + + add country_code to create and update chain + +1 0 frontend/src/api/login.ts +1 0 frontend/src/api/types.ts +15 5 frontend/src/components/ChainDetailsForm.tsx +1 0 frontend/src/pages/NewChainLocation.tsx + +commit c4539dae5c3abfb0163ef19401a6bdabd30ecd8e +Author: Tim Fierens +Date: Tue Jul 4 17:37:14 2023 +0200 + + get total_countries from api info call + +1 0 frontend/src/api/info.ts +5 1 frontend/src/components/Counters/Counters.tsx + +commit 5d386ed12639bd688a5e6ac5121e12164fcb57b2 +Author: Tim Fierens +Date: Tue Jul 4 17:36:24 2023 +0200 + + add total_countries to info call + +14 2 server/internal/controllers/info.go + +commit cbc753dfda478b634856f64558a4229d1d1e0ff9 +Author: Tim Fierens +Date: Tue Jul 4 17:36:01 2023 +0200 + + add country_code to chain + +8 0 server/internal/controllers/chain.go +1 0 server/internal/models/chain.go +1 0 server/internal/tests/integration_tests/register_chain_admin_test.go +1 0 server/internal/tests/mocks/mock-tables.go + +commit ad21d2f5dfb1ae7b5e0619d58435ffd769b6a9b5 +Author: Lucian I. Last +Date: Tue Jul 4 16:20:31 2023 +0200 + + Remove plausible docker + +0 7 docker/dev/Makefile +0 16 docker/dev/clickhouse-config.xml +0 8 docker/dev/clickhouse-user-config.xml +0 53 docker/dev/docker-compose.plausible.yml + +commit 95f45453c000c91389be9687f9196c273d0f2841 +Author: Lucian I. Last +Date: Tue Jul 4 15:34:48 2023 +0200 + + Add animation to switching chains + +3 0 frontend/src/pages/FindChain.tsx + +commit ff7fbbd2ec4481baf0dcbdfb1b3bd45837db7596 +Merge: 192d93b8 bad59698 +Author: Lucian I. Last +Date: Tue Jul 4 15:20:38 2023 +0200 + + Merge pull request #522 from the-clothing-loop/l10n_main + + New Crowdin updates + +commit 80a46f7d644795fcf36c0d45924a0af2bb333058 +Author: Lucian I. Last +Date: Tue Jul 4 15:09:23 2023 +0200 + + Create email tests + +5 1 clothingloop.code-workspace +1 1 docker/dev/docker-compose.yml +0 1 server/.editorconfig +11 0 server/internal/app/testutils.go +140 0 server/internal/tests/integration_tests/mail_test.go +33 12 server/internal/views/email.go +1 1 server/internal/views/emails/en/approve_reminder.gohtml + +commit 268b1a3d150e8b9972e6f2da6f1dd9285304075a +Author: Lucian I. Last +Date: Tue Jul 4 10:34:19 2023 +0200 + + Working EmailLoginVerification + +2 0 crowdin.yml +1 2 server/go.mod +4 19 server/go.sum +23 29 server/internal/app/mail.go +3 11 server/internal/controllers/chain.go +17 4 server/internal/controllers/contact.go +1 1 server/internal/controllers/cron.go +8 4 server/internal/controllers/login.go +0 1 server/internal/controllers/poke.go +167 86 server/internal/views/email.go +6 0 server/internal/views/emails/en/contact_received.gohtml +8 1 server/internal/views/emails/en/translations.json +0 18 server/internal/views/embed.go + +commit 726104949976ef29ebc60e53448ca93dd8a28bae +Author: Natalie +Date: Mon Jul 3 08:38:47 2023 -0700 + + Get rid of unused libraries + +1 5 frontend/src/pages/FindChain.tsx + +commit 73ba3fb3c2264cd7f9c4b9c9a9ebb754bf244dc1 +Author: Lucian I. Last +Date: Mon Jul 3 11:45:02 2023 +0200 + + Add layout + +371 0 server/internal/views/emails/layout.gohtml + +commit ba3b546c98b990198e3215732d7043c27a6c6b6c +Author: Lucian I. Last +Date: Mon Jul 3 11:23:49 2023 +0200 + + Delete mails table + +3 1 server/internal/app/database.go +0 7 server/internal/app/mail.go +0 17 server/internal/models/mail.go +0 4 server/sql/dev-purge.sql + +commit 0d20e98aa6aa4b936f9ad6ec3f21c9680882c315 +Author: Lucian I. Last +Date: Mon Jul 3 10:09:30 2023 +0200 + + move headers.json to translations.json and prefix with header_ + +2 2 server/internal/controllers/chain.go +11 10 server/internal/views/email.go +0 10 server/internal/views/emails/ar/headers.json +10 0 server/internal/views/emails/ar/translations.json +0 10 server/internal/views/emails/da/headers.json +10 0 server/internal/views/emails/da/translations.json +0 11 server/internal/views/emails/de/headers.json +11 0 server/internal/views/emails/de/translations.json +0 11 server/internal/views/emails/en/headers.json +11 0 server/internal/views/emails/en/translations.json +0 11 server/internal/views/emails/es/headers.json +11 0 server/internal/views/emails/es/translations.json +0 11 server/internal/views/emails/fr/headers.json +11 0 server/internal/views/emails/fr/translations.json +0 11 server/internal/views/emails/he/headers.json +11 0 server/internal/views/emails/he/translations.json +0 11 server/internal/views/emails/it/headers.json +11 0 server/internal/views/emails/it/translations.json +0 11 server/internal/views/emails/ja/headers.json +11 0 server/internal/views/emails/ja/translations.json +0 11 server/internal/views/emails/ko/headers.json +11 0 server/internal/views/emails/ko/translations.json +0 11 server/internal/views/emails/nl/headers.json +11 0 server/internal/views/emails/nl/translations.json +0 11 server/internal/views/emails/pl/headers.json +11 0 server/internal/views/emails/pl/translations.json +0 11 server/internal/views/emails/pt/headers.json +11 0 server/internal/views/emails/pt/translations.json +0 11 server/internal/views/emails/sv/headers.json +11 0 server/internal/views/emails/sv/translations.json +0 10 server/internal/views/emails/zh/headers.json +10 0 server/internal/views/emails/zh/translations.json + +commit a042c7770a60c216ab1f992a469dba29e6615e42 +Merge: 6eb8d67e 192d93b8 +Author: Natalie +Date: Sun Jul 2 15:37:15 2023 -0700 + + Merge changes from main and resolve small merge conflict + +commit 6eb8d67ec9f11d2bf971653d389edc995ea141a0 +Author: Natalie +Date: Sun Jul 2 12:04:53 2023 -0700 + + code cleanup + +20 56 frontend/src/pages/FindChain.tsx + +commit 96bd6b7addb91fa634a5245f2d3b2b142bfc5117 +Author: Natalie +Date: Sat Jul 1 18:03:42 2023 -0700 + + user can click chain from list to focus it + +40 4 frontend/src/pages/FindChain.tsx + +commit d51ae5d22940b8cc97ee57331c822ae22c537ff6 +Author: Natalie +Date: Sat Jul 1 17:26:51 2023 -0700 + + ease to center of focused chain + +19 18 frontend/src/pages/FindChain.tsx + +commit 86c1afb775d4b7bb6e5bfb5a156a876145c8ea14 +Author: Natalie +Date: Sat Jul 1 16:33:43 2023 -0700 + + Changes focused chain's color to teal + +58 10 frontend/src/pages/FindChain.tsx + +commit bad596982c9ff6c980250f9bfc15c066e78670fe +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Jun 30 06:57:07 2023 +0200 + + New translations translation.json (Swedish) + +1 0 frontend/public/locales/sv/translation.json + +commit 555e9f8b36c37a519b31b5f0684b0d39c836ffb7 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Jun 30 06:57:06 2023 +0200 + + New translations translation.json (Portuguese) + +1 0 frontend/public/locales/pt/translation.json + +commit 0518dd11cd76b44ccc91648acd669685b9e51914 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Jun 30 06:57:05 2023 +0200 + + New translations translation.json (Polish) + +1 0 frontend/public/locales/pl/translation.json + +commit 01fc162ce5412b419a9befba01794536e16e642b +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Jun 30 06:57:04 2023 +0200 + + New translations translation.json (Dutch) + +1 0 frontend/public/locales/nl/translation.json + +commit 45e2688210c4b50cd3d6301cd9e289d7feb3cc06 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Jun 30 06:57:04 2023 +0200 + + New translations translation.json (Korean) + +1 0 frontend/public/locales/ko/translation.json + +commit 7436fb8eb905d34932191787dbef7da862d943ab +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Jun 30 06:57:03 2023 +0200 + + New translations translation.json (Japanese) + +1 0 frontend/public/locales/ja/translation.json + +commit 71585847416410a54448fb1e5b4b4b7ad45fee11 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Jun 30 06:57:02 2023 +0200 + + New translations translation.json (Italian) + +1 0 frontend/public/locales/it/translation.json + +commit 4dbcbf4b13d2079f8dd8e28d07e106a0f49696df +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Jun 30 06:57:01 2023 +0200 + + New translations translation.json (German) + +1 0 frontend/public/locales/de/translation.json + +commit 2dd9a87b2747b8aea3a9e8d65a235fbc80f31b4d +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Jun 30 06:57:00 2023 +0200 + + New translations translation.json (Spanish) + +1 0 frontend/public/locales/es/translation.json + +commit 35862d2facacfa3a3c836604c12757f2b107943f +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Jun 30 06:56:59 2023 +0200 + + New translations translation.json (French) + +1 0 frontend/public/locales/fr/translation.json + +commit ff1437d0bf92498d41519157762b74d3a9dbbc8f +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Jun 30 06:56:58 2023 +0200 + + New translations translation.json (Hebrew) + +1 0 frontend/public/locales/he/translation.json + +commit 192d93b883a6579cab8cbce7a93a716bcf23b6bb +Merge: ef472885 d6b767fd +Author: Lucian I. Last +Date: Fri Jun 30 06:53:20 2023 +0200 + + Merge branch 'improve-delete-account-popup' + +commit d6b767fde8d0d694d09222730bbc9af2dcdcf004 +Author: Lucian I. Last +Date: Fri Jun 30 06:52:52 2023 +0200 + + Fix purging loops + +14 3 server/internal/controllers/users.go + +commit 49b602bc09a736141e8fca344f60b9e112f3d1db +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jun 29 17:43:46 2023 +0200 + + New translations translation.json (Swedish) + +1 1 frontend/public/locales/sv/translation.json + +commit bc5f90e7578f08c7fbacd901841dccd53f98ad95 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jun 29 17:43:44 2023 +0200 + + New translations translation.json (Dutch) + +1 1 frontend/public/locales/nl/translation.json + +commit 90be8d15edfa378659e7f63c8982e6451d3fefd3 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jun 29 17:43:42 2023 +0200 + + New translations translation.json (Italian) + +1 1 frontend/public/locales/it/translation.json + +commit 1a9fadd0211baea1bb1c652486f80dbeac4a4078 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jun 29 17:43:41 2023 +0200 + + New translations translation.json (German) + +1 1 frontend/public/locales/de/translation.json + +commit 0c3b91ebb99ab89a1e39b5a8ce2f213d307d9764 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jun 29 17:43:40 2023 +0200 + + New translations translation.json (Spanish) + +1 1 frontend/public/locales/es/translation.json + +commit fdf43b15506454de25f12896637c6a9d4a0c4057 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jun 29 17:43:39 2023 +0200 + + New translations translation.json (French) + +1 1 frontend/public/locales/fr/translation.json + +commit 9088fd7223793f29cf8fdad223d5886034e90497 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jun 29 17:43:35 2023 +0200 + + New translations translation.json (Hebrew) + +1 1 frontend/public/locales/he/translation.json + +commit ea28eff8b6bb896fdedc2963f9326a7e53a4c7b7 +Author: Lucian I. Last +Date: Thu Jun 29 16:40:50 2023 +0200 + + Functional ui + +1 1 frontend/public/locales/en/translation.json +2 2 frontend/src/api/chain.ts +2 0 frontend/src/api/types.ts +1 1 frontend/src/components/ChainsList.tsx +23 11 frontend/src/pages/AdminDashboard.tsx +20 2 server/internal/controllers/chain.go + +commit 06ee0b55d95b74040849433cb5fbfa2b8fee145e +Author: Lucian I. Last +Date: Thu Jun 29 16:40:01 2023 +0200 + + close circle loop on click anywhere + +5 5 frontend/src/pages/AdminDashboard.tsx + +commit c30ca3c3f0940a98048bbe3ab1bc20c4e1d09c3e +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jun 29 15:27:41 2023 +0200 + + New translations translation.json (Swedish) + +1 1 frontend/public/locales/sv/translation.json + +commit 77caeefc9a4f24b14f797dc5f6473c172c7742d1 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jun 29 15:27:38 2023 +0200 + + New translations translation.json (Dutch) + +1 1 frontend/public/locales/nl/translation.json + +commit 12f8f3fd653d4348d7020b1d0b19709e8fcc6782 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jun 29 15:27:36 2023 +0200 + + New translations translation.json (Italian) + +1 1 frontend/public/locales/it/translation.json + +commit 9727271c21de54d716d82bbb682acb50e1c8011e +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jun 29 15:27:35 2023 +0200 + + New translations translation.json (German) + +1 1 frontend/public/locales/de/translation.json + +commit d9d4e8edc7b8b291315cc44e738fa0ad1846507b +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jun 29 15:27:34 2023 +0200 + + New translations translation.json (Spanish) + +1 1 frontend/public/locales/es/translation.json + +commit 514d5dea0bebb7c80f3d078faf2c1aff75af6543 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jun 29 15:27:33 2023 +0200 + + New translations translation.json (French) + +1 1 frontend/public/locales/fr/translation.json + +commit 21d86cddc9642b3bb7d145f5c9a251400764e4cb +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jun 29 15:27:32 2023 +0200 + + New translations translation.json (Hebrew) + +1 1 frontend/public/locales/he/translation.json + +commit 0a9840d373468866b122d02803d1ac77045d035c +Merge: 94f8afde ef472885 +Author: Lucian I. Last +Date: Thu Jun 29 15:20:05 2023 +0200 + + Merge branch 'main' into improve-delete-account-popup + +commit ef472885419aa4eb76afb4f8e2f2622c0a1e1c69 +Author: Lucian I. Last +Date: Thu Jun 29 15:10:20 2023 +0200 + + Add closeChainsWithOldPendingParticipants + +17 1 server/internal/controllers/cron.go + +commit b1efc21d801285eb9e538777ca5d6b3889b3c9e7 +Merge: 536d9522 602e7210 +Author: Lucian I. Last +Date: Thu Jun 29 14:57:17 2023 +0200 + + Merge remote-tracking branch 'origin/l10n_main' + +commit 536d9522cec0f385ad94fe6726dd605bea8150c2 +Merge: 06ee2317 eae67bf7 +Author: Lucian I. Last +Date: Thu Jun 29 14:56:49 2023 +0200 + + Merge remote-tracking branch 'origin/l10n_main' + +commit 602e7210127938ea18596c99454e333a9a92e69c +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jun 29 14:24:19 2023 +0200 + + New translations approve_reminder.gohtml (Swedish) + +27 0 server/internal/views/emails/sv/approve_reminder.gohtml + +commit a496ccb5bfa709b28275dea07e45c5502ddf3549 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jun 29 14:24:18 2023 +0200 + + New translations approve_reminder.gohtml (Portuguese) + +27 0 server/internal/views/emails/pt/approve_reminder.gohtml + +commit 8c343f76737e8433c0d1f633792bbe2f96721f11 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jun 29 14:24:18 2023 +0200 + + New translations approve_reminder.gohtml (Polish) + +27 0 server/internal/views/emails/pl/approve_reminder.gohtml + +commit 32638eb219e0a4c00a02ae7fc04b80f5c13f3b88 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jun 29 14:24:17 2023 +0200 + + New translations approve_reminder.gohtml (Dutch) + +27 0 server/internal/views/emails/nl/approve_reminder.gohtml + +commit 722e8d987b3c431b3c59a3c29de12bf97000aef9 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jun 29 14:24:16 2023 +0200 + + New translations approve_reminder.gohtml (Korean) + +27 0 server/internal/views/emails/ko/approve_reminder.gohtml + +commit e541db8424b8b97c379b9a6510914c124c30dcb0 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jun 29 14:24:15 2023 +0200 + + New translations approve_reminder.gohtml (Japanese) + +27 0 server/internal/views/emails/ja/approve_reminder.gohtml + +commit 89055c67d1508b0af6d1c622bb096c6ce1b65a40 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jun 29 14:24:14 2023 +0200 + + New translations approve_reminder.gohtml (Italian) + +27 0 server/internal/views/emails/it/approve_reminder.gohtml + +commit d7de05819cd8207d3aa2e83000a4e193710a4cd5 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jun 29 14:24:13 2023 +0200 + + New translations approve_reminder.gohtml (Hebrew) + +27 0 server/internal/views/emails/he/approve_reminder.gohtml + +commit d152425ab1e37868e70724f0bf79d1622bd2641c +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jun 29 14:24:12 2023 +0200 + + New translations approve_reminder.gohtml (German) + +27 0 server/internal/views/emails/de/approve_reminder.gohtml + +commit 0377b73771bac8dbf17caa83346493e32bd8881b +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jun 29 14:24:11 2023 +0200 + + New translations approve_reminder.gohtml (Spanish) + +27 0 server/internal/views/emails/es/approve_reminder.gohtml + +commit 2300ae171046d6b7570b751ea2dc6016c215ce12 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jun 29 14:24:10 2023 +0200 + + New translations approve_reminder.gohtml (French) + +27 0 server/internal/views/emails/fr/approve_reminder.gohtml + +commit 7d55e433997fc055540cd3e12dd04746945b9d93 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jun 29 14:24:09 2023 +0200 + + New translations headers.json (Swedish) + +2 1 server/internal/views/emails/sv/headers.json + +commit f9b8fcc5835d64f795c732c5a05627153899f44c +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jun 29 14:24:08 2023 +0200 + + New translations headers.json (Portuguese) + +2 1 server/internal/views/emails/pt/headers.json + +commit a217ff57aa33d8d39629213f54d3676514924f4d +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jun 29 14:24:07 2023 +0200 + + New translations headers.json (Polish) + +2 1 server/internal/views/emails/pl/headers.json + +commit 0962992a85287abc9807b5e5fa53b7e0f96bc8b5 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jun 29 14:24:06 2023 +0200 + + New translations headers.json (Dutch) + +2 1 server/internal/views/emails/nl/headers.json + +commit 00b4f63fac5c5493be757d1942e9fbb06412315a +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jun 29 14:24:05 2023 +0200 + + New translations headers.json (Korean) + +2 1 server/internal/views/emails/ko/headers.json + +commit 10f838fcaca5e37b394e1c4576ba9ad7c833b631 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jun 29 14:24:04 2023 +0200 + + New translations headers.json (Japanese) + +2 1 server/internal/views/emails/ja/headers.json + +commit 3a6292c50f23c170dd91911f2d0ce0167228b2ff +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jun 29 14:24:03 2023 +0200 + + New translations headers.json (Italian) + +2 1 server/internal/views/emails/it/headers.json + +commit b9c0f725d3a36ab373f9c31349b12418bdd6999c +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jun 29 14:24:02 2023 +0200 + + New translations headers.json (Hebrew) + +2 1 server/internal/views/emails/he/headers.json + +commit ea9566887b448f7b36dd06ec14ca9e4d8e5e4e16 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jun 29 14:24:01 2023 +0200 + + New translations headers.json (German) + +2 1 server/internal/views/emails/de/headers.json + +commit 38cb079c189f74f2155a7f315557075c8e96a9b8 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jun 29 14:24:00 2023 +0200 + + New translations headers.json (Spanish) + +2 1 server/internal/views/emails/es/headers.json + +commit 72d012649c7461ac4fe45062caee880dda3534a9 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jun 29 14:23:59 2023 +0200 + + New translations headers.json (French) + +2 1 server/internal/views/emails/fr/headers.json + +commit 06ee23172f70de8ee5d00ab72a6e0a9b659abccb +Merge: 35493c9f 839a74ab +Author: Lucian I. Last +Date: Thu Jun 29 13:48:15 2023 +0200 + + Merge branch 'email-unattended-loop-hosts' + +commit 839a74abae191aa2bd3b76c30f24415921df0910 +Author: Lucian I. Last +Date: Thu Jun 29 13:47:57 2023 +0200 + + Fix template and prevEmailValue loop + +17 14 server/internal/controllers/cron.go +2 1 server/internal/views/email.go +8 4 server/internal/views/emails/en/approve_reminder.gohtml + +commit eae67bf75e8bf606fb06b9ea790135fd9eab7033 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jun 29 12:51:04 2023 +0200 + + New translations faq.json (Swedish) + +4 0 frontend/public/locales/sv/faq.json + +commit 1ec34c7360745582e803f2eb4151aff377017cfe +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jun 29 12:51:02 2023 +0200 + + New translations faq.json (Portuguese) + +4 0 frontend/public/locales/pt/faq.json + +commit 72df173c4a773f573ef8d4616547604de1c8e0e8 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jun 29 12:51:01 2023 +0200 + + New translations faq.json (Polish) + +4 0 frontend/public/locales/pl/faq.json + +commit 68d36a01bf736266946a67a8512c3e0a05c4b4ce +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jun 29 12:51:00 2023 +0200 + + New translations faq.json (Dutch) + +4 0 frontend/public/locales/nl/faq.json + +commit 1f17f5a42dd7a67536fea67e068c93c5907e3362 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jun 29 12:50:59 2023 +0200 + + New translations faq.json (Korean) + +4 0 frontend/public/locales/ko/faq.json + +commit 09f907dd9397d9f1fca23f8091aeca0d20a679d4 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jun 29 12:50:58 2023 +0200 + + New translations faq.json (Japanese) + +4 0 frontend/public/locales/ja/faq.json + +commit 20b020c350f1baf4385d434343c79b3842cf030c +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jun 29 12:50:57 2023 +0200 + + New translations faq.json (Italian) + +4 0 frontend/public/locales/it/faq.json + +commit 8b3850d3743339a0dc0603582fa1cc20a6218eb5 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jun 29 12:50:56 2023 +0200 + + New translations faq.json (German) + +4 0 frontend/public/locales/de/faq.json + +commit 18f1c0491d02092d57b212196ced01e23729a713 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jun 29 12:50:55 2023 +0200 + + New translations faq.json (Spanish) + +4 0 frontend/public/locales/es/faq.json + +commit 699c25fa7f2975b84baf9ab0f696225e3edeb58d +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jun 29 12:50:54 2023 +0200 + + New translations faq.json (French) + +4 0 frontend/public/locales/fr/faq.json + +commit 243e67f405891de4a65bfeb1d7345621c2bf6e72 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jun 29 12:50:53 2023 +0200 + + New translations translation.json (Swedish) + +2 2 frontend/public/locales/sv/translation.json + +commit b7770396f47d5ce835fe27d00ec6cd35823118ef +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jun 29 12:50:52 2023 +0200 + + New translations translation.json (Portuguese) + +2 2 frontend/public/locales/pt/translation.json + +commit c97964ec0e58ed7d1068ae9a9dc86a79d44a82ee +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jun 29 12:50:51 2023 +0200 + + New translations translation.json (Polish) + +2 2 frontend/public/locales/pl/translation.json + +commit 4f0665d35fd5ae171138ae6755a075d10dc161b0 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jun 29 12:50:50 2023 +0200 + + New translations translation.json (Dutch) + +2 2 frontend/public/locales/nl/translation.json + +commit 93110dbc4bce0f51a54837eedcb4e5421de6811c +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jun 29 12:50:49 2023 +0200 + + New translations translation.json (Korean) + +2 2 frontend/public/locales/ko/translation.json + +commit 0cec43f62524d28ca728cd3d86fd10830824b7d2 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jun 29 12:50:48 2023 +0200 + + New translations translation.json (Japanese) + +2 2 frontend/public/locales/ja/translation.json + +commit 0b56b9183b2c974a6f8df2394061eacdedbdf025 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jun 29 12:50:47 2023 +0200 + + New translations translation.json (Italian) + +2 2 frontend/public/locales/it/translation.json + +commit a9c57c32cb849b4d714b47dc97588bbcfe66a942 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jun 29 12:50:46 2023 +0200 + + New translations translation.json (German) + +2 2 frontend/public/locales/de/translation.json + +commit 1c037dbf3f82e5e8963f384b8c046459789ea0b1 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jun 29 12:50:45 2023 +0200 + + New translations translation.json (Spanish) + +2 2 frontend/public/locales/es/translation.json + +commit a42170fb263293275cbc68b0f3cf1797f9b86cab +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jun 29 12:50:44 2023 +0200 + + New translations translation.json (French) + +2 2 frontend/public/locales/fr/translation.json + +commit 21467d00965dd4b8668a60040927b82448a0f69f +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jun 29 12:50:43 2023 +0200 + + New translations faq.json (Hebrew) + +4 0 frontend/public/locales/he/faq.json + +commit 01fb411f7196106fdfa4a1ec520030fc1d59c971 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jun 29 12:50:41 2023 +0200 + + New translations translation.json (Hebrew) + +2 2 frontend/public/locales/he/translation.json + +commit 2baf4d021d5fe03be8884efab6fb5ede532dd174 +Author: Lucian I. Last +Date: Thu Jun 29 12:29:53 2023 +0200 + + Update email text + +1 0 server/internal/views/email.go +3 2 server/internal/views/emails/en/approve_reminder.gohtml + +commit db1fe5b0dae50e5ea81db3f78962592c1257cb12 +Merge: 4ac7faee 35493c9f +Author: Lucian I. Last +Date: Thu Jun 29 12:18:44 2023 +0200 + + Merge branch 'main' into email-unattended-loop-hosts + +commit 35493c9f44f9b4a03589773001d77455008eb5b4 +Author: Lucian I. Last +Date: Thu Jun 29 12:13:31 2023 +0200 + + Share new chain name by query params + +29 1 frontend/package-lock.json +2 1 frontend/package.json +2 2 frontend/public/locales/ar/translation.json +2 2 frontend/public/locales/da/translation.json +1 1 frontend/public/locales/de/translation.json +2 2 frontend/public/locales/en/translation.json +1 1 frontend/public/locales/es/translation.json +1 1 frontend/public/locales/fr/translation.json +1 1 frontend/public/locales/he/translation.json +2 2 frontend/public/locales/it/translation.json +2 2 frontend/public/locales/ja/translation.json +2 2 frontend/public/locales/ko/translation.json +1 1 frontend/public/locales/nl/translation.json +2 2 frontend/public/locales/pl/translation.json +2 2 frontend/public/locales/pt/translation.json +1 1 frontend/public/locales/sv/translation.json +2 2 frontend/public/locales/zh/translation.json +139 131 frontend/src/App.tsx +2 2 frontend/src/pages/NewChainLocation.tsx +4 2 frontend/src/pages/Thankyou.tsx + +commit 64f798c348c172b46cdc0e489cf7c61e1acdef8a +Author: Lucian I. Last +Date: Thu Jun 29 11:27:14 2023 +0200 + + Add new FAQ point is it free to participate #517 + +4 0 frontend/public/locales/en/faq.json + +commit 1d7ac04f2e62701d56324dcfe0fca9f4084b9890 +Author: Lucian I. Last +Date: Thu Jun 29 11:17:47 2023 +0200 + + Link to the faq from the about page #478 + +30 19 frontend/src/pages/About.tsx + +commit 80d9d705afedabb6fc20cb22ff45f9b84060b1fb +Author: Lucian I. Last +Date: Thu Jun 29 10:55:47 2023 +0200 + + Donate and Events switch places in the top bar #478 + +4 4 frontend/src/components/Navbar.tsx + +commit 003915bd44a85944f7d6b00ee7ccee3a36436627 +Author: Lucian I. Last +Date: Thu Jun 29 09:59:03 2023 +0200 + + App build v1.2 + +2 2 app/android/app/build.gradle + +commit 40c5b6bb7948cb03d861e5d9bec15ef5ba93e409 +Author: Lucian I. Last +Date: Thu Jun 29 09:50:11 2023 +0200 + + Update gradle to 7.4.2 + +1 1 app/android/build.gradle +1 1 app/android/gradle/wrapper/gradle-wrapper.properties + +commit db877e527d1ddd2cb55a2b2e00324ebb41ee0301 +Author: Lucian I. Last +Date: Thu Jun 29 09:48:59 2023 +0200 + + Fix build:android:production + +1 1 app/package.json + +commit 86c8302aab210b110f499c9aadcae670822aeff9 +Author: Lucian I. Last +Date: Thu Jun 29 09:48:16 2023 +0200 + + Fix language detection on mobile + +3 1 app/src/i18n.ts + +commit a7fb42d85c53020d86858093322ace483afe7f7c +Author: Lucian I. Last +Date: Wed Jun 28 17:59:15 2023 +0200 + + Add sql that finds published chains without verified host + +21 0 server/sql/integrety-chains.sql + +commit dddfc49f2b574468ce3f8e367493233e0e33396d +Merge: a63e7bcf 711245bc +Author: Lucian I. Last +Date: Wed Jun 28 15:51:37 2023 +0200 + + Merge pull request #516 from the-clothing-loop/paloeka-patch-2 + + Create Finding all hosts + +commit 711245bcc880bfe195c886e44cf2d27d160cfe11 +Author: Lucian I. Last +Date: Wed Jun 28 15:50:47 2023 +0200 + + Rename and document + +0 5 server/sql/Finding all hosts: +11 0 server/sql/find-all-hosts.sql + +commit ad0ae70fd2f2a7fb767dcdbaf5308607b27b1a9b +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Jun 28 14:24:58 2023 +0200 + + New translations translation.json (Dutch) + +6 6 frontend/public/locales/nl/translation.json + +commit 7a2530ac599bdecd9b9548b5f42e844c8835cfc0 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Jun 28 13:36:32 2023 +0200 + + Create Finding all hosts + +5 0 server/sql/Finding all hosts: + +commit a63e7bcffb6af61bbcfa0ab60db01521eea0342b +Author: Lucian I. Last +Date: Wed Jun 28 12:41:31 2023 +0200 + + Before verification loops are not published + +10 1 server/internal/controllers/login.go + +commit 3d1059634352ec3419eaf80f8aaec7cd01ac28f1 +Author: Lucian I. Last +Date: Wed Jun 28 12:19:58 2023 +0200 + + Fix block circles + +2 0 frontend/src/pages/FindChain.tsx + +commit afdf4660ac4973c0b2c0db4e1b6281fc855c5a65 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Jun 28 12:13:42 2023 +0200 + + New translations translation.json (Dutch) + +1 1 frontend/public/locales/nl/translation.json + +commit d82910aff6130c4ce430c12374fa343951cc7d89 +Merge: 152ec600 1f832afd +Author: Lucian I. Last +Date: Wed Jun 28 11:32:33 2023 +0200 + + Merge branch 'main' of github.com:the-clothing-loop/website + +commit 152ec6009d74950078561c12415399ec62b7a7aa +Author: Lucian I. Last +Date: Wed Jun 28 11:32:27 2023 +0200 + + Allow for anyone to test and use the acc website + +0 4 server/internal/app/mail.go + +commit 1f832afd3d0cf3c3434c43d527867ba378318ea7 +Merge: 338b6d7a fc36a889 +Author: Lucian I. Last +Date: Wed Jun 28 11:21:08 2023 +0200 + + Merge pull request #514 from the-clothing-loop/l10n_main + + New Crowdin updates + +commit fc36a8893fa64b8303e78868919365377c44d0c6 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Jun 28 11:11:47 2023 +0200 + + New translations translation.json (Swedish) + +2 0 frontend/public/locales/sv/translation.json + +commit 061d4ab4e8051252ef513a538bcc97164d2ae233 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Jun 28 11:11:46 2023 +0200 + + New translations translation.json (Portuguese) + +2 0 frontend/public/locales/pt/translation.json + +commit 736bef0f8c90347e46d9834fe3209bccc5f81c0d +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Jun 28 11:11:45 2023 +0200 + + New translations translation.json (Polish) + +2 0 frontend/public/locales/pl/translation.json + +commit 70a28428964c229a614f9387f7d7edd4032bc1a4 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Jun 28 11:11:44 2023 +0200 + + New translations translation.json (Dutch) + +2 0 frontend/public/locales/nl/translation.json + +commit b3a5d114ae26c8d5dca092bbb69d07bbb62aedc6 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Jun 28 11:11:43 2023 +0200 + + New translations translation.json (Korean) + +2 0 frontend/public/locales/ko/translation.json + +commit 1dc040b248ac884516a1af917ae2be772f50422f +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Jun 28 11:11:42 2023 +0200 + + New translations translation.json (Japanese) + +2 0 frontend/public/locales/ja/translation.json + +commit 7a8491c35a617790d71450a672fcd1740fc81e55 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Jun 28 11:11:41 2023 +0200 + + New translations translation.json (Italian) + +2 0 frontend/public/locales/it/translation.json + +commit 17f626a049e4e7797763a26cb94da79866cdc532 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Jun 28 11:11:40 2023 +0200 + + New translations translation.json (German) + +2 0 frontend/public/locales/de/translation.json + +commit 7a122a00243cea71d39feb050704092eaeeaa201 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Jun 28 11:11:39 2023 +0200 + + New translations translation.json (Spanish) + +2 0 frontend/public/locales/es/translation.json + +commit 2d9263b6c871d275d48e9faa976bd011003ed78c +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Jun 28 11:11:38 2023 +0200 + + New translations translation.json (French) + +2 0 frontend/public/locales/fr/translation.json + +commit dec25816c7bddf8af0a0ee9ec988329aca426cc8 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Jun 28 11:11:37 2023 +0200 + + New translations translation.json (Hebrew) + +2 0 frontend/public/locales/he/translation.json + +commit 338b6d7a46a2bee1a8f92053a45ed9655882c09d +Author: Lucian I. Last +Date: Wed Jun 28 11:05:34 2023 +0200 + + Add contact up translations keys #504 + +2 0 frontend/public/locales/en/translation.json +2 5 frontend/src/pages/Contacts.tsx + +commit 4ac7faee918adbbc388852e7a5e9112e860f7dfb +Author: Lucian I. Last +Date: Wed Jun 28 10:11:18 2023 +0200 + + Add un tested email + +3 1 server/internal/app/mail.go +79 8 server/internal/controllers/cron.go +13 11 server/internal/models/user_chain.go +30 0 server/internal/views/email.go +22 0 server/internal/views/emails/en/approve_reminder.gohtml +2 1 server/internal/views/emails/en/headers.json +3 1 server/internal/views/embed.go + +commit 6ace5ddb0f3d1b5216a75ba78f071eb6a26428b6 +Merge: acf570cd 0b9fb850 +Author: Lucian I. Last +Date: Wed Jun 28 10:04:51 2023 +0200 + + Merge branch 'add-notification' + +commit 0f02a717bc1c9af976739f3d3d7dab6074a5776d +Author: Natalie +Date: Mon Jun 26 08:34:28 2023 -0700 + + Focuses on the loop closest to where the user clicks on a zoomed in cluster + +8 0 frontend/src/pages/FindChain.tsx + +commit 0b9fb8504a1570efdf67f84b6759e15df5d501f5 +Author: Lucian I. Last +Date: Mon Jun 26 09:12:02 2023 +0200 + + App npm audit + +491 497 app/package-lock.json + +commit b18269a086b3e5dfe048ae0b85d617e07cc7aa4d +Author: Lucian I. Last +Date: Mon Jun 26 09:11:48 2023 +0200 + + Remove go fcgi build option + +0 3 server/Makefile +0 20 server/cmd/server-fcgi/main.go +0 5 server/cmd/server-fcgi/static/.htaccess + +commit 6dae2051a560c50312f00f93bf0da51ce07a9932 +Author: Lucian I. Last +Date: Mon Jun 26 09:11:20 2023 +0200 + + Working old bag notification & Move cron to server package + +2 2 server/cmd/server/main.go +10 8 server/go.mod +24 0 server/go.sum +0 53 server/internal/app/cron.go +31 3 server/internal/app/onesignal.go +2 0 server/internal/controllers/bag.go +3 4 server/internal/controllers/bulky_item.go +77 0 server/internal/controllers/cron.go +0 36 server/internal/controllers/onesignal.go +10 7 server/internal/models/bag.go +21 4 server/internal/server.go + +commit b9b37677c3ba6e5ffc764e485f9c41f41d274c93 +Merge: c13789bd acf570cd +Author: Natalie +Date: Sat Jun 24 11:37:46 2023 -0700 + + Merge branch 'main' of https://github.com/NatalieWilson19/clothing-loop into redesign-loop-search-page-#486 + +commit 3f0ac5846e032f16ae7410a1d56f053a37263b5d +Merge: a16473a3 acf570cd +Author: Lucian I. Last +Date: Fri Jun 23 15:36:32 2023 +0200 + + Merge branch 'main' into add-notification + +commit acf570cd416bf125659a73bb35d85222832909d8 +Author: Lucian I. Last +Date: Fri Jun 23 15:35:51 2023 +0200 + + lint + +5 5 frontend/src/pages/ChainMemberList.tsx + +commit bb0a23d885aa5d76460d2d176f5318baced6d04d +Author: Lucian I. Last +Date: Fri Jun 23 15:33:39 2023 +0200 + + Replace if with conditional operator for using goatcounter + +1 2 frontend/src/pages/ChainMemberList.tsx +5 6 frontend/src/pages/EventCreate.tsx +5 6 frontend/src/pages/NewChainLocation.tsx +5 6 frontend/src/pages/Signup.tsx +1 1 frontend/src/providers/AuthProvider.tsx +1 1 frontend/src/window.d.ts + +commit d83447b9afd75384b5d7ace7a94255e8bcd76325 +Author: Lucian I. Last +Date: Fri Jun 23 15:32:41 2023 +0200 + + Fix PR #512 + +4 2 frontend/src/pages/About.tsx +9 8 frontend/src/pages/FAQ.tsx + +commit 1749ff48881dfa2fd3fe69d40bf7b8abd3cf2d3e +Merge: 11d933bb b2f82bdd +Author: Lucian I. Last +Date: Fri Jun 23 12:49:40 2023 +0200 + + Merge pull request #512 from NeedADispenserHere/faq-and-about-counters + +commit b2f82bddb72731497c712544abaa0b3c7540f360 +Author: NeedADispenserHere +Date: Fri Jun 23 03:12:39 2023 -0700 + + Edited "FAQ" and "About" counter names + + Changed FAQ and About page counter names to "Accessed Page:FAQ" and "Accessed Page:About" + +2 2 frontend/src/pages/About.tsx +2 2 frontend/src/pages/FAQ.tsx + +commit 11d933bbf34c1da0db469f01e14a9091b8d754b4 +Merge: 9a8f7f87 903514c1 +Author: Lucian I. Last +Date: Fri Jun 23 11:47:46 2023 +0200 + + Merge pull request #513 from the-clothing-loop/dependabot/npm_and_yarn/frontend/fast-xml-parser-4.2.5 + +commit 903514c18c0d7d67e523a9ec48ecbff8ae142cba +Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> +Date: Fri Jun 23 07:39:21 2023 +0000 + + Bump fast-xml-parser from 4.2.4 to 4.2.5 in /frontend + + Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 4.2.4 to 4.2.5. + - [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases) + - [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md) + - [Commits](https://github.com/NaturalIntelligence/fast-xml-parser/compare/v4.2.4...v4.2.5) + + --- + updated-dependencies: + - dependency-name: fast-xml-parser + dependency-type: indirect + ... + + Signed-off-by: dependabot[bot] + +3 3 frontend/package-lock.json + +commit 9a8f7f872604583925830cedadcccd98d811a2d0 +Merge: 20ed9939 a16473a3 +Author: Lucian I. Last +Date: Fri Jun 23 09:38:43 2023 +0200 + + Merge branch 'add-notification' + +commit a16473a31a9e55d84a9c0ee4d93adcef439ec23b +Author: Lucian I. Last +Date: Fri Jun 23 09:37:49 2023 +0200 + + Add onesignal keys to config + +4 0 devops/setup-4-api.yml +7 0 devops/templates/config.yml.j2 + +commit d49cde93cdf7b81984d2c012cc0c3b8562c8b75d +Author: Lucian I. Last +Date: Fri Jun 23 09:30:34 2023 +0200 + + Working notification + +12 1 server/internal/controllers/bulky_item.go +17 20 server/internal/controllers/onesignal.go +4 0 server/internal/server.go + +commit 49793ea8f3847bbe0ecfdac05ab828704b4cd19b +Author: Lucian I. Last +Date: Fri Jun 23 08:19:52 2023 +0200 + + Use the same location for mobile as web for onesignal + +4 8 app/src/Store.tsx +4 0 app/src/onesignal.ts +4 3 app/src/window.d.ts + +commit a80176b1189247ebff45b6582d6a606f0c5a4c7a +Author: Lucian I. Last +Date: Fri Jun 23 08:15:00 2023 +0200 + + Use onesignals external user id for reference + +7 7 server/internal/controllers/bulky_item.go +6 55 server/internal/controllers/onesignal.go +0 4 server/internal/server.go + +commit 3dba3df8044090aa0487fb548ce9d9667c710c20 +Author: NeedADispenserHere +Date: Thu Jun 22 11:23:11 2023 -0700 + + Added Goatcounter events for About page and + FAQ page + +7 0 frontend/src/pages/About.tsx +7 0 frontend/src/pages/FAQ.tsx + +commit 9b41abb67be3599c244e76dc9ca62fd1770b7823 +Author: Lucian I. Last +Date: Thu Jun 22 10:59:38 2023 +0200 + + Add server onesignal routes + +1 0 server/go.mod +336 0 server/go.sum +25 23 server/internal/app/config.go +1 0 server/internal/app/database.go +18 0 server/internal/app/onesignal.go +17 0 server/internal/controllers/bulky_item.go +88 0 server/internal/controllers/onesignal.go +22 21 server/internal/models/user.go +35 0 server/internal/models/user_onesignal.go +4 0 server/internal/server.go +18 0 server/internal/views/notifications.go + +commit 1c0e91cffb1f15015d74916b900abe5da0db8fd4 +Author: Lucian I. Last +Date: Wed Jun 21 08:58:58 2023 +0200 + + Set external user id from app + +8 0 app/src/Store.tsx +7 5 app/src/onesignal.ts +6 0 app/src/window.d.ts + +commit 5a955a25877d8d75553601f56db6144089654712 +Author: Lucian I. Last +Date: Tue Jun 20 17:28:20 2023 +0200 + + Add bottom padding for android + +4 0 app/src/theme/overrides.css + +commit 1b1501cf20c1987d6893099fd5247741731af2a6 +Author: Lucian I. Last +Date: Tue Jun 20 12:49:58 2023 +0200 + + Fix desktop overrides + +4 4 app/src/theme/overrides.css + +commit 3b51aff808a3feeb02260a536bf2c1c4ccdf773f +Author: Lucian I. Last +Date: Tue Jun 20 12:49:43 2023 +0200 + + Add ios + +21 4 app/android/app/src/main/AndroidManifest.xml +- - app/android/app/src/main/res/drawable-land-hdpi/splash.png +- - app/android/app/src/main/res/drawable-land-mdpi/splash.png +- - app/android/app/src/main/res/drawable-land-night-hdpi/splash.png +- - app/android/app/src/main/res/drawable-land-night-ldpi/splash.png +- - app/android/app/src/main/res/drawable-land-night-mdpi/splash.png +- - app/android/app/src/main/res/drawable-land-night-xhdpi/splash.png +- - app/android/app/src/main/res/drawable-land-night-xxhdpi/splash.png +- - app/android/app/src/main/res/drawable-land-night-xxxhdpi/splash.png +- - app/android/app/src/main/res/drawable-land-xhdpi/splash.png +- - app/android/app/src/main/res/drawable-land-xxhdpi/splash.png +- - app/android/app/src/main/res/drawable-land-xxxhdpi/splash.png +- - app/android/app/src/main/res/drawable-night/splash.png +- - app/android/app/src/main/res/drawable-port-hdpi/splash.png +- - app/android/app/src/main/res/drawable-port-ldpi/splash.png +- - app/android/app/src/main/res/drawable-port-mdpi/splash.png +- - app/android/app/src/main/res/drawable-port-night-hdpi/splash.png +- - app/android/app/src/main/res/drawable-port-night-ldpi/splash.png +- - app/android/app/src/main/res/drawable-port-night-mdpi/splash.png +- - app/android/app/src/main/res/drawable-port-night-xhdpi/splash.png +- - app/android/app/src/main/res/drawable-port-night-xxhdpi/splash.png +- - app/android/app/src/main/res/drawable-port-night-xxxhdpi/splash.png +- - app/android/app/src/main/res/drawable-port-xhdpi/splash.png +- - app/android/app/src/main/res/drawable-port-xxhdpi/splash.png +- - app/android/app/src/main/res/drawable-port-xxxhdpi/splash.png +- - app/android/app/src/main/res/drawable/splash.png +- - app/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png +13 0 app/ios/.gitignore +406 0 app/ios/App/App.xcodeproj/project.pbxproj +7 0 app/ios/App/App.xcodeproj/project.xcworkspace/contents.xcworkspacedata +10 0 app/ios/App/App.xcworkspace/contents.xcworkspacedata +8 0 app/ios/App/App.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +49 0 app/ios/App/App/AppDelegate.swift +- - app/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-20x20@1x.png +- - app/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-20x20@2x-1.png +- - app/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-20x20@2x.png +- - app/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-20x20@3x.png +- - app/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-29x29@1x.png +- - app/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-29x29@2x-1.png +- - app/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-29x29@2x.png +- - app/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-29x29@3x.png +- - app/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-40x40@1x.png +- - app/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-40x40@2x-1.png +- - app/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-40x40@2x.png +- - app/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-40x40@3x.png +- - app/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-512@2x.png +- - app/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-60x60@2x.png +- - app/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-60x60@3x.png +- - app/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-76x76@1x.png +- - app/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-76x76@2x.png +- - app/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-83.5x83.5@2x.png +116 0 app/ios/App/App/Assets.xcassets/AppIcon.appiconset/Contents.json +6 0 app/ios/App/App/Assets.xcassets/Contents.json +56 0 app/ios/App/App/Assets.xcassets/Splash.imageset/Contents.json +- - app/ios/App/App/Assets.xcassets/Splash.imageset/Default@1x~universal~anyany-dark.png +- - app/ios/App/App/Assets.xcassets/Splash.imageset/Default@1x~universal~anyany.png +- - app/ios/App/App/Assets.xcassets/Splash.imageset/Default@2x~universal~anyany-dark.png +- - app/ios/App/App/Assets.xcassets/Splash.imageset/Default@2x~universal~anyany.png +- - app/ios/App/App/Assets.xcassets/Splash.imageset/Default@3x~universal~anyany-dark.png +- - app/ios/App/App/Assets.xcassets/Splash.imageset/Default@3x~universal~anyany.png +- - app/ios/App/App/Assets.xcassets/Splash.imageset/splash-2732x2732-1.png +- - app/ios/App/App/Assets.xcassets/Splash.imageset/splash-2732x2732-2.png +- - app/ios/App/App/Assets.xcassets/Splash.imageset/splash-2732x2732.png +32 0 app/ios/App/App/Base.lproj/LaunchScreen.storyboard +19 0 app/ios/App/App/Base.lproj/Main.storyboard +49 0 app/ios/App/App/Info.plist +30 0 app/ios/App/Podfile +9 0 app/package-lock.json +1 0 app/package.json + +commit c258e16375f50cc893ae90a2dce1ff02d1992f55 +Merge: ae9c71f3 20ed9939 +Author: Lucian I. Last +Date: Tue Jun 20 09:59:00 2023 +0200 + + Merge branch 'main' into add-notification + +commit 20ed99396f8b0ec5624680db30832cd3e91808d9 +Merge: 8fe1ec76 80fa5b4d +Author: Lucian I. Last +Date: Tue Jun 20 09:54:23 2023 +0200 + + Merge branch 'set-lang-pref-by-server' + +commit 80fa5b4d2ebb94a1839345152f3d32ec730b7d86 +Author: Lucian I. Last +Date: Tue Jun 20 09:52:27 2023 +0200 + + Upload i18n if non exists & Use account language on conflict + +10 1 frontend/src/providers/AuthProvider.tsx + +commit 70b0716fbf29855e7ee7c7fe2c3c9acd7e32015c +Author: Lucian I. Last +Date: Tue Jun 20 09:26:16 2023 +0200 + + Cleanup + +1 1 frontend/src/components/LanguageSwitcher.tsx +0 1 frontend/src/pages/UserEdit.tsx + +commit 8a52082b011f114cdea3f069f2d850e2f333d3a2 +Author: Lucian I. Last +Date: Tue Jun 20 09:23:25 2023 +0200 + + Fix language switching + +1 1 app/src/api.ts +0 3 frontend/src/components/AddressForm.tsx +11 14 frontend/src/components/LanguageSwitcher.tsx +8 1 frontend/src/pages/LoginEmailFinished.tsx +4 2 frontend/src/providers/AuthProvider.tsx + +commit 2a23e071ca936ebdbdf0d7d673bbfe23920de5ec +Author: Lucian I. Last +Date: Mon Jun 19 16:56:43 2023 +0200 + + Use lower case i18n in json requests and responses + +2 2 app/src/api.ts +1 1 frontend/src/api/types.ts +1 1 frontend/src/api/user.ts +1 1 frontend/src/components/AddressForm.tsx +1 1 frontend/src/components/LanguageSwitcher.tsx +1 1 frontend/src/pages/UserEdit.tsx +3 7 server/internal/controllers/users.go + +commit ec2c23060723f50f56a69a6c6deeff910151c866 +Merge: a6f0825b 8fe1ec76 +Author: Lucian I. Last +Date: Mon Jun 19 16:50:05 2023 +0200 + + Merge branch 'main' into set-lang-pref-by-server + +commit 8fe1ec769f2466f3d7b8328c6cff903797456ee8 +Merge: cbf9e7f1 d4d19e65 +Author: Lucian I. Last +Date: Mon Jun 19 15:00:10 2023 +0200 + + Merge branch 'documentation' + +commit d4d19e659a6563195bbaa6eee102fa04211d6fdc +Author: Lucian I. Last +Date: Mon Jun 19 14:59:38 2023 +0200 + + Rename ONBOARDING to INSTALL_LINUX md & link the docker readme somewhere else + +9 29 ONBOARDING_DEVS.md => INSTALL_LINUX.md +4 2 README.md + +commit 19df53da74a149c917eb53ec8b4f55710ec6b267 +Author: Lucian I. Last +Date: Mon Jun 19 14:49:32 2023 +0200 + + Add golang to documentation + +6 2 docker/dev/README.md + +commit 010d03c2f6530144b18a168d6c534ac5014e6dac +Author: Lucian I. Last +Date: Mon Jun 19 14:45:56 2023 +0200 + + Add readme (thanks @mohasi) + +56 0 docker/dev/README.md + +commit c13789bd474fc2c437a0429f5bf13c41330c8245 +Author: Lucian I. Last +Date: Mon Jun 19 12:59:52 2023 +0200 + + Added border to list + +1 1 frontend/src/pages/FindChain.tsx + +commit 0ed82602e0de7e8171fa6cc0c446a436339ca25b +Author: Lucian I. Last +Date: Mon Jun 19 12:34:32 2023 +0200 + + wip + +213 194 frontend/src/pages/FindChain.tsx + +commit 47fc02133502c9a7677a58b766507f065b22e4c6 +Merge: cbf9e7f1 621901aa +Author: Lucian I. Last +Date: Mon Jun 19 10:04:54 2023 +0200 + + Merge branch 'main' of github.com:the-clothing-loop/website; branch 'redesign-loop-search-page-#486' of github.com:NatalieWilson19/clothing-loop into redesign-loop-search-page-#486 + +commit cbf9e7f17fd9d15347a707c192d5719afbb49910 +Merge: f5e2b054 0bd8cfef +Author: Lucian I. Last +Date: Mon Jun 19 09:12:47 2023 +0200 + + Merge branch 'main' of github.com:the-clothing-loop/website + +commit f5e2b0545f61a4efad4bb8ee5888c4ad7dced7f6 +Author: Lucian I. Last +Date: Mon Jun 19 09:12:42 2023 +0200 + + show closed loops as grey + +18 3 frontend/src/pages/FindChain.tsx + +commit 0bd8cfefa61233822a92e1a2f58d1452a5f2472b +Merge: 53e0fcb1 b8ac1f56 +Author: Lucian I. Last +Date: Mon Jun 19 09:09:01 2023 +0200 + + Merge pull request #501 from the-clothing-loop/l10n_main + + New Crowdin updates + +commit 621901aaecd7d88fb497c571305a757bc0f74873 +Author: Natalie +Date: Sat Jun 17 18:36:04 2023 -0700 + + better variable names + +2 2 frontend/src/pages/FindChain.tsx + +commit 3e8059b827067087bbc12900ee5648464d572949 +Merge: 160ca292 309f8ca7 +Author: Natalie +Date: Sat Jun 17 18:23:30 2023 -0700 + + Merge branch 'redesign-loop-search-page-#486' of https://github.com/NatalieWilson19/clothing-loop into redesign-loop-search-page-#486 + +commit 160ca29224fcb97f356453ad6f51c040b340b1d5 +Author: Natalie +Date: Sat Jun 17 18:22:37 2023 -0700 + + Fix page freezing when getting visible chains + +76 44 frontend/src/pages/FindChain.tsx + +commit b8ac1f56f792ac02b3a4a211bd863a05569ed785 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Sat Jun 17 12:28:12 2023 +0200 + + New translations subscribed_to_newsletter.gohtml (Hebrew) + +1 1 server/internal/views/emails/he/subscribed_to_newsletter.gohtml + +commit 0f079d1cd34040b6df6d9cdbf0dbbb8fa9b4364c +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Sat Jun 17 12:28:10 2023 +0200 + + New translations translation.json (Hebrew) + +15 15 frontend/public/locales/he/translation.json + +commit 309f8ca77ad26759143e8da20cd26f9e955fa004 +Merge: 5a58a4dd 53e0fcb1 +Author: Natalie Wilson <38057767+NatalieWilson19@users.noreply.github.com> +Date: Fri Jun 16 13:37:06 2023 -0700 + + Merge branch 'the-clothing-loop:main' into redesign-loop-search-page-#486 + +commit 53e0fcb15233c50ea543c1650632154fc4e0e0b5 +Author: Lucian I. Last +Date: Fri Jun 16 18:39:59 2023 +0200 + + Fix config server example + +1 1 server/config.example.yml + +commit 0c863689f496816aa4e3797af3c80193ff902479 +Merge: 7f1f7682 1de01c1f +Author: Lucian I. Last +Date: Fri Jun 16 09:49:57 2023 +0200 + + Merge pull request #499 from jnorlando/change-to-seperated-address-#394 + + Added Latitude and Longitude To Users + +commit 1de01c1fffc3b181fd20bc485fe08db9502d9a32 +Author: Lucian I. Last +Date: Fri Jun 16 09:48:06 2023 +0200 + + Dont show longlat of users but allow setting longlat + +2 2 frontend/src/api/types.ts +2 2 frontend/src/api/user.ts +11 10 frontend/src/components/AddressForm.tsx +2 2 frontend/src/pages/NewChainLocation.tsx +2 2 frontend/src/pages/NewChainSignup.tsx +2 2 frontend/src/pages/Signup.tsx +4 2 frontend/src/pages/UserEdit.tsx + +commit 303f829a70fb7210d01f0f29a20defc4184689d0 +Merge: bf465585 7f1f7682 +Author: Lucian I. Last +Date: Fri Jun 16 09:39:07 2023 +0200 + + Merge branch 'main' into change-to-seperated-address-#394 + + # Conflicts: + # frontend/package-lock.json + +commit bf46558536a7d0fb100a1b491bea1d29da2ca507 +Author: Lucian I. Last +Date: Fri Jun 16 09:27:43 2023 +0200 + + Merge mapbox requests into one & Add typescript types + +0 1 frontend/src/api/user.ts +15 16 frontend/src/components/AddressForm.tsx +0 2 frontend/src/pages/UserEdit.tsx + +commit a2773c716fc92d5cbfcbdc58233c8ed91d483d9f +Author: jnorlando +Date: Thu Jun 15 20:21:08 2023 -0400 + + linted + +4 7 frontend/src/components/AddressForm.tsx +1 4 frontend/src/pages/UserEdit.tsx + +commit 810e72225561357ed02cf27704ad66a4129d0cea +Author: jnorlando +Date: Thu Jun 15 20:15:34 2023 -0400 + + Finished adding latitude and longtitude float64 to + the database. modified userUpdateBody + +6 6 frontend/src/components/AddressForm.tsx +2 0 frontend/src/pages/NewChainSignup.tsx +2 0 frontend/src/pages/Signup.tsx +6 0 frontend/src/pages/UserEdit.tsx +8 0 server/internal/controllers/users.go + +commit 5a58a4dd4e642fa279573f2d0cfc775482f8a265 +Merge: fa9ca3dc 7f1f7682 +Author: Natalie Wilson <38057767+NatalieWilson19@users.noreply.github.com> +Date: Thu Jun 15 15:35:08 2023 -0700 + + Merge branch 'the-clothing-loop:main' into redesign-loop-search-page-#486 + +commit fa9ca3dc17cfa1cea346137cac5ea07a41e8574d +Author: Natalie +Date: Thu Jun 15 15:27:13 2023 -0700 + + get rid of unused import + +0 1 frontend/src/pages/FindChain.tsx + +commit 23307cace84d04fe650f5877483af48c272d7973 +Author: Natalie +Date: Thu Jun 15 15:25:54 2023 -0700 + + code cleanup + +1 3 frontend/src/pages/FindChain.tsx + +commit ae9c71f34e448cc0eedef4fbb9e02083efe61f71 +Merge: 6154e64d 7f1f7682 +Author: Lucian I. Last +Date: Thu Jun 15 09:45:56 2023 +0200 + + Merge branch 'main' into add-notification + +commit 7f1f768290b2f3f279759f8caecb149685d75c55 +Author: Lucian I. Last +Date: Thu Jun 15 09:18:06 2023 +0200 + + Allow transfer for all users from super user + +20 9 frontend/src/pages/ChainMemberList.tsx +6 4 server/internal/controllers/users.go + +commit d3e3eae589e837066a5c64d1de19c1af623cd386 +Author: Lucian I. Last +Date: Thu Jun 15 08:46:07 2023 +0200 + + Add new buurtfonds image + +2 1 frontend/src/pages/Home.tsx + +commit e263cca3a7a62f769da47fad35eccef28e460660 +Author: Lucian I. Last +Date: Thu Jun 15 08:37:00 2023 +0200 + + Use brew rsync on MacOS + +6 0 devops/sync-images.yml + +commit 4d79a84a7324b2d0b78480dcbed93f3a87f0fbb7 +Author: Natalie +Date: Wed Jun 14 15:27:55 2023 -0700 + + code cleanup + +26 23 frontend/src/pages/FindChain.tsx + +commit 7e4387b8dd292e6c9b49f5812e7043fd85cd2501 +Author: Natalie +Date: Wed Jun 14 13:02:12 2023 -0700 + + change use idle event listener instead of timeout for initializing chains in view + +4 2 frontend/src/pages/FindChain.tsx + +commit d097d174dff8856e0bd25d32591f742f418e1ab0 +Author: Natalie +Date: Wed Jun 14 11:27:51 2023 -0700 + + getDistance fucntion uses mapbox function instead of custom haversine formula + +8 25 frontend/src/pages/FindChain.tsx + +commit a6f0825b4605f562d68b58931d46a045c7ca1a97 +Merge: dcb71fdb 3d696b78 +Author: Mohamed A Hameed +Date: Wed Jun 14 17:00:30 2023 +0300 + + Merge branch 'the-clothing-loop:main' into main + +commit dcb71fdb752f57914f03b732190070a271bb411c +Author: Mohamed-AH +Date: Wed Jun 14 16:36:55 2023 +0300 + + save user langugage preference + +2 0 app/src/api.ts +1 0 frontend/src/api/types.ts +1 0 frontend/src/api/user.ts +3 0 frontend/src/components/AddressForm.tsx +15 1 frontend/src/components/LanguageSwitcher.tsx +1 0 frontend/src/pages/UserEdit.tsx +8 0 server/internal/controllers/users.go +1 0 server/internal/models/user.go + +commit 94f8afde24e4758cb5c9fed937c1dd0b809e5f17 +Author: Lucian I. Last +Date: Wed Jun 14 14:32:21 2023 +0200 + + List all loops during account deletion + +1 0 frontend/public/locales/en/translation.json +14 3 frontend/src/components/ChainsList.tsx +12 2 frontend/src/pages/AdminDashboard.tsx + +commit 3d696b7888c32c89f7384397b7ff7f66313d5ddd +Author: Lucian I. Last +Date: Wed Jun 14 11:25:20 2023 +0200 + + Change smtp_pass to empty + +1 1 server/config.example.yml + +commit cad1d402afdbc6686c46ee6a8f13435a5cd4c89c +Author: Lucian I. Last +Date: Wed Jun 14 11:18:05 2023 +0200 + + Fix sending emails inside docker + +3 1 server/internal/app/mail.go + +commit 245167cc47b8a19c24e370843049241dbb006edf +Author: Lucian I. Last +Date: Wed Jun 14 10:58:08 2023 +0200 + + Add Johanna to volunteers + +1 1 frontend/src/pages/About.tsx + +commit 654d308c78f7db5bb23c19ad5d36c06e7ef8040a +Author: Lucian I. Last +Date: Wed Jun 14 10:22:13 2023 +0200 + + use mariadb in db-setup + +1 1 docker/dev/Makefile + +commit 6154e64de76c86aefcd654cb6105d7d40095396b +Merge: 03a1988c 20833098 +Author: Lucian I. Last +Date: Wed Jun 14 10:20:09 2023 +0200 + + Merge branch 'main' into add-notification + +commit 41d7ba74a55601febebc013fbe3b9a7f89649dae +Author: Natalie +Date: Mon Jun 12 08:18:03 2023 -0700 + + Loop details expand if the user clicks on it + +94 120 frontend/src/pages/FindChain.tsx + +commit 20833098c68fa1a32638a51cc62a806f420e4b32 +Author: Lucian I. Last +Date: Mon Jun 12 15:02:10 2023 +0200 + + Merging of questionable translations + + Hopefully the translators can fix the mix up after merging + +28 0 frontend/public/locales/fr/faq.json +1 1 frontend/public/locales/pt/testimonials.json +28 0 frontend/public/locales/sv/faq.json + +commit a81dd633865d91df2c6fcf4a3b525c20fd2d5e96 +Merge: df3d96a7 41dd0fea +Author: Lucian I. Last +Date: Mon Jun 12 14:43:23 2023 +0200 + + Merge remote-tracking branch 'origin/l10n_main' + +commit 919ff0c3cd3a7bfd600ebaa837b8a17291e5f397 +Author: Natalie +Date: Sat Jun 10 14:05:20 2023 -0700 + + Sorts the list of chains from closest to the center + +64 43 frontend/src/pages/FindChain.tsx + +commit df3d96a7b9f5f0cf0ccb7a6ce3732198c0de6a09 +Author: Lucian I. Last +Date: Sat Jun 10 22:22:16 2023 +0200 + + Add db setup + +4 1 docker/dev/Makefile +1 0 docker/dev/docker-compose.yml + +commit a09d4592e436ab8ee79afd0b89cb56fec23d796f +Author: Natalie +Date: Sat Jun 10 12:17:20 2023 -0700 + + event should be moveend instead of zoomend + +1 1 frontend/src/pages/FindChain.tsx + +commit 9da8d9a3065256c1a4d8d2267aeede422ddfd78a +Merge: abfd526a aaab0013 +Author: Lucian I. Last +Date: Sat Jun 10 21:11:45 2023 +0200 + + Merge branch 'pull-use-docker' + +commit aaab00132e221d42dec95bdc8cd4aeb245bef913 +Author: Lucian I. Last +Date: Sat Jun 10 21:06:19 2023 +0200 + + Add docker to vps1 + +2 2 devops/setup-8-docker.yml + +commit 665babef471ce7852e96fceba124df15331826a1 +Author: Lucian I. Last +Date: Fri Jun 9 17:13:47 2023 +0200 + + Add docker to vps + +16 0 devops/setup-8-docker.yml + +commit 4fdadde5ada419dae8e4bf80d9dddf78be72c3a8 +Author: Natalie +Date: Sat Jun 10 12:10:04 2023 -0700 + + Created function for finding chains in view, shows list on load instead of just on zoomend + +84 70 frontend/src/pages/FindChain.tsx + +commit f9b521d33eb102cb537881d877f741ac8a664a6c +Author: Lucian I. Last +Date: Fri Jun 9 16:59:56 2023 +0200 + + move to docker to docker/dev + +10 0 docker/.editorconfig +0 1 docker/.gitignore +19 0 docker/dev/Makefile +16 0 docker/dev/clickhouse-config.xml +8 0 docker/dev/clickhouse-user-config.xml +53 0 docker/dev/docker-compose.plausible.yml +5 5 docker/{ => dev}/docker-compose.yml +0 10 docker/package-lock.json +0 11 docker/package.json + +commit 9dbb93617532ebe9ac31c78aa634c8996951ca05 +Author: Lucian I. Last +Date: Fri Jun 9 01:17:12 2023 +0200 + + Add docker and use npm for script runner + +3 0 clothingloop.code-workspace +1 0 docker/.gitignore +63 0 docker/docker-compose.yml +10 0 docker/package-lock.json +11 0 docker/package.json +1 1 frontend/vite.config.ts +3 3 server/config.example.yml +0 31 server/docker/docker-compose.yml + +commit ffbcd3300cdc61055070cec022b86122d52f8969 +Author: Natalie +Date: Sat Jun 10 11:44:36 2023 -0700 + + Gets each chain and the leaves of each cluster + +45 25 frontend/src/pages/FindChain.tsx + +commit abfd526ada9646b99221b075c97ecba035592906 +Merge: a9939fb5 c21747cb +Author: Lucian I. Last +Date: Sat Jun 10 17:12:27 2023 +0200 + + Merge pull request #497 from MartinL-no/change-linkedIn-link + +commit c21747cb78108160a96f624f62ec1f0b7f871f60 +Author: martinlrmr <102468994+MartinL-no@users.noreply.github.com> +Date: Sat Jun 10 17:04:54 2023 +0200 + + update linkedin url in HelpList.tsx + +1 1 app/src/pages/HelpList.tsx + +commit d9bf324bfabec7a3a97adfe20857c78c2d368fd2 +Author: martinlrmr <102468994+MartinL-no@users.noreply.github.com> +Date: Sat Jun 10 15:57:06 2023 +0200 + + Change LinkedIn link + +1 1 frontend/src/components/Footer.tsx + +commit 7405e753866dd8c4ca9edd995a26e7e35306012c +Author: Natalie +Date: Fri Jun 9 14:50:32 2023 -0700 + + Gets each uid of each cluster currently in view + +93 3 frontend/src/pages/FindChain.tsx + +commit b64bfe59e4df7845c7d67812ed6ba220debbda78 +Author: jnorlando +Date: Tue Jun 6 13:03:23 2023 -0400 + + added user_update body values on user_edit + +2 0 frontend/src/pages/UserEdit.tsx + +commit 29808790b1ba4285f154b47cee08b1906af3033e +Author: jnorlando +Date: Tue Jun 6 12:57:48 2023 -0400 + + fixes + +226 218 frontend/package-lock.json +2 0 frontend/src/api/login.ts +2 0 frontend/src/api/types.ts +3 0 frontend/src/api/user.ts +21 1 frontend/src/components/AddressForm.tsx +2 0 frontend/src/pages/NewChainLocation.tsx +4 0 server/internal/controllers/login.go +2 0 server/internal/controllers/users.go +2 0 server/internal/models/user.go + +commit 03a1988c9275a7434323b188c9d020a4c11f1a55 +Author: Lucian I. Last +Date: Tue Jun 6 15:58:50 2023 +0200 + + Add onesignal pwd package too + +13 0 app/package-lock.json +1 0 app/package.json +11 3 app/src/App.tsx +11 1 app/src/onesignal.ts + +commit 4fa1a22f5f5ff175b6e4303b67ce3c890c3c75ed +Author: Lucian I. Last +Date: Tue Jun 6 15:36:51 2023 +0200 + + Add onesignal to app + +2 2 app/android/app/capacitor.build.gradle +2 2 app/android/variables.gradle +28 0 app/package-lock.json +1 0 app/package.json +3 0 app/src/App.tsx +22 0 app/src/onesignal.ts + +commit 81b20033a25613944f3bf3d4e50b5d2fe075ecb1 +Merge: a9939fb5 253e3e6e +Author: Lucian I. Last +Date: Tue Jun 6 15:23:45 2023 +0200 + + Merge branch 'automatic-close-after-60-days-pending-participants-#463' into add-notification + + # Conflicts: + # server/go.mod + # server/go.sum + +commit a9939fb5a28ffb292d210cf97dd9900b7c327405 +Merge: b65cd786 2e11d821 +Author: Lucian I. Last +Date: Tue Jun 6 14:35:21 2023 +0200 + + Merge branch 'upgrade' + +commit 2e11d821ab80b0e3dab052ace7d98237a1307f40 +Author: Lucian I. Last +Date: Tue Jun 6 14:34:43 2023 +0200 + + Upgrade dependencies + +1 1 .github/workflows/deploy-acceptance-fe.yml +1335 1625 app/package-lock.json +897 4714 frontend/package-lock.json +12 12 server/go.mod +31 358 server/go.sum + +commit fce94e515efc5e149ef8505a0f43fe033c97f4ea +Merge: 55054651 188f8d41 +Author: Lucian I. Last +Date: Tue Jun 6 11:58:16 2023 +0200 + + Merge remote-tracking branch 'origin/dependabot/go_modules/server/github.com/gin-gonic/gin-1.9.1' into upgrade + +commit 550546517400d2f23f98b8001743db34f775ff5c +Merge: 637a680b 9c3f632f +Author: Lucian I. Last +Date: Tue Jun 6 11:58:08 2023 +0200 + + Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/app/vite-4.2.3' into upgrade + +commit 637a680b830b3dd0397d07c6bfd5f8fd4db8b035 +Merge: b65cd786 90c5e7c4 +Author: Lucian I. Last +Date: Tue Jun 6 11:57:59 2023 +0200 + + Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/frontend/vite-4.1.5' into upgrade + +commit b65cd786cebe390e1a9b06019642feb60cf3acf3 +Merge: 75317432 ac74f286 +Author: Lucian I. Last +Date: Tue Jun 6 11:51:56 2023 +0200 + + Merge branch 'remove-beta-test-email-requirements' + +commit 753174325369e2233e6f1dab4bb0e4a8df334a44 +Author: Lucian I. Last +Date: Tue Jun 6 11:47:36 2023 +0200 + + Fix prev commit + +14 14 frontend/src/components/ChainsList.tsx +1 1 frontend/src/pages/FindChain.tsx + +commit 41dd0fea4bd2acc900f803ae13f66d5e8f24adec +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Jun 6 11:45:01 2023 +0200 + + New translations translation.json (Swedish) + +4 0 frontend/public/locales/sv/translation.json + +commit 762803fcde656ff2ccc14315c9229511533cf253 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Jun 6 11:45:00 2023 +0200 + + New translations translation.json (Portuguese) + +4 0 frontend/public/locales/pt/translation.json + +commit 83e748ecd2decd76015aca12a66ad825eac8b60f +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Jun 6 11:44:59 2023 +0200 + + New translations translation.json (Polish) + +4 0 frontend/public/locales/pl/translation.json + +commit aee54d0303f477083e999ccea7cd70d887d37aff +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Jun 6 11:44:58 2023 +0200 + + New translations translation.json (Dutch) + +4 0 frontend/public/locales/nl/translation.json + +commit d9944c1375dc023d4dabce960f84ede3172bdcea +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Jun 6 11:44:57 2023 +0200 + + New translations translation.json (Korean) + +4 0 frontend/public/locales/ko/translation.json + +commit c24b7c33d06cf8b9baa9770ff34df63ba2199b12 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Jun 6 11:44:56 2023 +0200 + + New translations translation.json (Japanese) + +4 0 frontend/public/locales/ja/translation.json + +commit c24c3ce3cfe25c615185014ac769d614f29908a7 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Jun 6 11:44:55 2023 +0200 + + New translations translation.json (Italian) + +4 0 frontend/public/locales/it/translation.json + +commit d1b421cf78a35f66f6a382ca05f080b54c5ec217 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Jun 6 11:44:54 2023 +0200 + + New translations translation.json (Hebrew) + +4 0 frontend/public/locales/he/translation.json + +commit 7f10add40eb00e15bad3fbdcba2222e88a33f60b +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Jun 6 11:44:53 2023 +0200 + + New translations translation.json (German) + +4 0 frontend/public/locales/de/translation.json + +commit efd3ca7c0512440a85091074a092bc473bf78591 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Jun 6 11:44:52 2023 +0200 + + New translations translation.json (Spanish) + +4 0 frontend/public/locales/es/translation.json + +commit c8051ff53f697d8b35d3f9e09d215f7d68b1c859 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Jun 6 11:44:51 2023 +0200 + + New translations translation.json (French) + +4 0 frontend/public/locales/fr/translation.json + +commit b81b53cd74acccd92762a4e218f7cc43c26440ca +Merge: 1140a09e 4449ddfd +Author: Lucian I. Last +Date: Tue Jun 6 11:43:23 2023 +0200 + + Merge branch 'remove-edit-box-in-members-page' + +commit 4449ddfd5fbcd532793e60291c9dd0c910b5d207 +Author: Lucian I. Last +Date: Tue Jun 6 11:42:33 2023 +0200 + + Move transfer button into the dropdown of edit tab + +1 0 frontend/public/locales/en/translation.json +199 164 frontend/src/pages/ChainMemberList.tsx +40 21 frontend/src/providers/ToastProvider.tsx +4 0 frontend/src/tailwind.css + +commit 90c5e7c410f5471e76ec63528cdfef32ed474539 +Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> +Date: Tue Jun 6 02:30:31 2023 +0000 + + Bump vite from 4.1.4 to 4.1.5 in /frontend + + Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.1.4 to 4.1.5. + - [Release notes](https://github.com/vitejs/vite/releases) + - [Changelog](https://github.com/vitejs/vite/blob/v4.1.5/packages/vite/CHANGELOG.md) + - [Commits](https://github.com/vitejs/vite/commits/v4.1.5/packages/vite) + + --- + updated-dependencies: + - dependency-name: vite + dependency-type: direct:development + ... + + Signed-off-by: dependabot[bot] + +7 7 frontend/package-lock.json +1 1 frontend/package.json + +commit 9c3f632f5262f5772d3be778e9d9eef0267eb134 +Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> +Date: Tue Jun 6 02:25:32 2023 +0000 + + Bump vite from 4.2.1 to 4.2.3 in /app + + Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.2.1 to 4.2.3. + - [Release notes](https://github.com/vitejs/vite/releases) + - [Changelog](https://github.com/vitejs/vite/blob/v4.2.3/packages/vite/CHANGELOG.md) + - [Commits](https://github.com/vitejs/vite/commits/v4.2.3/packages/vite) + + --- + updated-dependencies: + - dependency-name: vite + dependency-type: direct:development + ... + + Signed-off-by: dependabot[bot] + +4 4 app/package-lock.json +1 1 app/package.json + +commit 630d47c53c1cd2dc7f9e72ef11ae00aa087de518 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Sat Jun 3 14:09:28 2023 +0200 + + New translations poke.gohtml (French) + +4 4 server/internal/views/emails/fr/poke.gohtml + +commit 91c90df0c6f8a2d298247f47e3034dd6f90692bd +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Sat Jun 3 14:09:27 2023 +0200 + + New translations someone_is_interested_in_joining_your_loop.gohtml (French) + +2 2 server/internal/views/emails/fr/someone_is_interested_in_joining_your_loop.gohtml + +commit 064ad3f62540f73e451262574fb344a8bd19e90a +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Sat Jun 3 12:56:53 2023 +0200 + + New translations login_verification.gohtml (French) + +2 2 server/internal/views/emails/fr/login_verification.gohtml + +commit 7638c9c309cb9a62ffdeb9f4dae2910ab10bfa5a +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Sat Jun 3 12:56:52 2023 +0200 + + New translations headers.json (French) + +4 4 server/internal/views/emails/fr/headers.json + +commit 9eec63309b247bf086bbc32bfaf8b972ab73a60b +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Sat Jun 3 00:35:20 2023 +0200 + + New translations an_admin_denied_your_join_request.gohtml (French) + +8 8 server/internal/views/emails/fr/an_admin_denied_your_join_request.gohtml + +commit e17c3d6c558e3e10f69e153336ee79e8c1f725aa +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Sat Jun 3 00:35:19 2023 +0200 + + New translations an_admin_approved_your_join_request.gohtml (French) + +3 3 server/internal/views/emails/fr/an_admin_approved_your_join_request.gohtml + +commit 3d3f10c12f76055832a981fac2f22148cf3581d9 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Sat Jun 3 00:35:17 2023 +0200 + + New translations translation.json (French) + +6 6 frontend/public/locales/fr/translation.json + +commit e161c5da61bdca274d9ae64f663e1b4b019dbdb8 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Jun 2 23:22:05 2023 +0200 + + New translations translation.json (French) + +13 13 frontend/public/locales/fr/translation.json + +commit 31c7a351b0cba03bd7893fce725c0582cefdc95d +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Jun 2 22:17:08 2023 +0200 + + New translations translation.json (French) + +8 8 frontend/public/locales/fr/translation.json + +commit d743102f7ba97963351957f36f8b8b565968a8fd +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Jun 2 16:11:15 2023 +0200 + + New translations translation.json (French) + +31 31 frontend/public/locales/fr/translation.json + +commit 29ab8a9b632a8e65f0c8d41e0d9525d1a52d4032 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Jun 2 15:09:15 2023 +0200 + + New translations faq.json (French) + +1 1 frontend/public/locales/fr/faq.json + +commit 39c5a6ccfef6d4fc24110fb5f458d40b4aa4cca3 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Jun 2 15:09:15 2023 +0200 + + New translations translation.json (French) + +6 6 frontend/public/locales/fr/translation.json + +commit b9513a728eec75738a8b4019a1c69a10361faacb +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jun 1 23:36:00 2023 +0200 + + New translations translation.json (Swedish) + +5 1 frontend/public/locales/sv/translation.json + +commit 95898ba1b2231663635654bf508cf1584d4386d5 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jun 1 23:35:59 2023 +0200 + + New translations translation.json (Portuguese) + +5 1 frontend/public/locales/pt/translation.json + +commit 004369661c92c8aa591345fa59ffe5442071de3e +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jun 1 23:35:58 2023 +0200 + + New translations translation.json (Polish) + +5 1 frontend/public/locales/pl/translation.json + +commit fffe4195f0fa6855e748a0b8ba416a10153821ed +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jun 1 23:35:57 2023 +0200 + + New translations translation.json (Dutch) + +5 1 frontend/public/locales/nl/translation.json + +commit 13842d643d9b77afc2deba4372f2056d2103c352 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jun 1 23:35:56 2023 +0200 + + New translations translation.json (Korean) + +5 1 frontend/public/locales/ko/translation.json + +commit 1bfbc8e80cf697dba459f56efac605ca8656e538 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jun 1 23:35:55 2023 +0200 + + New translations translation.json (Japanese) + +5 1 frontend/public/locales/ja/translation.json + +commit ad7fd3e0c0fb39351d00e21860b39e89dab67617 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jun 1 23:35:54 2023 +0200 + + New translations translation.json (Italian) + +5 1 frontend/public/locales/it/translation.json + +commit 0f987d440ba1a96e102156d30188ba7707021f58 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jun 1 23:35:53 2023 +0200 + + New translations translation.json (Hebrew) + +5 1 frontend/public/locales/he/translation.json + +commit 91122319185b0beadc22561227f004b7e4a70246 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jun 1 23:35:52 2023 +0200 + + New translations translation.json (German) + +5 1 frontend/public/locales/de/translation.json + +commit 282e069bde9cf3979752d13772b846ff73c3d8c6 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jun 1 23:35:51 2023 +0200 + + New translations translation.json (Spanish) + +5 1 frontend/public/locales/es/translation.json + +commit 231099e6a6ca430db7d00caf897888a6adb6cbad +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jun 1 23:35:50 2023 +0200 + + New translations translation.json (French) + +5 1 frontend/public/locales/fr/translation.json + +commit 1140a09e16bae233ca45ff943740814caea0b47b +Merge: df786176 5682a90c +Author: Lucian I. Last +Date: Thu Jun 1 22:38:44 2023 +0200 + + Merge pull request #482 from NatalieWilson19/change-to-seperated-address-#394 + +commit 188f8d419580ab6dffe86c0c6a157c0a075f052d +Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> +Date: Thu Jun 1 20:33:13 2023 +0000 + + Bump github.com/gin-gonic/gin from 1.9.0 to 1.9.1 in /server + + Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 1.9.0 to 1.9.1. + - [Release notes](https://github.com/gin-gonic/gin/releases) + - [Changelog](https://github.com/gin-gonic/gin/blob/master/CHANGELOG.md) + - [Commits](https://github.com/gin-gonic/gin/compare/v1.9.0...v1.9.1) + + --- + updated-dependencies: + - dependency-name: github.com/gin-gonic/gin + dependency-type: direct:production + ... + + Signed-off-by: dependabot[bot] + +16 15 server/go.mod +32 28 server/go.sum + +commit ba99dd8d5d74072e04802925e4b1153893316949 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jun 1 18:35:52 2023 +0200 + + New translations login_verification.gohtml (Dutch) + +1 1 server/internal/views/emails/nl/login_verification.gohtml + +commit c4562587d8cae2533373c5366dc0bc165b0736fd +Author: Lucian I. Last +Date: Thu Jun 1 08:09:00 2023 +0200 + + Move published, open to new members & edit loop back + +45 42 frontend/src/pages/ChainMemberList.tsx + +commit d2e14eb7603565fd7e1ae9dc22771d9078dc3579 +Merge: 3fcd5cd0 df786176 +Author: Lucian I. Last +Date: Thu Jun 1 07:50:32 2023 +0200 + + Merge branch 'main' into transfer-participant-to-loop + +commit 253e3e6eafe8ad06a72f9a55629bd60de93075fe +Merge: 8c0a28e1 df786176 +Author: Lucian I. Last +Date: Thu Jun 1 07:49:49 2023 +0200 + + Merge branch 'main' into automatic-close-after-60-days-pending-participants-#463 + +commit 5682a90cb4a2789fbbb335054a58c6f36e448d20 +Author: Lucian I. Last +Date: Thu Jun 1 07:43:52 2023 +0200 + + Code clean + +24 32 frontend/src/components/AddressForm.tsx + +commit 7c1d279e0157e2ce99c75ff54e60a7397933846b +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed May 31 21:06:09 2023 +0200 + + New translations faq.json (German) + +1 1 frontend/public/locales/de/faq.json + +commit 337ac001a68bc2d2ab10acf8e5e24b33d1935c15 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed May 31 21:06:08 2023 +0200 + + New translations translation.json (German) + +2 2 frontend/public/locales/de/translation.json + +commit 7aa8b87632c0f7bf7dea2202de11f7d9dd6b4f11 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed May 31 19:57:19 2023 +0200 + + New translations translation.json (German) + +9 9 frontend/public/locales/de/translation.json + +commit 17665cb4ddc500495ea2f581b90248b3faa5aa1b +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed May 31 15:29:11 2023 +0200 + + New translations an_admin_denied_your_join_request.gohtml (Dutch) + +1 1 server/internal/views/emails/nl/an_admin_denied_your_join_request.gohtml + +commit df786176e58172ecce79d35ea142e99d431ea573 +Author: Lucian I. Last +Date: Wed May 31 15:11:43 2023 +0200 + + Use showModal and remove focus-trap + +0 27 frontend/package-lock.json +0 1 frontend/package.json +14 42 frontend/src/providers/ToastProvider.tsx + +commit 4a61773b0f3ef77a2925bc7e7b44ede101b6c58e +Author: Lucian I. Last +Date: Wed May 31 13:04:07 2023 +0200 + + On first login reset the created_at of all user_chains for user + +2 0 server/internal/controllers/login.go + +commit 2ef40d025b41eeb7b79c467f58dd7c8519cbdb46 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed May 31 12:56:07 2023 +0200 + + New translations faq.json (Dutch) + +3 3 frontend/public/locales/nl/faq.json + +commit d98d0c4d5e4da81f83c82b746c423ee3f59e95d4 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed May 31 12:56:06 2023 +0200 + + New translations translation.json (Dutch) + +4 4 frontend/public/locales/nl/translation.json + +commit 15d951f3722f8e95c2f6f30393a78872e88ad7b3 +Author: Lucian I. Last +Date: Wed May 31 11:40:24 2023 +0200 + + Fix deprecation from fba1aece3e898a33c4bf40aa1fdc9752f4b8c626 + +21 18 frontend/src/pages/Signup.tsx + +commit 8c0a28e133278dc52e8bd904afa41bbdd9516692 +Merge: 3e52d0c4 f8eff08d +Author: Lucian I. Last +Date: Wed May 31 10:16:44 2023 +0200 + + Merge branch 'main' into automatic-close-after-60-days-pending-participants-#463 + +commit f8eff08d6f8fd367e15cc4ab643365a056fed919 +Author: Lucian I. Last +Date: Wed May 31 08:31:34 2023 +0200 + + Fix prev events opacity + +2 2 frontend/src/pages/Events.tsx + +commit d41b52289e3024ba59d533688ef688b42eb849ec +Merge: 93adfff8 88f0cd80 +Author: Lucian I. Last +Date: Wed May 31 08:20:53 2023 +0200 + + Merge branch 'add-rules-override' + +commit 22a9ccd5faf761324f7b0cd192521275cacbfa40 +Merge: 38c4b1dc 93adfff8 +Author: Natalie +Date: Tue May 30 13:33:10 2023 -0700 + + merge main into branch + +commit 38c4b1dcca79f0abb0283a59c77b35c52c657eee +Author: Natalie +Date: Tue May 30 13:21:26 2023 -0700 + + One column only for xs screens + +5 13 frontend/src/components/AddressForm.tsx + +commit 821f3387d22d1a225efee0af4eaecef50513eb96 +Author: Natalie +Date: Tue May 30 10:54:09 2023 -0700 + + changed from flex box to grid + +29 42 frontend/src/components/AddressForm.tsx + +commit a7525230128d68a776b783278b6e36b025807ee2 +Author: Natalie +Date: Tue May 30 10:43:11 2023 -0700 + + changes whitespace so it looks better on two column layout + +15 11 frontend/src/components/AddressForm.tsx + +commit 88f0cd809a86df13410877f8ed1c1f1c52647dff +Author: Lucian I. Last +Date: Tue May 30 16:45:34 2023 +0200 + + Add bool to only show rule override in api when required + +1 1 app/src/Store.tsx +2 2 app/src/api.ts +8 2 app/src/pages/HelpItem.tsx +8 3 server/internal/controllers/chain.go + +commit 3fcd5cd0aa76f9fc4572205915d9c2a23897c3a6 +Author: Lucian I. Last +Date: Tue May 30 13:24:43 2023 +0200 + + Fix null defer err & Add Info button + +3 0 frontend/public/locales/en/translation.json +12 0 frontend/src/api/user.ts +141 67 frontend/src/pages/ChainMemberList.tsx +1 1 server/internal/controllers/users.go + +commit e08c7cf7fc050306a2d4be10423b239848e8f9be +Author: Lucian I. Last +Date: Mon May 29 23:51:47 2023 +0200 + + First attempt in backend + +81 0 server/internal/controllers/users.go +1 0 server/internal/server.go + +commit 3472c105e0eb23721095ea68668f45065094f344 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon May 29 22:06:15 2023 +0200 + + New translations faq.json (Portuguese) + +4 4 frontend/public/locales/pt/faq.json + +commit 2ae07a42d71f78e2dc996684984c72849d1ffd00 +Author: Natalie +Date: Mon May 29 13:05:33 2023 -0700 + + Add english translations for check address + +4 1 frontend/public/locales/en/translation.json + +commit 385e602f85fa66448486a41cca9957f6873670eb +Author: Natalie +Date: Mon May 29 13:04:18 2023 -0700 + + Better mobile formatting and fixed error handling + +19 23 frontend/src/components/AddressForm.tsx + +commit 559c8fadaf194705c17e9fe6493eb1102796e44a +Author: Natalie +Date: Mon May 29 11:36:54 2023 -0700 + + Added loading icon and made checkbox aliged with top of the address text + +49 29 frontend/src/components/AddressForm.tsx + +commit c28935f1c01899b7642a4c3ec239b36aba23743a +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon May 29 13:40:02 2023 +0200 + + New translations an_admin_denied_your_join_request.gohtml (Hebrew) + +1 1 server/internal/views/emails/he/an_admin_denied_your_join_request.gohtml + +commit 552bebd945d54067e249cd4d746e7fc7614a81e9 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon May 29 13:40:01 2023 +0200 + + New translations an_admin_approved_your_join_request.gohtml (Hebrew) + +1 1 server/internal/views/emails/he/an_admin_approved_your_join_request.gohtml + +commit aa5a23131de9feea2a48262bb2dc15a2da7a16f4 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon May 29 13:39:25 2023 +0200 + + New translations testimonials.json (Portuguese) + +1 1 frontend/public/locales/pt/testimonials.json + +commit 73dac9e0be7084c637bbd49a302d78e238d1f1e6 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon May 29 13:39:22 2023 +0200 + + New translations faq.json (Swedish) + +28 0 frontend/public/locales/sv/faq.json + +commit 15a8a6d0f58578a6b957b23fc7f0021a646d1735 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon May 29 13:39:19 2023 +0200 + + New translations faq.json (French) + +28 0 frontend/public/locales/fr/faq.json + +commit 93adfff8a4182f645bf1f86b216e937800f4f900 +Merge: 35fc1c6b 9bd4f848 +Author: Lucian I. Last +Date: Mon May 29 12:44:00 2023 +0200 + + Merge branch 'kimberly-ux' + +commit 35fc1c6b807268284a9981f3db5ff61d0cea8c72 +Merge: f0c82bbb ecd7e076 +Author: Lucian I. Last +Date: Mon May 29 12:42:27 2023 +0200 + + Merge remote-tracking branch 'origin/l10n_main' + +commit d621c8d044afef86f1cada49e9b6d8d32e782e32 +Author: Lucian I. Last +Date: Mon May 29 12:24:00 2023 +0200 + + Design form + +100 19 frontend/src/pages/ChainMemberList.tsx + +commit f0c82bbb29c23e63ddb54a3d8a725bcfd947a56b +Author: Lucian I. Last +Date: Mon May 29 11:24:47 2023 +0200 + + Checkboxes shouldn't change text + +2 4 frontend/src/pages/ChainMemberList.tsx + +commit 0dce952f23f2b78280d01f330ddd2195f12b637a +Author: Lucian I. Last +Date: Mon May 29 11:21:49 2023 +0200 + + A loop cannot be open to new members but in a draft + +25 6 frontend/src/pages/ChainMemberList.tsx + +commit 073ee88bd4a149024a6aa7a1137d5b2ee2059a9b +Author: Lucian I. Last +Date: Mon May 29 11:03:59 2023 +0200 + + Connect app to server + +8 5 app/src/Store.tsx +9 2 app/src/pages/HelpList.tsx +3 1 server/internal/controllers/chain.go + +commit e35f1fd601c9ed6c9e7119026b4bff8e357ad8b6 +Author: Lucian I. Last +Date: Mon May 29 10:41:56 2023 +0200 + + Add create and delete options for Faq override + +3 0 app/public/locales/en/translation.json +3 0 app/public/locales/nl/translation.json +67 15 app/src/components/CreateUpdateRules.tsx + +commit ecd7e076b66a02f596d56aa044401a88e8b00002 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon May 29 00:40:00 2023 +0200 + + New translations faq.json (French) + +17 17 frontend/public/locales/fr/faq.json + +commit 91580ee7ea004f5204cd15f18ebcb3855283666f +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Sun May 28 23:34:53 2023 +0200 + + New translations faq.json (French) + +1 1 frontend/public/locales/fr/faq.json + +commit 4b7a0bc2cecb05c04478115294f4e9bcb07e0117 +Author: Natalie +Date: Sun May 28 13:19:34 2023 -0700 + + User can validate address before submitting + +103 3 frontend/src/components/AddressForm.tsx + +commit 02efd4585272b4a3f5c3ea98779cc08f5a2d29a4 +Author: Lucian I. Last +Date: Fri May 26 17:40:16 2023 +0200 + + Add CreateUpdateRules modal + +243 0 app/src/components/CreateUpdateRules.tsx +10 1 app/src/pages/HelpItem.tsx +38 1 app/src/pages/HelpList.tsx + +commit a92baacaa2d1e79fbcfa4abf47753a14d8f5af76 +Author: Lucian I. Last +Date: Fri May 26 17:39:21 2023 +0200 + + Add rules to chain + +7 0 app/src/api.ts +1 0 frontend/src/api/types.ts +2 0 server/internal/controllers/chain.go +1 0 server/internal/models/chain.go + +commit ac74f2862da6e965cacb6780538fd254a27ee5e8 +Author: Lucian I. Last +Date: Fri May 26 11:09:29 2023 +0200 + + Remove beta test email requirements + +0 2 .github/workflows/deploy-app.yml +0 1 app/.env.development +0 12 app/src/pages/Login.tsx + +commit 9bd4f8480048aad347a208a51a4a57cc2c09a4c9 +Author: Lucian I. Last +Date: Fri May 26 09:59:04 2023 +0200 + + thankyou page about -> faq button + +2 2 frontend/src/pages/Thankyou.tsx + +commit 03f5f5d1e7cd4d51549548ecef9f76723f0f5796 +Author: Lucian I. Last +Date: Fri May 26 09:57:01 2023 +0200 + + Add areYouSureLogout translation + +1 0 frontend/public/locales/en/translation.json +1 1 frontend/src/pages/AdminDashboard.tsx + +commit de0ce34437430ef48ca667780dc8f3c148525e73 +Author: Lucian I. Last +Date: Thu May 25 16:15:50 2023 +0200 + + Fix topheader navigation changes between different pages & Remove logout + +18 23 frontend/src/components/Navbar.tsx +30 7 frontend/src/pages/AdminDashboard.tsx + +commit d47348a141c89cdb6c2fcaa0e72b7b2e52708e14 +Author: Lucian I. Last +Date: Thu May 25 16:15:17 2023 +0200 + + Move to updated mailpit and fix email sending ability + +4 1 server/docker/docker-compose.yml + +commit 885ad33150bf91cc11fca09c3692da58b5e986df +Author: Lucian I. Last +Date: Thu May 25 15:22:05 2023 +0200 + + old events dont change opacity on hover + +2 7 frontend/src/pages/Events.tsx + +commit ef4d2566506aa70e2939a31245ce46b4b8dbd60e +Author: Lucian I. Last +Date: Thu May 25 13:24:45 2023 +0200 + + Ignore .orig android app files + +1 0 app/android/.gitignore +0 17 app/android/app/src/main/AndroidManifest.xml.orig + +commit f96b47294ba9c7d6bed157a726074377be1dc616 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed May 24 15:51:06 2023 +0200 + + New translations testimonials.json (Portuguese) + +1 1 frontend/public/locales/pt/testimonials.json + +commit 9041a9a732a72df5524bec5ed7def704e1f87111 +Author: Lucian I. Last +Date: Wed May 24 15:15:46 2023 +0200 + + Release app 1.1 + +2 2 app/android/app/build.gradle +2 2 app/package.json + +commit 5a2090913d22c154c5341421171652f51f53080f +Author: Lucian I. Last +Date: Wed May 24 14:49:23 2023 +0200 + + Fix setting bagNumber + +3 5 app/src/components/CreateUpdateBag.tsx +2 1 app/src/pages/BagsList.tsx + +commit 104eac8983b6695d463ca4f7fb9417272dabbde3 +Author: Lucian I. Last +Date: Wed May 24 14:22:56 2023 +0200 + + Change to action of web app to release creation + +2 3 .github/workflows/deploy-app.yml + +commit 7bfd6eee110567f95c156ee43ca092994e60a62c +Author: Lucian I. Last +Date: Wed May 24 14:20:12 2023 +0200 + + Fix bag changes + +45 32 app/src/components/{CreateBag.tsx => CreateUpdateBag.tsx} +12 91 app/src/pages/BagsList.tsx + +commit b71ef0b9f88c364e891c7c2fda421e2c0df73d2b +Author: Lucian I. Last +Date: Wed May 24 13:09:43 2023 +0200 + + Redesign bags app + +10 1 app/package-lock.json +2 1 app/package.json +2 0 app/public/locales/en/translation.json +2 0 app/public/locales/nl/translation.json +6 4 app/src/api.ts +22 42 app/src/components/CreateBag.tsx +280 38 app/src/pages/BagsList.tsx +15 0 app/src/theme/utilities.css +3 0 app/src/utils/sleep.ts +1 0 frontend/public/icons/bag.svg +4 3 frontend/src/api/bag.ts +2 1 frontend/src/api/types.ts +1 1 frontend/src/pages/ChainMemberList.tsx +1 1 frontend/src/util/sleep.ts +14 0 server/internal/app/database.go +9 8 server/internal/controllers/bag.go +2 2 server/internal/models/bag.go + +commit 37cc3f83ebf8ccebf86dc6e82fd78d1a6feb3b62 +Author: Lucian I. Last +Date: Mon May 22 23:06:41 2023 +0200 + + default end date to start date once on event creation + +18 3 frontend/src/components/EventChangeForm.tsx + +commit 6e61a68cb93b9bf5f5a6c9cf5fee199329280196 +Author: Lucian I. Last +Date: Mon May 22 22:10:17 2023 +0200 + + Fix refresh members page + +1 1 frontend/src/pages/ChainMemberList.tsx + +commit 02fcb320ff476c97a5eb205ca0f39837f3e6c6e0 +Author: Lucian I. Last +Date: Mon May 22 17:40:26 2023 +0200 + + Fix ProgressBar missing key + +1 0 frontend/src/components/ProgressBar.tsx + +commit c8ef18064c4edbdd71e812f82dff9c4a301003bb +Author: Lucian I. Last +Date: Mon May 22 12:53:37 2023 +0200 + + increase to 2 people above and below in the route + +22 10 server/internal/controllers/users.go + +commit 24d1acaa4c8cd4b586b11ee64386a4f30f64e7c4 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon May 22 12:04:46 2023 +0200 + + New translations faq.json (Swedish) + +28 0 frontend/public/locales/sv/faq.json + +commit 52641cb94ab702ec7895ca3980f153628b871386 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon May 22 12:04:45 2023 +0200 + + New translations faq.json (Dutch) + +9 9 frontend/public/locales/nl/faq.json + +commit 80ca056bf92c352705e3409cc58e6351d36b74e0 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon May 22 12:04:42 2023 +0200 + + New translations faq.json (French) + +36 0 frontend/public/locales/fr/faq.json + +commit 2becf76fea6f28e52fa2a9f315308f00d096cf33 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon May 22 12:04:38 2023 +0200 + + New translations translation.json (Swedish) + +5 5 frontend/public/locales/sv/translation.json + +commit 860ebf04afcc18cfa37994a2b3f7dd5c7768b72a +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon May 22 12:04:37 2023 +0200 + + New translations translation.json (Dutch) + +5 5 frontend/public/locales/nl/translation.json + +commit e12234b3074aaab72113752f7c54d3248b5091f3 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon May 22 12:04:36 2023 +0200 + + New translations translation.json (Italian) + +5 5 frontend/public/locales/it/translation.json + +commit e4c7ba00dbf9a2ab419e2dbe50ec5662526c1ca2 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon May 22 12:04:35 2023 +0200 + + New translations translation.json (German) + +5 5 frontend/public/locales/de/translation.json + +commit 1b42152204793cc72fa7b993983b4d0268395d74 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon May 22 12:04:34 2023 +0200 + + New translations translation.json (Spanish) + +5 5 frontend/public/locales/es/translation.json + +commit 86091806cba74e3869bed01c4a1c457411fd0950 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon May 22 12:04:33 2023 +0200 + + New translations translation.json (French) + +5 5 frontend/public/locales/fr/translation.json + +commit 1712332c50f1c2b43dddec5ec4f1687b5b71ca60 +Merge: b909cc26 9c6ba4cf +Author: Lucian I. Last +Date: Mon May 22 10:58:28 2023 +0200 + + Merge remote-tracking branch 'origin/l10n_main' + +commit 9c6ba4cf2a523302ca3a8ce77cfd95081d2a8f0d +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon May 22 10:51:40 2023 +0200 + + New translations translation.json (Swedish) + +6 5 frontend/public/locales/sv/translation.json + +commit 399cb68ba43399d5ad0334d301c3441aa3319994 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon May 22 10:51:40 2023 +0200 + + New translations translation.json (Portuguese) + +1 0 frontend/public/locales/pt/translation.json + +commit 725be871b2fe95d6e3ff422877661a8ccb3e2e73 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon May 22 10:51:39 2023 +0200 + + New translations translation.json (Polish) + +1 0 frontend/public/locales/pl/translation.json + +commit 3bf44f0603245a107101a0651a57308a1c63f3b8 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon May 22 10:51:38 2023 +0200 + + New translations translation.json (Dutch) + +6 5 frontend/public/locales/nl/translation.json + +commit 1b224cb863a7afec6c7e9cc45d54e0240143e429 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon May 22 10:51:37 2023 +0200 + + New translations translation.json (Korean) + +1 0 frontend/public/locales/ko/translation.json + +commit 872d927027122bdc57c5d1af54ca9814596429d9 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon May 22 10:51:36 2023 +0200 + + New translations translation.json (Japanese) + +1 0 frontend/public/locales/ja/translation.json + +commit efcfbcb9eceb5529b3882bfb3067474ecec8fd0d +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon May 22 10:51:35 2023 +0200 + + New translations translation.json (Italian) + +6 5 frontend/public/locales/it/translation.json + +commit 02b088d052f6f1c9c45510cfab29e9f3ea6fff0a +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon May 22 10:51:34 2023 +0200 + + New translations translation.json (Hebrew) + +1 0 frontend/public/locales/he/translation.json + +commit 749ce75fffd725ae9d388a7d145c4c8293f2aec9 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon May 22 10:51:33 2023 +0200 + + New translations translation.json (German) + +6 5 frontend/public/locales/de/translation.json + +commit 03002a1fb21dab1a8053bd6dd78b49235f43bd16 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon May 22 10:51:32 2023 +0200 + + New translations translation.json (Spanish) + +6 5 frontend/public/locales/es/translation.json + +commit 4359a638773fe950869e123b8abb13e013214c53 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon May 22 10:51:30 2023 +0200 + + New translations translation.json (French) + +6 5 frontend/public/locales/fr/translation.json + +commit b909cc2622c27af4019e562789d29a030e4352a2 +Author: Lucian I. Last +Date: Mon May 22 10:33:36 2023 +0200 + + Add previous events + +1 0 frontend/public/locales/en/translation.json +3 0 frontend/src/api/event.ts +39 6 frontend/src/pages/Events.tsx +33 0 server/internal/controllers/event.go +1 0 server/internal/server.go + +commit 1f0e7ad6a0c1b276df018746ca8b6657118e2e78 +Author: Lucian I. Last +Date: Mon May 22 09:46:44 2023 +0200 + + Fix refresh on user edit page + +5 4 frontend/src/pages/UserEdit.tsx + +commit f28a1e03cdcda8797ab5e6bd3177f77c684c2741 +Author: Lucian I. Last +Date: Fri May 19 12:54:44 2023 +0200 + + Add host indicator to address item + +6 2 app/src/pages/AddressItem.tsx + +commit 68c6518920a343ae18e07a8ecc9515bbf810a354 +Merge: 746189dd 2236037d +Author: Lucian I. Last +Date: Fri May 19 12:49:45 2023 +0200 + + Merge remote-tracking branch 'origin/l10n_main' + +commit 3e52d0c4c4cfa19f7e2784c803ff14b2a3baaf23 +Merge: 3e15fed2 746189dd +Author: Lucian I. Last +Date: Fri May 19 12:40:34 2023 +0200 + + Merge branch 'main' into automatic-close-after-60-days-pending-participants-#463 + +commit 746189dd9d8c63d417a903d141de1295f9405c56 +Author: Lucian I. Last +Date: Fri May 19 12:39:32 2023 +0200 + + Improve privacy rules & Change ui accordingly + + For a participant: + 1. Hosts will always display their phone and email + 2. Details of the person above and below will be available + 3. Details of anyone with a bulky item will be available + +48 37 app/src/components/UserCard.tsx +26 4 app/src/pages/AddressList.tsx +6 0 app/src/theme/utilities.css +3 0 app/src/utils/is_private.ts + +commit 3fe27e5dc593e2f62c86b283ccf5afd2feb9c4a9 +Merge: 9f116bc3 23711d7e +Author: Lucian I. Last +Date: Fri May 19 11:46:23 2023 +0200 + + Merge branch 'pause-user' + +commit 23711d7e6b4e255f74dddb8ce3246c8a7766ded4 +Author: Lucian I. Last +Date: Fri May 19 11:46:10 2023 +0200 + + Show user address and details for bulky items + +37 2 server/internal/controllers/users.go + +commit 1f955429458ad46b8a97bd48c870efa804305d0e +Author: Lucian I. Last +Date: Fri May 19 11:45:18 2023 +0200 + + Show only address on signup + +1 0 frontend/src/pages/Signup.tsx + +commit b4b6ea9b1b5ba135dc2b0a030d02874d2874131d +Author: Lucian I. Last +Date: Fri May 19 11:44:55 2023 +0200 + + Allow any login user in development in app + +2 1 app/src/pages/Login.tsx + +commit 1a5a6a46317a063cb4496d29bc8621d0abb9c684 +Author: Lucian I. Last +Date: Fri May 19 10:16:08 2023 +0200 + + Fix pause text + +2 2 app/public/locales/en/translation.json +2 2 app/public/locales/nl/translation.json +3 3 app/src/pages/Settings.tsx +3 0 app/src/theme/overrides.css + +commit 1367c75dc9c5377fd909f9dd687f4b9a88675e34 +Author: Lucian I. Last +Date: Fri May 19 09:44:39 2023 +0200 + + Remove debug from user update call + +1 1 server/internal/controllers/users.go + +commit 55ab8301c70bc474bf5b8fe220e3849d368970df +Merge: 16ca4f6f 9f116bc3 +Author: Lucian I. Last +Date: Thu May 18 15:40:08 2023 +0200 + + Merge branch 'main' into pause-user + +commit 9f116bc3683911f6e482286d8db0792b9c197fa1 +Merge: f982fccd 6c34d336 +Author: Lucian I. Last +Date: Thu May 18 15:37:54 2023 +0200 + + Merge branch 'only-you-can-purge' + +commit 6c34d3369f4ce23482c04fc2df1b70a2a47b8c54 +Author: Lucian I. Last +Date: Thu May 18 15:37:39 2023 +0200 + + Fix error messaging + +5 1 server/internal/controllers/users.go + +commit f982fccdde50e373ab8a0e2b029d4c96911e3a20 +Author: Lucian I. Last +Date: Thu May 18 15:33:59 2023 +0200 + + Fix react warning use defaultValue instead of selected + +2 1 frontend/src/pages/ChainMemberList.tsx + +commit 2236037d1c527d73bb6fb411b8d1a10075b08636 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu May 18 15:33:37 2023 +0200 + + New translations translation.json (Swedish) + +2 1 frontend/public/locales/sv/translation.json + +commit 5ec7713109473b9366edd63328d908c9fe419e24 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu May 18 15:33:36 2023 +0200 + + New translations translation.json (Portuguese) + +2 1 frontend/public/locales/pt/translation.json + +commit 4154c62f6c7548a800fb15d62f2c3047ccd5fb5c +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu May 18 15:33:35 2023 +0200 + + New translations translation.json (Polish) + +2 1 frontend/public/locales/pl/translation.json + +commit 8326bdf513e51b924dc0d92f6d7e8ee55ab0e1ba +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu May 18 15:33:34 2023 +0200 + + New translations translation.json (Dutch) + +2 1 frontend/public/locales/nl/translation.json + +commit be0bdb9f5cfb61d4c90c4e78947b17919a3ddf80 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu May 18 15:33:33 2023 +0200 + + New translations translation.json (Korean) + +2 1 frontend/public/locales/ko/translation.json + +commit b7da8cd31a55e1108a413e0db7fc122cefd195eb +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu May 18 15:33:32 2023 +0200 + + New translations translation.json (Japanese) + +2 1 frontend/public/locales/ja/translation.json + +commit 545da6d37581c60c7538a8b2c57d3ed30da9a26a +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu May 18 15:33:31 2023 +0200 + + New translations translation.json (Italian) + +2 1 frontend/public/locales/it/translation.json + +commit 8c4cd6113046cccc0a4c823dc78ed7f36c77a911 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu May 18 15:33:30 2023 +0200 + + New translations translation.json (Hebrew) + +2 1 frontend/public/locales/he/translation.json + +commit 282ccdd91888562e5928e687883f51b0d8b7eb69 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu May 18 15:33:29 2023 +0200 + + New translations translation.json (German) + +2 1 frontend/public/locales/de/translation.json + +commit 2b679b546407fb03288d3019f10e420b1d3804eb +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu May 18 15:33:28 2023 +0200 + + New translations translation.json (Spanish) + +2 1 frontend/public/locales/es/translation.json + +commit 26b1a9290d867b95acea4afe237611f21d879aa3 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu May 18 15:33:27 2023 +0200 + + New translations translation.json (French) + +2 1 frontend/public/locales/fr/translation.json + +commit e0147ef1b38b23ba1c399f76b6e8a6b9f3596bcf +Merge: c8a49a68 0f663949 +Author: Lucian I. Last +Date: Thu May 18 15:29:02 2023 +0200 + + Merge branch 'add-bags-to-members-page' + +commit 0f663949bb6666afab6140b366c642458c9500f3 +Author: Lucian I. Last +Date: Thu May 18 15:27:58 2023 +0200 + + Add bags dropdown + +9 1 frontend/src/pages/ChainMemberList.tsx + +commit 11bfe32cee9555b338f264caba194ffeeee124ae +Author: Lucian I. Last +Date: Thu May 18 15:25:20 2023 +0200 + + Add list of bags + +46 17 frontend/src/pages/ChainMemberList.tsx + +commit c8a49a68f993a1151d1c401fbe0b45c145a3855e +Author: Lucian I. Last +Date: Thu May 18 14:28:45 2023 +0200 + + Fix margins on events filter & edit loop button + +1 1 frontend/src/pages/ChainMemberList.tsx +7 4 frontend/src/pages/Events.tsx + +commit 4fc141fb493b0dc2c89c0799c38aeec7a2245ae3 +Author: Lucian I. Last +Date: Thu May 18 14:25:41 2023 +0200 + + Add bags translation en + +2 1 frontend/public/locales/en/translation.json + +commit 9672c60e0f7343b467d9cd2f6072d048304ed76f +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu May 18 14:02:44 2023 +0200 + + New translations translation.json (Swedish) + +5 5 frontend/public/locales/sv/translation.json + +commit 04003448a3df6fbe02b85224cca11e9a3a35dfc7 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu May 18 14:02:42 2023 +0200 + + New translations translation.json (Portuguese) + +6 1 frontend/public/locales/pt/translation.json + +commit 4788a2bbce4edb51005549d14dc0139adcb858cc +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu May 18 14:02:41 2023 +0200 + + New translations translation.json (Polish) + +6 1 frontend/public/locales/pl/translation.json + +commit e10082f771e823f32155db0f78ad446f795a581c +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu May 18 14:02:41 2023 +0200 + + New translations translation.json (Dutch) + +5 5 frontend/public/locales/nl/translation.json + +commit 37dcc0929d23c02f4688eefc0dbf42bba8cb621f +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu May 18 14:02:40 2023 +0200 + + New translations translation.json (Korean) + +6 1 frontend/public/locales/ko/translation.json + +commit 0977aa553f23e8e06225c00f2138b922f7dbd72a +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu May 18 14:02:39 2023 +0200 + + New translations translation.json (Japanese) + +6 1 frontend/public/locales/ja/translation.json + +commit aa623d929b2c4672b6632712a244812342641515 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu May 18 14:02:38 2023 +0200 + + New translations translation.json (Italian) + +5 5 frontend/public/locales/it/translation.json + +commit 88aa5c9fbb8b4d238a29f501b9979758f9cfdaf0 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu May 18 14:02:37 2023 +0200 + + New translations translation.json (Hebrew) + +6 1 frontend/public/locales/he/translation.json + +commit 55f1eca6f4facd7569f181c813d7d555d15ccf16 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu May 18 14:02:36 2023 +0200 + + New translations translation.json (German) + +5 5 frontend/public/locales/de/translation.json + +commit b0807a0bd24d37e07a0078119685f78a30a4f160 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu May 18 14:02:35 2023 +0200 + + New translations translation.json (Spanish) + +5 5 frontend/public/locales/es/translation.json + +commit e456b192eaff7f86dd110e82f60ade2b55b32958 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu May 18 14:02:34 2023 +0200 + + New translations translation.json (French) + +5 5 frontend/public/locales/fr/translation.json + +commit 2654aded5044332f809da42fa834fe53847e169e +Author: Lucian I. Last +Date: Thu May 18 13:57:56 2023 +0200 + + Update github action deploy badges + +2 1 README.md + +commit c00d00880b576d12c15a5f1d93633c79444204f5 +Merge: 91e39b9b 93f8ec53 +Author: Lucian I. Last +Date: Thu May 18 13:55:21 2023 +0200 + + Merge pull request #475 from NatalieWilson19/change-to-seperated-address-#394 + + Change to seperated address #394 + +commit 93f8ec53a0660c6c4910767d26e057d83f86549a +Author: Lucian I. Last +Date: Thu May 18 13:53:27 2023 +0200 + + Fix setting newsletter + +200 149 frontend/src/components/AddressForm.tsx +0 56 frontend/src/components/formActions.tsx +9 2 frontend/src/pages/NewChainSignup.tsx +8 1 frontend/src/pages/Signup.tsx +13 36 frontend/src/pages/UserEdit.tsx + +commit 3bfd2b989d42d8075798b4a540b463e888fc67a3 +Author: Lucian I. Last +Date: Wed May 17 17:43:20 2023 +0200 + + wip newsletter + +6 9 frontend/src/components/AddressForm.tsx +7 1 frontend/src/components/formActions.tsx + +commit ad15f776f32e81046678ae7977d9cd0b2cca4b5c +Merge: 3e86f70a 91e39b9b +Author: Lucian I. Last +Date: Wed May 17 17:15:55 2023 +0200 + + Merge branch 'main' into change-to-seperated-address-#394 + +commit 91e39b9b568c56997997c7f433d22e08b59a5ccb +Merge: 56268141 e19e0f7c +Author: Lucian I. Last +Date: Wed May 17 17:13:30 2023 +0200 + + Merge pull request #462 from the-clothing-loop/privacy-userofchain + + hide email phone + +commit e19e0f7c381927a2ead9fefbc6970164299f115e +Author: Lucian I. Last +Date: Wed May 17 17:10:08 2023 +0200 + + Test & Add email phone to show for hosts + +3 2 server/internal/controllers/users.go + +commit d970df862a49469b432f99568a1220c6c6e7ed8c +Merge: 72b32736 56268141 +Author: Lucian I. Last +Date: Wed May 17 11:50:29 2023 +0200 + + Merge branch 'main' into privacy-userofchain + +commit 16ca4f6fcb320e0dcc0d2a30cf54bc7938f2c22b +Merge: 61c6178c 56268141 +Author: Lucian I. Last +Date: Wed May 17 11:49:26 2023 +0200 + + Merge branch 'main' into pause-user + +commit 562681411c4e8d7f24ddcc7a6ccbe99d14c3cc2e +Author: Lucian I. Last +Date: Wed May 17 11:49:01 2023 +0200 + + Only show approved loops on app + +5 1 app/src/pages/Settings.tsx + +commit 72b32736b03c2a839e99939b65e140df0d2676f9 +Author: Lucian I. Last +Date: Wed May 17 11:43:54 2023 +0200 + + Show email and phone number on host for participants + +5 3 server/internal/controllers/users.go + +commit 9764d497dd6dfe5b09f429e2a49a4e72ad005270 +Merge: da19be89 db302d24 +Author: Lucian I. Last +Date: Wed May 17 09:32:57 2023 +0200 + + Merge branch 'main' into add-bags-to-members-page + +commit db302d24d3a5615c735c36ecf24d2861ea659283 +Merge: fa5d4ae4 ca513f95 +Author: Lucian I. Last +Date: Wed May 17 09:10:25 2023 +0200 + + Merge branch 'main' of github.com:the-clothing-loop/website + +commit fa5d4ae411815004678235763653160234e35544 +Author: Lucian I. Last +Date: Wed May 17 09:10:21 2023 +0200 + + Fix break rule of hooks + +1 2 frontend/src/pages/AdminDashboard.tsx + +commit ca513f95775ae267d235db8cd75510037d7dd48d +Merge: bc7cb3ca 52773ce6 +Author: Lucian I. Last +Date: Wed May 17 08:33:01 2023 +0200 + + Merge pull request #474 from NatalieWilson19/admin-table-loops-page + + Admin table loop page + +commit 52773ce62e0b7954154a173aaf4cbed156cbb9fc +Author: Lucian I. Last +Date: Wed May 17 08:31:30 2023 +0200 + + Fix x padding on mobile & allow root admin access + +14 12 frontend/src/pages/ChainMemberList.tsx + +commit 3e86f70a3c78f4733b2668aa4fa18dfecd48601b +Author: Natalie +Date: Tue May 16 15:17:09 2023 -0700 + + remove unused user variable + +1 3 frontend/src/components/AddressForm.tsx + +commit 52d9a4f79d95d5cd00935e3eb2a7d88387b48c2d +Author: Natalie +Date: Tue May 16 15:07:54 2023 -0700 + + prettier + +71 67 frontend/src/components/AddressForm.tsx +2 2 frontend/src/pages/NewChainSignup.tsx +1 1 frontend/src/pages/UserEdit.tsx + +commit dcb9f869b45ff36ad256f0a81fb7aa2efd62d499 +Author: Natalie +Date: Tue May 16 15:05:55 2023 -0700 + + removed unnecessary divs, improved newsletter + +41 38 frontend/src/components/AddressForm.tsx +4 21 frontend/src/pages/NewChainSignup.tsx +5 14 frontend/src/pages/Signup.tsx +2 2 frontend/src/pages/UserEdit.tsx + +commit f9e64342e00bae3694f5184ed23c431997c92440 +Author: Lucian I. Last +Date: Wed May 17 00:00:38 2023 +0200 + + only you or super admin can purge account + +9 1 server/internal/controllers/users.go + +commit 8dc2cd40f4b548d7777ad730d9eaddddf6852454 +Merge: 8fcfe14f bc7cb3ca +Author: Natalie +Date: Mon May 15 17:19:59 2023 -0700 + + merge main into branch + +commit 8fcfe14fdeef6c61155e7b75222586fe06e3630a +Author: Natalie +Date: Mon May 15 17:00:16 2023 -0700 + + fix newsletter + +10 3 frontend/src/pages/NewChainSignup.tsx +6 1 frontend/src/pages/Signup.tsx + +commit 75fe20d8a55d3b1234c50e37f3f4588d5fdca5f9 +Author: Natalie +Date: Mon May 15 15:54:42 2023 -0700 + + make classes prop optional and fix privacy policy + +8 2 frontend/src/components/AddressForm.tsx +11 1 frontend/src/pages/NewChainSignup.tsx +5 2 frontend/src/pages/Signup.tsx +1 1 frontend/src/pages/UserEdit.tsx + +commit 0975fe1c887e4437db45edd5457457465aaa9504 +Author: Natalie +Date: Mon May 15 14:32:59 2023 -0700 + + prettier + +1 4 frontend/src/pages/ChainMemberList.tsx + +commit 0e900f289dcdd5713455c9519c0115140668e366 +Merge: a0e79d24 bc7cb3ca +Author: Natalie +Date: Mon May 15 14:31:36 2023 -0700 + + Merge branch 'main' of https://github.com/the-clothing-loop/website into admin-table-loops-page + + pull main into branch + +commit a0e79d24fd3afa596fbf9c97a6d0da7e3dcb639e +Author: Natalie +Date: Mon May 15 14:27:45 2023 -0700 + + slightly bigger margins + +3 3 frontend/src/pages/ChainMemberList.tsx + +commit f5076a50c964cb79c30c4064385f08cd9904af03 +Author: Natalie +Date: Mon May 15 11:43:43 2023 -0700 + + Add translations + +6 1 frontend/public/locales/de/translation.json +6 1 frontend/public/locales/en/translation.json +6 1 frontend/public/locales/es/translation.json +6 1 frontend/public/locales/fr/translation.json +6 1 frontend/public/locales/he/translation.json +6 1 frontend/public/locales/it/translation.json +6 1 frontend/public/locales/nl/translation.json +6 1 frontend/public/locales/sv/translation.json +12 14 frontend/src/components/AddressForm.tsx + +commit c40dc404e8c55b63e37c13e88ff503eefb8a6145 +Author: Natalie +Date: Mon May 15 10:46:13 2023 -0700 + + simplified getPlaceName + +15 31 frontend/src/components/AddressForm.tsx + +commit 619698038532aec0475e3497957e53113c0feb3f +Author: Natalie +Date: Mon May 15 09:58:39 2023 -0700 + + clean up onSubmit function and fixed email issue + +69 40 frontend/src/components/AddressForm.tsx +7 18 frontend/src/pages/NewChainSignup.tsx +7 25 frontend/src/pages/Signup.tsx +6 18 frontend/src/pages/UserEdit.tsx + +commit 583c65a0609165b8426eb72e544e93c65d094e1c +Author: Natalie +Date: Sun May 14 15:18:31 2023 -0700 + + remove empty className + +1 1 frontend/src/pages/AdminDashboard.tsx + +commit 2ff1232f316457352b8a9ffbb912a3a327ae7780 +Author: Natalie +Date: Sun May 14 15:18:06 2023 -0700 + + made width of form wider + +1 1 frontend/src/pages/UserEdit.tsx + +commit 514936b800303cc4eaec4826db328c66dd3606b2 +Author: Natalie +Date: Sun May 14 15:13:51 2023 -0700 + + fixed autofill, seperate city and state/province + +24 17 frontend/src/components/AddressForm.tsx + +commit 593e11eb7a218a694c7c51a801b47152edc65926 +Author: Natalie +Date: Sun May 14 14:21:15 2023 -0700 + + fixed mobile version + +1 1 frontend/src/pages/ChainMemberList.tsx + +commit 30f601e72db7da8e2bbfab241c8939fd621f2e15 +Author: Natalie +Date: Sun May 14 13:46:03 2023 -0700 + + deleted comments, added top margin + +1 7 frontend/src/pages/ChainMemberList.tsx + +commit 01047c157c56fed83a38a5a5f9899566f02232c0 +Author: Natalie +Date: Sun May 14 12:28:14 2023 -0700 + + made the add co-host button and the edit loop button the same size + +2 2 frontend/src/pages/ChainMemberList.tsx + +commit a99de596b92477536bc5d78375e221f99d5b4d74 +Author: Natalie +Date: Sun May 14 12:18:12 2023 -0700 + + fixed padding and margins + +7 7 frontend/src/pages/ChainMemberList.tsx + +commit 9a3212080ed42e10688ed07e4ce6a05f3d755044 +Author: Natalie +Date: Sun May 14 11:46:13 2023 -0700 + + fix address string, code cleanup + +13 13 frontend/src/components/AddressForm.tsx +0 3 frontend/src/pages/UserEdit.tsx + +commit 1082a9839dc773b6f1a9735c99bb01b99ddbd2cc +Author: Natalie +Date: Sat May 13 16:17:25 2023 -0700 + + fixed newsletter, code cleanup + +5 13 frontend/src/components/AddressForm.tsx +1 7 frontend/src/pages/NewChainSignup.tsx +1 11 frontend/src/pages/Signup.tsx + +commit b486158d63587e5ddb2d8e6137b071fcb396e55e +Author: Natalie +Date: Sat May 13 16:05:37 2023 -0700 + + implement AddressForm in NewChainSignup + +25 54 frontend/src/pages/NewChainSignup.tsx + +commit 008a876687a4fe3afcb1afe042f78dbf27a1ef64 +Author: Natalie +Date: Sat May 13 16:02:21 2023 -0700 + + fix sizes for Signup + +4 7 frontend/src/pages/Signup.tsx + +commit 13782b918e10b42446b42a5d27b4d20c64272c5e +Author: Natalie +Date: Sat May 13 15:49:32 2023 -0700 + + fixed size and newsletter + +13 5 frontend/src/components/AddressForm.tsx +41 17 frontend/src/pages/UserEdit.tsx + +commit fba1aece3e898a33c4bf40aa1fdc9752f4b8c626 +Author: Natalie +Date: Sat May 13 11:57:30 2023 -0700 + + implement AddressForm in Signup + +27 50 frontend/src/pages/Signup.tsx + +commit 5f3a127675952d9be504105248a54ff75d2d1f3b +Author: Natalie +Date: Sat May 13 11:51:14 2023 -0700 + + implement AddressForm component for UserEdit + +25 156 frontend/src/pages/UserEdit.tsx + +commit 31ef8d13dcad52a733b7b2b5897753b5099bde7f +Author: Natalie +Date: Sat May 13 11:47:19 2023 -0700 + + Add prefilled fields for logged in users, made email only visible when not logged in + +76 17 frontend/src/components/AddressForm.tsx + +commit e768273449f9253b428de9440ae9dd6c0d4f5eb6 +Author: Natalie +Date: Fri May 12 12:51:52 2023 -0700 + + address form component + +163 0 frontend/src/components/AddressForm.tsx + +commit da19be89577454c62ff588af2b9917ccbd02ba43 +Author: Lucian I. Last +Date: Fri May 12 17:55:51 2023 +0200 + + Fix bags location and add react key + +3 1 frontend/src/pages/ChainMemberList.tsx + +commit 0f3d429bf6c26026b9aa4eb8b262630e6079a934 +Author: Lucian I. Last +Date: Fri May 12 17:49:49 2023 +0200 + + Add bags icon + +23 0 frontend/src/api/bag.ts +8 0 frontend/src/api/types.ts +76 14 frontend/src/pages/ChainMemberList.tsx + +commit 61c6178c20aa4dfa0983a4cb55cf90ec93174740 +Author: Lucian I. Last +Date: Fri May 12 16:41:21 2023 +0200 + + Add translations + +7 1 app/public/locales/en/translation.json +7 1 app/public/locales/nl/translation.json +3 3 app/src/pages/Settings.tsx + +commit 3d958fefd47d037e3ed625b27883b209e6dfc811 +Author: Lucian I. Last +Date: Fri May 12 16:33:57 2023 +0200 + + Change to pause_until + + - If this value if in the future the user is paused + - The app has a list of possible pause durations + +1 1 app/src/App.tsx +26 3 app/src/Store.tsx +2 2 app/src/api.ts +29 3 app/src/components/UserCard.tsx +6 0 app/src/dayjs.ts +10 1 app/src/pages/AddressItem.tsx +29 1 app/src/pages/AddressList.tsx +1 1 app/src/pages/BagsList.tsx +67 11 app/src/pages/Settings.tsx +8 0 app/src/utils/is_paused.ts +1 1 frontend/src/api/types.ts +1 1 frontend/src/api/user.ts +13 13 server/internal/controllers/users.go +1 1 server/internal/models/user.go + +commit 9ffc3fbdd23002735feb337bf41973e922342e67 +Merge: 253c5d64 bc7cb3ca +Author: Lucian I. Last +Date: Thu May 11 17:27:59 2023 +0200 + + Merge branch 'main' into pause-user + +commit 99a0f67ce371a57335e41c11de8151c4c7a64007 +Author: Lucian I. Last +Date: Thu May 11 17:18:46 2023 +0200 + + Fix omission requirements + +19 14 server/internal/controllers/users.go +0 10 server/internal/models/user.go + +commit bc7cb3caf4d1ee3395abc3cf372cdedc0ef73cbd +Merge: e1d9022d c6870309 +Author: Lucian I. Last +Date: Thu May 11 16:06:40 2023 +0200 + + Merge remote-tracking branch 'origin/l10n_main' + +commit b0a2de609b9745d339ed07972531713ba07bcd6f +Author: Lucian I. Last +Date: Thu May 11 16:05:33 2023 +0200 + + Only show route direct siblings + + Login brocken! + +27 4 server/internal/controllers/users.go +10 0 server/internal/models/user.go + +commit 12113c74608d78fd35def534c5ef8c3fd985ee66 +Merge: 3d6ac949 e1d9022d +Author: Lucian I. Last +Date: Thu May 11 15:18:17 2023 +0200 + + Merge branch 'main' into privacy-userofchain + +commit e1d9022ddfa4dd9944b8370cb9433e3121844be3 +Merge: d6ca8a26 d5bf8129 +Author: Lucian I. Last +Date: Thu May 11 15:16:24 2023 +0200 + + Merge remote-tracking branch 'origin/l10n_main' + +commit c6870309ad7d9fcc2565dd2528aaeea2a6874e8b +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu May 11 15:16:08 2023 +0200 + + New translations login_verification.gohtml (Swedish) + +4 2 server/internal/views/emails/sv/login_verification.gohtml + +commit 2253603fb2abda42df7ec27bdb2cf9252e5efd3c +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu May 11 15:16:07 2023 +0200 + + New translations login_verification.gohtml (Portuguese) + +4 2 server/internal/views/emails/pt/login_verification.gohtml + +commit 6b202e5ea1d2fc43d881f426cebdb572a4eccba4 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu May 11 15:16:07 2023 +0200 + + New translations login_verification.gohtml (Polish) + +4 2 server/internal/views/emails/pl/login_verification.gohtml + +commit abaed76946f1ebf510118f7105f803cd0f2b203f +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu May 11 15:16:06 2023 +0200 + + New translations login_verification.gohtml (Dutch) + +4 2 server/internal/views/emails/nl/login_verification.gohtml + +commit 243083e5f9448cefd5cc858ac098b40ebe6620f9 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu May 11 15:16:05 2023 +0200 + + New translations login_verification.gohtml (Korean) + +4 2 server/internal/views/emails/ko/login_verification.gohtml + +commit 1ec47a744934b7e953ef6794baa16286e8cc384c +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu May 11 15:16:04 2023 +0200 + + New translations login_verification.gohtml (Japanese) + +4 2 server/internal/views/emails/ja/login_verification.gohtml + +commit b6a62a3225a0b2f1ef007fb3b6a09bcbf177753a +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu May 11 15:16:03 2023 +0200 + + New translations login_verification.gohtml (Italian) + +4 2 server/internal/views/emails/it/login_verification.gohtml + +commit 3f19b4de0d55c8fe24fbed9b6478a5a595b08af2 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu May 11 15:16:02 2023 +0200 + + New translations login_verification.gohtml (Hebrew) + +4 2 server/internal/views/emails/he/login_verification.gohtml + +commit 01dfff6f76495595867127641966060fa668e141 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu May 11 15:16:01 2023 +0200 + + New translations login_verification.gohtml (German) + +4 2 server/internal/views/emails/de/login_verification.gohtml + +commit c65455534107d5082edc411dd96897ee82ee154f +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu May 11 15:16:00 2023 +0200 + + New translations login_verification.gohtml (Spanish) + +4 2 server/internal/views/emails/es/login_verification.gohtml + +commit 8d1cc78d941557bb2ae26144dcfbd2093682b799 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu May 11 15:15:59 2023 +0200 + + New translations login_verification.gohtml (French) + +4 2 server/internal/views/emails/fr/login_verification.gohtml + +commit d6ca8a26191e94441b3e15d0aae13b30490f3885 +Merge: 4f836a84 9474d85f +Author: Lucian I. Last +Date: Thu May 11 14:53:19 2023 +0200 + + Merge branch 'seperate-login-email-for-app' + +commit 9474d85fae7fbee5014676fccd87977673da73da +Author: Lucian I. Last +Date: Thu May 11 14:52:47 2023 +0200 + + Only show app password for app login + +4 2 server/internal/views/emails/ar/login_verification.gohtml +4 2 server/internal/views/emails/da/login_verification.gohtml +4 2 server/internal/views/emails/de/login_verification.gohtml +4 2 server/internal/views/emails/en/login_verification.gohtml +4 2 server/internal/views/emails/es/login_verification.gohtml +4 2 server/internal/views/emails/fr/login_verification.gohtml +4 2 server/internal/views/emails/he/login_verification.gohtml +4 2 server/internal/views/emails/it/login_verification.gohtml +4 2 server/internal/views/emails/ja/login_verification.gohtml +4 2 server/internal/views/emails/ko/login_verification.gohtml +4 2 server/internal/views/emails/nl/login_verification.gohtml +4 2 server/internal/views/emails/pl/login_verification.gohtml +4 2 server/internal/views/emails/pt/login_verification.gohtml +4 2 server/internal/views/emails/sv/login_verification.gohtml +4 2 server/internal/views/emails/zh/login_verification.gohtml + +commit 4f836a8403a18661bbfb891f668f786709213660 +Author: Lucian I. Last +Date: Thu May 11 13:22:41 2023 +0200 + + Fix typescript error + +1 6 frontend/src/pages/Events.tsx + +commit eb3a13abe8bc0a9954e751add3ff0da23153964d +Author: Lucian I. Last +Date: Thu May 11 13:19:58 2023 +0200 + + Lint + +17 17 frontend/public/locales/nl/faq.json + +commit 19c767017f305ef53029be1d99d4a44655a29908 +Author: Lucian I. Last +Date: Thu May 11 13:16:52 2023 +0200 + + Fix events location + +3 1 frontend/src/components/LocationModal.tsx +14 15 frontend/src/pages/Events.tsx +5 2 server/internal/controllers/event.go + +commit d5bf8129201e80b47dc1cda7a6988917ee8f7166 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu May 11 12:46:05 2023 +0200 + + New translations translation.json (Hebrew) + +31 31 frontend/public/locales/he/translation.json + +commit 46c022c38c29f3752dbab568563d33b19a957032 +Author: Lucian I. Last +Date: Thu May 11 12:27:42 2023 +0200 + + Fix adding emoji + +0 8 frontend/src/components/EventChangeForm.tsx +2 6 frontend/src/components/TinyMCE.tsx +1 1 server/internal/app/database.go + +commit 6669004e70abadc96154d4aca690e64b707733b7 +Merge: 26b4c1ed f3456127 +Author: Lucian I. Last +Date: Thu May 11 11:53:55 2023 +0200 + + Merge remote-tracking branch 'origin/l10n_main' + +commit 26b4c1ed39442d0456334135731b99114b545fe7 +Author: Lucian I. Last +Date: Thu May 11 11:50:41 2023 +0200 + + Add tinymce for events + +11 0 frontend/package-lock.json +1 0 frontend/package.json +9 2 frontend/src/components/EventChangeForm.tsx +115 0 frontend/src/components/TinyMCE.tsx +4 8 frontend/src/pages/EventDetails.tsx +26 0 frontend/src/tailwind.css + +commit 3d677897c26fa68c1518288a95900075618df45d +Author: Lucian I. Last +Date: Wed May 10 17:03:42 2023 +0200 + + Fix dutch participants faq + +17 17 frontend/public/locales/nl/faq.json + +commit eff066786e98a3ef508b2c0a1ca6115b1000457d +Author: Lucian I. Last +Date: Wed May 10 16:01:38 2023 +0200 + + Fix create event 502 + +1 1 server/internal/controllers/event.go + +commit b806d8df5a231cb4d13de0f6ab0a1820416ba53c +Merge: 39c83a54 7c8553f4 +Author: Lucian I. Last +Date: Wed May 10 13:31:59 2023 +0200 + + Merge branch 'sort-data-export' + +commit 7c8553f4b5510338bfa6148696cdf89def3c9777 +Author: Lucian I. Last +Date: Wed May 10 13:30:58 2023 +0200 + + Fix sort users + +51 33 frontend/src/pages/ChainMemberList.tsx + +commit f3456127ab4a85f853fc5cce477330839853f7b5 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed May 10 12:33:35 2023 +0200 + + New translations an_admin_denied_your_join_request.gohtml (Hebrew) + +1 1 server/internal/views/emails/he/an_admin_denied_your_join_request.gohtml + +commit f6f5e5b5b624c006460d93cd5d3b189e01f71aea +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed May 10 12:33:31 2023 +0200 + + New translations an_admin_approved_your_join_request.gohtml (Hebrew) + +1 1 server/internal/views/emails/he/an_admin_approved_your_join_request.gohtml + +commit 95f21337c42a5bd2b0adc5da9330c01590f1016b +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed May 10 12:33:01 2023 +0200 + + New translations faq.json (Swedish) + +28 0 frontend/public/locales/sv/faq.json + +commit 471bb011e8fc77774af7b9edc987797110ce2a4d +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed May 10 12:32:56 2023 +0200 + + New translations faq.json (French) + +36 0 frontend/public/locales/fr/faq.json + +commit 4b023fc3cd29da8fea1ba5bbbf825fbba9388919 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed May 10 12:32:50 2023 +0200 + + New translations translation.json (Dutch) + +2 2 frontend/public/locales/nl/translation.json + +commit 4efe58839540bf7725e9db67c655cc9a22813226 +Author: Lucian I. Last +Date: Wed May 10 12:19:04 2023 +0200 + + add app true to request body + +1 1 app/src/api.ts + +commit 691261d82c5be8c72a7caa6696d84d2d3156b838 +Author: Lucian I. Last +Date: Wed May 10 12:17:44 2023 +0200 + + server changes + +2 1 server/internal/controllers/login.go +2 1 server/internal/views/email.go + +commit 39c83a54e0736323fc1147dd423b32e2dcc946ce +Merge: 9a930c27 0f876fef +Author: Lucian I. Last +Date: Wed May 10 11:40:06 2023 +0200 + + Merge remote-tracking branch 'origin/l10n_main' + +commit 9a930c27c11f4a1627a26599b9916cc75efbc19e +Author: Lucian I. Last +Date: Wed May 10 11:37:11 2023 +0200 + + Make free price more legible + +1 1 frontend/src/pages/Events.tsx + +commit 0f876feff9e5299f34f9e34ef52d3a953603c488 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed May 10 11:33:45 2023 +0200 + + New translations an_admin_denied_your_join_request.gohtml (Hebrew) + +1 1 server/internal/views/emails/he/an_admin_denied_your_join_request.gohtml + +commit 43be64f7f413f4cec7f5b5e80185458df0abd25e +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed May 10 11:33:39 2023 +0200 + + New translations an_admin_approved_your_join_request.gohtml (Hebrew) + +1 1 server/internal/views/emails/he/an_admin_approved_your_join_request.gohtml + +commit ef232e32352e625fcfd4d95baf75d21c2a5a76b5 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed May 10 11:32:57 2023 +0200 + + New translations someone_is_interested_in_joining_your_loop.gohtml (Hebrew) + +2 2 server/internal/views/emails/he/someone_is_interested_in_joining_your_loop.gohtml + +commit 8deb140d5293ed40f02fd938015ec4ded3b51731 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed May 10 11:32:48 2023 +0200 + + New translations faq.json (Swedish) + +28 0 frontend/public/locales/sv/faq.json + +commit 8e4e0c6209e85a7ac45adba45c4a6bd537f1052a +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed May 10 11:32:47 2023 +0200 + + New translations faq.json (Polish) + +1 1 frontend/public/locales/pl/faq.json + +commit b3ddf22c9edd74fdc01a4c5abfff9c53914b0523 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed May 10 11:32:46 2023 +0200 + + New translations faq.json (Dutch) + +1 1 frontend/public/locales/nl/faq.json + +commit 4ff2b16b811f0ad859f731bc434b4d3c56c93b7e +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed May 10 11:32:45 2023 +0200 + + New translations faq.json (Korean) + +1 1 frontend/public/locales/ko/faq.json + +commit 320ab6e5c1cccddbc68d0060e66e96e1c5c0c38d +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed May 10 11:32:44 2023 +0200 + + New translations faq.json (Japanese) + +1 1 frontend/public/locales/ja/faq.json + +commit de94917c005231e7c41dde11a7cc52014ebd036d +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed May 10 11:32:43 2023 +0200 + + New translations faq.json (Italian) + +1 1 frontend/public/locales/it/faq.json + +commit a29b95adfc3557c10c3433b378e1238f8fff9b59 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed May 10 11:32:41 2023 +0200 + + New translations faq.json (German) + +1 1 frontend/public/locales/de/faq.json + +commit b4b3f1174fe9a438f94134f326c094ba4dcfe322 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed May 10 11:32:40 2023 +0200 + + New translations faq.json (Spanish) + +1 1 frontend/public/locales/es/faq.json + +commit 76af084cc648900182368e5cb9422630dbff9b6f +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed May 10 11:32:39 2023 +0200 + + New translations faq.json (French) + +36 0 frontend/public/locales/fr/faq.json + +commit 97ebfdde342c23ef287fdca7d1f0b5e591165197 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed May 10 11:32:29 2023 +0200 + + New translations translation.json (Dutch) + +7 7 frontend/public/locales/nl/translation.json + +commit e0d2acd4099198e27dd889f436a03d568972dfbd +Author: Lucian I. Last +Date: Wed May 10 11:29:40 2023 +0200 + + Delete should be cancel not close + +1 1 frontend/src/providers/ToastProvider.tsx + +commit 02a916082cf2f7166ff20b0aec1f49e615d05c65 +Author: Lucian I. Last +Date: Wed May 10 10:24:25 2023 +0200 + + Fix typescript error + +1 0 frontend/src/pages/EventEdit.tsx + +commit 56df9e58d24d26f4e8886509470eb3b8ce97c619 +Author: Lucian I. Last +Date: Wed May 10 10:22:23 2023 +0200 + + Only show time diff if endDate day is the same + +69 25 frontend/src/pages/EventDetails.tsx +1 1 server/internal/controllers/event.go + +commit 03f709fbfa00b743a19df44156ade27a6d0d83c9 +Author: Lucian I. Last +Date: Wed May 10 09:52:15 2023 +0200 + + Remove event author from event details + +0 15 frontend/src/pages/EventDetails.tsx + +commit 3ffbc6618e519151648f89bddffeb5a7e78635ce +Merge: 404d1280 204a48e4 +Author: Lucian I. Last +Date: Wed May 10 09:47:39 2023 +0200 + + Merge remote-tracking branch 'origin/l10n_main' + +commit 404d1280f82e1f5a4f4c37919602ed7fed68dc52 +Merge: b74091c4 fd27e787 +Author: Lucian I. Last +Date: Wed May 10 09:47:33 2023 +0200 + + Merge branch 'add-end-date' + +commit fd27e7876d7bf98db4f61611a8093dd8d9651b5a +Author: Lucian I. Last +Date: Wed May 10 09:47:12 2023 +0200 + + align location with title on events page + +8 11 frontend/src/pages/Events.tsx + +commit 9b4ea676d1ba622e564f737f4389e4fca5b7335a +Merge: 29ff5fd2 b74091c4 +Author: Lucian I. Last +Date: Wed May 10 09:33:59 2023 +0200 + + Merge branch 'main' into add-end-date + +commit 253c5d64241c85ca7d711389386a3ed810ec88c4 +Author: Lucian I. Last +Date: Mon May 8 22:36:03 2023 +0200 + + Add pause toggle to app + +13 1 app/package-lock.json +2 1 app/package.json +13 0 app/src/Store.tsx +16 0 app/src/api.ts +17 1 app/src/pages/Settings.tsx +7 5 server/internal/controllers/users.go +2 1 server/internal/models/user.go + +commit 86339f040645f682aa631eb238a909d68acb08ed +Merge: 5d2049f2 b74091c4 +Author: Lucian I. Last +Date: Mon May 8 20:59:01 2023 +0200 + + Merge branch 'main' into pause-user + +commit 391f16153b2e426b78ee0c147821858c7b9c3b08 +Author: Natalie +Date: Mon May 8 08:34:48 2023 -0700 + + address is in seperated fields and is then validated with mapbox + +81 7 frontend/src/pages/UserEdit.tsx + +commit 204a48e44a73eb277123e859bf97a0f0905d2091 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon May 8 17:12:07 2023 +0200 + + New translations translation.json (Swedish) + +1 0 frontend/public/locales/sv/translation.json + +commit 8b1c70844521971a2452946c9c04373da2689f64 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon May 8 17:12:04 2023 +0200 + + New translations translation.json (Portuguese) + +1 0 frontend/public/locales/pt/translation.json + +commit 777d139db6734079b2bde8963f848e41203e35fc +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon May 8 17:12:02 2023 +0200 + + New translations translation.json (Polish) + +1 0 frontend/public/locales/pl/translation.json + +commit cfe06c2205ef75cedbbac5eb1a5e58aeca532128 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon May 8 17:12:01 2023 +0200 + + New translations translation.json (Dutch) + +1 0 frontend/public/locales/nl/translation.json + +commit 50acc359dabac94ab983517721234acbf9c56dbb +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon May 8 17:12:00 2023 +0200 + + New translations translation.json (Korean) + +1 0 frontend/public/locales/ko/translation.json + +commit 6969443a3a9726d51453d7e09120edd1ddec19f3 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon May 8 17:11:59 2023 +0200 + + New translations translation.json (Japanese) + +1 0 frontend/public/locales/ja/translation.json + +commit 3f30d6b7e55841e4a665d4d03a95205d1c355d55 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon May 8 17:11:58 2023 +0200 + + New translations translation.json (Italian) + +1 0 frontend/public/locales/it/translation.json + +commit 6c1ae95b3c4602f6c39fb84b9fb93ec021d8d936 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon May 8 17:11:57 2023 +0200 + + New translations translation.json (Hebrew) + +1 0 frontend/public/locales/he/translation.json + +commit c93995032e8cb580140929cfa9e5018013120356 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon May 8 17:11:56 2023 +0200 + + New translations translation.json (German) + +1 0 frontend/public/locales/de/translation.json + +commit f1769f4a0d9aa28d2bfd725f509228d698b42368 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon May 8 17:11:55 2023 +0200 + + New translations translation.json (Spanish) + +1 0 frontend/public/locales/es/translation.json + +commit 69c6f30dad1b7e78f80e4ab29d5ad6e690588131 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon May 8 17:11:54 2023 +0200 + + New translations translation.json (French) + +1 0 frontend/public/locales/fr/translation.json + +commit b74091c43ed4b10ea1f0fda7cb1143f2dd53ec2e +Author: Lucian I. Last +Date: Mon May 8 16:55:31 2023 +0200 + + Replace upcoming events with upcoming swap events + +0 1 frontend/public/locales/de/translation.json +1 1 frontend/public/locales/en/translation.json +0 1 frontend/public/locales/es/translation.json +0 1 frontend/public/locales/fr/translation.json +0 1 frontend/public/locales/he/translation.json +0 1 frontend/public/locales/it/translation.json +0 1 frontend/public/locales/ja/translation.json +0 1 frontend/public/locales/ko/translation.json +0 1 frontend/public/locales/nl/translation.json +0 1 frontend/public/locales/pl/translation.json +0 1 frontend/public/locales/pt/translation.json +0 1 frontend/public/locales/sv/translation.json +1 1 frontend/src/pages/Events.tsx + +commit ef9d2c9c718bd7aca7212a6c20b0fcae8353df4f +Author: Lucian I. Last +Date: Mon May 8 16:51:45 2023 +0200 + + Add free label + +10 3 frontend/src/pages/Events.tsx + +commit 62640b8a1bc9e78b7dffbe14d6f7e6c6b9f07299 +Author: Lucian I. Last +Date: Mon May 8 16:51:30 2023 +0200 + + Fix price under zero + +25 4 frontend/src/components/EventChangeForm.tsx +5 1 frontend/src/pages/EventDetails.tsx +6 1 frontend/src/pages/Events.tsx +1 1 server/internal/controllers/event.go + +commit 29ff5fd202e329bc49fe14f3e457a714e87267d1 +Author: Lucian I. Last +Date: Mon May 8 15:36:34 2023 +0200 + + Fix bugs + +1 1 frontend/src/components/EventChangeForm.tsx +2 2 server/internal/controllers/event.go + +commit 7b5e2952d07291a9131121f14d6b111bb4737e03 +Author: Lucian I. Last +Date: Mon May 8 15:14:55 2023 +0200 + + Add date end to events + +1 0 frontend/src/api/event.ts +1 0 frontend/src/api/types.ts +56 42 frontend/src/components/EventChangeForm.tsx +2 32 frontend/src/pages/EventCreate.tsx +29 5 frontend/src/pages/EventDetails.tsx +50 0 frontend/src/util/sep-date-time.hooks.ts +12 2 server/internal/controllers/event.go +3 0 server/internal/models/event.go + +commit 1858e76c61055cad365c65948df0673b445e61b9 +Author: Lucian I. Last +Date: Mon May 8 11:46:36 2023 +0200 + + Add honeypot checkbox to contact page + +13 0 frontend/src/pages/Contacts.tsx +7 3 server/internal/controllers/contact.go + +commit d2f66e8c0d6751973a85ba4efe3efcb0df37d833 +Merge: cff9b2c1 2c508786 +Author: Lucian I. Last +Date: Mon May 8 10:40:14 2023 +0200 + + Merge branch 'main' of github.com:the-clothing-loop/website + +commit 2c50878679b23c313807e1023c9133460a471623 +Merge: 508589aa ef46fa38 +Author: Lucian I. Last +Date: Mon May 8 07:52:31 2023 +0200 + + Merge pull request #468 from the-clothing-loop/l10n_main + +commit 46a1cb8726abdf5ffc68a948ad67ba594fc00986 +Author: Natalie +Date: Sun May 7 17:01:27 2023 -0700 + + better formatting for small screen + +4 4 frontend/src/pages/ChainMemberList.tsx + +commit 5e32c96c1cae3db3ba3b15430f037e8f6e314537 +Author: Natalie +Date: Sun May 7 16:25:15 2023 -0700 + + added a section only visivle to hosts + +91 77 frontend/src/pages/ChainMemberList.tsx + +commit ef46fa382ffd7276b7b78fa9f134237c9f53e5e8 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri May 5 23:44:48 2023 +0200 + + New translations translation.json (Dutch) + +2 2 frontend/public/locales/nl/translation.json + +commit 18621ea85257d5e5555269dae2464e1fec044c01 +Author: Lucian I. Last +Date: Thu May 4 16:08:29 2023 +0200 + + Add first attempt + +8 3 frontend/src/components/DataExport.tsx +0 3 frontend/src/components/EventChangeForm.tsx +23 24 frontend/src/pages/ChainMemberList.tsx + +commit cff9b2c101d5d6fbc8deb78ff9cc2478a9df807a +Author: Lucian I. Last +Date: Thu May 4 15:09:31 2023 +0200 + + Add find pending participants sql + +53 0 server/sql/find-pending-participants.sql + +commit 508589aa28afda8a01c2e6ca9754f39e840d6b65 +Author: Lucian I. Last +Date: Wed May 3 15:14:21 2023 +0200 + + Fix date locale + +15 7 frontend/src/components/EventChangeForm.tsx +2 0 frontend/src/util/dayjs.ts + +commit 80361923fdd5876a95f94265bdf96afd611a61f4 +Author: Lucian I. Last +Date: Wed May 3 13:21:40 2023 +0200 + + Fix setting date on change event page + +4 5 frontend/src/components/EventChangeForm.tsx + +commit 217e3d9a16a61ce9071a0687655275de2592421a +Author: Lucian I. Last +Date: Wed May 3 12:58:16 2023 +0200 + + Fix event authentication error + +11 9 server/internal/controllers/event.go + +commit f937d1fe73ef0e26784922ee9c24418945196784 +Author: Lucian I. Last +Date: Wed May 3 12:08:27 2023 +0200 + + Fix delete user from loop + +2 2 server/internal/models/user_chain.go + +commit 584786278609d29687bda2dbff9a8acf5bb41044 +Author: Lucian I. Last +Date: Wed May 3 12:03:47 2023 +0200 + + Fix react issue + +10 8 frontend/src/pages/EventDetails.tsx + +commit 5d2049f22b69d39e85818d5aa8a2fd0b336cbc46 +Author: Lucian I. Last +Date: Wed May 3 11:29:09 2023 +0200 + + Add is_paused types to fe + +1 0 frontend/src/api/types.ts +1 0 frontend/src/api/user.ts + +commit 68c4de391b327c329723961f555cf0c73ba564dc +Author: Lucian I. Last +Date: Wed May 3 11:28:09 2023 +0200 + + Fix imgbb env for production + +1 0 devops/setup-4-api.yml + +commit 2f153adda19ba5c510defb2d4648a35afd417743 +Author: Lucian I. Last +Date: Tue May 2 17:43:57 2023 +0200 + + wip is_paused + +10 0 server/internal/controllers/users.go +1 0 server/internal/models/user.go + +commit d996841a3275a244e7fbf5e0249ccbc107e2ff95 +Author: Lucian I. Last +Date: Tue May 2 16:19:06 2023 +0200 + + Alert icon if the bag is not updated for longer than a week + +2 2 app/package-lock.json +1 0 app/package.json +27 2 app/src/App.tsx +20 4 app/src/pages/BagsList.tsx + +commit 5262ed3a1a7324344149895a8b1845401c290997 +Author: Lucian I. Last +Date: Tue May 2 15:30:13 2023 +0200 + + Add route number to selecting a bag + +1 1 app/src/pages/AddressList.tsx +18 3 app/src/pages/BagsList.tsx + +commit 2648953e048923e0f0be689588eb9d8410d85ee9 +Author: Lucian I. Last +Date: Tue May 2 15:29:42 2023 +0200 + + Improve UX login + +17 0 app/android/app/src/main/AndroidManifest.xml.orig +1 1 app/package-lock.json +2 2 app/package.json +29 1 app/src/pages/Login.tsx + +commit f1775211c4d6981e036c31c4448d8c4c65e7833c +Merge: 101c3c66 4dd99c63 +Author: Lucian I. Last +Date: Tue May 2 13:11:24 2023 +0200 + + Merge branch 'main' of github.com:the-clothing-loop/website + +commit 101c3c66b9197951c5b0f02ee41b5497aafcc27b +Author: Lucian I. Last +Date: Tue May 2 13:10:58 2023 +0200 + + Remove test.jpg file + +- - server/test.jpg +0 1 server/test.jpg.base64 + +commit 3e15fed2fd1c8558b73bf3661b49c77eaccc0fc8 +Author: Lucian I. Last +Date: Tue May 2 13:10:35 2023 +0200 + + Add cron package & Add monthy cron + +3 0 server/cmd/server/main.go +2 0 server/go.mod +4 0 server/go.sum +53 0 server/internal/app/cron.go +4 0 server/internal/server.go + +commit 4dd99c634d23ab4bad4e6bdcf2d7f6d787e70ea1 +Merge: e9554dd7 b3400371 +Author: Lucian I. Last +Date: Tue May 2 12:37:06 2023 +0200 + + Merge pull request #467 from the-clothing-loop/l10n_main + + New Crowdin updates + +commit e9554dd7612a2b04394a7298cce1992abf963d6c +Author: Lucian I. Last +Date: Mon May 1 23:13:19 2023 +0200 + + Add PlayStore listings + +- - app/play_store_assets/Screenshot_20230501_225012.png +- - app/play_store_assets/Screenshot_20230501_225048.png +- - app/play_store_assets/Screenshot_20230501_225107.png +- - app/play_store_assets/app_icon.png +- - app/play_store_assets/feature_graphic.jpg +25 0 app/play_store_assets/main_store_listing.toml + +commit 14623abdeec12539a66dbecc190087ed1cfdf12f +Author: Lucian I. Last +Date: Mon May 1 23:12:53 2023 +0200 + + Run android in vertual android + +1 0 .gitignore +0 44 app/android/app/src/main/AndroidManifest.xml.orig +5 0 app/capacitor.config.ts +1 1 app/package.json + +commit b34003711c5566268329809b5d17eb459ae4a860 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon May 1 19:26:06 2023 +0200 + + New translations translation.json (Dutch) + +24 24 frontend/public/locales/nl/translation.json + +commit 8abaa9e4b15d080a65b43b59de7c0689d2131eec +Author: Lucian I. Last +Date: Mon May 1 11:16:18 2023 +0200 + + Fix typescript error on translation function + +2 2 app/src/components/CreateBag.tsx + +commit 35b0f8501e098d7d4cc7fec0824f346ca802bce0 +Author: Lucian I. Last +Date: Mon May 1 11:14:29 2023 +0200 + + Remove erroring import + +0 1 app/src/pages/AddressItem.tsx + +commit e573938bcaf0aa3dfc321feaef6396ac7995ed14 +Author: Lucian I. Last +Date: Mon May 1 11:11:16 2023 +0200 + + Set nl as default language + +5 1 app/.prettierignore +1 1 app/cypress.config.ts +1 1 app/ionic.config.json +1 809 app/package-lock.json +2 3 app/package.json +0 44 app/public/locales/en.json +84 0 app/public/locales/en/faq.json +47 0 app/public/locales/en/translation.json +0 44 app/public/locales/nl.json +47 0 app/public/locales/nl/translation.json +5 5 app/src/App.tsx +7 7 app/src/components/CreateBag.tsx +11 9 app/src/components/CreateUpdateBulky.tsx +4 4 app/src/components/UserCard.tsx +0 82 app/src/data/faq.json +3 1 app/src/i18n.ts +2 2 app/src/pages/AddressList.tsx +8 8 app/src/pages/BagsList.tsx +8 8 app/src/pages/BulkyList.tsx +3 2 app/src/pages/HelpItem.tsx +4 3 app/src/pages/HelpList.tsx +1 1 app/src/pages/Loading.tsx +7 9 app/src/pages/Login.tsx +1 1 app/src/pages/PrivacyPolicy.tsx +5 5 app/src/pages/Settings.tsx +2 2 app/src/pages/ToDo.tsx +2 3 app/src/theme/overrides.css + +commit 7693292911806d973ee3cd393455be92f98653bb +Merge: b2ec4eee 93c103e9 +Author: Lucian I. Last +Date: Mon May 1 10:07:23 2023 +0200 + + Merge pull request #466 from ydv-ankit/fix-text + + Use current year for footer copyright + +commit 93c103e9cc9ead1bf625334829b139b7eab4f8b0 +Author: Lucian I. Last +Date: Mon May 1 09:59:26 2023 +0200 + + Use safer getFullYear for date + +1 2 frontend/src/components/Footer.tsx + +commit 15c47077951a0cb09f4b8e91fb50d84f685238a6 +Author: Ankit Ydv +Date: Mon May 1 11:47:56 2023 +0530 + + refract: footer copyright + +3 1 frontend/src/components/Footer.tsx + +commit b2ec4eeebb069fc5a3ed6e3454bdd7e97350f3a3 +Merge: 34abf05e 33294047 +Author: Lucian I. Last +Date: Mon May 1 07:37:59 2023 +0200 + + Merge pull request #464 from the-clothing-loop/l10n_main + + New Crowdin updates + +commit 34abf05e2464ef33c055b9d2e5cfc6e13f6aed8c +Author: Lucian I. Last +Date: Wed Apr 26 15:37:36 2023 +0200 + + Fix setting event to free + +2 6 frontend/src/api/event.ts +2 3 frontend/src/api/types.ts +9 6 frontend/src/components/EventChangeForm.tsx +2 2 frontend/src/pages/EventDetails.tsx +2 1 frontend/src/pages/EventEdit.tsx +3 3 frontend/src/pages/Events.tsx +45 36 server/internal/controllers/event.go +4 2 server/internal/models/event.go + +commit 1bd7fa0479c5df5bfb8f5bf0b106b31624243ec8 +Author: Lucian I. Last +Date: Wed Apr 26 13:50:09 2023 +0200 + + Change map zoom + +27 7 frontend/src/components/LocationModal.tsx + +commit 33294047b070d8ebf6bf65a35784a50672b369cd +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Apr 26 12:32:02 2023 +0200 + + New translations translation.json (Swedish) + +1 1 frontend/public/locales/sv/translation.json + +commit 805d9a0f6f05a1b28c2a377e00361d08b0eb9267 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Apr 26 12:32:01 2023 +0200 + + New translations translation.json (Portuguese) + +1 1 frontend/public/locales/pt/translation.json + +commit b1b94bc1574d54ea401263abd0dfafc0bf4a66a2 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Apr 26 12:32:00 2023 +0200 + + New translations translation.json (Polish) + +1 1 frontend/public/locales/pl/translation.json + +commit e9c862f903ed7664ea73ae867eb6fd61bd684fb0 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Apr 26 12:31:59 2023 +0200 + + New translations translation.json (Dutch) + +1 1 frontend/public/locales/nl/translation.json + +commit 7bcf0e235cede15444fe0938de0ff1c59d545617 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Apr 26 12:31:58 2023 +0200 + + New translations translation.json (Korean) + +1 1 frontend/public/locales/ko/translation.json + +commit e187483c2847e75fed5c66228483256ece46557e +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Apr 26 12:31:57 2023 +0200 + + New translations translation.json (Japanese) + +1 1 frontend/public/locales/ja/translation.json + +commit b10214a5cc4ac185633ddfcabe5ba3e3c0de4b53 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Apr 26 12:31:56 2023 +0200 + + New translations translation.json (Italian) + +1 1 frontend/public/locales/it/translation.json + +commit beba2afc4fb730695c70edfd0c96c9de061f023c +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Apr 26 12:31:55 2023 +0200 + + New translations translation.json (Hebrew) + +1 1 frontend/public/locales/he/translation.json + +commit d3624a4a21b96a5a6a0782b0186c7a4a66cc2055 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Apr 26 12:31:54 2023 +0200 + + New translations translation.json (German) + +1 1 frontend/public/locales/de/translation.json + +commit ca91b00082fef9910a20288f293c946ae177d644 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Apr 26 12:31:53 2023 +0200 + + New translations translation.json (Spanish) + +1 1 frontend/public/locales/es/translation.json + +commit 2fdc7e8a5de437fbc1c44783964c80fc98def6c5 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Apr 26 12:31:52 2023 +0200 + + New translations translation.json (French) + +1 1 frontend/public/locales/fr/translation.json + +commit 500612774e9dd8b007c7de53fb387ed89d6dabbc +Author: Lucian I. Last +Date: Wed Apr 26 11:27:57 2023 +0200 + + Add share link text + +1 1 frontend/public/locales/en/translation.json +16 13 frontend/src/pages/ChainMemberList.tsx +1 1 frontend/src/util/to-clipboard.hooks.ts + +commit ced953b3a20e2fd9db5208b9e06aa928eaf89870 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Apr 26 11:25:37 2023 +0200 + + New translations translation.json (Swedish) + +1 0 frontend/public/locales/sv/translation.json + +commit 3b08ff757fe87c672fdb6afb36ec9f3002b434d8 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Apr 26 11:25:37 2023 +0200 + + New translations translation.json (Portuguese) + +1 0 frontend/public/locales/pt/translation.json + +commit 8f5cbcd1323c3b91bf17ae550e781d81baae144a +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Apr 26 11:25:36 2023 +0200 + + New translations translation.json (Polish) + +1 0 frontend/public/locales/pl/translation.json + +commit d75963ef9ff22a39475ea8bdf156d4ccb1b7f522 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Apr 26 11:25:35 2023 +0200 + + New translations translation.json (Dutch) + +1 0 frontend/public/locales/nl/translation.json + +commit aa5e51840732ebb8a9dc37c294537efaff6af277 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Apr 26 11:25:34 2023 +0200 + + New translations translation.json (Korean) + +1 0 frontend/public/locales/ko/translation.json + +commit 5b8696f3831a3f97123f11c6ea2ed6f6ee20875e +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Apr 26 11:25:33 2023 +0200 + + New translations translation.json (Japanese) + +1 0 frontend/public/locales/ja/translation.json + +commit d72d4968c0de0dc9b290cf26dd1d86bc106ed9d7 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Apr 26 11:25:32 2023 +0200 + + New translations translation.json (Italian) + +1 0 frontend/public/locales/it/translation.json + +commit d98ca42d94ac562a2bd5dd613ee68cd84feb572b +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Apr 26 11:25:31 2023 +0200 + + New translations translation.json (Hebrew) + +1 0 frontend/public/locales/he/translation.json + +commit 5b597b92d2ba988ecc442ceb3225814d71864ecf +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Apr 26 11:25:30 2023 +0200 + + New translations translation.json (German) + +1 0 frontend/public/locales/de/translation.json + +commit d47e4f566b2ba317043588be0af99dfc619db0d8 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Apr 26 11:25:29 2023 +0200 + + New translations translation.json (Spanish) + +1 0 frontend/public/locales/es/translation.json + +commit b6707c918a84ae9b63077ccc901fd82935191b95 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Apr 26 11:25:28 2023 +0200 + + New translations translation.json (French) + +1 0 frontend/public/locales/fr/translation.json + +commit 13b63b5eae7cd7608cf257f617eb2dcf7799c987 +Author: Lucian I. Last +Date: Wed Apr 26 10:17:03 2023 +0200 + + close loop at signup page if published is false + +1 1 frontend/src/pages/Signup.tsx + +commit e057ee5f14c8ee8035dba1e840b1c67449c0f4ac +Author: Lucian I. Last +Date: Wed Apr 26 10:15:03 2023 +0200 + + Add share link + +1 0 frontend/public/locales/en/translation.json +31 10 frontend/src/pages/ChainMemberList.tsx +13 10 frontend/src/util/to-clipboard.hooks.ts + +commit 3d6ac94949d0a00dfd2645ea1ae883a69421adb3 +Author: Lucian I. Last +Date: Wed Apr 26 09:32:11 2023 +0200 + + hide email phone + +9 1 server/internal/controllers/users.go + +commit 66eec7c76b1ef8b46cfce1e49e776bdd26213f7b +Merge: 17d22e98 53d0cef4 +Author: Lucian I. Last +Date: Wed Apr 26 08:41:31 2023 +0200 + + Merge branch 'main' of github.com:the-clothing-loop/website + +commit 17d22e984531eb39cbd3377f68870e07e628e2be +Author: Lucian I. Last +Date: Wed Apr 26 08:41:26 2023 +0200 + + Get cors working and move app to production api + +1 1 .github/workflows/deploy-app.yml +0 1 app/.env.acceptance +9 0 app/README.md +7 34 app/android/app/src/main/AndroidManifest.xml +44 0 app/android/app/src/main/AndroidManifest.xml.orig +2 1 app/package.json +2 0 app/toastError.ts +9 1 devops/templates/Caddyfile + +commit 53d0cef46327220187e6e6cc349ab6126985a19b +Merge: c00f3077 924da6a1 +Author: Lucian I. Last +Date: Tue Apr 25 11:46:12 2023 +0200 + + Merge pull request #461 from the-clothing-loop/l10n_main + + New Crowdin updates + +commit c00f3077780d78a4ddfa4c746252ca3f75ef9946 +Author: Lucian I. Last +Date: Tue Apr 25 11:45:36 2023 +0200 + + Fix location search + +6 6 frontend/src/components/LocationModal.tsx +18 8 frontend/src/pages/Events.tsx + +commit 924da6a14f4c1264500bd0d63de97e8d63dc5174 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Apr 25 11:19:27 2023 +0200 + + New translations translation.json (Swedish) + +3 0 frontend/public/locales/sv/translation.json + +commit eebe3881a5ea8668b78a388dd71b7d6ede98cfb1 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Apr 25 11:19:26 2023 +0200 + + New translations translation.json (Portuguese) + +3 0 frontend/public/locales/pt/translation.json + +commit dc24c2deffb91ca85e310cd3dc8aa9fa35ab35b5 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Apr 25 11:19:25 2023 +0200 + + New translations translation.json (Polish) + +3 0 frontend/public/locales/pl/translation.json + +commit dd2d52368b732bf9f960c78e6798cc6de26c409b +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Apr 25 11:19:24 2023 +0200 + + New translations translation.json (Dutch) + +3 0 frontend/public/locales/nl/translation.json + +commit f7013aa3727cb5eae1e5a607e34300421d99c98d +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Apr 25 11:19:23 2023 +0200 + + New translations translation.json (Korean) + +3 0 frontend/public/locales/ko/translation.json + +commit 21d8f8ab1e588fca6c2468dda09de830e8f79232 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Apr 25 11:19:22 2023 +0200 + + New translations translation.json (Japanese) + +3 0 frontend/public/locales/ja/translation.json + +commit 1c0c49d446745c5914025c35e01ba10e51a78b4e +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Apr 25 11:19:20 2023 +0200 + + New translations translation.json (Italian) + +3 0 frontend/public/locales/it/translation.json + +commit 0cf510cf783d72fc17e7c5c84602b1a367dab6b8 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Apr 25 11:19:19 2023 +0200 + + New translations translation.json (Hebrew) + +3 0 frontend/public/locales/he/translation.json + +commit 8659e3218c56e0aacd3f8fc09a808a77e723358f +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Apr 25 11:19:18 2023 +0200 + + New translations translation.json (German) + +3 0 frontend/public/locales/de/translation.json + +commit 0b390323655400ce057339fa9c9d3bfe19a3baba +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Apr 25 11:19:17 2023 +0200 + + New translations translation.json (Spanish) + +3 0 frontend/public/locales/es/translation.json + +commit 5997fe595a8eb13dbf499cb98e3ad6a90442f037 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Apr 25 11:19:16 2023 +0200 + + New translations translation.json (French) + +3 0 frontend/public/locales/fr/translation.json + +commit c1e297c52f6880f7109da8e364a913cca04a947c +Author: Lucian I. Last +Date: Tue Apr 25 10:48:23 2023 +0200 + + Overlay any distance at -1 or 41 + +6 2 frontend/src/components/LocationModal.tsx + +commit a81b874218c4791a2ebb00ea990d777b115f7ba9 +Author: Lucian I. Last +Date: Tue Apr 25 10:45:58 2023 +0200 + + rtl support event + +3 3 frontend/src/components/EventChangeForm.tsx +12 12 frontend/src/pages/EventDetails.tsx +4 4 frontend/src/pages/Events.tsx +5 0 frontend/src/tailwind.css + +commit 082d207d40a82f8e762edfb80bd8c50829579587 +Author: Lucian I. Last +Date: Tue Apr 25 10:03:40 2023 +0200 + + Add event link and weaken sec for app + +27 7 frontend/package-lock.json +2 1 frontend/package.json +1 0 frontend/public/locales/en/translation.json +1 0 frontend/src/api/event.ts +1 0 frontend/src/api/types.ts +11 0 frontend/src/components/EventChangeForm.tsx +21 12 frontend/src/components/LocationModal.tsx +23 7 frontend/src/pages/EventDetails.tsx +1 0 frontend/src/pages/EventEdit.tsx +7 24 frontend/src/pages/Events.tsx +6 0 server/internal/controllers/event.go +2 2 server/internal/controllers/route.go +1 1 server/internal/controllers/users.go +2 0 server/internal/models/event.go + +commit 8d2362539e3a8f3c99181e1516d56ea96a431948 +Author: Lucian I. Last +Date: Mon Apr 24 17:37:54 2023 +0200 + + Add price to event + +2 1 frontend/public/locales/en/translation.json +7 0 frontend/src/api/event.ts +3 0 frontend/src/api/types.ts +106 2 frontend/src/components/EventChangeForm.tsx +1 1 frontend/src/pages/EventCreate.tsx +15 0 frontend/src/pages/EventDetails.tsx +1 0 frontend/src/pages/EventEdit.tsx +10 0 frontend/src/pages/Events.tsx +29 21 server/internal/controllers/event.go +7 0 server/internal/models/event.go + +commit f35f7a2a0514da4d09e87eb50b961f6507e138f4 +Author: Lucian I. Last +Date: Mon Apr 24 16:13:23 2023 +0200 + + Update man woman icons + +- - frontend/public/images/categories/man-50.png +- - frontend/public/images/categories/woman-50.png + +commit 84673cb1f4af8cf04f43cd202543088b9a591c34 +Author: Lucian I. Last +Date: Mon Apr 24 16:13:07 2023 +0200 + + Use event image + +4 1 frontend/src/pages/Events.tsx + +commit 7e9c95350b53b235c297ed8963f090ed6c6c7b23 +Author: Lucian I. Last +Date: Mon Apr 24 16:12:42 2023 +0200 + + Android manifest update + +34 7 app/android/app/src/main/AndroidManifest.xml +0 44 app/android/app/src/main/AndroidManifest.xml.orig + +commit 6adaab451c67c10a470e40bdb74de9a5e5a4b5b7 +Author: Lucian I. Last +Date: Mon Apr 24 15:39:38 2023 +0200 + + Remove toplevel await + +1 1 app/src/App.tsx + +commit 972214391d37b18978a336ce18f833adc4a0f510 +Author: Lucian I. Last +Date: Mon Apr 24 15:37:38 2023 +0200 + + filter deployment on acceptance on sub project + +2 30 .github/workflows/{deploy-acceptance.yml => deploy-acceptance-api.yml} +40 0 .github/workflows/deploy-acceptance-fe.yml +2 0 .github/workflows/deploy-app.yml + +commit 74643941a6e563345c3282d454377602952bb736 +Author: Lucian I. Last +Date: Mon Apr 24 15:29:30 2023 +0200 + + Fix splash screen + +1 0 app/android/app/capacitor.build.gradle +3 0 app/android/capacitor.settings.gradle +9 0 app/capacitor.config.ts +9 0 app/package-lock.json +1 0 app/package.json +6 0 app/src/App.tsx + +commit 5727ecd0ed8c40555bff5ab5de344657200731c1 +Author: Lucian I. Last +Date: Mon Apr 24 15:11:01 2023 +0200 + + Fix beta tester block + +1 0 app/.env.development +3 2 app/src/pages/Login.tsx + +commit 711524d1cd7270cde49e5649bb0bf36688b487af +Author: Lucian I. Last +Date: Mon Apr 24 15:10:33 2023 +0200 + + ignore generated files from prettier in android app + +1 0 app/.prettierignore +4 21 app/android/app/src/main/AndroidManifest.xml + +commit 9f6595fb2e5338ff0b481c5f0c09a7304de2813b +Merge: 0c1a217a cfe5fbc6 +Author: Lucian I. Last +Date: Mon Apr 24 15:00:28 2023 +0200 + + Merge branch 'app-android' + +commit cfe5fbc6ea580569ecd5c04e437f067bde344edf +Author: Lucian I. Last +Date: Mon Apr 24 14:59:59 2023 +0200 + + Add icons + +21 4 app/android/app/src/main/AndroidManifest.xml +- - app/android/app/src/main/res/drawable-land-hdpi/splash.png +- - app/android/app/src/main/res/drawable-land-ldpi/splash.png +- - app/android/app/src/main/res/drawable-land-mdpi/splash.png +- - app/android/app/src/main/res/drawable-land-night-hdpi/splash.png +- - app/android/app/src/main/res/drawable-land-night-ldpi/splash.png +- - app/android/app/src/main/res/drawable-land-night-mdpi/splash.png +- - app/android/app/src/main/res/drawable-land-night-xhdpi/splash.png +- - app/android/app/src/main/res/drawable-land-night-xxhdpi/splash.png +- - app/android/app/src/main/res/drawable-land-night-xxxhdpi/splash.png +- - app/android/app/src/main/res/drawable-land-xhdpi/splash.png +- - app/android/app/src/main/res/drawable-land-xxhdpi/splash.png +- - app/android/app/src/main/res/drawable-land-xxxhdpi/splash.png +- - app/android/app/src/main/res/drawable-night/splash.png +- - app/android/app/src/main/res/drawable-port-hdpi/splash.png +- - app/android/app/src/main/res/drawable-port-ldpi/splash.png +- - app/android/app/src/main/res/drawable-port-mdpi/splash.png +- - app/android/app/src/main/res/drawable-port-night-hdpi/splash.png +- - app/android/app/src/main/res/drawable-port-night-ldpi/splash.png +- - app/android/app/src/main/res/drawable-port-night-mdpi/splash.png +- - app/android/app/src/main/res/drawable-port-night-xhdpi/splash.png +- - app/android/app/src/main/res/drawable-port-night-xxhdpi/splash.png +- - app/android/app/src/main/res/drawable-port-night-xxxhdpi/splash.png +- - app/android/app/src/main/res/drawable-port-xhdpi/splash.png +- - app/android/app/src/main/res/drawable-port-xxhdpi/splash.png +- - app/android/app/src/main/res/drawable-port-xxxhdpi/splash.png +- - app/android/app/src/main/res/drawable/splash.png +6 2 app/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml +6 2 app/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml +- - app/android/app/src/main/res/mipmap-hdpi/ic_launcher.png +- - app/android/app/src/main/res/mipmap-hdpi/ic_launcher_background.png +- - app/android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png +- - app/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png +- - app/android/app/src/main/res/mipmap-ldpi/ic_launcher.png +- - app/android/app/src/main/res/mipmap-ldpi/ic_launcher_background.png +- - app/android/app/src/main/res/mipmap-ldpi/ic_launcher_foreground.png +- - app/android/app/src/main/res/mipmap-ldpi/ic_launcher_round.png +- - app/android/app/src/main/res/mipmap-mdpi/ic_launcher.png +- - app/android/app/src/main/res/mipmap-mdpi/ic_launcher_background.png +- - app/android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png +- - app/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png +- - app/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png +- - app/android/app/src/main/res/mipmap-xhdpi/ic_launcher_background.png +- - app/android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png +- - app/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png +- - app/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png +- - app/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_background.png +- - app/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png +- - app/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png +- - app/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png +- - app/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_background.png +- - app/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png +- - app/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png +- - app/assets/icon.png +- - app/assets/splash-dark.png +- - app/assets/splash.png +- - app/icons/icon-128.webp +- - app/icons/icon-192.webp +- - app/icons/icon-256.webp +- - app/icons/icon-48.webp +- - app/icons/icon-512.webp +- - app/icons/icon-72.webp +- - app/icons/icon-96.webp +2842 218 app/package-lock.json +2 0 app/package.json +42 0 app/public/manifest.json + +commit dcab02e748d9487451ac604f6902666f75497a55 +Author: Lucian I. Last +Date: Mon Apr 24 13:41:15 2023 +0200 + + Standardize to base64 image transport format + +16 11 app/src/components/CreateUpdateBulky.tsx +2 1 app/toastError.ts +20 2 frontend/src/api/imgbb.ts +2 1 server/internal/controllers/imgbb.go + +commit 15fefe6371a1a571c70a34e2cdaba934d469c432 +Author: Lucian I. Last +Date: Mon Apr 24 12:58:45 2023 +0200 + + Add native photo picker for upload + +1 0 app/android/app/capacitor.build.gradle +2 0 app/android/app/src/main/AndroidManifest.xml +3 1 app/android/app/src/main/AndroidManifest.xml.orig +3 0 app/android/capacitor.settings.gradle +9 0 app/package-lock.json +1 0 app/package.json +38 3 app/src/components/CreateUpdateBulky.tsx + +commit 7019b316ad24c6a220ca5ba2f5596339948be310 +Author: Lucian I. Last +Date: Mon Apr 24 12:58:27 2023 +0200 + + Fix image upload api path + +1 1 app/src/api.ts + +commit 77202b79ba489921069ab741af62b45c579dcde1 +Author: Lucian I. Last +Date: Mon Apr 24 12:31:22 2023 +0200 + + Add android files + +101 0 app/android/.gitignore +2 0 app/android/app/.gitignore +53 0 app/android/app/build.gradle +22 0 app/android/app/capacitor.build.gradle +21 0 app/android/app/proguard-rules.pro +26 0 app/android/app/src/androidTest/java/com/getcapacitor/myapp/ExampleInstrumentedTest.java +15 0 app/android/app/src/main/AndroidManifest.xml +42 0 app/android/app/src/main/AndroidManifest.xml.orig +5 0 app/android/app/src/main/java/org/clothingloop/app/MainActivity.java +- - app/android/app/src/main/res/drawable-land-hdpi/splash.png +- - app/android/app/src/main/res/drawable-land-mdpi/splash.png +- - app/android/app/src/main/res/drawable-land-xhdpi/splash.png +- - app/android/app/src/main/res/drawable-land-xxhdpi/splash.png +- - app/android/app/src/main/res/drawable-land-xxxhdpi/splash.png +- - app/android/app/src/main/res/drawable-port-hdpi/splash.png +- - app/android/app/src/main/res/drawable-port-mdpi/splash.png +- - app/android/app/src/main/res/drawable-port-xhdpi/splash.png +- - app/android/app/src/main/res/drawable-port-xxhdpi/splash.png +- - app/android/app/src/main/res/drawable-port-xxxhdpi/splash.png +34 0 app/android/app/src/main/res/drawable-v24/ic_launcher_foreground.xml +170 0 app/android/app/src/main/res/drawable/ic_launcher_background.xml +- - app/android/app/src/main/res/drawable/splash.png +12 0 app/android/app/src/main/res/layout/activity_main.xml +5 0 app/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml +5 0 app/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml +- - app/android/app/src/main/res/mipmap-hdpi/ic_launcher.png +- - app/android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png +- - app/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png +- - app/android/app/src/main/res/mipmap-mdpi/ic_launcher.png +- - app/android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png +- - app/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png +- - app/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png +- - app/android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png +- - app/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png +- - app/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png +- - app/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png +- - app/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png +- - app/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png +- - app/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png +- - app/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png +4 0 app/android/app/src/main/res/values/ic_launcher_background.xml +7 0 app/android/app/src/main/res/values/strings.xml +22 0 app/android/app/src/main/res/values/styles.xml +5 0 app/android/app/src/main/res/xml/file_paths.xml +18 0 app/android/app/src/test/java/com/getcapacitor/myapp/ExampleUnitTest.java +29 0 app/android/build.gradle +15 0 app/android/capacitor.settings.gradle +24 0 app/android/gradle.properties +- - app/android/gradle/wrapper/gradle-wrapper.jar +5 0 app/android/gradle/wrapper/gradle-wrapper.properties +234 0 app/android/gradlew +89 0 app/android/gradlew.bat +5 0 app/android/settings.gradle +16 0 app/android/variables.gradle +9 0 app/package-lock.json +1 0 app/package.json + +commit 0c1a217ac32f135ed3879ce64354964a783de961 +Merge: 2642126b 44a19efa +Author: Lucian I. Last +Date: Mon Apr 24 10:37:41 2023 +0200 + + Merge commit '44a19efa30414a9191c582eb622436a3c13b677d' + +commit 44a19efa30414a9191c582eb622436a3c13b677d +Author: Lucian I. Last +Date: Mon Apr 24 10:31:45 2023 +0200 + + Add nl translations + +125 0 app/package-lock.json +4 0 app/package.json +44 0 app/public/locales/en.json +44 0 app/public/locales/nl.json +7 5 app/src/App.tsx +8 6 app/src/components/CreateBag.tsx +12 10 app/src/components/CreateUpdateBulky.tsx +12 9 app/src/components/UserCard.tsx +19 0 app/src/i18n.ts +1 0 app/src/main.tsx +4 2 app/src/pages/AddressList.tsx +10 8 app/src/pages/BagsList.tsx +10 8 app/src/pages/BulkyList.tsx +4 2 app/src/pages/HelpItem.tsx +4 2 app/src/pages/HelpList.tsx +3 1 app/src/pages/Loading.tsx +12 11 app/src/pages/Login.tsx +4 2 app/src/pages/PrivacyPolicy.tsx +7 5 app/src/pages/Settings.tsx +4 2 app/src/pages/ToDo.tsx + +commit 2642126b448e1c596eae1d9b6b93ea56e93850fe +Merge: e1ddd87d 6e612a9f +Author: Lucian I. Last +Date: Mon Apr 24 08:57:37 2023 +0200 + + Merge pull request #459 from the-clothing-loop/dependabot/go_modules/server/golang.org/x/image-0.5.0 + + Bump golang.org/x/image from 0.0.0-20191009234506-e7c1f5e7dbb8 to 0.5.0 in /server + +commit e1ddd87d2ae66a7eee6c2109e622061803d68d5e +Merge: 26076b82 a346b0a5 +Author: Lucian I. Last +Date: Fri Apr 21 17:53:38 2023 +0200 + + Merge pull request #460 from the-clothing-loop/l10n_main + +commit a346b0a506c1d860295500b0f6ee3f431ef59874 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Apr 21 17:46:36 2023 +0200 + + New translations translation.json (Swedish) + +28 1 frontend/public/locales/sv/translation.json + +commit 4474891a501258b172f9c3189a33e7cdfc5cb7d2 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Apr 21 17:46:35 2023 +0200 + + New translations translation.json (Portuguese) + +28 1 frontend/public/locales/pt/translation.json + +commit e585021ec85c351e1962f402cf3259d4bca2ed6c +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Apr 21 17:46:34 2023 +0200 + + New translations translation.json (Polish) + +28 1 frontend/public/locales/pl/translation.json + +commit 3e13793fa8f7832154fa9861d2b600e91e148212 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Apr 21 17:46:33 2023 +0200 + + New translations translation.json (Dutch) + +28 1 frontend/public/locales/nl/translation.json + +commit 0fe0ea920811329ff3212921b14f529d1452c803 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Apr 21 17:46:32 2023 +0200 + + New translations translation.json (Korean) + +28 1 frontend/public/locales/ko/translation.json + +commit 2651faf09b4a21ec3408466fbd0ebab853b11708 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Apr 21 17:46:31 2023 +0200 + + New translations translation.json (Japanese) + +28 1 frontend/public/locales/ja/translation.json + +commit 302abe2f9c974a8f9c3c4b9ed16011039b816ecc +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Apr 21 17:46:30 2023 +0200 + + New translations translation.json (Italian) + +28 1 frontend/public/locales/it/translation.json + +commit e57a553814c3a04cf4babe504ae6e75902763218 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Apr 21 17:46:29 2023 +0200 + + New translations translation.json (Hebrew) + +28 1 frontend/public/locales/he/translation.json + +commit 6ab44c05521293544b9101c9fa43c64497afd6c8 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Apr 21 17:46:28 2023 +0200 + + New translations translation.json (German) + +31 4 frontend/public/locales/de/translation.json + +commit 728ab70b455c0593ccab13692e0a463e63805ff7 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Apr 21 17:46:27 2023 +0200 + + New translations translation.json (Spanish) + +28 1 frontend/public/locales/es/translation.json + +commit 26f69dca45974f62d3e02b628e9527fe8af523c1 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Apr 21 17:46:26 2023 +0200 + + New translations translation.json (French) + +28 1 frontend/public/locales/fr/translation.json + +commit 6e612a9fb0fce27107288805d9b9a852844a962d +Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> +Date: Fri Apr 21 15:41:34 2023 +0000 + + Bump golang.org/x/image in /server + + Bumps [golang.org/x/image](https://github.com/golang/image) from 0.0.0-20191009234506-e7c1f5e7dbb8 to 0.5.0. + - [Release notes](https://github.com/golang/image/releases) + - [Commits](https://github.com/golang/image/commits/v0.5.0) + + --- + updated-dependencies: + - dependency-name: golang.org/x/image + dependency-type: indirect + ... + + Signed-off-by: dependabot[bot] + +1 2 server/go.mod +14 3 server/go.sum + +commit 26076b827d087ae092d1e04a264c4c8b1e692f6e +Merge: 36bc55c1 78900b90 +Author: Lucian I. Last +Date: Fri Apr 21 17:41:10 2023 +0200 + + Merge pull request #421 from the-clothing-loop/calendar-ical-#363 + + Calendar ical #363 + +commit 78900b9013ad95ed4028cb3f3e4c16897a91cef6 +Author: Lucian I. Last +Date: Fri Apr 21 17:40:10 2023 +0200 + + lint + +3 3 frontend/public/locales/en/translation.json + +commit 710456ee475bcf39bca310cb11461520536e4390 +Author: Lucian I. Last +Date: Fri Apr 21 17:39:43 2023 +0200 + + Fix filter events page + +30 68 frontend/src/components/LocationModal.tsx +12 4 frontend/src/pages/Events.tsx + +commit 74b57d5ab30006297f13916a5775a03d7459fc5a +Author: Lucian I. Last +Date: Fri Apr 21 17:22:16 2023 +0200 + + Fix event create + +6 1 frontend/src/components/EventChangeForm.tsx +7 35 frontend/src/pages/EventCreate.tsx +14 3 frontend/src/pages/EventEdit.tsx +4 4 server/internal/controllers/event.go + +commit 9f92e8ff8a5698e90c9dca8838e2d1c4a0aa1337 +Author: Lucian I. Last +Date: Fri Apr 21 17:01:25 2023 +0200 + + Fix event update + +14 13 server/internal/controllers/event.go + +commit 777827c97b97a6bdea256f1e692053d8fe1ae673 +Author: Lucian I. Last +Date: Fri Apr 21 16:47:22 2023 +0200 + + Add AuthenticationEvent tests + +1 1 frontend/src/components/EventChangeForm.tsx +1 1 server/cmd/generate-fake-data/main.go +17 15 server/internal/app/auth/auth.go +106 0 server/internal/app/auth/auth_test.go +2 27 server/internal/controllers/event.go +24 16 server/internal/models/event.go +1 1 server/internal/tests/mocks/mock-tables.go + +commit 50b773ce2faa85dcd3ab987b5e92c50e8fef7cf2 +Author: Lucian I. Last +Date: Fri Apr 21 12:46:59 2023 +0200 + + Create edit event page + +3 0 frontend/public/locales/en/translation.json +9 3 frontend/src/App.tsx +1 1 frontend/src/api/event.ts +269 0 frontend/src/components/EventChangeForm.tsx +0 321 frontend/src/pages/CreateEvent.tsx +141 0 frontend/src/pages/EventCreate.tsx +74 20 frontend/src/pages/EventDetails.tsx +66 0 frontend/src/pages/EventEdit.tsx +1 1 frontend/src/pages/Events.tsx + +commit c348a30f05536139fe0d779dd18bc66b720c3c4b +Author: Lucian I. Last +Date: Fri Apr 21 08:30:29 2023 +0200 + + Add loop to event + +3 1 frontend/public/locales/en/translation.json +0 73 frontend/src/components/DistanceDropdown.tsx +35 41 frontend/src/components/LocationModal.tsx +14 0 frontend/src/pages/EventDetails.tsx +25 34 frontend/src/pages/Events.tsx +5 2 frontend/src/providers/ToastProvider.tsx + +commit d1b3bbe38760b7a0287915f69490acda189981ec +Merge: 25bd0bf5 60c1035a +Author: Lucian I. Last +Date: Thu Apr 20 16:42:19 2023 +0200 + + Merge branch 'calendar-location-filter-#388' into calendar-ical-#363 + +commit 25bd0bf5410e19503fa799655b4166f0cf8fdb95 +Author: Lucian I. Last +Date: Thu Apr 20 16:01:43 2023 +0200 + + Use imgbb for hosting images + +9 4 app/src/api.ts +2 2 app/src/components/CreateUpdateBulky.tsx +4 0 frontend/public/locales/en/translation.json +22 20 frontend/src/api/event.ts +18 0 frontend/src/api/imgbb.ts +1 1 frontend/src/api/types.ts +183 69 frontend/src/pages/CreateEvent.tsx +17 40 frontend/src/pages/EventDetails.tsx +0 1 server/internal/app/database.go +0 28 server/internal/app/imgbb.go +0 35 server/internal/controllers/bulky_item.go +51 79 server/internal/controllers/event.go +102 0 server/internal/controllers/imgbb.go +20 20 server/internal/models/event.go +0 110 server/internal/models/event_image.go +4 3 server/internal/server.go +99 0 server/pkg/imgbb/main.go +- - server/test.jpg +1 0 server/test.jpg.base64 + +commit 42d77e2c83c1bf3406f14cfac7bc6d14405567de +Merge: 53beb74d 36bc55c1 +Author: Lucian I. Last +Date: Wed Apr 19 09:35:07 2023 +0200 + + Merge branch 'main' into calendar-ical-#363 + +commit 36bc55c19dc0adb89fb12ec8ebf5cf8f871863c4 +Author: Lucian I. Last +Date: Wed Apr 19 07:57:12 2023 +0200 + + Fix margin between icon and text + +2 1 app/src/components/UserCard.tsx +2 2 app/src/pages/Login.tsx +9 0 app/src/theme/overrides.css + +commit 1c3dc18d84e9ff404d4eb50d8b50962c126ff4b1 +Author: Lucian I. Last +Date: Wed Apr 19 07:56:23 2023 +0200 + + Change toast errors to danger + +2 1 app/toastError.ts + +commit e1e1fa7e0e6b010b80a19758299b7b094c372461 +Merge: 0ad5c6c1 8b3bf282 +Author: Lucian I. Last +Date: Mon Apr 17 18:23:23 2023 +0200 + + Merge remote-tracking branch 'origin/l10n_main' + +commit 0ad5c6c175812c8e7dd46d8aaec94a192092827d +Author: Lucian I. Last +Date: Mon Apr 17 18:19:58 2023 +0200 + + Add version text before version + +1 1 app/src/pages/Settings.tsx + +commit 96924d9f4985d7d64675ad47d809cdf534f235a8 +Author: Lucian I. Last +Date: Mon Apr 17 18:09:10 2023 +0200 + + fix env + +2 1 .github/workflows/deploy-app.yml + +commit 6ac058c5e759482d48ddb2eca011dbc3beeb1e49 +Author: Lucian I. Last +Date: Mon Apr 17 18:07:01 2023 +0200 + + Replace with beta testers env variables + +1 0 .github/workflows/deploy-app.yml +1 1 app/src/pages/Login.tsx + +commit 366c6a359077f9e997123b0dd37cdb941be598ba +Author: Lucian I. Last +Date: Mon Apr 17 16:40:31 2023 +0200 + + Beta testing + +17 2 app/src/pages/Login.tsx + +commit a2f4f1f6bd199e0cffd1476c0f290562e30d460b +Author: Lucian I. Last +Date: Mon Apr 17 16:30:58 2023 +0200 + + Add privacy policy + +2 2 app/package-lock.json +6 0 app/src/App.tsx +359 0 app/src/pages/PrivacyPolicy.tsx +6 0 app/src/pages/Settings.tsx + +commit ac3ee22ada034c3183b773b399ba0f1f24f81bab +Author: Lucian I. Last +Date: Mon Apr 17 16:04:19 2023 +0200 + + Add version to settings + +4 4 app/package.json +13 0 app/src/pages/Settings.tsx + +commit b1cf95f34a7fe00edb34194c7d983aa48f83c774 +Author: Lucian I. Last +Date: Mon Apr 17 15:52:33 2023 +0200 + + Add media icons to faq + +0 15 app/src/pages/BulkyList.tsx +73 0 app/src/pages/HelpList.tsx + +commit 147299fc6ed16a441b9123d48509b4767e5af9f1 +Author: Lucian I. Last +Date: Mon Apr 17 15:51:35 2023 +0200 + + Add google maps button to address + +17 6 app/src/components/UserCard.tsx + +commit b4707f96bd4afefe9ddbe110d7d7c209d056627f +Author: Lucian I. Last +Date: Mon Apr 17 15:51:17 2023 +0200 + + Improve error colors + +29 8 app/src/components/CreateUpdateBulky.tsx + +commit 8b3bf2821600b0514dee5b117622dcf2509f9ca5 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Apr 17 14:30:20 2023 +0200 + + New translations login_verification.gohtml (Swedish) + +1 1 server/internal/views/emails/sv/login_verification.gohtml + +commit 5c5c61fe2500f9ce0280c00af99f5ec857c6886e +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Apr 17 14:30:19 2023 +0200 + + New translations login_verification.gohtml (Portuguese) + +1 1 server/internal/views/emails/pt/login_verification.gohtml + +commit dd30052004899f9c78c4533d5c19228f0d8935e7 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Apr 17 14:30:18 2023 +0200 + + New translations login_verification.gohtml (Polish) + +1 1 server/internal/views/emails/pl/login_verification.gohtml + +commit 5dd60b5adc39ce482786991a9c427246fc4251d8 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Apr 17 14:30:17 2023 +0200 + + New translations login_verification.gohtml (Dutch) + +1 1 server/internal/views/emails/nl/login_verification.gohtml + +commit 98624fcedca8c1131285569cdf6c8e348fe2549b +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Apr 17 14:30:16 2023 +0200 + + New translations login_verification.gohtml (Korean) + +1 1 server/internal/views/emails/ko/login_verification.gohtml + +commit 2458e04555c4b1c3ef7aed34c6566d1de9755d32 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Apr 17 14:30:15 2023 +0200 + + New translations login_verification.gohtml (Japanese) + +1 1 server/internal/views/emails/ja/login_verification.gohtml + +commit e1c1a0f21f6dc5153f57822a5c6bf713927cb752 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Apr 17 14:30:14 2023 +0200 + + New translations login_verification.gohtml (Italian) + +1 1 server/internal/views/emails/it/login_verification.gohtml + +commit cded50092e53147d898edead64919b867d4d97ef +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Apr 17 14:30:13 2023 +0200 + + New translations login_verification.gohtml (Hebrew) + +1 1 server/internal/views/emails/he/login_verification.gohtml + +commit 7ad2a32cc44196e447c4fd71b12fd549a042bd46 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Apr 17 14:30:12 2023 +0200 + + New translations login_verification.gohtml (German) + +1 1 server/internal/views/emails/de/login_verification.gohtml + +commit f56f769d8f72472b4894d09db6f8b1c146d23c73 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Apr 17 14:30:11 2023 +0200 + + New translations login_verification.gohtml (Spanish) + +1 1 server/internal/views/emails/es/login_verification.gohtml + +commit 9b15bee3d26567692e0b11225c44e81f41778880 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Apr 17 14:30:10 2023 +0200 + + New translations login_verification.gohtml (French) + +1 1 server/internal/views/emails/fr/login_verification.gohtml + +commit 140b3c735d1172ba8d1beb23dacb09198cacd644 +Author: Lucian I. Last +Date: Mon Apr 17 14:24:53 2023 +0200 + + Add app password text to login verification email + +1 1 server/internal/views/emails/en/login_verification.gohtml + +commit 942379e1cbfd0b8e8a448b3f0a28ebf1d3361a4a +Author: Lucian I. Last +Date: Mon Apr 17 14:24:28 2023 +0200 + + Fix ltr arrow on admin page + +2 2 frontend/src/components/ChainsList.tsx + +commit 7315be33a3d89b829bc18d1ec64699a70a54867f +Author: Lucian I. Last +Date: Mon Apr 17 14:24:03 2023 +0200 + + Use simpler token for verification + +1 1 app/src/pages/Login.tsx +1 0 server/go.mod +2 0 server/go.sum +22 19 server/internal/app/auth/token.go +5 5 server/internal/app/auth/token_test.go +3 3 server/internal/controllers/login.go + +commit 84bb7e568b622deeebe6c1c0b81f359a6b795fc5 +Author: Lucian I. Last +Date: Mon Apr 17 11:39:56 2023 +0200 + + Fix update bulky item and Add error handling + +13 1 app/src/App.tsx +23 12 app/src/Store.tsx +37 11 app/src/components/CreateBag.tsx +29 24 app/src/components/CreateUpdateBulky.tsx +0 2 app/src/pages/AddressItem.tsx +14 10 app/src/pages/BulkyList.tsx +0 1 app/src/pages/HelpItem.tsx +13 17 app/src/pages/Settings.tsx +12 0 app/toastError.ts +6 6 server/internal/controllers/bulky_item.go + +commit 60c1035a3fee43176dcfe162e09751e3ddd89cc0 +Author: Natalie +Date: Sun Apr 16 17:04:00 2023 -0700 + + add translations + +3 1 frontend/public/locales/en/translation.json +3 9 frontend/src/components/LocationModal.tsx + +commit 9c7582f45d866fce3934a68af8bc593b69d0bf84 +Merge: e544b8ee 53beb74d +Author: Natalie +Date: Sun Apr 16 12:13:23 2023 -0700 + + pull new ical changes into branch + +commit e544b8ee6c93de088549d4476a3ac1998af3a8c9 +Author: Natalie +Date: Sun Apr 16 12:10:11 2023 -0700 + + code cleanup and better formatting for the close button + +5 6 frontend/src/components/LocationModal.tsx +5 19 frontend/src/pages/Events.tsx +4 20 frontend/src/providers/ToastProvider.tsx + +commit a7be5d63a9b3cec4d9d424a13b8a0c474f947ba1 +Author: Natalie +Date: Fri Apr 14 13:58:19 2023 -0700 + + distance and radius set in the modal updates the same values in the events page + +7 12 frontend/src/components/LocationModal.tsx +28 8 frontend/src/pages/Events.tsx +7 8 frontend/src/providers/ToastProvider.tsx + +commit 96f7a4a986e6f55457aeb9fe59d90bf4ecc56703 +Author: Lucian I. Last +Date: Fri Apr 14 12:30:30 2023 +0200 + + Add upload button + +10 0 app/src/api.ts +100 11 app/src/components/CreateUpdateBulky.tsx +3 0 app/src/pages/Login.tsx +5 1 app/src/pages/Settings.tsx +1 1 server/go.mod +2 2 server/go.sum +5 10 server/internal/app/imgbb.go +6 3 server/internal/controllers/bulky_item.go + +commit 8fe59c8e3f129d0a7c2489072bbccc2126556167 +Author: Lucian I. Last +Date: Fri Apr 14 10:06:15 2023 +0200 + + Add bulky image route + +1 0 server/go.mod +2 0 server/go.sum +1 0 server/internal/app/config.go +33 0 server/internal/app/imgbb.go +32 0 server/internal/controllers/bulky_item.go +1 0 server/internal/server.go + +commit 44d03e7108dc1f1f12f7a03d915dec959db561fd +Author: Lucian I. Last +Date: Fri Apr 14 10:04:04 2023 +0200 + + Add imgbb key to api + +1 0 devops/setup-4-api.yml +4 0 devops/templates/config.yml.j2 + +commit 029de65513ed46757415ae391d57d16b3a5a9746 +Author: Natalie +Date: Thu Apr 13 13:25:40 2023 -0700 + + moved locationModal to Event and changed formatting of the modal + +14 16 frontend/src/components/LocationModal.tsx +10 6 frontend/src/pages/Events.tsx +32 7 frontend/src/providers/ToastProvider.tsx + +commit b00100a6f742e996942d328bda67a4856f8a90c5 +Author: Lucian I. Last +Date: Thu Apr 13 16:48:14 2023 +0200 + + Fix production error + +14 10 app/src/pages/BagsList.tsx +1 1 server/internal/controllers/bulky_item.go + +commit 7ff2b6d0622e6cd0ff6adf7410282ad49ae7c947 +Author: Lucian I. Last +Date: Thu Apr 13 16:15:43 2023 +0200 + + Add token to login verification + +2 0 server/internal/views/emails/ar/login_verification.gohtml +2 0 server/internal/views/emails/da/login_verification.gohtml +2 0 server/internal/views/emails/de/login_verification.gohtml +2 0 server/internal/views/emails/en/login_verification.gohtml +2 0 server/internal/views/emails/es/login_verification.gohtml +2 0 server/internal/views/emails/fr/login_verification.gohtml +2 0 server/internal/views/emails/he/login_verification.gohtml +2 0 server/internal/views/emails/it/login_verification.gohtml +2 0 server/internal/views/emails/ja/login_verification.gohtml +2 0 server/internal/views/emails/ko/login_verification.gohtml +2 0 server/internal/views/emails/nl/login_verification.gohtml +2 0 server/internal/views/emails/pl/login_verification.gohtml +2 0 server/internal/views/emails/pt/login_verification.gohtml +2 0 server/internal/views/emails/sv/login_verification.gohtml +2 0 server/internal/views/emails/zh/login_verification.gohtml + +commit a2a21ad821f5587e0f90a5ba1ccc404e1d810bf2 +Author: Lucian I. Last +Date: Thu Apr 13 15:58:16 2023 +0200 + + Change to reverse proxy api to app + +1 1 app/.env.acceptance +1 1 app/.env.production +4 0 devops/templates/Caddyfile + +commit 8b0721ed42c46968f0dc20ae82b8e6213fec4ce5 +Author: Lucian I. Last +Date: Thu Apr 13 15:21:39 2023 +0200 + + Fix env acceptance + +1 0 app/.env.acceptance +1 1 app/.env.production +2 1 app/package.json + +commit ba02d399580e25fc3e53ae25705dc0b564fd9b33 +Merge: fedeeeff 4d9ea7d2 +Author: Lucian I. Last +Date: Thu Apr 13 15:14:21 2023 +0200 + + Merge pull request #455 from the-clothing-loop/app-ionic + + App ionic + +commit 4d9ea7d2e599515eeafe2cefdfaee847e161bdc4 +Author: Lucian I. Last +Date: Thu Apr 13 15:12:07 2023 +0200 + + Add app to maint + +1 1 devops/templates/Caddyfile.maint + +commit 882a9748ad7a468b13e60118b3a27ee17e171a41 +Author: Lucian I. Last +Date: Thu Apr 13 15:08:08 2023 +0200 + + Add address link to bluky item + +1 1 app/src/pages/BagsList.tsx +62 14 app/src/pages/BulkyList.tsx +25 24 app/src/theme/variables.css + +commit a854180a21827818ba4bc93fcff36221f2ff94e5 +Author: Lucian I. Last +Date: Thu Apr 13 14:02:58 2023 +0200 + + Update app bulkyItems rename & Add link test + +3 1 app/src/App.tsx +10 0 app/src/Store.tsx +36 3 app/src/api.ts +160 0 app/src/components/CreateUpdateBulky.tsx +1 9 app/src/pages/BagsList.tsx +161 0 app/src/pages/BulkyList.tsx + +commit 91828c8b4564d503ab5ba08032f3458e01f159a2 +Author: Lucian I. Last +Date: Thu Apr 13 14:02:26 2023 +0200 + + Rename table to bulky_items + +1 1 server/internal/app/database.go +24 25 server/internal/controllers/{bulky.go => bulky_item.go} +0 18 server/internal/models/bulky.go +16 0 server/internal/models/bulky_item.go +11 11 server/internal/models/user_chain.go +4 4 server/internal/server.go + +commit 4046af34337af489088d5ba0a89291b4664837d3 +Author: Lucian I. Last +Date: Thu Apr 13 11:41:29 2023 +0200 + + Add bulky items api calls + +1 0 server/internal/app/database.go +2 1 server/internal/controllers/bag.go +147 0 server/internal/controllers/bulky.go +1 1 server/internal/controllers/users.go +8 45 server/internal/models/bag.go +18 0 server/internal/models/bulky.go +2 2 server/internal/models/chain.go +50 0 server/internal/models/user_chain.go +5 0 server/internal/server.go + +commit 7ca74407090540de116af0b309b986d6e51f13c3 +Author: Lucian I. Last +Date: Thu Apr 13 01:18:37 2023 +0200 + + Change bag icon in bag list + +26 10 app/src/pages/BagsList.tsx + +commit 4071c4fbecf2ce5eeb260378de8b1a683505aeee +Author: Lucian I. Last +Date: Thu Apr 13 01:09:36 2023 +0200 + + Edit bag & Delete bag + +3 3 app/src/api.ts +0 178 app/src/components/EditBag.tsx +9 1 app/src/pages/AddressList.tsx +107 8 app/src/pages/BagsList.tsx +1 1 server/internal/controllers/bag.go + +commit d0c1bcb587d56c6b7021da16cebafa983c4e433c +Author: Lucian I. Last +Date: Wed Apr 12 16:48:32 2023 +0200 + + Working Create bag + +3 1 app/src/App.tsx +14 4 app/src/Store.tsx +41 1 app/src/api.ts +198 0 app/src/components/CreateBag.tsx +178 0 app/src/components/EditBag.tsx +65 0 app/src/pages/BagsList.tsx +1 1 app/src/pages/Settings.tsx +41 25 server/internal/controllers/bag.go +2 2 server/internal/models/bag.go +17 0 server/sql/dev-purge.sql + +commit 62e8757ecb9dcbb56a9b4307a62cc690f2bd5548 +Author: Lucian I. Last +Date: Wed Apr 12 12:30:18 2023 +0200 + + Remove uid from bag + +0 1 server/internal/controllers/bag.go +0 1 server/internal/models/bag.go +1 0 server/internal/models/user_chain.go + +commit ed3d0e108ee99c4e6215d9c0ea7c7e7cc945dacc +Author: Lucian I. Last +Date: Wed Apr 12 12:29:41 2023 +0200 + + Address ordering + +16 1 app/src/Store.tsx +7 1 app/src/api.ts +18 10 app/src/pages/AddressList.tsx + +commit 16c6908ca3c84de998214f050d1c8ec0d9dd8e2c +Author: Lucian I. Last +Date: Wed Apr 12 11:18:00 2023 +0200 + + Fix node error + +0 1 frontend/src/api/api +1 1 frontend/src/index.tsx + +commit b3aaaa4ca2d1e8cbd614a36235244a1bd789d291 +Author: Lucian I. Last +Date: Wed Apr 12 10:28:43 2023 +0200 + + Add wip devops app infra + +38 0 .github/workflows/deploy-app.yml +1 0 devops/setup-2-caddy.yml +11 0 devops/templates/Caddyfile + +commit 01ececfd47b7bf6374259e76a45d22f536c1ff81 +Author: Lucian I. Last +Date: Wed Apr 12 10:26:29 2023 +0200 + + Add bag removal + +7 5 server/internal/controllers/chain.go +18 2 server/internal/controllers/users.go +42 0 server/internal/models/bag.go +40 0 server/internal/models/chain.go +3 0 server/internal/tests/integration_tests/register_basic_user_test.go +3 0 server/internal/tests/integration_tests/register_chain_admin_test.go +3 0 server/internal/tests/mocks/mock-tables.go +9 1 server/sql/delete-chain.sql +10 1 server/sql/delete-user.sql +29 13 server/sql/merge-chain-users.sql + +commit 3c31baf451597f0c7746a17bfa9dddfbf33d015d +Author: Lucian I. Last +Date: Wed Apr 12 00:14:06 2023 +0200 + + First attempt at adding bags + +1 0 server/internal/app/database.go +131 0 server/internal/controllers/bag.go +11 0 server/internal/models/bag.go +5 0 server/internal/server.go + +commit 39f78d3174ec77362632827ad9724fd00cb0789d +Author: Lucian I. Last +Date: Tue Apr 11 23:05:06 2023 +0200 + + Set up first build + +0 0 app/.env.acceptance +1 0 app/.env.production +0 17 app/.eslintrc.js +1 1 app/capacitor.config.ts +5 4 app/package.json +1 1 app/src/App.tsx +0 30 app/src/pages/Tab2.tsx +0 30 app/src/pages/Tab3.tsx +1 0 app/vite.config.ts + +commit adc5de7a01f7729b9de1f8adf6d72c3f44042d8d +Author: Lucian I. Last +Date: Tue Apr 11 22:32:22 2023 +0200 + + make telescope purple + +1 0 app/src/pages/ToDo.tsx + +commit 6d938e613afa4d50875aa4dabcad1e3fd65a5d3c +Author: Lucian I. Last +Date: Tue Apr 11 22:30:03 2023 +0200 + + Add todo + +4 3 app/src/App.tsx +30 0 app/src/pages/ToDo.tsx + +commit 344c499446fd4d1ddf4150b842f7a228f92d8f55 +Author: Lucian I. Last +Date: Tue Apr 11 22:19:27 2023 +0200 + + Renaming & Add logo + +2 2 app/capacitor.config.ts +9 9 app/index.html +2 2 app/ionic.config.json +2477 93 app/package-lock.json +2 1 app/package.json +- - app/public/favicon.ico +- - app/public/favicon.png +- - app/public/logo192.png +- - app/public/logo512.png +10 4 app/public/manifest.json +52 41 app/src/App.tsx +40 0 app/src/pages/Loading.tsx +3 0 app/src/theme/utilities.css +2 1 app/vite.config.ts + +commit 95b0db1c3f23c87eeea1ea15955d43e31b7ebe45 +Author: Lucian I. Last +Date: Tue Apr 11 18:26:34 2023 +0200 + + Fix bugs and center for desktop + +5 4 app/src/App.tsx +2 1 app/src/Store.tsx +28 0 app/src/api.ts +42 30 app/src/components/UserCard.tsx +2 2 app/src/pages/AddressItem.tsx +5 1 app/src/pages/AddressList.tsx +4 7 app/src/pages/HelpItem.tsx +1 1 app/src/pages/HelpList.tsx +25 21 app/src/pages/Settings.tsx +25 0 app/src/theme/overrides.css + +commit c2afad3e8e52f6bbd9a2644c95174e13064acfb0 +Author: Lucian I. Last +Date: Tue Apr 11 12:18:31 2023 +0200 + + working example + +6 0 app/.browserslistrc +17 0 app/.eslintrc.js +29 0 app/.gitignore +0 0 app/.prettierrc +5 0 app/.vscode/extensions.json +10 0 app/capacitor.config.ts +10 0 app/cypress.config.ts +6 0 app/cypress/e2e/test.cy.ts +5 0 app/cypress/fixtures/example.json +37 0 app/cypress/support/commands.ts +20 0 app/cypress/support/e2e.ts +30 0 app/index.html +13 0 app/ionic.config.json +7129 0 app/package-lock.json +46 0 app/package.json +- - app/public/favicon.png +21 0 app/public/manifest.json +105 0 app/src/App.tsx +136 0 app/src/Store.tsx +80 0 app/src/api.ts +62 0 app/src/components/UserCard.tsx +82 0 app/src/data/faq.json +14 0 app/src/main.tsx +40 0 app/src/pages/AddressItem.tsx +39 0 app/src/pages/AddressList.tsx +49 0 app/src/pages/HelpItem.tsx +36 0 app/src/pages/HelpList.tsx +166 0 app/src/pages/Login.tsx +118 0 app/src/pages/Settings.tsx +30 0 app/src/pages/Tab2.tsx +30 0 app/src/pages/Tab3.tsx +236 0 app/src/theme/variables.css +1 0 app/src/vite-env.d.ts +7 0 app/src/window.d.ts +21 0 app/tsconfig.json +9 0 app/tsconfig.node.json +16 0 app/vite.config.ts +3 0 clothingloop.code-workspace +1 0 frontend/src/api/api +10 11 frontend/src/api/chain.ts +2 4 frontend/src/api/contact.ts +1 3 frontend/src/api/info.ts +5 6 frontend/src/api/login.ts +4 3 frontend/src/api/payment.ts +2 3 frontend/src/api/route.ts +7 8 frontend/src/api/user.ts +1 1 frontend/src/{api => }/axios.ts +1 0 frontend/src/index.tsx +1 1 frontend/src/providers/AuthProvider.tsx +5 3 frontend/src/window.d.ts +4 1 server/internal/controllers/login.go + +commit 65c81fb85e129a3f560b818c31ee85a30f7ba63d +Author: Natalie +Date: Sun Apr 9 12:25:45 2023 -0700 + + map now opens inside a modal instead of a new page + +1 1 frontend/src/App.tsx +11 8 frontend/src/{pages => components}/LocationModal.tsx +8 21 frontend/src/pages/Events.tsx +11 3 frontend/src/providers/ToastProvider.tsx + +commit fedeeeff3a41429b2c28cf2fe9939c5c7b55ddc5 +Merge: 57b252b2 e6558085 +Author: Lucian I. Last +Date: Sat Apr 8 19:09:30 2023 +0200 + + Merge pull request #453 from the-clothing-loop/l10n_main + +commit e65580858496bccb39f9c7d515c677ca4f6846e0 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Sat Apr 8 15:31:21 2023 +0200 + + New translations faq.json (Hebrew) + +2 2 frontend/public/locales/he/faq.json + +commit 57b252b245bab1064821f9ba2f8f19f3015b8a03 +Merge: f3d4f00a d52d33e7 +Author: Lucian I. Last +Date: Sat Apr 8 15:06:22 2023 +0200 + + Merge pull request #452 from the-clothing-loop/l10n_main + +commit d52d33e78da32eb4da409d9f839ab09717e7b424 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Sat Apr 8 14:31:50 2023 +0200 + + New translations testimonials.json (Hebrew) + +1 1 frontend/public/locales/he/testimonials.json + +commit 38b7761b41513c383b3e04227983ed6774083500 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Sat Apr 8 14:31:49 2023 +0200 + + New translations faq.json (Hebrew) + +5 5 frontend/public/locales/he/faq.json + +commit f3d4f00ae394f172aee7ac789d602a9351ccf84c +Merge: 7d558d08 09f4a250 +Author: Lucian I. Last +Date: Fri Apr 7 15:34:56 2023 +0200 + + Merge pull request #451 from the-clothing-loop/l10n_main + +commit 7d558d08cc279f9be0cb533d82ca466ba06ed00b +Author: Lucian I. Last +Date: Fri Apr 7 14:10:48 2023 +0200 + + Hide export data when new is selected + +7 1 frontend/src/pages/ChainMemberList.tsx + +commit 09f4a25084715e044434615408be9c1649671fea +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Apr 7 14:05:37 2023 +0200 + + New translations headers.json (Dutch) + +1 1 server/internal/views/emails/nl/headers.json + +commit 2f43ac73e9ebdf5ef20327e5b36fa203bde2f547 +Author: Lucian I. Last +Date: Fri Apr 7 13:57:05 2023 +0200 + + Improve tabs to hide top triangle + +5 5 frontend/src/pages/ChainMemberList.tsx + +commit 53beb74da1c3ff88f4b80f1477a8c8360ec84097 +Author: Lucian I. Last +Date: Wed Apr 5 17:50:42 2023 +0200 + + Fix typescript issue + +1 1 frontend/src/pages/CreateEvent.tsx +1 1 frontend/src/pages/EventDetails.tsx + +commit 9217122f2bb806680d1c3fe39650a3898241c1ee +Author: Lucian I. Last +Date: Wed Apr 5 17:46:38 2023 +0200 + + Add event images #416 + +1 0 frontend/public/locales/en/translation.json +15 9 frontend/src/api/event.ts +2 1 frontend/src/api/types.ts +98 31 frontend/src/pages/EventDetails.tsx +2 0 server/go.mod +4 5 server/go.sum +20 9 server/internal/app/auth/auth.go +1 0 server/internal/app/database.go +100 27 server/internal/controllers/event.go +20 18 server/internal/models/event.go +110 0 server/internal/models/event_image.go +4 1 server/internal/server.go + +commit 6ee852ed1a4f03dafd99b1c6519fda7c4f57c6f1 +Author: Lucian I. Last +Date: Wed Apr 5 13:30:37 2023 +0200 + + Change ical url for more restful structure + +1 1 frontend/src/api/event.ts +1 1 server/internal/server.go + +commit 62419ee70d79bf1c0068f4f7f6e0d7aea462f5b5 +Author: Lucian I. Last +Date: Wed Apr 5 10:31:04 2023 +0200 + + After good flow create event redirect to event detail page + +1 1 frontend/src/api/event.ts +4 4 frontend/src/pages/CreateEvent.tsx +4 0 server/internal/controllers/event.go + +commit aa42b6786591d9ff27fe34d59f7f148ad76359f8 +Merge: a5fe718d 43c2ddb2 +Author: Lucian I. Last +Date: Wed Apr 5 10:24:58 2023 +0200 + + Merge branch 'main' into calendar-ical-#363 + +commit a5fe718d2eadf6b59187faa79acaa9279d8ca331 +Author: Lucian I. Last +Date: Wed Apr 5 10:21:17 2023 +0200 + + Fix conflicts + +18 17 frontend/src/components/Badges.tsx +2 2 frontend/src/pages/CreateEvent.tsx +4 4 frontend/src/pages/EventDetails.tsx +4 2 frontend/src/pages/Events.tsx + +commit ab4005c1b77fac2d423e06e8b31fa2bef8980c0c +Merge: e2b7a978 c2aba266 +Author: Lucian I. Last +Date: Wed Apr 5 10:01:51 2023 +0200 + + Merge remote-tracking branch 'natalie/calendar-page-create-form-#447' into calendar-ical-#363 + +commit 43c2ddb2a96e36993681f25faf96e6703c619f72 +Author: Lucian I. Last +Date: Wed Apr 5 09:53:39 2023 +0200 + + Fix white space in members edit tab sizebadges + +2 7 frontend/src/pages/ChainMemberList.tsx + +commit f2b298b56f23640dd6e93f7ddbe2263e44276988 +Author: Lucian I. Last +Date: Wed Apr 5 09:47:10 2023 +0200 + + Add tooltip to badges + +25 8 frontend/src/components/Badges.tsx + +commit e2b7a9789ece690459f4bda9cdd3a11c227bcf68 +Merge: 0a1ba630 d542f3ac +Author: Lucian I. Last +Date: Wed Apr 5 09:31:29 2023 +0200 + + Merge branch 'main' into calendar-ical-#363 + +commit d542f3ac79c142943fbf70e57c48f332def68358 +Author: Lucian I. Last +Date: Wed Apr 5 09:24:03 2023 +0200 + + Fix typescript error + +1 10 frontend/src/components/Badges.tsx + +commit c2aba2661a83d49e40557e2fcf4293ded38686d2 +Author: Natalie +Date: Tue Apr 4 16:44:48 2023 -0700 + + prettier + +1 1 frontend/public/locales/en/translation.json + +commit bcceb3b49bea01251b1b46fbb833c4e9997c0c3b +Author: Natalie +Date: Tue Apr 4 16:39:44 2023 -0700 + + fix get chain not working + +20 12 frontend/src/pages/CreateEvent.tsx + +commit 2fc2e601e86dada28e542be7b8162190e22810bf +Author: Natalie +Date: Tue Apr 4 15:46:27 2023 -0700 + + get rid of console log statements + +0 2 frontend/src/pages/CreateEvent.tsx + +commit a2864565f364ebb2b99ed756e78f3e943d63cc65 +Author: Natalie +Date: Tue Apr 4 15:28:34 2023 -0700 + + added chain_name field + +17 2 frontend/src/pages/CreateEvent.tsx + +commit 7ca139c4d24df21293ce46893576e61a0cde82cd +Author: Natalie +Date: Tue Apr 4 13:20:30 2023 -0700 + + add translation + +2 1 frontend/public/locales/en/translation.json +1 1 frontend/src/pages/CreateEvent.tsx +1 1 frontend/src/pages/Events.tsx + +commit 168353d139e7a4178f52b02f2dc126fbf3cee0bb +Author: Natalie +Date: Tue Apr 4 13:14:31 2023 -0700 + + after form is submitted, redirect to thank you page + +8 5 frontend/src/pages/CreateEvent.tsx + +commit 559b8cbfe6dbdf3943ca5e8fc379d2cf022d85ed +Author: Natalie +Date: Tue Apr 4 13:05:45 2023 -0700 + + pull ical changes into branch + +0 9 .github/workflows/deploy-production.yml +2 2 README.md +346 273 frontend/package-lock.json +2 2 frontend/package.json +14 0 frontend/public/images/flags/il.svg +1 0 frontend/public/locales/de/translation.json +1 0 frontend/public/locales/en/translation.json +2 1 frontend/public/locales/es/translation.json +1 0 frontend/public/locales/fr/translation.json +8 8 frontend/public/locales/he/about.json +46 46 frontend/public/locales/he/faq.json +13 13 frontend/public/locales/he/testimonials.json +236 235 frontend/public/locales/he/translation.json +36 0 frontend/public/locales/it/faq.json +1 0 frontend/public/locales/it/translation.json +1 0 frontend/public/locales/ja/translation.json +1 0 frontend/public/locales/ko/translation.json +2 1 frontend/public/locales/nl/translation.json +1 0 frontend/public/locales/pl/translation.json +9 9 frontend/public/locales/pt/about.json +1 0 frontend/public/locales/pt/translation.json +1 0 frontend/public/locales/sv/translation.json +3 1 frontend/sitemap.js +13 7 frontend/src/App.tsx +5 2 frontend/src/components/Badges.tsx +1 1 frontend/src/components/Carousel.tsx +1 1 frontend/src/components/CategoriesDropdown.tsx +13 12 frontend/src/components/ChainDetailsForm.tsx +42 21 frontend/src/components/ChainsList.tsx +5 12 frontend/src/components/Counters/Counters.tsx +17 7 frontend/src/components/Counters/hooks.tsx +8 50 frontend/src/components/DataExport.tsx +2 2 frontend/src/components/FindChain/SearchBar.tsx +16 44 frontend/src/components/Footer.tsx +1 1 frontend/src/components/FormFields.tsx +12 23 frontend/src/components/LanguageSwitcher.tsx +10 5 frontend/src/components/Navbar.tsx +7 3 frontend/src/components/Newsletter.tsx +1 1 frontend/src/components/SizesDropdown.tsx +35 10 frontend/src/components/Testimonials.tsx +2 27 frontend/src/goscope.ts +3 5 frontend/src/i18n.tsx +38 0 frontend/src/languages.js +5 5 frontend/src/pages/AdminDashboard.tsx +28 15 frontend/src/pages/ChainMemberList.tsx +2 1 frontend/src/pages/Contacts.tsx +6 6 frontend/src/pages/Donations/DonationForm.tsx +129 87 frontend/src/pages/EventDetails.tsx +76 63 frontend/src/pages/Events.tsx +2 2 frontend/src/pages/FAQ.tsx +17 15 frontend/src/pages/FindChain.tsx +15 7 frontend/src/pages/Geocoding.tsx +30 14 frontend/src/pages/Home.tsx +4 3 frontend/src/pages/Login.tsx +2 1 frontend/src/pages/NewChainSignup.tsx +5 4 frontend/src/pages/Signup.tsx +2 1 frontend/src/pages/UserEdit.tsx +2 1 frontend/src/providers/ToastProvider.tsx +15 2 frontend/src/tailwind.css +7 0 frontend/src/util/dayjs.ts +1 1 frontend/src/util/form.hooks.ts +36 0 frontend/src/util/to-clipboard.hooks.ts +1 2 frontend/src/window.d.ts +3 0 server/Makefile +3 3 server/cmd/generate-fake-data/main.go +2 2 server/cmd/server-fcgi/main.go +2 2 server/cmd/server/main.go +23 22 server/go.mod +51 4 server/go.sum +2 2 server/internal/app/auth/auth.go +3 3 server/internal/app/auth/auth_test.go +1 1 server/internal/app/auth/cookie.go +1 1 server/internal/app/auth/testmain_test.go +1 1 server/internal/app/auth/token.go +3 3 server/internal/app/auth/token_test.go +1 1 server/internal/app/database.go +2 2 server/internal/app/mail.go +4 4 server/internal/controllers/chain.go +3 3 server/internal/controllers/contact.go +4 4 server/internal/controllers/event.go +1 1 server/internal/controllers/info.go +4 4 server/internal/controllers/login.go +3 3 server/internal/controllers/payments.go +3 3 server/internal/controllers/poke.go +2 2 server/internal/controllers/route.go +48 8 server/internal/controllers/users.go +1 1 server/internal/models/chain_route_order_test.go +1 1 server/internal/models/testmain_test.go +3 3 server/internal/server.go +4 4 server/internal/tests/integration_tests/chain_add_user_test.go +3 3 server/internal/tests/integration_tests/register_basic_user_test.go +3 3 server/internal/tests/integration_tests/register_chain_admin_test.go +1 1 server/internal/tests/integration_tests/testmain_test.go +3 3 server/internal/tests/integration_tests/user_get_test.go +31 14 server/internal/tests/mocks/mock-tables.go +2 2 server/internal/tests/mocks/mock-tables_test.go +1 1 server/internal/tests/mocks/testmain_test.go +3 2 server/internal/views/email.go +3 3 server/internal/views/emails/de/poke.gohtml +3 3 server/internal/views/emails/he/an_admin_approved_your_join_request.gohtml +8 8 server/internal/views/emails/he/an_admin_denied_your_join_request.gohtml +6 6 server/internal/views/emails/he/contact_confirmation.gohtml +8 8 server/internal/views/emails/he/headers.json +5 5 server/internal/views/emails/he/login_verification.gohtml +4 4 server/internal/views/emails/he/poke.gohtml +5 5 server/internal/views/emails/he/register_verification.gohtml +9 9 server/internal/views/emails/he/someone_is_interested_in_joining_your_loop.gohtml +9 9 server/internal/views/emails/he/subscribed_to_newsletter.gohtml +8 8 server/internal/views/emails/it/subscribed_to_newsletter.gohtml +1 1 server/internal/views/embed.go + +commit 5c5a0b4c7ecfc052e370cf8ebc0ee90abfbc2c8b +Author: Natalie +Date: Tue Apr 4 13:02:48 2023 -0700 + + cleanup and prettier + +3 6 frontend/src/pages/CreateEvent.tsx +5 2 frontend/src/pages/Events.tsx + +commit 065a615e1a02a54a4b900eb5af330432eb447ea8 +Author: Natalie +Date: Tue Apr 4 13:00:59 2023 -0700 + + get rid of button inside link + +2 4 frontend/src/pages/Events.tsx + +commit 35e313f0ff052cf933ee6edbe1eac42ee9a965b5 +Author: Natalie +Date: Tue Apr 4 12:44:11 2023 -0700 + + make a not logged in user redirect to the events page + +3 17 frontend/src/pages/CreateEvent.tsx + +commit af60943a1c86071e698f7dde90537db4a6c1284e +Merge: a5d238a8 7323c0ee +Author: Lucian I. Last +Date: Tue Apr 4 17:13:04 2023 +0200 + + Merge remote-tracking branch 'origin/l10n_main' + +commit a5d238a8e86906cfe21ba61192f7ffaa12f07ea2 +Author: Lucian I. Last +Date: Tue Apr 4 17:11:38 2023 +0200 + + Size range icons sketch #425 + +- - frontend/public/images/categories/baby-50.png +- - frontend/public/images/categories/man-50.png +- - frontend/public/images/categories/woman-50.png +86 27 frontend/src/components/Badges.tsx +6 8 frontend/src/pages/ChainMemberList.tsx +2 10 frontend/src/pages/FindChain.tsx +42 5 frontend/tailwind.config.cjs + +commit 7323c0ee0e0124aad484b06fcfafde2ffdf24734 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Apr 4 15:38:38 2023 +0200 + + New translations faq.json (Swedish) + +28 0 frontend/public/locales/sv/faq.json + +commit 19f3aaf67ba7ad0e0bad9e0387a672abbb2c50e3 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Apr 4 15:38:37 2023 +0200 + + New translations faq.json (Portuguese) + +1 1 frontend/public/locales/pt/faq.json + +commit 1ee4ee8a3d77be471314210aa37459ae4d713c6c +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Apr 4 15:38:36 2023 +0200 + + New translations faq.json (Polish) + +1 1 frontend/public/locales/pl/faq.json + +commit f103b12df22319c18fd42e30bddd72c1dc9acc23 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Apr 4 15:38:35 2023 +0200 + + New translations faq.json (Dutch) + +1 1 frontend/public/locales/nl/faq.json + +commit dd252ac13eca9385f36e2caf0aefc8321b90755c +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Apr 4 15:38:34 2023 +0200 + + New translations faq.json (Korean) + +1 1 frontend/public/locales/ko/faq.json + +commit 71d65c3239fb76939c80b14ddb3bc8eb1df51022 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Apr 4 15:38:33 2023 +0200 + + New translations faq.json (Japanese) + +1 1 frontend/public/locales/ja/faq.json + +commit ca85187856811233849bf579903476c90a52eab9 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Apr 4 15:38:32 2023 +0200 + + New translations faq.json (Spanish) + +1 1 frontend/public/locales/es/faq.json + +commit 28c078326038d7f981e722ae63a7fe56a3b5db6b +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Apr 4 15:38:31 2023 +0200 + + New translations faq.json (French) + +36 0 frontend/public/locales/fr/faq.json + +commit 55978579df1059ec59472ced9518c4905cc9d89e +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Apr 4 15:38:30 2023 +0200 + + New translations faq.json (Hebrew) + +1 1 frontend/public/locales/he/faq.json + +commit 6b05b6789a40e4f0408c96098e5135678edca8ea +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Apr 4 15:38:29 2023 +0200 + + New translations faq.json (Italian) + +1 1 frontend/public/locales/it/faq.json + +commit ca80c6fb6bfd5d0e43f8d4d866cf8a8394fa0b3c +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Apr 4 15:38:28 2023 +0200 + + New translations faq.json (German) + +1 1 frontend/public/locales/de/faq.json + +commit 24e260160762b7f11e944237b31eccd1557babd8 +Merge: ec14b816 3752c9b3 +Author: Lucian I. Last +Date: Tue Apr 4 15:15:50 2023 +0200 + + Merge remote-tracking branch 'origin/l10n_main' + +commit ec14b8168257e3c8c04e31b91ebe594a6248fae7 +Author: Lucian I. Last +Date: Tue Apr 4 15:15:13 2023 +0200 + + Change FAQ text #427 + +1 1 frontend/public/locales/en/faq.json + +commit 3752c9b30c9b623a8abe91818d3c28f3020a8789 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Apr 4 13:29:54 2023 +0200 + + New translations faq.json (Italian) + +1 1 frontend/public/locales/it/faq.json + +commit baec7daa67fe250c8b571fefe781aec2ed32d47d +Merge: 6d61c136 b352b448 +Author: Lucian I. Last +Date: Tue Apr 4 11:57:42 2023 +0200 + + Merge branch 'add-send-in-blue-intergration' + +commit b352b4482aac91b8d5e7b4af9047855914711e1d +Author: Lucian I. Last +Date: Tue Apr 4 11:56:03 2023 +0200 + + Add sendinblue to config in production + +1 0 devops/setup-4-api.yml +5 1 devops/templates/config.yml.j2 + +commit 172adcab35eb917ebb222c52b12d815cc80dff26 +Author: Lucian I. Last +Date: Tue Apr 4 11:50:18 2023 +0200 + + Add sendinblue test + +10 0 server/internal/app/sendinblue.go +42 0 server/internal/tests/integration_tests/sendinblue_test.go + +commit f963a7c137049fe855b9b3e0e0051c8de9126a76 +Merge: bf5a9cc5 6d61c136 +Author: Lucian I. Last +Date: Tue Apr 4 10:59:43 2023 +0200 + + Merge branch 'main' into add-send-in-blue-intergration + +commit 74a34b044102fb84eb633929cc1a067a9869da7b +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Apr 3 19:35:26 2023 +0200 + + New translations translation.json (German) + +3 3 frontend/public/locales/de/translation.json + +commit 6d61c1363e560ac528b4b8f80775cb6fc16b203d +Merge: 5a481e9f 41a7e399 +Author: Lucian I. Last +Date: Mon Apr 3 18:10:02 2023 +0200 + + Merge remote-tracking branch 'origin/l10n_main' + +commit 41a7e399650633f84d774d650166571b9b64decb +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Apr 3 18:01:24 2023 +0200 + + New translations someone_is_interested_in_joining_your_loop.gohtml (Dutch) + +1 1 server/internal/views/emails/nl/someone_is_interested_in_joining_your_loop.gohtml + +commit c8e10c0796528cb8e0b5efadaa3b19d2ddbc75a5 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Apr 3 18:01:23 2023 +0200 + + New translations translation.json (Dutch) + +1 1 frontend/public/locales/nl/translation.json + +commit 60cd17bd2db139b719c799d66c0a6944ec5a3f59 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Apr 3 18:01:21 2023 +0200 + + New translations subscribed_to_newsletter.gohtml (Italian) + +3 3 server/internal/views/emails/it/subscribed_to_newsletter.gohtml + +commit f1e2aa7c336aa5693685603ed75868ab15f94cd2 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Apr 3 18:01:19 2023 +0200 + + New translations an_admin_denied_your_join_request.gohtml (Hebrew) + +1 1 server/internal/views/emails/he/an_admin_denied_your_join_request.gohtml + +commit 569ebc135756ffcbfe73893527f40b04fa1cab31 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Apr 3 18:01:18 2023 +0200 + + New translations an_admin_approved_your_join_request.gohtml (Hebrew) + +1 1 server/internal/views/emails/he/an_admin_approved_your_join_request.gohtml + +commit 5ed0b0b5c6284dd78572d2029d4443fbc97d2ec1 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Apr 3 18:01:15 2023 +0200 + + New translations someone_is_interested_in_joining_your_loop.gohtml (Hebrew) + +2 2 server/internal/views/emails/he/someone_is_interested_in_joining_your_loop.gohtml + +commit 8eb2661f8147709ce4dd4a2d5d2b0060cc28e488 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Apr 3 18:01:11 2023 +0200 + + New translations faq.json (Italian) + +6 6 frontend/public/locales/it/faq.json + +commit 5a481e9fa0df01cebe111d1240670287ca6d634e +Author: Lucian I. Last +Date: Mon Apr 3 17:44:48 2023 +0200 + + Add italian to acc + +7 0 frontend/public/images/flags/it.svg +2 1 frontend/src/languages.js +2 1 server/internal/views/email.go + +commit 0a1ba630ec434576fdd574d7888a43963c961510 +Author: Lucian I. Last +Date: Mon Apr 3 16:12:42 2023 +0200 + + Add better faker event details + +17 10 server/internal/tests/mocks/mock-tables.go + +commit 9743a12172af601d383c241278722ecd1ed4d040 +Author: Lucian I. Last +Date: Mon Apr 3 16:12:20 2023 +0200 + + Fix copy button for events + +7 7 frontend/src/components/Footer.tsx +22 31 frontend/src/pages/EventDetails.tsx +39 45 frontend/src/pages/Events.tsx +14 24 frontend/src/util/to-clipboard.hooks.ts + +commit 47959516ba30a119a31dd20d35834b4d4df77b51 +Author: Lucian I. Last +Date: Mon Apr 3 14:44:19 2023 +0200 + + Fix rtl support + +6 6 frontend/src/pages/EventDetails.tsx + +commit 6edbb646f119a35ba79932ad2e40122f40052d01 +Author: Lucian I. Last +Date: Mon Apr 3 14:03:14 2023 +0200 + + Change layout for smaller custom image + +129 110 frontend/src/pages/EventDetails.tsx +7 0 frontend/src/util/dayjs.ts + +commit 6cc3a4ec89435ef90b4d16b40b1a46f333ffcb2b +Author: Lucian I. Last +Date: Mon Apr 3 12:42:18 2023 +0200 + + Add to clipboard hook and use in eventDetails page + +9 37 frontend/src/components/Footer.tsx +56 29 frontend/src/pages/EventDetails.tsx +46 0 frontend/src/util/to-clipboard.hooks.ts + +commit 47a7d6846ebe92698c123d946feb96570d63c49a +Author: Lucian I. Last +Date: Mon Apr 3 10:54:41 2023 +0200 + + Improve a11y of event + +43 38 frontend/src/pages/EventDetails.tsx +36 17 frontend/src/pages/Events.tsx +1 1 frontend/src/util/form.hooks.ts + +commit 722dced349b9b1a853a5aa333500385a57e05090 +Author: Lucian I. Last +Date: Mon Apr 3 10:54:27 2023 +0200 + + Fix mock event add a mock address + +2 1 server/internal/tests/mocks/mock-tables.go + +commit 4b6ca3ddb0404e1b341d574b8a0f302460268919 +Author: Lucian I. Last +Date: Mon Apr 3 09:23:57 2023 +0200 + + Replace test image uploadcare + +1 1 frontend/src/pages/Events.tsx + +commit e9c1ccf1651361dafa3249db656ab911acf33a43 +Author: Lucian I. Last +Date: Mon Apr 3 09:20:15 2023 +0200 + + Fix merge + +22 21 server/go.mod +51 4 server/go.sum +4 4 server/internal/controllers/event.go + +commit 8a1d030475b7244971ef3a1138f2ea97053dbc26 +Merge: 75407020 bcc9925b +Author: Lucian I. Last +Date: Mon Apr 3 09:14:33 2023 +0200 + + Merge branch 'main' into calendar-ical-#363 + +commit bcc9925b8a2f34881f859ee2bff42d7be304de62 +Merge: 708486f4 1b900890 +Author: Lucian I. Last +Date: Mon Apr 3 09:09:48 2023 +0200 + + Merge remote-tracking branch 'origin/l10n_main' + +commit 439bee0df90f90645d776a4567a7dd6cd6ddce7a +Author: Natalie +Date: Sun Apr 2 18:06:08 2023 -0700 + + map with marker and slider to select radius + +6 1 frontend/src/App.tsx +8 6 frontend/src/pages/Events.tsx +232 0 frontend/src/pages/LocationModal.tsx + +commit 466a730be14d87b1a2a66dfab4a7f80aec8fab77 +Author: Natalie +Date: Sun Apr 2 12:42:13 2023 -0700 + + get rid of unused state + +16 22 frontend/src/pages/CreateEvent.tsx + +commit 7b2db23b300f1e94ccd660dc67dfbb36996d6c6e +Author: Natalie +Date: Sun Apr 2 12:32:23 2023 -0700 + + get rid of hardcoded address + +1 1 frontend/src/pages/EventDetails.tsx + +commit 1b90089070d6efd696ce2a0ef59b208af83b8d3c +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Sun Apr 2 21:27:22 2023 +0200 + + New translations faq.json (Italian) + +36 0 frontend/public/locales/it/faq.json + +commit a361f7f6f852d17043fc67685c095e19300b7733 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Sun Apr 2 20:15:22 2023 +0200 + + New translations subscribed_to_newsletter.gohtml (Italian) + +8 8 server/internal/views/emails/it/subscribed_to_newsletter.gohtml + +commit 708486f4c245d907b113572e3054ac08fb4dd62a +Author: Lucian I. Last +Date: Fri Mar 31 18:54:44 2023 +0200 + + Centralize languages listing in frontend + +3 1 frontend/sitemap.js +3 4 frontend/src/App.tsx +6 23 frontend/src/components/LanguageSwitcher.tsx +3 5 frontend/src/i18n.tsx +38 0 frontend/src/languages.js + +commit c543c18b674720b5e45b477197428cd1c1b2f88f +Author: Lucian I. Last +Date: Fri Mar 31 18:31:00 2023 +0200 + + Fix rtl donation form + +6 6 frontend/src/pages/Donations/DonationForm.tsx + +commit e37bb319acb3fd49a44cd6abd2e94a0ba9cfe55d +Merge: 21945e5a 340528a9 +Author: Lucian I. Last +Date: Fri Mar 31 18:17:37 2023 +0200 + + Merge branch 'rtl-support' + +commit 340528a950ba9a562aa82191579c31c65f7413e7 +Author: Lucian I. Last +Date: Fri Mar 31 18:17:24 2023 +0200 + + Fix rtl FAQ page + +2 2 frontend/src/pages/FAQ.tsx + +commit bc30a0533f529805b2c22a7408a7ce6294ad37a9 +Author: Lucian I. Last +Date: Fri Mar 31 18:15:38 2023 +0200 + + Fix rtl find chain page + +3 3 frontend/src/pages/FindChain.tsx + +commit 92fc7c1d213968d48420d4cc3013ea39d4828053 +Author: Lucian I. Last +Date: Fri Mar 31 18:07:46 2023 +0200 + + Fix rtl in chain create page + +6 6 frontend/src/components/ChainDetailsForm.tsx +1 1 frontend/src/components/FormFields.tsx +1 1 frontend/src/pages/FindChain.tsx +3 3 frontend/src/pages/Signup.tsx +5 1 frontend/src/tailwind.css + +commit 21945e5af6efe73dca6ab5849fae003786d299f1 +Merge: 6514aa42 9b49897a +Author: Lucian I. Last +Date: Fri Mar 31 15:08:14 2023 +0200 + + Merge branch 'rtl-support' + +commit 9b49897a21b06246be3c13b35ae7a2c7d1134047 +Author: Lucian I. Last +Date: Fri Mar 31 15:07:51 2023 +0200 + + Fix arrows and admin pages + +5 2 frontend/src/components/Badges.tsx +1 1 frontend/src/components/CategoriesDropdown.tsx +2 1 frontend/src/components/ChainDetailsForm.tsx +3 2 frontend/src/components/ChainsList.tsx +1 1 frontend/src/components/DataExport.tsx +2 1 frontend/src/components/Navbar.tsx +5 5 frontend/src/pages/AdminDashboard.tsx +5 5 frontend/src/pages/ChainMemberList.tsx +2 1 frontend/src/pages/Contacts.tsx +6 4 frontend/src/pages/FindChain.tsx +4 3 frontend/src/pages/Login.tsx +2 1 frontend/src/pages/NewChainSignup.tsx +2 1 frontend/src/pages/Signup.tsx +2 1 frontend/src/pages/UserEdit.tsx +9 0 frontend/src/tailwind.css + +commit 3e45648f504e65f87e6aa41c499e6331d9ef2c2c +Author: Lucian I. Last +Date: Fri Mar 31 12:24:52 2023 +0200 + + Fix homepage + +1 1 frontend/src/components/Carousel.tsx +1 1 frontend/src/components/CategoriesDropdown.tsx +2 1 frontend/src/components/Counters/Counters.tsx +2 2 frontend/src/components/FindChain/SearchBar.tsx +7 7 frontend/src/components/Footer.tsx +8 4 frontend/src/components/Navbar.tsx +7 3 frontend/src/components/Newsletter.tsx +1 1 frontend/src/components/SizesDropdown.tsx +35 10 frontend/src/components/Testimonials.tsx +14 9 frontend/src/pages/Home.tsx +2 2 frontend/src/tailwind.css + +commit 17bc72d425c9d4d9cf26140a50a35b03a8d8031a +Author: Lucian I. Last +Date: Fri Mar 31 10:58:16 2023 +0200 + + Set default dir to ltr + +1 1 frontend/src/App.tsx + +commit 6514aa42543cc5da7240f52252a28859662d17a2 +Merge: 4e0d7788 1a6df65a +Author: Lucian I. Last +Date: Fri Mar 31 10:46:32 2023 +0200 + + Merge remote-tracking branch 'origin/l10n_main' + +commit a009a01b5c7c8921f05ad93a4b3ab6a98ce29441 +Author: Natalie +Date: Thu Mar 30 17:26:22 2023 -0700 + + Add error handling for if a user goes to create-event url when not logged in + +105 89 frontend/src/pages/CreateEvent.tsx + +commit f22582029de168a2a9edcccd1e46ad3b7687722a +Author: Natalie +Date: Thu Mar 30 17:09:52 2023 -0700 + + Better placement of create event button + +30 28 frontend/src/pages/Events.tsx + +commit c8f7fef0769e786ecfa47549664681b1f416a6ae +Author: Natalie +Date: Thu Mar 30 16:36:10 2023 -0700 + + Add categories dropdown, make description optional and have a larger text field + +35 13 frontend/src/pages/CreateEvent.tsx + +commit 8569a4c66871823dc0f8e71f5c195655b0d88a56 +Author: Natalie +Date: Thu Mar 30 16:02:51 2023 -0700 + + Added create event page + +6 1 frontend/src/App.tsx +2 1 frontend/src/api/event.ts +168 0 frontend/src/pages/CreateEvent.tsx +12 1 frontend/src/pages/Events.tsx + +commit 1a6df65a6887ff905a041f9d9c93f9a988211b53 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Mar 30 22:50:30 2023 +0200 + + New translations poke.gohtml (Hebrew) + +4 4 server/internal/views/emails/he/poke.gohtml + +commit 07e6f9f04c60c48a9fe4f166f27e0e3269524fd4 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Mar 30 22:50:29 2023 +0200 + + New translations an_admin_denied_your_join_request.gohtml (Hebrew) + +8 8 server/internal/views/emails/he/an_admin_denied_your_join_request.gohtml + +commit 50c37ec584f859bfbbf1269dcc4cd963bf2e9ed5 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Mar 30 22:50:28 2023 +0200 + + New translations an_admin_approved_your_join_request.gohtml (Hebrew) + +3 3 server/internal/views/emails/he/an_admin_approved_your_join_request.gohtml + +commit b5f10c14144b74845c0a196cffabc58a6eb9fdde +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Mar 30 22:50:27 2023 +0200 + + New translations register_verification.gohtml (Hebrew) + +5 5 server/internal/views/emails/he/register_verification.gohtml + +commit a0d997020ce8dc635f63caabe84fc63e5881121f +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Mar 30 22:50:27 2023 +0200 + + New translations login_verification.gohtml (Hebrew) + +5 5 server/internal/views/emails/he/login_verification.gohtml + +commit 3f628a1b307eb311e5483fa65e159761baac240c +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Mar 30 22:50:26 2023 +0200 + + New translations subscribed_to_newsletter.gohtml (Hebrew) + +9 9 server/internal/views/emails/he/subscribed_to_newsletter.gohtml + +commit 7f268e2f63ad2fff85acbea72f957f64dafb87d2 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Mar 30 22:50:25 2023 +0200 + + New translations contact_confirmation.gohtml (Hebrew) + +6 6 server/internal/views/emails/he/contact_confirmation.gohtml + +commit 4b889d90be53ef3406d5a2e3957cbf08cec6b501 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Mar 30 22:50:24 2023 +0200 + + New translations someone_is_interested_in_joining_your_loop.gohtml (Hebrew) + +9 9 server/internal/views/emails/he/someone_is_interested_in_joining_your_loop.gohtml + +commit 7aab246c9a2e3ffc99782c1dfdf4a548c0839f12 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Mar 30 21:54:53 2023 +0200 + + New translations about.json (Hebrew) + +2 2 frontend/public/locales/he/about.json + +commit bf5a9cc5ac3ac50ce0aa6ab7e91a7683be6f5e6f +Author: Lucian I. Last +Date: Thu Mar 30 18:52:04 2023 +0200 + + Add send in blue to locations where newsletter is altered + +7 0 server/internal/controllers/contact.go +7 0 server/internal/controllers/users.go + +commit 53cb3fab5204df6b1007ac556f6990020e06a563 +Author: Lucian I. Last +Date: Thu Mar 30 18:51:13 2023 +0200 + + Add sendinblue api key & move sendinblue to app package + +22 21 server/internal/app/config.go +14 11 server/internal/app/{sendinblue => }/sendinblue.go +4 0 server/internal/server.go + +commit 337e16b21987f14d433f346860b5a82574e6c667 +Author: Lucian I. Last +Date: Thu Mar 30 12:38:00 2023 +0200 + + Add sendinblue connection with thier go sdk + +5 0 server/go.mod +357 0 server/go.sum +64 0 server/internal/app/sendinblue/sendinblue.go + +commit 4e0d7788f5795cc084da668e1e403f590b0b358b +Merge: 3bce5568 b2033aa5 +Author: Lucian I. Last +Date: Thu Mar 30 07:14:55 2023 +0200 + + Merge pull request #440 from the-clothing-loop/l10n_main + +commit b2033aa5868a33da2c71858e55069e47aad0f6cb +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Mar 29 18:36:02 2023 +0200 + + New translations about.json (Portuguese) + +2 2 frontend/public/locales/pt/about.json + +commit ffef2fc8f173cec28b37622c2e0455e8b236ff0f +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Mar 29 17:19:09 2023 +0200 + + New translations about.json (Portuguese) + +4 4 frontend/public/locales/pt/about.json + +commit 3bce5568733fead4334323de4e02c2c67add8ae2 +Author: Lucian I. Last +Date: Wed Mar 29 16:21:38 2023 +0200 + + Add test language hebrew and rtl + +14 0 frontend/public/images/flags/il.svg +11 4 frontend/src/App.tsx +3 1 frontend/src/components/LanguageSwitcher.tsx +1 1 frontend/src/i18n.tsx +2 1 server/internal/views/email.go + +commit 14ef4267ffd255f688e4bad2ff1b8f13eb12f2cc +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Mar 29 15:47:30 2023 +0200 + + New translations about.json (Portuguese) + +4 4 frontend/public/locales/pt/about.json + +commit 17f6c241374151bca444ea28c671bdffec332d7f +Author: Lucian I. Last +Date: Wed Mar 29 15:44:25 2023 +0200 + + Less margin from tabs to table in members + +3 3 frontend/src/pages/ChainMemberList.tsx + +commit f2e59b9b2b9374dc43437b96297af2def1b17a07 +Merge: 3d084f6d cc0e09a5 +Author: Lucian I. Last +Date: Wed Mar 29 15:40:20 2023 +0200 + + Merge branch 'main' of github.com:the-clothing-loop/website + +commit 3d084f6ddba3390ef2aaf7283c1527f69919ae97 +Author: Lucian I. Last +Date: Wed Mar 29 15:40:15 2023 +0200 + + Perfect tab colors + +4 4 frontend/src/pages/ChainMemberList.tsx + +commit cc0e09a53a2495543e9f640953dd9963d74bb297 +Merge: cad70673 763b5395 +Author: Lucian I. Last +Date: Wed Mar 29 15:38:41 2023 +0200 + + Merge pull request #439 from the-clothing-loop/l10n_main + + New Crowdin updates + +commit cad7067331bdd22811973839934f2118a3b48d36 +Author: Lucian I. Last +Date: Wed Mar 29 15:09:52 2023 +0200 + + Increase step even more + +2 2 frontend/src/components/Counters/Counters.tsx + +commit 3235ebfa34c8ddf5ad24c6d0e333c6b94bcf0623 +Author: Lucian I. Last +Date: Wed Mar 29 11:37:14 2023 +0200 + + Fix radius value + + https://www.openstreetmap.org/directions?engine=graphhopper_bicycle&route=52.3719%2C4.9635%3B52.4176%2C4.8658#map=13/52.3948/4.9169 + Zeeburgereiland to Noorder IJplas was used to test the radius with is around 11km + +2 2 frontend/src/components/ChainDetailsForm.tsx + +commit 155e64676d096483e95c6510893ab26d6b6f2023 +Author: Lucian I. Last +Date: Wed Mar 29 11:33:55 2023 +0200 + + Update edit loop circle + +3 3 frontend/src/components/ChainDetailsForm.tsx + +commit 43e6a7aa503452d6ade543b3cfb3e488a77d6a06 +Author: Lucian I. Last +Date: Wed Mar 29 11:16:23 2023 +0200 + + Update tabs for route,edit,new + +338 109 frontend/package-lock.json +1 1 frontend/package.json +11 7 frontend/src/pages/ChainMemberList.tsx + +commit 763b539504ff9b360e0f262078636d6937d2496e +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Mar 28 23:01:32 2023 +0200 + + New translations headers.json (Hebrew) + +8 8 server/internal/views/emails/he/headers.json + +commit f9b3c1197bff441e29265c86a04cd6d7d73caaba +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Mar 28 23:01:31 2023 +0200 + + New translations translation.json (Hebrew) + +28 28 frontend/public/locales/he/translation.json + +commit 7b702f46dff652d91186673b6c5a6c9806bd81ab +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Mar 28 21:57:56 2023 +0200 + + New translations translation.json (Hebrew) + +24 24 frontend/public/locales/he/translation.json + +commit 6dd591ec8d1046c8078bcc3b8235f7ce47f47911 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Mar 28 20:54:47 2023 +0200 + + New translations faq.json (Hebrew) + +5 5 frontend/public/locales/he/faq.json + +commit d5b53cca0faf60e5964e7620aa9c867ac7ba6d38 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Mar 28 20:54:46 2023 +0200 + + New translations testimonials.json (Hebrew) + +5 5 frontend/public/locales/he/testimonials.json + +commit 11a3730ce312171af094dae508d34942b598f631 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Mar 28 18:42:07 2023 +0200 + + New translations faq.json (Hebrew) + +16 16 frontend/public/locales/he/faq.json + +commit 6bd084ce18077df2a1d86e4a0a16c6a37864d698 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Mar 28 18:42:06 2023 +0200 + + New translations about.json (Hebrew) + +2 2 frontend/public/locales/he/about.json + +commit bff2a2b589b49602ade91786fcbdb2c2b913d79c +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Mar 28 17:40:01 2023 +0200 + + New translations about.json (Hebrew) + +1 1 frontend/public/locales/he/about.json + +commit 7d9d8ac4893245110c4c2a8ecd50107bf787b08a +Author: Lucian I. Last +Date: Tue Mar 28 15:20:57 2023 +0200 + + Replace airbrake with goscope2 + +0 9 .github/workflows/deploy-production.yml +10 166 frontend/package-lock.json +1 1 frontend/package.json +2 27 frontend/src/goscope.ts +2 1 frontend/src/providers/ToastProvider.tsx +1 2 frontend/src/window.d.ts + +commit f70a5225fca817d9f89f2bd3abddb9df9f07f759 +Author: Lucian I. Last +Date: Tue Mar 28 15:19:32 2023 +0200 + + Remove double space in class + +2 2 frontend/src/components/ChainsList.tsx + +commit 9e68734b3f8e64ffeb526846c3385d5353670c41 +Author: Lucian I. Last +Date: Tue Mar 28 14:57:10 2023 +0200 + + Add grey hover in loops page + +5 1 frontend/src/components/ChainsList.tsx + +commit 9e838a9185ddfd877757d0b037363881d4f16991 +Author: Lucian I. Last +Date: Tue Mar 28 14:51:52 2023 +0200 + + Update to new github url + +2 2 README.md + +commit 08803c06d4be03d5fd8be7b4f350ce291d45cd55 +Merge: 6ade4eb4 8b132861 +Author: Lucian I. Last +Date: Tue Mar 28 14:32:12 2023 +0200 + + Merge remote-tracking branch 'origin/l10n_main' + +commit 6ade4eb48f483eb9caa242621c9d5bcf1d41d5f9 +Merge: 5668442e 03dace90 +Author: Lucian I. Last +Date: Tue Mar 28 14:30:22 2023 +0200 + + Merge branch 'main' of github.com:the-clothing-loop/website + +commit 5668442e435e542b831ba11f5a5a6c219e5b6810 +Author: Lucian I. Last +Date: Tue Mar 28 14:30:18 2023 +0200 + + Set translation of search location bar on i18n change + +15 7 frontend/src/pages/Geocoding.tsx + +commit 8b1328619a31ae3fd19fa124d7b875a97329983d +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Mar 27 23:28:35 2023 +0200 + + New translations faq.json (Italian) + +36 0 frontend/public/locales/it/faq.json + +commit 0204d457fbb92e0f64c0960c4cf15c4002de606c +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Mar 27 19:22:56 2023 +0200 + + New translations about.json (Hebrew) + +1 1 frontend/public/locales/he/about.json + +commit 75407020adaa2ec5c5474867b53e391bcd9f32f9 +Author: Lucian I. Last +Date: Mon Mar 27 18:25:08 2023 +0200 + + Remove enums from api/enums + +2 20 frontend/public/locales/en/translation.json +0 61 frontend/src/api/enums.ts +1 1 frontend/src/components/ChainsList.tsx +10 13 frontend/src/components/DistanceDropdown.tsx +2 0 frontend/src/components/LanguageSwitcher.tsx +0 76 frontend/src/components/WhenDropdown.tsx +2 16 frontend/src/pages/ChainMemberList.tsx +88 96 frontend/src/pages/EventDetails.tsx +170 298 frontend/src/pages/Events.tsx +10 0 frontend/src/util/dayjs.ts +21 0 frontend/src/util/simplify-days.ts + +commit 95140e67744f9ab57c0023fba1f68f1e30cad224 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Mar 27 17:15:51 2023 +0200 + + New translations poke.gohtml (German) + +1 1 server/internal/views/emails/de/poke.gohtml + +commit a0460873dcc832038f3e1c540dc57a80d3f85b58 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Mar 27 16:11:15 2023 +0200 + + New translations poke.gohtml (German) + +3 3 server/internal/views/emails/de/poke.gohtml + +commit d7837179e58c2e5dd61b4119138a3a93a4aba4d2 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Mar 27 16:11:14 2023 +0200 + + New translations translation.json (German) + +1 1 frontend/public/locales/de/translation.json + +commit dd82da88476efd99d57db92f9fdcf49f60c6a85d +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Mar 27 16:11:13 2023 +0200 + + New translations translation.json (Hebrew) + +184 184 frontend/public/locales/he/translation.json + +commit eb76d7e44836d77068e1a957f2ba3ad934664e87 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Mar 27 16:11:12 2023 +0200 + + New translations testimonials.json (Hebrew) + +9 9 frontend/public/locales/he/testimonials.json + +commit d443fa0c801d96d3dd8c42b4576cc452ed54d3fa +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Mar 27 13:43:54 2023 +0200 + + New translations testimonials.json (Hebrew) + +3 3 frontend/public/locales/he/testimonials.json + +commit 03dace9058b2bec6dfa0b01755a1d4ad671df6e5 +Merge: f429e875 a892d1cb +Author: Lucian I. Last +Date: Sun Mar 26 22:13:33 2023 +0200 + + Merge pull request #437 from the-clothing-loop/l10n_main + +commit a892d1cb63e7f437d1ff2bf7928bb943b34b0d4c +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Sun Mar 26 14:29:09 2023 +0200 + + New translations testimonials.json (Hebrew) + +1 1 frontend/public/locales/he/testimonials.json + +commit 72c3b7e75b3a89966a67a6d6beaccf0e36affa88 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Sun Mar 26 14:29:08 2023 +0200 + + New translations faq.json (Hebrew) + +5 5 frontend/public/locales/he/faq.json + +commit 16276be57569a03f3e55d451f257362946d742df +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Sun Mar 26 13:22:22 2023 +0200 + + New translations faq.json (Hebrew) + +12 12 frontend/public/locales/he/faq.json + +commit f429e87598b312fe41206122e2f8f636925c5490 +Merge: d3e73dbf 1bacae57 +Author: Lucian I. Last +Date: Sun Mar 26 13:20:20 2023 +0200 + + Merge pull request #436 from the-clothing-loop/l10n_main + +commit 1bacae5717a61fd02f5e8d4ef9e5fa44e6ec5b78 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Sun Mar 26 10:38:08 2023 +0200 + + New translations faq.json (Hebrew) + +11 11 frontend/public/locales/he/faq.json + +commit 643dbaa068dfc344c61aec6e60001214bd3995c0 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Sun Mar 26 09:25:32 2023 +0200 + + New translations faq.json (Hebrew) + +3 3 frontend/public/locales/he/faq.json + +commit d3e73dbf6c1f0b77e4fc78d7f1dc5e165df97871 +Merge: e456cd66 32f0df70 +Author: Lucian I. Last +Date: Sat Mar 25 22:58:50 2023 +0100 + + Merge pull request #435 from the-clothing-loop/l10n_main + +commit 32f0df700d64dce6854bde543b9cd5539df5a772 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Sat Mar 25 21:38:24 2023 +0100 + + New translations faq.json (Hebrew) + +16 16 frontend/public/locales/he/faq.json + +commit f24503d96513940a9c22fbad6a6cc78a646a389e +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Sat Mar 25 21:38:24 2023 +0100 + + New translations about.json (Hebrew) + +1 1 frontend/public/locales/he/about.json + +commit cf581b89ce62597598617b896c895d5703b8a685 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Sat Mar 25 20:07:37 2023 +0100 + + New translations about.json (Hebrew) + +5 5 frontend/public/locales/he/about.json + +commit 07bed5231c5a0d99b9eba30db1854aa352acff2e +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Sat Mar 25 18:55:02 2023 +0100 + + New translations about.json (Hebrew) + +2 2 frontend/public/locales/he/about.json + +commit 1c118a12c90e09c1d4053acb37af688bf7c6b713 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Sat Mar 25 12:58:12 2023 +0100 + + New translations translation.json (Dutch) + +1 1 frontend/public/locales/nl/translation.json + +commit b6f9a43b0d9a7670f83f35f6f2c16a0de76fb244 +Merge: f0ced6ea 7a104aef +Author: Lucian I. Last +Date: Fri Mar 24 11:59:43 2023 +0100 + + Merge pull request #433 from NatalieWilson19/calendar-page-live-swapping-parties-frontend-#387 + + Calendar page live swapping parties frontend #387 + +commit e456cd666de9579e60c6e59f802c63f293071b76 +Merge: 9a9d97b0 9d7fb32c +Author: Lucian I. Last +Date: Fri Mar 24 11:53:26 2023 +0100 + + Merge remote-tracking branch 'origin/l10n_main' + +commit 9a9d97b00bc5dfd87736fbdc0756651dd7368bdc +Author: Lucian I. Last +Date: Fri Mar 24 11:50:34 2023 +0100 + + Fix overflow padding dashboard + +6 2 frontend/src/components/ChainsList.tsx + +commit 9d7fb32c02192c75af5aac44675a5049ac540396 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Mar 24 11:46:08 2023 +0100 + + New translations translation.json (Hebrew) + +1 0 frontend/public/locales/he/translation.json + +commit f26c389daa144c4dd6aeffdc9a44f458279e8dfd +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Mar 24 11:46:07 2023 +0100 + + New translations translation.json (Polish) + +1 0 frontend/public/locales/pl/translation.json + +commit 6fe5584f6a29706614bc3549174cfc1f6aec5400 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Mar 24 11:46:07 2023 +0100 + + New translations translation.json (Japanese) + +1 0 frontend/public/locales/ja/translation.json + +commit e4d92ec699008c267a60e43f9926ae49eae7b79a +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Mar 24 11:46:06 2023 +0100 + + New translations translation.json (Korean) + +1 0 frontend/public/locales/ko/translation.json + +commit a3f97492d1b8c52519aab2fa69d69264f20b78f2 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Mar 24 11:46:05 2023 +0100 + + New translations translation.json (Swedish) + +1 0 frontend/public/locales/sv/translation.json + +commit 70ea2c1cfd714cac7d505b7c4944847375e13558 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Mar 24 11:46:04 2023 +0100 + + New translations translation.json (Portuguese) + +1 0 frontend/public/locales/pt/translation.json + +commit 3a0b0a17fd19ede672472f949b258b12c617f53d +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Mar 24 11:46:03 2023 +0100 + + New translations translation.json (Dutch) + +1 0 frontend/public/locales/nl/translation.json + +commit 71f3246d2d4f3603e42d9859e1d53b259a1f7744 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Mar 24 11:46:02 2023 +0100 + + New translations translation.json (Italian) + +1 0 frontend/public/locales/it/translation.json + +commit 00a055ae20acb1946eae8b58989b622ceb79ff45 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Mar 24 11:46:01 2023 +0100 + + New translations translation.json (German) + +1 0 frontend/public/locales/de/translation.json + +commit 4aead547f05ecc55bdd9211f0f078e630caa16d7 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Mar 24 11:46:00 2023 +0100 + + New translations translation.json (Spanish) + +1 0 frontend/public/locales/es/translation.json + +commit 5bee957b6b34eccb1cdac60449ae4ce9d06afdd8 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Mar 24 11:45:59 2023 +0100 + + New translations translation.json (French) + +1 0 frontend/public/locales/fr/translation.json + +commit ac655735c48febfd244f92fe4832b93145b4093f +Author: Lucian I. Last +Date: Fri Mar 24 11:45:40 2023 +0100 + + text to lighter grey + +1 1 frontend/src/components/ChainsList.tsx + +commit 43cc0fcb3b852a383aa0bf6c611f9c292dcd8b75 +Merge: eff33f58 5f040188 +Author: Lucian I. Last +Date: Fri Mar 24 11:43:04 2023 +0100 + + Merge branch 'wait-a-week-poke' + +commit 5f0401888b18d1f4ebe58da6c778d6108257b62a +Author: Lucian I. Last +Date: Fri Mar 24 11:42:45 2023 +0100 + + ui tweaks from paloeka + +1 1 frontend/public/locales/en/translation.json +15 9 frontend/src/components/ChainsList.tsx + +commit 7a104aefe21f7e89d097d9b992e0f5d5530e0fc2 +Author: Natalie +Date: Thu Mar 23 17:53:39 2023 -0700 + + Prettier + +1 3 frontend/src/components/DistanceDropdown.tsx +1 2 frontend/src/components/WhenDropdown.tsx + +commit c6fe883a77d199a622013a9ee808822bdcbf5c51 +Author: Natalie +Date: Thu Mar 23 17:50:02 2023 -0700 + + Prettier + +2 2 frontend/src/pages/Events.tsx + +commit fcef2c1ffc13f64e65d939ce377810cad683661f +Author: Natalie +Date: Thu Mar 23 17:37:31 2023 -0700 + + get rid of unnecessary files changes + +1 13 frontend/src/providers/ToastProvider.tsx +20 18 server/go.mod +1 1 server/go.sum + +commit fb45002a0e679d283c2aab06431c357b0ecea6ea +Author: Natalie +Date: Thu Mar 23 17:33:03 2023 -0700 + + better distance dropdown values + +4 4 frontend/src/api/enums.ts +9 10 frontend/src/pages/Events.tsx + +commit 0e2a4a394a6218188e0c6a7828af1a97d5cc35a8 +Author: Natalie +Date: Thu Mar 23 17:11:07 2023 -0700 + + better function names + +7 13 frontend/src/pages/Events.tsx + +commit 7af8c1d3960a73b5a3a9f56648fba998f6f732c5 +Author: Natalie +Date: Thu Mar 23 16:41:04 2023 -0700 + + add missing when translation key + +1 0 frontend/public/locales/en/translation.json + +commit 86bfe20b0780ae6c2e74b54ab14bfd0a2f3fb5fa +Author: Natalie +Date: Thu Mar 23 16:40:48 2023 -0700 + + get rid of unused reference + +0 1 frontend/src/pages/Events.tsx + +commit fbac15d17b725a0a969c504b05ce3cbaeb4f259b +Author: Natalie +Date: Thu Mar 23 16:08:21 2023 -0700 + + added any distance and any day options of dropdowns + +1 1 frontend/src/components/WhenDropdown.tsx +22 23 frontend/src/pages/Events.tsx + +commit ab9f49d71555868e8d7290fda3c5b6be30646be8 +Author: Natalie +Date: Thu Mar 23 16:07:34 2023 -0700 + + added any distance and any day options of dropdowns + +4 0 frontend/src/api/enums.ts +0 2 frontend/src/components/DistanceDropdown.tsx +1 3 frontend/src/components/WhenDropdown.tsx + +commit 2f9556a9df6f588e698256afbda8dcc8e265ce03 +Author: Natalie +Date: Thu Mar 23 15:10:06 2023 -0700 + + get rid of unnecessary code in dropdowns + +5 24 frontend/src/components/DistanceDropdown.tsx +6 28 frontend/src/components/WhenDropdown.tsx + +commit a43ee48045bbce627e8ecaa3d605ee0bbf08d971 +Author: Natalie +Date: Thu Mar 23 14:46:45 2023 -0700 + + change feather icon next to host's phone number to phone feather icon + +6 6 frontend/src/pages/EventDetails.tsx + +commit 2c56be2f028a97c879dd8de918672fd6e1eee4f2 +Author: Natalie +Date: Thu Mar 23 14:44:29 2023 -0700 + + remove hover state for now + +18 34 frontend/src/pages/Events.tsx + +commit eff33f58c2d405ffb86254f71f46dce23ce523e1 +Author: Lucian I. Last +Date: Thu Mar 23 12:32:01 2023 +0100 + + white background info button members page + +1 1 frontend/src/pages/ChainMemberList.tsx + +commit b988ec29c7518edc2faba417108f60b7de6a9db9 +Author: Lucian I. Last +Date: Thu Mar 23 12:25:10 2023 +0100 + + Add border line during drag + +11 2 frontend/src/pages/ChainMemberList.tsx + +commit 1de971c6a1473b8cb3ad686b7054f3c378b9ad70 +Author: Lucian I. Last +Date: Thu Mar 23 12:08:23 2023 +0100 + + Change drag arrow to up-down + +1 1 frontend/src/pages/ChainMemberList.tsx + +commit a2a18d4ba75ea769a33d6fe16998d617f0f22a7a +Author: Lucian I. Last +Date: Thu Mar 23 11:59:07 2023 +0100 + + Improve design + +1 1 frontend/public/locales/en/translation.json +8 3 frontend/src/components/ChainsList.tsx + +commit 90891d391358e291ce15bcdcbd9955c4bca121ca +Author: Lucian I. Last +Date: Thu Mar 23 11:42:10 2023 +0100 + + Add notice + +1 0 frontend/public/locales/en/translation.json +14 5 frontend/src/components/ChainsList.tsx + +commit b041dfbea7c914df5f6843f0bd682645d5a95f6c +Author: Lucian I. Last +Date: Thu Mar 23 11:11:37 2023 +0100 + + Add ring animation for join a loop in mobile + +16 5 frontend/src/pages/Home.tsx + +commit ec51d9dbf6070a18171720efbda2afa2d6593ec7 +Author: Lucian I. Last +Date: Thu Mar 23 10:54:22 2023 +0100 + + Set counters to prime 43 + +2 2 frontend/src/components/Counters/Counters.tsx + +commit 461387675878cb848acecb80c3c9e1cdb4a3fc64 +Author: Lucian I. Last +Date: Thu Mar 23 10:54:06 2023 +0100 + + make hook intersection more useful + +1 9 frontend/src/components/Counters/Counters.tsx +17 7 frontend/src/components/Counters/hooks.tsx + +commit 6eff08b5bd37010773e4a33716b0266e7913e060 +Merge: d09836e2 6ceeb2df +Author: Lucian I. Last +Date: Thu Mar 23 10:17:29 2023 +0100 + + Merge commit '6ceeb2dfced909a6a2c598e3fd4ae2aecc09dd67' + +commit d09836e2885b32a004c2c330b2ffdd645f3efa35 +Author: Lucian I. Last +Date: Thu Mar 23 10:16:29 2023 +0100 + + Add error log to user purge + +45 5 server/internal/controllers/users.go + +commit 4b29325657f086f6d8ddd862314745c6d7634fbb +Author: Natalie +Date: Wed Mar 22 16:12:53 2023 -0700 + + added months and days to enums and english translations + +20 1 frontend/public/locales/en/translation.json +26 1 frontend/src/api/enums.ts +6 26 frontend/src/pages/EventDetails.tsx +6 24 frontend/src/pages/Events.tsx + +commit c3b6f11eae3a0399c57304e99b22633119eb1b23 +Author: Natalie +Date: Wed Mar 22 15:37:33 2023 -0700 + + add english translations for events/event details + +14 1 frontend/public/locales/en/translation.json +4 4 frontend/src/components/DistanceDropdown.tsx +14 17 frontend/src/pages/EventDetails.tsx +34 42 frontend/src/pages/Events.tsx + +commit 94c9f72fcf184caa8da9f27bfadfa2fe5ce22171 +Author: Natalie +Date: Wed Mar 22 14:55:28 2023 -0700 + + delete unused code + +5 16 frontend/src/pages/EventDetails.tsx + +commit 57b4726b3aa4822a79858fe27f8027794f55f2d7 +Author: Natalie +Date: Wed Mar 22 14:49:30 2023 -0700 + + moved event's filter bar component code into events page + +0 57 frontend/src/components/EventsFilterBar.tsx +52 40 frontend/src/pages/Events.tsx + +commit 1275e39e5f5bdacc4213bd14afdb553fbb6c60d4 +Author: Natalie +Date: Wed Mar 22 14:06:59 2023 -0700 + + get rid of distance from search values + +1 2 frontend/src/pages/Events.tsx + +commit 53f7b4d1a66a84468a32cc772f01fef0dae01ec4 +Author: Natalie +Date: Wed Mar 22 14:03:39 2023 -0700 + + update formatting of events page + +7 9 frontend/src/pages/Events.tsx + +commit 5631286fea6922764758c635c7574c73bd7dabd9 +Author: Natalie +Date: Wed Mar 22 13:03:04 2023 -0700 + + got rid of unnecessary code + +1 2 frontend/src/components/EventsFilterBar.tsx + +commit 781080ffda811e1d5c510f843de24a83765ff690 +Author: Natalie +Date: Wed Mar 22 13:01:58 2023 -0700 + + added host phone number + +9 2 frontend/src/pages/EventDetails.tsx + +commit 3ebad894ff7edf9eee45e7e67e1250b24422213d +Author: Natalie +Date: Wed Mar 22 13:00:00 2023 -0700 + + add handling for when no events match filtering; took distance out of createFilterFunc + +128 146 frontend/src/pages/Events.tsx + +commit 34d7be0c4c189e235b87305b4214ab4c6c509177 +Merge: f159763e f0ced6ea +Author: Natalie +Date: Wed Mar 22 12:17:15 2023 -0700 + + Merge branch 'calendar-ical-#363' of https://github.com/the-clothing-loop/website into calendar-page-live-swapping-parties-frontend-#387 + merge new ical changes into frontend branch + +commit f159763ef183b23c97f352d0093c7375cd512f02 +Author: Natalie +Date: Wed Mar 22 12:16:18 2023 -0700 + + update distance filtering + +6 6 frontend/src/components/DistanceDropdown.tsx +0 5 frontend/src/components/EventsFilterBar.tsx +160 132 frontend/src/pages/Events.tsx + +commit fb05d0e18c000b8ccedcecb76f51fff0ad4a70e8 +Author: Natalie +Date: Wed Mar 22 12:15:22 2023 -0700 + + change code to use eventGetAll call instead of eventGet + +13 6 frontend/src/pages/EventDetails.tsx + +commit 6ceeb2dfced909a6a2c598e3fd4ae2aecc09dd67 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Mar 22 11:32:18 2023 +0100 + + New translations translation.json (Spanish) + +1 1 frontend/public/locales/es/translation.json + +commit 27736d873ce2e1b1e41733c8bfdb809d0b02b20d +Author: Lucian I. Last +Date: Wed Mar 22 09:04:49 2023 +0100 + + Remove chains export + +1 9 frontend/src/components/ChainsList.tsx +7 49 frontend/src/components/DataExport.tsx + +commit 6b8214a15bd3376144a2d9988fdd675bab1fc194 +Author: Lucian I. Last +Date: Wed Mar 22 08:59:01 2023 +0100 + + Use updated github url + +3 3 server/cmd/generate-fake-data/main.go +2 2 server/cmd/server-fcgi/main.go +2 2 server/cmd/server/main.go +1 1 server/go.mod +2 2 server/internal/app/auth/auth.go +3 3 server/internal/app/auth/auth_test.go +1 1 server/internal/app/auth/cookie.go +1 1 server/internal/app/auth/testmain_test.go +1 1 server/internal/app/auth/token.go +3 3 server/internal/app/auth/token_test.go +1 1 server/internal/app/database.go +2 2 server/internal/app/mail.go +4 4 server/internal/controllers/chain.go +3 3 server/internal/controllers/contact.go +1 1 server/internal/controllers/info.go +4 4 server/internal/controllers/login.go +3 3 server/internal/controllers/payments.go +3 3 server/internal/controllers/poke.go +2 2 server/internal/controllers/route.go +3 3 server/internal/controllers/users.go +1 1 server/internal/models/chain_route_order_test.go +1 1 server/internal/models/testmain_test.go +3 3 server/internal/server.go +4 4 server/internal/tests/integration_tests/chain_add_user_test.go +3 3 server/internal/tests/integration_tests/register_basic_user_test.go +3 3 server/internal/tests/integration_tests/register_chain_admin_test.go +1 1 server/internal/tests/integration_tests/testmain_test.go +3 3 server/internal/tests/integration_tests/user_get_test.go +2 2 server/internal/tests/mocks/mock-tables.go +2 2 server/internal/tests/mocks/mock-tables_test.go +1 1 server/internal/tests/mocks/testmain_test.go +1 1 server/internal/views/email.go +1 1 server/internal/views/embed.go + +commit c4894178336c1edc5f63e2049b70bbcde7c61105 +Author: Lucian I. Last +Date: Wed Mar 22 08:50:50 2023 +0100 + + Align language dropdown + +6 2 frontend/src/components/LanguageSwitcher.tsx + +commit b810deb18382c3e137eb37f0744054fcdac53587 +Author: Lucian I. Last +Date: Wed Mar 22 08:45:19 2023 +0100 + + Fix zoom cluster bug + +7 7 frontend/src/pages/FindChain.tsx + +commit d29fb6a5c85a8630b4b12fb1768a21e9a4595795 +Author: Lucian I. Last +Date: Wed Mar 22 08:38:48 2023 +0100 + + Add generate-fake-data-500 + +3 0 server/Makefile + +commit 4b4990e248cc56f1fafe6047481db5e7402cd2db +Author: Lucian I. Last +Date: Wed Mar 22 08:36:43 2023 +0100 + + Change to mock to sometimes set dutch geolocation + +12 3 server/internal/tests/mocks/mock-tables.go + +commit f0ced6ead5f4b6312db5b4303bda9983b13e27b0 +Author: Lucian I. Last +Date: Wed Mar 22 08:17:01 2023 +0100 + + Order event by date + +1 0 server/internal/controllers/event.go + +commit 72c49fe009d77198ee6d49e695862fa00db6ff39 +Author: Lucian I. Last +Date: Wed Mar 22 08:16:48 2023 +0100 + + Event list filter future events only + +3 2 server/internal/controllers/event.go + +commit 79572d72208335e8c0779f5e1793d45f6f6d4818 +Author: Lucian I. Last +Date: Wed Mar 22 08:01:29 2023 +0100 + + Add user_phone and update ts types + +4 0 frontend/src/api/types.ts +1 0 server/internal/controllers/event.go +1 0 server/internal/models/event.go + +commit 2b0dc267f9b634fb1c71d9da69ded0cd81a33db6 +Merge: 1e1682e3 458810c7 +Author: Natalie +Date: Tue Mar 21 12:35:03 2023 -0700 + + merge ical changes into events frontend + +commit 458810c730100df653134b3eeee175d977e0e554 +Author: Lucian I. Last +Date: Tue Mar 21 09:36:04 2023 +0100 + + Add user_name user_email chain_name to event results + +20 19 server/internal/controllers/event.go +17 14 server/internal/models/event.go + +commit 23db7e94be38fe098a281a28ec7d1aadacac3f61 +Author: Lucian I. Last +Date: Tue Mar 21 09:35:27 2023 +0100 + + Remove single event route + +0 21 server/internal/controllers/event.go +0 1 server/internal/server.go + +commit 99ea9dee7dba7407c109056027b5cfef631fb56f +Merge: d5483f99 d29fff4d +Author: Lucian I. Last +Date: Tue Mar 21 08:38:16 2023 +0100 + + Merge branch 'main' into calendar-ical-#363 + +commit d29fff4d2b6db17d73bf67abacce78707d555521 +Author: Lucian I. Last +Date: Mon Mar 20 16:51:55 2023 +0100 + + Improve error messages + +7 2 frontend/src/components/ChainsList.tsx +1 1 frontend/src/components/Newsletter.tsx +9 2 frontend/src/goscope.ts +2 2 frontend/src/pages/ChainEdit.tsx +1 1 frontend/src/pages/ChainMemberList.tsx +1 1 frontend/src/pages/Contacts.tsx +1 1 frontend/src/pages/FindChain.tsx +1 1 frontend/src/pages/Login.tsx +1 1 frontend/src/pages/NewChainLocation.tsx +3 3 frontend/src/providers/ToastProvider.tsx + +commit 69dd4be4bd62d745fd601de61c7464f2b7975442 +Author: Lucian I. Last +Date: Mon Mar 20 16:05:21 2023 +0100 + + Remove log for "Email is not yet registered" + +0 1 server/internal/controllers/login.go + +commit b47294d857ae7e7476ee47c90c22aac1c25c16b5 +Author: Lucian I. Last +Date: Mon Mar 20 15:45:35 2023 +0100 + + Update goscope to allow filtering by severity + +1 1 server/go.mod +2 2 server/go.sum + +commit 1e1682e3108d23e9e429196922d3914171a013e6 +Author: Natalie +Date: Sun Mar 19 15:08:12 2023 -0700 + + cleanup unused variablea and libraries + +1 4 frontend/src/components/EventsFilterBar.tsx + +commit 003db7e873017fbf1397e9feb5deb47a39a28cd3 +Author: Natalie +Date: Sun Mar 19 15:07:12 2023 -0700 + + cleanup unused variablea and libraries + +6 12 frontend/src/pages/Events.tsx + +commit d1cbae60e1c49e28f7ab0eb156a94373e47373ec +Author: Natalie +Date: Sun Mar 19 15:04:11 2023 -0700 + + cleanup getDistance fuction + +15 14 frontend/src/pages/Events.tsx + +commit c39ac448f7de78fc418e8522513c779dac6cfc2e +Author: Natalie +Date: Fri Mar 17 16:12:59 2023 -0700 + + filtering by distance works + +73 8 frontend/src/pages/Events.tsx + +commit be0f74095034268388a170ef36e069142f56b6db +Author: Natalie +Date: Fri Mar 17 15:35:50 2023 -0700 + + prettier + +2 7 frontend/src/pages/Events.tsx + +commit efe08ebb864faa168380159448153ad5647d351a +Merge: 671f6d96 596d3c08 +Author: Natalie +Date: Fri Mar 17 15:33:11 2023 -0700 + + merged + +commit 671f6d96247b14ddce9f162c8b67c4830fe9d61a +Author: Natalie +Date: Fri Mar 17 15:28:11 2023 -0700 + + put when filtering inside a helper function + +65 53 frontend/src/pages/Events.tsx + +commit c9ea90d716f5d030df8f43837045e230c1eeab62 +Author: Natalie +Date: Fri Mar 17 14:41:20 2023 -0700 + + fixed when filtering + +39 19 frontend/src/pages/Events.tsx + +commit 30dd221ba5ca4b1afd5b049d973334c33c2de6b4 +Author: Lucian I. Last +Date: Thu Mar 16 16:58:10 2023 +0100 + + Fix goscope sort FiLo + +1 1 server/go.mod +2 2 server/go.sum + +commit 8c66d31da64d7f42d1ee972fdc2876d35a10f113 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Mar 16 16:57:56 2023 +0100 + + New translations faq.json (Swedish) + +28 0 frontend/public/locales/sv/faq.json + +commit 71bf105ee47f0e082db125609481c5630cd65291 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Mar 16 16:57:54 2023 +0100 + + New translations faq.json (Italian) + +36 0 frontend/public/locales/it/faq.json + +commit 5ed7c859d14e10dfe873403bc7392ca00f2a559d +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Mar 16 16:57:52 2023 +0100 + + New translations faq.json (French) + +36 0 frontend/public/locales/fr/faq.json + +commit 6b947fbcab33e1f2a13fc6f1108777b12486f8a9 +Author: Lucian I. Last +Date: Thu Mar 16 16:05:39 2023 +0100 + + use translated the for other languages + +1 1 frontend/public/locales/de/faq.json +1 1 frontend/public/locales/es/about.json +1 1 frontend/public/locales/fr/about.json +1 1 frontend/public/locales/he/about.json +1 1 frontend/public/locales/it/about.json + +commit 702e66dc7806b56c737d4006b10aba8e18cddae7 +Merge: c0533d51 319e1541 +Author: Lucian I. Last +Date: Thu Mar 16 16:00:33 2023 +0100 + + Merge remote-tracking branch 'origin/l10n_main' + +commit c0533d51402ca571c3b9b8b818f8cb56748d5fe9 +Author: Lucian I. Last +Date: Thu Mar 16 15:48:38 2023 +0100 + + Add german and spanish + +1 1 frontend/sitemap.js +1 1 frontend/src/App.tsx +9 5 frontend/src/components/LanguageSwitcher.tsx +2 2 frontend/src/i18n.tsx +6 2 server/internal/views/email.go + +commit 20c4b0973f1593598c709e86556f068a4a0da932 +Author: Lucian I. Last +Date: Thu Mar 16 15:34:23 2023 +0100 + + replace image denise on admin dashboard + +39 7 frontend/src/pages/AdminDashboard.tsx +12 0 frontend/src/util/escape.hooks.ts + +commit 319e15410439fc2949108ec77096018fe56ef873 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Mar 16 12:01:01 2023 +0100 + + New translations an_admin_denied_your_join_request.gohtml (Hebrew) + +3 3 server/internal/views/emails/he/an_admin_denied_your_join_request.gohtml + +commit dc2479dc390781b24e91a5af378dc6807f7a4108 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Mar 16 12:01:00 2023 +0100 + + New translations translation.json (Hebrew) + +0 1 frontend/public/locales/he/translation.json + +commit 1f9fc74ab6a63d187d80bf90a11e4b65426505ba +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Mar 16 12:00:59 2023 +0100 + + New translations an_admin_denied_your_join_request.gohtml (Polish) + +3 3 server/internal/views/emails/pl/an_admin_denied_your_join_request.gohtml + +commit 9e35e9b138681e1ecb26c93ba770b1e7a5d36408 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Mar 16 12:00:58 2023 +0100 + + New translations translation.json (Polish) + +0 1 frontend/public/locales/pl/translation.json + +commit 0a1335d0e52b3110d555da332c8715190c33ca19 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Mar 16 12:00:57 2023 +0100 + + New translations an_admin_denied_your_join_request.gohtml (Japanese) + +3 3 server/internal/views/emails/ja/an_admin_denied_your_join_request.gohtml + +commit cb5c54169db9b49f396ee1e2c2f2c8946eab8f3a +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Mar 16 12:00:56 2023 +0100 + + New translations translation.json (Japanese) + +0 1 frontend/public/locales/ja/translation.json + +commit 20bddc405c401ee0716355581c2a71c8edd2f0ed +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Mar 16 12:00:55 2023 +0100 + + New translations an_admin_denied_your_join_request.gohtml (Korean) + +3 3 server/internal/views/emails/ko/an_admin_denied_your_join_request.gohtml + +commit 9d465f6fdf7c3773505c2988b5625c8978b18970 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Mar 16 12:00:54 2023 +0100 + + New translations translation.json (Korean) + +0 1 frontend/public/locales/ko/translation.json + +commit ce5360a8a80a104cd4d369cf5a1d1d6d4b664f08 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Mar 16 12:00:53 2023 +0100 + + New translations an_admin_denied_your_join_request.gohtml (Swedish) + +3 3 server/internal/views/emails/sv/an_admin_denied_your_join_request.gohtml + +commit a14b459409de5e73baa306dedb1e69bb038adcd8 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Mar 16 12:00:52 2023 +0100 + + New translations an_admin_denied_your_join_request.gohtml (Portuguese) + +3 3 server/internal/views/emails/pt/an_admin_denied_your_join_request.gohtml + +commit bb3c42fc9dc3bd007d9b94af637644206f601e12 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Mar 16 12:00:51 2023 +0100 + + New translations an_admin_denied_your_join_request.gohtml (Dutch) + +3 3 server/internal/views/emails/nl/an_admin_denied_your_join_request.gohtml + +commit decb6ee90db5f40d329dabeeaebc31475b3d2e56 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Mar 16 12:00:51 2023 +0100 + + New translations an_admin_denied_your_join_request.gohtml (Italian) + +3 3 server/internal/views/emails/it/an_admin_denied_your_join_request.gohtml + +commit 57947fb581e1c94d2e95b5905f802305078295d8 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Mar 16 12:00:50 2023 +0100 + + New translations an_admin_denied_your_join_request.gohtml (German) + +3 3 server/internal/views/emails/de/an_admin_denied_your_join_request.gohtml + +commit 94fe3d219e689cd0b43e108e5484342e181bbbb5 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Mar 16 12:00:49 2023 +0100 + + New translations an_admin_denied_your_join_request.gohtml (Spanish) + +3 3 server/internal/views/emails/es/an_admin_denied_your_join_request.gohtml + +commit 69c178b84f1d891d680faa8b255619c491ddbc01 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Mar 16 12:00:48 2023 +0100 + + New translations an_admin_denied_your_join_request.gohtml (French) + +3 3 server/internal/views/emails/fr/an_admin_denied_your_join_request.gohtml + +commit cb06c3e6b9201c6eace638b58d12ee8d36ad6d0b +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Mar 16 12:00:47 2023 +0100 + + New translations translation.json (Swedish) + +0 1 frontend/public/locales/sv/translation.json + +commit efd51195c0652968b5ee9d1fb6b8d87a892e545a +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Mar 16 12:00:45 2023 +0100 + + New translations translation.json (Portuguese) + +0 1 frontend/public/locales/pt/translation.json + +commit 05a87945e178804709ae843b1ede3cfc19e52675 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Mar 16 12:00:45 2023 +0100 + + New translations translation.json (Dutch) + +0 1 frontend/public/locales/nl/translation.json + +commit 3511017dee6b7020518ac880b65ec6fa38a19dfc +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Mar 16 12:00:44 2023 +0100 + + New translations translation.json (Italian) + +0 1 frontend/public/locales/it/translation.json + +commit 62ed3b51701744b02e4f8f5380b92b5aeba5b240 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Mar 16 12:00:43 2023 +0100 + + New translations translation.json (German) + +0 1 frontend/public/locales/de/translation.json + +commit 053a968b5fecd32a66b1abab7bf44e6220aad17b +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Mar 16 12:00:42 2023 +0100 + + New translations translation.json (Spanish) + +0 1 frontend/public/locales/es/translation.json + +commit dc244aebf5ef889351cd76973f2231a5894be868 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Mar 16 12:00:41 2023 +0100 + + New translations translation.json (French) + +0 1 frontend/public/locales/fr/translation.json + +commit 2c48759362de70f78f2481cd8c9071766c5fce87 +Author: Lucian I. Last +Date: Thu Mar 16 11:55:51 2023 +0100 + + fix not a method but has arguments + +3 3 server/internal/views/emails/de/an_admin_denied_your_join_request.gohtml +3 3 server/internal/views/emails/en/an_admin_denied_your_join_request.gohtml +3 3 server/internal/views/emails/es/an_admin_denied_your_join_request.gohtml +3 3 server/internal/views/emails/fr/an_admin_denied_your_join_request.gohtml +3 3 server/internal/views/emails/it/an_admin_denied_your_join_request.gohtml +3 3 server/internal/views/emails/ja/an_admin_denied_your_join_request.gohtml +3 3 server/internal/views/emails/ko/an_admin_denied_your_join_request.gohtml +3 3 server/internal/views/emails/nl/an_admin_denied_your_join_request.gohtml +3 3 server/internal/views/emails/pl/an_admin_denied_your_join_request.gohtml +3 3 server/internal/views/emails/pt/an_admin_denied_your_join_request.gohtml +3 3 server/internal/views/emails/sv/an_admin_denied_your_join_request.gohtml + +commit c8144ce76c7549de3cdb61633304c4d1dcce150c +Author: Lucian I. Last +Date: Thu Mar 16 11:23:41 2023 +0100 + + Remove text from login + +0 1 frontend/public/locales/ar/translation.json +0 1 frontend/public/locales/da/translation.json +0 1 frontend/public/locales/de/translation.json +0 1 frontend/public/locales/en/translation.json +0 1 frontend/public/locales/es/translation.json +0 1 frontend/public/locales/fr/translation.json +0 1 frontend/public/locales/it/translation.json +0 1 frontend/public/locales/ja/translation.json +0 1 frontend/public/locales/ko/translation.json +0 1 frontend/public/locales/nl/translation.json +0 1 frontend/public/locales/pl/translation.json +0 1 frontend/public/locales/pt/translation.json +0 1 frontend/public/locales/sv/translation.json +0 1 frontend/public/locales/zh/translation.json +1 9 frontend/src/pages/Login.tsx + +commit cf0acd66fd217115491fb03392eda1b5d7ce85f7 +Author: Lucian I. Last +Date: Thu Mar 16 10:33:05 2023 +0100 + + Change to location + +1 0 frontend/src/components/FindChain/SearchBar.tsx +2 0 frontend/src/pages/Geocoding.tsx + +commit dfc1ee1fa03fb17892f2513c4ba865f5370291c5 +Author: Lucian I. Last +Date: Thu Mar 16 10:28:46 2023 +0100 + + change to countries 12 + +1 1 frontend/src/components/Counters/Counters.tsx + +commit 5d60b17e8ccecb9a4087e5d20e247004e5022353 +Author: Lucian I. Last +Date: Thu Mar 16 10:27:06 2023 +0100 + + Add date & If too old turn red (30 days) + +53 23 frontend/src/pages/ChainMemberList.tsx + +commit f44708cf60bc0e7753f2eb177b33689582354d62 +Author: Lucian I. Last +Date: Thu Mar 16 09:13:43 2023 +0100 + + Re-order media links + +28 28 frontend/src/components/Footer.tsx + +commit 096e7b0ffc997c7c2e3d644d3d96151f9dcaca1a +Author: Natalie +Date: Wed Mar 15 17:05:01 2023 -0700 + + code cleanup + +15 25 frontend/src/pages/Events.tsx + +commit 0387aae672fd719bffd327d8ac4a2cd8ca573b50 +Author: Natalie +Date: Wed Mar 15 16:11:45 2023 -0700 + + added filtering for when attribute + +10 8 frontend/src/api/enums.ts +7 3 frontend/src/components/WhenDropdown.tsx +71 6 frontend/src/pages/Events.tsx + +commit 596d3c084f4e448237bd2465af20e0a22ab697c4 +Author: Natalie +Date: Wed Mar 15 16:11:45 2023 -0700 + + added filtering for when attribte + +10 8 frontend/src/api/enums.ts +7 3 frontend/src/components/WhenDropdown.tsx +71 6 frontend/src/pages/Events.tsx + +commit 60a7b6429f60cd385594c560db91866b758896b1 +Author: Natalie +Date: Wed Mar 15 15:20:03 2023 -0700 + + changed gender badges + +8 10 frontend/src/pages/Events.tsx + +commit 6213aca81b32252bf9790688c112871d7cc6a33f +Author: Natalie +Date: Wed Mar 15 14:57:12 2023 -0700 + + added event's name field + +1 1 frontend/src/pages/EventDetails.tsx + +commit bf2e5cc19bc7f82dc85b04c3b0be2821e19317ff +Author: Natalie +Date: Wed Mar 15 14:52:39 2023 -0700 + + added event values + +184 108 frontend/src/pages/EventDetails.tsx + +commit fd16bbe29e82da41e8a746cc48ee7d23cf9ca030 +Author: Natalie +Date: Wed Mar 15 12:32:42 2023 -0700 + + links to specific event + +1 1 frontend/src/App.tsx +2 2 frontend/src/pages/Events.tsx + +commit 3257fcfb7096df2009b9dd1392afe6bb1b0ef89d +Merge: 2e846c23 d5483f99 +Author: Natalie +Date: Wed Mar 15 12:01:10 2023 -0700 + + pull new ical changes intro branch + +commit 11c90f3996525ae40eb3ff31e18b7aa3202c68d7 +Author: Lucian I. Last +Date: Wed Mar 15 17:36:13 2023 +0100 + + Move options to left on edit tab in members page + +12 21 frontend/src/pages/ChainMemberList.tsx + +commit 9711250a4778c859fb863be30c3f6f953ce508d5 +Author: Lucian I. Last +Date: Wed Mar 15 17:33:00 2023 +0100 + + Change cluster ux in find loop page + +43 15 frontend/src/pages/FindChain.tsx + +commit b878a9ee13533863d232b7ea71b759ce3db6b5fd +Author: Lucian I. Last +Date: Wed Mar 15 17:32:30 2023 +0100 + + Remove videos from public + +- - frontend/public/videos/TCL-video.mp4 +- - frontend/public/videos/impact-rapport.mp4 +- - frontend/public/videos/impact-rapport.webm + +commit 991e40a31f98119e041ba878c4bb08fa4d0b76f3 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Mar 15 14:43:52 2023 +0100 + + New translations poke.gohtml (Hebrew) + +7 0 server/internal/views/emails/he/poke.gohtml + +commit a3683efce3bdb43528bb6a9f038046fbd1adc3ff +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Mar 15 14:43:50 2023 +0100 + + New translations an_admin_denied_your_join_request.gohtml (Hebrew) + +17 0 server/internal/views/emails/he/an_admin_denied_your_join_request.gohtml + +commit 80760b838298f12c7cd814bde70753feb5146055 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Mar 15 14:43:50 2023 +0100 + + New translations an_admin_approved_your_join_request.gohtml (Hebrew) + +5 0 server/internal/views/emails/he/an_admin_approved_your_join_request.gohtml + +commit a4324a341825ce3e7cafef4af952fda342ece2de +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Mar 15 14:43:49 2023 +0100 + + New translations register_verification.gohtml (Hebrew) + +8 0 server/internal/views/emails/he/register_verification.gohtml + +commit b411598528d7eae1535b0d36e4278d27329ce53a +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Mar 15 14:43:48 2023 +0100 + + New translations login_verification.gohtml (Hebrew) + +8 0 server/internal/views/emails/he/login_verification.gohtml + +commit c34a323e4624e1f56e71054fecb5584c2e9f4375 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Mar 15 14:43:47 2023 +0100 + + New translations subscribed_to_newsletter.gohtml (Hebrew) + +14 0 server/internal/views/emails/he/subscribed_to_newsletter.gohtml + +commit dbcbf365cf6f53937c7fdb0f4ce3381df204c864 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Mar 15 14:43:46 2023 +0100 + + New translations headers.json (Hebrew) + +10 0 server/internal/views/emails/he/headers.json + +commit 5097b122341904757c30e3f94649b069ab7d3916 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Mar 15 14:43:44 2023 +0100 + + New translations contact_confirmation.gohtml (Hebrew) + +12 0 server/internal/views/emails/he/contact_confirmation.gohtml + +commit 51b01ce2e6c2d3ca467519e9d5ff2d3715442ead +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Mar 15 14:43:43 2023 +0100 + + New translations someone_is_interested_in_joining_your_loop.gohtml (Hebrew) + +16 0 server/internal/views/emails/he/someone_is_interested_in_joining_your_loop.gohtml + +commit e607963d5f993e5da16181b3f3714fbdb76b40f9 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Mar 15 14:43:42 2023 +0100 + + New translations translation.json (Hebrew) + +240 0 frontend/public/locales/he/translation.json + +commit 307b8856427ba8cd09d98b7dd82ffc58f581ae73 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Mar 15 14:43:41 2023 +0100 + + New translations testimonials.json (Hebrew) + +29 0 frontend/public/locales/he/testimonials.json + +commit 73ef3bbfaa1469c9c5c74643a383279396bfea2b +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Mar 15 14:43:40 2023 +0100 + + New translations faq.json (Hebrew) + +96 0 frontend/public/locales/he/faq.json + +commit e3efc907d0884d6b08bb5974071ee806ecd91c13 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Mar 15 14:43:39 2023 +0100 + + New translations about.json (Hebrew) + +11 0 frontend/public/locales/he/about.json + +commit 83560270c2233b062dc58c485629edf283c87f58 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Mar 15 14:43:38 2023 +0100 + + New translations translation.json (Dutch) + +1 1 frontend/public/locales/nl/translation.json + +commit 1bc2f8bb214cb45f35ae16c65c7446a679e67a2b +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Mar 15 14:43:37 2023 +0100 + + New translations about.json (Dutch) + +1 1 frontend/public/locales/nl/about.json + +commit edd1bf3be7c4ed0b38439c92c028ad0d03f95238 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Mar 15 09:52:51 2023 +0100 + + New translations about.json (Polish) + +5 5 frontend/public/locales/pl/about.json + +commit 949b3bd6c986e7fb50a2731c582471081671f213 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Mar 15 09:52:44 2023 +0100 + + New translations faq.json (Japanese) + +36 0 frontend/public/locales/ja/faq.json + +commit 7fa7924beda70cbc73e960826598bd72f93e3e0d +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Mar 15 09:52:32 2023 +0100 + + New translations faq.json (Korean) + +36 0 frontend/public/locales/ko/faq.json + +commit f3bb57bc8b2f09a1636d0b38bc458cf6a7de8668 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Mar 15 09:51:50 2023 +0100 + + New translations faq.json (Swedish) + +28 0 frontend/public/locales/sv/faq.json + +commit 1fdffd6314dccdc2e75654437bcaa36c181c495d +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Mar 15 09:51:49 2023 +0100 + + New translations faq.json (Portuguese) + +36 0 frontend/public/locales/pt/faq.json + +commit 4f31adeb18269be7fc6afd9dcf0f34f32f6d47d2 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Mar 15 09:51:48 2023 +0100 + + New translations faq.json (Italian) + +36 0 frontend/public/locales/it/faq.json + +commit 484006dd79adb84363a5dacee0838c1fde56008b +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Mar 15 09:51:46 2023 +0100 + + New translations faq.json (French) + +36 0 frontend/public/locales/fr/faq.json + +commit 2388623d653fe2e3fa15479e3eff061e19d41ada +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Mar 15 09:51:45 2023 +0100 + + New translations about.json (Swedish) + +5 5 frontend/public/locales/sv/about.json + +commit 34af9238456bdcceab41e5876ced7ecaa98030f2 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Mar 15 09:51:43 2023 +0100 + + New translations about.json (Dutch) + +5 5 frontend/public/locales/nl/about.json + +commit aea1a4d29d625ac1c03978a99f6b9897e87d362a +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Mar 15 09:51:41 2023 +0100 + + New translations about.json (Italian) + +5 5 frontend/public/locales/it/about.json + +commit 94b73d10ff84bef3cee53e911766410343701cd5 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Mar 15 09:51:40 2023 +0100 + + New translations about.json (German) + +5 5 frontend/public/locales/de/about.json + +commit 54418244cc1486846871499ee36eb62428c9d755 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Mar 15 09:51:39 2023 +0100 + + New translations about.json (Spanish) + +5 5 frontend/public/locales/es/about.json + +commit c142420c369ccfb24f86c054c0632a80f8bb2f03 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Mar 15 09:51:38 2023 +0100 + + New translations about.json (French) + +6 6 frontend/public/locales/fr/about.json + +commit 1c7810fbcb97c0bb90c718931e0968eec4360d09 +Merge: 96a7d0b5 57658b87 +Author: Lucian I. Last +Date: Wed Mar 15 09:48:44 2023 +0100 + + Merge pull request #422 from NatalieWilson19/about-page-update + + About page update + +commit 57658b87aa5943433ee516c8dc4e8700bb557943 +Author: Lucian I. Last +Date: Wed Mar 15 09:47:32 2023 +0100 + + Add Mohamed + +1 1 frontend/public/locales/ar/about.json +1 1 frontend/public/locales/da/about.json +1 1 frontend/public/locales/de/about.json +1 1 frontend/public/locales/en/about.json +1 1 frontend/public/locales/es/about.json +1 1 frontend/public/locales/fr/about.json +1 1 frontend/public/locales/it/about.json +1 1 frontend/public/locales/ja/about.json +1 1 frontend/public/locales/ko/about.json +1 1 frontend/public/locales/nl/about.json +1 1 frontend/public/locales/pt/about.json +1 1 frontend/public/locales/sv/about.json +1 1 frontend/public/locales/zh/about.json +5 0 frontend/src/pages/About.tsx + +commit 92c1c1b737ea11c87bb134a3beb2731f358a48a5 +Author: Lucian I. Last +Date: Wed Mar 15 09:30:51 2023 +0100 + + Fix press clippings size + +3 3 frontend/src/pages/About.tsx + +commit 2704fb28ab2668d354580695e8a3dce15153726b +Merge: 9b0509a2 96a7d0b5 +Author: Lucian I. Last +Date: Wed Mar 15 09:15:02 2023 +0100 + + Merge branch 'main' into about-page-update + +commit 9b0509a26d780043c52827397957cfbcf7996fd7 +Author: Lucian I. Last +Date: Wed Mar 15 09:06:00 2023 +0100 + + Add sync images playbook + +2 1 devops/.gitignore +28 0 devops/sync-images.yml + +commit 8fec0112916d688ba095ee252c6a676c41fe4981 +Author: Natalie +Date: Tue Mar 14 12:28:25 2023 -0700 + + fixed missing bracket on closing tab + +1 1 frontend/public/locales/es/about.json + +commit c9fc087af339f8d794de1507601b21084297f832 +Author: Natalie +Date: Tue Mar 14 12:23:26 2023 -0700 + + get rid of empty classname + +1 1 frontend/src/pages/About.tsx + +commit 96a7d0b5f0182c8041dc46a40915cebde1e2cb5b +Author: Lucian I. Last +Date: Tue Mar 14 18:12:03 2023 +0100 + + Fix instant timeout on counters + +2 2 frontend/src/components/Counters/Counters.tsx +3 4 frontend/src/components/Counters/SingleCounter.tsx + +commit 1288b2a54de5645b276aa3f0b974adeb27582701 +Author: Lucian I. Last +Date: Tue Mar 14 12:55:45 2023 +0100 + + improve media icons + +19 15 frontend/src/components/Footer.tsx + +commit cc76943957c8e53d9a0e35e1e051e616e9fd41b0 +Author: Lucian I. Last +Date: Tue Mar 14 12:32:29 2023 +0100 + + Add facebook link + +11 2 frontend/src/components/Footer.tsx +10 0 frontend/src/tailwind.css + +commit 56730726781c8b36276ce35d5c21fd3381847abb +Author: Lucian I. Last +Date: Tue Mar 14 12:19:23 2023 +0100 + + Move last images to images.clothingloop.org + +1 1 devops/templates/maint/index.html +3 3 frontend/src/pages/About.tsx +7 7 frontend/src/pages/Home.tsx + +commit aeeeb84ef9c9a2fd34bf04e3fa7b37206f51486a +Merge: b89316ee a5ae2731 +Author: Lucian I. Last +Date: Tue Mar 14 11:30:25 2023 +0100 + + Merge remote-tracking branch 'origin/l10n_main' + +commit d5483f99a4a6953df78894ba2af38119d9f4c0b3 +Author: Lucian I. Last +Date: Tue Mar 14 10:54:56 2023 +0100 + + Remove user_event in favour of one user per event + +3 5 server/internal/app/auth/auth.go +0 8 server/internal/app/database.go +31 45 server/internal/controllers/event.go +18 33 server/internal/models/event.go +7 8 server/internal/models/user.go +0 7 server/internal/models/user_event.go +1 2 server/internal/tests/mocks/mock-tables.go +16 3 server/sql/dev-purge.sql + +commit eb14aeb560b80c9b3cbb5d23d3041af0a1c4f568 +Merge: d2a19967 b89316ee +Author: Lucian I. Last +Date: Tue Mar 14 10:53:24 2023 +0100 + + Merge branch 'main' into calendar-ical-#363 + +commit a5ae2731251686c936248ed8eff28ec5cfca98c3 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Mar 14 10:05:53 2023 +0100 + + New translations translation.json (Polish) + +1 0 frontend/public/locales/pl/translation.json + +commit c208075a77f0a47458a4cdfe34d1383e2b3953cf +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Mar 14 10:05:51 2023 +0100 + + New translations translation.json (Japanese) + +1 0 frontend/public/locales/ja/translation.json + +commit 9dff61781e528d2494054bc569a6dc914c25c128 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Mar 14 10:05:50 2023 +0100 + + New translations translation.json (Korean) + +1 0 frontend/public/locales/ko/translation.json + +commit 560694f2b975df4225bac401314de1f2d208fade +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Mar 14 10:05:49 2023 +0100 + + New translations translation.json (Swedish) + +1 0 frontend/public/locales/sv/translation.json + +commit c916ec5beb66e38def353bdd7f1eb5c29d3411eb +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Mar 14 10:05:48 2023 +0100 + + New translations translation.json (Portuguese) + +1 0 frontend/public/locales/pt/translation.json + +commit 74ffd705c932104cc2fe70a43a76580aa314bf57 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Mar 14 10:05:47 2023 +0100 + + New translations translation.json (Dutch) + +1 0 frontend/public/locales/nl/translation.json + +commit 24de8cfcd160509d5c1a9700710ba0b897c173cc +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Mar 14 10:05:46 2023 +0100 + + New translations translation.json (Italian) + +1 0 frontend/public/locales/it/translation.json + +commit 51f3ce46605e583686fc21ca7dca5bced4f05142 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Mar 14 10:05:45 2023 +0100 + + New translations translation.json (German) + +1 0 frontend/public/locales/de/translation.json + +commit c47d078ffd42235f3fb0fd83b5da84c1f68368c7 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Mar 14 10:05:44 2023 +0100 + + New translations translation.json (Spanish) + +1 0 frontend/public/locales/es/translation.json + +commit 6b03bd1129a03f0d6d95b71d491500ed2fa3763c +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Mar 14 10:05:43 2023 +0100 + + New translations translation.json (French) + +1 0 frontend/public/locales/fr/translation.json + +commit b89316ee8ef29a6afc734ecc352107eb5100b46f +Merge: 1d99ab8e e61bc838 +Author: Lucian I. Last +Date: Tue Mar 14 09:47:33 2023 +0100 + + Merge branch 'route-sort-v2' + +commit e61bc8381a7afe3f789d2db75e55b594668de724 +Merge: bfb444c4 1d99ab8e +Author: Lucian I. Last +Date: Tue Mar 14 09:43:05 2023 +0100 + + Merge branch 'main' into route-sort-v2 + +commit 1d99ab8e2b338ee4df1a0905ac3b9094581dd094 +Author: Lucian I. Last +Date: Tue Mar 14 09:40:35 2023 +0100 + + change findchain circle + +10 7 frontend/src/pages/FindChain.tsx + +commit 4dc868256822ce7df5a3ec9ed0da99cc60a61a83 +Author: Lucian I. Last +Date: Tue Mar 14 08:40:03 2023 +0100 + + Add sync images playbook + +2 1 devops/.gitignore +28 0 devops/sync-images.yml + +commit 419485563c532b9555fd1a87c3648822869cd5ea +Author: Lucian I. Last +Date: Tue Mar 14 07:36:32 2023 +0100 + + Add repeat to generate fake data + +14 2 server/cmd/generate-fake-data/main.go + +commit 225c58af4374772675f2197f2feab692d517358a +Author: Natalie +Date: Mon Mar 13 18:33:12 2023 -0700 + + Prettier + +1 1 frontend/public/locales/fr/about.json + +commit 2b7890f1b5843c3dee41024571be448dd55eee31 +Author: Natalie +Date: Mon Mar 13 18:29:38 2023 -0700 + + Updated translations + +3 3 frontend/public/locales/de/about.json +4 4 frontend/public/locales/es/about.json +5 5 frontend/public/locales/fr/about.json +3 3 frontend/public/locales/it/about.json +3 3 frontend/public/locales/nl/about.json +3 3 frontend/public/locales/pl/about.json +4 4 frontend/public/locales/sv/about.json + +commit d55bf2865bf39407ffb49c598f49827cf525aaa0 +Author: Lucian I. Last +Date: Mon Mar 13 17:02:40 2023 +0100 + + Disable cgo for true transportable builds + +3 3 server/Makefile + +commit 47a187b8c1f35b9804d227fa07b485268e8e9b68 +Merge: b372bd96 1a629fc4 +Author: Lucian I. Last +Date: Mon Mar 13 16:46:44 2023 +0100 + + Merge branch 'goscope' + +commit 1a629fc453a3db192255ced3730f349db91b9692 +Author: Lucian I. Last +Date: Mon Mar 13 16:05:54 2023 +0100 + + update go versions to 1.20 + +1 1 .github/workflows/deploy-acceptance.yml +1 1 .github/workflows/deploy-production.yml + +commit 813cec95e9954a3b4375430be6d235fbb46e9f71 +Author: Lucian I. Last +Date: Mon Mar 13 16:03:58 2023 +0100 + + Remove allowed origin because it didn't work + +1 0 frontend/.env-acceptance +1 0 frontend/.env-production +0 32 frontend/src/airbrake.ts +49 0 frontend/src/goscope.ts +1 1 frontend/src/index.tsx +1 1 server/go.mod +2 2 server/go.sum +5 6 server/internal/app/goscope/goscope.go + +commit cd79595a846da68020dc2d69b6658279e9c827aa +Author: Lucian I. Last +Date: Mon Mar 13 13:34:18 2023 +0100 + + Run tests + +2 2 server/internal/app/auth/token_test.go +2 2 server/internal/controllers/info.go +3 4 server/internal/models/chain.go +7 11 server/internal/models/chain_route_order_test.go +6 4 server/internal/tests/mocks/mock-tables.go + +commit 3b43e872a61e66fc07656fea1adc2b9113301d61 +Author: Lucian I. Last +Date: Mon Mar 13 13:04:28 2023 +0100 + + Add backend monitoring + +4 0 devops/group_vars/all.yml.example +4 0 devops/setup-4-api.yml +3 0 devops/templates/config.yml.j2 +1 1 server/cmd/server/main.go +3 0 server/config.example.yml +19 17 server/go.mod +38 62 server/go.sum +0 24 server/internal/app/airbrake.go +14 16 server/internal/app/auth/auth.go +2 0 server/internal/app/config.go +0 15 server/internal/app/gin_utils/ginabort.go +25 0 server/internal/app/goscope/goscope.go +4 5 server/internal/app/mail.go +34 32 server/internal/controllers/chain.go +6 7 server/internal/controllers/contact.go +5 3 server/internal/controllers/info.go +31 29 server/internal/controllers/login.go +16 15 server/internal/controllers/payments.go +6 8 server/internal/controllers/poke.go +4 5 server/internal/controllers/route.go +27 28 server/internal/controllers/users.go +6 2 server/internal/server.go +4 2 server/internal/tests/mocks/mock-tables.go +2 1 server/internal/tests/mocks/testmain_test.go +4 3 server/internal/views/email.go +4 5 server/internal/views/embed.go + +commit b372bd96385567aeb80e5c3929a8eeaec24fa488 +Merge: 89e25f32 24cdf77c +Author: Lucian I. Last +Date: Mon Mar 13 11:50:00 2023 +0100 + + Merge pull request #424 from Mohamed-AH/patch-1 + + Update ONBOARDING_DEVS.md + +commit 24cdf77cb13d9383578f48ac01f509c5227f0be1 +Author: Lucian I. Last +Date: Mon Mar 13 11:49:13 2023 +0100 + + Fix git clone docs + +1 1 ONBOARDING_DEVS.md + +commit ea544da1225529755e4c37ad53074f4f3cfac7a0 +Author: Mohamed A Hameed +Date: Mon Mar 13 13:34:59 2023 +0300 + + Update ONBOARDING_DEVS.md + + reflect the change from clothing-loop.git to website.git + +1 1 ONBOARDING_DEVS.md + +commit 89e25f329a04bb6a35da5469ab2c2cfa108ec47d +Merge: ca08cd93 510fa7e2 +Author: Lucian I. Last +Date: Mon Mar 13 11:29:35 2023 +0100 + + Merge pull request #423 from Mohamed-AH/main + + accessibility improvements + +commit 510fa7e276a746bdd393d7626ff41ac10dd6e286 +Author: Mohamed-AH +Date: Mon Mar 13 13:24:07 2023 +0300 + + accessibility improvement + +1 1 frontend/src/components/FindChain/SearchBar.tsx + +commit e2a600690ded36881fd314fe6c59c586eb9e7732 +Author: Mohamed-AH +Date: Mon Mar 13 13:10:38 2023 +0300 + + accessibility improvements + +1 0 frontend/src/components/Counters/Counters.tsx +4 1 frontend/src/components/FindChain/SearchBar.tsx +1 0 frontend/src/components/Navbar.tsx +2 2 frontend/src/components/Newsletter.tsx +2 0 frontend/src/components/Testimonials.tsx +1 0 frontend/src/pages/Home.tsx + +commit c1c3e6dc8122e05d48dfd93acc6e97929da25369 +Author: Natalie +Date: Sun Mar 12 18:02:08 2023 -0700 + + fixed order of people1 and people2 + +2 2 frontend/public/locales/de/about.json +2 2 frontend/public/locales/es/about.json +2 2 frontend/public/locales/fr/about.json +2 2 frontend/public/locales/it/about.json +2 2 frontend/public/locales/nl/about.json +2 2 frontend/public/locales/pl/about.json +2 2 frontend/public/locales/sv/about.json + +commit 8083edd0c455c8d87189ef2b1024b6f116bec980 +Author: Natalie +Date: Sun Mar 12 17:51:32 2023 -0700 + + Changed picture of Nichon and Paloeka + +2 2 frontend/src/pages/About.tsx + +commit c38f7063b5acd9cf5204afbf18a2ed16957397e0 +Merge: 538bbe10 ca08cd93 +Author: Natalie +Date: Sun Mar 12 17:43:05 2023 -0700 + + merge with main repo + +commit 538bbe1064dd4d066a0dccadf1df97efa0a17556 +Author: Natalie +Date: Sun Mar 12 17:31:04 2023 -0700 + + added Nichon's instagram link to translations + +5 5 frontend/public/locales/ar/about.json +5 5 frontend/public/locales/da/about.json +1 1 frontend/public/locales/de/about.json +1 1 frontend/public/locales/en/about.json +1 1 frontend/public/locales/es/about.json +2 2 frontend/public/locales/fr/about.json +3 3 frontend/public/locales/it/about.json +5 5 frontend/public/locales/ja/about.json +5 5 frontend/public/locales/ko/about.json +1 1 frontend/public/locales/nl/about.json +5 5 frontend/public/locales/pl/about.json +5 5 frontend/public/locales/pt/about.json +1 1 frontend/public/locales/sv/about.json +5 5 frontend/public/locales/zh/about.json +1 1 frontend/src/pages/About.tsx + +commit 2e846c238c1ef26c26a7344caec877f39cd17fdb +Author: Natalie +Date: Sun Mar 12 16:53:42 2023 -0700 + + Fix formatting for search button + +2 2 frontend/src/components/EventsFilterBar.tsx + +commit 69de6ff0df163f94e366b75fc80d008297651d97 +Author: Natalie +Date: Sun Mar 12 16:51:13 2023 -0700 + + code clean-up + +5 18 frontend/src/pages/Events.tsx + +commit 6febdb449d895d062b4fd2ecc2e6793f8d6836ca +Author: Natalie +Date: Sun Mar 12 16:44:05 2023 -0700 + + fixed filtering not resetting before new query + +12 13 frontend/src/pages/Events.tsx + +commit 29ab0ac4f1aa59b7bf89554ef5531045baf585f8 +Author: Natalie +Date: Sun Mar 12 13:52:56 2023 -0700 + + clean up EventsFilterBar + +0 4 frontend/src/components/EventsFilterBar.tsx + +commit 0bd80e96a5c83c8bdeec4d622c3b0f4b60eb97ba +Author: Natalie +Date: Sun Mar 12 13:51:41 2023 -0700 + + Clean up enterLocation modal + +12 67 frontend/src/providers/ToastProvider.tsx + +commit 20d90e5fb58aa301c6f756b352e3ee0e8bf6958a +Author: Natalie +Date: Sun Mar 12 13:51:10 2023 -0700 + + filtering works for genders + +70 0 frontend/src/components/EventsFilterBar.tsx +165 131 frontend/src/pages/Events.tsx + +commit 4c32bfd33172335a0810f8574d9a48194ee12c6d +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Sat Mar 11 15:36:34 2023 +0100 + + New translations an_admin_denied_your_join_request.gohtml (German) + +5 5 server/internal/views/emails/de/an_admin_denied_your_join_request.gohtml + +commit 6b3eb5e74837e9bd5d3788a02ee58ad0c954bb32 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Sat Mar 11 15:36:33 2023 +0100 + + New translations headers.json (German) + +1 1 server/internal/views/emails/de/headers.json + +commit e4f3182c0adcb98fee7ed71223661ee177c2f500 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Sat Mar 11 15:36:32 2023 +0100 + + New translations someone_is_interested_in_joining_your_loop.gohtml (German) + +1 1 server/internal/views/emails/de/someone_is_interested_in_joining_your_loop.gohtml + +commit c12b744ef65df7b05ce53cf31bafe808699bb3dd +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Sat Mar 11 15:36:31 2023 +0100 + + New translations translation.json (German) + +25 25 frontend/public/locales/de/translation.json + +commit d42fc601ee62c3b03c5c92934383f0e7ec0ee19f +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Sat Mar 11 14:34:18 2023 +0100 + + New translations translation.json (German) + +12 12 frontend/public/locales/de/translation.json + +commit e29cf0e3f25a6df4dc987b87b0fcb764aa4287a1 +Author: Natalie +Date: Fri Mar 10 16:18:48 2023 -0800 + + sort events by date + +4 2 frontend/src/pages/Events.tsx + +commit b2adcb7e7855dcc29d9c9997c6e625e092456b9b +Author: Natalie +Date: Fri Mar 10 15:52:43 2023 -0800 + + added key to badges + +2 1 frontend/src/pages/Events.tsx + +commit f3b825f2e23c7d3046de7a7f4598c7117ef4ccf3 +Author: Natalie +Date: Fri Mar 10 15:31:39 2023 -0800 + + Size badges display correctly + +27 15 frontend/src/pages/Events.tsx + +commit 3f5aeda25cb9eca151418cd007bc3c84a4f9f48c +Author: Natalie +Date: Fri Mar 10 15:24:18 2023 -0800 + + Displays from data base, correct date is displayed + +0 7 frontend/src/pages/EventDetails.tsx +115 76 frontend/src/pages/Events.tsx + +commit 36f70691a87608bea8267f0f02adb7ea33cb1782 +Author: Natalie +Date: Fri Mar 10 15:23:14 2023 -0800 + + Fixed missing Event from types import + +1 1 frontend/src/api/event.ts + +commit b2747d7a00f7d210d8c82996d1647f52ad86acfe +Merge: 26fcb0f6 d2a19967 +Author: Natalie +Date: Thu Mar 9 12:35:07 2023 -0800 + + Merge branch 'calendar-ical-#363' of https://github.com/the-clothing-loop/website into calendar-page-live-swapping-parties-frontend-#387 + merging lucian's changes into my events page# the commit. + +commit 26fcb0f6158a98163184561eb33607ea8e8bab57 +Merge: e80195ec aff656a7 +Author: Natalie +Date: Thu Mar 9 12:14:23 2023 -0800 + + Merge branch 'calendar-page-live-swapping-parties-frontend-#387' of https://github.com/NatalieWilson19/clothing-loop into calendar-page-live-swapping-parties-frontend-#387 + + Merging changes into swapping parties + +commit aff656a720fd78c87a4ae940c89e41571ec61b88 +Merge: ec11ad55 ca08cd93 +Author: Natalie Wilson <38057767+NatalieWilson19@users.noreply.github.com> +Date: Thu Mar 9 12:12:28 2023 -0800 + + Merge branch 'the-clothing-loop:main' into calendar-page-live-swapping-parties-frontend-#387 + +commit d2a199674147ce08b25e77831b13e26c1c63d77b +Author: Lucian I. Last +Date: Thu Mar 9 16:55:25 2023 +0100 + + Add event ical organizer + +14 1 server/internal/controllers/event.go + +commit 197baa6dc745fcb3b31465490905b58ebd21725d +Author: Lucian I. Last +Date: Thu Mar 9 16:40:04 2023 +0100 + + Test get, get all, delete + +1 1 server/internal/app/auth/auth.go +20 7 server/internal/controllers/event.go +1 11 server/internal/models/event.go + +commit 4f8c62e9e73691627526855264b2efad478ebe4c +Author: Lucian I. Last +Date: Thu Mar 9 16:05:56 2023 +0100 + + Fix generate fake data + +5 1 server/cmd/generate-fake-data/main.go +9 1 server/internal/app/database.go +2 1 server/internal/tests/mocks/mock-tables.go +4 0 server/sql/dev-purge.sql + +commit 9e74dfe5966850fc4fcd8ee94ffa299fd97f0e3e +Author: Lucian I. Last +Date: Thu Mar 9 15:29:33 2023 +0100 + + Add event functions to frontend + +37 0 frontend/src/api/event.ts +12 0 frontend/src/api/types.ts +34 15 server/internal/controllers/event.go +1 0 server/internal/models/event.go +1 1 server/internal/server.go + +commit 3fc9c3f0804a5af7018de1f7e67d9301187e4d5c +Author: Lucian I. Last +Date: Thu Mar 9 14:35:58 2023 +0100 + + Add get all + +37 1 server/internal/controllers/event.go +13 36 server/internal/models/event.go +1 0 server/internal/server.go + +commit d8f864ee3025285de676f026b0e3323f1e099200 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Mar 9 13:39:30 2023 +0100 + + New translations poke.gohtml (Spanish) + +4 4 server/internal/views/emails/es/poke.gohtml + +commit ff03821128a543d4757539bd532ee2614be45402 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Mar 9 13:39:29 2023 +0100 + + New translations an_admin_denied_your_join_request.gohtml (Spanish) + +8 8 server/internal/views/emails/es/an_admin_denied_your_join_request.gohtml + +commit 23e20ac010350585036babc60331f0852dbcf629 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Mar 9 13:39:27 2023 +0100 + + New translations an_admin_approved_your_join_request.gohtml (Spanish) + +3 3 server/internal/views/emails/es/an_admin_approved_your_join_request.gohtml + +commit 341167b8085aad4c764eac26fa1af11ca244f4b8 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Mar 9 13:39:27 2023 +0100 + + New translations register_verification.gohtml (Spanish) + +5 5 server/internal/views/emails/es/register_verification.gohtml + +commit 6277c5af93d94a4840f1626b3cb1b301fbbe5be3 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Mar 9 13:39:25 2023 +0100 + + New translations login_verification.gohtml (Spanish) + +5 5 server/internal/views/emails/es/login_verification.gohtml + +commit 56587f811ff65a495efabfea5ff8100a72815c22 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Mar 9 13:39:24 2023 +0100 + + New translations headers.json (Spanish) + +8 8 server/internal/views/emails/es/headers.json + +commit e827f70c876ac82b927badd0f569d4f054d7bbb0 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Mar 9 13:39:24 2023 +0100 + + New translations contact_confirmation.gohtml (Spanish) + +6 6 server/internal/views/emails/es/contact_confirmation.gohtml + +commit 57a0ba31d3f665caca11b709ec946c66700db8ca +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Mar 9 13:39:23 2023 +0100 + + New translations someone_is_interested_in_joining_your_loop.gohtml (Spanish) + +8 8 server/internal/views/emails/es/someone_is_interested_in_joining_your_loop.gohtml + +commit 745b76449168f6489658575277273595d2606d96 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Mar 9 13:39:22 2023 +0100 + + New translations translation.json (Spanish) + +42 42 frontend/public/locales/es/translation.json + +commit c473776b0524ad2c09b2e545ed3b763ecdc17b22 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Mar 9 12:39:46 2023 +0100 + + New translations translation.json (Spanish) + +4 4 frontend/public/locales/es/translation.json + +commit ad105aed184952eba704d7d15ecb595b24457849 +Author: Lucian I. Last +Date: Thu Mar 9 12:17:09 2023 +0100 + + Add update + +81 1 server/internal/controllers/event.go +1 1 server/internal/server.go + +commit fc5d0771132449699d75c2659abd3b0001ab5517 +Author: Lucian I. Last +Date: Thu Mar 9 10:32:13 2023 +0100 + + Fix faker + +2 3 server/cmd/generate-fake-data/main.go +3 2 server/internal/tests/mocks/mock-tables.go + +commit 7639a3a2f652e1d6be1d3ee48de650002cc5501a +Author: Lucian I. Last +Date: Thu Mar 9 10:24:12 2023 +0100 + + Add event get + +20 0 server/internal/controllers/event.go +39 6 server/internal/models/event.go +1 0 server/internal/server.go + +commit 99219eaed5f6a923b7bbafb7d5bf2aff3034b857 +Author: Lucian I. Last +Date: Thu Mar 9 09:59:22 2023 +0100 + + Rename to events & Add create, delete event + +2 2 server/cmd/generate-fake-data/main.go +22 0 server/internal/app/auth/auth.go +1 1 server/internal/app/database.go +0 46 server/internal/controllers/calendar.go +134 0 server/internal/controllers/event.go +0 17 server/internal/models/calendar.go +55 0 server/internal/models/event.go +16 0 server/internal/models/user.go +7 0 server/internal/models/user_event.go +5 2 server/internal/server.go +7 7 server/internal/tests/mocks/mock-tables.go + +commit f10864c6dfced321f4df19cf7d2722d7d8baf785 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Mar 8 11:53:33 2023 +0100 + + New translations someone_is_interested_in_joining_your_loop.gohtml (Dutch) + +1 1 server/internal/views/emails/nl/someone_is_interested_in_joining_your_loop.gohtml + +commit bfb444c432aa147882145b97f4b9f18b335bf501 +Merge: 75053c52 ca08cd93 +Author: Lucian I. Last +Date: Tue Mar 7 17:31:34 2023 +0100 + + Merge branch 'main' into route-sort-v2 + +commit ca08cd93a1e3263c3c6a2b053b2e9a2466d3288c +Merge: 2267fa74 90e07ba0 +Author: Lucian I. Last +Date: Tue Mar 7 14:45:16 2023 +0100 + + Merge branch 'main-v3.9.x' + +commit 90e07ba0c767104a094c1a7e040cda8099d2b6a4 +Author: Lucian I. Last +Date: Tue Mar 7 14:38:31 2023 +0100 + + lint + +1 2 frontend/src/pages/About.tsx + +commit 6ce07a5c00a49b7f48c0cf4205ace8bd6e9f8392 +Author: Lucian I. Last +Date: Tue Mar 7 14:38:04 2023 +0100 + + Revert "Hide video until scrolled down" + + This reverts commit 55d40a84341c059a21cef934127eda2636bda853. + +19 40 frontend/src/pages/Home.tsx + +commit 8324a823b46b5a454ac10c952a1f69d1cd8c2c05 +Author: Lucian I. Last +Date: Tue Mar 7 14:33:33 2023 +0100 + + First batch removal of uploadcare + +1 1 frontend/index.html +2 2 frontend/src/components/Carousel.tsx +1 1 frontend/src/components/Navbar.tsx +1 1 frontend/src/index.tsx +2 2 frontend/src/pages/About.tsx +1 1 frontend/src/pages/AdminDashboard.tsx +1 1 frontend/src/pages/Donations/DonationCompleted.tsx +14 20 frontend/src/pages/Home.tsx +2 3 frontend/src/pages/Login.tsx +1 1 frontend/src/pages/Signup.tsx +2 2 frontend/src/pages/Thankyou.tsx + +commit c37c99a89b05512d2b14402ed8a8cebe317326d6 +Author: Lucian I. Last +Date: Tue Mar 7 13:24:34 2023 +0100 + + Add imageproxy + +2 1 devops/.gitignore +1 0 devops/setup-2-caddy.yml +34 0 devops/setup-7-imageserver.yml +10 0 devops/templates/Caddyfile +13 0 devops/templates/image.service.j2 + +commit 56bf2ed5e39c9809e536306f8b18260a6b2e37c1 +Author: Lucian I. Last +Date: Mon Mar 6 22:55:08 2023 +0100 + + Use local videos for impact report + +- - frontend/public/videos/impact-rapport.mp4 +- - frontend/public/videos/impact-rapport.webm +2 2 frontend/src/pages/Home.tsx + +commit 2267fa745c6f2937312ea5019d8d56cae3de98ed +Author: Lucian I. Last +Date: Mon Mar 6 22:55:08 2023 +0100 + + Use local videos for impact report + +- - frontend/public/videos/impact-rapport.mp4 +- - frontend/public/videos/impact-rapport.webm +2 2 frontend/src/pages/Home.tsx + +commit 384efd50097dceaa7fa47e910f0b29445ea90e7b +Author: Lucian I. Last +Date: Thu Mar 2 13:46:32 2023 +0100 + + LAN support + +7 0 frontend/README.md +1 0 frontend/package.json + +commit 8fefcc9ac1226a02966ff1373ec4f699afd1275b +Author: Lucian I. Last +Date: Mon Mar 6 16:54:58 2023 +0100 + + Add sort to badges + +18 14 frontend/src/components/Badges.tsx + +commit ac258772aa8611b50988b2e8d9fbc1173fd14018 +Author: Lucian I. Last +Date: Mon Mar 6 16:40:16 2023 +0100 + + Replace last gorm orm query + +12 8 server/internal/controllers/chain.go + +commit d2de85f2a70a789a0bad44762ce522ba2dc58354 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Mar 6 15:49:02 2023 +0100 + + New translations headers.json (Polish) + +1 1 server/internal/views/emails/pl/headers.json + +commit a5d4589f5a527bd9363ae178ebf4adb64d86a025 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Mar 6 15:49:00 2023 +0100 + + New translations someone_is_interested_in_joining_your_loop.gohtml (Polish) + +16 0 server/internal/views/emails/pl/someone_is_interested_in_joining_your_loop.gohtml + +commit dce24b56349da15e9aec418a40e39a2c6bf7ee1a +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Mar 6 15:48:54 2023 +0100 + + New translations headers.json (Japanese) + +1 1 server/internal/views/emails/ja/headers.json + +commit 5d752cf6ee303b85f20d07ba297939349d956a2f +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Mar 6 15:48:52 2023 +0100 + + New translations someone_is_interested_in_joining_your_loop.gohtml (Japanese) + +16 0 server/internal/views/emails/ja/someone_is_interested_in_joining_your_loop.gohtml + +commit 586cdf22e68915faff817211a917bc627ec7926c +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Mar 6 15:48:50 2023 +0100 + + New translations faq.json (Japanese) + +36 0 frontend/public/locales/ja/faq.json + +commit d3dce9bfcdd0ad12bc2920fce2a90bbc2cbce7d3 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Mar 6 15:48:41 2023 +0100 + + New translations headers.json (Korean) + +1 1 server/internal/views/emails/ko/headers.json + +commit 4994a519d252bb3a26d4b97dd490e6909b54c032 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Mar 6 15:48:40 2023 +0100 + + New translations someone_is_interested_in_joining_your_loop.gohtml (Korean) + +16 0 server/internal/views/emails/ko/someone_is_interested_in_joining_your_loop.gohtml + +commit 6193da2988019ba2eb8d6383c4eec27e96ffeae6 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Mar 6 15:48:38 2023 +0100 + + New translations faq.json (Korean) + +36 0 frontend/public/locales/ko/faq.json + +commit 4a60edd1508a6cd486c4acb632a0045543913c26 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Mar 6 15:48:36 2023 +0100 + + New translations an_admin_denied_your_join_request.gohtml (Swedish) + +13 1 server/internal/views/emails/sv/an_admin_denied_your_join_request.gohtml + +commit 4191d7466b85de1cc66fb192f2717ac637e55c4d +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Mar 6 15:48:15 2023 +0100 + + New translations headers.json (Swedish) + +1 1 server/internal/views/emails/sv/headers.json + +commit cb81c47c2668db96b9396faf11db7e85c315fa90 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Mar 6 15:48:14 2023 +0100 + + New translations headers.json (Portuguese) + +1 1 server/internal/views/emails/pt/headers.json + +commit cd620905ef15411611b615235c32f483ddf87ec0 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Mar 6 15:48:13 2023 +0100 + + New translations headers.json (Dutch) + +1 1 server/internal/views/emails/nl/headers.json + +commit 2aec57298aca70042e3ced1a4ee7025dedb9ff00 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Mar 6 15:48:12 2023 +0100 + + New translations headers.json (Italian) + +1 1 server/internal/views/emails/it/headers.json + +commit 3bd61aacdfde3dab0d7c48a95656d81d858e7e95 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Mar 6 15:48:11 2023 +0100 + + New translations headers.json (German) + +1 1 server/internal/views/emails/de/headers.json + +commit 4520771ceab0fdac88b1cd0274d40ceaeee48979 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Mar 6 15:48:10 2023 +0100 + + New translations headers.json (Spanish) + +1 1 server/internal/views/emails/es/headers.json + +commit cea6c24953e64a00ecfbece2b3c70273e026cc64 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Mar 6 15:48:09 2023 +0100 + + New translations headers.json (French) + +1 1 server/internal/views/emails/fr/headers.json + +commit 6d6df79b238c46b6299c0baeaa235c6d1ca6f8df +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Mar 6 15:48:04 2023 +0100 + + New translations someone_is_interested_in_joining_your_loop.gohtml (Swedish) + +16 0 server/internal/views/emails/sv/someone_is_interested_in_joining_your_loop.gohtml + +commit 5ab2367e8ff5d146fc0ae15237b5f118295cf8b6 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Mar 6 15:48:03 2023 +0100 + + New translations someone_is_interested_in_joining_your_loop.gohtml (Portuguese) + +16 0 server/internal/views/emails/pt/someone_is_interested_in_joining_your_loop.gohtml + +commit 212757e55292450e801c373834d1445fd950dc38 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Mar 6 15:48:01 2023 +0100 + + New translations someone_is_interested_in_joining_your_loop.gohtml (Dutch) + +16 0 server/internal/views/emails/nl/someone_is_interested_in_joining_your_loop.gohtml + +commit 95ffc4f4363f250457f3ae49e0c286061407caa0 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Mar 6 15:48:01 2023 +0100 + + New translations someone_is_interested_in_joining_your_loop.gohtml (Italian) + +16 0 server/internal/views/emails/it/someone_is_interested_in_joining_your_loop.gohtml + +commit 59a908c22cf0288cdb5ad53d918042bc1f23b328 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Mar 6 15:47:59 2023 +0100 + + New translations someone_is_interested_in_joining_your_loop.gohtml (German) + +16 0 server/internal/views/emails/de/someone_is_interested_in_joining_your_loop.gohtml + +commit 5c9a88855d936e82cc3de0508ade5fabaa0a795f +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Mar 6 15:47:58 2023 +0100 + + New translations someone_is_interested_in_joining_your_loop.gohtml (Spanish) + +16 0 server/internal/views/emails/es/someone_is_interested_in_joining_your_loop.gohtml + +commit 3c0bc7a69c9b33536d313e4081bbd2cc2955fd99 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Mar 6 15:47:57 2023 +0100 + + New translations someone_is_interested_in_joining_your_loop.gohtml (French) + +16 0 server/internal/views/emails/fr/someone_is_interested_in_joining_your_loop.gohtml + +commit 09b9c09b0deab4180fb72814374826c0cbcb9bc8 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Mar 6 15:47:46 2023 +0100 + + New translations faq.json (Swedish) + +28 0 frontend/public/locales/sv/faq.json + +commit 786847c75168890e0f98367b8a18c9bcfa10ffd5 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Mar 6 15:47:45 2023 +0100 + + New translations faq.json (Portuguese) + +36 0 frontend/public/locales/pt/faq.json + +commit 90634b044a8fea68bcc2873ae3aee6efa12b4d0b +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Mar 6 15:47:43 2023 +0100 + + New translations faq.json (Italian) + +36 0 frontend/public/locales/it/faq.json + +commit 06baa57637a562ce2590f3a9fac86f8fc3f320f1 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Mar 6 15:47:41 2023 +0100 + + New translations faq.json (French) + +36 0 frontend/public/locales/fr/faq.json + +commit e455b90459f1ca3d485fa2b21d98c6cdfae71a6e +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Mar 6 15:47:38 2023 +0100 + + New translations about.json (Dutch) + +1 1 frontend/public/locales/nl/about.json + +commit 70e6283dadd822df8e32d440eb52bd9c78bdc9f2 +Merge: e349a09c fd8ffac5 +Author: Lucian I. Last +Date: Mon Mar 6 15:34:15 2023 +0100 + + Merge pull request #418 from jnorlando/emails + + Emails + +commit fd8ffac5714fa88a21a181634688daedf7b6bde9 +Author: Lucian I. Last +Date: Mon Mar 6 15:33:10 2023 +0100 + + Keep consistency + +3 3 server/internal/controllers/chain.go +3 3 server/internal/controllers/login.go +2 2 server/internal/views/email.go +1 1 server/internal/views/emails/en/someone_is_interested_in_joining_your_loop.gohtml + +commit 94874f861a37822124695049d040caaf5e72f775 +Author: jnorlando +Date: Sun Mar 5 20:02:22 2023 -0500 + + changed relevant files to someone is interested in + joining your loop + +2 2 server/internal/views/email.go +1 1 server/internal/views/emails/en/headers.json +0 0 server/internal/views/emails/en/{a_participant_joined_the_loop.gohtml => someone_is_interested_in_joining_your_loop.gohtml} + +commit 68f349b2047befe59f0a0b66e50f0b67b50e72bb +Author: jnorlando +Date: Sun Mar 5 19:53:59 2023 -0500 + + Added left join for chains.names, modified + relevant emails and corresponding functions. + +6 3 server/internal/controllers/chain.go +7 1 server/internal/controllers/login.go +2 0 server/internal/views/email.go +1 1 server/internal/views/emails/en/a_participant_joined_the_loop.gohtml + +commit e80195ec117ff9d7a0d3a361893393e100acd5cc +Author: Natalie +Date: Sun Mar 5 15:00:49 2023 -0800 + + Added dummy serach button + +1 0 frontend/src/pages/Events.tsx + +commit e09ffa8508ffe2a0c4855c95185cb09e8fd13b08 +Author: Natalie +Date: Sun Mar 5 14:39:18 2023 -0800 + + Added when dropdown + +14 0 frontend/src/api/enums.ts +97 0 frontend/src/components/WhenDropdown.tsx +9 2 frontend/src/pages/Events.tsx + +commit 6aca523a2ef56d0fbb99d5c0fa686dde2a44e680 +Author: Natalie +Date: Sun Mar 5 14:23:53 2023 -0800 + + Rename componenet + +1 1 frontend/src/components/DistanceDropdown.tsx + +commit bd78b79d3d9ff65f0378893d229c62f50a9f6588 +Author: Natalie +Date: Sun Mar 5 14:21:56 2023 -0800 + + Code cleanup + +0 5 frontend/src/components/DistanceDropdown.tsx + +commit a437c4f9aadb8d0976e9b2862a5b21a30de07328 +Author: Natalie +Date: Sun Mar 5 14:13:43 2023 -0800 + + Added distance dropdown + +16 0 frontend/src/api/enums.ts +104 0 frontend/src/components/DistanceDropdown.tsx +9 2 frontend/src/pages/Events.tsx + +commit 98495d29662b3aed0a904ca088e19977031f0c9f +Author: Natalie +Date: Sun Mar 5 13:15:45 2023 -0800 + + larger image, bolded sections changed + +2 2 frontend/public/locales/en/about.json +1 1 frontend/src/pages/About.tsx + +commit f74862fceef997e90e2939e990643c4f2d670603 +Author: Natalie +Date: Sun Mar 5 12:26:54 2023 -0800 + + Added set location functionality and subscribe dummy button + +18 3 frontend/src/pages/EventDetails.tsx +52 2 frontend/src/pages/Events.tsx +69 2 frontend/src/providers/ToastProvider.tsx + +commit e349a09ceb45a6f5f6fbe1d295bc3ba46388281d +Merge: c136cf67 ba214cd7 +Author: Lucian I. Last +Date: Sat Mar 4 22:20:58 2023 +0100 + + Merge pull request #417 from the-clothing-loop/l10n_main + +commit ba214cd7f94b1eb58c155908b3c5ea76bdd41a41 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Mar 3 15:26:46 2023 +0100 + + New translations about.json (Polish) + +7 7 frontend/public/locales/pl/about.json + +commit 3c274eba8b7778f1feec8f34d4973d49a663b36e +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Mar 3 14:08:53 2023 +0100 + + New translations about.json (Polish) + +1 1 frontend/public/locales/pl/about.json + +commit ab9da73f96d5eb71892c0c3144f5a5887493f016 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Mar 3 10:14:50 2023 +0100 + + New translations about.json (Italian) + +2 2 frontend/public/locales/it/about.json + +commit 964e2f0aed3b23fa3b0385b8818ac5db3e95dc6b +Author: Natalie +Date: Thu Mar 2 14:28:13 2023 -0800 + + Updated about page per Nichon's feedback + +5 5 frontend/public/locales/en/about.json +13 5 frontend/src/pages/About.tsx +1 1 frontend/tailwind.config.cjs + +commit 3c6732bba10ad2dd9c2a5cd12f1dfcf12dbe163e +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Mar 2 19:03:02 2023 +0100 + + New translations about.json (Italian) + +1 1 frontend/public/locales/it/about.json + +commit c136cf678668ef8330f2963d13eed8d9c7b049f9 +Merge: c5c1da51 e0d065c7 +Author: Lucian I. Last +Date: Thu Mar 2 17:16:15 2023 +0100 + + Merge pull request #415 from the-clothing-loop/l10n_main + + New Crowdin updates + +commit e0d065c7ee4913bed4ae55d693ce59c29fc56590 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Mar 2 16:37:54 2023 +0100 + + New translations translation.json (Polish) + +1 0 frontend/public/locales/pl/translation.json + +commit e51ccf024ac6859d353d33cb63ccddc389d7f613 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Mar 2 16:37:53 2023 +0100 + + New translations translation.json (Japanese) + +1 0 frontend/public/locales/ja/translation.json + +commit b7a09579cc6098e8c1bf41f36eeeb7e92ff4f89c +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Mar 2 16:37:52 2023 +0100 + + New translations translation.json (Korean) + +1 0 frontend/public/locales/ko/translation.json + +commit c12be5fbc6fcb195871d23317c41f10f680c5eb5 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Mar 2 16:37:51 2023 +0100 + + New translations translation.json (Swedish) + +1 0 frontend/public/locales/sv/translation.json + +commit 3fbfbeda487cbe55ff93ca3d48879c3c4ee185cb +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Mar 2 16:37:50 2023 +0100 + + New translations translation.json (Portuguese) + +1 0 frontend/public/locales/pt/translation.json + +commit 95201f9bf99695ac1c123d3310ae3eaab70e84bb +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Mar 2 16:37:49 2023 +0100 + + New translations translation.json (Dutch) + +1 0 frontend/public/locales/nl/translation.json + +commit ec226321f8d9571171866b28ad4382f3d81b3101 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Mar 2 16:37:48 2023 +0100 + + New translations translation.json (Italian) + +1 0 frontend/public/locales/it/translation.json + +commit f4c6ea3474ae39eb7fe8cadac98c22f4487faa2c +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Mar 2 16:37:47 2023 +0100 + + New translations translation.json (German) + +1 0 frontend/public/locales/de/translation.json + +commit ab930c5e70666f08ee05d4958d68148b69ef937d +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Mar 2 16:37:46 2023 +0100 + + New translations translation.json (Spanish) + +1 0 frontend/public/locales/es/translation.json + +commit abc9f73edd1f8a5d039f03241bd5a2b6a7b83229 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Mar 2 16:37:45 2023 +0100 + + New translations translation.json (French) + +1 0 frontend/public/locales/fr/translation.json + +commit c5c1da51056eb4a0eee287552390c53568431355 +Merge: 66ac616f 9b966a8c +Author: Lucian I. Last +Date: Thu Mar 2 16:28:00 2023 +0100 + + Merge pull request #414 from NatalieWilson19/when-loggedin-join-2-step-q-#396 + + When loggedin join 2 step q #396 + +commit 9b966a8c36a484afe5a364681044c7dbfdd40a4c +Author: Lucian I. Last +Date: Thu Mar 2 16:26:30 2023 +0100 + + Fix pr merge props chain and chainUID + +6 10 frontend/src/pages/FindChain.tsx + +commit 66ac616f45dfe6d5576760f527197ebcf284fb14 +Merge: 9ef430f9 744349f7 +Author: Lucian I. Last +Date: Thu Mar 2 16:18:33 2023 +0100 + + Merge branch 'l10n_main' + +commit 75053c52dff325cfe8bcbda312b06ab715f86308 +Merge: 41020530 9ef430f9 +Author: Lucian I. Last +Date: Thu Mar 2 14:36:09 2023 +0100 + + Merge remote-tracking branch 'origin/main' into route-sort-v2 + +commit 41020530bffc3929f7b5b0ad9a4f5a63daed62ad +Author: Lucian I. Last +Date: Thu Mar 2 14:32:29 2023 +0100 + + Add info button On unapprove set to default + +112 176 frontend/src/pages/ChainMemberList.tsx + +commit 125c2edd3148a37f04802f5562714933afaf54fa +Author: Lucian I. Last +Date: Thu Mar 2 13:46:32 2023 +0100 + + LAN support + +7 0 frontend/README.md +1 0 frontend/package.json + +commit 9ef430f9f73a1b6be375b3731ac621171f48044a +Merge: 3ed15cce 83037067 +Author: Lucian I. Last +Date: Thu Mar 2 08:23:35 2023 +0100 + + Merge pull request #406 from the-clothing-loop/remove-newsletter-from-csv-and-improve-sizes-#399 + + Remove newsletter from csv and improve sizes #399 + +commit 7bd31cb84b81b935f0e128fd198f4944d21a3871 +Author: Natalie +Date: Wed Mar 1 15:34:29 2023 -0800 + + Added modal to handleJoinLoop + +1 0 frontend/public/locales/en/translation.json +28 11 frontend/src/pages/FindChain.tsx + +commit ec11ad55e107f9a8a9a6c073c0b0a241141947f9 +Author: Natalie +Date: Wed Mar 1 13:09:40 2023 -0800 + + Added sizes and category dropdown + +2 2 frontend/src/pages/EventDetails.tsx +38 9 frontend/src/pages/Events.tsx + +commit 744349f77cba8d22d41ed19773deeb7f6c0b0536 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Mar 1 15:37:16 2023 +0100 + + New translations poke.gohtml (Dutch) + +4 4 server/internal/views/emails/nl/poke.gohtml + +commit 0dbf0e454427695e82e9ea60dc8b06c5eb928a84 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Mar 1 15:37:15 2023 +0100 + + New translations an_admin_denied_your_join_request.gohtml (Dutch) + +9 9 server/internal/views/emails/nl/an_admin_denied_your_join_request.gohtml + +commit 3fda2923eed21628e4bd053adfe87cb2f8092ef1 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Mar 1 15:37:14 2023 +0100 + + New translations headers.json (Dutch) + +3 3 server/internal/views/emails/nl/headers.json + +commit c0e7f671ed5c8409685539a967f5a06e19cd0491 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Mar 1 15:37:13 2023 +0100 + + New translations a_participant_joined_the_loop.gohtml (Dutch) + +1 1 server/internal/views/emails/nl/a_participant_joined_the_loop.gohtml + +commit 16280a9a9edd8d6dfbdf656f72ddbf3577b2627d +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Mar 1 15:37:12 2023 +0100 + + New translations translation.json (Dutch) + +23 23 frontend/public/locales/nl/translation.json + +commit ec4e67efc9db3135875b04da8f0cfb91eaeb8dde +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Mar 1 15:37:11 2023 +0100 + + New translations translation.json (German) + +13 13 frontend/public/locales/de/translation.json + +commit 99975dbcacfe4b66291ba56efca4b353ab438701 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Mar 1 15:37:09 2023 +0100 + + New translations faq.json (Dutch) + +2 2 frontend/public/locales/nl/faq.json + +commit 28ae86c656628d6d4a972990b6e6985557ece5e8 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Mar 1 15:37:08 2023 +0100 + + New translations faq.json (German) + +5 5 frontend/public/locales/de/faq.json + +commit 3b273605960d092364ba1e2107e38fe9589117f0 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Mar 1 14:29:38 2023 +0100 + + New translations poke.gohtml (Polish) + +7 0 server/internal/views/emails/pl/poke.gohtml + +commit b849e3f227acc7e5808ce495073e73064bd579ac +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Mar 1 14:29:37 2023 +0100 + + New translations an_admin_denied_your_join_request.gohtml (Polish) + +17 0 server/internal/views/emails/pl/an_admin_denied_your_join_request.gohtml + +commit e3df85e558a48b41066ad648115468f87f40a4f3 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Mar 1 14:29:36 2023 +0100 + + New translations an_admin_approved_your_join_request.gohtml (Polish) + +5 0 server/internal/views/emails/pl/an_admin_approved_your_join_request.gohtml + +commit 1335585f590b3ce3a83e4eb9d3cd0a4b728dbc37 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Mar 1 14:29:36 2023 +0100 + + New translations register_verification.gohtml (Polish) + +8 0 server/internal/views/emails/pl/register_verification.gohtml + +commit a003c3eb1a55b824bb9251f4305c03dba586c644 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Mar 1 14:29:35 2023 +0100 + + New translations login_verification.gohtml (Polish) + +8 0 server/internal/views/emails/pl/login_verification.gohtml + +commit 9ac526831b6871766cb740aa460272eeda8074e5 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Mar 1 14:29:34 2023 +0100 + + New translations subscribed_to_newsletter.gohtml (Polish) + +14 0 server/internal/views/emails/pl/subscribed_to_newsletter.gohtml + +commit e3bade8494027415adcbe79db669863edd68eac9 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Mar 1 14:29:33 2023 +0100 + + New translations headers.json (Polish) + +10 0 server/internal/views/emails/pl/headers.json + +commit 004f686dedb1308fd113a6a0b87b7e03dc33d8ab +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Mar 1 14:29:32 2023 +0100 + + New translations contact_confirmation.gohtml (Polish) + +12 0 server/internal/views/emails/pl/contact_confirmation.gohtml + +commit 2b8ee15521ea85f91c253b7b468779a3be79cb47 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Mar 1 14:29:31 2023 +0100 + + New translations a_participant_joined_the_loop.gohtml (Polish) + +16 0 server/internal/views/emails/pl/a_participant_joined_the_loop.gohtml + +commit fa4edf9a4016c21c2f903b301b10226b10da95c8 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Mar 1 14:29:30 2023 +0100 + + New translations translation.json (Polish) + +238 0 frontend/public/locales/pl/translation.json + +commit c83375d886adb5a206b59d4ab3d4d88c70e75c1b +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Mar 1 14:29:29 2023 +0100 + + New translations testimonials.json (Polish) + +29 0 frontend/public/locales/pl/testimonials.json + +commit 8746a2f64804dae99e3cec1738da948caf2cdc34 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Mar 1 14:29:28 2023 +0100 + + New translations faq.json (Polish) + +96 0 frontend/public/locales/pl/faq.json + +commit 612713af2f5547060c998765b6e985bf81a20674 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Mar 1 14:29:27 2023 +0100 + + New translations about.json (Polish) + +11 0 frontend/public/locales/pl/about.json + +commit a3625deeb30b51b8fddd88025fea5c77ef8b4d12 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Mar 1 14:29:26 2023 +0100 + + New translations translation.json (German) + +1 1 frontend/public/locales/de/translation.json + +commit a3e46d325ceb946e01cd579366762d1a6e1fc597 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Mar 1 14:29:25 2023 +0100 + + New translations faq.json (Dutch) + +10 10 frontend/public/locales/nl/faq.json + +commit 3bfbd67d86ba10fb10e6d963bfef2b666d0ccadd +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Mar 1 14:29:24 2023 +0100 + + New translations faq.json (German) + +3 3 frontend/public/locales/de/faq.json + +commit 31ef051362d0a140d9bf310bab8d55dae81f5437 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Mar 1 13:08:58 2023 +0100 + + New translations faq.json (Dutch) + +36 0 frontend/public/locales/nl/faq.json + +commit e95454bc99bf1eec788d13adc2ad9ae31768072c +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 28 19:53:00 2023 +0100 + + New translations faq.json (Swedish) + +36 0 frontend/public/locales/sv/faq.json + +commit 48fc0ae5d4ca2c2d492b0024fede8f747db68ef8 +Author: Lucian I. Last +Date: Tue Feb 28 13:27:45 2023 +0100 + + Functionally working seperation of order, edit, approvals + +2006 2340 frontend/package-lock.json +1 0 frontend/public/locales/en/translation.json +463 162 frontend/src/pages/ChainMemberList.tsx +9 0 frontend/src/tailwind.css + +commit 6b3b85ed018372454b05764557655e4938a151be +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Feb 27 15:08:26 2023 +0100 + + New translations faq.json (German) + +2 2 frontend/public/locales/de/faq.json + +commit 471d2afac73d13c5ef4036adcfb09c1029e38036 +Author: Natalie +Date: Sun Feb 26 12:59:29 2023 -0800 + + Event details page created + +6 3 frontend/src/App.tsx +117 0 frontend/src/pages/EventDetails.tsx +56 49 frontend/src/pages/Events.tsx + +commit 3ed15cced0a1914e49f6a1c1068e8fb7aedb6665 +Merge: 37fc9496 8d67688e +Author: Lucian I. Last +Date: Sat Feb 25 05:38:00 2023 +0000 + + Merge pull request #412 from the-clothing-loop/l10n_main + +commit 8189601911a31d964c482f1978903c142725766e +Author: Natalie +Date: Fri Feb 24 13:04:20 2023 -0800 + + function for an event item + +6 0 frontend/src/App.tsx +12 0 frontend/src/components/Navbar.tsx +98 0 frontend/src/pages/Events.tsx + +commit 37fc94961c5fcf69c5ab264d620d787865176c66 +Merge: 901cf918 d572e9ba +Author: Lucian I. Last +Date: Fri Feb 24 17:26:11 2023 +0000 + + Merge pull request #405 from jnorlando/route-sort-v2 + + Route sort v2 + +commit d572e9ba9563a577a634b6c4873d8a413c4bb1d7 +Author: Lucian I. Last +Date: Fri Feb 24 18:25:12 2023 +0100 + + Fix merge conflicts with Justin + +34 66 frontend/src/pages/ChainMemberList.tsx +2 2 server/internal/models/chain.go + +commit fc5b2ae29001685ece71b40f12d8d13a346379c9 +Merge: b185de62 901cf918 +Author: jnorlando <78573103+jnorlando@users.noreply.github.com> +Date: Fri Feb 24 10:48:58 2023 -0500 + + Merge branch 'the-clothing-loop:main' into route-sort-v2 + +commit 8d67688ee020d59e20abcfdf0aa8aeb96b74498e +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Feb 24 16:44:19 2023 +0100 + + New translations an_admin_denied_your_join_request.gohtml (German) + +12 0 server/internal/views/emails/de/an_admin_denied_your_join_request.gohtml + +commit fe57d92b6b3da43ca38caec055d19f13ffd5aa48 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Feb 24 16:44:18 2023 +0100 + + New translations headers.json (German) + +1 1 server/internal/views/emails/de/headers.json + +commit 6efcb1c234d1808be91aa20e2d81fdf1e9e64446 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Feb 24 16:44:17 2023 +0100 + + New translations translation.json (German) + +134 134 frontend/public/locales/de/translation.json + +commit 58494a8a2f4c3f6e434c3e7a031836ddd0abcb48 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Feb 24 16:44:16 2023 +0100 + + New translations faq.json (German) + +14 14 frontend/public/locales/de/faq.json + +commit 0c492bd0133cc33c25a46c0ddceddfec53fe6dd3 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Feb 24 15:30:31 2023 +0100 + + New translations faq.json (German) + +36 0 frontend/public/locales/de/faq.json + +commit ec405c7e0a307a9fbb47e6427d7e0c7860b0dee0 +Merge: eb4af942 901cf918 +Author: Lucian I. Last +Date: Fri Feb 24 13:10:40 2023 +0100 + + Merge branch 'main' into calendar-ical-#363 + +commit 901cf918be11c09e19c635979e838f6d278eef63 +Merge: ce7305e2 0be51405 +Author: Lucian I. Last +Date: Fri Feb 24 12:23:39 2023 +0100 + + Fix old imgTeam in dutch about page + +commit ce7305e2fd74d1cc691d79c109a848cccc85e9de +Author: Lucian I. Last +Date: Fri Feb 24 11:02:50 2023 +0100 + + Shadow on text restained by ... in find chains #400 + +2 2 frontend/src/pages/FindChain.tsx + +commit 83037067f70eac6ed522e1165be1c3c815a623c2 +Author: Lucian I. Last +Date: Fri Feb 24 10:17:43 2023 +0100 + + Change sizes names + +17 10 frontend/src/components/DataExport.tsx + +commit 9a61582f74fb0c870a8b1f4dac2af65062e99b15 +Author: Lucian I. Last +Date: Fri Feb 24 10:17:04 2023 +0100 + + Remove newsletter + +0 3 frontend/src/components/DataExport.tsx + +commit b185de6240f12743a44959ca92237fc7bcc228e7 +Author: jnorlando +Date: Thu Feb 23 20:21:44 2023 -0500 + + reran lint + +15 16 frontend/src/pages/ChainMemberList.tsx + +commit 7d40ced9e05c641d21a6fb98e204c1d9c06fb7e8 +Author: jnorlando +Date: Thu Feb 23 20:18:31 2023 -0500 + + fixed bug where new user's were added to the front of the route + +3 0 frontend/src/pages/ChainMemberList.tsx + +commit 96c14bfdcbadbcd3f2ce6cf9e6b65686d3dd1740 +Author: jnorlando +Date: Thu Feb 23 20:04:37 2023 -0500 + + fixed bug that added pending users to route + +1 0 frontend/src/pages/ChainMemberList.tsx +3 1 server/internal/models/chain.go + +commit 0d0f3e9b6d0f148b9b3954f7eafdb71876f956ee +Author: jnorlando +Date: Thu Feb 23 19:39:42 2023 -0500 + + Removed merge conflicts with main; Identified a bug with route order with new layout, + unapproval all pending users are also assigned a route # + +15 0 frontend/src/api/route.ts +139 20 frontend/src/pages/ChainMemberList.tsx + +commit 0be514057488094d0c9a4427254f3e3e351ebd11 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Feb 23 17:18:46 2023 +0100 + + New translations an_admin_denied_your_join_request.gohtml (Swedish) + +13 1 server/internal/views/emails/sv/an_admin_denied_your_join_request.gohtml + +commit cb4ea36806c931e83e872b211adb601e7dbfcd07 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Feb 23 17:18:44 2023 +0100 + + New translations an_admin_denied_your_join_request.gohtml (German) + +12 0 server/internal/views/emails/de/an_admin_denied_your_join_request.gohtml + +commit 3fd310342adab4ce8983edee6e40b45f9ac566ff +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Feb 23 17:18:16 2023 +0100 + + New translations faq.json (Swedish) + +36 0 frontend/public/locales/sv/faq.json + +commit 7e83de23d69fd67a9d4360d7eed01de99aa5b5f6 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Feb 23 17:18:15 2023 +0100 + + New translations faq.json (Dutch) + +36 0 frontend/public/locales/nl/faq.json + +commit 996e5c3ebcee8bb4a79b0112e2ec6c51adb552f7 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Feb 23 17:18:14 2023 +0100 + + New translations faq.json (German) + +36 0 frontend/public/locales/de/faq.json + +commit e98cd24400027205256f3579ef727bd8723dc597 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Feb 23 17:18:12 2023 +0100 + + New translations faq.json (French) + +36 0 frontend/public/locales/fr/faq.json + +commit 4cb675d287b382baea41490b8a89d00b9e565b40 +Merge: b836cf32 2bc35035 +Author: Lucian I. Last +Date: Thu Feb 23 17:00:55 2023 +0100 + + Merge remote-tracking branch 'origin/l10n_main' + +commit eb4af942f808e08e4ac1de5c031ca0a7370bba08 +Author: Lucian I. Last +Date: Thu Feb 23 16:57:20 2023 +0100 + + Add calendar data to ical + +8 11 server/internal/controllers/calendar.go + +commit 74662b42f9ac2e01089dc06dde464b93b7a7c8ec +Author: Lucian I. Last +Date: Thu Feb 23 16:47:59 2023 +0100 + + First attempt + +4 0 server/cmd/generate-fake-data/main.go +1 0 server/go.mod +4 0 server/go.sum +1 0 server/internal/app/database.go +49 0 server/internal/controllers/calendar.go +17 0 server/internal/models/calendar.go +3 0 server/internal/server.go +30 0 server/internal/tests/mocks/mock-tables.go + +commit 2bc3503546b9fdd756a1b98a19efb1342d258229 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Feb 23 16:12:21 2023 +0100 + + New translations headers.json (Japanese) + +1 1 server/internal/views/emails/ja/headers.json + +commit 3eebb3cd3fe53cf970e229d5fbfe842b268482fe +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Feb 23 16:12:20 2023 +0100 + + New translations translation.json (Japanese) + +7 6 frontend/public/locales/ja/translation.json + +commit 85566143ece351aa7d95f2ebbad053c9fdde01e2 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Feb 23 16:12:19 2023 +0100 + + New translations headers.json (Korean) + +1 1 server/internal/views/emails/ko/headers.json + +commit 4b8afce57aca3ea795baeb505ed67d502d77e4cb +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Feb 23 16:12:18 2023 +0100 + + New translations translation.json (Korean) + +7 6 frontend/public/locales/ko/translation.json + +commit 980d04e743fa67f302e91b076eb7a22ef877227e +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Feb 23 16:12:17 2023 +0100 + + New translations headers.json (Swedish) + +1 1 server/internal/views/emails/sv/headers.json + +commit e59f09e59fa9a3ccbb014c61d43546f14e9fcb10 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Feb 23 16:12:16 2023 +0100 + + New translations headers.json (Portuguese) + +1 1 server/internal/views/emails/pt/headers.json + +commit aecd210f884893c5c15352c37aca78f41eee12b1 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Feb 23 16:12:15 2023 +0100 + + New translations headers.json (Dutch) + +1 1 server/internal/views/emails/nl/headers.json + +commit 37484b9f75a5d7792688d85bd35bfed6f5b2d5ba +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Feb 23 16:12:14 2023 +0100 + + New translations headers.json (Italian) + +1 1 server/internal/views/emails/it/headers.json + +commit b4e7e65f2136192e83f56ebdd48501e31b3da0ca +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Feb 23 16:12:13 2023 +0100 + + New translations headers.json (German) + +1 1 server/internal/views/emails/de/headers.json + +commit 355fabfe5dbf89734cc3761994dd9479a492a4e8 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Feb 23 16:12:12 2023 +0100 + + New translations headers.json (Spanish) + +1 1 server/internal/views/emails/es/headers.json + +commit eeede9bf250e94add99efd95f482bf8841033042 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Feb 23 16:12:11 2023 +0100 + + New translations headers.json (French) + +1 1 server/internal/views/emails/fr/headers.json + +commit 7b5087db1f09971e039f40e362e644cd4f4ef253 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Feb 23 16:12:11 2023 +0100 + + New translations translation.json (Swedish) + +7 6 frontend/public/locales/sv/translation.json + +commit 984c3e0be4876a529ceef479866f8232f7c93619 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Feb 23 16:12:09 2023 +0100 + + New translations translation.json (Portuguese) + +7 6 frontend/public/locales/pt/translation.json + +commit 3f4bc6061184cafec565e5e2100e8b40cf1e2fce +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Feb 23 16:12:08 2023 +0100 + + New translations translation.json (Dutch) + +7 6 frontend/public/locales/nl/translation.json + +commit 28fd113c324266432d476fe5ed70046b8172bbe2 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Feb 23 16:12:07 2023 +0100 + + New translations translation.json (Italian) + +7 6 frontend/public/locales/it/translation.json + +commit d42e97f5945d08eb5aca495f31bf72efec7d293e +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Feb 23 16:12:06 2023 +0100 + + New translations translation.json (German) + +7 6 frontend/public/locales/de/translation.json + +commit f3ee81022897040f587c9662a684a4c167ad3018 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Feb 23 16:12:05 2023 +0100 + + New translations translation.json (Spanish) + +7 6 frontend/public/locales/es/translation.json + +commit c2ecc190c61e21a700f536a12b86b686fa17d5de +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Feb 23 16:12:04 2023 +0100 + + New translations translation.json (French) + +7 6 frontend/public/locales/fr/translation.json + +commit b836cf3244f8a0800435388de94826f0fc9a5181 +Author: Lucian I. Last +Date: Thu Feb 23 15:39:06 2023 +0100 + + Replace admin with host in website text + +3 3 frontend/public/locales/ar/translation.json +3 3 frontend/public/locales/da/translation.json +3 3 frontend/public/locales/de/translation.json +7 3 frontend/public/locales/en/translation.json +1 1 frontend/public/locales/fr/translation.json +3 3 frontend/public/locales/it/translation.json +3 3 frontend/public/locales/ja/translation.json +3 3 frontend/public/locales/ko/translation.json +1 1 frontend/public/locales/nl/translation.json +3 3 frontend/public/locales/pt/translation.json +3 3 frontend/public/locales/zh/translation.json +5 2 frontend/src/pages/ChainMemberList.tsx +1 1 server/internal/views/emails/ar/headers.json +1 1 server/internal/views/emails/da/headers.json +1 1 server/internal/views/emails/en/headers.json +1 1 server/internal/views/emails/es/headers.json +1 1 server/internal/views/emails/fr/headers.json +1 1 server/internal/views/emails/it/headers.json +1 1 server/internal/views/emails/ja/headers.json +1 1 server/internal/views/emails/ko/headers.json +1 1 server/internal/views/emails/nl/headers.json +1 1 server/internal/views/emails/pt/headers.json +1 1 server/internal/views/emails/zh/headers.json + +commit a7b4cd83f4e242454a8934664f9ed5db0b6d4444 +Author: Lucian I. Last +Date: Thu Feb 23 15:18:52 2023 +0100 + + Remove old chain translations + +0 3 frontend/public/locales/ar/translation.json +0 3 frontend/public/locales/da/translation.json +0 3 frontend/public/locales/de/translation.json +0 3 frontend/public/locales/en/translation.json +0 3 frontend/public/locales/es/translation.json +0 3 frontend/public/locales/fr/translation.json +0 3 frontend/public/locales/it/translation.json +0 3 frontend/public/locales/ja/translation.json +0 3 frontend/public/locales/ko/translation.json +0 3 frontend/public/locales/nl/translation.json +0 3 frontend/public/locales/pt/translation.json +0 3 frontend/public/locales/sv/translation.json +0 3 frontend/public/locales/zh/translation.json +1 1 frontend/src/pages/FindChain.tsx + +commit 40ad6d9bebe04890579c0cca613d8fcd00bec37a +Author: Lucian I. Last +Date: Thu Feb 23 15:13:40 2023 +0100 + + Set country counter to 11 + +3 1 frontend/src/components/Counters/Counters.tsx + +commit 7d528f6195a9f26021d314905cfd151d57a85620 +Author: Lucian I. Last +Date: Thu Feb 23 15:12:01 2023 +0100 + + Square toasts and Fix focusTrap bug + +1 1 frontend/src/pages/ChainMemberList.tsx +49 30 frontend/src/providers/ToastProvider.tsx + +commit 4e8862b0c86a7431c23f5a366a6260b0beba6126 +Author: Lucian I. Last +Date: Thu Feb 23 12:01:23 2023 +0100 + + Fix react error due to missing keys + +23 25 frontend/src/components/SizesDropdown.tsx +7 4 frontend/src/providers/ToastProvider.tsx + +commit 55d40a84341c059a21cef934127eda2636bda853 +Author: Lucian I. Last +Date: Wed Feb 22 16:44:21 2023 +0100 + + Hide video until scrolled down + +39 19 frontend/src/pages/Home.tsx + +commit 6b4acc7a411141a3189d945c94e7856fa4858249 +Author: Lucian I. Last +Date: Wed Feb 22 15:34:37 2023 +0100 + + Add sql for find chains with 5+ hosts + +4 0 server/sql/find-chain-with-5-or-more-hosts.sql + +commit 1c01c0152425b6571f70cdfcf64ecc66193c119a +Author: Lucian I. Last +Date: Wed Feb 22 13:31:51 2023 +0100 + + Remove spin from faq minus plus + +1 3 frontend/src/pages/FAQ.tsx + +commit d7c33ce9d30cb07aa90afe978c03f7182b47adb2 +Author: Lucian I. Last +Date: Wed Feb 22 13:29:32 2023 +0100 + + Fix max height restraint after action + +14 7 frontend/src/pages/FAQ.tsx +2 4 frontend/tailwind.config.cjs + +commit b8f69cdafb6152d1659742c20310a4906f5e2836 +Merge: 236b19f3 72eb59b1 +Author: Lucian I. Last +Date: Wed Feb 22 11:38:27 2023 +0000 + + Merge pull request #383 from NatalieWilson19/add-slider-transition-in-FAQ-#285 + + Add slider transition in FAQ #285 + +commit 72eb59b104f84b5ee0d04e9fe8379884d1f27017 +Author: Lucian I. Last +Date: Wed Feb 22 12:37:03 2023 +0100 + + Fix transition + +90 79 frontend/src/pages/FAQ.tsx +14 4 frontend/tailwind.config.cjs + +commit 0cc49a0e325d2355984e616b3f6035470e9f0c43 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 21 18:52:39 2023 +0100 + + New translations faq.json (Japanese) + +36 0 frontend/public/locales/ja/faq.json + +commit 1f69f8ff0c161faffeb2cf4fd93ac3b74d6a5867 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 21 18:52:27 2023 +0100 + + New translations faq.json (Korean) + +36 0 frontend/public/locales/ko/faq.json + +commit 67c46d62597262c8ecb52b6d087cdaeeb6584ffa +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 21 18:52:25 2023 +0100 + + New translations an_admin_denied_your_join_request.gohtml (Swedish) + +13 1 server/internal/views/emails/sv/an_admin_denied_your_join_request.gohtml + +commit 7576dacf98dd455ce8c26b11d65c759ac00d71d4 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 21 18:52:23 2023 +0100 + + New translations an_admin_denied_your_join_request.gohtml (German) + +12 0 server/internal/views/emails/de/an_admin_denied_your_join_request.gohtml + +commit 36462d6dfda45d903ad4f64ee10e5ddb4400a98a +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 21 18:51:43 2023 +0100 + + New translations faq.json (Swedish) + +36 0 frontend/public/locales/sv/faq.json + +commit 87d9f28e846f0466366ac4d06e29aa37ff38db98 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 21 18:51:42 2023 +0100 + + New translations faq.json (Portuguese) + +36 0 frontend/public/locales/pt/faq.json + +commit e46aa0d7e42787bd3faff22d1a97753d1ad02c87 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 21 18:51:41 2023 +0100 + + New translations faq.json (Dutch) + +36 0 frontend/public/locales/nl/faq.json + +commit 4e862d6efd93c007a065bb16f5e7b19023fb5f69 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 21 18:51:40 2023 +0100 + + New translations faq.json (Italian) + +36 0 frontend/public/locales/it/faq.json + +commit c3cb11e9e4e20a155f109e979afb4c6a81e85ffb +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 21 18:51:39 2023 +0100 + + New translations faq.json (German) + +36 0 frontend/public/locales/de/faq.json + +commit 06b81ae8edfbbae86f7d14badf14f5d1ce618d1e +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 21 18:51:38 2023 +0100 + + New translations faq.json (French) + +36 0 frontend/public/locales/fr/faq.json + +commit 053305308ed62b3c1c4486964f43f9997aa9e345 +Merge: 979b5240 0e9b1981 +Author: Lucian I. Last +Date: Tue Feb 21 16:35:24 2023 +0100 + + Merge branch 'add-slider-transition-in-FAQ-#285' of github.com:NatalieWilson19/clothing-loop into add-slider-transition-in-FAQ-#285 + +commit 979b5240ee64173f487d2b6094e56dd0bdd2b866 +Merge: c048bbac 236b19f3 +Author: Lucian I. Last +Date: Tue Feb 21 16:35:18 2023 +0100 + + Merge branch 'main' into add-slider-transition-in-FAQ-#285 + +commit 236b19f3b776bec9525ab8c18705f8a42da4dc84 +Merge: 7bbd7679 b6861724 +Author: Lucian I. Last +Date: Tue Feb 21 16:34:37 2023 +0100 + + Merge remote-tracking branch 'origin/l10n_main' + +commit 7bbd7679a4ab059238bb7333156c2f4acd84c884 +Author: Lucian I. Last +Date: Tue Feb 21 16:29:39 2023 +0100 + + Footer margin smaller + +1 1 frontend/src/components/ChainsList.tsx +1 1 frontend/src/components/Footer.tsx +1 1 frontend/src/pages/AdminDashboard.tsx + +commit 06d2eca01659edd2db72870e229091f03b25ccf9 +Author: Lucian I. Last +Date: Tue Feb 21 16:15:04 2023 +0100 + + Show toolkit only for chain admins + +19 12 frontend/src/pages/AdminDashboard.tsx + +commit b6861724ce39beeaa4b1d5e7752e0419ce85d81c +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 21 15:53:22 2023 +0100 + + New translations an_admin_denied_your_join_request.gohtml (Japanese) + +13 1 server/internal/views/emails/ja/an_admin_denied_your_join_request.gohtml + +commit fd648bc8e8f75c23c44659907eadc5791d29ef3d +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 21 15:53:21 2023 +0100 + + New translations translation.json (Japanese) + +6 2 frontend/public/locales/ja/translation.json + +commit a6c2582968c5ee88a494132ae456af2d56dd827b +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 21 15:53:20 2023 +0100 + + New translations an_admin_denied_your_join_request.gohtml (Korean) + +13 1 server/internal/views/emails/ko/an_admin_denied_your_join_request.gohtml + +commit dfd45385c258652085a9c6d23d0c3b25f8510aa6 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 21 15:53:19 2023 +0100 + + New translations translation.json (Korean) + +6 2 frontend/public/locales/ko/translation.json + +commit b65c79fd99b561e1ab858de1f7c3dfb41a162d83 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 21 15:53:18 2023 +0100 + + New translations an_admin_denied_your_join_request.gohtml (Swedish) + +13 1 server/internal/views/emails/sv/an_admin_denied_your_join_request.gohtml + +commit 9ffed0eba22eab4dd894b3c08d5c97f8a6fb9d10 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 21 15:53:18 2023 +0100 + + New translations an_admin_denied_your_join_request.gohtml (Portuguese) + +13 1 server/internal/views/emails/pt/an_admin_denied_your_join_request.gohtml + +commit 25f6fb3d696e22351d9b88fe33d15f1c3bc47450 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 21 15:53:17 2023 +0100 + + New translations an_admin_denied_your_join_request.gohtml (Dutch) + +13 1 server/internal/views/emails/nl/an_admin_denied_your_join_request.gohtml + +commit 3caa6b7a228a4b84773fe52e6d688c5c299404ff +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 21 15:53:16 2023 +0100 + + New translations an_admin_denied_your_join_request.gohtml (Italian) + +13 1 server/internal/views/emails/it/an_admin_denied_your_join_request.gohtml + +commit 4b68b03ab565c83b9728bd0f1b3df50187bc124f +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 21 15:53:15 2023 +0100 + + New translations an_admin_denied_your_join_request.gohtml (German) + +13 1 server/internal/views/emails/de/an_admin_denied_your_join_request.gohtml + +commit 0664e32acb38f4a9c62a95cfb598e9dd7877d78c +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 21 15:53:14 2023 +0100 + + New translations an_admin_denied_your_join_request.gohtml (Spanish) + +13 1 server/internal/views/emails/es/an_admin_denied_your_join_request.gohtml + +commit e4064aea6aa31c7c8579f28bbbda193adf7d94a0 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 21 15:53:13 2023 +0100 + + New translations an_admin_denied_your_join_request.gohtml (French) + +13 1 server/internal/views/emails/fr/an_admin_denied_your_join_request.gohtml + +commit 04da4f5f497d4464c58fa77445f93e2d3037842d +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 21 15:53:12 2023 +0100 + + New translations translation.json (Swedish) + +6 2 frontend/public/locales/sv/translation.json + +commit 05dad6d6672d98348006cc569f9ed65a65051ceb +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 21 15:53:11 2023 +0100 + + New translations translation.json (Portuguese) + +6 2 frontend/public/locales/pt/translation.json + +commit 8b443134563080c307f2875c315b1803633a7d6c +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 21 15:53:10 2023 +0100 + + New translations translation.json (Dutch) + +6 2 frontend/public/locales/nl/translation.json + +commit 16d2dd6efde402663f74890fa8c15f38b18f6e82 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 21 15:53:09 2023 +0100 + + New translations translation.json (Italian) + +6 2 frontend/public/locales/it/translation.json + +commit a9cf755cadece7bb9f29b56932922936f4245d26 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 21 15:53:08 2023 +0100 + + New translations translation.json (German) + +6 2 frontend/public/locales/de/translation.json + +commit 21179ae548c04222d54ceef8fb5582c8e75da458 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 21 15:53:07 2023 +0100 + + New translations translation.json (Spanish) + +6 2 frontend/public/locales/es/translation.json + +commit 651c8bb1f372d84f3f2d98af911fd95529355b3e +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 21 15:53:06 2023 +0100 + + New translations translation.json (French) + +6 2 frontend/public/locales/fr/translation.json + +commit 881ee9f6d2f9be9ab3409addbff720db9a7856ff +Author: Lucian I. Last +Date: Tue Feb 21 15:40:48 2023 +0100 + + Fix merge conflict previous merge + +0 23 server/internal/views/email.go + +commit d6b6a17f4b06f7ad7f8725d52d6926946826c0db +Merge: bf077f58 6d8a3d8f +Author: Lucian I. Last +Date: Tue Feb 21 15:37:25 2023 +0100 + + Merge branch 'add-reason-to-deny-user-#349' + +commit 6d8a3d8f4eb8e34ddd7f054ebe91aaded1070ae0 +Author: Lucian I. Last +Date: Tue Feb 21 15:36:24 2023 +0100 + + Fix browser dialog styling + +2 2 frontend/src/providers/ToastProvider.tsx + +commit 6c4675c9f5a64a331634373b4142caa90997f22a +Merge: 91f0ff80 bf077f58 +Author: Lucian I. Last +Date: Tue Feb 21 15:30:00 2023 +0100 + + Merge remote-tracking branch 'origin/main' into add-reason-to-deny-user-#349 + +commit 91f0ff805d602236fb984fb99d559d7ea5e8b735 +Author: Lucian I. Last +Date: Tue Feb 21 15:17:20 2023 +0100 + + Add focus trap for a11y + +27 0 frontend/package-lock.json +1 0 frontend/package.json +11 0 frontend/src/providers/ToastProvider.tsx + +commit 75dc6b784024f4c7ed7a4a00ebe1ba5e33ae3f41 +Author: Lucian I. Last +Date: Tue Feb 21 15:17:00 2023 +0100 + + Move static toasts to modals + +3 4 frontend/src/components/ChainsList.tsx +4 5 frontend/src/pages/AdminDashboard.tsx +9 13 frontend/src/pages/ChainMemberList.tsx +3 4 frontend/src/pages/Signup.tsx +87 48 frontend/src/providers/ToastProvider.tsx + +commit 0e9b1981396e6748b4786ffc1bc0ed5fc8797efe +Author: Natalie +Date: Mon Feb 20 16:09:04 2023 -0800 + + Prettier + +0 1 frontend/src/pages/FAQ.tsx + +commit a8362a9bddf5752c9970c915d947cab774ffcac4 +Author: Natalie +Date: Mon Feb 20 16:07:40 2023 -0800 + + Closing transition with summary element's height works + +10 14 frontend/src/pages/FAQ.tsx + +commit d49aa49927ded08ae66ef769352cce6df059c95f +Author: Natalie +Date: Mon Feb 20 16:00:11 2023 -0800 + + detailsEl actually grabs the details element instead of summary + +3 3 frontend/src/pages/FAQ.tsx + +commit 9797037e9f828ba31b815d1a268626aaef1bd44c +Author: Lucian I. Last +Date: Mon Feb 20 16:52:04 2023 +0100 + + Change structure of large toasts + +1 1 frontend/src/pages/ChainMemberList.tsx +7 1 frontend/src/providers/ToastProvider.tsx + +commit bf077f58d2e6357ee2aa402e972ef09a3bb52ef3 +Merge: 89f4008b e3469aac +Author: Lucian I. Last +Date: Mon Feb 20 15:38:13 2023 +0000 + + Merge pull request #386 from the-clothing-loop/l10n_main + + New Crowdin updates + +commit 1247389fd2cb7067744317a97fbf5e04c1af7f98 +Author: Lucian I. Last +Date: Mon Feb 20 16:37:20 2023 +0100 + + Add email reason alterations & Translations + +5 1 frontend/public/locales/en/translation.json +2 2 frontend/src/api/chain.ts +6 6 frontend/src/pages/ChainMemberList.tsx +9 3 server/internal/controllers/chain.go +6 6 server/internal/views/email.go +13 1 server/internal/views/emails/en/an_admin_denied_your_join_request.gohtml + +commit e3469aac0e0062f29798628fc2874714794b0ada +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Feb 20 12:16:07 2023 +0100 + + New translations translation.json (Japanese) + +0 1 frontend/public/locales/ja/translation.json + +commit 3afdb72ed0155d3c7d5553bb2baf938ece5ace0d +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Feb 20 12:16:06 2023 +0100 + + New translations translation.json (Korean) + +0 1 frontend/public/locales/ko/translation.json + +commit b01219f7e36aa014d41937ce0bb7732fb7bc14a1 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Feb 20 12:16:06 2023 +0100 + + New translations translation.json (Swedish) + +0 1 frontend/public/locales/sv/translation.json + +commit 3367ae7b3cd09d28f9ff55ccbc3c9fc465ad621f +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Feb 20 12:16:05 2023 +0100 + + New translations translation.json (Portuguese) + +0 1 frontend/public/locales/pt/translation.json + +commit ccee5f66509f285920f53d6e6c6b2bc07f142668 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Feb 20 12:16:04 2023 +0100 + + New translations translation.json (Dutch) + +0 1 frontend/public/locales/nl/translation.json + +commit ee12a0fb500895fac77ce5f054348ec041c51e0f +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Feb 20 12:16:03 2023 +0100 + + New translations translation.json (Italian) + +0 1 frontend/public/locales/it/translation.json + +commit 387c9cff774c80750262d327bb35bdc6e8fd7a19 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Feb 20 12:16:02 2023 +0100 + + New translations translation.json (German) + +0 1 frontend/public/locales/de/translation.json + +commit 8e3561adf8209329b9027c00b30f95a55ae2ce52 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Feb 20 12:16:01 2023 +0100 + + New translations translation.json (Spanish) + +0 1 frontend/public/locales/es/translation.json + +commit 35e1031c4d44d9b565cdd4916ac41de894c0e827 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Feb 20 12:16:00 2023 +0100 + + New translations translation.json (French) + +0 1 frontend/public/locales/fr/translation.json + +commit 9cc2438eb3da01b4a9ba44f12ff7b3c19b7a6617 +Author: Lucian I. Last +Date: Mon Feb 20 11:57:26 2023 +0100 + + Merge branch 'main' into add-reason-to-deny-user-#349 + +2 2 .github/workflows/deploy-production.yml +21 6 frontend/package-lock.json +1 0 frontend/package.json +6 2 frontend/public/locales/ar/about.json +6 1 frontend/public/locales/ar/translation.json +11 0 frontend/public/locales/da/about.json +0 0 frontend/public/locales/{fa => da}/faq.json +0 0 frontend/public/locales/{fa => da}/testimonials.json +6 1 frontend/public/locales/{fa => da}/translation.json +7 3 frontend/public/locales/de/about.json +18 18 frontend/public/locales/de/faq.json +32 26 frontend/public/locales/de/translation.json +6 2 frontend/public/locales/en/about.json +54 18 frontend/public/locales/en/faq.json +4 1 frontend/public/locales/en/translation.json +9 5 frontend/public/locales/es/about.json +64 28 frontend/public/locales/es/faq.json +9 9 frontend/public/locales/es/testimonials.json +190 184 frontend/public/locales/es/translation.json +0 7 frontend/public/locales/fa/about.json +6 2 frontend/public/locales/fr/about.json +7 1 frontend/public/locales/fr/translation.json +6 2 frontend/public/locales/it/about.json +7 1 frontend/public/locales/it/translation.json +11 0 frontend/public/locales/ja/about.json +60 0 frontend/public/locales/ja/faq.json +29 0 frontend/public/locales/ja/testimonials.json +234 0 frontend/public/locales/ja/translation.json +11 0 frontend/public/locales/ko/about.json +60 0 frontend/public/locales/ko/faq.json +29 0 frontend/public/locales/ko/testimonials.json +234 0 frontend/public/locales/ko/translation.json +6 2 frontend/public/locales/nl/about.json +10 4 frontend/public/locales/nl/translation.json +6 2 frontend/public/locales/pt/about.json +8 2 frontend/public/locales/pt/translation.json +9 5 frontend/public/locales/sv/about.json +28 28 frontend/public/locales/sv/faq.json +9 9 frontend/public/locales/sv/testimonials.json +222 216 frontend/public/locales/sv/translation.json +6 2 frontend/public/locales/zh/about.json +6 1 frontend/public/locales/zh/translation.json +1 1 frontend/sitemap.js +2 2 frontend/src/App.tsx +19 3 frontend/src/api/chain.ts +62 7 frontend/src/components/ChainsList.tsx +1 1 frontend/src/components/Counters/Counters.tsx +5 0 frontend/src/components/GeocoderSelector.tsx +1 0 frontend/src/components/LanguageSwitcher.tsx +17 7 frontend/src/components/Layouts.tsx +2 2 frontend/src/i18n.tsx +139 62 frontend/src/pages/About.tsx +314 370 frontend/src/pages/ChainMemberList.tsx +10 10 frontend/src/pages/Donations/DonationCompleted.tsx +4 4 frontend/src/pages/FAQ.tsx +13 9 frontend/src/pages/FindChain.tsx +17 5 frontend/src/pages/Home.tsx +6 3 frontend/src/pages/Login.tsx +143 56 frontend/src/pages/Signup.tsx +18 18 frontend/src/pages/Thankyou.tsx +5 0 frontend/src/tailwind.css +4 0 frontend/tailwind.config.cjs +3 4 server/go.mod +6 6 server/go.sum +7 1 server/internal/controllers/chain.go +1 1 server/internal/controllers/login.go +74 0 server/internal/controllers/poke.go +59 0 server/internal/controllers/route.go +37 0 server/internal/models/chain.go +40 0 server/internal/models/chain_route_order_test.go +14 0 server/internal/models/testmain_test.go +14 27 server/internal/models/user.go +36 0 server/internal/models/user_chain.go +11 0 server/internal/models/user_token.go +5 0 server/internal/server.go +2 0 server/internal/tests/mocks/mock-tables.go +24 1 server/internal/views/email.go +2 1 server/internal/views/emails/ar/headers.json +7 0 server/internal/views/emails/ar/poke.gohtml +0 0 server/internal/views/emails/{fa => da}/a_participant_joined_the_loop.gohtml +0 0 server/internal/views/emails/{fa => da}/an_admin_approved_your_join_request.gohtml +0 0 server/internal/views/emails/{fa => da}/an_admin_denied_your_join_request.gohtml +0 0 server/internal/views/emails/{fa => da}/contact_confirmation.gohtml +2 1 server/internal/views/emails/{fa => da}/headers.json +0 0 server/internal/views/emails/{fa => da}/login_verification.gohtml +7 0 server/internal/views/emails/da/poke.gohtml +0 0 server/internal/views/emails/{fa => da}/register_verification.gohtml +0 0 server/internal/views/emails/{fa => da}/subscribed_to_newsletter.gohtml +6 6 server/internal/views/emails/de/a_participant_joined_the_loop.gohtml +2 2 server/internal/views/emails/de/an_admin_approved_your_join_request.gohtml +2 2 server/internal/views/emails/de/an_admin_denied_your_join_request.gohtml +5 5 server/internal/views/emails/de/contact_confirmation.gohtml +8 7 server/internal/views/emails/de/headers.json +4 4 server/internal/views/emails/de/login_verification.gohtml +7 0 server/internal/views/emails/de/poke.gohtml +4 4 server/internal/views/emails/de/register_verification.gohtml +8 8 server/internal/views/emails/de/subscribed_to_newsletter.gohtml +2 1 server/internal/views/emails/en/headers.json +7 0 server/internal/views/emails/en/poke.gohtml +2 1 server/internal/views/emails/es/headers.json +7 0 server/internal/views/emails/es/poke.gohtml +9 9 server/internal/views/emails/es/subscribed_to_newsletter.gohtml +2 1 server/internal/views/emails/fr/headers.json +7 0 server/internal/views/emails/fr/poke.gohtml +1 1 server/internal/views/emails/fr/subscribed_to_newsletter.gohtml +2 1 server/internal/views/emails/it/headers.json +7 0 server/internal/views/emails/it/poke.gohtml +16 0 server/internal/views/emails/ja/a_participant_joined_the_loop.gohtml +5 0 server/internal/views/emails/ja/an_admin_approved_your_join_request.gohtml +5 0 server/internal/views/emails/ja/an_admin_denied_your_join_request.gohtml +12 0 server/internal/views/emails/ja/contact_confirmation.gohtml +10 0 server/internal/views/emails/ja/headers.json +8 0 server/internal/views/emails/ja/login_verification.gohtml +7 0 server/internal/views/emails/ja/poke.gohtml +8 0 server/internal/views/emails/ja/register_verification.gohtml +14 0 server/internal/views/emails/ja/subscribed_to_newsletter.gohtml +16 0 server/internal/views/emails/ko/a_participant_joined_the_loop.gohtml +5 0 server/internal/views/emails/ko/an_admin_approved_your_join_request.gohtml +5 0 server/internal/views/emails/ko/an_admin_denied_your_join_request.gohtml +12 0 server/internal/views/emails/ko/contact_confirmation.gohtml +10 0 server/internal/views/emails/ko/headers.json +8 0 server/internal/views/emails/ko/login_verification.gohtml +7 0 server/internal/views/emails/ko/poke.gohtml +8 0 server/internal/views/emails/ko/register_verification.gohtml +14 0 server/internal/views/emails/ko/subscribed_to_newsletter.gohtml +3 3 server/internal/views/emails/nl/an_admin_approved_your_join_request.gohtml +2 1 server/internal/views/emails/nl/headers.json +7 0 server/internal/views/emails/nl/poke.gohtml +2 1 server/internal/views/emails/pt/headers.json +7 0 server/internal/views/emails/pt/poke.gohtml +9 9 server/internal/views/emails/sv/a_participant_joined_the_loop.gohtml +3 3 server/internal/views/emails/sv/an_admin_approved_your_join_request.gohtml +3 3 server/internal/views/emails/sv/an_admin_denied_your_join_request.gohtml +6 6 server/internal/views/emails/sv/contact_confirmation.gohtml +8 7 server/internal/views/emails/sv/headers.json +5 5 server/internal/views/emails/sv/login_verification.gohtml +7 0 server/internal/views/emails/sv/poke.gohtml +5 5 server/internal/views/emails/sv/register_verification.gohtml +8 8 server/internal/views/emails/sv/subscribed_to_newsletter.gohtml +2 1 server/internal/views/emails/zh/headers.json +7 0 server/internal/views/emails/zh/poke.gohtml +10 7 server/sql/find-chain-without-host.sql + +commit 89f4008b71673bbaae2a275a289c9cbf363f045a +Merge: 368a6b69 1ce0bb2a +Author: Lucian I. Last +Date: Mon Feb 20 09:37:52 2023 +0000 + + Merge pull request #384 from the-clothing-loop/l10n_main + + New Crowdin updates + +commit 1ce0bb2a824f8e4366b6e5e08822d7def15d7be4 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Feb 20 10:37:12 2023 +0100 + + New translations translation.json (Japanese) + +1 1 frontend/public/locales/ja/translation.json + +commit e05458ad765e5e6c0915396d530bf6c9b4c9cc31 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Feb 20 10:37:11 2023 +0100 + + New translations translation.json (Korean) + +1 1 frontend/public/locales/ko/translation.json + +commit 26a2a1483ecb084fb04189191bcce369b5a1b932 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Feb 20 10:37:09 2023 +0100 + + New translations translation.json (Portuguese) + +1 1 frontend/public/locales/pt/translation.json + +commit a89f48f7f971e3495b90f812347dfc1d822fd5ae +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Feb 20 10:37:09 2023 +0100 + + New translations translation.json (Dutch) + +1 1 frontend/public/locales/nl/translation.json + +commit c048bbaca0089d48884c6e20cbe2354169f5db75 +Author: Lucian I. Last +Date: Mon Feb 20 10:04:06 2023 +0100 + + ID is not necessary + +4 8 frontend/src/pages/FAQ.tsx + +commit 368a6b69a5b3f8912ab9222ed81ddd7d081f7a26 +Merge: 5c3831f7 a1d7ac2d +Author: Lucian I. Last +Date: Mon Feb 20 08:32:56 2023 +0000 + + Merge pull request #385 from the-clothing-loop/dependabot/go_modules/server/golang.org/x/net-0.7.0 + + Bump golang.org/x/net from 0.4.0 to 0.7.0 in /server + +commit 2ab84a40c76fd39c10826010aa989d771e7e9593 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Sun Feb 19 19:23:41 2023 +0100 + + New translations translation.json (Spanish) + +12 12 frontend/public/locales/es/translation.json + +commit 88aff24928fa7e71e1e9434a644fef3134111edd +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Sun Feb 19 19:23:40 2023 +0100 + + New translations faq.json (Spanish) + +7 7 frontend/public/locales/es/faq.json + +commit e0ec02e3d1c3ee6e475c484f2ac72a8598c8488b +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Sun Feb 19 18:28:15 2023 +0100 + + New translations faq.json (Spanish) + +20 20 frontend/public/locales/es/faq.json + +commit d3dc1a955fb05514012c10f0b6981a84259e14fa +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Sun Feb 19 17:30:17 2023 +0100 + + New translations subscribed_to_newsletter.gohtml (Spanish) + +9 9 server/internal/views/emails/es/subscribed_to_newsletter.gohtml + +commit 05b8cf7284ffd658196b22cbcf97f10cd387520e +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Sun Feb 19 17:30:16 2023 +0100 + + New translations translation.json (Spanish) + +62 62 frontend/public/locales/es/translation.json + +commit 71cb53c83397f0876dc64f013f8f49ebc9609521 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Sun Feb 19 17:30:15 2023 +0100 + + New translations faq.json (Spanish) + +55 19 frontend/public/locales/es/faq.json + +commit f87e56ad088eab36ecf08cc628d2cf97345ef142 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Sun Feb 19 16:16:09 2023 +0100 + + New translations translation.json (Spanish) + +29 29 frontend/public/locales/es/translation.json + +commit c75f7394e4b00d3e08eab32a131d506ddae05b0b +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Sun Feb 19 15:13:51 2023 +0100 + + New translations translation.json (Spanish) + +37 37 frontend/public/locales/es/translation.json + +commit 5f339e7f50a34ca04d4ba0076f84cac4b0774e3f +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Sun Feb 19 13:59:06 2023 +0100 + + New translations translation.json (Spanish) + +50 50 frontend/public/locales/es/translation.json + +commit 270df73c031bd0da4d28ca47fb5efcb9b6694728 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Sun Feb 19 13:59:05 2023 +0100 + + New translations testimonials.json (Spanish) + +2 2 frontend/public/locales/es/testimonials.json + +commit 3e82eef7b278a74f7bb2bd7dd6662a0128e4c8d3 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Sun Feb 19 13:02:41 2023 +0100 + + New translations testimonials.json (Spanish) + +1 1 frontend/public/locales/es/testimonials.json + +commit 134ebb1c6233dcd3b5d8e74825f2b3442cc4c59c +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Sat Feb 18 18:58:49 2023 +0100 + + New translations testimonials.json (Spanish) + +2 2 frontend/public/locales/es/testimonials.json + +commit 6e2a8b4a6408dd7eb746584d263c992a1b8706b6 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Sat Feb 18 18:00:49 2023 +0100 + + New translations testimonials.json (Spanish) + +2 2 frontend/public/locales/es/testimonials.json + +commit a1d7ac2d7d0e1da7f571037799d8ef1839b110cc +Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> +Date: Sat Feb 18 03:38:49 2023 +0000 + + Bump golang.org/x/net from 0.4.0 to 0.7.0 in /server + + Bumps [golang.org/x/net](https://github.com/golang/net) from 0.4.0 to 0.7.0. + - [Release notes](https://github.com/golang/net/releases) + - [Commits](https://github.com/golang/net/compare/v0.4.0...v0.7.0) + + --- + updated-dependencies: + - dependency-name: golang.org/x/net + dependency-type: indirect + ... + + Signed-off-by: dependabot[bot] + +3 4 server/go.mod +6 6 server/go.sum + +commit 9381feccbe78119a57ba95286e843bbd7a04189f +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Feb 17 23:27:56 2023 +0100 + + New translations testimonials.json (Spanish) + +2 2 frontend/public/locales/es/testimonials.json + +commit ed2fa236a0c31fdc792d89ea35eb0b23f7911500 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Feb 17 21:08:52 2023 +0100 + + New translations testimonials.json (Spanish) + +1 1 frontend/public/locales/es/testimonials.json + +commit a2977c119d1695707d67635c78fc9b371df446c5 +Author: Natalie +Date: Thu Feb 16 17:34:46 2023 -0800 + + Prettier + +1 1 frontend/src/pages/FAQ.tsx + +commit d62c8cdde2311dd7423c06af9ab35feb5003a27e +Author: Natalie +Date: Thu Feb 16 17:04:47 2023 -0800 + + Get rid of unused useRef library + +1 1 frontend/src/pages/FAQ.tsx + +commit bce14ac58f705c49b6d261cfb0196bdf96570b8c +Author: Natalie +Date: Thu Feb 16 16:51:20 2023 -0800 + + Transition works for both opening and closing the accordion + +14 9 frontend/src/pages/FAQ.tsx + +commit 5c3831f7d7538b6fc25d09ea5b77d094b7892127 +Author: Lucian I. Last +Date: Thu Feb 16 23:09:10 2023 +0100 + + Fix address missing in edit page + +5 0 frontend/src/components/GeocoderSelector.tsx + +commit f7ee8f26d910e7bff8724cd88434418e139fa78c +Merge: 43d7aedd 0da98d89 +Author: Lucian I. Last +Date: Thu Feb 16 22:14:59 2023 +0100 + + Merge branch 'main-v3.8.x' of github.com:the-clothing-loop/website + +commit 43d7aedd2968a7bcf696afaf06c3bf4eb4cd062b +Author: Lucian I. Last +Date: Thu Feb 16 22:14:33 2023 +0100 + + Add guard for open_to_new_members + +4 0 server/internal/controllers/chain.go +1 1 server/internal/controllers/login.go + +commit 2c1d734a297ba6b3735c86de8a2eef3e9a20d0c0 +Merge: 5b75634d 000985fb +Author: Natalie +Date: Thu Feb 16 11:35:42 2023 -0800 + + Merge new changes from main + +commit 0da98d892cab9a9d5d3aaf3d8515250f3b83bd90 +Author: Lucian I. Last +Date: Thu Feb 16 16:02:00 2023 +0100 + + Add button functionality on signup in loggedin state + +11 2 frontend/src/pages/Signup.tsx + +commit 551e3f498fff6af6f0de11d9e94d073b06fd5da6 +Author: Lucian I. Last +Date: Thu Feb 16 15:40:55 2023 +0100 + + Fix People cannot signup for loop bug + +4 6 frontend/src/pages/FindChain.tsx +127 54 frontend/src/pages/Signup.tsx + +commit 000985fb97bd666229a41b8b8c9998de10445676 +Author: Lucian I. Last +Date: Thu Feb 16 16:02:00 2023 +0100 + + Add button functionality on signup in loggedin state + +11 2 frontend/src/pages/Signup.tsx + +commit c9603a19f95865589c25fd8d9f0a89d24d6f7ae9 +Author: Lucian I. Last +Date: Thu Feb 16 15:40:55 2023 +0100 + + Fix People cannot signup for loop bug + +4 6 frontend/src/pages/FindChain.tsx +127 54 frontend/src/pages/Signup.tsx + +commit d3cd138a362a4490c9efaf4548405afe979d0af5 +Author: Lucian I. Last +Date: Thu Feb 16 14:34:04 2023 +0100 + + Add min max on Radius on chain update call + +1 1 server/internal/controllers/chain.go + +commit 651e2606dd0181409c216f6d200d67e09e01a71c +Author: Lucian I. Last +Date: Thu Feb 16 14:22:17 2023 +0100 + + Add invisible border for more clickable surface + +2 1 frontend/src/pages/FindChain.tsx + +commit 56d48c4b90ee0f1cc10ea2ca93d5119dcf5b356a +Author: Lucian I. Last +Date: Thu Feb 16 14:34:04 2023 +0100 + + Add min max on Radius on chain update call + +1 1 server/internal/controllers/chain.go + +commit 1af2fe20f0c740c52fc09da3032f4c65e7628854 +Author: Lucian I. Last +Date: Thu Feb 16 14:22:17 2023 +0100 + + Add invisible border for more clickable surface + +2 1 frontend/src/pages/FindChain.tsx + +commit e2114da613c4af62642cad68648286483f964b46 +Merge: 291e7ec4 81d07a9a +Author: Lucian I. Last +Date: Thu Feb 16 11:56:39 2023 +0100 + + Merge branch 'l10n_main' + +commit 291e7ec4e157bc2d43b3ea9f1480237048a9ce30 +Author: Lucian I. Last +Date: Thu Feb 16 11:48:03 2023 +0100 + + Fix find chains without host + +10 7 server/sql/find-chain-without-host.sql + +commit 81d07a9aacefd2b93a86351912fc48de469141bc +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Feb 16 11:12:37 2023 +0100 + + New translations translation.json (Japanese) + +1 0 frontend/public/locales/ja/translation.json + +commit 2e633f5f1ae41f3e185adf44e52149e3b6669d59 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Feb 16 11:12:36 2023 +0100 + + New translations faq.json (Japanese) + +54 18 frontend/public/locales/ja/faq.json + +commit 8b50f72f486b81585ec6605929ab2fcfec4a3ed7 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Feb 16 11:12:31 2023 +0100 + + New translations translation.json (Korean) + +1 0 frontend/public/locales/ko/translation.json + +commit f474507dfb18468e05f62d913641263f3c78bf58 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Feb 16 11:12:30 2023 +0100 + + New translations faq.json (Korean) + +54 18 frontend/public/locales/ko/faq.json + +commit 5c2f9cb474981af779050d86242dfb31c632a60c +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Feb 16 11:12:00 2023 +0100 + + New translations translation.json (Swedish) + +1 0 frontend/public/locales/sv/translation.json + +commit 6a1f017ccaf4f8422747fec01f6b9d518f76abd9 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Feb 16 11:11:59 2023 +0100 + + New translations translation.json (Portuguese) + +1 0 frontend/public/locales/pt/translation.json + +commit 0f5a9a68c34dee118231949f9c67ce7b01cec7b7 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Feb 16 11:11:58 2023 +0100 + + New translations translation.json (Dutch) + +1 0 frontend/public/locales/nl/translation.json + +commit 9154ea9126fbd5953573d38d1ef5b1ac86dd2423 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Feb 16 11:11:57 2023 +0100 + + New translations translation.json (Italian) + +1 0 frontend/public/locales/it/translation.json + +commit 1f246faf9aafc7da0cfa13966a4db3cb61ad7f8e +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Feb 16 11:11:56 2023 +0100 + + New translations translation.json (German) + +1 0 frontend/public/locales/de/translation.json + +commit e5b25ae2840fd7742f06984f523dff53d543ecf5 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Feb 16 11:11:55 2023 +0100 + + New translations translation.json (Spanish) + +1 0 frontend/public/locales/es/translation.json + +commit b5eba0da50a29bfa9b0034359105442e2350975f +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Feb 16 11:11:54 2023 +0100 + + New translations translation.json (French) + +1 0 frontend/public/locales/fr/translation.json + +commit 1f58ee29bd7fc2c53bd53c8f4c5af760bb7b2bb3 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Feb 16 11:11:49 2023 +0100 + + New translations faq.json (Swedish) + +62 26 frontend/public/locales/sv/faq.json + +commit 0ab2725e45269c90b1299127c099f63ec0565e6e +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Feb 16 11:11:48 2023 +0100 + + New translations faq.json (Portuguese) + +54 18 frontend/public/locales/pt/faq.json + +commit 6b13a6def9080a2313287a8139f899a79ba02f56 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Feb 16 11:11:46 2023 +0100 + + New translations faq.json (Dutch) + +62 26 frontend/public/locales/nl/faq.json + +commit f466423bcacfe06da9462ac93860ea7976ea6a2a +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Feb 16 11:11:45 2023 +0100 + + New translations faq.json (Italian) + +62 26 frontend/public/locales/it/faq.json + +commit a9fd7ebc7fdf987d6338c5a497f26b87aea43dd2 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Feb 16 11:11:45 2023 +0100 + + New translations faq.json (German) + +61 25 frontend/public/locales/de/faq.json + +commit a0831bf83b0716ca1772603488ec3f7faa91e48d +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Feb 16 11:11:44 2023 +0100 + + New translations faq.json (Spanish) + +59 23 frontend/public/locales/es/faq.json + +commit 4b3dee83b43904ac6bcddb4a12eea738e6e7b6c7 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Feb 16 11:11:43 2023 +0100 + + New translations faq.json (French) + +62 26 frontend/public/locales/fr/faq.json + +commit ab48ae78311442a4a1d906a53a86d62215e0e3dc +Merge: fbc0160e b35b0b2e +Author: Lucian I. Last +Date: Thu Feb 16 10:40:26 2023 +0100 + + Merge branch 'add-new-faq-text-#350' + +commit b35b0b2e02c5f78ffda6c1d4d46fe3d2392a47de +Author: Lucian I. Last +Date: Thu Feb 16 10:37:51 2023 +0100 + + Fix links + +4 4 frontend/public/locales/en/faq.json + +commit 82a27ced6b4408d17dcc74f5499332496b67012f +Author: Lucian I. Last +Date: Thu Feb 16 10:22:11 2023 +0100 + + Fix faq styling removing rounded corners + +3 3 frontend/src/pages/FAQ.tsx + +commit 9e93e6825de5c056cdeb16601c944f967c9753c6 +Author: Lucian I. Last +Date: Thu Feb 16 10:21:39 2023 +0100 + + Add default faq for hosts + +1 1 frontend/src/pages/FAQ.tsx + +commit f9ae929805ffbbd08232a56a2a8b8a44f1e1af5a +Merge: 77f83a4f fbc0160e +Author: Lucian I. Last +Date: Thu Feb 16 10:10:29 2023 +0100 + + Merge branch 'main' into add-new-faq-text-#350 + +commit fbc0160e402fea8c0d2df33f36dfb682a7bc2371 +Merge: 0ef860d3 90b4d9db +Author: Lucian I. Last +Date: Thu Feb 16 08:59:57 2023 +0000 + + Merge pull request #375 from NatalieWilson19/improve-ux-checkbox-to-dropdown-#344 + + Improve ux checkbox to dropdown #344 + +commit 90b4d9dbf49a09d798faa519276eaa8def7378c2 +Author: Lucian I. Last +Date: Thu Feb 16 09:58:06 2023 +0100 + + Move add cohost from host table to ChainMemberList + +124 113 frontend/src/pages/ChainMemberList.tsx + +commit 0ef860d3cd7b84170187eddb04e546646fbaa56a +Merge: 1d2d96b2 41fba724 +Author: Lucian I. Last +Date: Thu Feb 16 07:12:58 2023 +0000 + + Merge pull request #381 from the-clothing-loop/l10n_main + +commit 41fba724673d79d7b2b2e39319ff2b94c6959db7 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Feb 15 20:55:47 2023 +0100 + + New translations faq.json (Spanish) + +19 19 frontend/public/locales/es/faq.json + +commit 23826f9d91f24ebc32e95593fa72052b1d5da195 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Feb 15 18:20:45 2023 +0100 + + New translations faq.json (Spanish) + +1 1 frontend/public/locales/es/faq.json + +commit 1eafa2ce8e4a762ee65cac8eb56e94d25f583890 +Author: Lucian I. Last +Date: Wed Feb 15 09:46:54 2023 +0100 + + Update daisyui + +10 6 frontend/package-lock.json + +commit b66f789d3a6baf2c4500c4ea0bf7aac740dfcab3 +Author: Lucian I. Last +Date: Wed Feb 15 09:46:43 2023 +0100 + + Move menu to front when in mobile + + Remove rounded corners from tables + +100 87 frontend/src/pages/ChainMemberList.tsx +1 1 frontend/src/tailwind.css + +commit 7aebc4c37b622a575bd46938a0b17e821e4e7bd9 +Author: Lucian I. Last +Date: Wed Feb 15 07:57:42 2023 +0100 + + Add hover row color to table + +10 4 frontend/src/pages/ChainMemberList.tsx + +commit 571562f7155f747146f06ef7146d103b34c7151d +Author: Lucian I. Last +Date: Wed Feb 15 07:57:04 2023 +0100 + + Set smaller table on xs + +5 8 frontend/src/pages/ChainMemberList.tsx +5 0 frontend/src/tailwind.css + +commit d1e68d1cbdf16f72bf780d66f76a20811e52e0fb +Author: Lucian I. Last +Date: Wed Feb 15 07:19:23 2023 +0100 + + Add error handling to member list page + +55 31 frontend/src/pages/ChainMemberList.tsx + +commit 5b75634da8ed8f4393ecb8320d4646bfe723e682 +Author: Natalie +Date: Tue Feb 14 12:12:59 2023 -0800 + + Get rid of unused getHeight function and code cleanup + +3 17 frontend/src/pages/FAQ.tsx + +commit 11ac9af351915a4803761a30e6bb9bc949522688 +Author: Natalie +Date: Tue Feb 14 12:11:31 2023 -0800 + + shortened transition + +6 4 frontend/src/pages/FAQ.tsx + +commit 1d2d96b26d60f24af3b29d3db3addefaa9efe131 +Author: Lucian I. Last +Date: Tue Feb 14 17:23:29 2023 +0100 + + Delete norwegian + +0 11 frontend/public/locales/no/about.json +0 60 frontend/public/locales/no/faq.json +0 29 frontend/public/locales/no/testimonials.json +0 233 frontend/public/locales/no/translation.json +0 16 server/internal/views/emails/no/a_participant_joined_the_loop.gohtml +0 5 server/internal/views/emails/no/an_admin_approved_your_join_request.gohtml +0 5 server/internal/views/emails/no/an_admin_denied_your_join_request.gohtml +0 12 server/internal/views/emails/no/contact_confirmation.gohtml +0 10 server/internal/views/emails/no/headers.json +0 8 server/internal/views/emails/no/login_verification.gohtml +0 7 server/internal/views/emails/no/poke.gohtml +0 8 server/internal/views/emails/no/register_verification.gohtml +0 14 server/internal/views/emails/no/subscribed_to_newsletter.gohtml + +commit 3942231159134b8196e10dccf9125a13142052a7 +Author: Lucian I. Last +Date: Tue Feb 14 17:22:35 2023 +0100 + + Remove finnish + +0 11 frontend/public/locales/fi/about.json +0 60 frontend/public/locales/fi/faq.json +0 29 frontend/public/locales/fi/testimonials.json +0 233 frontend/public/locales/fi/translation.json +0 16 server/internal/views/emails/fi/a_participant_joined_the_loop.gohtml +0 5 server/internal/views/emails/fi/an_admin_approved_your_join_request.gohtml +0 5 server/internal/views/emails/fi/an_admin_denied_your_join_request.gohtml +0 12 server/internal/views/emails/fi/contact_confirmation.gohtml +0 10 server/internal/views/emails/fi/headers.json +0 8 server/internal/views/emails/fi/login_verification.gohtml +0 7 server/internal/views/emails/fi/poke.gohtml +0 8 server/internal/views/emails/fi/register_verification.gohtml +0 14 server/internal/views/emails/fi/subscribed_to_newsletter.gohtml + +commit db89bf83b998d2e1c840037b4289b382c8e4d53d +Author: Lucian I. Last +Date: Tue Feb 14 17:21:50 2023 +0100 + + Remove persian + +0 5 frontend/public/locales/fa/about.json +0 60 frontend/public/locales/fa/faq.json +0 29 frontend/public/locales/fa/testimonials.json +0 233 frontend/public/locales/fa/translation.json +0 16 server/internal/views/emails/fa/a_participant_joined_the_loop.gohtml +0 5 server/internal/views/emails/fa/an_admin_approved_your_join_request.gohtml +0 5 server/internal/views/emails/fa/an_admin_denied_your_join_request.gohtml +0 12 server/internal/views/emails/fa/contact_confirmation.gohtml +0 10 server/internal/views/emails/fa/headers.json +0 8 server/internal/views/emails/fa/login_verification.gohtml +0 7 server/internal/views/emails/fa/poke.gohtml +0 8 server/internal/views/emails/fa/register_verification.gohtml +0 14 server/internal/views/emails/fa/subscribed_to_newsletter.gohtml + +commit 9facdbc44108784828e7ee8bfa1181faebd9cee9 +Author: Lucian I. Last +Date: Tue Feb 14 17:19:35 2023 +0100 + + wip + +79 127 frontend/src/pages/ChainMemberList.tsx + +commit f9c48739bac1ea39aed87cb4aef28270ebfb492b +Merge: 73a16271 ef831161 +Author: Lucian I. Last +Date: Tue Feb 14 13:42:40 2023 +0000 + + Merge pull request #377 from the-clothing-loop/l10n_main + +commit ef831161ad6320fd209b704fa8ea774ba3b73730 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 14 14:10:14 2023 +0100 + + New translations poke.gohtml (Norwegian) + +7 0 server/internal/views/emails/no/poke.gohtml + +commit 14c9b4a9bd002e11fc54669ae9fd202fd097497b +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 14 14:10:13 2023 +0100 + + New translations an_admin_denied_your_join_request.gohtml (Norwegian) + +5 0 server/internal/views/emails/no/an_admin_denied_your_join_request.gohtml + +commit f131c26aaae65b8a66b2d1ebc35903d2b1ae4020 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 14 14:10:12 2023 +0100 + + New translations an_admin_approved_your_join_request.gohtml (Norwegian) + +5 0 server/internal/views/emails/no/an_admin_approved_your_join_request.gohtml + +commit 098093a6b4fc9b7f12faa4eca43e841d89439fa1 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 14 14:10:12 2023 +0100 + + New translations register_verification.gohtml (Norwegian) + +8 0 server/internal/views/emails/no/register_verification.gohtml + +commit 0c47b6f81acf4bbef5310891e7bfbdd8010c86d6 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 14 14:10:11 2023 +0100 + + New translations login_verification.gohtml (Norwegian) + +8 0 server/internal/views/emails/no/login_verification.gohtml + +commit 307f4e068e4a212727effe37874c396e1309416b +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 14 14:10:10 2023 +0100 + + New translations subscribed_to_newsletter.gohtml (Norwegian) + +14 0 server/internal/views/emails/no/subscribed_to_newsletter.gohtml + +commit cc102104ef5e220c88628bee4e1ea9334200070b +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 14 14:10:09 2023 +0100 + + New translations headers.json (Norwegian) + +10 0 server/internal/views/emails/no/headers.json + +commit 8b983d7f97cc6b800582054c53e2365bd6d94081 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 14 14:09:58 2023 +0100 + + New translations contact_confirmation.gohtml (Norwegian) + +12 0 server/internal/views/emails/no/contact_confirmation.gohtml + +commit 687d8b70e3044cabb1c3734f695e6be0fe4541da +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 14 14:09:57 2023 +0100 + + New translations a_participant_joined_the_loop.gohtml (Norwegian) + +16 0 server/internal/views/emails/no/a_participant_joined_the_loop.gohtml + +commit 61e831863bdbf859dd37e172789fee1d5ac2ead1 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 14 14:09:56 2023 +0100 + + New translations translation.json (Norwegian) + +233 0 frontend/public/locales/no/translation.json + +commit 38d21c76af108c984879f0ad794dbe5c4d88afbd +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 14 14:09:55 2023 +0100 + + New translations testimonials.json (Norwegian) + +29 0 frontend/public/locales/no/testimonials.json + +commit 717727dd295fd5430e3ce9180dcaecef7d90de0a +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 14 14:09:55 2023 +0100 + + New translations faq.json (Norwegian) + +60 0 frontend/public/locales/no/faq.json + +commit 78008c2d5511e5234eab784371b306f4d9ae9789 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 14 14:09:54 2023 +0100 + + New translations about.json (Norwegian) + +11 0 frontend/public/locales/no/about.json + +commit 84994f88c9b5fafc6549f42b867bc7d07fa8327d +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 14 14:09:53 2023 +0100 + + New translations poke.gohtml (Japanese) + +7 0 server/internal/views/emails/ja/poke.gohtml + +commit a87259a34a54540ff89ea36f13b46b5b1614c8a4 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 14 14:09:52 2023 +0100 + + New translations an_admin_denied_your_join_request.gohtml (Japanese) + +5 0 server/internal/views/emails/ja/an_admin_denied_your_join_request.gohtml + +commit 3a8e189d70ddd04ac6c9e2ff34b4428591f10c6c +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 14 14:09:51 2023 +0100 + + New translations an_admin_approved_your_join_request.gohtml (Japanese) + +5 0 server/internal/views/emails/ja/an_admin_approved_your_join_request.gohtml + +commit 68f4e46f768dc24a2a8fa5f076da8606ee0faaf7 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 14 14:09:50 2023 +0100 + + New translations register_verification.gohtml (Japanese) + +8 0 server/internal/views/emails/ja/register_verification.gohtml + +commit 1efe2e502226061cf8a9c2e00a92edddf07fd732 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 14 14:09:49 2023 +0100 + + New translations login_verification.gohtml (Japanese) + +8 0 server/internal/views/emails/ja/login_verification.gohtml + +commit 73d9bb140b55b3608612a2d27c4c6b10b87392e5 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 14 14:09:48 2023 +0100 + + New translations subscribed_to_newsletter.gohtml (Japanese) + +14 0 server/internal/views/emails/ja/subscribed_to_newsletter.gohtml + +commit 117db7fc3b7cd3836ae525afe2620488a5cfcf17 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 14 14:09:47 2023 +0100 + + New translations headers.json (Japanese) + +10 0 server/internal/views/emails/ja/headers.json + +commit 33f15106c9636390367fd4467774f3ad1daad815 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 14 14:09:46 2023 +0100 + + New translations contact_confirmation.gohtml (Japanese) + +12 0 server/internal/views/emails/ja/contact_confirmation.gohtml + +commit a8f5f3a89cee59fad4a52477972209de75cc8ee3 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 14 14:09:45 2023 +0100 + + New translations a_participant_joined_the_loop.gohtml (Japanese) + +16 0 server/internal/views/emails/ja/a_participant_joined_the_loop.gohtml + +commit d66faf159e1ce4c3da6993a7b301b383241a2ed5 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 14 14:09:44 2023 +0100 + + New translations translation.json (Japanese) + +233 0 frontend/public/locales/ja/translation.json + +commit 1e4b08c0f22cc305bf9ef796763f6fae420ae52c +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 14 14:09:43 2023 +0100 + + New translations testimonials.json (Japanese) + +29 0 frontend/public/locales/ja/testimonials.json + +commit b1ad70869b03aae5c8f43a558db33178302ebe8e +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 14 14:09:43 2023 +0100 + + New translations faq.json (Japanese) + +60 0 frontend/public/locales/ja/faq.json + +commit 831df34252a8d6f7830eb1e38b995e64d6d0224a +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 14 14:09:42 2023 +0100 + + New translations about.json (Japanese) + +11 0 frontend/public/locales/ja/about.json + +commit 63f918cc2e3d0d35cb829d2ba9616db5a3b4aac5 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 14 14:09:41 2023 +0100 + + New translations poke.gohtml (Danish) + +7 0 server/internal/views/emails/da/poke.gohtml + +commit 35201b75224871ca493a3b1117b53fd927022d2a +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 14 14:09:40 2023 +0100 + + New translations an_admin_denied_your_join_request.gohtml (Danish) + +5 0 server/internal/views/emails/da/an_admin_denied_your_join_request.gohtml + +commit e8299640bfe118b3f51a2083790a2949ba28aa18 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 14 14:09:39 2023 +0100 + + New translations an_admin_approved_your_join_request.gohtml (Danish) + +5 0 server/internal/views/emails/da/an_admin_approved_your_join_request.gohtml + +commit c36e75b39422b9ecea872ea59871ca0f6b796763 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 14 14:09:38 2023 +0100 + + New translations register_verification.gohtml (Danish) + +8 0 server/internal/views/emails/da/register_verification.gohtml + +commit 3b6c31ee1f2a00ab414b4d28c3f387ea79128c82 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 14 14:09:37 2023 +0100 + + New translations login_verification.gohtml (Danish) + +8 0 server/internal/views/emails/da/login_verification.gohtml + +commit f13957a87d518345fb16d58d56591e10668befd2 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 14 14:09:36 2023 +0100 + + New translations subscribed_to_newsletter.gohtml (Danish) + +14 0 server/internal/views/emails/da/subscribed_to_newsletter.gohtml + +commit 6b6ab7bfec0a21606d0b0684503ea94400e66a85 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 14 14:09:36 2023 +0100 + + New translations headers.json (Danish) + +10 0 server/internal/views/emails/da/headers.json + +commit 70f9abfb0300d76a3ec4c3b01ee115166bc7d63d +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 14 14:09:35 2023 +0100 + + New translations contact_confirmation.gohtml (Danish) + +12 0 server/internal/views/emails/da/contact_confirmation.gohtml + +commit ca14602119b3ff45a4acaefba32c1426923e55b8 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 14 14:09:33 2023 +0100 + + New translations a_participant_joined_the_loop.gohtml (Danish) + +16 0 server/internal/views/emails/da/a_participant_joined_the_loop.gohtml + +commit 9555574947f3f8a240c27795dfa7951134df1153 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 14 14:09:32 2023 +0100 + + New translations translation.json (Danish) + +233 0 frontend/public/locales/da/translation.json + +commit 1fc65b2273fa9ff87ac158b811ca5bfedffe712b +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 14 14:09:31 2023 +0100 + + New translations testimonials.json (Danish) + +29 0 frontend/public/locales/da/testimonials.json + +commit 5420097bae23b9f1a7c8f8b9e76172e916613036 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 14 14:09:29 2023 +0100 + + New translations faq.json (Danish) + +60 0 frontend/public/locales/da/faq.json + +commit 2bc8d73e0aee2f024e34f80494b6812514099191 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 14 14:09:29 2023 +0100 + + New translations about.json (Danish) + +11 0 frontend/public/locales/da/about.json + +commit 7f24b28aa815de76b4dfc9cdcaeb5503eaedaeff +Author: Lucian I. Last +Date: Tue Feb 14 11:23:17 2023 +0100 + + Code cleanup + +26 41 frontend/src/pages/ChainMemberList.tsx + +commit 861a8d9ae87b847e2b437b1110d1a899587fe582 +Author: Lucian I. Last +Date: Mon Feb 13 21:55:16 2023 +0100 + + wip + +47 52 frontend/src/pages/ChainMemberList.tsx + +commit 71bf1fbaf06771a90d2ad8af7e7302b06c1cf572 +Merge: 2d980ed4 73a16271 +Author: Lucian I. Last +Date: Mon Feb 13 21:44:14 2023 +0100 + + Merge branch 'main' into improve-ux-checkbox-to-dropdown-#344 + +commit 73a162716a181a1bb863fd0d1ac2640a9599b85c +Merge: 0ca61769 6ae5a871 +Author: Lucian I. Last +Date: Mon Feb 13 20:37:48 2023 +0000 + + Merge pull request #361 from jnorlando/293-sort + + Issue #293 sort + +commit 6ae5a87132e84bd0efc6ef89bb3562beb3dfa643 +Author: Lucian I. Last +Date: Mon Feb 13 21:30:42 2023 +0100 + + Revert frontend changes + +0 15 frontend/src/api/route.ts +13 122 frontend/src/pages/ChainMemberList.tsx + +commit f93c36363f28ac49b64c5ee168fbac4c4a387ded +Author: Lucian I. Last +Date: Mon Feb 13 21:21:17 2023 +0100 + + Revert old route values in UserChain and Chain in fe + +0 2 frontend/src/api/types.ts + +commit a41f03a53fc1d53d81d37e069897f5c12b49e75b +Author: Lucian I. Last +Date: Mon Feb 13 21:13:40 2023 +0100 + + wip fe + +19 38 frontend/src/pages/ChainMemberList.tsx + +commit 1cb5b4bac33d0612fe91f53d89493826dc3c2f52 +Author: Lucian I. Last +Date: Mon Feb 13 21:12:47 2023 +0100 + + Add frontend api routes for route order + +4 2 frontend/src/api/route.ts + +commit 41d02133c74ae23128ccf89c1577257872cfbf98 +Author: Lucian I. Last +Date: Mon Feb 13 21:11:45 2023 +0100 + + Remove i typo dependency + +0 14 frontend/package-lock.json +0 1 frontend/package.json + +commit 0ca617696613693b7f2a601e0cdefe53e137ea7b +Merge: 92567358 c0b68d22 +Author: Lucian I. Last +Date: Mon Feb 13 17:24:46 2023 +0000 + + Merge pull request #376 from the-clothing-loop/l10n_main + +commit bd702b22220505904b863f4a876e0b5a4993b1cb +Author: Lucian I. Last +Date: Mon Feb 13 16:41:23 2023 +0100 + + Add frontend api + +13 0 frontend/src/api/route.ts + +commit 29bd1fe61e33d8653bdb8010e8ebedc23c8b7fae +Author: Lucian I. Last +Date: Mon Feb 13 16:15:06 2023 +0100 + + Add tests + +11 5 server/internal/models/chain.go +8 3 server/internal/models/chain_route_order_test.go + +commit c0b68d22d9058c2f105b86f12ec9e3e9f0d94a3f +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Feb 13 15:42:11 2023 +0100 + + New translations translation.json (German) + +3 3 frontend/public/locales/de/translation.json + +commit 8833c5a5cbd26f805156def571263e6e85e7724d +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Feb 13 15:42:10 2023 +0100 + + New translations faq.json (German) + +3 3 frontend/public/locales/de/faq.json + +commit a93676d6adac94ce9fa7b312bf4582ae8b2e075e +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Feb 13 14:45:48 2023 +0100 + + New translations faq.json (German) + +2 2 frontend/public/locales/de/faq.json + +commit 534ae3d907d7076d93f0332f0b0f4d727b9800e6 +Author: Lucian I. Last +Date: Mon Feb 13 11:30:39 2023 +0100 + + Add tests + +35 0 server/internal/models/chain_route_order_test.go +14 0 server/internal/models/testmain_test.go +2 0 server/internal/tests/mocks/mock-tables.go + +commit 1ca4737387c0ab4aa21852ade1b47663dac1f09b +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Feb 13 11:21:43 2023 +0100 + + New translations poke.gohtml (Persian) + +7 0 server/internal/views/emails/fa/poke.gohtml + +commit 0a663cc7ceb657b39c0d15859cf7554e3ce56604 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Feb 13 11:21:42 2023 +0100 + + New translations poke.gohtml (Chinese Simplified) + +7 0 server/internal/views/emails/zh/poke.gohtml + +commit 028809576ee1c58e3b7e11ca6c5ec2ee51355433 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Feb 13 11:21:41 2023 +0100 + + New translations poke.gohtml (Swedish) + +7 0 server/internal/views/emails/sv/poke.gohtml + +commit b6f10e39178ebd9facc60b92f2b8e271337eb3d2 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Feb 13 11:21:40 2023 +0100 + + New translations poke.gohtml (Portuguese) + +7 0 server/internal/views/emails/pt/poke.gohtml + +commit 9faef75ae6fa3a2186502d9708e031755602c956 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Feb 13 11:21:39 2023 +0100 + + New translations poke.gohtml (Dutch) + +7 0 server/internal/views/emails/nl/poke.gohtml + +commit 8866fe111021f8a4b7dea01db82959d46f080686 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Feb 13 11:21:38 2023 +0100 + + New translations poke.gohtml (Korean) + +7 0 server/internal/views/emails/ko/poke.gohtml + +commit da29bc9c72f5a50c10e63f8c7a8f8a3f80df7967 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Feb 13 11:21:37 2023 +0100 + + New translations poke.gohtml (Italian) + +7 0 server/internal/views/emails/it/poke.gohtml + +commit 13babb6209309a55db2233f87ed6464d144c8a89 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Feb 13 11:21:36 2023 +0100 + + New translations poke.gohtml (Finnish) + +7 0 server/internal/views/emails/fi/poke.gohtml + +commit 5f6642c90cc560e6319476dfe5bdc22e0f7cd0c1 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Feb 13 11:21:36 2023 +0100 + + New translations poke.gohtml (German) + +7 0 server/internal/views/emails/de/poke.gohtml + +commit 4bc2d6cf5a8099f69eb95048b2293afb648cab8b +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Feb 13 11:21:35 2023 +0100 + + New translations poke.gohtml (Arabic) + +7 0 server/internal/views/emails/ar/poke.gohtml + +commit 55cd2af3235c6259d8fd476170e831dd5d65f761 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Feb 13 11:21:34 2023 +0100 + + New translations poke.gohtml (Spanish) + +7 0 server/internal/views/emails/es/poke.gohtml + +commit e3a235a3514f76176e9bf09f50aa8b479061be2c +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Feb 13 11:21:33 2023 +0100 + + New translations poke.gohtml (French) + +7 0 server/internal/views/emails/fr/poke.gohtml + +commit 1b2e8b21dca32446730b99063c4bd9e4c335c8c7 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Feb 13 11:21:32 2023 +0100 + + New translations headers.json (Korean) + +2 1 server/internal/views/emails/ko/headers.json + +commit cb36e33c26d6ecdde4176bd396f5b7dd37b4e841 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Feb 13 11:21:31 2023 +0100 + + New translations translation.json (Korean) + +3 1 frontend/public/locales/ko/translation.json + +commit 0d22bc2a9fc463f3c45ea68d1f2f16963138238c +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Feb 13 11:21:30 2023 +0100 + + New translations headers.json (Persian) + +2 1 server/internal/views/emails/fa/headers.json + +commit 2c52acfca6c4676e21b7adcc92e928aaaf362093 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Feb 13 11:21:29 2023 +0100 + + New translations headers.json (Chinese Simplified) + +2 1 server/internal/views/emails/zh/headers.json + +commit 10fea3a78ad412c781acfc39ac767ae30f4c34fd +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Feb 13 11:21:28 2023 +0100 + + New translations headers.json (Swedish) + +2 1 server/internal/views/emails/sv/headers.json + +commit b9cad21d6ff8b7cedad02cbf2462b27e4cab8f19 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Feb 13 11:21:27 2023 +0100 + + New translations headers.json (Portuguese) + +2 1 server/internal/views/emails/pt/headers.json + +commit 2a28c5aa49186b6b501fafc58cb0a442b86418a3 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Feb 13 11:21:26 2023 +0100 + + New translations headers.json (Dutch) + +2 1 server/internal/views/emails/nl/headers.json + +commit 8eb8c5175d938eef555cb708510dc71e2b525440 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Feb 13 11:21:25 2023 +0100 + + New translations headers.json (Italian) + +2 1 server/internal/views/emails/it/headers.json + +commit dc222e63a7f3d609f526f3c10ac3d8b147649f93 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Feb 13 11:21:24 2023 +0100 + + New translations headers.json (Finnish) + +2 1 server/internal/views/emails/fi/headers.json + +commit 555997622a602c66173775f47f5f6810fbdba35d +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Feb 13 11:21:23 2023 +0100 + + New translations headers.json (German) + +2 1 server/internal/views/emails/de/headers.json + +commit 4a2031551ff3b177ff84a700b9851b22ceb4cf2c +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Feb 13 11:21:23 2023 +0100 + + New translations headers.json (Arabic) + +2 1 server/internal/views/emails/ar/headers.json + +commit 8f862e372774446e1af2214177d920102eafc38d +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Feb 13 11:21:22 2023 +0100 + + New translations headers.json (Spanish) + +2 1 server/internal/views/emails/es/headers.json + +commit aed05a5362e1221b6e0ef8251d6a0fc94aeda22c +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Feb 13 11:21:21 2023 +0100 + + New translations headers.json (French) + +2 1 server/internal/views/emails/fr/headers.json + +commit 3f6e3fc67b30d658b7f2bd57f17fe1abdb0dbbaa +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Feb 13 11:21:20 2023 +0100 + + New translations translation.json (Persian) + +3 1 frontend/public/locales/fa/translation.json + +commit 7624ecdbd60a222aebc12036f256ffd20ce386d3 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Feb 13 11:21:19 2023 +0100 + + New translations translation.json (Chinese Simplified) + +3 1 frontend/public/locales/zh/translation.json + +commit f7cbc53b0f32f7f83a21402024b2c87e7857718c +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Feb 13 11:21:18 2023 +0100 + + New translations translation.json (Swedish) + +3 1 frontend/public/locales/sv/translation.json + +commit 017f3df544fbfc8977bf92857efaeb4d6adcb908 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Feb 13 11:21:17 2023 +0100 + + New translations translation.json (Portuguese) + +3 1 frontend/public/locales/pt/translation.json + +commit 5eb720bee190cbf5fb1126a874aa06905929db9a +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Feb 13 11:21:16 2023 +0100 + + New translations translation.json (Dutch) + +3 1 frontend/public/locales/nl/translation.json + +commit f46a475f3eb86edc64bae85d835cbfffdff696fa +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Feb 13 11:21:15 2023 +0100 + + New translations translation.json (Italian) + +3 1 frontend/public/locales/it/translation.json + +commit 5ca1bb09cb89c3e67d0abc0a6bebfe5de9b4165b +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Feb 13 11:21:14 2023 +0100 + + New translations translation.json (Finnish) + +3 1 frontend/public/locales/fi/translation.json + +commit 06c98d6193c5da7a70b57494d0bf9685333a2473 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Feb 13 11:21:13 2023 +0100 + + New translations translation.json (German) + +3 1 frontend/public/locales/de/translation.json + +commit a4662b64b31f46ba160d23297c7b64f4ca438ee7 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Feb 13 11:21:12 2023 +0100 + + New translations translation.json (Arabic) + +3 1 frontend/public/locales/ar/translation.json + +commit cc2434b03d3709b1660402888665bea9fb2bc2eb +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Feb 13 11:21:11 2023 +0100 + + New translations translation.json (Spanish) + +3 1 frontend/public/locales/es/translation.json + +commit d52dfb7504a495fd068a5982c1bd43576928a406 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Feb 13 11:21:10 2023 +0100 + + New translations translation.json (French) + +3 1 frontend/public/locales/fr/translation.json + +commit 92567358d723806822d26211ed66e46370c34bea +Merge: 8e331ee6 7e6e54d0 +Author: Lucian I. Last +Date: Mon Feb 13 10:12:14 2023 +0000 + + Merge pull request #369 from the-clothing-loop/poke + + Poke + +commit 4f72cb39e0c8525b488e61494491d71e5b9c423e +Author: Lucian I. Last +Date: Mon Feb 13 11:09:18 2023 +0100 + + Seperate route order from chain api calls + +0 9 server/internal/app/database.go +1 8 server/internal/controllers/chain.go +59 0 server/internal/controllers/route.go +32 2 server/internal/models/chain.go +1 27 server/internal/models/user.go +36 0 server/internal/models/user_chain.go +11 0 server/internal/models/user_token.go +4 0 server/internal/server.go + +commit 13717789e796c1bec6715486d16512a438307e70 +Author: Natalie +Date: Sun Feb 12 19:16:52 2023 -0800 + + Transition works on fixed max-height + +39 5 frontend/src/pages/FAQ.tsx + +commit 2d980ed4793c81ba865b8347799e4814b2aa9b92 +Author: Natalie +Date: Sun Feb 12 18:47:53 2023 -0800 + + Prettier + +0 1 frontend/src/pages/ChainMemberList.tsx + +commit 4356818c78221d42e7980846b413a981fc1c38d4 +Author: Natalie +Date: Sun Feb 12 18:46:29 2023 -0800 + + Get rid of unused functions displayKebabMenu and onChangeSelect + +2 3 frontend/public/locales/en/translation.json +1 0 frontend/src/pages/ChainMemberList.tsx + +commit 4410e88a919627dd6304f34b4b2aa4dace7b5bd0 +Merge: a3018c22 3955eb05 +Author: Natalie +Date: Sun Feb 12 18:39:52 2023 -0800 + + Merge branch 'improve-ux-checkbox-to-dropdown-#344' of https://github.com/NatalieWilson19/clothing-loop into improve-ux-checkbox-to-dropdown-#344 + + Merge main into branch# + +commit a3018c223ca7cb393c16288a877c1fa87f4a22d0 +Author: Natalie +Date: Sun Feb 12 17:57:25 2023 -0800 + + Revert "Revert "Get rid of unused onChangeSelect function"" + + This reverts commit 90bcbfb1157a65a363a42b7a97b0c53880d61b0b. + +0 17 frontend/src/pages/ChainMemberList.tsx + +commit 90bcbfb1157a65a363a42b7a97b0c53880d61b0b +Author: Natalie +Date: Sun Feb 12 17:56:09 2023 -0800 + + Revert "Get rid of unused onChangeSelect function" + + This reverts commit 6a27353f4eb894ecefbb5762dd2bd1860baf03f4. + +17 0 frontend/src/pages/ChainMemberList.tsx + +commit 6a27353f4eb894ecefbb5762dd2bd1860baf03f4 +Author: Natalie +Date: Sun Feb 12 17:44:52 2023 -0800 + + Get rid of unused onChangeSelect function + +0 17 frontend/src/pages/ChainMemberList.tsx + +commit 53352b31c0bdda0d72493a05da899f8690414e72 +Author: Natalie +Date: Sun Feb 12 17:43:32 2023 -0800 + + Get rid of unnecessary displayKebabMenu funciton + +79 82 frontend/src/pages/ChainMemberList.tsx + +commit 3955eb0518b58d6e68eaa48b36aad12a3179b416 +Merge: a841eb87 8e331ee6 +Author: Natalie Wilson <38057767+NatalieWilson19@users.noreply.github.com> +Date: Sun Feb 12 17:23:25 2023 -0800 + + Merge branch 'the-clothing-loop:main' into improve-ux-checkbox-to-dropdown-#344 + +commit 66d6edf7a046365c4d1b41bb897885084a76f13c +Merge: aa901775 8e331ee6 +Author: Lucian I. Last +Date: Sun Feb 12 16:48:48 2023 +0100 + + Merge remote-tracking branch 'origin/main' into 293-sort + +commit 8e331ee690b060567eeb95e4ed5a653f707f2329 +Merge: 98365251 af05b702 +Author: Lucian I. Last +Date: Sun Feb 12 16:45:21 2023 +0100 + + Merge pull request #372 from the-clothing-loop/l10n_main + + New Crowdin updates + +commit af05b702a00f797a5fdfbcbd1a28abc3b75c7146 +Author: Lucian I. Last +Date: Sun Feb 12 16:43:43 2023 +0100 + + Revert "New translations about.json (Persian)" + + This reverts commit 4266178608ee6d7039e1822cb87568ef61a17edf. + +1 7 frontend/public/locales/fa/about.json + +commit 0f7c39539348613a570a43388c9835f2dd21cd2e +Author: Lucian I. Last +Date: Sun Feb 12 16:43:38 2023 +0100 + + Revert "New translations about.json (Swedish)" + + This reverts commit cbb61bee4bcfef849c71cdf2968fbfd942c405eb. + +6 6 frontend/public/locales/sv/about.json + +commit b0a8c235bce7c113f6840e6affd73ce77166c3fc +Author: Lucian I. Last +Date: Sun Feb 12 16:43:31 2023 +0100 + + Revert "New translations about.json (Dutch)" + + This reverts commit 296e7b6f39a10eef07868959e04737ee0fff8313. + +6 6 frontend/public/locales/nl/about.json + +commit ddfcd2153987b862de488d83292129377e9d89a8 +Author: Lucian I. Last +Date: Sun Feb 12 16:43:21 2023 +0100 + + Revert "New translations about.json (Italian)" + + This reverts commit 1c038a8f464da7f490934eabae5264dd18bf1959. + +6 6 frontend/public/locales/it/about.json + +commit ea159875f06ef238d1419d6e01c8c31c616347c3 +Author: Lucian I. Last +Date: Sun Feb 12 16:43:07 2023 +0100 + + Revert "New translations about.json (German)" + + This reverts commit e80c7d8f36dab0eeb6b51950cb8f31719cb3e24b. + +6 6 frontend/public/locales/de/about.json + +commit 6089d8b912704ef18852efaef83e7161a8906f20 +Author: Lucian I. Last +Date: Sun Feb 12 16:42:53 2023 +0100 + + Revert "New translations about.json (Spanish)" + + This reverts commit 5ac276c177c1e0916974926e1be7cee5c102c48b. + +6 6 frontend/public/locales/es/about.json + +commit 2fcb058cb98fb91788fe0c1759bb3e4f5eea91b8 +Author: Lucian I. Last +Date: Sun Feb 12 16:42:40 2023 +0100 + + Revert "New translations about.json (French)" + + This reverts commit a7a9e8f9c79c1eab9570504e43670b9997d86f8e. + +6 6 frontend/public/locales/fr/about.json + +commit 4266178608ee6d7039e1822cb87568ef61a17edf +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Sun Feb 12 16:11:31 2023 +0100 + + New translations about.json (Persian) + +7 1 frontend/public/locales/fa/about.json + +commit cbb61bee4bcfef849c71cdf2968fbfd942c405eb +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Sun Feb 12 16:11:30 2023 +0100 + + New translations about.json (Swedish) + +6 6 frontend/public/locales/sv/about.json + +commit 296e7b6f39a10eef07868959e04737ee0fff8313 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Sun Feb 12 16:11:29 2023 +0100 + + New translations about.json (Dutch) + +6 6 frontend/public/locales/nl/about.json + +commit 1c038a8f464da7f490934eabae5264dd18bf1959 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Sun Feb 12 16:11:29 2023 +0100 + + New translations about.json (Italian) + +6 6 frontend/public/locales/it/about.json + +commit e80c7d8f36dab0eeb6b51950cb8f31719cb3e24b +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Sun Feb 12 16:11:28 2023 +0100 + + New translations about.json (German) + +6 6 frontend/public/locales/de/about.json + +commit 5ac276c177c1e0916974926e1be7cee5c102c48b +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Sun Feb 12 16:11:27 2023 +0100 + + New translations about.json (Spanish) + +6 6 frontend/public/locales/es/about.json + +commit a7a9e8f9c79c1eab9570504e43670b9997d86f8e +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Sun Feb 12 16:11:26 2023 +0100 + + New translations about.json (French) + +6 6 frontend/public/locales/fr/about.json + +commit 98365251d01ae1a2c5f56e507f8c643fab08c02d +Merge: a9dec0bf de8ac92f +Author: Lucian I. Last +Date: Sun Feb 12 16:10:24 2023 +0100 + + Merge branch 'l10n_main' + +commit de8ac92f3097900eafd85edc0e4191068b254e85 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Sun Feb 12 16:02:40 2023 +0100 + + New translations about.json (Korean) + +7 1 frontend/public/locales/ko/about.json + +commit 6054b79c8ae24d8600e754631e611358d0bf5530 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Sun Feb 12 16:01:48 2023 +0100 + + New translations about.json (Persian) + +7 1 frontend/public/locales/fa/about.json + +commit 1b30dc1499971453d2e182c071d10f4859ecf957 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Sun Feb 12 16:01:47 2023 +0100 + + New translations about.json (Chinese Simplified) + +7 1 frontend/public/locales/zh/about.json + +commit 5aea5817a7fbf79b202d44ca0c865aa510e0456c +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Sun Feb 12 16:01:46 2023 +0100 + + New translations about.json (Swedish) + +6 6 frontend/public/locales/sv/about.json + +commit d2acdd9e598a35ba805e62f87838434c945b6a26 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Sun Feb 12 16:01:45 2023 +0100 + + New translations about.json (Portuguese) + +7 1 frontend/public/locales/pt/about.json + +commit f4e798fc05a74e566014924deb5b605d219b767f +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Sun Feb 12 16:01:44 2023 +0100 + + New translations about.json (Dutch) + +6 6 frontend/public/locales/nl/about.json + +commit d5fdce27abf73813c4649231ffd4328f8da36790 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Sun Feb 12 16:01:43 2023 +0100 + + New translations about.json (Italian) + +6 6 frontend/public/locales/it/about.json + +commit bda7cccfa7425f4f358021e2b2e3424db975eebd +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Sun Feb 12 16:01:42 2023 +0100 + + New translations about.json (Finnish) + +7 1 frontend/public/locales/fi/about.json + +commit 6cbd3670701cd11954eb00fda74e4b497c08316e +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Sun Feb 12 16:01:41 2023 +0100 + + New translations about.json (German) + +6 6 frontend/public/locales/de/about.json + +commit 27863d00de536303b28ee2529c2ef9b6ce5248b8 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Sun Feb 12 16:01:40 2023 +0100 + + New translations about.json (Arabic) + +7 1 frontend/public/locales/ar/about.json + +commit f93d4533d6db71974c825a20beeb0c34452d9faa +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Sun Feb 12 16:01:39 2023 +0100 + + New translations about.json (Spanish) + +6 6 frontend/public/locales/es/about.json + +commit ea1769fc9abd7411bda08345e36bd7605fedffdb +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Sun Feb 12 16:01:38 2023 +0100 + + New translations about.json (French) + +6 6 frontend/public/locales/fr/about.json + +commit a9dec0bf010e659fba539c77546c0f154fa1b6a3 +Merge: d6b39a43 07ffa3f5 +Author: Lucian I. Last +Date: Sun Feb 12 15:51:13 2023 +0100 + + Merge pull request #365 from NatalieWilson19/main + + Too much text in one paragraph in the about page #307 + +commit 07ffa3f5342be49eec92b94bf24972a165173f58 +Author: Lucian I. Last +Date: Sun Feb 12 15:49:29 2023 +0100 + + Delete old keys + +1 3 frontend/public/locales/ar/about.json +1 3 frontend/public/locales/fa/about.json +1 3 frontend/public/locales/fi/about.json +1 3 frontend/public/locales/ko/about.json +1 3 frontend/public/locales/pt/about.json +1 3 frontend/public/locales/zh/about.json + +commit 2a607d203a8774f57780d52f762c7cef37cda1ad +Author: Lucian I. Last +Date: Sun Feb 12 15:33:38 2023 +0100 + + lint + +1 1 frontend/public/locales/de/about.json +2 1 frontend/public/locales/fr/about.json +2 2 frontend/public/locales/it/about.json +2 1 frontend/public/locales/sv/about.json +1 1 frontend/src/pages/About.tsx + +commit d48385660d96f8ffcd8de3de3c1a2456993a42ca +Author: Lucian I. Last +Date: Sun Feb 12 15:32:53 2023 +0100 + + Add strong to languages + +1 1 frontend/public/locales/es/about.json +3 3 frontend/public/locales/fr/about.json +2 2 frontend/public/locales/it/about.json +5 2 frontend/public/locales/sv/about.json + +commit 5597002dbe947543df3ecd684e1dd8eb67850205 +Author: Lucian I. Last +Date: Sat Feb 11 22:21:43 2023 +0100 + + Italian and Dutch translations + +6 2 frontend/public/locales/it/about.json +6 2 frontend/public/locales/nl/about.json + +commit 88b9f9e82d0803428b462b3e3242e6aef97e7e5b +Author: Lucian I. Last +Date: Sat Feb 11 18:12:35 2023 +0100 + + Translate want to join + +2 1 frontend/public/locales/de/about.json +2 1 frontend/public/locales/en/about.json +6 2 frontend/public/locales/es/about.json +5 2 frontend/public/locales/fr/about.json +1 1 frontend/src/pages/About.tsx + +commit 47ff5a939ec1afa7d3cb369f62519daa935e40d1 +Author: Lucian I. Last +Date: Sat Feb 11 17:05:36 2023 +0100 + + Fix german translations + +5 2 frontend/public/locales/de/about.json + +commit dab0bb457ecd5d5f020de51059bc7af80c603a5c +Author: Lucian I. Last +Date: Sat Feb 11 17:05:16 2023 +0100 + + Move space to after strong tag ending + +2 2 frontend/public/locales/en/about.json + +commit ecaec80f8ebc9dc874b4e19501d5be82b67ba60c +Author: Lucian I. Last +Date: Sat Feb 11 16:43:27 2023 +0100 + + Fix styling on WantToJoin text + +18 19 frontend/src/pages/About.tsx + +commit 6e8742f3436c3f3e311ba6e0a6b54cd8509848f0 +Merge: c8044e61 fe52cd84 +Author: Lucian I. Last +Date: Sat Feb 11 10:49:19 2023 +0100 + + Merge branch 'main' into NatalieWilson19/main + +commit 7e6e54d085fdec4e4c75b0a5048b36d47a8d48ef +Author: Lucian I. Last +Date: Sat Feb 11 10:43:59 2023 +0100 + + lint + +1 1 frontend/public/locales/en/translation.json + +commit d6b39a43c17182ca42fe54740b2a3b2f95c3963c +Merge: fe52cd84 6cb2c5ee +Author: Lucian I. Last +Date: Sat Feb 11 08:42:54 2023 +0100 + + Merge pull request #370 from the-clothing-loop/l10n_main + + New Crowdin updates + +commit a841eb87732a23aca65c97068fd5b94925778824 +Author: Natalie +Date: Fri Feb 10 12:19:10 2023 -0800 + + Seperated approve and deny into seperate dropdown items for unapproved users + +3 1 frontend/public/locales/en/translation.json +41 13 frontend/src/pages/ChainMemberList.tsx + +commit 6cb2c5eedf96a623b238278df3780c40b6dd417f +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Feb 10 17:18:51 2023 +0100 + + New translations translation.json (German) + +17 17 frontend/public/locales/de/translation.json + +commit e36c71e5b4343414d2bbb3910938339542bc3f77 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Feb 10 15:01:27 2023 +0100 + + New translations translation.json (German) + +5 5 frontend/public/locales/de/translation.json + +commit f30d8f6684382a576b2518b1064afa22ec95e9c3 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Feb 10 15:01:26 2023 +0100 + + New translations faq.json (German) + +5 5 frontend/public/locales/de/faq.json + +commit 0898dcd3c2fb706e5bc56dd66e72f69e9ace52d6 +Author: Lucian I. Last +Date: Fri Feb 10 11:45:46 2023 +0100 + + Use dayjs for simplify days function + +3 3 frontend/src/pages/ChainMemberList.tsx + +commit 01bd88c9eecb8205131d0336135459338165af74 +Author: Lucian I. Last +Date: Fri Feb 10 11:38:54 2023 +0100 + + Add poke translations & Add time buffers with a cookie + +11 0 frontend/package-lock.json +1 0 frontend/package.json +3 1 frontend/public/locales/en/translation.json +25 9 frontend/src/components/ChainsList.tsx + +commit d400f6cb67bb412a403c56ec34a5bf4bba614abb +Author: Lucian I. Last +Date: Fri Feb 10 10:59:38 2023 +0100 + + Add proper email title + +1 1 server/internal/views/email.go +1 1 server/internal/views/emails/en/headers.json + +commit 77f83a4f01c430b7ea3f457de13c9e945048d5ba +Merge: 74a29a98 fe52cd84 +Author: Lucian I. Last +Date: Fri Feb 10 10:51:28 2023 +0100 + + Merge branch 'main' into add-new-faq-text-#350 + +commit 13b0b158ddac1a03868641325da0b25af68e02e9 +Author: Lucian I. Last +Date: Thu Feb 9 09:56:46 2023 +0100 + + Fix api call bugs & Return to prev dropdown size on single item + +25 12 frontend/src/components/ChainsList.tsx +41 18 server/internal/controllers/poke.go +3 3 server/internal/models/user.go +9 10 server/internal/views/email.go +2 1 server/internal/views/emails/en/headers.json +7 0 server/internal/views/emails/en/poke.gohtml + +commit f4891836c988ac2282319b73996f2b5177ef27a4 +Author: Lucian I. Last +Date: Thu Feb 9 08:02:48 2023 +0100 + + Fix overflow y from dropdown + +3 3 frontend/src/components/ChainsList.tsx + +commit d2fb7f83a76b9ae121c6abee47f63f1931b83b01 +Author: Lucian I. Last +Date: Thu Feb 9 07:36:50 2023 +0100 + + Add frontend WIP + +6 0 frontend/src/api/chain.ts +31 5 frontend/src/components/ChainsList.tsx +1 0 server/internal/server.go + +commit 4d824422b147df48464a886a4bed3ebd2a334e53 +Author: Lucian I. Last +Date: Thu Feb 9 07:21:23 2023 +0100 + + backend wip + +51 0 server/internal/controllers/poke.go +13 0 server/internal/models/user.go +24 0 server/internal/views/email.go + +commit 5e6ef8222258013529e7b91a30824bf78c5ea727 +Author: Natalie +Date: Wed Feb 8 17:17:36 2023 -0800 + + switched remove and edit in dropdown + +37 37 frontend/src/pages/ChainMemberList.tsx + +commit 78453321c88bf9e72acc72b26a7290a87cd94533 +Author: Natalie +Date: Wed Feb 8 17:11:35 2023 -0800 + + fixed overflow issue + +2 2 frontend/src/pages/ChainMemberList.tsx + +commit cd925feef03126c04767749985ee7b8432d35aa5 +Author: Natalie +Date: Wed Feb 8 13:21:25 2023 -0800 + + Better ux for dropdown menu + +4 5 frontend/src/pages/ChainMemberList.tsx + +commit 5b9ca41d2dabd0b2cb5bf8a36eede30c0abffc9e +Author: Natalie +Date: Wed Feb 8 13:02:26 2023 -0800 + + Changed from buttons to text + +31 41 frontend/src/pages/ChainMemberList.tsx + +commit fe52cd8426ed7bd821a3c6a9d1d8f3c4efe336d9 +Author: Lucian I. Last +Date: Wed Feb 8 17:28:39 2023 +0100 + + Fix deployment action typo + +2 2 .github/workflows/deploy-production.yml + +commit 5348438d226e16a64dddbb37597ddedc07eb736b +Author: Lucian I. Last +Date: Wed Feb 8 13:44:17 2023 +0100 + + Show closed for chains not open to new members + +6 1 frontend/src/pages/FindChain.tsx + +commit cce24228ce73d922f1f231d48003ac8c1067f1c7 +Merge: a93449a1 c9d215c3 +Author: Lucian I. Last +Date: Wed Feb 8 12:40:25 2023 +0100 + + Merge pull request #366 from the-clothing-loop/l10n_main + + New Crowdin updates + +commit c9d215c39577d0b3db35076462674f44bf38ef2a +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Feb 8 12:38:58 2023 +0100 + + New translations an_admin_denied_your_join_request.gohtml (Korean) + +5 0 server/internal/views/emails/ko/an_admin_denied_your_join_request.gohtml + +commit 5baf767954a8abd47341366aa28b8feb02267d1c +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Feb 8 12:38:57 2023 +0100 + + New translations an_admin_approved_your_join_request.gohtml (Korean) + +5 0 server/internal/views/emails/ko/an_admin_approved_your_join_request.gohtml + +commit 9e40c2d32f6341d4163127cb7e6b4e9401ea7fe0 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Feb 8 12:38:56 2023 +0100 + + New translations register_verification.gohtml (Korean) + +8 0 server/internal/views/emails/ko/register_verification.gohtml + +commit 5fd560b55a8187b3178284e411eae94de28ce001 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Feb 8 12:38:55 2023 +0100 + + New translations login_verification.gohtml (Korean) + +8 0 server/internal/views/emails/ko/login_verification.gohtml + +commit 34802424e845b84683fb1472a8a96eba7d8cbad6 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Feb 8 12:38:54 2023 +0100 + + New translations subscribed_to_newsletter.gohtml (Korean) + +14 0 server/internal/views/emails/ko/subscribed_to_newsletter.gohtml + +commit e469a337c0986b3ded62a970ef136c45aef7400b +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Feb 8 12:38:53 2023 +0100 + + New translations headers.json (Korean) + +9 0 server/internal/views/emails/ko/headers.json + +commit 83c4f9a83ceb57b9b789f8f89ed7e53e00a51e43 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Feb 8 12:38:52 2023 +0100 + + New translations contact_confirmation.gohtml (Korean) + +12 0 server/internal/views/emails/ko/contact_confirmation.gohtml + +commit ac53fcf48a5b7486cc4dffcdc9ab683d215e37b3 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Feb 8 12:38:51 2023 +0100 + + New translations a_participant_joined_the_loop.gohtml (Korean) + +16 0 server/internal/views/emails/ko/a_participant_joined_the_loop.gohtml + +commit 6033b208a9ef533c02cce7e39c6430c2e7f025a4 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Feb 8 12:38:50 2023 +0100 + + New translations translation.json (Korean) + +231 0 frontend/public/locales/ko/translation.json + +commit ab4cb26e35b7002ef8864d76a7cebaefabcb0827 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Feb 8 12:38:50 2023 +0100 + + New translations testimonials.json (Korean) + +29 0 frontend/public/locales/ko/testimonials.json + +commit 6d1c413cb9785f0b182c74180f6d8c3e3b13f919 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Feb 8 12:38:49 2023 +0100 + + New translations faq.json (Korean) + +60 0 frontend/public/locales/ko/faq.json + +commit f934c0025045460694519ff14eb1a035d53be551 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Feb 8 12:38:48 2023 +0100 + + New translations about.json (Korean) + +7 0 frontend/public/locales/ko/about.json + +commit a93449a11990d7bdc5b11d96ac2eb44b432feef9 +Author: Lucian I. Last +Date: Wed Feb 8 12:37:47 2023 +0100 + + Change to 9 countries + +1 1 frontend/src/components/Counters/Counters.tsx + +commit 2ecd987e46e5870511f12489bcddfc82ee2d7aa4 +Author: Lucian I. Last +Date: Wed Feb 8 12:35:25 2023 +0100 + + Add swedish lang + +1 1 frontend/sitemap.js +2 2 frontend/src/App.tsx +1 0 frontend/src/components/LanguageSwitcher.tsx +2 2 frontend/src/i18n.tsx +1 1 server/internal/views/email.go + +commit 65ddba48cab0f4f27beafa4595e4d77e379c8739 +Merge: 452ce4a5 99d519c2 +Author: Lucian I. Last +Date: Wed Feb 8 11:22:37 2023 +0100 + + Merge remote-tracking branch 'origin/l10n_main' + +commit 452ce4a59763e79791f4575e828eeb01e1079cde +Author: Lucian I. Last +Date: Wed Feb 8 11:11:17 2023 +0100 + + Fix unwanted x overflow from popup in find page + +1 1 frontend/src/pages/FindChain.tsx + +commit c683e8e8ea9053333dfb404086e00fd54bb359e1 +Merge: 7a196c45 087ab0e7 +Author: Lucian I. Last +Date: Wed Feb 8 10:02:27 2023 +0100 + + Merge pull request #362 from the-clothing-loop/add-credit-to-more-photos-#358 + +commit c8044e61b9a9c24b5b04744f9f5e2a86eec98c20 +Merge: fd29bc03 8ac9a2b2 +Author: Natalie +Date: Tue Feb 7 11:33:33 2023 -0800 + + Merge branch 'main' of https://github.com/NatalieWilson19/clothing-loop + +commit fd29bc03652bf698630b48ff8902d0bf2ce5dc73 +Author: Natalie +Date: Tue Feb 7 11:31:03 2023 -0800 + + Prettier + +25 29 frontend/src/pages/About.tsx + +commit 8ac9a2b2a21f32f4782fd81181413e27d229f105 +Merge: 8688f753 7a196c45 +Author: Natalie Wilson <38057767+NatalieWilson19@users.noreply.github.com> +Date: Tue Feb 7 11:14:05 2023 -0800 + + Merge branch 'the-clothing-loop:main' into main + +commit 8688f7536afc1476abd0ca90ee2cb8a5250e4c54 +Author: Natalie +Date: Tue Feb 7 11:13:32 2023 -0800 + + Fixed formatting issue in team section + +1 1 frontend/public/locales/en/about.json +8 4 frontend/src/pages/About.tsx + +commit 123c8f52c264f42a00483337c1391dea5d8c7b68 +Author: Natalie +Date: Tue Feb 7 11:00:51 2023 -0800 + + Prettier + +85 112 frontend/src/pages/ChainMemberList.tsx + +commit 99d519c2d6c0cbae27fc0a2f79abe8dc5ea105ab +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 7 17:55:17 2023 +0100 + + New translations an_admin_denied_your_join_request.gohtml (Swedish) + +3 3 server/internal/views/emails/sv/an_admin_denied_your_join_request.gohtml + +commit 6a67c1ef9014714508033811590c27075cf5c9db +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 7 17:55:15 2023 +0100 + + New translations an_admin_denied_your_join_request.gohtml (Finnish) + +5 0 server/internal/views/emails/fi/an_admin_denied_your_join_request.gohtml + +commit 8a8b47e32a79d7772e00d15e72184a9bc1274b68 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 7 17:55:14 2023 +0100 + + New translations an_admin_denied_your_join_request.gohtml (German) + +2 2 server/internal/views/emails/de/an_admin_denied_your_join_request.gohtml + +commit 4e590334e34bbb9c332888bac01741e8d95e387b +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 7 17:55:10 2023 +0100 + + New translations an_admin_approved_your_join_request.gohtml (Swedish) + +3 3 server/internal/views/emails/sv/an_admin_approved_your_join_request.gohtml + +commit ec612bbcc0158928f9f196ab1e3906aa666b8291 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 7 17:55:08 2023 +0100 + + New translations an_admin_approved_your_join_request.gohtml (Dutch) + +3 3 server/internal/views/emails/nl/an_admin_approved_your_join_request.gohtml + +commit 9e6804ea068643d46afc9974e4d9982321cd6ab3 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 7 17:55:07 2023 +0100 + + New translations an_admin_approved_your_join_request.gohtml (Finnish) + +5 0 server/internal/views/emails/fi/an_admin_approved_your_join_request.gohtml + +commit 71f2f05224e54553c488f1851c425d4efbf7a167 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 7 17:55:06 2023 +0100 + + New translations an_admin_approved_your_join_request.gohtml (German) + +2 2 server/internal/views/emails/de/an_admin_approved_your_join_request.gohtml + +commit ea82f397b00ab425d8525a4421b1c2d3d17e5352 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 7 17:55:02 2023 +0100 + + New translations register_verification.gohtml (Swedish) + +5 5 server/internal/views/emails/sv/register_verification.gohtml + +commit a9d0b22d2fb2d9cdcdf8bcfe788010f4b77e505e +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 7 17:54:59 2023 +0100 + + New translations register_verification.gohtml (Finnish) + +8 0 server/internal/views/emails/fi/register_verification.gohtml + +commit bb2f319487add56e0b256617ba082a474f931f20 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 7 17:54:58 2023 +0100 + + New translations register_verification.gohtml (German) + +4 4 server/internal/views/emails/de/register_verification.gohtml + +commit e24d31023c1784807900deef5e316a1c39449ca2 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 7 17:54:54 2023 +0100 + + New translations login_verification.gohtml (Swedish) + +5 5 server/internal/views/emails/sv/login_verification.gohtml + +commit a4510580b2b0514b6ac81ba1601b23275d577708 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 7 17:54:51 2023 +0100 + + New translations login_verification.gohtml (Finnish) + +8 0 server/internal/views/emails/fi/login_verification.gohtml + +commit 3767a4019e29e5cfd5dce9d49ef6918b048a5f8b +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 7 17:54:50 2023 +0100 + + New translations login_verification.gohtml (German) + +4 4 server/internal/views/emails/de/login_verification.gohtml + +commit 69d8d763fe7a4f1b57f2bef0c14f23ec5660dc2d +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 7 17:54:46 2023 +0100 + + New translations subscribed_to_newsletter.gohtml (Swedish) + +8 8 server/internal/views/emails/sv/subscribed_to_newsletter.gohtml + +commit fc033f51a99fa15b21be6eb473edc607e4c5a0f8 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 7 17:54:42 2023 +0100 + + New translations subscribed_to_newsletter.gohtml (Finnish) + +14 0 server/internal/views/emails/fi/subscribed_to_newsletter.gohtml + +commit 80a09d556d4af629883d92ec5101944b4a7c6086 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 7 17:54:41 2023 +0100 + + New translations subscribed_to_newsletter.gohtml (German) + +8 8 server/internal/views/emails/de/subscribed_to_newsletter.gohtml + +commit 157af1c35861633b03220fff80edaa975f487966 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 7 17:54:39 2023 +0100 + + New translations subscribed_to_newsletter.gohtml (French) + +1 1 server/internal/views/emails/fr/subscribed_to_newsletter.gohtml + +commit 44a355dc24744f5f7642f1f3dd01094056886a5c +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 7 17:54:37 2023 +0100 + + New translations headers.json (Swedish) + +7 7 server/internal/views/emails/sv/headers.json + +commit ae7fecac713597c294e4ecb62fe800003f9d57cb +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 7 17:54:34 2023 +0100 + + New translations headers.json (Finnish) + +9 0 server/internal/views/emails/fi/headers.json + +commit 6667a993d745304600c96051ae8ad656069ba705 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 7 17:54:33 2023 +0100 + + New translations headers.json (German) + +7 7 server/internal/views/emails/de/headers.json + +commit e73180541858125d14a550bfc24fcc1f7c192995 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 7 17:54:29 2023 +0100 + + New translations contact_confirmation.gohtml (Swedish) + +6 6 server/internal/views/emails/sv/contact_confirmation.gohtml + +commit 2f6973810ef49eb1fc3bb1d930121710e2e4e3f2 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 7 17:54:26 2023 +0100 + + New translations contact_confirmation.gohtml (Finnish) + +12 0 server/internal/views/emails/fi/contact_confirmation.gohtml + +commit b85a5db639348e5a5a40d2f64dfda4ae7f554389 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 7 17:54:25 2023 +0100 + + New translations contact_confirmation.gohtml (German) + +5 5 server/internal/views/emails/de/contact_confirmation.gohtml + +commit bcc796008778fda340cf6c3b994c22e46c59a775 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 7 17:54:21 2023 +0100 + + New translations a_participant_joined_the_loop.gohtml (Swedish) + +9 9 server/internal/views/emails/sv/a_participant_joined_the_loop.gohtml + +commit 1354febaa4780e88b54c92f8507699e59c65d9c8 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 7 17:54:19 2023 +0100 + + New translations a_participant_joined_the_loop.gohtml (Finnish) + +16 0 server/internal/views/emails/fi/a_participant_joined_the_loop.gohtml + +commit 58a9b18b238d87852636bccb1a906c0855dc4554 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 7 17:54:18 2023 +0100 + + New translations a_participant_joined_the_loop.gohtml (German) + +6 6 server/internal/views/emails/de/a_participant_joined_the_loop.gohtml + +commit 1481effc7b9bd55f66199d8fcfdb7388e0415ac6 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 7 17:54:15 2023 +0100 + + New translations translation.json (Persian) + +4 2 frontend/public/locales/fa/translation.json + +commit e5fdef448c394efa8bc49cdf2f23471861d23802 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 7 17:54:14 2023 +0100 + + New translations translation.json (Chinese Simplified) + +4 2 frontend/public/locales/zh/translation.json + +commit 064ac50dca419003afab992bd9e1a0d7b220e0c2 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 7 17:54:13 2023 +0100 + + New translations translation.json (Swedish) + +219 217 frontend/public/locales/sv/translation.json + +commit e7d45c46f633ca80a3ea42ad6e299b643f828b50 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 7 17:54:12 2023 +0100 + + New translations translation.json (Portuguese) + +4 2 frontend/public/locales/pt/translation.json + +commit 039c23fd79a3409bad2fa278810d6583e1260604 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 7 17:54:11 2023 +0100 + + New translations translation.json (Dutch) + +6 4 frontend/public/locales/nl/translation.json + +commit c168eeeaa3b90310b400b85782c51f0f406ca074 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 7 17:54:10 2023 +0100 + + New translations translation.json (Italian) + +4 2 frontend/public/locales/it/translation.json + +commit cdf46a50e043f1f508034b6ec459d1d517f6cd04 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 7 17:54:09 2023 +0100 + + New translations translation.json (Finnish) + +231 0 frontend/public/locales/fi/translation.json + +commit e4989e25d00bbde8265eb926760362e28de12f0f +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 7 17:54:08 2023 +0100 + + New translations translation.json (German) + +4 2 frontend/public/locales/de/translation.json + +commit f5d9a853c80ec38c0d51af55e07fba453854c0ce +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 7 17:54:07 2023 +0100 + + New translations translation.json (Arabic) + +4 2 frontend/public/locales/ar/translation.json + +commit 1d63e01a9e4c02e7f946361e804ec69e16372d5b +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 7 17:54:06 2023 +0100 + + New translations translation.json (Spanish) + +4 2 frontend/public/locales/es/translation.json + +commit de4a427b4d5918e9c416c638e6453add2b6a0468 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 7 17:54:04 2023 +0100 + + New translations translation.json (French) + +4 2 frontend/public/locales/fr/translation.json + +commit ee36c3d56c8ff62e699a6e077f5b6d9aecb478e9 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 7 17:54:01 2023 +0100 + + New translations testimonials.json (Swedish) + +9 9 frontend/public/locales/sv/testimonials.json + +commit fb2b8266b7ee8eacbe4e5614836bdab67e685019 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 7 17:53:59 2023 +0100 + + New translations testimonials.json (Finnish) + +29 0 frontend/public/locales/fi/testimonials.json + +commit 19412a973872565b30eccbb34088b71cf1754ec8 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 7 17:53:54 2023 +0100 + + New translations faq.json (Swedish) + +28 28 frontend/public/locales/sv/faq.json + +commit 76a7142d427e7ed5247215ca0d22f681a9cf5b4d +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 7 17:53:51 2023 +0100 + + New translations faq.json (Finnish) + +60 0 frontend/public/locales/fi/faq.json + +commit c5205900fbf2c505cdbaed10e86476cde4b7d090 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 7 17:53:50 2023 +0100 + + New translations faq.json (German) + +8 8 frontend/public/locales/de/faq.json + +commit ee8cbafd8afdf9f47fbb7f5f17842cd31407aaea +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 7 17:53:46 2023 +0100 + + New translations about.json (Swedish) + +5 5 frontend/public/locales/sv/about.json + +commit a6f1830f84ab0557a80c766878dc7a08e9e31f53 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 7 17:53:45 2023 +0100 + + New translations about.json (Dutch) + +1 1 frontend/public/locales/nl/about.json + +commit ef16f21cda134f33dc558cd1aae14ba1e94a831f +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 7 17:53:43 2023 +0100 + + New translations about.json (Finnish) + +7 0 frontend/public/locales/fi/about.json + +commit 42a50bf97df6c563e6c362950a9e0e1e0b47d091 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 7 17:53:42 2023 +0100 + + New translations about.json (German) + +2 2 frontend/public/locales/de/about.json + +commit d063c84fbf5dca32b98730fa6258fdc50eac7868 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Feb 7 17:53:40 2023 +0100 + + New translations about.json (Spanish) + +5 5 frontend/public/locales/es/about.json + +commit 087ab0e7801f426f360bf2dd6f3471d5fff25fbf +Author: Lucian I. Last +Date: Tue Feb 7 14:05:28 2023 +0100 + + Add MEAX logo + +17 5 frontend/src/pages/Home.tsx + +commit 603379d80cfbe1350dcd6a17fa169a6ce9a6c8dd +Author: Lucian I. Last +Date: Tue Feb 7 13:45:06 2023 +0100 + + Add image credit Anke Teunissen + +17 7 frontend/src/components/Layouts.tsx +10 10 frontend/src/pages/Donations/DonationCompleted.tsx +6 3 frontend/src/pages/Login.tsx +6 1 frontend/src/pages/Signup.tsx +18 18 frontend/src/pages/Thankyou.tsx + +commit 74a29a98e93c206b3ffa0d16490defac68957928 +Author: Lucian I. Last +Date: Tue Feb 7 12:47:19 2023 +0100 + + lint + +14 7 frontend/public/locales/en/faq.json + +commit 800fb9fdcf6b2894619f5a48c86203c3da6d0195 +Author: Lucian I. Last +Date: Tue Feb 7 12:44:27 2023 +0100 + + Add more edits + +13 17 frontend/public/locales/en/faq.json +3 0 frontend/tailwind.config.cjs + +commit ad7571be6ee9fd049828e88e503d145bedcf95f4 +Author: Lucian I. Last +Date: Tue Feb 7 11:46:28 2023 +0100 + + Add more missing links + +2 2 frontend/public/locales/en/faq.json + +commit 7a196c456705ed752fcafc6ed861072396c07169 +Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> +Date: Tue Feb 7 11:10:03 2023 +0100 + + Bump http-cache-semantics from 4.1.0 to 4.1.1 in /frontend (#360) + + Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. + - [Release notes](https://github.com/kornelski/http-cache-semantics/releases) + - [Commits](https://github.com/kornelski/http-cache-semantics/compare/v4.1.0...v4.1.1) + + --- + updated-dependencies: + - dependency-name: http-cache-semantics + dependency-type: indirect + ... + + Signed-off-by: dependabot[bot] + Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> + +6 6 frontend/package-lock.json + +commit c9240f0fa3034d5a666a805111d23091f5dcb360 +Author: jnorlando +Date: Mon Feb 6 21:34:23 2023 -0500 + + minor revisions to userDenial + +3 3 frontend/src/pages/ChainMemberList.tsx + +commit c9a652eb6b00daa60136c72ef9f1c99981002206 +Author: jnorlando +Date: Mon Feb 6 21:24:27 2023 -0500 + + Added denial function which displays toast for reason for denial + and deletes the user + Modified the delete unapproved query struct to include reason + Modified emailLoopParticipant to take a textbody param + +6 6 frontend/package-lock.json +2 2 frontend/src/api/chain.ts +74 12 frontend/src/pages/ChainMemberList.tsx +8 2 server/internal/controllers/chain.go +2 0 server/internal/views/email.go +1 1 server/internal/views/emails/en/an_admin_denied_your_join_request.gohtml + +commit aa901775bd965d3efc14e8ae7b37821e8306f914 +Author: jnorlando +Date: Mon Feb 6 01:23:47 2023 -0500 + + linted + +110 79 frontend/src/pages/ChainMemberList.tsx + +commit b37a0510b58b0185081ddc9c9f5955fefc33fd04 +Author: jnorlando +Date: Mon Feb 6 01:20:55 2023 -0500 + + removed comments + +1 1 frontend/src/pages/ChainMemberList.tsx + +commit 8b366526f94203c7bc1a9a9e2e3ecc94e07a6658 +Author: jnorlando +Date: Sat Feb 4 20:16:50 2023 -0500 + + Simplified code, using DragOver events + +29 41 frontend/src/pages/ChainMemberList.tsx + +commit 28c04c78ddd6332bcc62e7022a68e02d8c23810d +Author: Natalie +Date: Sat Feb 4 16:15:34 2023 -0800 + + Code cleanup + +1 30 frontend/src/pages/ChainMemberList.tsx + +commit ad706da64a3be24d30f702419258e323822314eb +Author: Natalie +Date: Sat Feb 4 15:05:31 2023 -0800 + + Got rid of redundant buttons and select text + +2 51 frontend/src/pages/ChainMemberList.tsx + +commit 3230afd99926152db58ddfb45a4a34028de1bf8e +Author: Natalie +Date: Sat Feb 4 13:56:21 2023 -0800 + + Fixed edit bug + +21 2 frontend/src/pages/ChainMemberList.tsx + +commit f11adf133e43b2570d26915456252088b8d122ce +Author: Natalie +Date: Sat Feb 4 12:29:59 2023 -0800 + + Buttons in Kebab menu are fully functional + +55 32 frontend/src/pages/ChainMemberList.tsx + +commit 7977515c33e466bc1c1ecb4d5351062fb9925f8e +Author: jnorlando +Date: Fri Feb 3 21:44:01 2023 -0500 + + Route order drag and drop + +38 2 frontend/src/pages/ChainMemberList.tsx + +commit b4d12c5745fca497aac1dd3ea2349d54a19fee0d +Author: Natalie +Date: Fri Feb 3 14:57:10 2023 -0800 + + Created DisplayKebabMenu function + +101 96 frontend/src/pages/ChainMemberList.tsx + +commit dfc2046eba968640f9c1841725e10edccbeca700 +Author: Natalie +Date: Fri Feb 3 12:39:17 2023 -0800 + + approveOn is now functional in the dropdown kebab menu + +113 48 frontend/src/pages/ChainMemberList.tsx + +commit 864b1bfe50819837b0c2491698e645c10594efe2 +Author: jnorlando +Date: Fri Feb 3 15:32:51 2023 -0500 + + Changed method for draggable + +2 2 frontend/src/pages/ChainMemberList.tsx + +commit d5dc222e14c959effdddbb01e1fb024ab93b6033 +Merge: 9b2b83a2 8c048c94 +Author: Natalie +Date: Fri Feb 3 12:29:50 2023 -0800 + + Merge branch 'main' of https://github.com/NatalieWilson19/clothing-loop + +commit 0b4adafe92df3ee36769ce3a27b494207666986f +Author: jnorlando +Date: Fri Feb 3 15:27:00 2023 -0500 + + Added sort by route, began working on drag and drop functionality + +27 5 frontend/src/pages/ChainMemberList.tsx + +commit 4359388ba5428f2b6d628a9369a3624f2bac95d7 +Author: jnorlando +Date: Fri Feb 3 14:33:34 2023 -0500 + + bug fix + +5 4 frontend/src/pages/ChainMemberList.tsx +1 0 server/internal/models/chain.go + +commit 34937f29c1a2f6c63c279b2c460d29f455426023 +Author: jnorlando +Date: Thu Feb 2 22:05:35 2023 -0500 + + set to update route array when user is approved or removed from chain + +2 0 frontend/src/api/types.ts +54 4 frontend/src/pages/ChainMemberList.tsx +9 0 server/internal/controllers/chain.go +1 1 server/internal/models/chain.go + +commit 1a778be42328167cd1a559daaf13335a18697e09 +Merge: 58de5c79 8c048c94 +Author: jnorlando <78573103+jnorlando@users.noreply.github.com> +Date: Thu Feb 2 16:28:17 2023 -0500 + + Merge branch 'the-clothing-loop:main' into 293-sort + +commit 58de5c79720e86c2b22cf1f05d6175ebbe8c9304 +Author: jnorlando +Date: Thu Feb 2 16:27:25 2023 -0500 + + added route column to chain + +14 0 frontend/package-lock.json +1 0 frontend/package.json +9 0 server/internal/app/database.go +1 1 server/internal/models/chain.go + +commit 20e656547f11f732569971ffa1577b241ec2fb0b +Author: Lucian I. Last +Date: Thu Feb 2 12:03:01 2023 +0100 + + Add new faq text + +57 24 frontend/public/locales/en/faq.json +1 0 frontend/tailwind.config.cjs + +commit 972e85765b852c11ec0e60a7963a993f932bf4d1 +Author: Lucian I. Last +Date: Thu Feb 2 01:39:47 2023 +0100 + + Add html styling in faq answers + +1 1 frontend/src/pages/FAQ.tsx + +commit 8c048c94e27a6bccfb6875c1fa7a8624fe76724e +Author: Lucian I. Last +Date: Thu Feb 2 00:58:38 2023 +0100 + + Add Home link in menu for mobile #354 + +8 0 frontend/src/components/Navbar.tsx + +commit 31f58115a89e7a5c83b71552db8e3443985be838 +Author: Lucian I. Last +Date: Thu Feb 2 00:49:22 2023 +0100 + + Deactivate login for 2 min + +2 1 frontend/src/pages/Login.tsx + +commit fb380a0a0be9d0525a4ce4551fb1c6ed3b8a769c +Author: Lucian I. Last +Date: Thu Feb 2 00:49:00 2023 +0100 + + Fix more alignment issues + +120 120 frontend/src/components/ChainsList.tsx +5 2 frontend/src/components/Newsletter.tsx + +commit 27b1a9dd194e95edb41611323dad0bb9c9f37375 +Author: Lucian I. Last +Date: Thu Feb 2 00:29:35 2023 +0100 + + Fix overflow issues in mobile + +9 7 frontend/src/components/ChainDetailsForm.tsx +3 3 frontend/src/pages/ChainMemberList.tsx + +commit 52b33e6c1e4cb51a57121bb387e79ce15ad42955 +Author: Lucian I. Last +Date: Thu Feb 2 00:07:00 2023 +0100 + + Remove old ChainParticipantsTable + +0 110 frontend/src/components/ChainParticipantsTable.tsx + +commit 0d42cb1eef15080e43b72e8ffe3ac97cb9f63642 +Merge: 5078bc69 6877dbb7 +Author: Lucian I. Last +Date: Wed Feb 1 23:29:32 2023 +0100 + + Merge branch 'add-linkenin-social-button-#359' + +commit 6877dbb71d78b86ad8b8044838f42ba65fa618c1 +Author: Lucian I. Last +Date: Wed Feb 1 23:24:43 2023 +0100 + + Add linkedin url + +2 1 frontend/src/components/Footer.tsx + +commit 699166f4bed175475e0d2b830d82117bb1b60d34 +Merge: 5078bc69 e8f451ec +Author: Lucian I. Last +Date: Wed Feb 1 23:21:01 2023 +0100 + + Merge branch 'add-linkedin' into add-linkenin-social-button-#359 + +commit 5078bc69a8afd7c6ec8039a6ba529104df97632f +Author: Lucian I. Last +Date: Wed Feb 1 23:15:50 2023 +0100 + + Change minified size names #355 + +9 9 frontend/src/components/Badges.tsx + +commit a0fdab903657a1eedbefbe490d57c9434d0471b8 +Merge: 3bd90d7f 1032c042 +Author: Lucian I. Last +Date: Wed Feb 1 23:03:57 2023 +0100 + + Merge branch 'last-host-of-loop-cannot-leave-#357' + +commit 1032c0427b36d77b76d95cd8d969418c3d5cb98d +Author: Lucian I. Last +Date: Wed Feb 1 23:00:48 2023 +0100 + + Throw error if last chain admin of loop is trying to remove themself + +11 14 frontend/src/components/ChainsList.tsx +11 2 frontend/src/pages/ChainMemberList.tsx +13 14 server/internal/controllers/chain.go + +commit 97694f714b6277cb366a37b837d5461cbfff9247 +Author: Lucian I. Last +Date: Wed Feb 1 17:40:01 2023 +0100 + + Fix error in dev-setup-users + +6 6 server/sql/dev-setup-users.sql + +commit b5dffd97dd7a82819886f642bca231f438e7cb5d +Author: Lucian I. Last +Date: Wed Feb 1 17:39:47 2023 +0100 + + Improve GroupBy statement to first filter with WHERE + +3 2 server/internal/controllers/users.go + +commit 8649147a1ca8bfbf75c6c671ee63b3a6bfcf7f8f +Author: Lucian I. Last +Date: Wed Feb 1 17:11:16 2023 +0100 + + Add more sql scripts + +6 0 server/sql/README.md +6 0 server/sql/show-chain-connections.sql +5 0 server/sql/show-users-by-chain-id.sql + +commit b5b7f2a10c7144a4751363f7b6ca7eddaa562057 +Author: Lucian I. Last +Date: Wed Feb 1 17:09:05 2023 +0100 + + Documentation dev setup users + +1 6 server/README.md +7 0 server/sql/dev-setup-users.sql + +commit 3a0800c7a351ec69307f56d3853a2aa547c48444 +Author: Lucian I. Last +Date: Wed Feb 1 16:44:47 2023 +0100 + + Add dbeaver to sql dir + +1 0 server/.gitignore +12 0 server/sql/.project + +commit 3bd90d7fe1e5c56e886658bd612dbef7759f8eff +Author: Lucian I. Last +Date: Wed Feb 1 14:01:53 2023 +0100 + + Break text in title desc in loop page #356 + +2 2 frontend/src/pages/ChainMemberList.tsx +1 1 frontend/src/pages/FindChain.tsx + +commit ea3cf0942a025868184def001f4bdddfd6a18bd5 +Author: Lucian I. Last +Date: Wed Feb 1 13:58:02 2023 +0100 + + Fix published/draft/allow new members toggles #353 + +2 0 frontend/src/pages/ChainMemberList.tsx + +commit 8f022dd3faa1a8037cf28f2c329fa15b9c8c4ccd +Author: Lucian I. Last +Date: Wed Feb 1 13:50:55 2023 +0100 + + Slow down submit button on login #347 + +30 7 frontend/src/pages/Login.tsx + +commit bcda1da0f77fdf862dd5c614b0de3e091d06abcd +Merge: 546a7b76 1fb5b60f +Author: Lucian I. Last +Date: Wed Feb 1 12:50:45 2023 +0100 + + Merge branch 'findings-check-browser-compatibility-#289' + +commit 1fb5b60f48c17defe99805dc5b55af42640e367b +Author: Lucian I. Last +Date: Wed Feb 1 11:39:58 2023 +0100 + + Add email address to change user flow#348 + +1 6 frontend/src/components/FormFields.tsx + +commit 0b4e10e0a943fe22dc5cb10be90e3ee57e18354c +Author: Lucian I. Last +Date: Wed Feb 1 09:47:52 2023 +0100 + + Change to using axios param + +6 4 frontend/src/api/user.ts + +commit d45f78c6a41a89a7be63943565debd5152487ef5 +Author: Lucian I. Last +Date: Wed Feb 1 09:44:31 2023 +0100 + + Fix user Edit + +11 17 frontend/src/api/user.ts +1 1 frontend/src/pages/AdminDashboard.tsx +28 18 frontend/src/pages/UserEdit.tsx +1 1 frontend/src/providers/AuthProvider.tsx +1 1 server/internal/controllers/users.go +1 1 server/internal/models/newsletter.go + +commit 9b2b83a27c2e1dc881d91227380fa17f905b8729 +Author: Natalie +Date: Tue Jan 31 14:06:15 2023 -0800 + + added bolded sentences + +3 3 frontend/public/locales/en/about.json + +commit d4e79c4e45fe739ed321af00bb71ab733d5a30af +Author: Natalie +Date: Mon Jan 30 12:14:34 2023 -0800 + + Moved collage out of team section + +9 7 frontend/src/pages/About.tsx + +commit ec8ff0c3c8194f6b103720dfcf96cd7decfa29a6 +Author: Lucian I. Last +Date: Mon Jan 30 11:27:53 2023 +0100 + + Fix impact report video for ios + +10 2 frontend/src/pages/Home.tsx + +commit 6f4231e5d17df9825c3f7b7ee61141e9eaddf777 +Author: Lucian I. Last +Date: Mon Jan 30 11:05:19 2023 +0100 + + Fix carousel scrolling issue for android + +8 0 frontend/src/tailwind.css + +commit 9a1434122c25846ae15a7cc7fce4e6267a6d5f00 +Merge: 01fc994d 546a7b76 +Author: Lucian I. Last +Date: Mon Jan 30 08:39:55 2023 +0100 + + Merge remote-tracking branch 'origin/main' into findings-check-browser-compatibility-#289 + +commit 546a7b76511d4a9d1ab20855eeb60cd6f9f643f3 +Merge: 397174e7 a285eae7 +Author: Lucian I. Last +Date: Mon Jan 30 07:50:01 2023 +0100 + + Merge pull request #346 from the-clothing-loop/delete-middle-page-#300 + +commit c4e7ed360dac1a49c634888ddaeca1c05d3b317a +Author: Natalie +Date: Sun Jan 29 16:07:27 2023 -0800 + + Better for mobile + +12 15 frontend/src/pages/About.tsx + +commit dc4cfd436bced9856aeac6dd18ea7cd5a77dc593 +Author: Natalie +Date: Sat Jan 28 19:41:18 2023 -0800 + + Added circle img and blue backgrounds + +32 10 frontend/src/pages/About.tsx + +commit bab4eb82ad9d85ce947cbfec1c39be1b14f68a7b +Author: Natalie +Date: Sat Jan 28 17:41:17 2023 -0800 + + Better formatting and spacing + +2 2 frontend/public/locales/en/about.json +67 53 frontend/src/pages/About.tsx + +commit dd6a3df00cdb246ffd60c882bde824b5950429fd +Author: Natalie +Date: Sat Jan 28 15:41:07 2023 -0800 + + Basic formatting changes, wider screen, columns + +5 2 frontend/public/locales/en/about.json +80 37 frontend/src/pages/About.tsx + +commit 01fc994d1172799a61d60cb83fea4faf60702a56 +Author: Lucian I. Last +Date: Fri Jan 27 15:39:58 2023 +0100 + + Update github url + +1 1 frontend/src/components/Footer.tsx + +commit 3cc12c53978c4043946dda780e5042c7c4b5e7e5 +Author: Lucian I. Last +Date: Fri Jan 27 15:26:05 2023 +0100 + + Change video size in mobile in about page + +1 1 frontend/src/pages/About.tsx + +commit db388b5d0bee1cdf4c2f6d06cc2f1edabd7c7460 +Author: Lucian I. Last +Date: Fri Jan 27 15:20:38 2023 +0100 + + Add newsletter homepage section improvements + +37 31 frontend/src/components/Newsletter.tsx + +commit 6cff0d5a77da213249fadf66772e70a73207149a +Author: Lucian I. Last +Date: Fri Jan 27 15:20:19 2023 +0100 + + Add more home page improvements + +12 8 frontend/src/pages/Home.tsx + +commit 7860912feece3274c1c65458837c3a5083bdf020 +Author: Lucian I. Last +Date: Fri Jan 27 13:59:36 2023 +0100 + + Improve mobile door image + +6 8 frontend/src/pages/Home.tsx + +commit 97fda56cbc8101590d11d82f7bfa57ec7e050ab3 +Author: Lucian I. Last +Date: Fri Jan 27 13:24:49 2023 +0100 + + Add correct alt test from images + +2 2 frontend/src/pages/Home.tsx + +commit c0c83174e7fa580c75e5d576e70d34352c6e5dad +Author: Lucian I. Last +Date: Fri Jan 27 13:24:26 2023 +0100 + + Better smartphone look selfies + +3 3 frontend/src/pages/Home.tsx + +commit 54ff0eb090e011687b7a20e86de1f66901298eb8 +Author: Lucian I. Last +Date: Fri Jan 27 10:12:57 2023 +0100 + + Improve ipad Martijn van den Dobbelsteen photo home page + +9 13 frontend/src/pages/Home.tsx + +commit a285eae7026fb314522a7eb6ab8085b1c8751454 +Author: Lucian I. Last +Date: Thu Jan 26 12:00:38 2023 +0100 + + Remove line + +0 1 frontend/public/locales/ar/translation.json +0 1 frontend/public/locales/de/translation.json +0 1 frontend/public/locales/en/translation.json +0 1 frontend/public/locales/es/translation.json +0 1 frontend/public/locales/fa/translation.json +0 1 frontend/public/locales/fr/translation.json +0 1 frontend/public/locales/it/translation.json +0 1 frontend/public/locales/nl/translation.json +0 1 frontend/public/locales/pt/translation.json +0 1 frontend/public/locales/sv/translation.json +0 1 frontend/public/locales/zh/translation.json + +commit bb0566e1431b85d87184d90a0233828348531ca0 +Author: Lucian I. Last +Date: Thu Jan 26 11:57:38 2023 +0100 + + lint + +1 1 frontend/public/locales/ar/translation.json +1 1 frontend/public/locales/de/translation.json +1 1 frontend/public/locales/en/translation.json +1 1 frontend/public/locales/es/translation.json +1 1 frontend/public/locales/fa/translation.json +1 1 frontend/public/locales/fr/translation.json +1 1 frontend/public/locales/it/translation.json +1 1 frontend/public/locales/nl/translation.json +1 1 frontend/public/locales/pt/translation.json +1 1 frontend/public/locales/sv/translation.json +1 1 frontend/public/locales/zh/translation.json + +commit 449604f2eaf0a1db62e824db9b54d3bced28933a +Author: Lucian I. Last +Date: Thu Jan 26 11:57:10 2023 +0100 + + Add more margin between top section and loops list + +1 1 frontend/src/pages/AdminDashboard.tsx + +commit 1b71e7d8c10f3b1c8ba09daf1e3c73a79aba5382 +Author: Lucian I. Last +Date: Thu Jan 26 11:56:32 2023 +0100 + + Fix redirect + +1 1 frontend/src/App.tsx + +commit 397174e748981a59c7ab9467fede8b57f73df74f +Author: Lucian I. Last +Date: Thu Jan 26 11:44:58 2023 +0100 + + Add mapbox key to example + +2 2 frontend/.env-example +1 1 frontend/README.md + +commit ac8d07c83d728214962b7b298832a11ff3f8bbe5 +Author: Lucian I. Last +Date: Wed Jan 25 17:34:32 2023 +0100 + + Add chainList to admin page + +2 1 frontend/public/locales/en/translation.json +3 3 frontend/src/components/ChainsList.tsx +17 7 frontend/src/pages/AdminDashboard.tsx + +commit 533e639de2db4f2d4fcda806a2393aaa48aebe3b +Author: Lucian I. Last +Date: Wed Jan 25 17:16:55 2023 +0100 + + Remove translations for viewLoops + +1 1 frontend/public/locales/ar/translation.json +1 1 frontend/public/locales/de/translation.json +1 1 frontend/public/locales/en/translation.json +1 1 frontend/public/locales/es/translation.json +1 1 frontend/public/locales/fa/translation.json +1 1 frontend/public/locales/fr/translation.json +1 1 frontend/public/locales/it/translation.json +1 1 frontend/public/locales/nl/translation.json +1 1 frontend/public/locales/pt/translation.json +1 1 frontend/public/locales/sv/translation.json +1 1 frontend/public/locales/zh/translation.json + +commit fc8dc5372c65655935df548e566cca8a15e6aa16 +Author: Lucian I. Last +Date: Wed Jan 25 17:16:34 2023 +0100 + + Change Admin Dashboard to section + +3 1 frontend/public/locales/en/translation.json +55 29 frontend/src/pages/AdminDashboard.tsx + +commit 3311e2c8eebcf5b4e9331c2b7ebbd81eb38fcaa1 +Author: Lucian I. Last +Date: Wed Jan 25 17:10:28 2023 +0100 + + Move chainlist to components & Redirect loops to admin page + +5 2 frontend/src/App.tsx +0 0 frontend/src/{pages => components}/ChainsList.tsx + +commit 5544a1ab9267e176aefba7c5d29184ecaf01596d +Author: Lucian I. Last +Date: Wed Jan 25 12:09:08 2023 +0100 + + Add metrics + +12 0 frontend/src/pages/ChainMemberList.tsx +18 0 frontend/src/pages/NewChainLocation.tsx +6 0 frontend/src/pages/Signup.tsx + +commit 3c973ddafbb527f7bbb975339ba156ad702bb773 +Author: Lucian I. Last +Date: Wed Jan 25 11:41:37 2023 +0100 + + Add find chain without host sql + +14 0 server/sql/find-chain-without-host.sql + +commit f074b6eada27f7376aded7e1bdc5fe5439ffa7cc +Author: Lucian I. Last +Date: Wed Jan 25 10:25:12 2023 +0100 + + Change install private key like prev commit for production + +6 6 .github/workflows/deploy-production.yml + +commit 4fd1f39375879429cbda7707f36bb36ef4ddf582 +Author: Lucian I. Last +Date: Wed Jan 25 10:20:45 2023 +0100 + + Change from shimataro to benoitchantre for installing ssh keys + +6 6 .github/workflows/deploy-acceptance.yml + +commit bd3c766b1ebf2fb3cfbd498643b69dfbbabe726f +Author: Lucian I. Last +Date: Wed Jan 25 09:56:56 2023 +0100 + + Added more options to search + + - locality + - neighborhood + - poi + +10 1 frontend/src/components/FindChain/SearchBar.tsx + +commit 1a0af4b9764c16e3285da06cdc5a170bb2b6c9b7 +Author: Lucian I. Last +Date: Tue Jan 24 17:24:26 2023 +0100 + + Add french to production + +1 1 frontend/sitemap.js +1 1 frontend/src/components/LanguageSwitcher.tsx + +commit 5e95294f4be5ac6523bd886a260ee7cd3fc6b7d0 +Author: Lucian I. Last +Date: Tue Jan 24 17:20:24 2023 +0100 + + Fix Our impact padding + +1 1 frontend/src/pages/Home.tsx + +commit 4b00a44edbd0ebb44f538cc508b199ad9e486563 +Author: Lucian I. Last +Date: Tue Jan 24 17:17:03 2023 +0100 + + Fix french language on productions + +2 2 frontend/src/App.tsx + +commit f73a8ceed8f9fbdcf9868911379d560501b7ea38 +Author: Lucian I. Last +Date: Tue Jan 24 17:15:05 2023 +0100 + + Fix root admin loops page + +25 22 frontend/src/pages/ChainsList.tsx + +commit ad38cd3c2d9ff31f3913269227ed9ec8d8e57b0b +Author: Lucian I. Last +Date: Tue Jan 24 13:49:42 2023 +0100 + + Set sender in config + +1 1 devops/templates/config.yml.j2 + +commit 20038e169c95f864aba93831ed43d0ce539d4f8a +Author: Lucian I. Last +Date: Tue Jan 24 13:48:16 2023 +0100 + + Separate user and sender for smtp settings + +2 2 server/internal/app/mail.go + +commit 8e5a61c6ae8a51c775ec0660578aa8e28ddfb89f +Author: Lucian I. Last +Date: Tue Jan 24 11:17:11 2023 +0100 + + Fix previous commit + +3 1 devops/setup-4-api.yml + +commit 7d06bd00484701050390460bb2c0347a44e09932 +Author: Lucian I. Last +Date: Tue Jan 24 10:58:23 2023 +0100 + + Improve ansible scripts + +11 5 devops/maint-start.yml +2 2 devops/maint-stop.yml +4 4 devops/setup-1-firewall.yml +8 8 devops/setup-2-caddy.yml +2 2 devops/setup-3-mariadb.yml +14 14 devops/setup-4-api.yml +3 3 devops/setup-5-cron.yml +4 4 devops/setup-6-phpmyadmin.yml +1 1 devops/status.yml + +commit fa936b563c75261cd3108234b66eb990b4af0003 +Author: Lucian I. Last +Date: Mon Jan 23 14:55:27 2023 +0100 + + Improve buttons on find loops page + +110 87 frontend/src/pages/FindChain.tsx + +commit 16d245b4380849d78ec73219f244e3d57c227860 +Author: Lucian I. Last +Date: Mon Jan 23 11:57:58 2023 +0100 + + Set created_at to NOW on approve call + +1 1 server/internal/controllers/chain.go + +commit 5640620f570f71915b32538dacc5652e719a1630 +Author: Lucian I. Last +Date: Mon Jan 23 11:44:46 2023 +0100 + + Fix create chain api calls stuck in unapproved + +5 1 server/internal/controllers/chain.go +2 0 server/internal/controllers/login.go + +commit b0f2293e4a292dbdb1df156fdd95503790c4eddb +Author: Lucian I. Last +Date: Fri Jan 20 11:10:22 2023 +0100 + + Change images to homepage#342 + +9 4 frontend/src/pages/Home.tsx + +commit fd890f21a248dcd5f1429173693cc1d056066d7f +Author: Lucian I. Last +Date: Fri Jan 20 10:22:35 2023 +0100 + + Set focus to submit button on result of SearchBar + +10 2 frontend/src/components/FindChain/SearchBar.tsx +2 0 frontend/src/pages/Geocoding.tsx + +commit 7ebe49262c16a30b3f7800adbaa46e7d8f24310c +Author: Lucian I. Last +Date: Fri Jan 20 09:38:59 2023 +0100 + + Fix sort & Use date format after 7 days + +0 1 frontend/public/locales/ar/translation.json +0 1 frontend/public/locales/de/translation.json +0 1 frontend/public/locales/en/translation.json +0 1 frontend/public/locales/es/translation.json +0 1 frontend/public/locales/fa/translation.json +0 1 frontend/public/locales/fr/translation.json +0 1 frontend/public/locales/it/translation.json +0 1 frontend/public/locales/nl/translation.json +0 1 frontend/public/locales/pt/translation.json +0 1 frontend/public/locales/sv/translation.json +0 1 frontend/public/locales/zh/translation.json +11 34 frontend/src/pages/ChainMemberList.tsx + +commit b72cca3b953544f67280f5fd447342884af75c19 +Author: Lucian I. Last +Date: Fri Jan 20 09:21:48 2023 +0100 + + Add flags and icons documentation + +11 1 frontend/README.md + +commit dedc9daa9c2762e4eef4a4e0aec4c33b83ed2ea0 +Author: Lucian I. Last +Date: Fri Jan 20 09:10:43 2023 +0100 + + Add non square flags + +0 5 frontend/public/icons/flags/de.svg +0 547 frontend/public/icons/flags/es.svg +0 7 frontend/public/icons/flags/fr.svg +0 7 frontend/public/icons/flags/gb.svg +0 5 frontend/public/icons/flags/nl.svg +0 4 frontend/public/icons/flags/se.svg +5 0 frontend/public/images/flags/de.svg +544 0 frontend/public/images/flags/es.svg +7 0 frontend/public/images/flags/fr.svg +7 0 frontend/public/images/flags/gb.svg +5 0 frontend/public/images/flags/nl.svg +4 0 frontend/public/images/flags/se.svg +5 5 frontend/src/components/LanguageSwitcher.tsx + +commit 2e665e8f696e4808e5a7be4b12cff90825e8a59f +Merge: 2c55082e dd4d3c1a +Author: Lucian I. Last +Date: Fri Jan 20 08:53:53 2023 +0100 + + Merge branch 'main' of github.com:CollActionteam/clothing-loop + +commit 2c55082edda2f9aff43dfe22e667fefd5980ca5f +Author: Lucian I. Last +Date: Fri Jan 20 08:53:08 2023 +0100 + + Add spanish to test languages + +2 1 frontend/src/components/LanguageSwitcher.tsx + +commit dd4d3c1ac8b1fe4dc75cd15fe4806bc40d274665 +Merge: f24db304 d24fe3e8 +Author: Lucian I. Last +Date: Thu Jan 19 17:31:28 2023 +0100 + + Merge pull request #339 from the-clothing-loop/l10n_main + +commit d24fe3e89fd876912c7c29c61ee209d610a7852f +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jan 19 17:29:15 2023 +0100 + + New translations translation.json (Persian) + +2 1 frontend/public/locales/fa/translation.json + +commit d2505118107dab2221e873697d59ee14244b091d +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jan 19 17:29:14 2023 +0100 + + New translations translation.json (Chinese Simplified) + +2 1 frontend/public/locales/zh/translation.json + +commit 4b1746d831f1316f4b035196198530aeaaec9100 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jan 19 17:29:13 2023 +0100 + + New translations translation.json (Swedish) + +2 0 .github/FUNDING.yml +71 0 .github/workflows/deploy-acceptance.yml +79 0 .github/workflows/deploy-production.yml +41 0 .github/workflows/lint.yml +3 0 .gitignore +9 0 CONTRIBUTING.md +21 0 LICENSE +87 0 ONBOARDING_DEVS.md +31 0 README.md +24 0 clothingloop.code-workspace +7 0 crowdin.yml +2 0 devops/.gitignore +0 0 devops/.prettierrc +53 0 devops/README.md +7 0 devops/ansible.cfg +16 0 devops/group_vars/all.yml.example +2 0 devops/hosts +10 0 devops/lint-caddy-files.sh +11 0 devops/maint-start.yml +14 0 devops/maint-stop.yml +30 0 devops/setup-1-firewall.yml +68 0 devops/setup-2-caddy.yml +49 0 devops/setup-3-mariadb.yml +103 0 devops/setup-4-api.yml +14 0 devops/setup-5-cron.yml +27 0 devops/setup-6-phpmyadmin.yml +8 0 devops/status.yml +113 0 devops/templates/Caddyfile +41 0 devops/templates/Caddyfile.maint +16 0 devops/templates/api.service.j2 +23 0 devops/templates/config.yml.j2 +419 0 devops/templates/maint/index.html +3 0 devops/templates/maint/src/build.sh +1 0 devops/templates/maint/src/style.min.css +29 0 devops/templates/maint/src/tailwind.config.js +14 0 frontend/.editorconfig +8 0 frontend/.env-acceptance +8 0 frontend/.env-example +11 0 frontend/.env-production +25 0 frontend/.gitignore +17 0 frontend/.prettierignore +0 0 frontend/.prettierrc.yml +3 0 frontend/.vscode/extensions.json +3 0 frontend/.vscode/settings.json +76 0 frontend/PALETTE.md +55 0 frontend/README.md +74 0 frontend/index.html +9773 0 frontend/package-lock.json +76 0 frontend/package.json +6 0 frontend/postcss.config.cjs +- - frontend/public/favicon.ico +- - frontend/public/fonts/montserrat/JTUQjIg1_i6t8kCHKm459WxRxC7mw9c.woff2 +- - frontend/public/fonts/montserrat/JTUQjIg1_i6t8kCHKm459WxRxi7mw9c.woff2 +- - frontend/public/fonts/montserrat/JTUQjIg1_i6t8kCHKm459WxRxy7mw9c.woff2 +- - frontend/public/fonts/montserrat/JTUQjIg1_i6t8kCHKm459WxRyS7m.woff2 +- - frontend/public/fonts/montserrat/JTUQjIg1_i6t8kCHKm459WxRzS7mw9c.woff2 +- - frontend/public/fonts/montserrat/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2 +- - frontend/public/fonts/montserrat/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2 +- - frontend/public/fonts/montserrat/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2 +- - frontend/public/fonts/montserrat/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2 +- - frontend/public/fonts/montserrat/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2 +900 0 frontend/public/fonts/montserrat/style.css +- - frontend/public/fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2 +- - frontend/public/fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2 +- - frontend/public/fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2 +- - frontend/public/fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2 +- - frontend/public/fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7.woff2 +- - frontend/public/fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk72xU.woff2 +- - frontend/public/fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk72xU.woff2 +- - frontend/public/fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk72xU.woff2 +400 0 frontend/public/fonts/playfair-display/style.css +279 0 frontend/public/icons/feather/feather.svg +- - frontend/public/icons/feather/feather.ttf +- - frontend/public/icons/feather/feather.woff +832 0 frontend/public/icons/feather/style.css +5 0 frontend/public/icons/flags/de.svg +547 0 frontend/public/icons/flags/es.svg +7 0 frontend/public/icons/flags/fr.svg +7 0 frontend/public/icons/flags/gb.svg +5 0 frontend/public/icons/flags/nl.svg +4 0 frontend/public/icons/flags/se.svg +- - frontend/public/images/payment-methods/amex.png +- - frontend/public/images/payment-methods/applepay.png +- - frontend/public/images/payment-methods/bancontact.png +- - frontend/public/images/payment-methods/creditcard.png +- - frontend/public/images/payment-methods/ideal.png +- - frontend/public/images/payment-methods/mastercard.png +- - frontend/public/images/payment-methods/visa.png +7 0 frontend/public/locales/ar/about.json +60 0 frontend/public/locales/ar/faq.json +29 0 frontend/public/locales/ar/testimonials.json +230 0 frontend/public/locales/ar/translation.json +7 0 frontend/public/locales/de/about.json +60 0 frontend/public/locales/de/faq.json +29 0 frontend/public/locales/de/testimonials.json +230 0 frontend/public/locales/de/translation.json +7 0 frontend/public/locales/en/about.json +60 0 frontend/public/locales/en/faq.json +29 0 frontend/public/locales/en/testimonials.json +230 0 frontend/public/locales/en/translation.json +7 0 frontend/public/locales/es/about.json +60 0 frontend/public/locales/es/faq.json +29 0 frontend/public/locales/es/testimonials.json +230 0 frontend/public/locales/es/translation.json +7 0 frontend/public/locales/fa/about.json +60 0 frontend/public/locales/fa/faq.json +29 0 frontend/public/locales/fa/testimonials.json +229 0 frontend/public/locales/fa/translation.json +7 0 frontend/public/locales/fr/about.json +60 0 frontend/public/locales/fr/faq.json +29 0 frontend/public/locales/fr/testimonials.json +230 0 frontend/public/locales/fr/translation.json +7 0 frontend/public/locales/it/about.json +60 0 frontend/public/locales/it/faq.json +29 0 frontend/public/locales/it/testimonials.json +230 0 frontend/public/locales/it/translation.json +7 0 frontend/public/locales/nl/about.json +60 0 frontend/public/locales/nl/faq.json +29 0 frontend/public/locales/nl/testimonials.json +230 0 frontend/public/locales/nl/translation.json +7 0 frontend/public/locales/pt/about.json +60 0 frontend/public/locales/pt/faq.json +29 0 frontend/public/locales/pt/testimonials.json +230 0 frontend/public/locales/pt/translation.json +7 0 frontend/public/locales/sv/about.json +60 0 frontend/public/locales/sv/faq.json +29 0 frontend/public/locales/sv/testimonials.json +230 0 frontend/public/locales/sv/translation.json +7 0 frontend/public/locales/zh/about.json +60 0 frontend/public/locales/zh/faq.json +29 0 frontend/public/locales/zh/testimonials.json +229 0 frontend/public/locales/zh/translation.json +- - frontend/public/logo192.png +- - frontend/public/logo512.png +25 0 frontend/public/manifest.json +3 0 frontend/public/robots.txt +- - frontend/public/videos/TCL-video.mp4 +61 0 frontend/sitemap.js +207 0 frontend/src/App.tsx +32 0 frontend/src/airbrake.ts +5 0 frontend/src/api/axios.ts +66 0 frontend/src/api/chain.ts +21 0 frontend/src/api/contact.ts +39 0 frontend/src/api/enums.ts +10 0 frontend/src/api/info.ts +50 0 frontend/src/api/login.ts +26 0 frontend/src/api/payment.ts +35 0 frontend/src/api/types.ts +60 0 frontend/src/api/user.ts +36 0 frontend/src/components/Badges.tsx +31 0 frontend/src/components/Carousel.tsx +80 0 frontend/src/components/CategoriesDropdown.tsx +313 0 frontend/src/components/ChainDetailsForm.tsx +110 0 frontend/src/components/ChainParticipantsTable.tsx +80 0 frontend/src/components/Counters/Counters.tsx +35 0 frontend/src/components/Counters/SingleCounter.tsx +18 0 frontend/src/components/Counters/hooks.tsx +113 0 frontend/src/components/DataExport.tsx +118 0 frontend/src/components/FindChain/SearchBar.tsx +22 0 frontend/src/components/FindChain/StandaloneSearchBar.tsx +166 0 frontend/src/components/Footer.tsx +108 0 frontend/src/components/FormFields.tsx +58 0 frontend/src/components/GeocoderSelector.tsx +88 0 frontend/src/components/LanguageSwitcher.tsx +21 0 frontend/src/components/Layouts.tsx +149 0 frontend/src/components/Navbar.tsx +99 0 frontend/src/components/Newsletter.tsx +19 0 frontend/src/components/Popover.tsx +44 0 frontend/src/components/ProgressBar.tsx +95 0 frontend/src/components/SizesDropdown.tsx +96 0 frontend/src/components/Testimonials.tsx +50 0 frontend/src/components/formActions.tsx +31 0 frontend/src/i18n.tsx +51 0 frontend/src/index.tsx +89 0 frontend/src/pages/About.tsx +64 0 frontend/src/pages/AdminDashboard.tsx +77 0 frontend/src/pages/ChainEdit.tsx +774 0 frontend/src/pages/ChainMemberList.tsx +195 0 frontend/src/pages/ChainsList.tsx +114 0 frontend/src/pages/Contacts.tsx +26 0 frontend/src/pages/Donations/Donate.tsx +22 0 frontend/src/pages/Donations/DonationCompleted.tsx +358 0 frontend/src/pages/Donations/DonationForm.tsx +112 0 frontend/src/pages/FAQ.tsx +507 0 frontend/src/pages/FindChain.tsx +79 0 frontend/src/pages/Geocoding.tsx +371 0 frontend/src/pages/Home.tsx +111 0 frontend/src/pages/Login.tsx +47 0 frontend/src/pages/LoginEmailFinished.tsx +34 0 frontend/src/pages/Logout.tsx +38 0 frontend/src/pages/MessageSubmitted.tsx +120 0 frontend/src/pages/NewChainLocation.tsx +157 0 frontend/src/pages/NewChainSignup.tsx +348 0 frontend/src/pages/PrivacyPolicy.tsx +197 0 frontend/src/pages/Signup.tsx +333 0 frontend/src/pages/TermsOfUse.tsx +96 0 frontend/src/pages/Thankyou.tsx +186 0 frontend/src/pages/UserEdit.tsx +146 0 frontend/src/providers/AuthProvider.tsx +19 0 frontend/src/providers/ChainsProvider.tsx +162 0 frontend/src/providers/ToastProvider.tsx +5 0 frontend/src/setupTests.ts +117 0 frontend/src/tailwind.css +29 0 frontend/src/util/categories.ts +61 0 frontend/src/util/dropdown.hooks.ts +15 0 frontend/src/util/form-jup.ts +19 0 frontend/src/util/form.hooks.ts +24 0 frontend/src/util/gin-errors.ts +321 0 frontend/src/util/goatcounter.js +3 0 frontend/src/util/maps.ts +1 0 frontend/src/util/phoneRegExp.ts +13 0 frontend/src/util/scrollToTop.tsx +3 0 frontend/src/util/sleep.ts +1 0 frontend/src/vite-env.d.ts +44 0 frontend/src/window.d.ts +104 0 frontend/tailwind.config.cjs +20 0 frontend/tsconfig.json +17 0 frontend/vite.config.ts +18 0 server/.editorconfig +14 0 server/.gitignore +3 0 server/.vscode/extensions.json +45 0 server/Makefile +135 0 server/README.md +61 0 server/cmd/generate-fake-data/main.go +20 0 server/cmd/server-fcgi/main.go +5 0 server/cmd/server-fcgi/static/.htaccess +35 0 server/cmd/server/main.go +23 0 server/config.example.yml +28 0 server/docker/docker-compose.yml +49 0 server/go.mod +140 0 server/go.sum +24 0 server/internal/app/airbrake.go +157 0 server/internal/app/auth/auth.go +162 0 server/internal/app/auth/auth_test.go +44 0 server/internal/app/auth/cookie.go +14 0 server/internal/app/auth/testmain_test.go +128 0 server/internal/app/auth/token.go +86 0 server/internal/app/auth/token_test.go +79 0 server/internal/app/config.go +17 0 server/internal/app/config_test.go +104 0 server/internal/app/database.go +15 0 server/internal/app/gin_utils/ginabort.go +55 0 server/internal/app/mail.go +18 0 server/internal/app/testutils.go +454 0 server/internal/controllers/chain.go +70 0 server/internal/controllers/contact.go +39 0 server/internal/controllers/info.go +281 0 server/internal/controllers/login.go +20 0 server/internal/controllers/middleware.go +154 0 server/internal/controllers/payments.go +331 0 server/internal/controllers/users.go +33 0 server/internal/models/chain.go +23 0 server/internal/models/gender.go +41 0 server/internal/models/gender_test.go +17 0 server/internal/models/mail.go +29 0 server/internal/models/newsletter.go +30 0 server/internal/models/payment.go +31 0 server/internal/models/size.go +47 0 server/internal/models/size_test.go +107 0 server/internal/models/user.go +85 0 server/internal/server.go +52 0 server/internal/tests/integration_tests/chain_add_user_test.go +60 0 server/internal/tests/integration_tests/register_basic_user_test.go +72 0 server/internal/tests/integration_tests/register_chain_admin_test.go +16 0 server/internal/tests/integration_tests/testmain_test.go +51 0 server/internal/tests/integration_tests/user_get_test.go +55 0 server/internal/tests/mocks/mock-gin-context.go +140 0 server/internal/tests/mocks/mock-tables.go +29 0 server/internal/tests/mocks/mock-tables_test.go +20 0 server/internal/tests/mocks/testmain_test.go +181 0 server/internal/views/email.go +16 0 server/internal/views/emails/ar/a_participant_joined_the_loop.gohtml +5 0 server/internal/views/emails/ar/an_admin_approved_your_join_request.gohtml +5 0 server/internal/views/emails/ar/an_admin_denied_your_join_request.gohtml +12 0 server/internal/views/emails/ar/contact_confirmation.gohtml +9 0 server/internal/views/emails/ar/headers.json +8 0 server/internal/views/emails/ar/login_verification.gohtml +8 0 server/internal/views/emails/ar/register_verification.gohtml +14 0 server/internal/views/emails/ar/subscribed_to_newsletter.gohtml +16 0 server/internal/views/emails/de/a_participant_joined_the_loop.gohtml +5 0 server/internal/views/emails/de/an_admin_approved_your_join_request.gohtml +5 0 server/internal/views/emails/de/an_admin_denied_your_join_request.gohtml +12 0 server/internal/views/emails/de/contact_confirmation.gohtml +9 0 server/internal/views/emails/de/headers.json +8 0 server/internal/views/emails/de/login_verification.gohtml +8 0 server/internal/views/emails/de/register_verification.gohtml +14 0 server/internal/views/emails/de/subscribed_to_newsletter.gohtml +16 0 server/internal/views/emails/en/a_participant_joined_the_loop.gohtml +5 0 server/internal/views/emails/en/an_admin_approved_your_join_request.gohtml +5 0 server/internal/views/emails/en/an_admin_denied_your_join_request.gohtml +12 0 server/internal/views/emails/en/contact_confirmation.gohtml +9 0 server/internal/views/emails/en/headers.json +8 0 server/internal/views/emails/en/login_verification.gohtml +8 0 server/internal/views/emails/en/register_verification.gohtml +14 0 server/internal/views/emails/en/subscribed_to_newsletter.gohtml +16 0 server/internal/views/emails/es/a_participant_joined_the_loop.gohtml +5 0 server/internal/views/emails/es/an_admin_approved_your_join_request.gohtml +5 0 server/internal/views/emails/es/an_admin_denied_your_join_request.gohtml +12 0 server/internal/views/emails/es/contact_confirmation.gohtml +9 0 server/internal/views/emails/es/headers.json +8 0 server/internal/views/emails/es/login_verification.gohtml +8 0 server/internal/views/emails/es/register_verification.gohtml +14 0 server/internal/views/emails/es/subscribed_to_newsletter.gohtml +16 0 server/internal/views/emails/fa/a_participant_joined_the_loop.gohtml +5 0 server/internal/views/emails/fa/an_admin_approved_your_join_request.gohtml +5 0 server/internal/views/emails/fa/an_admin_denied_your_join_request.gohtml +12 0 server/internal/views/emails/fa/contact_confirmation.gohtml +9 0 server/internal/views/emails/fa/headers.json +8 0 server/internal/views/emails/fa/login_verification.gohtml +8 0 server/internal/views/emails/fa/register_verification.gohtml +14 0 server/internal/views/emails/fa/subscribed_to_newsletter.gohtml +16 0 server/internal/views/emails/fr/a_participant_joined_the_loop.gohtml +5 0 server/internal/views/emails/fr/an_admin_approved_your_join_request.gohtml +5 0 server/internal/views/emails/fr/an_admin_denied_your_join_request.gohtml +12 0 server/internal/views/emails/fr/contact_confirmation.gohtml +9 0 server/internal/views/emails/fr/headers.json +8 0 server/internal/views/emails/fr/login_verification.gohtml +8 0 server/internal/views/emails/fr/register_verification.gohtml +14 0 server/internal/views/emails/fr/subscribed_to_newsletter.gohtml +16 0 server/internal/views/emails/it/a_participant_joined_the_loop.gohtml +5 0 server/internal/views/emails/it/an_admin_approved_your_join_request.gohtml +5 0 server/internal/views/emails/it/an_admin_denied_your_join_request.gohtml +12 0 server/internal/views/emails/it/contact_confirmation.gohtml +9 0 server/internal/views/emails/it/headers.json +8 0 server/internal/views/emails/it/login_verification.gohtml +8 0 server/internal/views/emails/it/register_verification.gohtml +14 0 server/internal/views/emails/it/subscribed_to_newsletter.gohtml +16 0 server/internal/views/emails/nl/a_participant_joined_the_loop.gohtml +5 0 server/internal/views/emails/nl/an_admin_approved_your_join_request.gohtml +5 0 server/internal/views/emails/nl/an_admin_denied_your_join_request.gohtml +12 0 server/internal/views/emails/nl/contact_confirmation.gohtml +9 0 server/internal/views/emails/nl/headers.json +8 0 server/internal/views/emails/nl/login_verification.gohtml +8 0 server/internal/views/emails/nl/register_verification.gohtml +14 0 server/internal/views/emails/nl/subscribed_to_newsletter.gohtml +16 0 server/internal/views/emails/pt/a_participant_joined_the_loop.gohtml +5 0 server/internal/views/emails/pt/an_admin_approved_your_join_request.gohtml +5 0 server/internal/views/emails/pt/an_admin_denied_your_join_request.gohtml +12 0 server/internal/views/emails/pt/contact_confirmation.gohtml +9 0 server/internal/views/emails/pt/headers.json +8 0 server/internal/views/emails/pt/login_verification.gohtml +8 0 server/internal/views/emails/pt/register_verification.gohtml +14 0 server/internal/views/emails/pt/subscribed_to_newsletter.gohtml +16 0 server/internal/views/emails/sv/a_participant_joined_the_loop.gohtml +5 0 server/internal/views/emails/sv/an_admin_approved_your_join_request.gohtml +5 0 server/internal/views/emails/sv/an_admin_denied_your_join_request.gohtml +12 0 server/internal/views/emails/sv/contact_confirmation.gohtml +9 0 server/internal/views/emails/sv/headers.json +8 0 server/internal/views/emails/sv/login_verification.gohtml +8 0 server/internal/views/emails/sv/register_verification.gohtml +14 0 server/internal/views/emails/sv/subscribed_to_newsletter.gohtml +16 0 server/internal/views/emails/zh/a_participant_joined_the_loop.gohtml +5 0 server/internal/views/emails/zh/an_admin_approved_your_join_request.gohtml +5 0 server/internal/views/emails/zh/an_admin_denied_your_join_request.gohtml +12 0 server/internal/views/emails/zh/contact_confirmation.gohtml +9 0 server/internal/views/emails/zh/headers.json +8 0 server/internal/views/emails/zh/login_verification.gohtml +8 0 server/internal/views/emails/zh/register_verification.gohtml +14 0 server/internal/views/emails/zh/subscribed_to_newsletter.gohtml +34 0 server/internal/views/embed.go +13 0 server/sql/README.md +11 0 server/sql/count-chains-and-users-of-province.sql +2 0 server/sql/delete-chain.sql +3 0 server/sql/delete-user.sql +18 0 server/sql/dev-purge.sql +13 0 server/sql/export-newsletter-chain-admins.sql +5 0 server/sql/find-chain-by-user-email.sql +19 0 server/sql/find-duplicates.sql +9 0 server/sql/find-users-of-multipule-chains.sql +25 0 server/sql/merge-chain-users.sql +4 0 server/sql/set-user-chain-admin.sql +4 0 server/staticcheck.conf + +commit f24db304b38892faeab59ad7b2c0ab49b2156ea9 +Merge: 27a6f3ea 30815b78 +Author: Lucian I. Last +Date: Thu Jan 19 17:01:14 2023 +0100 + + Merge remote-tracking branch 'origin/HEAD' + +commit 30815b7851eafac43cd9d0f2c6d7f32574ad3207 +Merge: c388a560 bac51397 +Author: Lucian I. Last +Date: Thu Jan 19 16:59:56 2023 +0100 + + Merge pull request #338 from the-clothing-loop/l10n_main + + New Crowdin updates + +commit 27a6f3ea615d3094285483bc056a344efb197ce2 +Author: Lucian I. Last +Date: Thu Jan 19 16:58:17 2023 +0100 + + Change swap dont shop to english + +0 1 frontend/public/locales/ar/translation.json +0 1 frontend/public/locales/de/translation.json +0 1 frontend/public/locales/en/translation.json +0 1 frontend/public/locales/es/translation.json +0 1 frontend/public/locales/fa/translation.json +0 1 frontend/public/locales/fr/translation.json +0 1 frontend/public/locales/it/translation.json +0 1 frontend/public/locales/nl/translation.json +0 1 frontend/public/locales/pt/translation.json +0 1 frontend/public/locales/sv/translation.json +0 1 frontend/public/locales/zh/translation.json +7 4 frontend/src/pages/Home.tsx + +commit c388a56030c4888d9ad4fa86ba316be4346e6a47 +Author: Lucian I. Last +Date: Thu Jan 19 16:49:06 2023 +0100 + + lint + +2 0 .github/FUNDING.yml +71 0 .github/workflows/deploy-acceptance.yml +79 0 .github/workflows/deploy-production.yml +41 0 .github/workflows/lint.yml +3 0 .gitignore +9 0 CONTRIBUTING.md +21 0 LICENSE +87 0 ONBOARDING_DEVS.md +31 0 README.md +24 0 clothingloop.code-workspace +7 0 crowdin.yml +2 0 devops/.gitignore +0 0 devops/.prettierrc +53 0 devops/README.md +7 0 devops/ansible.cfg +16 0 devops/group_vars/all.yml.example +2 0 devops/hosts +10 0 devops/lint-caddy-files.sh +11 0 devops/maint-start.yml +14 0 devops/maint-stop.yml +30 0 devops/setup-1-firewall.yml +68 0 devops/setup-2-caddy.yml +49 0 devops/setup-3-mariadb.yml +103 0 devops/setup-4-api.yml +14 0 devops/setup-5-cron.yml +27 0 devops/setup-6-phpmyadmin.yml +8 0 devops/status.yml +113 0 devops/templates/Caddyfile +41 0 devops/templates/Caddyfile.maint +16 0 devops/templates/api.service.j2 +23 0 devops/templates/config.yml.j2 +419 0 devops/templates/maint/index.html +3 0 devops/templates/maint/src/build.sh +1 0 devops/templates/maint/src/style.min.css +29 0 devops/templates/maint/src/tailwind.config.js +14 0 frontend/.editorconfig +8 0 frontend/.env-acceptance +8 0 frontend/.env-example +11 0 frontend/.env-production +25 0 frontend/.gitignore +17 0 frontend/.prettierignore +0 0 frontend/.prettierrc.yml +3 0 frontend/.vscode/extensions.json +3 0 frontend/.vscode/settings.json +76 0 frontend/PALETTE.md +55 0 frontend/README.md +74 0 frontend/index.html +9773 0 frontend/package-lock.json +76 0 frontend/package.json +6 0 frontend/postcss.config.cjs +- - frontend/public/favicon.ico +- - frontend/public/fonts/montserrat/JTUQjIg1_i6t8kCHKm459WxRxC7mw9c.woff2 +- - frontend/public/fonts/montserrat/JTUQjIg1_i6t8kCHKm459WxRxi7mw9c.woff2 +- - frontend/public/fonts/montserrat/JTUQjIg1_i6t8kCHKm459WxRxy7mw9c.woff2 +- - frontend/public/fonts/montserrat/JTUQjIg1_i6t8kCHKm459WxRyS7m.woff2 +- - frontend/public/fonts/montserrat/JTUQjIg1_i6t8kCHKm459WxRzS7mw9c.woff2 +- - frontend/public/fonts/montserrat/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2 +- - frontend/public/fonts/montserrat/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2 +- - frontend/public/fonts/montserrat/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2 +- - frontend/public/fonts/montserrat/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2 +- - frontend/public/fonts/montserrat/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2 +900 0 frontend/public/fonts/montserrat/style.css +- - frontend/public/fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2 +- - frontend/public/fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2 +- - frontend/public/fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2 +- - frontend/public/fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2 +- - frontend/public/fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7.woff2 +- - frontend/public/fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk72xU.woff2 +- - frontend/public/fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk72xU.woff2 +- - frontend/public/fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk72xU.woff2 +400 0 frontend/public/fonts/playfair-display/style.css +279 0 frontend/public/icons/feather/feather.svg +- - frontend/public/icons/feather/feather.ttf +- - frontend/public/icons/feather/feather.woff +832 0 frontend/public/icons/feather/style.css +5 0 frontend/public/icons/flags/de.svg +547 0 frontend/public/icons/flags/es.svg +7 0 frontend/public/icons/flags/fr.svg +7 0 frontend/public/icons/flags/gb.svg +5 0 frontend/public/icons/flags/nl.svg +4 0 frontend/public/icons/flags/se.svg +- - frontend/public/images/payment-methods/amex.png +- - frontend/public/images/payment-methods/applepay.png +- - frontend/public/images/payment-methods/bancontact.png +- - frontend/public/images/payment-methods/creditcard.png +- - frontend/public/images/payment-methods/ideal.png +- - frontend/public/images/payment-methods/mastercard.png +- - frontend/public/images/payment-methods/visa.png +7 0 frontend/public/locales/ar/about.json +60 0 frontend/public/locales/ar/faq.json +29 0 frontend/public/locales/ar/testimonials.json +228 0 frontend/public/locales/ar/translation.json +7 0 frontend/public/locales/de/about.json +60 0 frontend/public/locales/de/faq.json +29 0 frontend/public/locales/de/testimonials.json +228 0 frontend/public/locales/de/translation.json +7 0 frontend/public/locales/en/about.json +60 0 frontend/public/locales/en/faq.json +29 0 frontend/public/locales/en/testimonials.json +231 0 frontend/public/locales/en/translation.json +7 0 frontend/public/locales/es/about.json +60 0 frontend/public/locales/es/faq.json +29 0 frontend/public/locales/es/testimonials.json +228 0 frontend/public/locales/es/translation.json +7 0 frontend/public/locales/fa/about.json +60 0 frontend/public/locales/fa/faq.json +29 0 frontend/public/locales/fa/testimonials.json +228 0 frontend/public/locales/fa/translation.json +7 0 frontend/public/locales/fr/about.json +60 0 frontend/public/locales/fr/faq.json +29 0 frontend/public/locales/fr/testimonials.json +228 0 frontend/public/locales/fr/translation.json +7 0 frontend/public/locales/it/about.json +60 0 frontend/public/locales/it/faq.json +29 0 frontend/public/locales/it/testimonials.json +228 0 frontend/public/locales/it/translation.json +7 0 frontend/public/locales/nl/about.json +60 0 frontend/public/locales/nl/faq.json +29 0 frontend/public/locales/nl/testimonials.json +228 0 frontend/public/locales/nl/translation.json +7 0 frontend/public/locales/pt/about.json +60 0 frontend/public/locales/pt/faq.json +29 0 frontend/public/locales/pt/testimonials.json +228 0 frontend/public/locales/pt/translation.json +7 0 frontend/public/locales/sv/about.json +60 0 frontend/public/locales/sv/faq.json +29 0 frontend/public/locales/sv/testimonials.json +228 0 frontend/public/locales/sv/translation.json +7 0 frontend/public/locales/zh/about.json +60 0 frontend/public/locales/zh/faq.json +29 0 frontend/public/locales/zh/testimonials.json +228 0 frontend/public/locales/zh/translation.json +- - frontend/public/logo192.png +- - frontend/public/logo512.png +25 0 frontend/public/manifest.json +3 0 frontend/public/robots.txt +- - frontend/public/videos/TCL-video.mp4 +61 0 frontend/sitemap.js +207 0 frontend/src/App.tsx +32 0 frontend/src/airbrake.ts +5 0 frontend/src/api/axios.ts +66 0 frontend/src/api/chain.ts +21 0 frontend/src/api/contact.ts +39 0 frontend/src/api/enums.ts +10 0 frontend/src/api/info.ts +50 0 frontend/src/api/login.ts +26 0 frontend/src/api/payment.ts +35 0 frontend/src/api/types.ts +60 0 frontend/src/api/user.ts +36 0 frontend/src/components/Badges.tsx +31 0 frontend/src/components/Carousel.tsx +80 0 frontend/src/components/CategoriesDropdown.tsx +313 0 frontend/src/components/ChainDetailsForm.tsx +110 0 frontend/src/components/ChainParticipantsTable.tsx +80 0 frontend/src/components/Counters/Counters.tsx +35 0 frontend/src/components/Counters/SingleCounter.tsx +18 0 frontend/src/components/Counters/hooks.tsx +113 0 frontend/src/components/DataExport.tsx +118 0 frontend/src/components/FindChain/SearchBar.tsx +22 0 frontend/src/components/FindChain/StandaloneSearchBar.tsx +166 0 frontend/src/components/Footer.tsx +108 0 frontend/src/components/FormFields.tsx +58 0 frontend/src/components/GeocoderSelector.tsx +88 0 frontend/src/components/LanguageSwitcher.tsx +21 0 frontend/src/components/Layouts.tsx +149 0 frontend/src/components/Navbar.tsx +99 0 frontend/src/components/Newsletter.tsx +19 0 frontend/src/components/Popover.tsx +44 0 frontend/src/components/ProgressBar.tsx +95 0 frontend/src/components/SizesDropdown.tsx +96 0 frontend/src/components/Testimonials.tsx +50 0 frontend/src/components/formActions.tsx +31 0 frontend/src/i18n.tsx +51 0 frontend/src/index.tsx +89 0 frontend/src/pages/About.tsx +64 0 frontend/src/pages/AdminDashboard.tsx +77 0 frontend/src/pages/ChainEdit.tsx +774 0 frontend/src/pages/ChainMemberList.tsx +195 0 frontend/src/pages/ChainsList.tsx +114 0 frontend/src/pages/Contacts.tsx +26 0 frontend/src/pages/Donations/Donate.tsx +22 0 frontend/src/pages/Donations/DonationCompleted.tsx +358 0 frontend/src/pages/Donations/DonationForm.tsx +112 0 frontend/src/pages/FAQ.tsx +507 0 frontend/src/pages/FindChain.tsx +79 0 frontend/src/pages/Geocoding.tsx +368 0 frontend/src/pages/Home.tsx +111 0 frontend/src/pages/Login.tsx +47 0 frontend/src/pages/LoginEmailFinished.tsx +34 0 frontend/src/pages/Logout.tsx +38 0 frontend/src/pages/MessageSubmitted.tsx +120 0 frontend/src/pages/NewChainLocation.tsx +157 0 frontend/src/pages/NewChainSignup.tsx +348 0 frontend/src/pages/PrivacyPolicy.tsx +197 0 frontend/src/pages/Signup.tsx +333 0 frontend/src/pages/TermsOfUse.tsx +96 0 frontend/src/pages/Thankyou.tsx +186 0 frontend/src/pages/UserEdit.tsx +146 0 frontend/src/providers/AuthProvider.tsx +19 0 frontend/src/providers/ChainsProvider.tsx +162 0 frontend/src/providers/ToastProvider.tsx +5 0 frontend/src/setupTests.ts +117 0 frontend/src/tailwind.css +29 0 frontend/src/util/categories.ts +61 0 frontend/src/util/dropdown.hooks.ts +15 0 frontend/src/util/form-jup.ts +19 0 frontend/src/util/form.hooks.ts +24 0 frontend/src/util/gin-errors.ts +321 0 frontend/src/util/goatcounter.js +3 0 frontend/src/util/maps.ts +1 0 frontend/src/util/phoneRegExp.ts +13 0 frontend/src/util/scrollToTop.tsx +3 0 frontend/src/util/sleep.ts +1 0 frontend/src/vite-env.d.ts +44 0 frontend/src/window.d.ts +104 0 frontend/tailwind.config.cjs +20 0 frontend/tsconfig.json +17 0 frontend/vite.config.ts +18 0 server/.editorconfig +14 0 server/.gitignore +3 0 server/.vscode/extensions.json +45 0 server/Makefile +135 0 server/README.md +61 0 server/cmd/generate-fake-data/main.go +20 0 server/cmd/server-fcgi/main.go +5 0 server/cmd/server-fcgi/static/.htaccess +35 0 server/cmd/server/main.go +23 0 server/config.example.yml +28 0 server/docker/docker-compose.yml +49 0 server/go.mod +140 0 server/go.sum +24 0 server/internal/app/airbrake.go +157 0 server/internal/app/auth/auth.go +162 0 server/internal/app/auth/auth_test.go +44 0 server/internal/app/auth/cookie.go +14 0 server/internal/app/auth/testmain_test.go +128 0 server/internal/app/auth/token.go +86 0 server/internal/app/auth/token_test.go +79 0 server/internal/app/config.go +17 0 server/internal/app/config_test.go +104 0 server/internal/app/database.go +15 0 server/internal/app/gin_utils/ginabort.go +55 0 server/internal/app/mail.go +18 0 server/internal/app/testutils.go +454 0 server/internal/controllers/chain.go +70 0 server/internal/controllers/contact.go +39 0 server/internal/controllers/info.go +281 0 server/internal/controllers/login.go +20 0 server/internal/controllers/middleware.go +154 0 server/internal/controllers/payments.go +331 0 server/internal/controllers/users.go +33 0 server/internal/models/chain.go +23 0 server/internal/models/gender.go +41 0 server/internal/models/gender_test.go +17 0 server/internal/models/mail.go +29 0 server/internal/models/newsletter.go +30 0 server/internal/models/payment.go +31 0 server/internal/models/size.go +47 0 server/internal/models/size_test.go +107 0 server/internal/models/user.go +85 0 server/internal/server.go +52 0 server/internal/tests/integration_tests/chain_add_user_test.go +60 0 server/internal/tests/integration_tests/register_basic_user_test.go +72 0 server/internal/tests/integration_tests/register_chain_admin_test.go +16 0 server/internal/tests/integration_tests/testmain_test.go +51 0 server/internal/tests/integration_tests/user_get_test.go +55 0 server/internal/tests/mocks/mock-gin-context.go +140 0 server/internal/tests/mocks/mock-tables.go +29 0 server/internal/tests/mocks/mock-tables_test.go +20 0 server/internal/tests/mocks/testmain_test.go +181 0 server/internal/views/email.go +16 0 server/internal/views/emails/ar/a_participant_joined_the_loop.gohtml +5 0 server/internal/views/emails/ar/an_admin_approved_your_join_request.gohtml +5 0 server/internal/views/emails/ar/an_admin_denied_your_join_request.gohtml +12 0 server/internal/views/emails/ar/contact_confirmation.gohtml +9 0 server/internal/views/emails/ar/headers.json +8 0 server/internal/views/emails/ar/login_verification.gohtml +8 0 server/internal/views/emails/ar/register_verification.gohtml +14 0 server/internal/views/emails/ar/subscribed_to_newsletter.gohtml +16 0 server/internal/views/emails/de/a_participant_joined_the_loop.gohtml +5 0 server/internal/views/emails/de/an_admin_approved_your_join_request.gohtml +5 0 server/internal/views/emails/de/an_admin_denied_your_join_request.gohtml +12 0 server/internal/views/emails/de/contact_confirmation.gohtml +9 0 server/internal/views/emails/de/headers.json +8 0 server/internal/views/emails/de/login_verification.gohtml +8 0 server/internal/views/emails/de/register_verification.gohtml +14 0 server/internal/views/emails/de/subscribed_to_newsletter.gohtml +16 0 server/internal/views/emails/en/a_participant_joined_the_loop.gohtml +5 0 server/internal/views/emails/en/an_admin_approved_your_join_request.gohtml +5 0 server/internal/views/emails/en/an_admin_denied_your_join_request.gohtml +12 0 server/internal/views/emails/en/contact_confirmation.gohtml +9 0 server/internal/views/emails/en/headers.json +8 0 server/internal/views/emails/en/login_verification.gohtml +8 0 server/internal/views/emails/en/register_verification.gohtml +14 0 server/internal/views/emails/en/subscribed_to_newsletter.gohtml +16 0 server/internal/views/emails/es/a_participant_joined_the_loop.gohtml +5 0 server/internal/views/emails/es/an_admin_approved_your_join_request.gohtml +5 0 server/internal/views/emails/es/an_admin_denied_your_join_request.gohtml +12 0 server/internal/views/emails/es/contact_confirmation.gohtml +9 0 server/internal/views/emails/es/headers.json +8 0 server/internal/views/emails/es/login_verification.gohtml +8 0 server/internal/views/emails/es/register_verification.gohtml +14 0 server/internal/views/emails/es/subscribed_to_newsletter.gohtml +16 0 server/internal/views/emails/fa/a_participant_joined_the_loop.gohtml +5 0 server/internal/views/emails/fa/an_admin_approved_your_join_request.gohtml +5 0 server/internal/views/emails/fa/an_admin_denied_your_join_request.gohtml +12 0 server/internal/views/emails/fa/contact_confirmation.gohtml +9 0 server/internal/views/emails/fa/headers.json +8 0 server/internal/views/emails/fa/login_verification.gohtml +8 0 server/internal/views/emails/fa/register_verification.gohtml +14 0 server/internal/views/emails/fa/subscribed_to_newsletter.gohtml +16 0 server/internal/views/emails/fr/a_participant_joined_the_loop.gohtml +5 0 server/internal/views/emails/fr/an_admin_approved_your_join_request.gohtml +5 0 server/internal/views/emails/fr/an_admin_denied_your_join_request.gohtml +12 0 server/internal/views/emails/fr/contact_confirmation.gohtml +9 0 server/internal/views/emails/fr/headers.json +8 0 server/internal/views/emails/fr/login_verification.gohtml +8 0 server/internal/views/emails/fr/register_verification.gohtml +14 0 server/internal/views/emails/fr/subscribed_to_newsletter.gohtml +16 0 server/internal/views/emails/it/a_participant_joined_the_loop.gohtml +5 0 server/internal/views/emails/it/an_admin_approved_your_join_request.gohtml +5 0 server/internal/views/emails/it/an_admin_denied_your_join_request.gohtml +12 0 server/internal/views/emails/it/contact_confirmation.gohtml +9 0 server/internal/views/emails/it/headers.json +8 0 server/internal/views/emails/it/login_verification.gohtml +8 0 server/internal/views/emails/it/register_verification.gohtml +14 0 server/internal/views/emails/it/subscribed_to_newsletter.gohtml +16 0 server/internal/views/emails/nl/a_participant_joined_the_loop.gohtml +5 0 server/internal/views/emails/nl/an_admin_approved_your_join_request.gohtml +5 0 server/internal/views/emails/nl/an_admin_denied_your_join_request.gohtml +12 0 server/internal/views/emails/nl/contact_confirmation.gohtml +9 0 server/internal/views/emails/nl/headers.json +8 0 server/internal/views/emails/nl/login_verification.gohtml +8 0 server/internal/views/emails/nl/register_verification.gohtml +14 0 server/internal/views/emails/nl/subscribed_to_newsletter.gohtml +16 0 server/internal/views/emails/pt/a_participant_joined_the_loop.gohtml +5 0 server/internal/views/emails/pt/an_admin_approved_your_join_request.gohtml +5 0 server/internal/views/emails/pt/an_admin_denied_your_join_request.gohtml +12 0 server/internal/views/emails/pt/contact_confirmation.gohtml +9 0 server/internal/views/emails/pt/headers.json +8 0 server/internal/views/emails/pt/login_verification.gohtml +8 0 server/internal/views/emails/pt/register_verification.gohtml +14 0 server/internal/views/emails/pt/subscribed_to_newsletter.gohtml +16 0 server/internal/views/emails/sv/a_participant_joined_the_loop.gohtml +5 0 server/internal/views/emails/sv/an_admin_approved_your_join_request.gohtml +5 0 server/internal/views/emails/sv/an_admin_denied_your_join_request.gohtml +12 0 server/internal/views/emails/sv/contact_confirmation.gohtml +9 0 server/internal/views/emails/sv/headers.json +8 0 server/internal/views/emails/sv/login_verification.gohtml +8 0 server/internal/views/emails/sv/register_verification.gohtml +14 0 server/internal/views/emails/sv/subscribed_to_newsletter.gohtml +16 0 server/internal/views/emails/zh/a_participant_joined_the_loop.gohtml +5 0 server/internal/views/emails/zh/an_admin_approved_your_join_request.gohtml +5 0 server/internal/views/emails/zh/an_admin_denied_your_join_request.gohtml +12 0 server/internal/views/emails/zh/contact_confirmation.gohtml +9 0 server/internal/views/emails/zh/headers.json +8 0 server/internal/views/emails/zh/login_verification.gohtml +8 0 server/internal/views/emails/zh/register_verification.gohtml +14 0 server/internal/views/emails/zh/subscribed_to_newsletter.gohtml +34 0 server/internal/views/embed.go +13 0 server/sql/README.md +11 0 server/sql/count-chains-and-users-of-province.sql +2 0 server/sql/delete-chain.sql +3 0 server/sql/delete-user.sql +18 0 server/sql/dev-purge.sql +13 0 server/sql/export-newsletter-chain-admins.sql +5 0 server/sql/find-chain-by-user-email.sql +19 0 server/sql/find-duplicates.sql +9 0 server/sql/find-users-of-multipule-chains.sql +25 0 server/sql/merge-chain-users.sql +4 0 server/sql/set-user-chain-admin.sql +4 0 server/staticcheck.conf + +commit bac51397c690d8d470b49723bd1b43283598e935 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Jan 19 15:13:44 2023 +0100 + + New translations translation.json (Persian) + +2 0 .github/FUNDING.yml +71 0 .github/workflows/deploy-acceptance.yml +79 0 .github/workflows/deploy-production.yml +41 0 .github/workflows/lint.yml +3 0 .gitignore +9 0 CONTRIBUTING.md +21 0 LICENSE +87 0 ONBOARDING_DEVS.md +31 0 README.md +24 0 clothingloop.code-workspace +7 0 crowdin.yml +2 0 devops/.gitignore +0 0 devops/.prettierrc +53 0 devops/README.md +7 0 devops/ansible.cfg +16 0 devops/group_vars/all.yml.example +2 0 devops/hosts +10 0 devops/lint-caddy-files.sh +11 0 devops/maint-start.yml +14 0 devops/maint-stop.yml +30 0 devops/setup-1-firewall.yml +68 0 devops/setup-2-caddy.yml +49 0 devops/setup-3-mariadb.yml +103 0 devops/setup-4-api.yml +14 0 devops/setup-5-cron.yml +27 0 devops/setup-6-phpmyadmin.yml +8 0 devops/status.yml +113 0 devops/templates/Caddyfile +41 0 devops/templates/Caddyfile.maint +16 0 devops/templates/api.service.j2 +23 0 devops/templates/config.yml.j2 +419 0 devops/templates/maint/index.html +3 0 devops/templates/maint/src/build.sh +1 0 devops/templates/maint/src/style.min.css +29 0 devops/templates/maint/src/tailwind.config.js +14 0 frontend/.editorconfig +8 0 frontend/.env-acceptance +8 0 frontend/.env-example +11 0 frontend/.env-production +25 0 frontend/.gitignore +17 0 frontend/.prettierignore +0 0 frontend/.prettierrc.yml +3 0 frontend/.vscode/extensions.json +3 0 frontend/.vscode/settings.json +76 0 frontend/PALETTE.md +55 0 frontend/README.md +74 0 frontend/index.html +9773 0 frontend/package-lock.json +76 0 frontend/package.json +6 0 frontend/postcss.config.cjs +- - frontend/public/favicon.ico +- - frontend/public/fonts/montserrat/JTUQjIg1_i6t8kCHKm459WxRxC7mw9c.woff2 +- - frontend/public/fonts/montserrat/JTUQjIg1_i6t8kCHKm459WxRxi7mw9c.woff2 +- - frontend/public/fonts/montserrat/JTUQjIg1_i6t8kCHKm459WxRxy7mw9c.woff2 +- - frontend/public/fonts/montserrat/JTUQjIg1_i6t8kCHKm459WxRyS7m.woff2 +- - frontend/public/fonts/montserrat/JTUQjIg1_i6t8kCHKm459WxRzS7mw9c.woff2 +- - frontend/public/fonts/montserrat/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2 +- - frontend/public/fonts/montserrat/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2 +- - frontend/public/fonts/montserrat/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2 +- - frontend/public/fonts/montserrat/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2 +- - frontend/public/fonts/montserrat/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2 +900 0 frontend/public/fonts/montserrat/style.css +- - frontend/public/fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2 +- - frontend/public/fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2 +- - frontend/public/fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2 +- - frontend/public/fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2 +- - frontend/public/fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7.woff2 +- - frontend/public/fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk72xU.woff2 +- - frontend/public/fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk72xU.woff2 +- - frontend/public/fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk72xU.woff2 +400 0 frontend/public/fonts/playfair-display/style.css +279 0 frontend/public/icons/feather/feather.svg +- - frontend/public/icons/feather/feather.ttf +- - frontend/public/icons/feather/feather.woff +832 0 frontend/public/icons/feather/style.css +5 0 frontend/public/icons/flags/de.svg +547 0 frontend/public/icons/flags/es.svg +7 0 frontend/public/icons/flags/fr.svg +7 0 frontend/public/icons/flags/gb.svg +5 0 frontend/public/icons/flags/nl.svg +4 0 frontend/public/icons/flags/se.svg +- - frontend/public/images/payment-methods/amex.png +- - frontend/public/images/payment-methods/applepay.png +- - frontend/public/images/payment-methods/bancontact.png +- - frontend/public/images/payment-methods/creditcard.png +- - frontend/public/images/payment-methods/ideal.png +- - frontend/public/images/payment-methods/mastercard.png +- - frontend/public/images/payment-methods/visa.png +7 0 frontend/public/locales/ar/about.json +60 0 frontend/public/locales/ar/faq.json +29 0 frontend/public/locales/ar/testimonials.json +230 0 frontend/public/locales/ar/translation.json +7 0 frontend/public/locales/de/about.json +60 0 frontend/public/locales/de/faq.json +29 0 frontend/public/locales/de/testimonials.json +230 0 frontend/public/locales/de/translation.json +7 0 frontend/public/locales/en/about.json +60 0 frontend/public/locales/en/faq.json +29 0 frontend/public/locales/en/testimonials.json +230 0 frontend/public/locales/en/translation.json +7 0 frontend/public/locales/es/about.json +60 0 frontend/public/locales/es/faq.json +29 0 frontend/public/locales/es/testimonials.json +230 0 frontend/public/locales/es/translation.json +7 0 frontend/public/locales/fa/about.json +60 0 frontend/public/locales/fa/faq.json +29 0 frontend/public/locales/fa/testimonials.json +230 0 frontend/public/locales/fa/translation.json +7 0 frontend/public/locales/fr/about.json +60 0 frontend/public/locales/fr/faq.json +29 0 frontend/public/locales/fr/testimonials.json +230 0 frontend/public/locales/fr/translation.json +7 0 frontend/public/locales/it/about.json +60 0 frontend/public/locales/it/faq.json +29 0 frontend/public/locales/it/testimonials.json +230 0 frontend/public/locales/it/translation.json +7 0 frontend/public/locales/nl/about.json +60 0 frontend/public/locales/nl/faq.json +29 0 frontend/public/locales/nl/testimonials.json +230 0 frontend/public/locales/nl/translation.json +7 0 frontend/public/locales/pt/about.json +60 0 frontend/public/locales/pt/faq.json +29 0 frontend/public/locales/pt/testimonials.json +230 0 frontend/public/locales/pt/translation.json +7 0 frontend/public/locales/sv/about.json +60 0 frontend/public/locales/sv/faq.json +29 0 frontend/public/locales/sv/testimonials.json +230 0 frontend/public/locales/sv/translation.json +7 0 frontend/public/locales/zh/about.json +60 0 frontend/public/locales/zh/faq.json +29 0 frontend/public/locales/zh/testimonials.json +230 0 frontend/public/locales/zh/translation.json +- - frontend/public/logo192.png +- - frontend/public/logo512.png +25 0 frontend/public/manifest.json +3 0 frontend/public/robots.txt +- - frontend/public/videos/TCL-video.mp4 +61 0 frontend/sitemap.js +207 0 frontend/src/App.tsx +32 0 frontend/src/airbrake.ts +5 0 frontend/src/api/axios.ts +66 0 frontend/src/api/chain.ts +21 0 frontend/src/api/contact.ts +39 0 frontend/src/api/enums.ts +10 0 frontend/src/api/info.ts +50 0 frontend/src/api/login.ts +26 0 frontend/src/api/payment.ts +35 0 frontend/src/api/types.ts +60 0 frontend/src/api/user.ts +36 0 frontend/src/components/Badges.tsx +31 0 frontend/src/components/Carousel.tsx +80 0 frontend/src/components/CategoriesDropdown.tsx +310 0 frontend/src/components/ChainDetailsForm.tsx +110 0 frontend/src/components/ChainParticipantsTable.tsx +80 0 frontend/src/components/Counters/Counters.tsx +35 0 frontend/src/components/Counters/SingleCounter.tsx +18 0 frontend/src/components/Counters/hooks.tsx +113 0 frontend/src/components/DataExport.tsx +118 0 frontend/src/components/FindChain/SearchBar.tsx +22 0 frontend/src/components/FindChain/StandaloneSearchBar.tsx +166 0 frontend/src/components/Footer.tsx +108 0 frontend/src/components/FormFields.tsx +58 0 frontend/src/components/GeocoderSelector.tsx +88 0 frontend/src/components/LanguageSwitcher.tsx +21 0 frontend/src/components/Layouts.tsx +149 0 frontend/src/components/Navbar.tsx +99 0 frontend/src/components/Newsletter.tsx +19 0 frontend/src/components/Popover.tsx +44 0 frontend/src/components/ProgressBar.tsx +95 0 frontend/src/components/SizesDropdown.tsx +96 0 frontend/src/components/Testimonials.tsx +50 0 frontend/src/components/formActions.tsx +31 0 frontend/src/i18n.tsx +51 0 frontend/src/index.tsx +89 0 frontend/src/pages/About.tsx +64 0 frontend/src/pages/AdminDashboard.tsx +77 0 frontend/src/pages/ChainEdit.tsx +774 0 frontend/src/pages/ChainMemberList.tsx +195 0 frontend/src/pages/ChainsList.tsx +114 0 frontend/src/pages/Contacts.tsx +26 0 frontend/src/pages/Donations/Donate.tsx +22 0 frontend/src/pages/Donations/DonationCompleted.tsx +357 0 frontend/src/pages/Donations/DonationForm.tsx +112 0 frontend/src/pages/FAQ.tsx +508 0 frontend/src/pages/FindChain.tsx +79 0 frontend/src/pages/Geocoding.tsx +368 0 frontend/src/pages/Home.tsx +111 0 frontend/src/pages/Login.tsx +47 0 frontend/src/pages/LoginEmailFinished.tsx +34 0 frontend/src/pages/Logout.tsx +38 0 frontend/src/pages/MessageSubmitted.tsx +114 0 frontend/src/pages/NewChainLocation.tsx +157 0 frontend/src/pages/NewChainSignup.tsx +348 0 frontend/src/pages/PrivacyPolicy.tsx +197 0 frontend/src/pages/Signup.tsx +333 0 frontend/src/pages/TermsOfUse.tsx +96 0 frontend/src/pages/Thankyou.tsx +186 0 frontend/src/pages/UserEdit.tsx +146 0 frontend/src/providers/AuthProvider.tsx +19 0 frontend/src/providers/ChainsProvider.tsx +170 0 frontend/src/providers/ToastProvider.tsx +5 0 frontend/src/setupTests.ts +117 0 frontend/src/tailwind.css +29 0 frontend/src/util/categories.ts +61 0 frontend/src/util/dropdown.hooks.ts +15 0 frontend/src/util/form-jup.ts +19 0 frontend/src/util/form.hooks.ts +24 0 frontend/src/util/gin-errors.ts +321 0 frontend/src/util/goatcounter.js +3 0 frontend/src/util/maps.ts +1 0 frontend/src/util/phoneRegExp.ts +13 0 frontend/src/util/scrollToTop.tsx +3 0 frontend/src/util/sleep.ts +1 0 frontend/src/vite-env.d.ts +44 0 frontend/src/window.d.ts +104 0 frontend/tailwind.config.cjs +20 0 frontend/tsconfig.json +17 0 frontend/vite.config.ts +18 0 server/.editorconfig +14 0 server/.gitignore +3 0 server/.vscode/extensions.json +45 0 server/Makefile +135 0 server/README.md +61 0 server/cmd/generate-fake-data/main.go +20 0 server/cmd/server-fcgi/main.go +5 0 server/cmd/server-fcgi/static/.htaccess +35 0 server/cmd/server/main.go +23 0 server/config.example.yml +28 0 server/docker/docker-compose.yml +49 0 server/go.mod +140 0 server/go.sum +24 0 server/internal/app/airbrake.go +157 0 server/internal/app/auth/auth.go +162 0 server/internal/app/auth/auth_test.go +44 0 server/internal/app/auth/cookie.go +14 0 server/internal/app/auth/testmain_test.go +128 0 server/internal/app/auth/token.go +86 0 server/internal/app/auth/token_test.go +79 0 server/internal/app/config.go +17 0 server/internal/app/config_test.go +104 0 server/internal/app/database.go +15 0 server/internal/app/gin_utils/ginabort.go +55 0 server/internal/app/mail.go +18 0 server/internal/app/testutils.go +454 0 server/internal/controllers/chain.go +70 0 server/internal/controllers/contact.go +39 0 server/internal/controllers/info.go +281 0 server/internal/controllers/login.go +20 0 server/internal/controllers/middleware.go +154 0 server/internal/controllers/payments.go +331 0 server/internal/controllers/users.go +33 0 server/internal/models/chain.go +23 0 server/internal/models/gender.go +41 0 server/internal/models/gender_test.go +17 0 server/internal/models/mail.go +29 0 server/internal/models/newsletter.go +30 0 server/internal/models/payment.go +31 0 server/internal/models/size.go +47 0 server/internal/models/size_test.go +107 0 server/internal/models/user.go +85 0 server/internal/server.go +52 0 server/internal/tests/integration_tests/chain_add_user_test.go +60 0 server/internal/tests/integration_tests/register_basic_user_test.go +72 0 server/internal/tests/integration_tests/register_chain_admin_test.go +16 0 server/internal/tests/integration_tests/testmain_test.go +51 0 server/internal/tests/integration_tests/user_get_test.go +55 0 server/internal/tests/mocks/mock-gin-context.go +140 0 server/internal/tests/mocks/mock-tables.go +29 0 server/internal/tests/mocks/mock-tables_test.go +20 0 server/internal/tests/mocks/testmain_test.go +181 0 server/internal/views/email.go +16 0 server/internal/views/emails/ar/a_participant_joined_the_loop.gohtml +5 0 server/internal/views/emails/ar/an_admin_approved_your_join_request.gohtml +5 0 server/internal/views/emails/ar/an_admin_denied_your_join_request.gohtml +12 0 server/internal/views/emails/ar/contact_confirmation.gohtml +9 0 server/internal/views/emails/ar/headers.json +8 0 server/internal/views/emails/ar/login_verification.gohtml +8 0 server/internal/views/emails/ar/register_verification.gohtml +14 0 server/internal/views/emails/ar/subscribed_to_newsletter.gohtml +16 0 server/internal/views/emails/de/a_participant_joined_the_loop.gohtml +5 0 server/internal/views/emails/de/an_admin_approved_your_join_request.gohtml +5 0 server/internal/views/emails/de/an_admin_denied_your_join_request.gohtml +12 0 server/internal/views/emails/de/contact_confirmation.gohtml +9 0 server/internal/views/emails/de/headers.json +8 0 server/internal/views/emails/de/login_verification.gohtml +8 0 server/internal/views/emails/de/register_verification.gohtml +14 0 server/internal/views/emails/de/subscribed_to_newsletter.gohtml +16 0 server/internal/views/emails/en/a_participant_joined_the_loop.gohtml +5 0 server/internal/views/emails/en/an_admin_approved_your_join_request.gohtml +5 0 server/internal/views/emails/en/an_admin_denied_your_join_request.gohtml +12 0 server/internal/views/emails/en/contact_confirmation.gohtml +9 0 server/internal/views/emails/en/headers.json +8 0 server/internal/views/emails/en/login_verification.gohtml +8 0 server/internal/views/emails/en/register_verification.gohtml +14 0 server/internal/views/emails/en/subscribed_to_newsletter.gohtml +16 0 server/internal/views/emails/es/a_participant_joined_the_loop.gohtml +5 0 server/internal/views/emails/es/an_admin_approved_your_join_request.gohtml +5 0 server/internal/views/emails/es/an_admin_denied_your_join_request.gohtml +12 0 server/internal/views/emails/es/contact_confirmation.gohtml +9 0 server/internal/views/emails/es/headers.json +8 0 server/internal/views/emails/es/login_verification.gohtml +8 0 server/internal/views/emails/es/register_verification.gohtml +14 0 server/internal/views/emails/es/subscribed_to_newsletter.gohtml +16 0 server/internal/views/emails/fa/a_participant_joined_the_loop.gohtml +5 0 server/internal/views/emails/fa/an_admin_approved_your_join_request.gohtml +5 0 server/internal/views/emails/fa/an_admin_denied_your_join_request.gohtml +12 0 server/internal/views/emails/fa/contact_confirmation.gohtml +9 0 server/internal/views/emails/fa/headers.json +8 0 server/internal/views/emails/fa/login_verification.gohtml +8 0 server/internal/views/emails/fa/register_verification.gohtml +14 0 server/internal/views/emails/fa/subscribed_to_newsletter.gohtml +16 0 server/internal/views/emails/fr/a_participant_joined_the_loop.gohtml +5 0 server/internal/views/emails/fr/an_admin_approved_your_join_request.gohtml +5 0 server/internal/views/emails/fr/an_admin_denied_your_join_request.gohtml +12 0 server/internal/views/emails/fr/contact_confirmation.gohtml +9 0 server/internal/views/emails/fr/headers.json +8 0 server/internal/views/emails/fr/login_verification.gohtml +8 0 server/internal/views/emails/fr/register_verification.gohtml +14 0 server/internal/views/emails/fr/subscribed_to_newsletter.gohtml +16 0 server/internal/views/emails/it/a_participant_joined_the_loop.gohtml +5 0 server/internal/views/emails/it/an_admin_approved_your_join_request.gohtml +5 0 server/internal/views/emails/it/an_admin_denied_your_join_request.gohtml +12 0 server/internal/views/emails/it/contact_confirmation.gohtml +9 0 server/internal/views/emails/it/headers.json +8 0 server/internal/views/emails/it/login_verification.gohtml +8 0 server/internal/views/emails/it/register_verification.gohtml +14 0 server/internal/views/emails/it/subscribed_to_newsletter.gohtml +16 0 server/internal/views/emails/nl/a_participant_joined_the_loop.gohtml +5 0 server/internal/views/emails/nl/an_admin_approved_your_join_request.gohtml +5 0 server/internal/views/emails/nl/an_admin_denied_your_join_request.gohtml +12 0 server/internal/views/emails/nl/contact_confirmation.gohtml +9 0 server/internal/views/emails/nl/headers.json +8 0 server/internal/views/emails/nl/login_verification.gohtml +8 0 server/internal/views/emails/nl/register_verification.gohtml +14 0 server/internal/views/emails/nl/subscribed_to_newsletter.gohtml +16 0 server/internal/views/emails/pt/a_participant_joined_the_loop.gohtml +5 0 server/internal/views/emails/pt/an_admin_approved_your_join_request.gohtml +5 0 server/internal/views/emails/pt/an_admin_denied_your_join_request.gohtml +12 0 server/internal/views/emails/pt/contact_confirmation.gohtml +9 0 server/internal/views/emails/pt/headers.json +8 0 server/internal/views/emails/pt/login_verification.gohtml +8 0 server/internal/views/emails/pt/register_verification.gohtml +14 0 server/internal/views/emails/pt/subscribed_to_newsletter.gohtml +16 0 server/internal/views/emails/sv/a_participant_joined_the_loop.gohtml +5 0 server/internal/views/emails/sv/an_admin_approved_your_join_request.gohtml +5 0 server/internal/views/emails/sv/an_admin_denied_your_join_request.gohtml +12 0 server/internal/views/emails/sv/contact_confirmation.gohtml +9 0 server/internal/views/emails/sv/headers.json +8 0 server/internal/views/emails/sv/login_verification.gohtml +8 0 server/internal/views/emails/sv/register_verification.gohtml +14 0 server/internal/views/emails/sv/subscribed_to_newsletter.gohtml +16 0 server/internal/views/emails/zh/a_participant_joined_the_loop.gohtml +5 0 server/internal/views/emails/zh/an_admin_approved_your_join_request.gohtml +5 0 server/internal/views/emails/zh/an_admin_denied_your_join_request.gohtml +12 0 server/internal/views/emails/zh/contact_confirmation.gohtml +9 0 server/internal/views/emails/zh/headers.json +8 0 server/internal/views/emails/zh/login_verification.gohtml +8 0 server/internal/views/emails/zh/register_verification.gohtml +14 0 server/internal/views/emails/zh/subscribed_to_newsletter.gohtml +34 0 server/internal/views/embed.go +13 0 server/sql/README.md +11 0 server/sql/count-chains-and-users-of-province.sql +2 0 server/sql/delete-chain.sql +3 0 server/sql/delete-user.sql +18 0 server/sql/dev-purge.sql +13 0 server/sql/export-newsletter-chain-admins.sql +5 0 server/sql/find-chain-by-user-email.sql +19 0 server/sql/find-duplicates.sql +9 0 server/sql/find-users-of-multipule-chains.sql +25 0 server/sql/merge-chain-users.sql +4 0 server/sql/set-user-chain-admin.sql +4 0 server/staticcheck.conf + +commit e8f451ec507abd02be1e83b762532767df2f105c +Author: Lucian I. Last +Date: Wed Jan 4 16:04:36 2023 +0100 + + Add LinkedIn link + +9 1 frontend/src/components/Footer.tsx + +commit 5afa13fc002e057c0518b28d62ebf5a586dd1bf6 +Author: Lucian I. Last +Date: Wed Jan 4 15:38:49 2023 +0100 + + Fix centering mobile menu + +2 2 frontend/src/components/Navbar.tsx + +commit dcd4b626e92b45c0120b29f5262503111559b15b +Author: Lucian I. Last +Date: Wed Jan 4 15:30:01 2023 +0100 + + Add x to open mobile menu & Fix z index search + +4 6 frontend/src/components/Navbar.tsx +2 2 frontend/tailwind.config.cjs + +commit 5d9783c5f8c7a029656f17d6a6d73d88abed82a3 +Author: Lucian I. Last +Date: Wed Jan 4 14:56:34 2023 +0100 + + Change text color on primary outine buttons + +4 0 frontend/src/tailwind.css + +commit 2c46e2bda42634ec0aacab5c2f117e6525aef2f3 +Author: Lucian I. Last +Date: Wed Jan 4 14:55:46 2023 +0100 + + Add most important color contrasts to palette + +20 1 frontend/PALETTE.md + +commit 274823657b584e9f523e0b9e46b0515018b6bb44 +Author: Lucian I. Last +Date: Tue Jan 3 14:51:34 2023 +0100 + + Add onboarding devs + +87 0 ONBOARDING_DEVS.md +4 1 README.md + +commit 17795bfc0997eac5fcf174d1a57eba54b9a06405 +Author: Lucian I. Last +Date: Tue Jan 3 13:58:18 2023 +0100 + + Update to docker compose as sup query from docker + +2 2 server/Makefile + +commit ef803b111b9265d7d8b85d3378204707a69aa771 +Author: Lucian I. Last +Date: Tue Jan 3 12:21:51 2023 +0100 + + Replace Array.at with [n] + + To support safari browser versions <15.4 + +2 2 frontend/src/components/FindChain/SearchBar.tsx +1 1 frontend/src/components/GeocoderSelector.tsx +1 1 frontend/src/pages/FindChain.tsx +1 1 frontend/src/pages/Geocoding.tsx +1 1 frontend/src/util/gin-errors.ts + +commit f0d4d815efad52fac69cbe7dac2ef092b3eba3ba +Merge: c16b9662 31ff38d7 +Author: Lucian I. Last +Date: Tue Jan 3 11:21:02 2023 +0100 + + Merge branch 'colour-palette' + +commit 31ff38d74201b3a0ded10eadefbd51f087a11364 +Author: Lucian I. Last +Date: Tue Jan 3 11:20:47 2023 +0100 + + Add missing contrasts + +14 14 frontend/PALETTE.md + +commit c16b9662bf903de8d908efa2a3309ab2e76f45ff +Author: Lucian I. Last +Date: Tue Jan 3 10:47:09 2023 +0100 + + Add lint to PRs + +1 0 .github/workflows/lint.yml + +commit 6c6f9901b452040e93962ae769fbc63535cda690 +Author: Lucian I. Last +Date: Tue Jan 3 10:45:01 2023 +0100 + + Fix text overflow on home page + +37 35 frontend/src/components/Counters/Counters.tsx +4 4 frontend/src/pages/Home.tsx + +commit e64a61a542d9461aa3ecbf96daae4e6ea7f12df1 +Author: Lucian I. Last +Date: Thu Dec 29 15:40:06 2022 +0100 + + Rename to PALETTE & Add contrast links + +0 53 frontend/Colours.md +57 0 frontend/PALETTE.md + +commit 39baf554dfd64d45fa82a6306c8cb76c17aca283 +Merge: 8a9b1786 ca0da7ca +Author: Lucian I. Last +Date: Thu Dec 29 13:24:12 2022 +0100 + + Merge branch 'main' into colour-palette + +commit ca0da7cac85dce78680935f3f09a7c09b9f4b2cd +Author: Lucian I. Last +Date: Thu Dec 29 12:25:59 2022 +0100 + + Update json5 against npm audit + +6 6 frontend/package-lock.json + +commit 8c034a2eb2fc90e6f92c87dabccbc9ef73eeb676 +Author: Lucian I. Last +Date: Thu Dec 29 12:25:20 2022 +0100 + + Remove old CRA configuration + +1 16 frontend/package.json +1 4 frontend/tsconfig.json + +commit e377afd1fc578d79dd3116cf23e390be8552446e +Author: Lucian I. Last +Date: Thu Dec 29 12:14:37 2022 +0100 + + Fix typescript compilation from prev commit + +1 1 frontend/src/pages/NewChainSignup.tsx +1 1 frontend/src/pages/Signup.tsx + +commit 51a18d89ca35f67e7af512b5783e1bb7fb35947b +Author: Lucian I. Last +Date: Wed Dec 28 18:15:48 2022 +0100 + + Fix filter in find chain + +34 22 frontend/src/pages/FindChain.tsx + +commit c45326f2210743dba0a55f1a9a18db0e4d04a2f8 +Author: Lucian I. Last +Date: Wed Dec 28 17:07:03 2022 +0100 + + Add allow unknown address to geocoder + +5 24 frontend/src/components/FindChain/SearchBar.tsx +17 2 frontend/src/components/GeocoderSelector.tsx +18 19 frontend/src/pages/Geocoding.tsx +1 1 frontend/src/pages/UserEdit.tsx +0 11 frontend/src/types.ts + +commit bfb077d5220c6aff8faaad4657a308060bcb9040 +Author: Lucian I. Last +Date: Wed Dec 28 11:56:54 2022 +0100 + + Fix translations that crowdin has overridden + +1 1 frontend/public/locales/nl/about.json +6 6 server/internal/views/emails/nl/a_participant_joined_the_loop.gohtml + +commit fde7abbd3470b6b99b8085a4ac7030af3c0d6d7c +Author: Lucian I. Last +Date: Wed Dec 28 11:48:55 2022 +0100 + + update peopleWithCount + +31 17 frontend/package-lock.json +1 1 frontend/package.json +0 1 frontend/src/pages/ChainMemberList.tsx + +commit 2efe4c08a64a11b53488c51b6b089e9352990291 +Author: Lucian I. Last +Date: Wed Dec 28 11:38:18 2022 +0100 + + Fix regression Select participant on desktop + + See 9399fa864e4b8a3466d4b84c63bd8b8a2a530c5e + +2 2 frontend/src/pages/ChainMemberList.tsx + +commit bc834b7967373050beecc9acd1ec89f075593c61 +Author: Lucian I. Last +Date: Wed Dec 28 11:16:19 2022 +0100 + + Add SQL script merge chain users + +39 0 server/sql/merge-chain-users.sql + +commit 79a4b2d0f9f2180de2d4814767d247d7a277bd24 +Merge: 575f4757 e19e0c61 +Author: Lucian I. Last +Date: Tue Dec 27 16:18:41 2022 +0100 + + Merge remote-tracking branch 'paloeka/crowdin' + +commit e19e0c615a1127c1b09a4080303295986ed51477 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Dec 27 16:17:31 2022 +0100 + + New translations a_participant_joined_the_loop.gohtml (Persian) + +1 1 server/internal/views/emails/fa/a_participant_joined_the_loop.gohtml + +commit 34dcac963358fb0d8ecaa3a8e40bbacd64a5addf +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Dec 27 16:17:30 2022 +0100 + + New translations a_participant_joined_the_loop.gohtml (Chinese Simplified) + +1 1 server/internal/views/emails/zh/a_participant_joined_the_loop.gohtml + +commit fe49a731e1ce94c31c1a4b36ad4d6525f50e7a73 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Dec 27 16:17:29 2022 +0100 + + New translations a_participant_joined_the_loop.gohtml (Swedish) + +1 1 server/internal/views/emails/sv/a_participant_joined_the_loop.gohtml + +commit 488c65b47aef02efa638ac56c206a23dafc8696d +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Dec 27 16:17:28 2022 +0100 + + New translations a_participant_joined_the_loop.gohtml (Portuguese) + +1 1 server/internal/views/emails/pt/a_participant_joined_the_loop.gohtml + +commit 4d94fd49ed15822ccfdfe19ef43016256db36719 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Dec 27 16:17:27 2022 +0100 + + New translations a_participant_joined_the_loop.gohtml (Dutch) + +1 1 server/internal/views/emails/nl/a_participant_joined_the_loop.gohtml + +commit ba62d8fef0bf0cd671087b0fc56d1facdcebb2ef +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Dec 27 16:17:26 2022 +0100 + + New translations a_participant_joined_the_loop.gohtml (Italian) + +1 1 server/internal/views/emails/it/a_participant_joined_the_loop.gohtml + +commit debe16f2f6e208cec1f0cdccfbd31285ba7ea1b2 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Dec 27 16:17:25 2022 +0100 + + New translations a_participant_joined_the_loop.gohtml (German) + +1 1 server/internal/views/emails/de/a_participant_joined_the_loop.gohtml + +commit 763265c1a2dfd80a7fab498752f38e316cf596f0 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Dec 27 16:17:25 2022 +0100 + + New translations a_participant_joined_the_loop.gohtml (Arabic) + +1 1 server/internal/views/emails/ar/a_participant_joined_the_loop.gohtml + +commit e298f6b7a0e4eaf52672921ddcd5107423c0ec95 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Dec 27 16:17:24 2022 +0100 + + New translations a_participant_joined_the_loop.gohtml (Spanish) + +1 1 server/internal/views/emails/es/a_participant_joined_the_loop.gohtml + +commit 357029c4b08e15f3e24fdf16e21e66884e75c4eb +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Dec 27 16:17:23 2022 +0100 + + New translations a_participant_joined_the_loop.gohtml (French) + +1 1 server/internal/views/emails/fr/a_participant_joined_the_loop.gohtml + +commit b742a42b56b111b11dc2867db9fd26985cfbfc7b +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Dec 27 16:17:22 2022 +0100 + + New translations about.json (Persian) + +1 1 frontend/public/locales/fa/about.json + +commit 143c15995b642dae5b08cb4521136427f0a7aaa9 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Dec 27 16:17:21 2022 +0100 + + New translations about.json (Chinese Simplified) + +1 1 frontend/public/locales/zh/about.json + +commit 64242e1cf621afc8315cc9c75c4d2b89c4fb22dc +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Dec 27 16:17:20 2022 +0100 + + New translations about.json (Swedish) + +1 1 frontend/public/locales/sv/about.json + +commit 0250685fef02db083fbc131cf4280be267004e2f +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Dec 27 16:17:19 2022 +0100 + + New translations about.json (Portuguese) + +1 1 frontend/public/locales/pt/about.json + +commit 29390788b68d9764e9a4c7cf4a08d9d3688f5770 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Dec 27 16:17:18 2022 +0100 + + New translations about.json (Dutch) + +1 1 frontend/public/locales/nl/about.json + +commit dc6922a071666a603cf846b7abd3af7445937b3b +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Dec 27 16:17:17 2022 +0100 + + New translations about.json (Italian) + +1 1 frontend/public/locales/it/about.json + +commit 9a224bff317a95edc3ec7feb4d0f5ba1a8523d89 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Dec 27 16:17:16 2022 +0100 + + New translations about.json (German) + +1 1 frontend/public/locales/de/about.json + +commit 7a813cee60064a29c622953f9fcf32db89170e77 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Dec 27 16:17:15 2022 +0100 + + New translations about.json (Arabic) + +1 1 frontend/public/locales/ar/about.json + +commit f7b881da24ceda711c2b93590dd875198eb47e27 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Dec 27 16:17:14 2022 +0100 + + New translations about.json (Spanish) + +1 1 frontend/public/locales/es/about.json + +commit eafd223623783446cdd4d5d96376c9c250e83b96 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Dec 27 16:17:13 2022 +0100 + + New translations about.json (French) + +1 1 frontend/public/locales/fr/about.json + +commit 575f47577f5548e185ae1a6761d94d707078fbd3 +Merge: 0f8db848 79b6bfd5 +Author: Lucian I. Last +Date: Tue Dec 27 16:08:44 2022 +0100 + + Merge remote-tracking branch 'paloeka/crowdin' + +commit 1ef2510164a40312d31a63e1d24d8d5ff037d917 +Merge: bd9ec93d 0f8db848 +Author: Lucian I. Last +Date: Tue Dec 27 16:08:00 2022 +0100 + + Merge branch 'CollActionteam:main' into main + +commit bd9ec93d39da64b21c21b81becc12f875cadf67d +Merge: a4ecc6ec 79b6bfd5 +Author: Lucian I. Last +Date: Tue Dec 27 16:07:49 2022 +0100 + + Merge pull request #16 from paloeka/crowdin + + New Crowdin updates + +commit 8a9b1786afe0289eb033dffa32424dc46e904ac8 +Author: Lucian I. Last +Date: Tue Dec 27 13:57:35 2022 +0100 + + Add current colour palette + +18 0 frontend/Colours.md + +commit 1a2f600c459cb0a2eee0db500a51bb0a17056541 +Author: Lucian I. Last +Date: Tue Dec 27 13:57:17 2022 +0100 + + Change to lowercase hex colours + +11 11 frontend/tailwind.config.cjs + +commit 771a25cecf3955102a077beee75354b22d604c78 +Author: Lucian I. Last +Date: Tue Dec 27 12:59:01 2022 +0100 + + Add colours markdown + +35 0 frontend/Colours.md + +commit 0f8db848f1056824e0f741aa74552a9da97a0d6d +Author: Lucian I. Last +Date: Tue Dec 27 12:04:22 2022 +0100 + + Add frontend documentation + +13 0 frontend/README.md + +commit 8ab5355f70d1a51fd9b6eeb6211499950054ca44 +Author: Lucian I. Last +Date: Tue Dec 27 11:25:47 2022 +0100 + + New text for someone joined loop email + +1 1 server/internal/views/emails/en/a_participant_joined_the_loop.gohtml + +commit dab789dbf496fc8a638b7922ea63d6b3eef8b2da +Author: Lucian I. Last +Date: Tue Dec 27 11:23:44 2022 +0100 + + Change text about page & Add Lucian Last + +1 1 frontend/public/locales/en/about.json + +commit 79b6bfd51fd366523abd31f673fc1c68631914c4 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Dec 27 10:41:16 2022 +0100 + + New translations about.json (Dutch) + +1 1 frontend/public/locales/nl/about.json + +commit 11b2e72b20fe0b3f1eeb2020a23d5862479d93b4 +Author: Lucian I. Last +Date: Tue Dec 27 10:21:25 2022 +0100 + + Change api open to new members to snake_case + +1 1 frontend/src/api/types.ts +2 2 frontend/src/pages/ChainMemberList.tsx +36 32 server/internal/controllers/chain.go + +commit f6841dbb2caef79a9b6c01324e9317b9807603c7 +Author: Lucian I. Last +Date: Tue Dec 27 09:50:12 2022 +0100 + + Add privacy policy changes + +9 6 frontend/src/pages/PrivacyPolicy.tsx + +commit 83c013f3a8866f020cf5a35fb41dac641e224540 +Author: Lucian I. Last +Date: Thu Dec 22 14:00:35 2022 +0100 + + Fix missing endpoint + +5 7 frontend/index.html + +commit 7a6ee80646f880771c7d32ef7114f5728b6ac7e2 +Author: Lucian I. Last +Date: Thu Dec 22 13:54:26 2022 +0100 + + Use local goatcounter and remove querys from location + +3 4 frontend/index.html +17 0 frontend/src/providers/AuthProvider.tsx +1 1 frontend/src/util/goatcounter.js +36 0 frontend/src/window.d.ts + +commit a30ea3f3e49cbd7752cea82264f739a0c23a6b6d +Author: Lucian I. Last +Date: Thu Dec 22 13:52:39 2022 +0100 + + Add goat counter locally + +321 0 frontend/src/util/goatcounter.js + +commit 31abfabae29e9374a664e2fccfcddf297b929540 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Dec 22 13:26:33 2022 +0100 + + New translations about.json (Italian) + +1 1 frontend/public/locales/it/about.json + +commit a4ecc6ecb4971db83b43d237257f2c89ce95db57 +Merge: b8819861 41a2dd9c +Author: Lucian I. Last +Date: Thu Dec 22 10:28:10 2022 +0100 + + Merge remote-tracking branch 'paloeka/crowdin' + +commit b881986179a285e84e095aede5d222796560845f +Author: Lucian I. Last +Date: Thu Dec 22 10:25:07 2022 +0100 + + Add mapbox css + +3 0 frontend/src/index.tsx + +commit b355b002e3f9e56058e79347cc20ecd941dcf4f8 +Author: Lucian I. Last +Date: Thu Dec 22 10:24:54 2022 +0100 + + Fix removed as host bug + +1 1 server/internal/controllers/chain.go + +commit 399a93295581dd279467466adaed5a6a81f06bdc +Merge: 871dcb36 ccb262a0 +Author: Lucian I. Last +Date: Thu Dec 22 09:22:39 2022 +0100 + + Merge branch 'user-already-exists-notification' + +commit 871dcb36adc9e27533d937243db8680830310833 +Merge: 7ff8dc05 86e09a50 +Author: Lucian I. Last +Date: Thu Dec 22 09:10:37 2022 +0100 + + Merge branch 'fix-maps' + +commit 86e09a50f6edb8e090c1b4cb63eff872ba3eb2f9 +Author: Lucian I. Last +Date: Thu Dec 22 09:10:22 2022 +0100 + + Change opacity for partial transparency + +1 1 frontend/src/pages/FindChain.tsx + +commit 443b2aeb766d9011183d58cdd1dc3345b0155598 +Author: Lucian I. Last +Date: Thu Dec 22 09:07:52 2022 +0100 + + Re-Add circle blur + +2 1 frontend/src/components/ChainDetailsForm.tsx +3 2 frontend/src/pages/FindChain.tsx + +commit 447d62c1db215d8e81ec0cbd3c4c0dc9eb123721 +Merge: 3595ba3e 7ff8dc05 +Author: Lucian I. Last +Date: Thu Dec 22 08:59:01 2022 +0100 + + Merge branch 'main' into fix-maps + +commit 7ff8dc0505dbbcf1fd2a187d1189069257d7201a +Author: Lucian I. Last +Date: Wed Dec 21 14:32:02 2022 +0100 + + Improve documentation frontend + +3 7 frontend/README.md + +commit d39f5a53ff0bb659db5a0c1f3958022a6f85aeb7 +Author: Lucian I. Last +Date: Wed Dec 21 14:15:17 2022 +0100 + + Improve documentation + +12 6 server/README.md +1 1 server/config.example.yml + +commit 41a2dd9c6ccdeed1f525c913762ae248f97d2458 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Dec 21 13:33:50 2022 +0100 + + New translations translation.json (Dutch) + +1 1 frontend/public/locales/nl/translation.json + +commit 0dcfea5af91127edcefdfc4877631a5312628274 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Dec 21 13:33:47 2022 +0100 + + New translations translation.json (French) + +1 1 frontend/public/locales/fr/translation.json + +commit fdeccc159a08ec360306138028e1f68d4d42d7d5 +Author: Lucian I. Last +Date: Wed Dec 21 13:21:17 2022 +0100 + + Change our goals button to reactOurImpactReport + +1 1 frontend/public/locales/ar/translation.json +1 1 frontend/public/locales/de/translation.json +1 1 frontend/public/locales/en/translation.json +1 1 frontend/public/locales/es/translation.json +1 1 frontend/public/locales/fa/translation.json +1 1 frontend/public/locales/fr/translation.json +1 1 frontend/public/locales/it/translation.json +1 1 frontend/public/locales/nl/translation.json +1 1 frontend/public/locales/pt/translation.json +1 1 frontend/public/locales/sv/translation.json +1 1 frontend/public/locales/zh/translation.json +1 1 frontend/src/components/Counters/Counters.tsx + +commit e4cd0235f9aeb7b4ab992f026b6800b23665f0ad +Author: Lucian I. Last +Date: Wed Dec 21 09:00:39 2022 +0100 + + Add minimum size to loop on find page + +12 1 frontend/src/pages/FindChain.tsx + +commit 48919b63d930a11d196efce028a9a5d17b6afccb +Author: Lucian I. Last +Date: Wed Dec 21 08:21:49 2022 +0100 + + Fix gin errors handling + +12 10 frontend/src/util/gin-errors.ts + +commit ccb262a081fc65092e6107637641a63df5c9b00e +Author: Lucian I. Last +Date: Wed Dec 21 08:26:24 2022 +0100 + + Change conflict handling signup + +18 2 frontend/src/pages/Signup.tsx + +commit 8ca197abe42326fb18482892b1debb3aeae8b0e3 +Author: Lucian I. Last +Date: Wed Dec 21 08:25:58 2022 +0100 + + Rename addToastStatic & Close toast on button click + +77 61 frontend/src/providers/ToastProvider.tsx + +commit 61b950cbc40c385fa48587b8a6781741f3cb66b0 +Author: Lucian I. Last +Date: Wed Dec 21 08:21:49 2022 +0100 + + Fix gin errors handling + +12 10 frontend/src/util/gin-errors.ts + +commit 0f6573e0aa0162037175717518852476fd40711b +Author: Lucian I. Last +Date: Tue Dec 20 15:42:29 2022 +0100 + + Fix react missing key + +2 2 frontend/src/components/CategoriesDropdown.tsx +4 4 frontend/src/components/SizesDropdown.tsx +8 4 frontend/src/pages/Home.tsx + +commit 8ea9aca45c8e0fb71df1e3081fd4afd78802e00c +Author: Lucian I. Last +Date: Tue Dec 20 14:30:43 2022 +0100 + + Merge remote-tracking branch 'paloeka/crowdin' + +1 0 frontend/public/locales/ar/translation.json +1 0 frontend/public/locales/de/translation.json +1 0 frontend/public/locales/es/translation.json +1 0 frontend/public/locales/fa/translation.json +1 0 frontend/public/locales/fr/translation.json +1 0 frontend/public/locales/it/translation.json +1 0 frontend/public/locales/nl/translation.json +1 0 frontend/public/locales/pt/translation.json +1 0 frontend/public/locales/sv/translation.json +1 0 frontend/public/locales/zh/translation.json + +commit 7ae45dfab59da44b8ce5a48399b24db70a78a8cd +Author: Lucian I. Last +Date: Tue Dec 20 14:21:45 2022 +0100 + + go fmt + +1 1 server/internal/views/email.go + +commit 398576c7d2d0421436be046de7b63cac71c2faf8 +Merge: 65e6ed45 3595ba3e +Author: Lucian I. Last +Date: Tue Dec 20 14:13:12 2022 +0100 + + Merge pull request #281 from CollActionteam/fix-maps + + - Remove react-mapbox dependency + - Add map size & gender sorting + - Add map search + - Fix mapbox vite bundling + +commit 3595ba3efe5c0b5981a2509d0263378c2eb24688 +Author: Lucian I. Last +Date: Tue Dec 20 13:28:01 2022 +0100 + + lint + +0 1 frontend/src/components/ChainDetailsForm.tsx + +commit 20342cff4b08694681d31fb84b3a39a5e8881802 +Author: Lucian I. Last +Date: Tue Dec 20 13:26:44 2022 +0100 + + Fix Mapbox on signup page + +2 1 frontend/src/components/GeocoderSelector.tsx + +commit 1d7f7733b0545e3ed80eac624f374e13d5f8f9eb +Author: Lucian I. Last +Date: Tue Dec 20 13:22:34 2022 +0100 + + Add url search parameter back into address input + +1 0 frontend/src/components/FindChain/SearchBar.tsx +2 1 frontend/src/pages/Geocoding.tsx + +commit a280d7b1a6788810e0943ea7af4850a39d3da348 +Author: Lucian I. Last +Date: Tue Dec 20 13:21:23 2022 +0100 + + Fix mapbox post merge + +0 4 frontend/index.html +303 480 frontend/package-lock.json +3 1 frontend/package.json +0 2 frontend/src/index.tsx +3 2 frontend/src/pages/FindChain.tsx + +commit bb5a3a3ed78589470b10bc3f6dd3eae7f85ac010 +Merge: e07d08c7 65e6ed45 +Author: Lucian I. Last +Date: Tue Dec 20 12:57:15 2022 +0100 + + Merge remote-tracking branch 'origin/main' into fix-maps + +commit e07d08c7289b2673fb05b1e80d6b67b1278255a6 +Author: Lucian I. Last +Date: Tue Dec 20 12:52:18 2022 +0100 + + Improve popover with less js + +4 1 frontend/src/components/FormFields.tsx +1 13 frontend/src/components/Popover.tsx + +commit 093f5fafd696d8c924caea8376603a276c6364d0 +Author: Lucian I. Last +Date: Tue Dec 20 12:51:47 2022 +0100 + + Tweaks console.log + +1 1 frontend/src/pages/Donations/DonationForm.tsx +1 2 frontend/src/pages/FindChain.tsx + +commit cdd6a8fcd1c617ed71c226342de14a8c5dbffc56 +Author: Lucian I. Last +Date: Tue Dec 20 12:51:11 2022 +0100 + + Fix map on chain edit + +122 98 frontend/src/components/ChainDetailsForm.tsx +1 1 frontend/src/pages/FindChain.tsx + +commit 41fe3f41fd2ee8a666a1189895128cc35b8c4d55 +Author: Lucian I. Last +Date: Tue Dec 20 11:00:41 2022 +0100 + + Fix search on find page and home page + +82 33 frontend/src/components/FindChain/SearchBar.tsx +8 26 frontend/src/components/FindChain/StandaloneSearchBar.tsx +1 32 frontend/src/components/GeocoderSelector.tsx +56 28 frontend/src/pages/FindChain.tsx +57 25 frontend/src/pages/Geocoding.tsx + +commit 65e6ed456e2bd072f7ecec0647be52585a2650a6 +Merge: 3db667c4 083a1492 +Author: Lucian I. Last +Date: Tue Dec 20 09:37:45 2022 +0100 + + Merge pull request #269 from CollActionteam/dependabot/npm_and_yarn/frontend/moment-2.29.4 + +commit 5798ecb8e55c7fe0f3cfdb089481021b14d7ad35 +Author: Lucian I. Last +Date: Mon Dec 19 17:33:41 2022 +0100 + + Add filter of gender and sizes to findChain page + +138 225 frontend/src/pages/FindChain.tsx + +commit 597abfd75ed0237df7e508e5cd33cef38feababc +Author: Lucian I. Last +Date: Mon Dec 19 12:41:44 2022 +0100 + + Add generic error to translations + +1 0 frontend/public/locales/en/translation.json +3 3 frontend/src/components/Newsletter.tsx +5 9 frontend/src/pages/ChainEdit.tsx +3 3 frontend/src/pages/ChainsList.tsx +3 7 frontend/src/pages/Contacts.tsx +1 1 frontend/src/pages/Donations/DonationForm.tsx +3 5 frontend/src/pages/Login.tsx +8 7 frontend/src/pages/Signup.tsx +2 2 frontend/src/pages/UserEdit.tsx +8 4 frontend/src/util/gin-errors.ts + +commit 3db667c4a38ba8338f47fd0044be8b3c509fac92 +Author: Lucian I. Last +Date: Mon Dec 19 12:13:27 2022 +0100 + + Change from google firebase to webdock hosting in privacy policy + +9 9 frontend/src/pages/PrivacyPolicy.tsx + +commit 7f30454a05edf602c30cbc46969f7e5aea23ddaa +Author: Lucian I. Last +Date: Mon Dec 19 12:12:42 2022 +0100 + + Add goatcounter privacy policy + +27 0 frontend/src/pages/PrivacyPolicy.tsx + +commit bb1e3697ba21d2f09383b77b603a824782048497 +Merge: ef93a0ed 4bb00caa +Author: Lucian I. Last +Date: Mon Dec 19 11:49:35 2022 +0100 + + Merge remote-tracking branch 'origin/analytics' + +commit ef93a0edbe79d1b8c4e1d7a289b9559faf67e55c +Author: Lucian I. Last +Date: Mon Dec 19 11:46:28 2022 +0100 + + Change api response user_chain.created_at + +1 0 frontend/src/api/types.ts +1 1 server/internal/models/user.go + +commit 2b29f5d1c653df81e56b5bf449d39619af514cec +Author: Lucian I. Last +Date: Fri Dec 16 12:40:36 2022 +0100 + + Only show addresses on GeocoderSelector + +2 31 frontend/src/components/GeocoderSelector.tsx +0 1 frontend/src/pages/Contacts.tsx + +commit 3bd8b40147bea97192bc27b7ad3a9b07ff0fde0f +Merge: 82a57432 35854aa8 +Author: Lucian I. Last +Date: Thu Dec 15 16:22:07 2022 +0100 + + Merge commit '35854aa8f1275cc21446d655c960695156b10540' + +commit 82a574329932c01d5d717bd3c0b93c6294965bf2 +Author: Lucian I. Last +Date: Thu Dec 15 16:19:44 2022 +0100 + + Remove airbrake from development + +0 10 server/internal/app/airbrake.go + +commit 56b501df664496ac838dc7cde77ef7d55f5f5714 +Author: Lucian I. Last +Date: Thu Dec 15 16:12:29 2022 +0100 + + responsive jewellery image + +3 3 frontend/src/pages/Home.tsx + +commit e3b713c104c392f3d345fed9d6110d87f01e855a +Author: Lucian I. Last +Date: Thu Dec 15 16:05:39 2022 +0100 + + Add glog to production + +15 4 server/cmd/server/main.go +4 3 server/go.mod +12 11 server/go.sum +14 1 server/internal/app/airbrake.go +4 2 server/internal/app/auth/auth.go +7 2 server/internal/app/gin_utils/ginabort.go +2 1 server/internal/app/mail.go +4 3 server/internal/controllers/chain.go +6 5 server/internal/controllers/login.go +6 6 server/internal/controllers/payments.go +7 6 server/internal/controllers/users.go +2 2 server/internal/server.go +3 3 server/internal/tests/mocks/mock-tables.go +6 0 server/internal/tests/mocks/testmain_test.go +3 3 server/internal/views/email.go +3 3 server/internal/views/embed.go + +commit 3bc9c1e6fc96c0dcd82d85c943b0a9e582314208 +Author: Lucian I. Last +Date: Thu Dec 15 13:53:07 2022 +0100 + + Fix the carousel on mobile + +12 25 frontend/src/components/Carousel.tsx +9 0 frontend/tailwind.config.cjs + +commit 9399fa864e4b8a3466d4b84c63bd8b8a2a530c5e +Author: Lucian I. Last +Date: Thu Dec 15 11:21:00 2022 +0100 + + Fix mobile members page + +14 11 frontend/src/pages/ChainMemberList.tsx + +commit 86c2337ef3ee2ad9ca0f3ebe23d7108345885dc1 +Author: Lucian I. Last +Date: Thu Dec 15 11:11:01 2022 +0100 + + Add max w to home sections + +28 25 frontend/src/pages/Home.tsx + +commit f468278e1f3125b59ab781491d42d858d5b2c7f8 +Author: Lucian I. Last +Date: Thu Dec 15 10:56:55 2022 +0100 + + Fix vite api connection + +1 1 frontend/.env-example +5 1 frontend/vite.config.ts + +commit 1014b318285f4ebd79ec2370bd490265c87b8569 +Author: Lucian I. Last +Date: Thu Dec 15 10:52:20 2022 +0100 + + Fix carousel to a infinite scroll + +32 18 frontend/src/components/Carousel.tsx +2 5 frontend/tailwind.config.cjs + +commit e87efa3ac231da4b1e65c0dd28f3c946e7a4048a +Author: Lucian I. Last +Date: Wed Dec 14 14:04:27 2022 +0100 + + Use SQL true instead of golang true + +6 6 server/internal/app/auth/token.go +4 4 server/internal/app/auth/token_test.go +4 4 server/internal/controllers/info.go +6 6 server/internal/controllers/users.go + +commit 16c5eb24eb99c503bc36d10ec9016abcf5a659fb +Author: Lucian I. Last +Date: Wed Dec 14 13:40:37 2022 +0100 + + Remove images that are hosted on uploadcare + +0 56 devops/templates/maint/src/index.html +- - devops/templates/maint/src/logo.webp +- - frontend/public/images/Denise.jpg +- - frontend/public/images/Denise.png +- - frontend/public/images/Join-Loop.jpg +- - frontend/public/images/Kirsten en Rosan.jpg +- - frontend/public/images/Kirsten-Rosan.jpg +- - frontend/public/images/Login.jpg +- - frontend/public/images/Naamloze-presentatie.jpeg +- - frontend/public/images/Nichon_zelfportret.jpg +- - frontend/public/images/Selfies.jpg +- - frontend/public/images/TCL-Jewellery.jpg +- - frontend/public/images/Tassen-voor-carrousel2.jpg +- - frontend/public/images/Tassen-voor-carrousel3.jpg +- - frontend/public/images/Team-pics.jpg +- - frontend/public/images/Utrecht.jpeg +- - frontend/public/images/carousel_image_one.png +- - frontend/public/images/carousel_image_two.png +- - frontend/public/images/circles.png +- - frontend/public/images/clothes.png +- - frontend/public/images/hero-image.png +- - frontend/public/images/image_3.png +- - frontend/public/images/logos/DOEN.png +- - frontend/public/images/logos/Logo-CollAction.png +- - frontend/public/images/logos/Logo_WDCD.png +- - frontend/public/images/logos/Logo_impact_hub.png +- - frontend/public/images/logos/PNH_logo.png +- - frontend/public/images/logos/The_Clothing_Loop_thumbnail.png +0 3 frontend/public/images/logos/essense-logo.svg +0 31 frontend/public/images/logos/logo-impacthub.svg +- - frontend/public/images/logos/sfm_logo.png +- - frontend/public/images/logos/the_clothing_loop_logo.png +- - frontend/public/images/map_image.png +- - frontend/public/images/numbered-bag-outdoors.jpg +- - frontend/public/images/numbered-bag-outdoors.png +- - frontend/public/images/party-image.jpg +- - frontend/public/images/press-clippings-site.jpg + +commit e12117c62d041a53d59632b7599135326606ab36 +Author: Lucian I. Last +Date: Wed Dec 14 13:40:14 2022 +0100 + + Host images on uploadcare + +1 1 devops/templates/maint/index.html +4 2 frontend/src/components/Carousel.tsx +2 1 frontend/src/components/Navbar.tsx +3 3 frontend/src/pages/About.tsx +1 1 frontend/src/pages/AdminDashboard.tsx +1 1 frontend/src/pages/Donations/DonationCompleted.tsx +28 15 frontend/src/pages/Home.tsx +4 2 frontend/src/pages/Login.tsx +1 1 frontend/src/pages/Signup.tsx +2 2 frontend/src/pages/Thankyou.tsx + +commit 35854aa8f1275cc21446d655c960695156b10540 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Dec 14 11:51:40 2022 +0100 + + New translations translation.json (Dutch) + +3 3 frontend/public/locales/nl/translation.json + +commit 33435c248da85dfcbe4ce91ea7c6c6527bdf640b +Author: Lucian I. Last +Date: Wed Dec 14 10:42:10 2022 +0100 + + Add airbrake server monitoring + +4 0 server/go.mod +13 20 server/go.sum +21 0 server/internal/app/airbrake.go +1 0 server/internal/server.go + +commit ae8d3cfe4584ddad3a027c7d0112010da1c12bd3 +Author: Lucian I. Last +Date: Wed Dec 14 10:21:44 2022 +0100 + + lus to Loop + +3 3 frontend/public/locales/nl/translation.json + +commit 15066c4a600fd369557c61deba0595be1873a4cb +Author: Lucian I. Last +Date: Wed Dec 14 10:20:41 2022 +0100 + + Add airbrake deploy tracking + +9 0 .github/workflows/deploy-production.yml + +commit 4fbeb1fd766d0dc3ea93f8f2f4b9c90367747557 +Author: Lucian I. Last +Date: Wed Dec 14 10:14:39 2022 +0100 + + Update to node 18 lts + +1 1 .github/workflows/deploy-acceptance.yml +1 1 .github/workflows/deploy-production.yml + +commit c2ca0b4354d92978b8311f5de43387e5435107b7 +Merge: eb91ad3a 2e738350 +Author: Lucian I. Last +Date: Wed Dec 14 09:49:23 2022 +0100 + + Merge remote-tracking branch 'paloeka/crowdin' + +commit 2e738350182cb7db1cee43256df0d9f470f92217 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Dec 14 09:45:18 2022 +0100 + + New translations register_verification.gohtml (Persian) + +8 0 server/internal/views/emails/fa/register_verification.gohtml + +commit 650291e9f3b629f9756fb9f07edf8a7a4d37e608 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Dec 14 09:45:17 2022 +0100 + + New translations register_verification.gohtml (Chinese Simplified) + +8 0 server/internal/views/emails/zh/register_verification.gohtml + +commit 4f7f5096f7d39cbbad875e78f31a3533bae86fef +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Dec 14 09:45:17 2022 +0100 + + New translations register_verification.gohtml (Swedish) + +8 0 server/internal/views/emails/sv/register_verification.gohtml + +commit 0c9bca93884d6ea72645f7b1c4a6cf63238a6edb +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Dec 14 09:45:16 2022 +0100 + + New translations register_verification.gohtml (Portuguese) + +8 0 server/internal/views/emails/pt/register_verification.gohtml + +commit 156d5d73884977dc25061ac92984c7e8ebc4c928 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Dec 14 09:45:15 2022 +0100 + + New translations register_verification.gohtml (Dutch) + +1 1 server/internal/views/emails/nl/register_verification.gohtml + +commit 74e7695b185c7fe44447fc460e273b23c11ed4b8 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Dec 14 09:45:14 2022 +0100 + + New translations register_verification.gohtml (Italian) + +8 0 server/internal/views/emails/it/register_verification.gohtml + +commit 99279d26c042ccc6948ff4b85f963e14011d30a9 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Dec 14 09:45:13 2022 +0100 + + New translations register_verification.gohtml (German) + +8 0 server/internal/views/emails/de/register_verification.gohtml + +commit bdc8046c3d1717799c57bb711caf3e44e1b03295 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Dec 14 09:45:12 2022 +0100 + + New translations register_verification.gohtml (Arabic) + +8 0 server/internal/views/emails/ar/register_verification.gohtml + +commit 808fc06e97ee2ad50ca52341ca4bc0e8d2330e4e +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Dec 14 09:45:11 2022 +0100 + + New translations register_verification.gohtml (Spanish) + +8 0 server/internal/views/emails/es/register_verification.gohtml + +commit dcabcf49866b917080bdc287739ed75334957860 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Dec 14 09:45:11 2022 +0100 + + New translations register_verification.gohtml (French) + +8 0 server/internal/views/emails/fr/register_verification.gohtml + +commit aff0fd798f5f449390ee212e8dec8185da858f3f +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Dec 14 09:45:10 2022 +0100 + + New translations login_verification.gohtml (Persian) + +8 0 server/internal/views/emails/fa/login_verification.gohtml + +commit 7d31df634eff4eeb264f2fa9e4f29669787d7286 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Dec 14 09:45:09 2022 +0100 + + New translations login_verification.gohtml (Chinese Simplified) + +8 0 server/internal/views/emails/zh/login_verification.gohtml + +commit 6cd3a3f3f809e6485c084dd3976932bb9f1115f5 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Dec 14 09:45:08 2022 +0100 + + New translations login_verification.gohtml (Swedish) + +8 0 server/internal/views/emails/sv/login_verification.gohtml + +commit 6812d69e480fd51be48a1e8b238a4257aee55d98 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Dec 14 09:45:07 2022 +0100 + + New translations login_verification.gohtml (Portuguese) + +8 0 server/internal/views/emails/pt/login_verification.gohtml + +commit 8bdad340b5b392b57c892ffbd04cd6415d9eb4e7 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Dec 14 09:45:06 2022 +0100 + + New translations login_verification.gohtml (Dutch) + +1 1 server/internal/views/emails/nl/login_verification.gohtml + +commit 2a6bbbbacc3c982c50b701856056b4a4b8fd6730 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Dec 14 09:45:05 2022 +0100 + + New translations login_verification.gohtml (Italian) + +8 0 server/internal/views/emails/it/login_verification.gohtml + +commit a476716a0ef400a33b187fed6ec0477967d434d3 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Dec 14 09:45:04 2022 +0100 + + New translations login_verification.gohtml (German) + +8 0 server/internal/views/emails/de/login_verification.gohtml + +commit dc6d66bcea6b4844cacf776e4f09a3deef8ef10f +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Dec 14 09:45:04 2022 +0100 + + New translations login_verification.gohtml (Arabic) + +8 0 server/internal/views/emails/ar/login_verification.gohtml + +commit 40e94f1128a1ece123f00ac6993b7002c0db4a3c +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Dec 14 09:45:02 2022 +0100 + + New translations login_verification.gohtml (Spanish) + +8 0 server/internal/views/emails/es/login_verification.gohtml + +commit 3fbb417406f43d780731e04b2a9f9e5fa497c019 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Dec 14 09:45:01 2022 +0100 + + New translations login_verification.gohtml (French) + +8 0 server/internal/views/emails/fr/login_verification.gohtml + +commit f208dc777809968a30c49bc2ecd99ed96ea51a7a +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Dec 14 09:44:55 2022 +0100 + + New translations headers.json (Persian) + +3 1 server/internal/views/emails/fa/headers.json + +commit 5faa2784b9f38b8d813398f5b9dc9d7cc0ffc070 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Dec 14 09:44:54 2022 +0100 + + New translations headers.json (Chinese Simplified) + +3 1 server/internal/views/emails/zh/headers.json + +commit 4c5b695c747a2c36558a4aaf082b0f200c629fb8 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Dec 14 09:44:53 2022 +0100 + + New translations headers.json (Swedish) + +3 1 server/internal/views/emails/sv/headers.json + +commit 8e4895a857e41cc6a1ae9ee8f40d4650ded58895 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Dec 14 09:44:52 2022 +0100 + + New translations headers.json (Portuguese) + +3 1 server/internal/views/emails/pt/headers.json + +commit caf716c02f4d4783dafae1227cbeae7a5f011195 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Dec 14 09:44:51 2022 +0100 + + New translations headers.json (Italian) + +3 1 server/internal/views/emails/it/headers.json + +commit ec2deadee122e1a3f4aafd7b02d2ae86e2bc7a35 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Dec 14 09:44:50 2022 +0100 + + New translations headers.json (German) + +3 1 server/internal/views/emails/de/headers.json + +commit bf1c6591f64ffdee536434ab500a65a6303143df +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Dec 14 09:44:50 2022 +0100 + + New translations headers.json (Arabic) + +3 1 server/internal/views/emails/ar/headers.json + +commit 269491b6c4c295a9869f71d1dbf856b18ef5cbf6 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Dec 14 09:44:49 2022 +0100 + + New translations headers.json (Spanish) + +3 1 server/internal/views/emails/es/headers.json + +commit 87fc9758a5b0970301c2ea90a1ae7deb95b5a935 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Dec 14 09:44:48 2022 +0100 + + New translations headers.json (French) + +3 1 server/internal/views/emails/fr/headers.json + +commit 8faa8da31620fc4517fc1a571ec67ed5fcbf3a5f +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Dec 14 09:44:39 2022 +0100 + + New translations a_participant_joined_the_loop.gohtml (Dutch) + +5 5 server/internal/views/emails/nl/a_participant_joined_the_loop.gohtml + +commit 08b0a4fab7d85c7e3e2c8bd544bcf39fad9026d4 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Dec 14 09:44:33 2022 +0100 + + New translations translation.json (Dutch) + +6 6 frontend/public/locales/nl/translation.json + +commit eb91ad3ab65738feba9a7301c082676f321b9dd1 +Author: Lucian I. Last +Date: Wed Dec 14 09:35:50 2022 +0100 + + Separate registration emails & translate + +16 16 server/internal/controllers/login.go +40 8 server/internal/views/email.go +3 1 server/internal/views/emails/en/headers.json +8 0 server/internal/views/emails/en/login_verification.gohtml +8 0 server/internal/views/emails/en/register_verification.gohtml +3 1 server/internal/views/emails/nl/headers.json +8 0 server/internal/views/emails/nl/login_verification.gohtml +8 0 server/internal/views/emails/nl/register_verification.gohtml + +commit a33edbded135621440aeffd507db32b1add1a30a +Merge: 88559809 c86dfaf0 +Author: Lucian I. Last +Date: Wed Dec 14 08:54:30 2022 +0100 + + Merge branch 'update-deps' + +commit c86dfaf099e6aabbbca4036ffc397e8c3397a025 +Author: Lucian I. Last +Date: Wed Dec 14 08:51:47 2022 +0100 + + Run audit fix + +146 212 frontend/package-lock.json + +commit 4612b5c13df00fedbbbdca994bd567407366bda7 +Merge: 88559809 8d5774cf +Author: Lucian I. Last +Date: Wed Dec 14 08:46:06 2022 +0100 + + Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/frontend/d3-color-and-deck.gl-3.1.0' into update-deps + +commit 88559809e066ad2045b13e9ad2bcd9b4239da772 +Author: Lucian I. Last +Date: Tue Dec 13 18:28:26 2022 +0100 + + Update maint as well + +9 16 devops/templates/Caddyfile.maint + +commit f5c76d82230a1b680941fe7fa9e8c998273216f3 +Author: Lucian I. Last +Date: Tue Dec 13 18:26:52 2022 +0100 + + Set www to base url prod + +2 2 devops/setup-4-api.yml + +commit a0ce97f1b120cba563f4362e3b42f660e9433f00 +Author: Lucian I. Last +Date: Tue Dec 13 18:26:15 2022 +0100 + + Apply cache values per path + +12 0 devops/templates/Caddyfile +24 9 devops/templates/Caddyfile.maint + +commit 084d59967477976204e707c1ad0f8044a37ae11f +Author: Lucian I. Last +Date: Tue Dec 13 18:25:24 2022 +0100 + + Fix receive empty login credentials + +4 4 server/internal/app/auth/token.go + +commit 38cc0dbdf34724e2687991feb67b7b30d105d9f3 +Author: Lucian I. Last +Date: Tue Dec 13 18:10:41 2022 +0100 + + Add caddy linter + +10 0 devops/lint-caddy-files.sh + +commit 4c3331f303932263e47d0ca11bf098996662f97a +Author: Lucian I. Last +Date: Tue Dec 13 18:10:27 2022 +0100 + + Fix contact page + +12 2 frontend/src/pages/Contacts.tsx +2 4 frontend/src/pages/MessageSubmitted.tsx + +commit e1a8b4c87b48960ed808a8fd499bbeae6fcd35b7 +Author: Lucian I. Last +Date: Tue Dec 13 13:19:35 2022 +0100 + + Add missing translations for a participant joined the loop + +5 5 server/internal/views/emails/nl/a_participant_joined_the_loop.gohtml + +commit 7bcfa1d46679b63c676e8c963dfdeaa892badcf9 +Merge: 90ff5215 72796f9c +Author: Lucian I. Last +Date: Tue Dec 13 13:16:17 2022 +0100 + + Merge remote-tracking branch 'paloeka/crowdin' + +commit 90ff52151ef844534779cc2fa193938598b07294 +Author: Lucian I. Last +Date: Tue Dec 13 13:15:30 2022 +0100 + + Readd enabled + +3 8 server/internal/app/auth/token.go +3 0 server/internal/controllers/login.go + +commit 84392d1d2805954888ffcbf1a474983196d6963f +Author: Lucian I. Last +Date: Tue Dec 13 13:07:35 2022 +0100 + + Fix too many a participant just joined your loop + +15 5 server/internal/app/auth/token.go +1 1 server/internal/app/auth/token_test.go +3 18 server/internal/controllers/login.go + +commit 87ecbbf27cf04cd530ea39a6d4c02086de23608b +Author: Lucian I. Last +Date: Tue Dec 13 12:35:43 2022 +0100 + + Relace value for checked on React radio inputs + +9 7 frontend/src/pages/Donations/DonationForm.tsx + +commit 01cce69b9526219613b69645f1264e666b2dd7c7 +Author: Lucian I. Last +Date: Tue Dec 13 12:25:06 2022 +0100 + + Add euro sign infront of text input + +15 9 frontend/src/pages/Donations/DonationForm.tsx + +commit c21184467fa62284217fd466eeaef01eb9338769 +Author: Lucian I. Last +Date: Tue Dec 13 11:57:05 2022 +0100 + + Fix donation form js + +36 23 frontend/src/pages/Donations/DonationForm.tsx + +commit 72796f9c6a28762405960ae730ae729d16509c02 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Dec 13 11:45:17 2022 +0100 + + New translations a_participant_joined_the_loop.gohtml (Dutch) + +3 3 server/internal/views/emails/nl/a_participant_joined_the_loop.gohtml + +commit 1ae4167e13c0a00194f79009c13d0d64b02429af +Author: Lucian I. Last +Date: Tue Dec 13 11:29:34 2022 +0100 + + Use AirBrake only for ToastProvider + +11 12 frontend/src/airbrake.ts +1 0 frontend/src/providers/ToastProvider.tsx +8 0 frontend/src/window.d.ts + +commit 8d5774cfbc0a2bfbdd278fe1a8cb72049102ab43 +Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> +Date: Tue Dec 13 02:09:45 2022 +0000 + + Bump d3-color and deck.gl in /frontend + + Bumps [d3-color](https://github.com/d3/d3-color) to 3.1.0 and updates ancestor dependency [deck.gl](https://github.com/visgl/deck.gl). These dependencies need to be updated together. + + + Updates `d3-color` from 2.0.0 to 3.1.0 + - [Release notes](https://github.com/d3/d3-color/releases) + - [Commits](https://github.com/d3/d3-color/compare/v2.0.0...v3.1.0) + + Updates `deck.gl` from 8.7.8 to 8.8.20 + - [Release notes](https://github.com/visgl/deck.gl/releases) + - [Changelog](https://github.com/visgl/deck.gl/blob/v8.8.20/CHANGELOG.md) + - [Commits](https://github.com/visgl/deck.gl/compare/v8.7.8...v8.8.20) + + --- + updated-dependencies: + - dependency-name: d3-color + dependency-type: indirect + - dependency-name: deck.gl + dependency-type: direct:production + ... + + Signed-off-by: dependabot[bot] + +1267 764 frontend/package-lock.json +1 1 frontend/package.json + +commit e479f039a82c5a7a776a5d26eda70869a7987842 +Author: Lucian I. Last +Date: Tue Dec 13 03:08:28 2022 +0100 + + Move to vite and use airbrake + +8 8 frontend/.env-acceptance +8 8 frontend/.env-example +11 8 frontend/.env-production +8 9 frontend/{public => }/index.html +7445 33840 frontend/package-lock.json +8 12 frontend/package.json +6 0 frontend/postcss.config.cjs +0 8 frontend/src/App.test.tsx +33 0 frontend/src/airbrake.ts +1 1 frontend/src/api/axios.ts +3 3 frontend/src/api/payment.ts +1 1 frontend/src/components/ChainDetailsForm.tsx +2 3 frontend/src/components/GeocoderSelector.tsx +1 1 frontend/src/components/LanguageSwitcher.tsx +3 6 frontend/src/index.tsx +1 1 frontend/src/pages/Donations/DonationForm.tsx +1 3 frontend/src/pages/FindChain.tsx +3 4 frontend/src/pages/Geocoding.tsx +0 1 frontend/src/react-app-env.d.ts +0 15 frontend/src/reportWebVitals.ts +0 9 frontend/src/util/mapbox-gl.ts +1 0 frontend/src/vite-env.d.ts +0 0 frontend/{tailwind.config.js => tailwind.config.cjs} +13 0 frontend/vite.config.ts +1 1 server/README.md + +commit ba0577cd0a33576cab25042217b7416099f59aec +Author: Lucian I. Last +Date: Tue Dec 13 00:39:42 2022 +0100 + + Set default LongLat to amsterdam & extract mapbox imports + +3 3 frontend/src/components/ChainDetailsForm.tsx +1 7 frontend/src/pages/FindChain.tsx +9 0 frontend/src/util/mapbox-gl.ts + +commit 07bc4ae7fc18a9a42ddc1f58e6895f0a0b37d778 +Author: Lucian I. Last +Date: Tue Dec 13 00:01:32 2022 +0100 + + add created_at to user_chains + +7 6 server/internal/models/user.go + +commit 91ce289ee7ddb544907bed1109dec7bd6a80ee1f +Author: Lucian I. Last +Date: Mon Dec 12 17:15:00 2022 +0100 + + Fix hidden address map + +2 9 frontend/package.json +1 1 frontend/src/components/ChainDetailsForm.tsx +1 2 frontend/src/components/GeocoderSelector.tsx +4 1 frontend/tsconfig.json + +commit 08cc85d8c04a0fa186a4f537bd31ed5cf7fe9a07 +Author: Lucian I. Last +Date: Mon Dec 12 11:19:46 2022 +0100 + + circles must be of correct size + +14 3 frontend/src/pages/FindChain.tsx +3 0 frontend/src/util/maps.ts + +commit 8f69bcb8694b8a313bc38a1cbb7afa4c9fedc7d9 +Merge: 99777a3b 3b2dd11c +Author: Lucian I. Last +Date: Mon Dec 12 10:06:23 2022 +0100 + + Merge branch 'main' into fix-maps + +commit 3b2dd11c250b1651aa8f7a81404cc15f78e9010d +Author: Lucian I. Last +Date: Sun Dec 11 13:48:36 2022 +0100 + + maintenance site returns 503 + +0 10 devops/setup-2-caddy.yml +5 1 devops/templates/Caddyfile.maint +365 2 devops/templates/maint/index.html +0 0 devops/templates/maint/{ => src}/build.sh +56 0 devops/templates/maint/src/index.html +- - devops/templates/maint/{ => src}/logo.webp +1 0 devops/templates/maint/src/style.min.css +0 0 devops/templates/maint/{ => src}/tailwind.config.js + +commit 94d2aa6a6e05c7f9eb2c9cfdb49a058b8c5f52d4 +Author: Lucian I. Last +Date: Sun Dec 11 03:22:19 2022 +0100 + + Revert back to e.Send() + +1 14 server/internal/app/mail.go + +commit fe6d1a46578e30a7b72d8c16ce8e38e8116c25b8 +Author: Lucian I. Last +Date: Sun Dec 11 03:08:40 2022 +0100 + + Revert "Try using StartTLS" + + This reverts commit 70c4939601ea83e8e2526b51a66b0d79038142b0. + +5 4 server/internal/app/mail.go + +commit 70c4939601ea83e8e2526b51a66b0d79038142b0 +Author: Lucian I. Last +Date: Sun Dec 11 02:50:14 2022 +0100 + + Try using StartTLS + +4 5 server/internal/app/mail.go + +commit 1d6018ace6a1111be469b185da1de0271a2d5f4b +Author: Lucian I. Last +Date: Sun Dec 11 02:41:00 2022 +0100 + + Add skip verify tls email + +7 2 server/internal/app/mail.go + +commit 3e67da451ce95a204db8a848332fa509d50fb322 +Author: Lucian I. Last +Date: Sun Dec 11 02:34:49 2022 +0100 + + Try to fix sending emails + +9 1 server/internal/app/mail.go + +commit a707fdc7f954315028ba63b52320416aef285a06 +Author: Lucian I. Last +Date: Sun Dec 11 02:00:53 2022 +0100 + + Fix error when logging in with an email that does not exist + +1 1 server/internal/controllers/login.go + +commit b288631543e489beee1974ad2f913c4a936bdfab +Author: Lucian I. Last +Date: Sun Dec 11 01:53:59 2022 +0100 + + Add error checking TokenCreateUnverified + +3 3 server/internal/app/auth/token.go +3 3 server/internal/app/auth/token_test.go +3 2 server/internal/controllers/login.go + +commit 18ae828650de042e62408e50357c387d3868e0a5 +Author: Lucian I. Last +Date: Sun Dec 11 01:47:34 2022 +0100 + + Allow acc during maintenance + +20 1 devops/templates/Caddyfile.maint + +commit b7a8324bc76be0f3850fa190e8a2a335811ec846 +Author: Lucian I. Last +Date: Sun Dec 11 01:13:53 2022 +0100 + + Add mail error to logs + +1 0 server/internal/app/mail.go + +commit 99777a3bf006eea588459b68068878d821da7484 +Author: Lucian I. Last +Date: Fri Dec 9 17:15:31 2022 +0100 + + Fix find chains + +1 1 frontend/src/components/ChainDetailsForm.tsx +0 129 frontend/src/components/FindChain/FindChainSearchBarContainer.tsx +31 29 frontend/src/components/FindChain/SearchBar.tsx +17 23 frontend/src/components/FindChain/StandaloneSearchBar.tsx +127 62 frontend/src/pages/FindChain.tsx +1 1 frontend/src/pages/Home.tsx +1 1 frontend/src/pages/NewChainLocation.tsx +2 2 frontend/src/util/form.hooks.ts +1 1 frontend/tsconfig.json + +commit 4d524ca52fee6cc006a8b981dcd831aa53fc66b2 +Merge: c4170ddd c64a2553 +Author: Lucian I. Last +Date: Fri Dec 9 10:13:39 2022 +0100 + + Merge branch 'github-actions-caching' + +commit c4170ddd4a618d59940d30c48f6e2a8acdced42d +Merge: e1a7f947 307dec65 +Author: Lucian I. Last +Date: Fri Dec 9 10:10:20 2022 +0100 + + Merge commit '307dec65d0819104676b99c72db7223830b3a266' + +commit 0264141e2a74b3bf8d8785892412891025bc80fe +Author: Lucian I. Last +Date: Fri Dec 9 10:06:27 2022 +0100 + + update lock + +7 8 frontend/package-lock.json + +commit 1f830e1fe44ed1742242eeed43d2a178f346e15b +Author: Lucian I. Last +Date: Sun Nov 27 11:22:28 2022 +0100 + + Attempt to use pure js mapbox + + Cherry pick of 038211537e19a99bf1955b6cf01b8f5866ceb468 + +797 5582 frontend/package-lock.json +16 35 frontend/package.json +7 11 frontend/src/components/ChainDetailsForm.tsx +27 62 frontend/src/components/FindChain/FindChainSearchBarContainer.tsx +3 1 frontend/src/pages/FindChain.tsx +2 2 frontend/src/types.ts + +commit 28bfaeb6382f3b473a828e225a5dbae33a6a65c8 +Author: Lucian I. Last +Date: Fri Dec 9 09:56:09 2022 +0100 + + wip + +20 15 frontend/src/components/FindChain/{index.tsx => FindChainSearchBarContainer.tsx} +379 320 frontend/src/pages/FindChain.tsx + +commit 307dec65d0819104676b99c72db7223830b3a266 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Dec 8 18:27:56 2022 +0100 + + New translations translation.json (Dutch) + +4 4 frontend/public/locales/nl/translation.json + +commit 9c9554b1e6607c845082350b199dd6fc160c8cca +Author: Lucian I. Last +Date: Thu Dec 8 17:41:50 2022 +0100 + + Improve error handling at chain edit + +1 5 frontend/src/components/ChainDetailsForm.tsx +13 11 frontend/src/pages/ChainEdit.tsx + +commit 5de5357aff09cd20985ba1db6d007bf78b3253a3 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Dec 8 17:12:47 2022 +0100 + + New translations translation.json (Dutch) + +1 1 frontend/public/locales/nl/translation.json + +commit e1a7f947307abd6f914ec0ce9ba0f57580981aac +Author: Lucian I. Last +Date: Thu Dec 8 17:06:52 2022 +0100 + + Fix missing headers.json + +1 1 server/internal/views/email.go + +commit 5badaf1b920c67d92c5b9de4b94aca6e42de73f3 +Author: Lucian I. Last +Date: Thu Dec 8 16:50:06 2022 +0100 + + Fix spaces between word loop + +2 2 frontend/public/locales/nl/translation.json + +commit 5ed2decadc19c3e6042d9cc33fd4c415deff85a6 +Author: Lucian I. Last +Date: Thu Dec 8 16:47:33 2022 +0100 + + Replace lus with Loop + +3 3 frontend/public/locales/nl/translation.json + +commit 18cb98b22e890704b02b79c7bea5198e465b3446 +Merge: 3bb3b112 82f134e2 +Author: Lucian I. Last +Date: Thu Dec 8 13:54:30 2022 +0100 + + Merge pull request #9 from paloeka/crowdin + + New Crowdin updates + +commit 82f134e2c1cede7f6a3459a92a397d6db7259e13 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Dec 8 13:53:13 2022 +0100 + + New translations subscribed_to_newsletter.gohtml (Dutch) + +1 1 server/internal/views/emails/nl/subscribed_to_newsletter.gohtml + +commit 3bb3b1128f03610da65fd88e4e6a675497633905 +Merge: b9c23c7b 693f9b63 +Author: Lucian I. Last +Date: Thu Dec 8 13:50:50 2022 +0100 + + Merge branch 'crowdin' + +commit 693f9b639f1ee71082f894775ef8d5b559ae2843 +Merge: 4e52f19f b9c23c7b +Author: Lucian I. Last +Date: Thu Dec 8 13:50:23 2022 +0100 + + Merge branch 'main' into crowdin + +commit 4e52f19fbbd1d10c801dbdddfe016bedf65136b9 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Dec 8 13:43:45 2022 +0100 + + New translations subscribed_to_newsletter.gohtml (Persian) + +14 0 server/internal/views/emails/fa/subscribed_to_newsletter.gohtml + +commit cfa6409c0f7ccd55e4e56fbe7828f6236d225cdc +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Dec 8 13:43:45 2022 +0100 + + New translations subscribed_to_newsletter.gohtml (Chinese Simplified) + +14 0 server/internal/views/emails/zh/subscribed_to_newsletter.gohtml + +commit 5db078031db053d3986eee2cc64b1b7994a97fd6 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Dec 8 13:43:44 2022 +0100 + + New translations subscribed_to_newsletter.gohtml (Swedish) + +14 0 server/internal/views/emails/sv/subscribed_to_newsletter.gohtml + +commit 26fa4004d7aa34dc288b5459d5fff634a987c6b8 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Dec 8 13:43:42 2022 +0100 + + New translations subscribed_to_newsletter.gohtml (Portuguese) + +14 0 server/internal/views/emails/pt/subscribed_to_newsletter.gohtml + +commit aa970164a1605172c21f32eaa397c38925701040 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Dec 8 13:43:41 2022 +0100 + + New translations subscribed_to_newsletter.gohtml (Dutch) + +14 0 server/internal/views/emails/nl/subscribed_to_newsletter.gohtml + +commit b8b4b22e846b9bd6121768374955f7e000d5928b +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Dec 8 13:43:41 2022 +0100 + + New translations subscribed_to_newsletter.gohtml (Italian) + +14 0 server/internal/views/emails/it/subscribed_to_newsletter.gohtml + +commit 5db43b26822517de6cee08583dc84f0ae2d27c51 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Dec 8 13:43:40 2022 +0100 + + New translations subscribed_to_newsletter.gohtml (German) + +14 0 server/internal/views/emails/de/subscribed_to_newsletter.gohtml + +commit 7951382430f36d9299c0c59c2dea9d4aca737ef8 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Dec 8 13:43:38 2022 +0100 + + New translations subscribed_to_newsletter.gohtml (Arabic) + +14 0 server/internal/views/emails/ar/subscribed_to_newsletter.gohtml + +commit 531f9707ba56517bbda34c4d9c4f0240278ed156 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Dec 8 13:43:38 2022 +0100 + + New translations subscribed_to_newsletter.gohtml (Spanish) + +14 0 server/internal/views/emails/es/subscribed_to_newsletter.gohtml + +commit 154973060878abb5e50fa7883b530bc05dd45cfc +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Dec 8 13:43:37 2022 +0100 + + New translations subscribed_to_newsletter.gohtml (French) + +14 0 server/internal/views/emails/fr/subscribed_to_newsletter.gohtml + +commit 0796c1ec1d9b618f864e08b7e5414a1b2ddeda91 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Dec 8 13:43:36 2022 +0100 + + New translations headers.json (Persian) + +5 0 server/internal/views/emails/fa/headers.json + +commit f43b1f8fb955b4bb22480c172e24e5631b89bc6e +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Dec 8 13:43:35 2022 +0100 + + New translations headers.json (Chinese Simplified) + +5 0 server/internal/views/emails/zh/headers.json + +commit f3ebb90440c36c1452f46d945ec340c5e309a86b +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Dec 8 13:43:34 2022 +0100 + + New translations headers.json (Swedish) + +5 0 server/internal/views/emails/sv/headers.json + +commit b00a85134283ac4831eb5f57b126e7db88574f45 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Dec 8 13:43:33 2022 +0100 + + New translations headers.json (Portuguese) + +5 0 server/internal/views/emails/pt/headers.json + +commit 6989309d5b762892840c6e45a8f284038a571a5a +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Dec 8 13:43:32 2022 +0100 + + New translations headers.json (Dutch) + +5 0 server/internal/views/emails/nl/headers.json + +commit 9c17042ce6ffd32259075c96d5385d3178c31185 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Dec 8 13:43:31 2022 +0100 + + New translations headers.json (Italian) + +5 0 server/internal/views/emails/it/headers.json + +commit 4aec285b4e44dc0f87a33cea1a5ba722da620901 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Dec 8 13:43:30 2022 +0100 + + New translations headers.json (German) + +5 0 server/internal/views/emails/de/headers.json + +commit bbc6de1288bd0b664daabf4ad1c1071b96b0d0a2 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Dec 8 13:43:29 2022 +0100 + + New translations headers.json (Arabic) + +5 0 server/internal/views/emails/ar/headers.json + +commit d299e40a94d14779a3159a37efe28e92ae8b91f2 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Dec 8 13:43:28 2022 +0100 + + New translations headers.json (Spanish) + +5 0 server/internal/views/emails/es/headers.json + +commit 30a2e04fb9a1548e1534b782a32c8bfffa50bfe1 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Dec 8 13:43:28 2022 +0100 + + New translations headers.json (French) + +5 0 server/internal/views/emails/fr/headers.json + +commit d3f8932b73692b429d53c302c24028e86128c26d +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Dec 8 13:43:27 2022 +0100 + + New translations contact_confirmation.gohtml (Persian) + +12 0 server/internal/views/emails/fa/contact_confirmation.gohtml + +commit 50f62718a5d17bf23266af07036976ff169f60ac +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Dec 8 13:43:26 2022 +0100 + + New translations contact_confirmation.gohtml (Chinese Simplified) + +12 0 server/internal/views/emails/zh/contact_confirmation.gohtml + +commit 16915db6e0c8390ef2fd4a2134d58c731bc167ab +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Dec 8 13:43:25 2022 +0100 + + New translations contact_confirmation.gohtml (Swedish) + +12 0 server/internal/views/emails/sv/contact_confirmation.gohtml + +commit 5525891cf1acf1cb0f9c128e32b0256c0b9511d4 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Dec 8 13:43:24 2022 +0100 + + New translations contact_confirmation.gohtml (Portuguese) + +12 0 server/internal/views/emails/pt/contact_confirmation.gohtml + +commit 99faa118d0a6f49931fb0d480268b7f5d283c4e3 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Dec 8 13:43:23 2022 +0100 + + New translations contact_confirmation.gohtml (Dutch) + +12 0 server/internal/views/emails/nl/contact_confirmation.gohtml + +commit 80792a168bbe5bc34ee077195200bd4110d0dfe0 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Dec 8 13:43:22 2022 +0100 + + New translations contact_confirmation.gohtml (Italian) + +12 0 server/internal/views/emails/it/contact_confirmation.gohtml + +commit 3f7c984e810893542ce873a7a89362e43356ac4a +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Dec 8 13:43:21 2022 +0100 + + New translations contact_confirmation.gohtml (German) + +12 0 server/internal/views/emails/de/contact_confirmation.gohtml + +commit 339276a5250cc337337798c7ed3fa71cb022bab4 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Dec 8 13:43:20 2022 +0100 + + New translations contact_confirmation.gohtml (Arabic) + +12 0 server/internal/views/emails/ar/contact_confirmation.gohtml + +commit a792f35d3ede7d8ed5404b4c129712aa8f612d1d +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Dec 8 13:43:20 2022 +0100 + + New translations contact_confirmation.gohtml (Spanish) + +12 0 server/internal/views/emails/es/contact_confirmation.gohtml + +commit d4f07d1dbbc5b971d0430fd28ddd9948a47f7ea8 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Dec 8 13:43:19 2022 +0100 + + New translations contact_confirmation.gohtml (French) + +12 0 server/internal/views/emails/fr/contact_confirmation.gohtml + +commit 90b6c025b3e2e0e3281c1e7a1a2948dcb63a2f2f +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Dec 8 13:43:18 2022 +0100 + + New translations a_participant_joined_the_loop.gohtml (Persian) + +16 0 server/internal/views/emails/fa/a_participant_joined_the_loop.gohtml + +commit 21eedc4e47c80ce802f21ffcb58cd4e4b78acbc1 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Dec 8 13:43:17 2022 +0100 + + New translations a_participant_joined_the_loop.gohtml (Chinese Simplified) + +16 0 server/internal/views/emails/zh/a_participant_joined_the_loop.gohtml + +commit 0fc534eac992932eabc371b1b5c983a841780587 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Dec 8 13:43:16 2022 +0100 + + New translations a_participant_joined_the_loop.gohtml (Swedish) + +16 0 server/internal/views/emails/sv/a_participant_joined_the_loop.gohtml + +commit 7e018406b7380ed37e12d75227a456fb52dc7b58 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Dec 8 13:43:15 2022 +0100 + + New translations a_participant_joined_the_loop.gohtml (Portuguese) + +16 0 server/internal/views/emails/pt/a_participant_joined_the_loop.gohtml + +commit 897799cc2bd8c34b22cff798bb170cf3b76b2a70 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Dec 8 13:43:14 2022 +0100 + + New translations a_participant_joined_the_loop.gohtml (Dutch) + +16 0 server/internal/views/emails/nl/a_participant_joined_the_loop.gohtml + +commit a00ecb2443b434a8aaa37394c18858c8debed572 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Dec 8 13:43:13 2022 +0100 + + New translations a_participant_joined_the_loop.gohtml (Italian) + +16 0 server/internal/views/emails/it/a_participant_joined_the_loop.gohtml + +commit 03a928844fd22d6c9e14d9bcb2a2abe8d7d714ff +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Dec 8 13:43:13 2022 +0100 + + New translations a_participant_joined_the_loop.gohtml (German) + +16 0 server/internal/views/emails/de/a_participant_joined_the_loop.gohtml + +commit 9cb3a066e93f2da5d1cd9477e2616fa5254a5bb8 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Dec 8 13:43:12 2022 +0100 + + New translations a_participant_joined_the_loop.gohtml (Arabic) + +16 0 server/internal/views/emails/ar/a_participant_joined_the_loop.gohtml + +commit 7d6e63d27c29aa499f8e4417b1676d0d9e9bafb6 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Dec 8 13:43:11 2022 +0100 + + New translations a_participant_joined_the_loop.gohtml (Spanish) + +16 0 server/internal/views/emails/es/a_participant_joined_the_loop.gohtml + +commit a30e21082d594385c53dec126a6079e228040afe +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Dec 8 13:43:10 2022 +0100 + + New translations a_participant_joined_the_loop.gohtml (French) + +16 0 server/internal/views/emails/fr/a_participant_joined_the_loop.gohtml + +commit b9c23c7b9ec15e8d5bca9f3d5f1ec45eb64ee0fd +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Dec 8 13:42:11 2022 +0100 + + Update Crowdin configuration file + +2 3 crowdin.yml + +commit f54578c0111de355b654747071152e91c9c8a07e +Author: Lucian I. Last +Date: Thu Dec 8 13:39:41 2022 +0100 + + Fix crowdin glob config + +2 2 crowdin.yml + +commit 61d29dbc973c7c83f39126a026c8021d38e55bcd +Merge: a02a5a10 b48a0947 +Author: Lucian I. Last +Date: Thu Dec 8 13:36:39 2022 +0100 + + Merge branch 'emails-i18n' + +commit b48a0947cad626fe9cf0493fa188b592c4650001 +Author: Lucian I. Last +Date: Thu Dec 8 13:34:56 2022 +0100 + + use separate lang dirs + +0 1 crowdin.yml +8 4 server/internal/views/email.go + +commit a58327a536c3d735f5762ac6c9cf95099d7d792e +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Dec 8 13:32:05 2022 +0100 + + New translations en_subscribed_to_newsletter.gohtml (Persian) + +14 0 server/internal/views/emails/fa_subscribed_to_newsletter.gohtml + +commit f068407a5a9fb690d4cfad4dd8dca9652fc2ee78 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Dec 8 13:32:03 2022 +0100 + + New translations en_headers.json (Persian) + +3 0 server/internal/views/emails/fa_headers.json + +commit d547329c84452f0795dd7c88a6a99e967515840b +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Dec 8 13:32:02 2022 +0100 + + New translations en_subscribed_to_newsletter.gohtml (Chinese Simplified) + +14 0 server/internal/views/emails/zh_subscribed_to_newsletter.gohtml + +commit 281c1448e9f8a8a094f74be25528462651ab9bb4 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Dec 8 13:32:01 2022 +0100 + + New translations en_headers.json (Chinese Simplified) + +3 0 server/internal/views/emails/zh_headers.json + +commit 34b6ff9e0c52aaaa68e4c237f6a64d18bd61e436 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Dec 8 13:32:01 2022 +0100 + + New translations en_subscribed_to_newsletter.gohtml (Swedish) + +14 0 server/internal/views/emails/sv_subscribed_to_newsletter.gohtml + +commit e3fddc5007b0a93810177a03847408c301db8cd0 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Dec 8 13:32:00 2022 +0100 + + New translations en_headers.json (Swedish) + +3 0 server/internal/views/emails/sv_headers.json + +commit dca0d886c32651656f034721e4664231d246ba9a +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Dec 8 13:31:59 2022 +0100 + + New translations en_subscribed_to_newsletter.gohtml (Portuguese) + +14 0 server/internal/views/emails/pt_subscribed_to_newsletter.gohtml + +commit 29f5b7adbd0f41d57d6d12f43a32c8e5197cbb38 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Dec 8 13:31:58 2022 +0100 + + New translations en_headers.json (Portuguese) + +3 0 server/internal/views/emails/pt_headers.json + +commit 9b5be38f9162c3040e7597969d84269d0817edd9 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Dec 8 13:31:57 2022 +0100 + + New translations en_subscribed_to_newsletter.gohtml (Dutch) + +11 7 server/internal/views/emails/nl_subscribed_to_newsletter.gohtml + +commit 57d6f1f96087118400a572152082bc685db9cd12 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Dec 8 13:31:56 2022 +0100 + + New translations en_headers.json (Dutch) + +1 1 server/internal/views/emails/nl_headers.json + +commit a87e490c5179f4d4b664b721e7f288d2ed999f87 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Dec 8 13:31:55 2022 +0100 + + New translations en_subscribed_to_newsletter.gohtml (Italian) + +14 0 server/internal/views/emails/it_subscribed_to_newsletter.gohtml + +commit be83f83caf58d3f2603717985bd39be2dddbeb01 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Dec 8 13:31:55 2022 +0100 + + New translations en_headers.json (Italian) + +3 0 server/internal/views/emails/it_headers.json + +commit d4b195fe9dc046f0c2bd92907ecb2bfe376270b4 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Dec 8 13:31:54 2022 +0100 + + New translations en_subscribed_to_newsletter.gohtml (German) + +14 0 server/internal/views/emails/de_subscribed_to_newsletter.gohtml + +commit d67079942fb4f18984a0dcb468af35cbca2a4128 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Dec 8 13:31:53 2022 +0100 + + New translations en_headers.json (German) + +3 0 server/internal/views/emails/de_headers.json + +commit 82aaa40b953e9559f67443d676486010e4e3da98 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Dec 8 13:31:52 2022 +0100 + + New translations en_subscribed_to_newsletter.gohtml (Arabic) + +14 0 server/internal/views/emails/ar_subscribed_to_newsletter.gohtml + +commit 65763ef837cde3011d294ffef22e857ca3a57b42 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Dec 8 13:31:51 2022 +0100 + + New translations en_headers.json (Arabic) + +3 0 server/internal/views/emails/ar_headers.json + +commit b3f5ab619bc2e36c11715e15a4d692a8beb10dfd +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Dec 8 13:31:50 2022 +0100 + + New translations en_subscribed_to_newsletter.gohtml (Spanish) + +14 0 server/internal/views/emails/es_subscribed_to_newsletter.gohtml + +commit 12d0034d9745d8ed3ace4dbfa900d74c198ea90f +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Dec 8 13:31:49 2022 +0100 + + New translations en_headers.json (Spanish) + +3 0 server/internal/views/emails/es_headers.json + +commit f2f95bd9613aa3110e0a005b56b64c6dc27054c4 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Dec 8 13:31:48 2022 +0100 + + New translations en_subscribed_to_newsletter.gohtml (French) + +14 0 server/internal/views/emails/fr_subscribed_to_newsletter.gohtml + +commit 3f09eef861c260a4190b3aeeb7861f92bca8b6ab +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Dec 8 13:31:48 2022 +0100 + + New translations en_headers.json (French) + +3 0 server/internal/views/emails/fr_headers.json + +commit 06cf3e3d2bfff8a9f185569fa6c5f1a7cf08c668 +Author: Lucian I. Last +Date: Thu Dec 8 13:31:09 2022 +0100 + + Rename to fit crowdin + +0 0 server/internal/views/emails/{en_a_participant_joined_the_loop.gohtml => en/a_participant_joined_the_loop.gohtml} +0 0 server/internal/views/emails/{en_contact_confirmation.gohtml => en/contact_confirmation.gohtml} +0 0 server/internal/views/emails/{en_headers.json => en/headers.json} +0 0 server/internal/views/emails/{en_subscribed_to_newsletter.gohtml => en/subscribed_to_newsletter.gohtml} +0 0 server/internal/views/emails/{nl_a_participant_joined_the_loop.gohtml => nl/a_participant_joined_the_loop.gohtml} +0 0 server/internal/views/emails/{nl_contact_confirmation.gohtml => nl/contact_confirmation.gohtml} +0 0 server/internal/views/emails/{nl_headers.json => nl/headers.json} +0 0 server/internal/views/emails/{nl_subscribed_to_newsletter.gohtml => nl/subscribed_to_newsletter.gohtml} + +commit a02a5a100ae8a0108af13c0bab22a8c3bd281315 +Author: Lucian I. Last +Date: Thu Dec 8 13:25:31 2022 +0100 + + Move from array to object + +1 1 crowdin.yml + +commit fb715a6c65f394701ae7796a0cada79353491164 +Author: Lucian I. Last +Date: Thu Dec 8 13:23:14 2022 +0100 + + Last attempt to fix crowdin + +1 1 crowdin.yml + +commit 27fabbd4722ab6a1ea109b77cb76ef3d6a0a1a23 +Author: Lucian I. Last +Date: Thu Dec 8 13:18:49 2022 +0100 + + Fix crowdin config + +2 1 crowdin.yml + +commit ba66225a2a2f1c2e541f74718b2ff839bc8f9820 +Merge: d4d0c77c 83e62424 +Author: Lucian I. Last +Date: Thu Dec 8 13:11:54 2022 +0100 + + Merge commit '83e624248f9c7a5093b0acba77383aceaf046fca' + +commit 18aa6521a0d6287e424e4ad13e74ae0e346f1a13 +Author: Lucian I. Last +Date: Thu Dec 8 13:10:59 2022 +0100 + + Add all emails to translations + +29 31 server/internal/views/email.go +16 0 server/internal/views/emails/en_a_participant_joined_the_loop.gohtml +12 0 server/internal/views/emails/en_contact_confirmation.gohtml +3 1 server/internal/views/emails/en_headers.json +16 0 server/internal/views/emails/nl_a_participant_joined_the_loop.gohtml +12 0 server/internal/views/emails/nl_contact_confirmation.gohtml +3 1 server/internal/views/emails/nl_headers.json + +commit 83e624248f9c7a5093b0acba77383aceaf046fca +Author: Lucian I. Last +Date: Thu Dec 8 12:49:08 2022 +0100 + + Update dependencies + +11 10 server/go.mod +22 0 server/go.sum + +commit 899503862c65bd34d47aadc733da4cb59f1db9e3 +Author: Lucian I. Last +Date: Thu Dec 8 12:48:58 2022 +0100 + + Use translation files for subscribed_to_newsletter + +42 14 server/internal/views/email.go +34 0 server/internal/views/embed.go + +commit 048b029e608a3a45e942abb65601d5696c768729 +Author: Lucian I. Last +Date: Thu Dec 8 12:47:43 2022 +0100 + + Add translations + +3 0 crowdin.yml +3 0 server/internal/views/emails/en_headers.json +14 0 server/internal/views/emails/en_subscribed_to_newsletter.gohtml +3 0 server/internal/views/emails/nl_headers.json +10 0 server/internal/views/emails/nl_subscribed_to_newsletter.gohtml + +commit d014d51e4341f6a864a87450fa3c051d94e95ff8 +Author: Lucian I. Last +Date: Thu Dec 8 12:46:21 2022 +0100 + + Fix unsub newsletter + +1 1 server/internal/controllers/contact.go + +commit d4d0c77c11e8f51ddfc834f3281027fba118eb52 +Author: Lucian I. Last +Date: Thu Dec 8 09:50:10 2022 +0100 + + Update readme s + +1 9 frontend/README.md +2 2 server/README.md + +commit 7c3e38c8c200c85db8475ceb03f414e6fd0df1ef +Author: Lucian I. Last +Date: Thu Dec 8 09:40:53 2022 +0100 + + Rename local to internal go package + +3 3 server/cmd/generate-fake-data/main.go +2 2 server/cmd/server-fcgi/main.go +2 2 server/cmd/server/main.go +2 2 server/{local => internal}/app/auth/auth.go +3 3 server/{local => internal}/app/auth/auth_test.go +1 1 server/{local => internal}/app/auth/cookie.go +1 1 server/{local => internal}/app/auth/testmain_test.go +1 1 server/{local => internal}/app/auth/token.go +3 3 server/{local => internal}/app/auth/token_test.go +0 0 server/{local => internal}/app/config.go +0 0 server/{local => internal}/app/config_test.go +1 1 server/{local => internal}/app/database.go +0 0 server/{local => internal}/app/gin_utils/ginabort.go +2 2 server/{local => internal}/app/mail.go +0 0 server/{local => internal}/app/testutils.go +4 4 server/{local => internal}/controllers/chain.go +3 3 server/{local => internal}/controllers/contact.go +1 1 server/{local => internal}/controllers/info.go +5 5 server/{local => internal}/controllers/login.go +0 0 server/{local => internal}/controllers/middleware.go +3 3 server/{local => internal}/controllers/payments.go +3 3 server/{local => internal}/controllers/users.go +0 0 server/{local => internal}/models/chain.go +0 0 server/{local => internal}/models/gender.go +0 0 server/{local => internal}/models/gender_test.go +0 0 server/{local => internal}/models/mail.go +0 0 server/{local => internal}/models/newsletter.go +0 0 server/{local => internal}/models/payment.go +0 0 server/{local => internal}/models/size.go +0 0 server/{local => internal}/models/size_test.go +0 0 server/{local => internal}/models/user.go +3 3 server/{local => internal}/server.go +1 1 server/{local => internal}/tests/integration_tests/testmain_test.go +3 3 server/{local => internal}/tests/integration_tests/users_test.go +0 0 server/{local => internal}/tests/mocks/mock-gin-context.go +1 1 server/{local => internal}/tests/mocks/mock-tables.go +2 2 server/{local => internal}/tests/mocks/mock-tables_test.go +1 1 server/{local => internal}/tests/mocks/testmain_test.go +1 1 server/{local => internal}/views/email.go + +commit fd488892563336dff463c1a58a870e767b1f663a +Author: Lucian I. Last +Date: Thu Dec 8 09:24:54 2022 +0100 + + smaller header on mobile + +1 2 frontend/src/components/Navbar.tsx + +commit c64a2553a0c5f4fef0602ef746353dd06a405bd8 +Author: Lucian I. Last +Date: Wed Dec 7 16:50:29 2022 +0100 + + Add cache to production pipeline + +9 0 .github/workflows/deploy-production.yml + +commit f74cbf379e37a4bb80fcb360fca3b4a8277b0132 +Author: Lucian I. Last +Date: Wed Dec 7 16:49:00 2022 +0100 + + Add deployment badge + +3 2 README.md + +commit afaa44f5d1d9a7f92345e2dc42913973fc87889a +Merge: 305f8969 def8f596 +Author: Lucian I. Last +Date: Wed Dec 7 16:42:55 2022 +0100 + + Merge pull request #279 from CollActionteam/github-actions-caching + + Add caching on acceptance and lint + +commit def8f5967148a71fd42b6fd2237869195d31c654 +Author: Lucian I. Last +Date: Wed Dec 7 16:37:37 2022 +0100 + + Add caching on acceptance and lint + +10 1 .github/workflows/{deploy-acceptance-v2.yml => deploy-acceptance.yml} +1 1 .github/workflows/{deploy-production-v2.yml => deploy-production.yml} +9 0 .github/workflows/{lint-v2.yml => lint.yml} + +commit 305f896931a04b490ef5df049d64c0f4223bc82b +Author: Lucian I. Last +Date: Wed Dec 7 08:45:02 2022 +0100 + + Fix lint cra + +1 1 frontend/src/pages/NewChainLocation.tsx + +commit 02fe0ad2c9c6de736431367667f1923d73597b2b +Author: Lucian I. Last +Date: Tue Dec 6 17:00:06 2022 +0100 + + Fix /loops/new link in logged out state + +11 13 frontend/src/pages/NewChainLocation.tsx +19 26 frontend/src/pages/NewChainSignup.tsx + +commit ef66905ea4cadbc3cd50c36f46c4f816bd83c813 +Author: Lucian I. Last +Date: Tue Dec 6 16:28:21 2022 +0100 + + Move tooltip to top on edit ChainMemberList + +6 12 frontend/src/pages/ChainMemberList.tsx + +commit 3f8d20fbbbbbb6f684f35dc0026d502c44495477 +Author: Lucian I. Last +Date: Tue Dec 6 16:19:23 2022 +0100 + + Add address to emails when joining loop + +1 0 server/local/controllers/chain.go +1 0 server/local/controllers/login.go +3 0 server/local/views/email.go + +commit d26911ec851ec8abf689aeaf4f4f92d1a2df2e4e +Author: Lucian I. Last +Date: Tue Dec 6 16:13:48 2022 +0100 + + Fix join button click during a logged in state + +1 1 server/local/app/auth/auth.go +5 3 server/local/controllers/chain.go + +commit afb49dc9feee6649b0e103df0ae1e2b58ac7f8c6 +Author: Lucian I. Last +Date: Tue Dec 6 16:04:17 2022 +0100 + + Only show find loops button if start loop is hidden + +2 11 frontend/src/components/Navbar.tsx + +commit 41d46b2adfe98b1db1ac74522d95f81736225bcf +Author: Lucian I. Last +Date: Tue Dec 6 15:48:29 2022 +0100 + + Mobile friendly donation page + +4 4 frontend/src/pages/Donations/DonationForm.tsx + +commit 05d6b34f977032025c67f5c53b2bf27a72a0c4a3 +Author: Lucian I. Last +Date: Tue Dec 6 15:31:45 2022 +0100 + + Remove unused images + +0 3 frontend/public/images/arrow_vector.svg +- - frontend/public/images/clothing-loop.png +0 3 frontend/public/images/horizontal_arrow.svg +0 3 frontend/public/images/horizontal_arrow_large.svg +0 1 frontend/public/images/icon-instagram.svg +0 1 frontend/public/images/icon-quote.svg +0 3 frontend/public/images/right-arrow-white.svg +0 3 frontend/public/images/right-arrow-yellow.svg + +commit 4bb00caa8743f3337d3b30ea334193f5714b1f46 +Merge: 4af3ade1 113cfa87 +Author: Lucian I. Last +Date: Tue Dec 6 13:22:31 2022 +0100 + + Merge branch 'main' into analytics + +commit 113cfa87c5f18aa8df51a16bcb03bc28016a36c5 +Author: Lucian I. Last +Date: Tue Dec 6 13:18:57 2022 +0100 + + Add a header for translators + +8 0 README.md + +commit 0a4bc5ae303e8041a34a8af9c7f4595dfac8313a +Author: Lucian I. Last +Date: Tue Dec 6 13:11:06 2022 +0100 + + Add shields on top of the readme + +2 0 README.md + +commit 1e84aac10e9cb19623779da95ff706fb7bf1748a +Author: Lucian I. Last +Date: Tue Dec 6 13:07:46 2022 +0100 + + Fix email address + +4 4 frontend/src/components/Footer.tsx + +commit b758748d90965776a28564a0de5782a932cebe98 +Author: Lucian I. Last +Date: Tue Dec 6 12:31:21 2022 +0100 + + Fix data export + +14 28 frontend/src/components/DataExport.tsx +1 1 frontend/src/pages/ChainMemberList.tsx + +commit 1669e7618cc850a25d5280e31af1c058aca871ea +Author: Lucian I. Last +Date: Tue Dec 6 12:19:50 2022 +0100 + + Fix show checkboxs + +11 26 frontend/src/pages/ChainMemberList.tsx + +commit e20abed3481520b702828ee7e947ed6fd6457650 +Merge: e39e8380 53d953ea +Author: Lucian I. Last +Date: Tue Dec 6 11:58:08 2022 +0100 + + Merge branch 'add-payment-icons' + +commit 53d953ea8d2873834dc154d704bcfa8f38c82866 +Author: Lucian I. Last +Date: Tue Dec 6 11:57:31 2022 +0100 + + add payment methods + +- - frontend/public/images/payment-methods/amex.png +- - frontend/public/images/payment-methods/applepay.png +- - frontend/public/images/payment-methods/bancontact.png +- - frontend/public/images/payment-methods/creditcard.png +- - frontend/public/images/payment-methods/ideal.png +- - frontend/public/images/payment-methods/mastercard.png +- - frontend/public/images/payment-methods/visa.png +23 2 frontend/src/pages/Donations/DonationForm.tsx + +commit e39e838061d54dcd820e3ec2b5ff718bcb6da656 +Author: Lucian I. Last +Date: Tue Dec 6 11:17:54 2022 +0100 + + Remove old firebase ci/cd + +0 54 .github/workflows/deploy-firebase-acc.yml.bak +0 53 .github/workflows/deploy-firebase-prod.yml.bak + +commit 96e89a98f837e5a9f1cbf530ce37096e25d82776 +Merge: 0747f4c3 6b26f2b5 +Author: Lucian I. Last +Date: Tue Dec 6 11:15:42 2022 +0100 + + Merge remote-tracking branch 'paloeka/crowdin' + +commit 6b26f2b5cc1016c572c04e6d3cf4187d5aed59ba +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Dec 2 18:57:17 2022 +0100 + + New translations translation.json (German) + +1 1 frontend/public/locales/de/translation.json + +commit 0b1b2dc7cf84ca6eed46e2084d6f383767504dec +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Dec 2 11:45:30 2022 +0100 + + New translations translation.json (Dutch) + +1 1 frontend/public/locales/nl/translation.json + +commit 0747f4c352c4c37514ba76acd0e7c238d288651b +Author: Lucian I. Last +Date: Fri Dec 2 00:55:18 2022 +0100 + + Fix carousel + +15 13 frontend/src/components/Carousel.tsx +1 1 frontend/tailwind.config.js + +commit 7cbd0e7c2a4925bdc38063cf860e8b9944538e57 +Author: Lucian I. Last +Date: Fri Dec 2 00:44:25 2022 +0100 + + Fix mobile searchbar & loop not found popup + +6 4 frontend/src/components/FindChain/SearchBar.tsx +28 19 frontend/src/components/FindChain/index.tsx + +commit 0ac578069f8f389ed69651a7c631b481da51f3ba +Author: Lucian I. Last +Date: Fri Dec 2 00:17:35 2022 +0100 + + Fix data export excel + +23 21 frontend/src/components/DataExport.tsx +1 1 frontend/src/pages/ChainsList.tsx + +commit 586fac835c5d1608d0db56aff77b5c05642ddfd7 +Author: Lucian I. Last +Date: Thu Dec 1 23:55:38 2022 +0100 + + Mobile sign up + +12 6 frontend/src/pages/Signup.tsx + +commit e64818aa1fb0a39332cf8707572f2226558c3d3f +Author: Lucian I. Last +Date: Thu Dec 1 23:55:25 2022 +0100 + + Fix testimonials mobile + +2 2 frontend/src/components/Testimonials.tsx + +commit d118bd129a6f02458a0120ef0195b9e0fc33c01f +Author: Lucian I. Last +Date: Thu Dec 1 23:39:37 2022 +0100 + + Add test languages + +14 1 frontend/src/components/LanguageSwitcher.tsx + +commit dea7caf26e51d8af7f2782b3a871294b39d2bb8f +Author: Lucian I. Last +Date: Thu Dec 1 23:39:27 2022 +0100 + + Fix mobile navbar + +1 1 frontend/src/components/FindChain/SearchBar.tsx +31 19 frontend/src/components/Navbar.tsx + +commit 080463462ca5da547ac9ad9dc9ed81a1417d081f +Author: Lucian I. Last +Date: Thu Dec 1 23:08:05 2022 +0100 + + Style find page + +3 3 frontend/src/components/FindChain/SearchBar.tsx +1 1 frontend/src/components/FindChain/StandaloneSearchBar.tsx +4 4 frontend/src/components/FindChain/index.tsx +36 31 frontend/src/pages/FindChain.tsx +4 0 frontend/src/tailwind.css + +commit 48bd2bbb67634a76cef3dfc1596c53aefb6e743c +Author: Lucian I. Last +Date: Thu Dec 1 22:30:57 2022 +0100 + + mobile homepage + +5 3 frontend/src/components/Testimonials.tsx +44 40 frontend/src/pages/Home.tsx + +commit 682c05eb29415453709ea3fcb586fbc55185a3d5 +Author: Lucian I. Last +Date: Thu Dec 1 22:30:45 2022 +0100 + + decrease toast timeout to 5s + +1 1 frontend/src/providers/ToastProvider.tsx + +commit 3b6e598346f1e9401897faa2f5dda56f487a0e94 +Author: Lucian I. Last +Date: Thu Dec 1 21:23:39 2022 +0100 + + Impove login + +8 10 frontend/src/pages/Login.tsx +6 10 frontend/src/pages/LoginEmailFinished.tsx + +commit 72bb78b1808a4deec8e62a78e7812015d37f2e30 +Author: Lucian I. Last +Date: Thu Dec 1 21:23:21 2022 +0100 + + Fix user edit + +3 1 frontend/src/api/user.ts +2 0 frontend/src/pages/UserEdit.tsx + +commit ed5feacbd43911c1d07911e71bc2bb4a8ef88576 +Merge: 7d518c1f c27ba60f +Author: Lucian I. Last +Date: Thu Dec 1 17:34:19 2022 +0100 + + Merge remote-tracking branch 'paloeka/crowdin' + +commit 7d518c1f8db493528299aeedc7586ce5314d05e5 +Merge: 15feedde 4bf531b5 +Author: Lucian I. Last +Date: Thu Dec 1 17:32:31 2022 +0100 + + Merge branch 'style' + +commit 4bf531b566e91a6cf7c69ade3170ca9d2596cf59 +Author: Lucian I. Last +Date: Thu Dec 1 17:29:26 2022 +0100 + + Fix authentication + +67 10 server/local/app/auth/auth.go +87 0 server/local/app/auth/auth_test.go +1 2 server/local/controllers/chain.go +8 5 server/local/controllers/users.go +11 10 server/local/models/user.go + +commit 719244dbc4039fe75c6d6c86c30d8790fcb323f9 +Author: Lucian I. Last +Date: Wed Nov 30 16:54:26 2022 +0100 + + style chain edit + +7 6 frontend/src/components/ChainDetailsForm.tsx +2 2 frontend/src/components/DataExport.tsx +4 0 frontend/src/components/FormFields.tsx +4 3 frontend/src/pages/ChainEdit.tsx +45 37 frontend/src/pages/UserEdit.tsx + +commit 808c53a181f818c2f724d97048579f4b2d6e98e0 +Author: Lucian I. Last +Date: Wed Nov 30 13:10:35 2022 +0100 + + Fix remove user from chain + +1 1 frontend/src/pages/ChainMemberList.tsx +13 5 server/local/controllers/chain.go + +commit 4af3ade1fb93818a0aeb7a0284b65b8e61e26c2e +Author: Lucian I. Last +Date: Wed Nov 30 12:24:43 2022 +0100 + + Add goat counter and only run in prod + +11 0 frontend/public/index.html + +commit 273c6945a745b0e90165c838e34f59c0ac572f26 +Merge: e2758e48 15feedde +Author: Lucian I. Last +Date: Wed Nov 30 12:09:20 2022 +0100 + + Merge commit '15feeddeeb027a21312f208a4b42d0ed5b6d4633' into style + +commit 15feeddeeb027a21312f208a4b42d0ed5b6d4633 +Author: Lucian I. Last +Date: Wed Nov 30 12:08:58 2022 +0100 + + Use heysine + +1 1 frontend/src/components/Counters/Counters.tsx + +commit 927ecb5870015967a8ea7904acc230a3ea762740 +Author: Lucian I. Last +Date: Wed Nov 30 11:25:31 2022 +0100 + + Add issuu link to goals + +5 7 frontend/src/components/Counters/Counters.tsx + +commit e2758e48285e156e145a0bee959496cc37c29d63 +Author: Lucian I. Last +Date: Wed Nov 30 11:06:26 2022 +0100 + + fix mobile padding + +2 2 frontend/src/components/Layouts.tsx +1 1 frontend/src/components/Newsletter.tsx +3 3 frontend/src/pages/About.tsx +1 1 frontend/src/pages/FAQ.tsx +1 1 frontend/src/pages/Login.tsx +1 1 frontend/src/pages/NewChainLocation.tsx +1 1 frontend/src/pages/NewChainSignup.tsx +1 1 frontend/src/pages/PrivacyPolicy.tsx +1 1 frontend/src/pages/TermsOfUse.tsx + +commit c6af96459513c82e43f8fb51c151ef8fff358358 +Author: Lucian I. Last +Date: Wed Nov 30 10:45:24 2022 +0100 + + footer improve padding + +5 5 frontend/src/components/Footer.tsx +4 4 frontend/src/components/Newsletter.tsx + +commit e3f8beb136e7d1049ecf427bccff86d946c5be56 +Author: Lucian I. Last +Date: Wed Nov 30 10:45:07 2022 +0100 + + Change to pointer for faq summary + +1 1 frontend/src/pages/FAQ.tsx + +commit 6a511bdd295cd5fd9349395dbbd49eb7296dd8fd +Merge: 6d0ab298 6c5fddd5 +Author: Lucian I. Last +Date: Tue Nov 29 17:14:28 2022 +0100 + + Merge branch 'style-register' + +commit 6c5fddd51ed7964b60b9cf632643989e49be474b +Author: Lucian I. Last +Date: Tue Nov 29 17:14:08 2022 +0100 + + Move Thankyou and Style FAQ + +2 5 frontend/src/App.tsx +0 15 frontend/src/components/AccordionFaq.tsx +112 0 frontend/src/pages/FAQ.tsx +0 5 frontend/src/pages/FAQ/FAQ.module.css +0 69 frontend/src/pages/FAQ/FAQ.tsx +1 1 frontend/src/pages/{Thankyou => }/Thankyou.tsx + +commit 0b1b761d353be589981334c905ebc804644e8305 +Author: Lucian I. Last +Date: Tue Nov 29 16:30:15 2022 +0100 + + Remove unused layout + +0 10 frontend/src/components/Layouts.tsx + +commit e7263a70b00018c45f5b5b471c1065b0851e28ee +Author: Lucian I. Last +Date: Tue Nov 29 16:30:04 2022 +0100 + + Layout mobile contact us + +1 1 frontend/src/pages/Contacts.tsx + +commit d91fb4111309f6a9b0bf8cf5f8359fbb907a3226 +Author: Lucian I. Last +Date: Tue Nov 29 16:26:52 2022 +0100 + + Fix layouts + +10 6 frontend/src/components/Layouts.tsx +1 1 frontend/src/pages/AdminDashboard.tsx +35 27 frontend/src/pages/Thankyou/Thankyou.tsx + +commit 6b22ecf1352ab9bf7b67b9cf066f5e5baca5bf87 +Author: Lucian I. Last +Date: Tue Nov 29 16:26:44 2022 +0100 + + Style and Fix register flow + +5 1 frontend/src/components/CategoriesDropdown.tsx +98 49 frontend/src/components/ChainDetailsForm.tsx +1 1 frontend/src/components/FindChain/index.tsx +11 11 frontend/src/components/FormFields.tsx +13 3 frontend/src/components/GeocoderSelector.tsx +2 2 frontend/src/components/Newsletter.tsx +29 6 frontend/src/components/ProgressBar.tsx +6 2 frontend/src/components/formActions.tsx +1 1 frontend/src/pages/About.tsx +3 3 frontend/src/pages/Home.tsx +18 7 frontend/src/pages/NewChainLocation.tsx +93 87 frontend/src/pages/NewChainSignup.tsx +8 12 frontend/src/pages/Signup.tsx +2 2 frontend/src/pages/UserEdit.tsx +2 2 frontend/src/tailwind.css +1 1 server/local/controllers/chain.go +1 1 server/local/controllers/users.go + +commit 6d0ab2989bb1521556a5e893ae073a8a6798fd41 +Author: Lucian I. Last +Date: Tue Nov 29 14:57:41 2022 +0100 + + Add export newsletter chain admins + +13 0 server/sql/export-newsletter-chain-admins.sql + +commit c27ba60fbb219d9961766fdb3d6b740d20558be6 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Nov 29 14:44:58 2022 +0100 + + New translations about.json (Italian) + +1 1 frontend/public/locales/it/about.json + +commit e333e561b767ad13784dfefed5215f882450f080 +Author: Lucian I. Last +Date: Tue Nov 29 08:48:38 2022 +0100 + + Add sql script + +11 0 server/sql/count-chains-and-users-of-province.sql + +commit 0ee4973b811f66dc094deb8e78fd4369576808c7 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Nov 28 16:04:48 2022 +0100 + + New translations testimonials.json (German) + +1 1 frontend/public/locales/de/testimonials.json + +commit b7fadd9f9e18367c84aa108b6e468c3a9cdfccf5 +Author: Lucian I. Last +Date: Mon Nov 28 11:55:19 2022 +0100 + + style mobile first section of home page + +4 4 frontend/src/pages/Home.tsx + +commit 70b98fd5b27e415305682f47b885a3e41a2b1d28 +Author: Lucian I. Last +Date: Sun Nov 27 21:06:02 2022 +0100 + + fix footer grid on 1080p screens + +1 1 frontend/src/components/Footer.tsx + +commit 62749fb17c9baee0ebc1c7abc5a885ffa710f113 +Author: Lucian I. Last +Date: Sun Nov 27 21:05:08 2022 +0100 + + Automatically close mobile navbar when clicking a link + +9 2 frontend/src/components/LanguageSwitcher.tsx +8 0 frontend/src/components/Navbar.tsx + +commit c643555a0cdaf02b3e00ee6c172a82041aab4622 +Author: Lucian I. Last +Date: Sun Nov 27 11:18:25 2022 +0100 + + lint + +1 1 frontend/package.json +1 1 frontend/public/locales/en/translation.json +2 2 frontend/src/pages/UserEdit.tsx +1 1 server/local/app/auth/auth.go +1 1 server/local/controllers/chain.go +1 1 server/local/controllers/login.go +1 1 server/local/controllers/users.go +1 1 server/local/models/user.go + +commit a558467b95664562a5163b0322b234f289f64602 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Sat Nov 26 20:13:43 2022 +0100 + + New translations translation.json (Dutch) + +12 12 frontend/public/locales/nl/translation.json + +commit 999f77c699bc91aacf3487b2de8f577b8c692c84 +Author: Lucian I. Last +Date: Sat Nov 26 14:53:44 2022 +0100 + + Fix when user has multiple loops + +1 1 server/local/controllers/login.go + +commit 711b024a193b6a477cef9cd32446568714946c6a +Author: Lucian I. Last +Date: Sat Nov 26 14:48:45 2022 +0100 + + Add more defined error messages + +6 1 server/local/app/auth/auth.go +9 2 server/local/controllers/chain.go +3 3 server/local/controllers/login.go +1 1 server/local/controllers/payments.go +3 3 server/local/controllers/users.go +2 0 server/local/models/user.go + +commit 33a186e54c7f8df25a11e019aee1fdd5fb8eb918 +Author: Lucian I. Last +Date: Sat Nov 26 14:17:10 2022 +0100 + + Add log import + +0 1 server/local/controllers/login.go + +commit f2afa6e83857c0024baefba67f90380dd3932311 +Author: Lucian I. Last +Date: Sat Nov 26 14:15:51 2022 +0100 + + Add error logs + +4 0 server/local/controllers/login.go +2 2 server/local/controllers/payments.go +5 0 server/local/controllers/users.go + +commit 805f61d72965d3b1710003c2df258b5a42406bbb +Merge: 5a2bb1b4 1da45f57 +Author: Lucian I. Last +Date: Wed Nov 23 17:33:13 2022 +0100 + + Merge remote-tracking branch 'paloeka/crowdin' + +commit 1da45f571237994d7b8a438b91142f1a4e4e5580 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Nov 23 17:31:15 2022 +0100 + + New translations translation.json (Persian) + +14 0 frontend/public/locales/fa/translation.json + +commit 362551470eabdf2c0e64e9313030047c0ad571d5 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Nov 23 17:31:06 2022 +0100 + + New translations translation.json (Dutch) + +14 0 frontend/public/locales/nl/translation.json + +commit 7e482f658ce208c26b0753d3fa34830743a6662e +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Nov 23 17:31:04 2022 +0100 + + New translations translation.json (German) + +14 0 frontend/public/locales/de/translation.json + +commit 2bc01fa59f6862907694ac9fbdd48f3cbfcf58a6 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Nov 23 17:31:01 2022 +0100 + + New translations translation.json (French) + +14 0 frontend/public/locales/fr/translation.json + +commit be8ff9a2b247b749b24f7917617659d124d96b60 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Nov 23 17:30:57 2022 +0100 + + New translations translation.json (Chinese Simplified) + +14 0 frontend/public/locales/zh/translation.json + +commit fa7e008ca247fcbcd2aa49716d7f8960984f5aee +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Nov 23 17:30:56 2022 +0100 + + New translations translation.json (Swedish) + +14 0 frontend/public/locales/sv/translation.json + +commit f3ebda31001e77300a1bfcda8a1fdf1d95a4cfb2 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Nov 23 17:30:55 2022 +0100 + + New translations translation.json (Portuguese) + +14 0 frontend/public/locales/pt/translation.json + +commit dbee8775b71149bd87fc3a622fb6b503e99c7a85 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Nov 23 17:30:53 2022 +0100 + + New translations translation.json (Italian) + +14 0 frontend/public/locales/it/translation.json + +commit eb5d49495309ad2478eeff80f62135b644451f47 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Nov 23 17:30:52 2022 +0100 + + New translations translation.json (Arabic) + +14 0 frontend/public/locales/ar/translation.json + +commit e9bccf4abbb867496cc6bd204275739721578869 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Wed Nov 23 17:30:50 2022 +0100 + + New translations translation.json (Spanish) + +14 0 frontend/public/locales/es/translation.json + +commit 5a2bb1b4ba16d182899cfa534b427220e0896fb1 +Merge: 4073ec93 9d0f96d1 +Author: Lucian I. Last +Date: Wed Nov 23 17:27:29 2022 +0100 + + Merge remote-tracking branch 'paloeka/crowdin' + +commit 4073ec93a24dc40876970cb80a97859c147d23ad +Author: Lucian I. Last +Date: Wed Nov 23 17:24:14 2022 +0100 + + Add i18n key demote & remove loops + +2 0 frontend/public/locales/en/translation.json +14 8 frontend/src/pages/ChainMemberList.tsx + +commit 94eeb672c2fe8fdb2a6ba5ca11f18e983f133b60 +Author: Lucian I. Last +Date: Wed Nov 23 17:23:33 2022 +0100 + + Remove unnecessary eslint ignores + +0 1 frontend/src/pages/ChainMemberList.tsx +0 1 frontend/src/providers/AuthProvider.tsx + +commit 28fd6991d40e7e0cfb77d33e71f46a626cdb9a6b +Author: Lucian I. Last +Date: Wed Nov 23 16:51:45 2022 +0100 + + Treating warnings as errors forces me to hide warnings + +4 4 frontend/package.json + +commit e7096b0a28dfa15f443b4fb8c6d6bfd537b5db60 +Author: Lucian I. Last +Date: Wed Nov 23 16:46:44 2022 +0100 + + Fix eslint errors + +6 1 frontend/package.json +1 1 frontend/src/components/FindChain/SearchBar.tsx +6 8 frontend/src/components/Footer.tsx +6 6 frontend/src/components/LanguageSwitcher.tsx +1 1 frontend/src/components/SizesDropdown.tsx +1 1 frontend/src/components/Testimonials.tsx +2 0 frontend/src/pages/About.tsx +3 2 frontend/src/pages/ChainMemberList.tsx +25 4 frontend/src/pages/Home.tsx +8 19 frontend/src/pages/Logout.tsx +7 2 frontend/src/pages/PrivacyPolicy.tsx +1 1 frontend/src/pages/UserEdit.tsx +3 2 frontend/src/providers/AuthProvider.tsx +2 2 frontend/src/providers/ToastProvider.tsx +3 7 frontend/src/util/dropdown.hooks.ts + +commit 5e6f03b37ee2fd35d102ef6feb67d1df88aa9f8c +Merge: b33c8527 30875482 +Author: Lucian I. Last +Date: Wed Nov 23 15:46:52 2022 +0100 + + Merge branch 'tailwind' + +commit 308754826648e0161952f8762bfea9c565cc9486 +Author: Lucian I. Last +Date: Wed Nov 23 15:44:50 2022 +0100 + + Style join loop + +14 9 frontend/src/components/FormFields.tsx +28 37 frontend/src/components/GeocoderSelector.tsx +6 1 frontend/src/components/formActions.tsx +39 37 frontend/src/pages/Signup.tsx +13 0 frontend/src/tailwind.css +3 3 frontend/src/util/gin-errors.ts +3 3 server/local/controllers/users.go + +commit 8efb06b4d703ed084f0aa3adc9109399ab6371e4 +Author: Lucian I. Last +Date: Wed Nov 23 12:02:20 2022 +0100 + + Remove tailwind prefix and mui override + +0 2 frontend/README.md +1 1 frontend/src/App.tsx +3 6 frontend/src/components/AccordionFaq.tsx +2 2 frontend/src/components/Badges.tsx +3 3 frontend/src/components/Carousel.tsx +6 8 frontend/src/components/CategoriesDropdown.tsx +15 18 frontend/src/components/ChainDetailsForm.tsx +5 5 frontend/src/components/ChainParticipantsTable.tsx +14 14 frontend/src/components/Counters/Counters.tsx +4 4 frontend/src/components/DataExport.tsx +9 13 frontend/src/components/FindChain/SearchBar.tsx +2 5 frontend/src/components/FindChain/index.tsx +36 48 frontend/src/components/Footer.tsx +11 20 frontend/src/components/FormFields.tsx +2 2 frontend/src/components/GeocoderSelector.tsx +8 16 frontend/src/components/LanguageSwitcher.tsx +8 12 frontend/src/components/Layouts.tsx +25 47 frontend/src/components/Navbar.tsx +16 16 frontend/src/components/Newsletter.tsx +2 2 frontend/src/components/Popover.tsx +2 2 frontend/src/components/ProgressBar.tsx +11 11 frontend/src/components/SizesDropdown.tsx +12 17 frontend/src/components/Testimonials.tsx +10 14 frontend/src/components/formActions.tsx +11 11 frontend/src/pages/About.tsx +6 6 frontend/src/pages/AdminDashboard.tsx +2 2 frontend/src/pages/ChainEdit.tsx +66 78 frontend/src/pages/ChainMemberList.tsx +15 19 frontend/src/pages/ChainsList.tsx +10 10 frontend/src/pages/Contacts.tsx +4 6 frontend/src/pages/Donations/DonationCompleted.tsx +29 38 frontend/src/pages/Donations/DonationForm.tsx +6 6 frontend/src/pages/FAQ/FAQ.tsx +20 20 frontend/src/pages/FindChain.tsx +77 85 frontend/src/pages/Home.tsx +12 15 frontend/src/pages/Login.tsx +6 6 frontend/src/pages/MessageSubmitted.tsx +4 4 frontend/src/pages/NewChainLocation.tsx +7 7 frontend/src/pages/NewChainSignup.tsx +3 3 frontend/src/pages/PrivacyPolicy.tsx +4 7 frontend/src/pages/Signup.tsx +3 3 frontend/src/pages/TermsOfUse.tsx +5 5 frontend/src/pages/Thankyou/Thankyou.tsx +16 20 frontend/src/pages/UserEdit.tsx +13 13 frontend/src/providers/ToastProvider.tsx +9 9 frontend/src/tailwind.css +0 2 frontend/tailwind.config.js + +commit e20d56b299b9071bfe6544b671fc84f0b1809276 +Author: Lucian I. Last +Date: Wed Nov 23 11:39:58 2022 +0100 + + Responsive footer + +101 105 frontend/src/components/Footer.tsx +2 2 frontend/src/pages/Signup.tsx + +commit 130aed180c41ac1c7fd3d9a48040e13e87c4932c +Author: Lucian I. Last +Date: Wed Nov 23 11:39:45 2022 +0100 + + Responsive chainMemberList + +20 2 frontend/src/components/Badges.tsx +100 104 frontend/src/pages/ChainMemberList.tsx + +commit deaeb0ebc14718ebc3dcc788de0fa776ff774074 +Author: Lucian I. Last +Date: Wed Nov 23 10:18:16 2022 +0100 + + Style loading in chainlist + +71 70 frontend/src/pages/ChainsList.tsx + +commit 203d0e47251e6aa3d59513445f08ad666de92e5d +Author: Lucian I. Last +Date: Wed Nov 23 10:12:35 2022 +0100 + + Too much padding inbetween header in dashboard + +1 1 frontend/src/pages/AdminDashboard.tsx + +commit c06e16b1d88e3780dfd876c5d9a7c848b0b17bd3 +Author: Lucian I. Last +Date: Wed Nov 23 10:08:14 2022 +0100 + + Responsive header + +3 3 frontend/src/components/LanguageSwitcher.tsx +79 8 frontend/src/components/Navbar.tsx +8 0 frontend/tailwind.config.js + +commit 9d0f96d1a21e8031bef1cf3f2bf62de079110b9f +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Nov 22 18:05:12 2022 +0100 + + New translations translation.json (German) + +8 8 frontend/public/locales/de/translation.json + +commit f0996219dbf676c283afc64787c869b6d97a749c +Author: Lucian I. Last +Date: Tue Nov 22 17:44:55 2022 +0100 + + Change container padding on mobile + +1 1 frontend/src/components/FindChain/SearchBar.tsx +1 1 frontend/src/components/Navbar.tsx +1 1 frontend/src/components/Testimonials.tsx +2 2 frontend/src/pages/About.tsx +1 1 frontend/src/pages/ChainEdit.tsx +1 1 frontend/src/pages/ChainsList.tsx +1 1 frontend/src/pages/FAQ/FAQ.tsx +1 1 frontend/src/pages/MessageSubmitted.tsx +1 1 frontend/src/pages/NewChainLocation.tsx +1 1 frontend/src/pages/PrivacyPolicy.tsx +1 1 frontend/src/pages/TermsOfUse.tsx + +commit 499bb42a9b3370d8436dcc200c2734fb2724d590 +Author: Lucian I. Last +Date: Tue Nov 22 17:44:35 2022 +0100 + + Responsive footer + +113 104 frontend/src/components/Footer.tsx +1 1 frontend/src/components/Newsletter.tsx + +commit 4950d8e91acd536a50f489cead71d2e749da7c04 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Nov 22 16:55:53 2022 +0100 + + New translations translation.json (German) + +5 5 frontend/public/locales/de/translation.json + +commit 81705ad5b55ab8157eb3c525376fcbc3e6e980b0 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Nov 22 16:55:52 2022 +0100 + + New translations testimonials.json (German) + +8 8 frontend/public/locales/de/testimonials.json + +commit 2b80a2df6be458ad8181349c4edf6115942bc16f +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Nov 22 16:55:51 2022 +0100 + + New translations about.json (German) + +2 2 frontend/public/locales/de/about.json + +commit 5c084c54bc4da6284e7d5f946beb5dbf88b1f696 +Merge: 51deede2 b33c8527 +Author: Lucian I. Last +Date: Tue Nov 22 12:20:39 2022 +0100 + + Merge branch 'main' into tailwind + +commit b33c85272cb74e2039263f1c714f29522d8ae11d +Author: Lucian I. Last +Date: Tue Nov 22 11:18:53 2022 +0100 + + Add radius min max + +1 1 server/local/controllers/chain.go + +commit a0b51d0eca716c16ae00440eaf2a49fb7bd47f8b +Author: Lucian I. Last +Date: Tue Nov 22 10:47:49 2022 +0100 + + Add enter as submit on loop search + +8 0 frontend/src/components/FindChain/SearchBar.tsx + +commit 91f39cbf9e7b83124e596edfea7970d41988bd07 +Author: Lucian I. Last +Date: Tue Nov 22 10:37:41 2022 +0100 + + Add star to signup pages + +3 1 frontend/src/components/GeocoderSelector.tsx + +commit 14648d041c086920c60608876dbcacffcb06876f +Author: Lucian I. Last +Date: Tue Nov 22 10:19:22 2022 +0100 + + Fix logging in + +23 15 frontend/src/pages/LoginEmailFinished.tsx + +commit 88a4e3ca43c8feb7950de98db4c65b58f9496c38 +Author: Lucian I. Last +Date: Tue Nov 22 09:53:00 2022 +0100 + + lint + +8 9 frontend/src/components/DataExport.tsx + +commit 7e93884da2d13cc8537669a035d5dd295833909a +Author: Lucian I. Last +Date: Tue Nov 22 09:49:54 2022 +0100 + + data export only known chains & sort chains + +10 12 frontend/src/components/DataExport.tsx +6 5 frontend/src/pages/ChainsList.tsx + +commit 32f7384a2e28bfc33ff829d857f4d107277cf319 +Author: Lucian I. Last +Date: Tue Nov 22 09:44:31 2022 +0100 + + Separate unpublished call from published call for GetAllChains + +8 2 frontend/src/api/chain.ts +4 3 frontend/src/pages/ChainsList.tsx +1 1 frontend/src/providers/ChainsProvider.tsx +6 3 server/local/controllers/chain.go + +commit 51deede2d3231155853400a382eb84f2f1afbd64 +Author: Lucian I. Last +Date: Tue Nov 22 09:07:31 2022 +0100 + + let CRA generate tailwind css + +19301 31421 frontend/package-lock.json +7 11 frontend/package.json +1 1 frontend/src/index.tsx + +commit eed1dc5e33e61bdcb6eda659b030ac8a2550b110 +Author: Lucian I. Last +Date: Mon Nov 21 19:24:24 2022 +0100 + + Change btn newsletter + +1 4 frontend/src/components/Newsletter.tsx + +commit 6a14e39cd6a2eb1f9ca07f007868aa15747a60ae +Merge: 0487985d 1ca2667a +Author: Lucian I. Last +Date: Mon Nov 21 16:26:25 2022 +0100 + + Merge remote-tracking branch 'paloeka/crowdin' + +commit 0487985d5a6975640448f098f62a9e48f2517b6d +Author: Lucian I. Last +Date: Mon Nov 21 16:18:38 2022 +0100 + + Update countries to 6 + +1 1 frontend/src/components/Counters/Counters.tsx + +commit 85ffc4cd97bd88fc22f7eacb19cdfe3de090e283 +Author: Lucian I. Last +Date: Mon Nov 21 16:15:06 2022 +0100 + + lint + +2 2 frontend/public/locales/en/translation.json + +commit 878cb3e717f6030509c8a98474eb9c4141b13fce +Author: Lucian I. Last +Date: Mon Nov 21 16:14:28 2022 +0100 + + use js for user edit field values + +74 72 frontend/src/pages/UserEdit.tsx + +commit a822ef76bfdcd9935b7a571b315231acbba250ba +Author: Lucian I. Last +Date: Mon Nov 21 16:13:28 2022 +0100 + + copy ui from old site + +62 54 frontend/src/components/ChainDetailsForm.tsx +37 9 frontend/src/components/FormFields.tsx +7 6 frontend/src/components/Popover.tsx +2 4 frontend/src/components/ProgressBar.tsx +9 7 frontend/src/pages/NewChainLocation.tsx +19 0 frontend/src/util/form.hooks.ts + +commit 818105577f548db289153e74ce0848bc335389c7 +Author: Lucian I. Last +Date: Mon Nov 21 12:45:18 2022 +0100 + + Fix newsletter in footer + +25 11 frontend/src/components/Footer.tsx +7 7 frontend/src/components/Newsletter.tsx + +commit a880b06770085b1d3f0457da6c744eb0ff6661dd +Author: Lucian I. Last +Date: Mon Nov 21 12:16:29 2022 +0100 + + Fix find us links in footer + +40 19 frontend/src/components/Footer.tsx +53 0 frontend/src/tailwind.css + +commit 117ac88f9e4b5b8e920d5bf6205d8cb41481e112 +Author: Lucian I. Last +Date: Mon Nov 21 11:35:28 2022 +0100 + + Remove animation to dropdown sizes & genders + +2 1 frontend/src/components/CategoriesDropdown.tsx +1 1 frontend/src/components/ChainDetailsForm.tsx +4 2 frontend/src/components/SizesDropdown.tsx + +commit 8aa09bf445a78df76ea055119c866bd5c1b0d3e9 +Author: Lucian I. Last +Date: Fri Nov 18 12:12:22 2022 +0100 + + Crude move to tailwind removing mui + +13 1225 frontend/package-lock.json +1 10 frontend/package.json +86 112 frontend/src/App.tsx +16 26 frontend/src/components/AccordionFaq.tsx +170 261 frontend/src/components/ChainDetailsForm.tsx +0 46 frontend/src/components/FindChain/ChainNotFound.tsx +49 11 frontend/src/components/FindChain/index.tsx +53 191 frontend/src/components/FormFields.tsx +13 19 frontend/src/components/GeocoderSelector.tsx +7 36 frontend/src/components/Popover.tsx +12 29 frontend/src/components/ProgressBar.tsx +14 22 frontend/src/components/SizesDropdown.tsx +0 26 frontend/src/components/ThreeColumnLayout.tsx +0 11 frontend/src/components/Typography.tsx +37 56 frontend/src/components/formActions.tsx +1 1 frontend/src/pages/About.tsx +0 115 frontend/src/pages/AddChainAdmin.tsx +14 23 frontend/src/pages/ChainEdit.tsx +2 2 frontend/src/pages/Contacts.tsx +15 15 frontend/src/pages/FAQ/FAQ.tsx +19 43 frontend/src/pages/FindChain.tsx +16 36 frontend/src/pages/LoginEmailFinished.tsx +14 18 frontend/src/pages/Logout.tsx +23 31 frontend/src/pages/MessageSubmitted.tsx +8 14 frontend/src/pages/NewChainLocation.tsx +98 174 frontend/src/pages/NewChainSignup.tsx +104 154 frontend/src/pages/Signup.tsx +26 33 frontend/src/pages/Thankyou/Thankyou.tsx +95 140 frontend/src/pages/UserEdit.tsx +25 1 frontend/src/providers/ToastProvider.tsx +0 1589 frontend/src/util/theme.ts + +commit c4ccc09f127ab7b452b4afffaaf3a4f20c8c34a8 +Author: Lucian I. Last +Date: Wed Nov 16 16:17:36 2022 +0100 + + tailwind members page + +9 0 frontend/public/locales/en/translation.json +18 0 frontend/src/components/Badges.tsx +12 23 frontend/src/components/ChainParticipantsTable.tsx +0 1 frontend/src/components/DataExport.tsx +425 204 frontend/src/pages/ChainMemberList.tsx +3 9 frontend/src/pages/ChainsList.tsx +2 2 frontend/src/providers/ToastProvider.tsx +4 0 frontend/src/tailwind.css + +commit 1ca2667a1d569815e66a73389fb4c80db20527da +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Nov 15 17:12:28 2022 +0100 + + New translations translation.json (Dutch) + +2 2 frontend/public/locales/nl/translation.json + +commit 920ceefe15f66a74a6df951e80a440a758e0c0fd +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Nov 15 15:59:43 2022 +0100 + + New translations translation.json (Dutch) + +2 2 frontend/public/locales/nl/translation.json + +commit 202864d646df2a105faf765a825355317623c1f3 +Merge: 0550d4c9 79fdf826 +Author: Lucian I. Last +Date: Tue Nov 15 15:30:37 2022 +0100 + + Merge branch 'main' into tailwind + +commit 79fdf826f4e4f673fcd2c24979cdebecc0dcb5d4 +Author: Lucian I. Last +Date: Tue Nov 15 15:08:06 2022 +0100 + + Remove logs + +0 1 server/local/controllers/login.go + +commit 229efe891671ba13bbbc65a960a27f5d01ab2cc2 +Author: Lucian I. Last +Date: Tue Nov 15 15:00:11 2022 +0100 + + Fix chain admins not getting notified on user creation + +16 13 server/local/controllers/chain.go +42 0 server/local/controllers/login.go + +commit 3f320f7838f07bea464b196cd0fb7f6da8a35215 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Nov 15 13:11:46 2022 +0100 + + New translations translation.json (Dutch) + +16 16 frontend/public/locales/nl/translation.json + +commit cfa4cee4418dc3d9cd59b1a8782982fd839530ad +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Nov 15 13:11:45 2022 +0100 + + New translations testimonials.json (Dutch) + +1 1 frontend/public/locales/nl/testimonials.json + +commit 7d5f09820bc3315a54ce7b6375e76c12f46fcc63 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Nov 15 13:11:44 2022 +0100 + + New translations faq.json (Dutch) + +4 4 frontend/public/locales/nl/faq.json + +commit b420081c7032064f730f9440953d747c7d8747a2 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Nov 15 09:56:57 2022 +0100 + + New translations testimonials.json (Dutch) + +1 1 frontend/public/locales/nl/testimonials.json + +commit 0c5f2bbb93034a1460ea7b8dc1f579d74407b246 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Nov 15 09:56:56 2022 +0100 + + New translations faq.json (Dutch) + +1 1 frontend/public/locales/nl/faq.json + +commit 0550d4c95760610cabb4e63a81a2a4db8fa09178 +Author: Lucian I. Last +Date: Sun Nov 13 19:18:52 2022 +0100 + + WIP Remove mui + +26 45 frontend/src/pages/ChainsList.tsx + +commit a32d77593f46d9c24b32deb5c1c7ab8d9e16cfb7 +Author: Lucian I. Last +Date: Sun Nov 13 19:18:22 2022 +0100 + + Add contribute link in footer + +1 0 frontend/public/locales/en/translation.json +7 0 frontend/src/components/Footer.tsx + +commit 6c232a13d26c4a2efebfd99bdf3f64547eabb5bc +Author: Lucian I. Last +Date: Sun Nov 13 18:48:35 2022 +0100 + + Tailwind admin dashboard + +2 3 frontend/src/App.tsx +0 54 frontend/src/components/AdminControlsNav.tsx +39 0 frontend/src/pages/AdminDashboard.tsx + +commit f4857f2e1deb6a45f4f00f27f0c8088159b89c71 +Author: Lucian I. Last +Date: Sun Nov 13 18:15:10 2022 +0100 + + Fix history is undefined error + +10 11 frontend/src/App.tsx +15 7 frontend/src/providers/AuthProvider.tsx + +commit 1e358231259bcc94b9d1ac3a71c0603a2c6e64ed +Author: Lucian I. Last +Date: Sun Nov 13 14:09:24 2022 +0100 + + Add fallback if toast message is not a string & Remove logs + +2 4 frontend/src/providers/ToastProvider.tsx + +commit 5aa58599739a1b896f5defc2f4f0a808a4f23c7d +Author: Lucian I. Last +Date: Sun Nov 13 14:07:54 2022 +0100 + + Move newsletter to components dir and use native validation + +1 1 frontend/src/components/Footer.tsx +26 22 frontend/src/components/{Newsletter => }/Newsletter.tsx +0 3 frontend/src/components/Newsletter/arrow-right.svg + +commit 74c8f7fac09cb6381b345e4ce356ad6ca11a8c0b +Author: Lucian I. Last +Date: Sun Nov 13 13:49:38 2022 +0100 + + Change contacts page and use ginParseError + +1 1 frontend/src/pages/About.tsx +75 120 frontend/src/pages/Contacts.tsx +11 10 frontend/src/pages/Donations/DonationForm.tsx +5 2 frontend/src/pages/Login.tsx +4 3 frontend/src/util/form-jup.ts +18 0 frontend/src/util/gin-errors.ts + +commit 66c28f52b21e64d0e715e049babf9242f7b877d8 +Author: Lucian I. Last +Date: Sun Nov 13 09:04:03 2022 +0100 + + Fix carousel + +7 2 frontend/src/components/Carousel.tsx +4 4 frontend/tailwind.config.js + +commit 8269ca29ce79c8a9e487b249260cfb264c5b762d +Author: Lucian I. Last +Date: Fri Nov 11 14:26:48 2022 +0100 + + tailwind about + +61 48 frontend/src/pages/About.tsx +1 1 frontend/src/tailwind.css + +commit 23762b9c1dfed883c926e98a28e851a309738b58 +Author: Lucian I. Last +Date: Fri Nov 11 13:53:55 2022 +0100 + + Tailwind login + +23 57 frontend/src/components/Layouts.tsx +2 2 frontend/src/pages/Donations/DonationForm.tsx +69 79 frontend/src/pages/Login.tsx +2 3 frontend/src/pages/UserEdit.tsx +1 3 frontend/src/providers/ToastProvider.tsx + +commit 5b87e3c60d3f2920ed57afdf0367d87f6e538cf0 +Author: Lucian I. Last +Date: Fri Nov 11 12:51:45 2022 +0100 + + leaner donation form + +1 1 frontend/public/locales/en/translation.json +90 83 frontend/src/App.tsx +0 328 frontend/src/components/Donation/DonationForm.tsx +1 3 frontend/src/components/Footer.tsx +9 16 frontend/src/pages/Donations/Donate.tsx +3 5 frontend/src/{components/Donation => pages/Donations}/DonationCompleted.tsx +323 0 frontend/src/pages/Donations/DonationForm.tsx +4 4 frontend/src/providers/AuthProvider.tsx +6 7 frontend/src/providers/ChainsProvider.tsx +133 0 frontend/src/providers/ToastProvider.tsx +14 0 frontend/src/util/form-jup.ts +2 2 server/local/controllers/payments.go + +commit 23f949e79d8da5f5cf9bfb20d20373e6049da457 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Fri Nov 11 01:52:36 2022 +0100 + + New translations translation.json (French) + +19 19 frontend/public/locales/fr/translation.json + +commit 2479a2f3200585839821ffe396b95d22e9fcc524 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Nov 10 22:54:36 2022 +0100 + + New translations translation.json (French) + +3 3 frontend/public/locales/fr/translation.json + +commit d7916864ab8b2afa359075cab18e8d417ec069ad +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Nov 10 22:54:35 2022 +0100 + + New translations testimonials.json (French) + +1 1 frontend/public/locales/fr/testimonials.json + +commit 6d06637b4109e105786f44926cecabca62885b96 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Thu Nov 10 22:54:34 2022 +0100 + + New translations about.json (French) + +1 1 frontend/public/locales/fr/about.json + +commit 15c37edb17e3695bbc251bebf7080d94785d7763 +Author: Lucian I. Last +Date: Thu Nov 10 14:22:25 2022 +0100 + + Add typography and use in legal pages + +52 0 frontend/package-lock.json +1 0 frontend/package.json +291 289 frontend/src/pages/PrivacyPolicy.tsx +313 318 frontend/src/pages/TermsOfUse.tsx +4 0 frontend/src/tailwind.css +9 1 frontend/tailwind.config.js + +commit d3c1dba7acb1b01785739d36957f399179bb5059 +Author: Lucian I. Last +Date: Thu Nov 10 12:59:02 2022 +0100 + + Migrate footer to tailwind + +2 0 frontend/public/locales/en/translation.json +2 7 frontend/src/components/Carousel.tsx +0 138 frontend/src/components/Donations.tsx +89 33 frontend/src/components/Footer.tsx +0 83 frontend/src/components/FooterMobile.tsx +61 127 frontend/src/components/Newsletter/Newsletter.tsx +73 193 frontend/src/components/Testimonials.tsx +37 22 frontend/src/pages/Home.tsx +1 1 frontend/tailwind.config.js + +commit b9157170cec956d9835ce8c8f120f594fcf9006e +Author: Lucian I. Last +Date: Thu Nov 10 00:32:03 2022 +0100 + + Move to tailwind css Home + +31 35 frontend/src/components/Counters/Counters.tsx +226 151 frontend/src/pages/Home.tsx +23 0 frontend/src/tailwind.css +1 0 frontend/tailwind.config.js + +commit 3fddeb698e1e3d12963c5605ff83e2c25ecc71e8 +Author: Lucian I. Last +Date: Wed Nov 9 11:50:22 2022 +0100 + + Delete css files + +0 553 frontend/src/App.css +0 1 frontend/src/App.tsx +0 147 frontend/src/components/Donation/Donation.module.css +16 15 frontend/src/components/Donation/DonationCompleted.tsx +20 70 frontend/src/components/Donation/DonationForm.tsx +1 4 frontend/src/pages/Home.tsx +0 15 frontend/src/pages/LandingPage.tsx +0 107 frontend/src/pages/LandingPageMobile.tsx +0 24 frontend/src/pages/Thankyou/Thankyou.module.css +3 6 frontend/src/pages/Thankyou/Thankyou.tsx +0 1 frontend/src/util/theme.ts + +commit 974fdbfeb0dcb8bd4cc79a86cec1be49ac56790b +Author: Lucian I. Last +Date: Wed Nov 9 11:17:36 2022 +0100 + + Replace button and typography with html + +3 10 frontend/src/components/AccordionFaq.tsx +2 7 frontend/src/components/AdminControlsNav.tsx +13 9 frontend/src/components/ChainDetailsForm.tsx +2 3 frontend/src/components/Donation/DonationForm.tsx +9 19 frontend/src/components/FindChain/ChainNotFound.tsx +0 1 frontend/src/components/Footer.tsx +17 27 frontend/src/components/Newsletter/Newsletter.tsx +4 10 frontend/src/components/Popover.tsx +16 33 frontend/src/components/Testimonials.tsx +1 6 frontend/src/components/Typography.tsx +3 6 frontend/src/components/formActions.tsx +7 13 frontend/src/pages/About.tsx +8 15 frontend/src/pages/AddChainAdmin.tsx +3 10 frontend/src/pages/ChainEdit.tsx +4 14 frontend/src/pages/ChainMemberList.tsx +1 1 frontend/src/pages/ChainsList.tsx +5 12 frontend/src/pages/Contacts.tsx +3 7 frontend/src/pages/FAQ/FAQ.tsx +69 74 frontend/src/pages/FindChain.tsx +6 16 frontend/src/pages/LandingPage.tsx +7 12 frontend/src/pages/Login.tsx +6 11 frontend/src/pages/MessageSubmitted.tsx +2 7 frontend/src/pages/NewChainLocation.tsx +22 51 frontend/src/pages/NewChainSignup.tsx +85 120 frontend/src/pages/PrivacyPolicy.tsx +13 10 frontend/src/pages/Signup.tsx +37 58 frontend/src/pages/TermsOfUse.tsx +11 28 frontend/src/pages/Thankyou/Thankyou.tsx +9 21 frontend/src/pages/UserEdit.tsx + +commit 26b77cbb8937d3f7d35d1b3d9115efb4bbfc517a +Author: Lucian I. Last +Date: Wed Nov 9 09:27:47 2022 +0100 + + Fix search responsive + +1 1 frontend/src/components/CategoriesDropdown.tsx +8 13 frontend/src/components/FindChain/SearchBar.tsx +1 1 frontend/src/components/SizesDropdown.tsx + +commit d934ca9f8333430ba9f89430ca809716805096c1 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Nov 8 23:41:15 2022 +0100 + + New translations faq.json (German) + +9 9 frontend/public/locales/de/faq.json + +commit 7b71dc67c78349e70ae84c0bcb84ec332681a2ad +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Nov 8 23:41:14 2022 +0100 + + New translations about.json (German) + +1 1 frontend/public/locales/de/about.json + +commit 3e4c25b71eb033603dfc1951323502453706298a +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Nov 8 22:40:54 2022 +0100 + + New translations about.json (German) + +1 1 frontend/public/locales/de/about.json + +commit 8638f5e2fbf32bfced4d6cdb22686a45b8443c65 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Nov 8 19:03:50 2022 +0100 + + New translations translation.json (Dutch) + +6 6 frontend/public/locales/nl/translation.json + +commit 05e7ebebeaced417614e7ece819a0d21364119c5 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Nov 8 19:03:48 2022 +0100 + + New translations testimonials.json (Dutch) + +1 1 frontend/public/locales/nl/testimonials.json + +commit 670b010a94a1e7c50daee0ef4ad078e4df48c456 +Author: Lucian I. Last +Date: Tue Nov 8 17:14:52 2022 +0100 + + Move to daisy tables + +2 2 frontend/src/App.css +4 10 frontend/src/components/AdminControlsNav.tsx +31 102 frontend/src/components/ChainParticipantsTable.tsx +20 29 frontend/src/components/DataExport.tsx +50 45 frontend/src/components/Footer.tsx +57 89 frontend/src/pages/ChainsList.tsx + +commit 6d4a5b2d55f8bc10a9b2e325bbcaf963bedace82 +Author: Lucian I. Last +Date: Tue Nov 8 15:08:08 2022 +0100 + + Hide active language + +18 11 frontend/src/components/LanguageSwitcher.tsx + +commit 54e31c3003a19ec5ddf081b54a67b05fe3bb15c7 +Author: Lucian I. Last +Date: Tue Nov 8 14:34:19 2022 +0100 + + Add sql find users connected to multiple loops + +9 0 server/sql/find-users-of-multipule-chains.sql + +commit e19e26d4429aca2e57052c6ea32bc02a8f082d86 +Merge: 4b4df9c0 244e88a7 +Author: Lucian I. Last +Date: Tue Nov 8 14:32:50 2022 +0100 + + Merge branch 'main' into tailwind + +commit 244e88a74ee3816debd1cca0bb279fdd7cf7dd1c +Merge: 34cd7c2f 53304ce2 +Author: Lucian I. Last +Date: Tue Nov 8 14:01:15 2022 +0100 + + Merge branch 'set-statictics-counter-to-live-data' + +commit 53304ce2419db77e754c3d508c7a10dbabea7c1a +Author: Lucian I. Last +Date: Tue Nov 8 13:58:23 2022 +0100 + + Ensure counter ends precisely + +4 1 frontend/src/components/Counters/SingleCounter.tsx + +commit a54416061e6d37ff07a0102ef21bcd0c61d6d2f9 +Author: Lucian I. Last +Date: Tue Nov 8 13:52:06 2022 +0100 + + Revert "Revert info statistics to static values" + + This reverts commit ea289594e7bf078ed8da846c51d1ff146af1dac1. + +20 8 frontend/src/components/Counters/Counters.tsx + +commit 34cd7c2fd7e427f1fe4967f249c3df90bf0cc59a +Author: Lucian I. Last +Date: Tue Nov 8 13:47:22 2022 +0100 + + Fix flag position + +5 1 frontend/src/components/LanguageSwitcher.tsx + +commit 25cb22dbb1f75713ae21a2af1ea224b82d111c68 +Author: Lucian I. Last +Date: Tue Nov 8 13:06:03 2022 +0100 + + Remove netlify + +0 36 frontend/netlify.toml +0 2 netlify.toml + +commit c9d568601f96bef3c330b41e92e764a5d36ba6ba +Merge: fa0f8637 ae83911c +Author: Lucian I. Last +Date: Tue Nov 8 13:01:25 2022 +0100 + + Merge pull request #2 from paloeka/crowdin + + New Crowdin updates + +commit fa0f8637a733918b03000f185404dfd5c3da1941 +Merge: ad700579 b34eb1be +Author: Lucian I. Last +Date: Tue Nov 8 12:39:19 2022 +0100 + + Merge pull request #266 from CollActionteam/add-donation-in-nav + + Add donation link + +commit b34eb1be635732a804f8f8bc7b2213b1273ce41a +Merge: 9a00f9b9 3275f868 +Author: Lucian I. Last +Date: Tue Nov 8 12:23:29 2022 +0100 + + Merge branch 'main' into add-donation-in-nav + +commit ae83911c7a80f028fbc88650cb35663c05b9dea0 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Nov 8 10:43:03 2022 +0100 + + New translations translation.json (Persian) + +192 0 frontend/public/locales/fa/translation.json + +commit cf317b273e8a0436b14fcadf0c5f9c0e7ba6e41f +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Nov 8 10:43:02 2022 +0100 + + New translations testimonials.json (Arabic) + +29 0 frontend/public/locales/ar/testimonials.json + +commit 52b9996f368fc51e36a98d27d3b58ec2dcea39af +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Nov 8 10:43:01 2022 +0100 + + New translations translation.json (Arabic) + +192 0 frontend/public/locales/ar/translation.json + +commit 9f931ebaa255b6b33b1bcf85d779f3b8974e92df +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Nov 8 10:42:58 2022 +0100 + + New translations about.json (Italian) + +7 0 frontend/public/locales/it/about.json + +commit fa949b803de0ac4fb27bb7e61f6824894b766ded +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Nov 8 10:42:57 2022 +0100 + + New translations faq.json (Italian) + +60 0 frontend/public/locales/it/faq.json + +commit fb8282b40073b72f57a1925b0029ed3970098745 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Nov 8 10:42:55 2022 +0100 + + New translations testimonials.json (Italian) + +29 0 frontend/public/locales/it/testimonials.json + +commit 34a6061388410dcf264a3c8e911fdae51b48f1e3 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Nov 8 10:42:54 2022 +0100 + + New translations translation.json (Italian) + +192 0 frontend/public/locales/it/translation.json + +commit 3b3c6e6530e210975856047b190af6583cad2fbb +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Nov 8 10:42:52 2022 +0100 + + New translations about.json (Portuguese) + +7 0 frontend/public/locales/pt/about.json + +commit 68b9ac14d1bf2d3ab6bbd348d38fa030f2eb2251 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Nov 8 10:42:51 2022 +0100 + + New translations faq.json (Portuguese) + +60 0 frontend/public/locales/pt/faq.json + +commit 1f73981edffb6aebba91163ddd007d67fe3a555b +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Nov 8 10:42:50 2022 +0100 + + New translations faq.json (Arabic) + +60 0 frontend/public/locales/ar/faq.json + +commit 63c26dcbfa256cc30dd1ad435d4a17de3c8c7e95 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Nov 8 10:42:47 2022 +0100 + + New translations testimonials.json (Portuguese) + +29 0 frontend/public/locales/pt/testimonials.json + +commit 821d0701d0396fd0af0f214a66b85c2fa21e0d9f +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Nov 8 10:42:46 2022 +0100 + + New translations about.json (Chinese Traditional) + +7 0 frontend/public/locales/zh/about.json + +commit b5ce63604b5632eec097424bf315e65470c57b60 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Nov 8 10:42:45 2022 +0100 + + New translations faq.json (Chinese Traditional) + +60 0 frontend/public/locales/zh/faq.json + +commit 4becdc2ddc6ee7774e5b4af959d63c32362303d9 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Nov 8 10:42:44 2022 +0100 + + New translations testimonials.json (Chinese Traditional) + +29 0 frontend/public/locales/zh/testimonials.json + +commit 52f30ca034f4c14198ed6f11a608cc167295f348 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Nov 8 10:42:43 2022 +0100 + + New translations translation.json (Chinese Traditional) + +192 0 frontend/public/locales/zh/translation.json + +commit c5dddf7ed831940533ff8b5c74c8c63b30a27ab6 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Nov 8 10:42:41 2022 +0100 + + New translations about.json (Persian) + +7 0 frontend/public/locales/fa/about.json + +commit 11a93b4ba964991d0069ffc1a221b979d94dbb60 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Nov 8 10:42:39 2022 +0100 + + New translations faq.json (Persian) + +60 0 frontend/public/locales/fa/faq.json + +commit 68ae9526f2520c09eed9b5e184b74327fc452899 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Nov 8 10:42:38 2022 +0100 + + New translations testimonials.json (Persian) + +29 0 frontend/public/locales/fa/testimonials.json + +commit 57fae81e99a149e97704051f63722916e1cd4f52 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Nov 8 10:42:37 2022 +0100 + + New translations translation.json (Portuguese) + +192 0 frontend/public/locales/pt/translation.json + +commit 1f554f6548d1a171c42b6d681d0dc45e8d77c7c8 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Nov 8 10:42:36 2022 +0100 + + New translations about.json (Arabic) + +7 0 frontend/public/locales/ar/about.json + +commit ad7005792b37ffcb95818d13a44504c2ee69a07b +Author: Lucian I. Last +Date: Tue Nov 8 09:35:27 2022 +0100 + + Add crowdin badge + +2 0 README.md + +commit d1fb8c4b4009e479b116b95ee2267f9a842f02c5 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Nov 8 09:32:46 2022 +0100 + + New translations translation.json (Swedish) + +192 0 frontend/public/locales/sv/translation.json + +commit 430317907eb44cf2ef8f91c2a3490f3a1944b01f +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Nov 8 09:32:45 2022 +0100 + + New translations testimonials.json (Swedish) + +29 0 frontend/public/locales/sv/testimonials.json + +commit e90ace248c2fd894e602e7e249bc8f7fc83f5a9e +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Nov 8 09:32:44 2022 +0100 + + New translations faq.json (Swedish) + +60 0 frontend/public/locales/sv/faq.json + +commit 77c6b812c2aa4581aaa482a535a94a910db1cbf2 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Nov 8 09:32:43 2022 +0100 + + New translations about.json (Swedish) + +7 0 frontend/public/locales/sv/about.json + +commit 7e441ae7d28fb3ebe44eaf6896f13c21aecdfe9d +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Nov 8 09:32:42 2022 +0100 + + New translations translation.json (Spanish) + +192 0 frontend/public/locales/es/translation.json + +commit 94c48771e9d70956ef759d8043c8447e7c9230b3 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Nov 8 09:32:41 2022 +0100 + + New translations testimonials.json (Spanish) + +29 0 frontend/public/locales/es/testimonials.json + +commit 349b0aacddf7080299eabb052d6d035b8891fe09 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Nov 8 09:32:40 2022 +0100 + + New translations faq.json (Spanish) + +60 0 frontend/public/locales/es/faq.json + +commit 8b5b019346fc67a1520be65f0b829d1fa96f72a2 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Nov 8 09:32:39 2022 +0100 + + New translations about.json (Spanish) + +7 0 frontend/public/locales/es/about.json + +commit c336941dd84aa61d1992c2fea0ebed38cb2a13ed +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Nov 8 09:32:38 2022 +0100 + + New translations translation.json (French) + +192 0 frontend/public/locales/fr/translation.json + +commit a2ce8a9321af379c8e69a1dc2b80aa656caceec8 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Nov 8 09:32:37 2022 +0100 + + New translations testimonials.json (French) + +29 0 frontend/public/locales/fr/testimonials.json + +commit 060e0f05932e2d8f2baf7ba2e4485cbc0b6504a2 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Nov 8 09:32:36 2022 +0100 + + New translations faq.json (French) + +60 0 frontend/public/locales/fr/faq.json + +commit f33607cfb0dc34043dd9178928e3f5fc85d47dc4 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Tue Nov 8 09:32:35 2022 +0100 + + New translations about.json (French) + +7 0 frontend/public/locales/fr/about.json + +commit 3275f868e5a8a333a93d8132486411c73c5f9f5a +Author: Lucian I. Last +Date: Tue Nov 8 01:30:50 2022 +0100 + + Add flags icons + + From https://flagicons.lipis.dev/ + +5 0 frontend/public/icons/flags/de.svg +547 0 frontend/public/icons/flags/es.svg +7 0 frontend/public/icons/flags/fr.svg +7 0 frontend/public/icons/flags/gb.svg +5 0 frontend/public/icons/flags/nl.svg +4 0 frontend/public/icons/flags/se.svg +7 2 frontend/src/components/LanguageSwitcher.tsx + +commit 9c8208de6173596c7c4ea1c74282b51fa32cf92a +Merge: b8aa76ec 21d80ba0 +Author: Lucian I. Last +Date: Tue Nov 8 00:02:50 2022 +0100 + + Merge branch 'fix-members-page' + +commit 21d80ba04aafe1d1a93430f95e96e1ad9bfb2c8a +Author: Lucian I. Last +Date: Mon Nov 7 23:50:26 2022 +0100 + + Add text is not string fail save + +21 7 frontend/src/components/ChainParticipantsTable.tsx +30 31 frontend/src/pages/ChainMemberList.tsx +1 1 frontend/src/providers/AuthProvider.tsx + +commit 119335add1dcc94209b4045537750e7e5b515896 +Author: Lucian I. Last +Date: Mon Nov 7 23:47:20 2022 +0100 + + Fix json null string returing object + +0 2 server/cmd/firebase-migrate/.gitignore +0 106 server/cmd/firebase-migrate/README.md +0 111 server/cmd/firebase-migrate/local/fromfireauth.go +0 291 server/cmd/firebase-migrate/local/fromfirestore.go +0 16 server/cmd/firebase-migrate/local/fromunix.go +0 26 server/cmd/firebase-migrate/local/fromunix_test.go +0 272 server/cmd/firebase-migrate/main.go +0 11 server/cmd/spreadsheet-migrate/README.md +0 103 server/cmd/spreadsheet-migrate/local/fromxlsx.go +0 62 server/cmd/spreadsheet-migrate/local/log.go +0 277 server/cmd/spreadsheet-migrate/main.go +9 16 server/go.mod +19 49 server/go.sum +1 1 server/local/app/auth/auth.go +2 2 server/local/app/mail.go +3 3 server/local/controllers/login.go +2 2 server/local/controllers/payments.go +4 4 server/local/models/chain.go +4 3 server/local/models/mail.go +2 1 server/local/models/payment.go +18 17 server/local/models/user.go +2 2 server/local/tests/mocks/mock-tables.go + +commit b8aa76ece862763d454273089a90a2a609bda24c +Merge: e64e7f71 8b3215fe +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Nov 7 17:05:11 2022 +0100 + + Merge pull request #1 from paloeka/crowdin + + New Crowdin updates + +commit 8b3215fe2837a3718f207e55a4bedbe57c07403d +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Nov 7 17:02:33 2022 +0100 + + New translations translation.json (German) + +192 0 frontend/public/locales/de/translation.json + +commit bba3157d1d70759470b6257b61fb33c30196c05d +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Nov 7 17:02:32 2022 +0100 + + New translations testimonials.json (German) + +29 0 frontend/public/locales/de/testimonials.json + +commit 492a1b90b0cfacc89a3f2ccb1b88d26f1665ad63 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Nov 7 17:02:30 2022 +0100 + + New translations faq.json (German) + +60 0 frontend/public/locales/de/faq.json + +commit 1d8531b39e775b66b59c3ac7efcc6a48048690f9 +Author: paloeka <108399021+paloeka@users.noreply.github.com> +Date: Mon Nov 7 17:02:28 2022 +0100 + + New translations about.json (German) + +7 0 frontend/public/locales/de/about.json + +commit 4b4df9c05cdcee620c4998d2653b6e479efedaff +Author: Lucian I. Last +Date: Mon Nov 7 16:38:29 2022 +0100 + + wip + +4 3 frontend/src/components/Footer.tsx + +commit f572849e35ccfb55ae37c5bea4cac356ee39ca39 +Author: Lucian I. Last +Date: Mon Nov 7 15:51:55 2022 +0100 + + Remove mui from navbar + +- - frontend/public/images/logos/{The_Clothing_Loop_Logo.png => the_clothing_loop_logo.png} +6 13 frontend/src/components/Navbar.tsx + +commit eddc66387725891e53d5be1c439b5be7d6371fdb +Author: Lucian I. Last +Date: Mon Nov 7 15:18:31 2022 +0100 + + Add flags icons + + From https://flagicons.lipis.dev/ + +5 0 frontend/public/icons/flags/de.svg +547 0 frontend/public/icons/flags/es.svg +7 0 frontend/public/icons/flags/fr.svg +7 0 frontend/public/icons/flags/gb.svg +5 0 frontend/public/icons/flags/nl.svg +4 0 frontend/public/icons/flags/se.svg +3 3 frontend/src/components/CategoriesDropdown.tsx +48 48 frontend/src/components/LanguageSwitcher.tsx +9 3 frontend/src/components/Navbar.tsx +3 3 frontend/src/components/SizesDropdown.tsx +35 13 frontend/src/util/dropdown.hooks.ts + +commit 7028e24a0bd3bf9dd37ba33453712d67a79749bf +Author: Lucian I. Last +Date: Mon Nov 7 12:49:05 2022 +0100 + + Move images to public + +- - frontend/{src => public}/images/Denise.jpg +- - frontend/{src => public}/images/Denise.png +- - frontend/{src => public}/images/Join-Loop.jpg +- - frontend/{src => public}/images/Kirsten en Rosan.jpg +- - frontend/{src => public}/images/Kirsten-Rosan.jpg +- - frontend/{src => public}/images/Login.jpg +- - frontend/{src => public}/images/Naamloze-presentatie.jpeg +- - frontend/{src => public}/images/Nichon_zelfportret.jpg +- - frontend/{src => public}/images/Selfies.jpg +- - frontend/{src => public}/images/TCL-Jewellery.jpg +- - frontend/{src => public}/images/Tassen-voor-carrousel2.jpg +- - frontend/{src => public}/images/Tassen-voor-carrousel3.jpg +- - frontend/{src => public}/images/Team-pics.jpg +- - frontend/{src => public}/images/Utrecht.jpeg +0 0 frontend/{src => public}/images/arrow_vector.svg +- - frontend/{src => public}/images/carousel_image_one.png +- - frontend/{src => public}/images/carousel_image_two.png +- - frontend/{src => public}/images/circles.png +- - frontend/{src => public}/images/clothes.png +- - frontend/{src => public}/images/clothing-loop.png +- - frontend/{src => public}/images/hero-image.png +0 0 frontend/{src => public}/images/horizontal_arrow.svg +0 0 frontend/{src => public}/images/horizontal_arrow_large.svg +0 0 frontend/{src => public}/images/icon-instagram.svg +1 0 frontend/public/images/icon-quote.svg +- - frontend/{src => public}/images/image_3.png +- - frontend/{src => public}/images/logos/DOEN.png +- - frontend/{src => public}/images/logos/Logo-CollAction.png +- - frontend/{src => public}/images/logos/Logo_WDCD.png +- - frontend/{src => public}/images/logos/Logo_impact_hub.png +- - frontend/{src => public}/images/logos/PNH_logo.png +- - frontend/{src => public}/images/logos/The_Clothing_Loop_Logo.png +- - frontend/{src => public}/images/logos/The_Clothing_Loop_thumbnail.png +0 0 frontend/{src => public}/images/logos/essense-logo.svg +0 0 frontend/{src => public}/images/logos/logo-impacthub.svg +- - frontend/{src => public}/images/logos/sfm_logo.png +- - frontend/{src => public}/images/map_image.png +- - frontend/{src => public}/images/numbered-bag-outdoors.jpg +- - frontend/{src => public}/images/numbered-bag-outdoors.png +- - frontend/{src => public}/images/party-image.jpg +- - frontend/{src => public}/images/press-clippings-site.jpg +0 0 frontend/{src => public}/images/right-arrow-white.svg +0 0 frontend/{src => public}/images/right-arrow-yellow.svg +1 2 frontend/src/components/AdminControlsNav.tsx +2 2 frontend/src/components/Carousel.tsx +2 3 frontend/src/components/ChainDetailsForm.tsx +1 2 frontend/src/components/Donation/DonationCompleted.tsx +4 4 frontend/src/components/Donations.tsx +2 10 frontend/src/components/Footer.tsx +2 3 frontend/src/components/Navbar.tsx +7 9 frontend/src/pages/About.tsx +1 1 frontend/src/pages/AddChainAdmin.tsx +1 1 frontend/src/pages/ChainsList.tsx +1 1 frontend/src/pages/Contacts.tsx +1 1 frontend/src/pages/FindChain.tsx +18 18 frontend/src/pages/Home.tsx +2 2 frontend/src/pages/LandingPageMobile.tsx +5 6 frontend/src/pages/Login.tsx +1 1 frontend/src/pages/NewChainSignup.tsx +2 4 frontend/src/pages/Signup.tsx +2 3 frontend/src/pages/Thankyou/Thankyou.tsx +1 1 frontend/src/pages/UserEdit.tsx + +commit fa8cfc72dda9d0034e266993f779fae4794e9125 +Author: Lucian I. Last +Date: Mon Nov 7 12:12:41 2022 +0100 + + Move navbar to daisyui + +16 37 frontend/src/components/Navbar.tsx +1 0 frontend/src/tailwind.css + +commit 07171479a2947fa2015492d6a623752570e18699 +Author: Lucian I. Last +Date: Mon Nov 7 11:54:17 2022 +0100 + + Fix search bar & Add daisyui + +4442 231 frontend/package-lock.json +1 0 frontend/package.json +270 270 frontend/public/icons/feather/style.css +1 3 frontend/src/components/AccordionFaq.tsx +61 104 frontend/src/components/CategoriesDropdown.tsx +5 12 frontend/src/components/ChainDetailsForm.tsx +2 2 frontend/src/components/ChainParticipantsTable.tsx +1 1 frontend/src/components/Counters/Counters.tsx +2 2 frontend/src/components/DataExport.tsx +1 1 frontend/src/components/FindChain/ChainNotFound.tsx +28 22 frontend/src/components/FindChain/SearchBar.tsx +1 9 frontend/src/components/FindChain/index.tsx +8 4 frontend/src/components/Navbar.tsx +1 1 frontend/src/components/Popover.tsx +77 150 frontend/src/components/SizesDropdown.tsx +3 3 frontend/src/components/Testimonials.tsx +1 1 frontend/src/components/Typography.tsx +3 5 frontend/src/pages/ChainMemberList.tsx +2 2 frontend/src/pages/ChainsList.tsx +3 3 frontend/src/pages/FindChain.tsx +3 8 frontend/src/pages/Signup.tsx +3 8 frontend/src/pages/UserEdit.tsx +2 2 frontend/src/tailwind.css +43 0 frontend/src/util/dropdown.hooks.ts +1 53 frontend/src/util/theme.ts +44 25 frontend/tailwind.config.js + +commit 901e0b364352083d16cae4901c1897ddb9853b82 +Author: Lucian I. Last +Date: Sun Nov 6 01:31:03 2022 +0100 + + fix lint + +2 0 frontend/.prettierignore +898 809 frontend/public/fonts/montserrat/style.css +398 359 frontend/public/fonts/playfair-display/style.css +5 6 frontend/public/icons/feather/style.css +1 1 frontend/src/tailwind.css + +commit 852b3869182107ab07f46c9f28779b1cce59d754 +Author: Lucian I. Last +Date: Sun Nov 6 01:26:04 2022 +0100 + + WIP removal mui icons + +0 1 frontend/package-lock.json +0 1 frontend/package.json +3 2 frontend/src/components/AccordionFaq.tsx +3 6 frontend/src/components/ChainParticipantsTable.tsx +1 2 frontend/src/components/Counters/Counters.tsx +2 3 frontend/src/components/DataExport.tsx +1 2 frontend/src/components/FindChain/ChainNotFound.tsx +4 2 frontend/src/components/Footer.tsx +0 1 frontend/src/components/Navbar.tsx +1 2 frontend/src/components/Popover.tsx +3 8 frontend/src/components/Testimonials.tsx +1 0 frontend/src/images/icon-instagram.svg +3 7 frontend/src/pages/ChainMemberList.tsx +2 7 frontend/src/pages/ChainsList.tsx +3 8 frontend/src/pages/FindChain.tsx +0 1 frontend/src/pages/Home.tsx + +commit 09abe6b1cb22471d9872c43c489b59c29393019a +Author: Lucian I. Last +Date: Sun Nov 6 01:15:01 2022 +0100 + + Move navbar to tailwind + +62 64 frontend/src/components/Navbar.tsx + +commit 2a73653436df8c7a302b1ba5c84be5bf541508d5 +Author: Lucian I. Last +Date: Sat Nov 5 18:34:57 2022 +0100 + + Remove mui from SearchBar + +45 64 frontend/src/components/FindChain/SearchBar.tsx +5 2 frontend/src/tailwind.css +5 2 frontend/tailwind.config.js + +commit 5120bd59428048f5cf98d03d1034c18d18dd6520 +Author: Lucian I. Last +Date: Sat Nov 5 17:56:46 2022 +0100 + + Update caniuse + +6 6 frontend/package-lock.json + +commit 4dbbe3be5e2e54fbcb33c10d6b9085da4d15b6be +Author: Lucian I. Last +Date: Sat Nov 5 17:56:30 2022 +0100 + + Move from google fonts to local fonts + +- - frontend/public/fonts/montserrat/JTUQjIg1_i6t8kCHKm459WxRxC7mw9c.woff2 +- - frontend/public/fonts/montserrat/JTUQjIg1_i6t8kCHKm459WxRxi7mw9c.woff2 +- - frontend/public/fonts/montserrat/JTUQjIg1_i6t8kCHKm459WxRxy7mw9c.woff2 +- - frontend/public/fonts/montserrat/JTUQjIg1_i6t8kCHKm459WxRyS7m.woff2 +- - frontend/public/fonts/montserrat/JTUQjIg1_i6t8kCHKm459WxRzS7mw9c.woff2 +- - frontend/public/fonts/montserrat/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2 +- - frontend/public/fonts/montserrat/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2 +- - frontend/public/fonts/montserrat/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2 +- - frontend/public/fonts/montserrat/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2 +- - frontend/public/fonts/montserrat/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2 +811 0 frontend/public/fonts/montserrat/style.css +- - frontend/public/fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2 +- - frontend/public/fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2 +- - frontend/public/fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2 +- - frontend/public/fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2 +- - frontend/public/fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7.woff2 +- - frontend/public/fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk72xU.woff2 +- - frontend/public/fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk72xU.woff2 +- - frontend/public/fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk72xU.woff2 +361 0 frontend/public/fonts/playfair-display/style.css +279 0 frontend/public/icons/feather/feather.svg +- - frontend/public/icons/feather/feather.ttf +- - frontend/public/icons/feather/feather.woff +833 0 frontend/public/icons/feather/style.css +8 22 frontend/public/index.html +2 2 frontend/src/App.css + +commit d73362956abaee4f2e01babb1f5852a9170d5197 +Merge: e64e7f71 736586a6 +Author: Lucian I. Last +Date: Sat Nov 5 17:53:28 2022 +0100 + + Merge remote-tracking branch 'origin/tailwind' into tailwind + +commit e64e7f7102e7d304b482e5884350bb94b690cc21 +Author: Lucian I. Last +Date: Thu Nov 3 13:59:19 2022 +0100 + + Fix missing footer + +33 33 frontend/src/components/Footer.tsx + +commit f8422a2f4139179935f004ec85f320faa1d90673 +Merge: 2f780065 05a0654b +Author: Lucian I. Last +Date: Thu Nov 3 11:02:07 2022 +0100 + + Merge pull request #274 from CollActionteam/fix-clothingloop-name-in-emails + + Fix Clothing Loop name in emails + +commit 2f780065fc0dd10b2b013e6983c3fbb19f1b03d8 +Author: Lucian I. Last +Date: Thu Nov 3 10:31:45 2022 +0100 + + Revert "Fix hidden users after migration" + + This reverts commit cc2299f30d4d887579aa7a61939f3e1e4f50221b. + +3 3 server/local/controllers/users.go + +commit 70a3736fbedc47fdc5fa8d80954557ac5306d229 +Merge: 62cb3766 cc2299f3 +Author: Lucian I. Last +Date: Thu Nov 3 10:23:29 2022 +0100 + + Merge pull request #275 from CollActionteam/spreadsheet-migration + + Spreadsheet migration + +commit cc2299f30d4d887579aa7a61939f3e1e4f50221b +Author: Lucian I. Last +Date: Thu Nov 3 10:21:20 2022 +0100 + + Fix hidden users after migration + +3 3 server/local/controllers/users.go + +commit 77601e36cf5b90b4fba90c6e0c4f28f0c66570f7 +Author: Lucian I. Last +Date: Thu Nov 3 10:18:24 2022 +0100 + + Final version before migration + +1 1 server/cmd/spreadsheet-migrate/local/fromxlsx.go +60 39 server/cmd/spreadsheet-migrate/main.go + +commit 05a0654b6b2de5c4d2880cc484f22cd2b26ee5c5 +Author: Lucian I. Last +Date: Wed Nov 2 20:22:06 2022 +0100 + + Fix Clothing Loop name + +2 2 server/local/controllers/login.go +4 4 server/local/views/email.go + +commit 61a431c1f015d0544067947d8e481b76d8509365 +Author: Lucian I. Last +Date: Wed Nov 2 20:17:54 2022 +0100 + + Add show alike users during creation + +28 3 server/cmd/spreadsheet-migrate/main.go + +commit 576d986aea3c16a49db82c89350e2617721bde0f +Author: Lucian I. Last +Date: Wed Nov 2 15:15:46 2022 +0100 + + better logs + +1 0 server/.gitignore +12 6 server/cmd/spreadsheet-migrate/local/fromxlsx.go +62 0 server/cmd/spreadsheet-migrate/local/log.go +30 45 server/cmd/spreadsheet-migrate/main.go +8 5 server/go.mod +28 5 server/go.sum + +commit 92c6b55ceb7702ce7026932663568c14d4cb650a +Merge: 7cc25802 62cb3766 +Author: Lucian I. Last +Date: Tue Nov 1 10:03:36 2022 +0100 + + Merge branch 'main' into spreadsheet-migration + +commit 62cb3766269d7b10947a1ab63437a066fbe24261 +Author: Lucian I. Last +Date: Tue Nov 1 10:02:37 2022 +0100 + + Add more sql scripts + +9 8 server/sql/dev-purge.sql +19 0 server/sql/find-duplicates.sql + +commit 7cc258024377efc462ddddbd727d3ce4285d4053 +Author: Lucian I. Last +Date: Tue Oct 25 12:40:50 2022 +0200 + + dummy email is too strict look for all with cxm suffix + +1 1 server/cmd/spreadsheet-migrate/local/fromxlsx.go + +commit 34ecd4b1c065ceefc53803e5f8685c68a84d8772 +Author: Lucian I. Last +Date: Tue Oct 25 12:40:08 2022 +0200 + + Add chain UID to spreadsheet + +2 0 server/cmd/spreadsheet-migrate/local/fromxlsx.go +8 7 server/cmd/spreadsheet-migrate/main.go + +commit 5cb3c12eb152c0157a55dcf96a9373584d2a3116 +Author: Lucian I. Last +Date: Mon Oct 24 15:05:04 2022 +0200 + + Add list of new chain admin emails & Fix sql + +18 3 server/cmd/spreadsheet-migrate/main.go + +commit 3ed5da22f1a950503bf8704cc27b62da82bd90ce +Author: Lucian I. Last +Date: Mon Oct 24 12:38:50 2022 +0200 + + Add documentation to sql files + +13 0 server/sql/README.md +3 0 server/sql/dev-purge.sql +2 1 server/sql/set-user-chain-admin.sql + +commit b6324bea43648168c8065b9977091efb371c7f8a +Author: Lucian I. Last +Date: Mon Oct 24 11:20:12 2022 +0200 + + Put errors back inline + +3 8 server/cmd/spreadsheet-migrate/local/fromxlsx.go + +commit 0a636b3b4ff0183419c51ff765523d710613e82e +Author: Lucian I. Last +Date: Mon Oct 24 11:19:38 2022 +0200 + + Allow nullable users.email + +1 1 server/cmd/firebase-migrate/local/fromfireauth.go +1 1 server/cmd/firebase-migrate/local/fromfirestore.go +6 1 server/cmd/spreadsheet-migrate/local/fromxlsx.go +11 3 server/cmd/spreadsheet-migrate/main.go +1 1 server/local/controllers/chain.go +4 3 server/local/controllers/login.go +2 2 server/local/controllers/users.go +1 1 server/local/models/user.go +2 1 server/local/tests/mocks/mock-tables.go + +commit bc181cd517d889057e2b76a2272182673ed76613 +Author: Lucian I. Last +Date: Mon Oct 24 08:55:09 2022 +0200 + + Remove create in batches due to complexity + +7 15 server/cmd/spreadsheet-migrate/main.go + +commit a6e89c4dc052015fbef9b13325dba01edde84502 +Author: Lucian I. Last +Date: Mon Oct 24 00:00:20 2022 +0200 + + Add another sql example + +5 0 server/sql/find-chain-by-user-email.sql + +commit 5894a085979a66eae91ad1a5b4bbde61bfcc9a20 +Author: Lucian I. Last +Date: Sun Oct 23 23:58:52 2022 +0200 + + Add create clauses in if user or chain does not exist + +2 2 server/cmd/spreadsheet-migrate/local/fromxlsx.go +83 30 server/cmd/spreadsheet-migrate/main.go + +commit 5cb332d45076d6a1e05cb5b38878c07058f04d21 +Author: Lucian I. Last +Date: Thu Oct 20 15:12:09 2022 +0200 + + Redirects should work along with the uri + +1 1 devops/templates/Caddyfile + +commit b7d0520219f2d1e3a62abc584bc2006183b9beb0 +Merge: 1c1d49c1 6a4ed544 +Author: Lucian I. Last +Date: Thu Oct 20 12:38:32 2022 +0200 + + Merge branch 'main' into spreadsheet-migration + +commit 6a4ed544c8e4fe821af8c5ef41e15c1ecec3dab8 +Author: Lucian I. Last +Date: Thu Oct 20 12:24:08 2022 +0200 + + Use CollAction keys + +1 1 frontend/.env-production + +commit d3d6bcfbaf52e5d3d1be16c47ee9040192b30a01 +Author: Lucian I. Last +Date: Thu Oct 20 12:17:17 2022 +0200 + + Fix 9d5b785de8f66d7d70e32930b5cb777b2d9ea91b + +1 1 devops/templates/Caddyfile + +commit 9d5b785de8f66d7d70e32930b5cb777b2d9ea91b +Author: Lucian I. Last +Date: Thu Oct 20 11:55:25 2022 +0200 + + Enforce good separation between www and no subdomain + +5 1 devops/templates/Caddyfile +1 1 devops/templates/Caddyfile.maint +1 1 frontend/.env-production + +commit bb67694c8fbed660fb7abda8b95664cfd6e7dd2a +Author: Lucian I. Last +Date: Thu Oct 20 11:30:54 2022 +0200 + + Add sql snippets + +2 0 server/sql/delete-chain.sql +3 0 server/sql/delete-user.sql +3 0 server/sql/set-user-chain-admin.sql + +commit 1c1d49c1e6a212d7c776f3b1e337da70d839fce4 +Author: Lucian I. Last +Date: Thu Oct 20 11:29:02 2022 +0200 + + WIP + +95 0 server/cmd/spreadsheet-migrate/local/fromxlsx.go +177 0 server/cmd/spreadsheet-migrate/main.go +1 0 server/go.mod +3 0 server/go.sum + +commit 3a66f7f782c06ea76713674bd6563d132576dcec +Author: Lucian I. Last +Date: Thu Oct 20 00:05:03 2022 +0200 + + Setup spreadsheet-migrate files + +2 0 server/.gitignore +2 0 server/Makefile +11 0 server/cmd/spreadsheet-migrate/README.md + +commit 268f96a4fb77d1d268fc1a9f3db52abb36071039 +Merge: 0600d578 4fa926b0 +Author: Lucian I. Last +Date: Wed Oct 19 17:34:33 2022 +0200 + + Merge branch 'get-ready-for-crowdin' + +commit 4fa926b00070690bf9917e911c1ab34a6f2bdf21 +Author: Lucian I. Last +Date: Wed Oct 19 17:33:13 2022 +0200 + + Add License MIT to project + +21 0 LICENSE +4 0 README.md + +commit 083a1492562bca57ce0de2eeb2ac05d9f1606878 +Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> +Date: Wed Oct 19 15:16:38 2022 +0000 + + Bump moment from 2.29.3 to 2.29.4 in /frontend + + Bumps [moment](https://github.com/moment/moment) from 2.29.3 to 2.29.4. + - [Release notes](https://github.com/moment/moment/releases) + - [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md) + - [Commits](https://github.com/moment/moment/compare/2.29.3...2.29.4) + + --- + updated-dependencies: + - dependency-name: moment + dependency-type: indirect + ... + + Signed-off-by: dependabot[bot] + +6 6 frontend/package-lock.json + +commit 0600d57875d17a50f691bf83a7ad4d4423ae9269 +Merge: 76a78ea7 e42a722f +Author: Lucian I. Last +Date: Wed Oct 19 17:15:30 2022 +0200 + + Merge branch 'delete-firebase' + +commit 76a78ea7f739757f67ccb48951fd6c11bffa9997 +Merge: fdf35e7b cbc70eee +Author: Lucian I. Last +Date: Wed Oct 19 17:14:53 2022 +0200 + + Merge branch 'allow-loop-creation-as-loggedin-user' + +commit cbc70eee685afed5e20fdf0a460e7c0eab062c21 +Author: Lucian I. Last +Date: Wed Oct 19 17:12:05 2022 +0200 + + Ensure that logout means logout + +3 1 frontend/src/pages/Logout.tsx + +commit fd6ec94b25aa0ebfb9ae0b577b9975bfdcba3ad9 +Author: Lucian I. Last +Date: Wed Oct 19 17:11:45 2022 +0200 + + Add sql dev-purge example + +14 0 server/sql/dev-purge.sql + +commit 90a6342e43c14785c426d75ace8666427a7a2e2f +Author: Lucian I. Last +Date: Wed Oct 19 17:11:20 2022 +0200 + + Remove authChainUID completely + +18 5 frontend/src/components/ChainParticipantsTable.tsx +18 13 frontend/src/pages/ChainMemberList.tsx +18 14 frontend/src/pages/UserEdit.tsx +0 13 frontend/src/providers/AuthProvider.tsx + +commit 4626c3e6c38944276aa615301d1e07e158a8f678 +Merge: 24a61afc fdf35e7b +Author: Lucian I. Last +Date: Wed Oct 19 15:23:44 2022 +0200 + + Merge remote-tracking branch 'origin/main' into allow-loop-creation-as-loggedin-user + +commit fdf35e7b1542b09d7ddf36a4aedb85361b937354 +Merge: c44a3f20 efc14691 +Author: Lucian I. Last +Date: Wed Oct 19 15:22:14 2022 +0200 + + Merge pull request #267 from CollActionteam/l10n_main + + New Crowdin updates + +commit efc14691f8bc31a9d62af72b735414ccbd149ae3 +Author: Tim Stokman <41363+timstokman@users.noreply.github.com> +Date: Wed Oct 19 12:42:34 2022 +0000 + + New translations translation.json (Dutch) + +1 1 frontend/public/locales/nl/translation.json + +commit c44a3f204b0bf053edf9fee31f1d5bb58c65b3e6 +Merge: c39659e4 24a61afc +Author: Lucian I. Last +Date: Wed Oct 19 14:25:36 2022 +0200 + + Merge branch 'allow-loop-creation-as-loggedin-user' + +commit 24a61afc79a158d98694da5f57e52eec75d4b25d +Author: Lucian I. Last +Date: Wed Oct 19 14:21:59 2022 +0200 + + Fix user login freeze + +1 2 frontend/src/pages/ChainEdit.tsx +6 3 frontend/src/pages/LoginEmailFinished.tsx +3 2 frontend/src/pages/NewChainLocation.tsx +38 18 frontend/src/providers/AuthProvider.tsx + +commit 37f9969a946ebd4953856c99a095b20533048ab1 +Author: Lucian I. Last +Date: Wed Oct 19 13:10:49 2022 +0200 + + Fix imports AdminControlsNav + +4 4 frontend/src/components/AdminControlsNav.tsx + +commit ae9bccf52db02f9a67a10b9427c0490666019b7c +Author: Lucian I. Last +Date: Wed Oct 19 13:10:29 2022 +0200 + + Remove authIsChainAdmin from auth provider + +1 1 frontend/src/components/Navbar.tsx +11 19 frontend/src/pages/ChainMemberList.tsx +1 1 frontend/src/pages/NewChainLocation.tsx +0 7 frontend/src/providers/AuthProvider.tsx + +commit 43cded592793fbeae45f6e5423ff7bcb34340367 +Author: Lucian I. Last +Date: Wed Oct 19 12:57:40 2022 +0200 + + Move providers into thier own dir + +2 2 frontend/src/App.tsx +1 1 frontend/src/components/FindChain/index.tsx +1 1 frontend/src/components/Footer.tsx +1 1 frontend/src/components/Navbar.tsx +1 1 frontend/src/pages/ChainMemberList.tsx +2 2 frontend/src/pages/ChainsList.tsx +2 2 frontend/src/pages/FindChain.tsx +1 1 frontend/src/pages/Home.tsx +1 1 frontend/src/pages/LoginEmailFinished.tsx +1 1 frontend/src/pages/Logout.tsx +1 1 frontend/src/pages/NewChainLocation.tsx +1 1 frontend/src/pages/NewChainSignup.tsx +1 1 frontend/src/pages/UserEdit.tsx +0 0 frontend/src/{components => providers}/AuthProvider.tsx +0 0 frontend/src/{components => providers}/ChainsProvider.tsx + +commit e61c85362328cb080439dd594cd9a42b27ce805b +Author: Lucian I. Last +Date: Wed Oct 19 12:55:17 2022 +0200 + + Clean unnecessary directories + +1 1 frontend/src/App.tsx +1 1 frontend/src/components/{AccordionFaq => }/AccordionFaq.tsx +0 0 frontend/src/components/{AdminControlsNav => }/AdminControlsNav.tsx +1 1 frontend/src/pages/FAQ/FAQ.tsx + +commit 2353ba125b3bfd283fd0792d7e74372d7c2bdbb5 +Author: Lucian I. Last +Date: Wed Oct 19 12:47:57 2022 +0200 + + Sort sizes and genders + +2 2 frontend/src/pages/FindChain.tsx + +commit b0d7ea95bc956a2a345533a96680728898745342 +Author: Lucian I. Last +Date: Wed Oct 19 12:47:34 2022 +0200 + + Show start new loop button logged in and out + +2 3 frontend/src/components/Navbar.tsx + +commit 28100cc06cb1e8eaea512dd464083ca789bde22b +Author: Lucian I. Last +Date: Wed Oct 19 12:46:33 2022 +0200 + + Remove toolkit button + +0 1 frontend/public/locales/en/translation.json +0 1 frontend/public/locales/nl/translation.json +2 14 frontend/src/components/Navbar.tsx + +commit a493e33d54b2d3bb3984e255ccab07e7fc9f356e +Author: Lucian I. Last +Date: Wed Oct 19 12:35:22 2022 +0200 + + Change admin to account + +1 1 frontend/public/locales/en/translation.json +1 1 frontend/public/locales/nl/translation.json +1 1 frontend/src/components/Navbar.tsx + +commit ff34b093255beb46dbb2219e2a7cf83aa98dda84 +Author: Lucian I. Last +Date: Wed Oct 19 11:11:59 2022 +0200 + + Remove ok logging during user get + +0 3 server/local/controllers/users.go + +commit e42a722f8bc6e4fd01cca9be6fc802eb3ae840ed +Author: Lucian I. Last +Date: Wed Oct 19 09:59:43 2022 +0200 + + Remove filebase from vscode workspace + +23 26 clothingloop.code-workspace + +commit 5e2770db02f7a4a72c8448463f733ef39f75caaf +Author: Lucian I. Last +Date: Wed Oct 19 09:59:00 2022 +0200 + + delete firebase files + +0 5 firebase/.firebaserc +0 69 firebase/.gitignore +0 9 firebase/.prettierrc +0 27 firebase/firebase.json +0 4 firebase/firestore.indexes.json +0 17 firebase/firestore.rules +0 42 firebase/functions/.eslintrc.js +0 11 firebase/functions/.gitignore +0 7911 firebase/functions/package-lock.json +0 33 firebase/functions/package.json +0 563 firebase/functions/src/index.ts +0 194 firebase/functions/src/payments.ts +0 5 firebase/functions/tsconfig.dev.json +0 15 firebase/functions/tsconfig.json + +commit b3407d89358ef5662f6b234280930b3e9bfcb03a +Author: Lucian I. Last +Date: Wed Oct 19 09:46:19 2022 +0200 + + Add root README + +11 0 README.md + +commit 9a00f9b948a77a351d203bbff65ea30111b7dc77 +Author: Lucian I. Last +Date: Wed Oct 19 09:17:57 2022 +0200 + + Add donation link + +9 0 frontend/src/components/Navbar.tsx + +commit c39659e4f0a358ae33409b1b5be1fc660214954b +Merge: 00718523 a6009474 +Author: Lucian I. Last +Date: Tue Oct 18 21:33:50 2022 +0200 + + Merge pull request #265 from CollActionteam/root-admin-loops-listing + + Root admin loops listing + +commit 0071852348d7f6f14f5cb4b5087e319a97dfec46 +Merge: bd426994 56ef140e +Author: Lucian I. Last +Date: Tue Oct 18 21:31:15 2022 +0200 + + Merge pull request #264 from CollActionteam/l10n_main + + New Crowdin updates + +commit a6009474a78eec31cba5d5fa404284bc22aa6e75 +Author: Lucian I. Last +Date: Tue Oct 18 21:30:19 2022 +0200 + + show view button for root admin + +1 1 frontend/src/pages/ChainsList.tsx + +commit f70294285098eb515c8e1a12fd8d6674064418e6 +Author: Lucian I. Last +Date: Tue Oct 18 21:29:37 2022 +0200 + + Remove disabled if not chainAdmin + +0 2 frontend/src/pages/ChainMemberList.tsx + +commit a36b33fe3885971e7d9e573d7b8bdafc5cb1dea1 +Author: Lucian I. Last +Date: Tue Oct 18 21:29:04 2022 +0200 + + Fix expected response of user type + +1 1 frontend/src/api/types.ts +2 2 frontend/src/components/ChainParticipantsTable.tsx +2 2 frontend/src/components/Navbar.tsx +9 4 frontend/src/pages/ChainsList.tsx +4 4 frontend/src/pages/FindChain.tsx +1 1 frontend/src/pages/UserEdit.tsx + +commit 56ef140eb72ce3bef38b3e2a4372ae7f8ce9e4bd +Merge: 8b49381c bd426994 +Author: Lucian I. Last +Date: Tue Oct 18 20:55:31 2022 +0200 + + Merge branch 'main' into l10n_main + +commit bd4269940c5a4dfcabb8988bf113ef3e6c64d049 +Author: Lucian I. Last +Date: Tue Oct 18 19:32:27 2022 +0200 + + Use main for acceptance deployments + +1 1 .github/workflows/deploy-acceptance-v2.yml +1 3 .github/workflows/lint-v2.yml + +commit 7f2f2c1f082ac1afa66cba2610eaf2937181f7ae +Merge: 0f48aab8 9a2b8264 +Author: Lucian I. Last +Date: Tue Oct 18 19:26:25 2022 +0200 + + Merge commit '9a2b826494f0ec12185a544b2e85dab720df2d5b' + +commit 9a2b826494f0ec12185a544b2e85dab720df2d5b +Author: Lucian I. Last +Date: Tue Oct 18 19:25:53 2022 +0200 + + Fix migration readme + +6 5 server/cmd/firebase-migrate/README.md + +commit 2f11c776e7e00897b1ee2a274630318463919844 +Author: Lucian I. Last +Date: Tue Oct 18 19:25:17 2022 +0200 + + Changes as it was during first migration + +20 5 server/cmd/firebase-migrate/local/fromfireauth.go +32 8 server/cmd/firebase-migrate/local/fromfirestore.go +25 21 server/cmd/firebase-migrate/main.go + +commit 8b49381c444fafc93c0d959f4d996f561f5f462a +Author: Tim Stokman <41363+timstokman@users.noreply.github.com> +Date: Tue Oct 18 10:59:28 2022 +0000 + + New translations translation.json (Dutch) + +1 0 frontend/public/locales/nl/translation.json + +commit 0f48aab8819c9dbc29d9d8cef37540de7644f6fa +Merge: 3573b2b8 2bd64ee4 +Author: Lucian I. Last +Date: Tue Oct 18 12:56:56 2022 +0200 + + Merge pull request #263 from CollActionteam/golang + + Golang Server + +commit 2bd64ee42bf776037aa00b57f00318ca981b526e +Merge: d1277a71 3573b2b8 +Author: Lucian I. Last +Date: Tue Oct 18 12:48:24 2022 +0200 + + Merge branch 'main' into golang + +commit d1277a71241a0ad52d635fd347fc19c8a3a63e1b +Author: Lucian I. Last +Date: Tue Oct 18 10:47:22 2022 +0200 + + Production api url without host + +1 1 frontend/.env-example +1 1 frontend/.env-production + +commit 3a923a866ecd77ab2ac43e74f970bd668c198e81 +Author: Lucian I. Last +Date: Tue Oct 18 10:38:46 2022 +0200 + + Test acceptance api url without host + +1 1 frontend/.env-acceptance + +commit 42a50e6f0567a427db61dca442e6c3da995c90ec +Author: Lucian I. Last +Date: Tue Oct 18 10:17:05 2022 +0200 + + fix typo + +1 1 devops/templates/maint/index.html + +commit 4654e5090ea1a91990596aea82d40d0e3cb94bec +Author: Lucian I. Last +Date: Tue Oct 18 10:15:32 2022 +0200 + + Add maintenance + +1 0 devops/.gitignore +11 0 devops/maint-start.yml +14 0 devops/maint-stop.yml +28 0 devops/setup-2-caddy.yml +10 0 devops/templates/Caddyfile.maint +3 0 devops/templates/maint/build.sh +56 0 devops/templates/maint/index.html +- - devops/templates/maint/logo.webp +29 0 devops/templates/maint/tailwind.config.js + +commit 8272d7f2312442b347846f9c2de4708b51870aae +Author: Lucian I. Last +Date: Mon Oct 17 14:18:38 2022 +0200 + + New chain set to published + +1 1 server/local/controllers/login.go + +commit 2dc84979e0ea919c057a81002465d6202d5eed31 +Author: Lucian I. Last +Date: Mon Oct 17 13:37:45 2022 +0200 + + Fix users.last_signed_in_at column + +12 6 server/cmd/firebase-migrate/local/fromfireauth.go +16 0 server/cmd/firebase-migrate/local/fromunix.go +26 0 server/cmd/firebase-migrate/local/fromunix_test.go +12 0 server/local/app/auth/token.go +1 1 server/local/models/user.go + +commit 070544492ce085f21c232e1b73759d2df7025ad8 +Author: Lucian I. Last +Date: Mon Oct 17 13:36:30 2022 +0200 + + fix firebase-migrate make command + +1 1 server/Makefile + +commit 075ffc8dc0ee8bab9b2e01d4a44e8dcdcafd97d4 +Author: Lucian I. Last +Date: Mon Oct 17 11:10:52 2022 +0200 + + Set deletion of chains to soft + +64 57 frontend/src/pages/ChainsList.tsx +1 1 server/local/app/auth/auth.go +2 1 server/local/controllers/chain.go +1 1 server/local/controllers/info.go +1 1 server/local/controllers/login.go +1 1 server/local/controllers/users.go +1 0 server/local/models/chain.go + +commit ea289594e7bf078ed8da846c51d1ff146af1dac1 +Author: Lucian I. Last +Date: Mon Oct 17 09:12:12 2022 +0200 + + Revert info statistics to static values + +8 20 frontend/src/components/Counters/Counters.tsx + +commit f227cb3db243aa732d099372b250cce20cbc1ab1 +Author: Lucian I. Last +Date: Mon Oct 17 09:03:31 2022 +0200 + + Change back to "Swap dont shop" in NL i18n + +1 1 frontend/public/locales/nl/translation.json + +commit d1f56ef4e166458e4a196600de3856e3a8b85cf9 +Merge: cf623bf3 7c7eb895 +Author: Lucian I. Last +Date: Thu Oct 13 18:07:38 2022 +0200 + + Merge pull request #262 from CollActionteam/v2/create-migration-tool + + V2/create migration tool + +commit 7c7eb895d18cbad2edfd7b380519932dedfa1941 +Author: Lucian I. Last +Date: Thu Oct 13 18:01:51 2022 +0200 + + Add tldr + +22 0 server/cmd/firebase-migrate/README.md + +commit c8641c7688d694c82876e4cb94eef24c8651ceb5 +Author: Lucian I. Last +Date: Thu Oct 13 17:43:04 2022 +0200 + + Lint & Ignore credentials.json + +1 1 server/.editorconfig +2 1 server/.gitignore +1 1 server/Makefile + +commit 6da4a2ad8a9488ce8326cb8f483b943d533c7100 +Author: Lucian I. Last +Date: Thu Oct 13 17:17:59 2022 +0200 + + Add gitignore for json files + +5 1 server/.gitignore + +commit a63fe6ffa3b7b942f49c3b53efe181b048acc0b3 +Author: Lucian I. Last +Date: Thu Oct 13 17:16:39 2022 +0200 + + Complete firebase migrate tool + +2 2 server/cmd/firebase-migrate/local/fromfireauth.go +1 1 server/cmd/firebase-migrate/local/fromfirestore.go +206 71 server/cmd/firebase-migrate/main.go +4 3 server/local/app/mail.go +1 1 server/local/models/mail.go + +commit 7cdecd2471ef1cc6f12d44f75132ce4ce5d5feac +Author: Lucian I. Last +Date: Wed Oct 12 17:18:01 2022 +0200 + + Working import of newsletters and payments + +90 0 server/cmd/firebase-migrate/local/fromfireauth.go +6 5 server/cmd/firebase-migrate/local/fromfirestore.go +59 36 server/cmd/firebase-migrate/main.go +2 1 server/local/controllers/payments.go +3 2 server/local/models/chain.go +2 1 server/local/models/mail.go +3 2 server/local/models/payment.go +17 15 server/local/models/user.go + +commit 868f844f8e9f741e8e9b7786ab79b5fdd22eb311 +Author: Lucian I. Last +Date: Wed Oct 12 14:23:35 2022 +0200 + + get from firestore + +83 0 server/cmd/firebase-migrate/README.md +266 0 server/cmd/firebase-migrate/local/fromfirestore.go +73 195 server/cmd/firebase-migrate/main.go +3 0 server/go.mod +6 0 server/go.sum + +commit af4b7988b278061b188719abe67b9ba0b72b2fe4 +Author: Lucian I. Last +Date: Tue Oct 11 21:05:27 2022 +0200 + + Add FID for Firebase export + +1 0 server/local/models/chain.go +1 0 server/local/models/mail.go +2 1 server/local/models/payment.go +1 0 server/local/models/user.go + +commit 3573b2b837a7e7a81c4bd76cd8f83b6e8c15e951 +Author: Lucian I. Last +Date: Tue Oct 11 16:40:57 2022 +0200 + + Change back to "Swap dont shop" in NL i18n + +1 1 frontend/public/locales/nl/translation.json + +commit cf623bf3ffa3c2393e355cdfc5a3ddce4f4d719f +Merge: d9a53892 b863f126 +Author: Lucian I. Last +Date: Mon Oct 10 15:31:51 2022 +0200 + + Merge branch 'faster-builds' into golang + +commit b863f126329ed39c31e75e16700ebaa2e0a4f2ff +Author: Lucian I. Last +Date: Mon Oct 10 15:23:34 2022 +0200 + + Fix typo and Use rsync more + +3 2 .github/workflows/deploy-acceptance-v2.yml +3 2 .github/workflows/deploy-production-v2.yml + +commit 1fb5de1f52fbfe4d0f605bbe707301f8a6b558ca +Author: Lucian I. Last +Date: Mon Oct 10 15:05:01 2022 +0200 + + Fix production caddy config + +1 2 devops/templates/Caddyfile + +commit c8d12e39cb840723fc4406cd8531cfe3e7f15089 +Author: Lucian I. Last +Date: Mon Oct 10 15:04:46 2022 +0200 + + Use rsync more + +5 6 .github/workflows/deploy-acceptance-v2.yml +5 6 .github/workflows/deploy-production-v2.yml +1 1 devops/setup-2-caddy.yml + +commit d9a53892ea49ec639e5123ba6145fb23cc6c21ca +Merge: db130645 8d0d16dd +Author: Lucian I. Last +Date: Mon Oct 10 13:24:49 2022 +0200 + + Merge branch 'v2/show-language-switcher' into golang + +commit 7c029e1ddf7670f7f99ee2d4a129b4d32bd6131b +Merge: 52907f46 05257348 +Author: Lucian I. Last +Date: Mon Oct 10 13:16:17 2022 +0200 + + Merge pull request #261 from CollActionteam/show-language-switcher + + Show language switcher + +commit 052573480056e640a893de3790323ebc71e6802c +Author: Lucian I. Last +Date: Mon Oct 10 12:44:22 2022 +0200 + + lint faq + +59 59 frontend/public/locales/en/faq.json +59 59 frontend/public/locales/nl/faq.json + +commit 2f5b5391e7badadac9a1b5a1b67cec9366c39a98 +Author: Lucian I. Last +Date: Mon Oct 10 11:45:51 2022 +0200 + + Remove duplitate imports + +0 4 frontend/src/components/LanguageSwitcher.tsx + +commit a3a35083c6d6ffd29ff5531364f79e2b627ac395 +Author: Lucian I. Last +Date: Mon Oct 10 10:54:00 2022 +0200 + + Change i18n dropdown to only show other options + +0 9 frontend/src/App.css +24 8 frontend/src/components/LanguageSwitcher.tsx +0 5 frontend/src/util/theme.ts + +commit 8d0d16dd7b10e0b5a396e948ed29b843cbae1b01 +Author: Lucian I. Last +Date: Mon Oct 10 10:48:37 2022 +0200 + + Change i18n dropdown to only show other options + +0 9 frontend/src/App.css +12 5 frontend/src/components/LanguageSwitcher.tsx +0 5 frontend/src/util/theme.ts + +commit 08c577bac8b19591c242eebc1f0182526cdd40f1 +Merge: 9d1f4552 a733c007 +Author: Lucian I. Last +Date: Thu Oct 6 17:22:38 2022 +0200 + + Merge commit 'a733c0077dfc1f495f075e751dcca2d138208646' into faster-builds + +commit 9d1f4552ee82b79621eab984906c5990c68ee074 +Author: Lucian I. Last +Date: Thu Oct 6 17:18:46 2022 +0200 + + Copy to production deployment + +24 29 .github/workflows/deploy-production-v2.yml + +commit 5b8e97e9bd5aef153bcfaa1aecf510990a6ccf96 +Author: Lucian I. Last +Date: Thu Oct 6 17:08:33 2022 +0200 + + Fix rsync and other typos + +5 5 .github/workflows/deploy-acceptance-v2.yml + +commit 2c4bfeac20f3ba48891d2a081fa1a0fb3a323f56 +Author: Lucian I. Last +Date: Thu Oct 6 16:50:23 2022 +0200 + + Move to shimataro/ssh-key-action + +24 29 .github/workflows/deploy-acceptance-v2.yml + +commit db13064503a514a71acb8d4012eca8381ae9fca2 +Author: Lucian I. Last +Date: Thu Oct 6 14:01:32 2022 +0200 + + Run on creation of release + +2 3 .github/workflows/deploy-production-v2.yml + +commit 17a29fb67816d2337436761ebd76dae329748dc9 +Author: Lucian I. Last +Date: Thu Oct 6 14:03:39 2022 +0200 + + Add production deployment v2 + +67 0 .github/workflows/deploy-production-v2.yml + +commit 52907f460a0fef1c92f48b9909dc0ff6ab572846 +Author: Lucian I. Last +Date: Thu Oct 6 14:01:32 2022 +0200 + + Run on creation of release + +2 3 .github/workflows/deploy-production-v2.yml + +commit 77ca0d878b11e5b49050e812352712b0c246f6f2 +Author: Lucian I. Last +Date: Thu Oct 6 13:52:54 2022 +0200 + + Add production deployment v2 + +2 0 .github/workflows/deploy-acceptance-v2.yml +67 0 .github/workflows/deploy-production-v2.yml + +commit a733c0077dfc1f495f075e751dcca2d138208646 +Author: Lucian I. Last +Date: Thu Oct 6 13:30:25 2022 +0200 + + enable production caddy config + +10 5 devops/templates/Caddyfile + +commit a3085ec06b1912fe44b66516a118d3deb9316bc4 +Author: Lucian I. Last +Date: Thu Oct 6 11:49:55 2022 +0200 + + Add phpmyadmin to website + +27 0 devops/setup-6-phpmyadmin.yml +12 0 devops/templates/Caddyfile + +commit b260afa25ae74491907825e8cbb970819b067fa9 +Merge: b977b399 1c02449e +Author: Lucian I. Last +Date: Wed Oct 5 12:44:52 2022 +0200 + + Merge commit '1c02449eaba46f9d47d2ef3902e1558591f008ab' into v2/show-language-switcher + +commit 1c02449eaba46f9d47d2ef3902e1558591f008ab +Author: Lucian I. Last +Date: Wed Oct 5 12:44:28 2022 +0200 + + Remove Guilia and Mirjam from about page + +- - frontend/src/images/Team-pics.jpg + +commit 715e2631c83e77e0a9d227b198517a67cdecaae5 +Author: Lucian I. Last +Date: Wed Oct 5 12:17:33 2022 +0200 + + Fix testimonials err + +3 1 frontend/src/components/Testimonials.tsx + +commit b977b3997dd5ccedf0d18eeb30e4aef5ce1d4564 +Author: Lucian I. Last +Date: Wed Oct 5 12:16:25 2022 +0200 + + Fix testimonials err + +3 1 frontend/src/components/Testimonials.tsx + +commit 0c197193bf144828f924626113cf5622b1640958 +Author: Lucian I. Last +Date: Wed Oct 5 12:08:40 2022 +0200 + + Lint json + +5 5 frontend/public/locales/en/about.json +27 27 frontend/public/locales/en/testimonials.json +5 5 frontend/public/locales/nl/about.json +27 27 frontend/public/locales/nl/testimonials.json + +commit e0489044ea4d0a792cecec29272492ce5d74bbc0 +Author: Lucian I. Last +Date: Wed Oct 5 11:51:53 2022 +0200 + + lint + +14 0 frontend/.editorconfig +5 5 frontend/public/locales/en/about.json +27 27 frontend/public/locales/en/testimonials.json +5 5 frontend/public/locales/nl/about.json +27 27 frontend/public/locales/nl/testimonials.json + +commit b11c2c9ec9a0c952b0f3ac2fccc847b4caaf2762 +Merge: 879a6829 4433b1a1 +Author: Lucian I. Last +Date: Wed Oct 5 11:41:27 2022 +0200 + + Merge branch 'show-language-switcher' into v2/show-language-switcher + +commit 4433b1a1eb4c4037a370362461ad8053671bce5a +Author: Lucian I. Last +Date: Wed Oct 5 11:31:30 2022 +0200 + + Add translation changes from Google Docs + + file: Vertaling Clothing Loop + +3 3 frontend/public/locales/en/about.json +29 0 frontend/public/locales/en/testimonials.json +32 31 frontend/public/locales/en/translation.json +3 3 frontend/public/locales/nl/about.json +29 0 frontend/public/locales/nl/testimonials.json +49 48 frontend/public/locales/nl/translation.json +10 37 frontend/src/components/Testimonials.tsx +3 6 frontend/src/pages/NewChainSignup.tsx + +commit 879e6b6a31f3f5337eddaf95f03967c58bceeecc +Author: Lucian I. Last +Date: Tue Oct 4 11:38:50 2022 +0200 + + Show language switcher + +1 1 frontend/src/components/Navbar.tsx + +commit 879a68290f12b8df9bb67e12fdfd7e847e3cbefd +Author: Lucian I. Last +Date: Tue Oct 4 09:52:21 2022 +0200 + + Update documentation + +14 47 frontend/README.md +8 34 server/README.md +0 24 server/notes.md + +commit ff843991e3f8387aa358e799750ffbeb43bb0589 +Author: Lucian I. Last +Date: Tue Oct 4 08:52:47 2022 +0200 + + Change sum to count in IsPartOfChain + +4 4 server/local/models/user.go + +commit 05595b428996b87b1fa97f4b5737d4bb5b1c03db +Author: Lucian I. Last +Date: Tue Oct 4 08:51:05 2022 +0200 + + Total users & chains from live data + +10 0 frontend/src/api/info.ts +21 5 frontend/src/components/Counters/Counters.tsx +39 0 server/local/controllers/info.go +3 0 server/local/server.go + +commit 9a80e01a7c81456571213ce9c4fb8b90f04ff2ca +Author: Lucian I. Last +Date: Sun Oct 2 14:31:12 2022 +0200 + + Fix donations + +0 2 frontend/src/components/Donation/Donation.module.css +0 152 frontend/src/components/Donation/Donation.module.scss +75 55 frontend/src/components/Donation/DonationForm.tsx +1 1 server/Makefile +17 89 server/local/controllers/payments.go + +commit 8994fa25dca43651bde1dac500d70aeaeea7ee80 +Author: Lucian I. Last +Date: Thu Sep 29 16:22:49 2022 +0200 + + Fix config creation & only allow production email to be sent + +4 0 devops/group_vars/all.yml.example +5 1 devops/setup-4-api.yml +3 3 devops/templates/config.yml.j2 +4 0 server/local/app/mail.go + +commit ce583732ffb72c620db71d85bb32e7fa2df79a85 +Author: Lucian I. Last +Date: Thu Sep 29 12:14:32 2022 +0200 + + Use async for payment & Move price keys to env + +4 1 frontend/.env-acceptance +3 0 frontend/.env-example +3 0 frontend/.env-production +3 5 frontend/src/api/payment.ts +31 21 frontend/src/components/Donation/DonationForm.tsx + +commit 9aed28b7dd5b9cfe3aea1023a21ad8ef3c76f623 +Author: Lucian I. Last +Date: Thu Sep 29 09:56:51 2022 +0200 + + Keep variables in one place + +0 1 devops/.gitignore +8 0 devops/group_vars/all.yml.example +25 3 devops/setup-4-api.yml +23 0 devops/templates/config.yml.j2 + +commit 5ab2d837772c532d25d2108299f97a1408f91f0e +Author: Lucian I. Last +Date: Wed Sep 28 16:07:40 2022 +0200 + + Multi chain + +15 30 frontend/src/components/AdminControlsNav/AdminControlsNav.tsx +9 4 frontend/src/components/ChainDetailsForm.tsx +9 8 frontend/src/pages/ChainEdit.tsx +6 14 frontend/src/pages/ChainMemberList.tsx +15 6 frontend/src/pages/UserEdit.tsx + +commit 12630b56711452b7efd904f55f31c436a12888da +Author: Lucian I. Last +Date: Wed Sep 28 15:01:30 2022 +0200 + + Fix chain list + +65 16 frontend/src/pages/ChainMemberList.tsx +77 83 frontend/src/pages/ChainsList.tsx + +commit df06f306de3b7a1f78fe6e62d1ed4bcc6c923991 +Author: Lucian I. Last +Date: Wed Sep 28 14:14:46 2022 +0200 + + Replace dot-active and inactive with colored icon + +0 18 frontend/src/App.css +7 2 frontend/src/pages/ChainsList.tsx + +commit c6e8ddf53e944e33b1ca8bcf06d0ec991ae30a80 +Author: Lucian I. Last +Date: Wed Sep 28 14:02:50 2022 +0200 + + Fix ChainDataExport + +25 6 frontend/src/components/DataExport.tsx + +commit 21a41bc05abb8fd7fa537c2956454dbbc88c1ef4 +Author: Lucian I. Last +Date: Wed Sep 28 14:02:38 2022 +0200 + + Fix UserData export + +24 6 frontend/src/components/DataExport.tsx + +commit 2e8164f38723993420084f00e6a9f90f48017af7 +Author: Lucian I. Last +Date: Mon Sep 26 21:34:42 2022 +0200 + + Add redirect after submit add chain admin + +9 3 frontend/src/pages/AddChainAdmin.tsx + +commit bd22e006355cfc691f3803178fbb744429ca5e77 +Author: Lucian I. Last +Date: Mon Sep 26 21:19:39 2022 +0200 + + Fix add co-host + +13 3 frontend/src/pages/AddChainAdmin.tsx +37 38 server/local/controllers/chain.go + +commit e94d7817e4bb672ecb4f1216db13a3f97744e661 +Author: Lucian I. Last +Date: Mon Sep 26 17:26:40 2022 +0200 + + More fixes + +2 2 frontend/src/App.tsx +1 1 frontend/src/components/AuthProvider.tsx +22 29 frontend/src/pages/AddChainAdmin.tsx +1 1 frontend/src/pages/ChainMemberList.tsx +1 2 frontend/src/pages/NewChainSignup.tsx +1 2 frontend/src/pages/Signup.tsx +42 47 frontend/src/pages/UserEdit.tsx +1 0 frontend/src/util/phoneRegExp.ts +8 6 server/local/controllers/users.go + +commit 3bfd03415e155449f8409859cccf3d1ab0dad578 +Author: Lucian I. Last +Date: Mon Sep 26 15:20:41 2022 +0200 + + Fix participants table + +1 0 frontend/public/locales/en/translation.json +1 0 frontend/public/locales/nl/translation.json +38 22 frontend/src/components/ChainParticipantsTable.tsx +10 25 frontend/src/pages/ChainMemberList.tsx + +commit 5c693601fc2ae46dc27201bdc69e8daeafc7bbfc +Author: Lucian I. Last +Date: Mon Sep 26 13:32:17 2022 +0200 + + Fix invisible controls + +14 13 frontend/src/pages/ChainMemberList.tsx +37 29 server/local/controllers/chain.go + +commit c91a6df98dff683f31bc1a04b0319c66321e7cbe +Author: Lucian I. Last +Date: Thu Sep 22 15:04:06 2022 +0200 + + Fix gender resp from chain get + +1 1 server/local/controllers/chain.go + +commit bf8181c9c6fd22bf3a19ff0b93bc1f1bd3a74c90 +Author: Lucian I. Last +Date: Thu Sep 22 12:33:15 2022 +0200 + + Add name to newsletter + +6 1 frontend/src/api/contact.ts +1 1 frontend/src/components/Newsletter/Newsletter.tsx +2 1 server/local/controllers/contact.go + +commit 42cacf0ce3d6aafb072aceeb0bf0848bcf380584 +Author: Lucian I. Last +Date: Thu Sep 22 12:08:02 2022 +0200 + + Remove unnecessary true value from react props + +3 3 frontend/src/components/ChainDetailsForm.tsx +3 5 frontend/src/components/FormFields.tsx +1 1 frontend/src/components/formActions.tsx +1 1 frontend/src/pages/Contacts.tsx +3 3 frontend/src/pages/FindChain.tsx +1 1 frontend/src/pages/UserEdit.tsx + +commit f84b77aafc83b038f68a0d77a4f834209f460356 +Author: Lucian I. Last +Date: Wed Sep 21 15:44:38 2022 +0200 + + Fix frontend api calls + +1 1 frontend/.env-acceptance +1 1 frontend/.env-production + +commit 8e6d028406cfa8258dabab4c735c2bda6c88b3a9 +Author: Lucian I. Last +Date: Wed Sep 21 15:34:43 2022 +0200 + + Remove e.message as this came from firebase + +1 1 frontend/src/pages/ChainMemberList.tsx +1 1 frontend/src/pages/Contacts.tsx +2 2 frontend/src/pages/NewChainLocation.tsx +1 1 frontend/src/pages/Signup.tsx +1 1 frontend/src/pages/UserEdit.tsx + +commit 0f9549504365158d69af89e7171b815c6402438c +Author: Lucian I. Last +Date: Wed Sep 21 15:24:18 2022 +0200 + + Fix error message handling + +1 1 frontend/src/pages/ChainMemberList.tsx +1 1 frontend/src/pages/Contacts.tsx +2 2 frontend/src/pages/Login.tsx +3 3 frontend/src/pages/NewChainLocation.tsx +0 2 frontend/src/pages/NewChainSignup.tsx +1 1 frontend/src/pages/UserEdit.tsx + +commit e4256e9f494e8e30e2caaebbb1f7bbcac0efca11 +Author: Lucian I. Last +Date: Wed Sep 21 15:11:55 2022 +0200 + + Show error on signup failed + +2 2 frontend/src/pages/Signup.tsx + +commit bdf1b11b832d5117731096c7f7e8692a1e2bd1ba +Author: Lucian I. Last +Date: Wed Sep 21 14:54:20 2022 +0200 + + Response to stringified error + +6 5 server/local/app/auth/auth.go +10 0 server/local/app/gin_utils/ginabort.go +2 1 server/local/app/mail.go +24 23 server/local/controllers/chain.go +3 2 server/local/controllers/contact.go +18 17 server/local/controllers/login.go +11 10 server/local/controllers/payments.go +16 15 server/local/controllers/users.go + +commit 6f81fe7634c6967a0e84178dbae731bad4a82ffc +Author: Lucian I. Last +Date: Wed Sep 21 12:50:03 2022 +0200 + + Update all dependencies + +8 8 server/go.mod +16 15 server/go.sum + +commit 862ab70fd9a60693181f6e582879b791f28d2213 +Author: Lucian I. Last +Date: Wed Sep 21 12:49:44 2022 +0200 + + Remove go-boom dependency + +0 1 server/go.mod +0 2 server/go.sum +8 6 server/local/app/auth/auth.go +3 2 server/local/app/mail.go +26 26 server/local/controllers/chain.go +4 3 server/local/controllers/contact.go +18 18 server/local/controllers/login.go +11 11 server/local/controllers/payments.go +17 16 server/local/controllers/users.go +3 0 server/local/models/chain.go +1 1 server/local/models/gender.go +1 1 server/local/models/size.go +3 0 server/local/models/user.go +4 0 server/staticcheck.conf + +commit dc7ddf2b03b36cad8a56e74d8ef70eea978c512b +Author: Lucian I. Last +Date: Wed Sep 21 11:07:46 2022 +0200 + + Fix newsletter on signup + +15 1 server/local/app/auth/token.go +3 2 server/local/controllers/contact.go +23 3 server/local/controllers/login.go +1 0 server/local/models/newsletter.go +1 1 server/local/views/email.go + +commit 3d2c6f56cf24ba7f2f1116b0c56b68c63177fa2a +Author: Lucian I. Last +Date: Wed Sep 21 09:06:03 2022 +0200 + + Fix basic user signup + +19 12 frontend/src/pages/Signup.tsx + +commit 6da9ba0c84b5a7c1a3c3b4474133354fa1cbc2f2 +Author: Lucian I. Last +Date: Tue Sep 20 17:42:31 2022 +0200 + + Auto redirect to home page on logout + +7 0 frontend/src/pages/Logout.tsx +3 0 frontend/src/util/sleep.ts + +commit b95137235b646dc08059058ad702c704f8f3f438 +Author: Lucian I. Last +Date: Tue Sep 20 17:38:10 2022 +0200 + + Fix re-authentication on refresh + +10 3 frontend/src/components/AuthProvider.tsx + +commit b0407e36a6198f816b2ebd05ebf6b319e335b363 +Author: Lucian I. Last +Date: Tue Sep 20 17:37:31 2022 +0200 + + Change Toolkit to link that opens in a new tab + +5 4 frontend/src/components/Navbar.tsx + +commit 172952093fa7eb3be9a839d9e7b59bf0191f1881 +Author: Lucian I. Last +Date: Tue Sep 20 16:52:33 2022 +0200 + + Fix register basic user + +3 3 frontend/src/pages/Signup.tsx + +commit dfaa590db61941104b250a2a181034f2455088f8 +Author: Lucian I. Last +Date: Tue Sep 20 16:34:26 2022 +0200 + + Fix register admin user & Use enum Size and Gender + +4 3 frontend/src/api/login.ts +13 14 frontend/src/components/CategoriesDropdown.tsx +13 12 frontend/src/components/ChainDetailsForm.tsx +19 28 frontend/src/components/SizesDropdown.tsx +1 1 frontend/src/pages/NewChainLocation.tsx +21 20 frontend/src/pages/NewChainSignup.tsx +5 5 frontend/src/pages/Signup.tsx +1 1 frontend/src/pages/UserEdit.tsx +20 6 frontend/src/util/categories.ts + +commit 7e6c096f409365286b83efe446b7c9e60907279c +Author: Lucian I. Last +Date: Tue Sep 20 10:11:02 2022 +0200 + + Fix logout + +1 1 frontend/src/api/user.ts +3 0 frontend/src/components/AuthProvider.tsx + +commit 38c56f6e80f6e1c5f44fbcf18c8a86e8c58f4dff +Author: Lucian I. Last +Date: Tue Sep 20 10:10:49 2022 +0200 + + Remove TestConfigWithProductionEnv + +1 6 server/local/app/config_test.go + +commit fe5ffcd3987fe9406346a66bcc65b5ab98e13e08 +Author: Lucian I. Last +Date: Tue Sep 20 10:10:24 2022 +0200 + + Fix login basic user + +1 1 frontend/src/api/login.ts +1 0 frontend/src/pages/Login.tsx +3 3 server/local/controllers/login.go + +commit ab63830d4037fbaa3b8e052faf95ae70f9f44577 +Author: Lucian I. Last +Date: Tue Sep 20 09:27:24 2022 +0200 + + Fix log fatal + +1 1 server/local/server.go + +commit 26bf08265984c080c52dbf6e5a0eb16a8ef948a5 +Author: Lucian I. Last +Date: Tue Sep 20 09:26:58 2022 +0200 + + Fix auth token + +24 6 server/local/app/auth/token.go +4 1 server/local/app/auth/token_test.go + +commit 7d06f3277618d2c7d0a8026d82a2bb96144251fe +Author: Lucian I. Last +Date: Mon Sep 19 16:52:28 2022 +0200 + + Test basic user login + +22 2 frontend/src/api/enums.ts +4 3 frontend/src/api/login.ts +4 4 frontend/src/components/ChainParticipantsTable.tsx +6 1 frontend/src/components/FormFields.tsx +3 1 frontend/src/components/SizesDropdown.tsx +7 3 frontend/src/pages/ChainMemberList.tsx +3 3 frontend/src/pages/FindChain.tsx +11 1 frontend/src/pages/NewChainLocation.tsx +2 0 frontend/src/pages/NewChainSignup.tsx +19 10 frontend/src/pages/Signup.tsx +14 21 server/local/controllers/login.go +9 0 server/local/controllers/users.go + +commit 1ac379259829e78f6fdc96762f166ac77c5ab7dc +Author: Lucian I. Last +Date: Mon Sep 19 13:11:38 2022 +0200 + + Remove unnecessary firebase dependency + +42 1077 frontend/package-lock.json +0 1 frontend/package.json + +commit 5f494cdf6966c84ccf91b51b08807b07c37e9b32 +Author: Lucian I. Last +Date: Mon Sep 19 13:09:21 2022 +0200 + + wrap try catch around chain get in signup + +4 6 frontend/src/pages/Signup.tsx + +commit e260c9a91a5217b4f671628f5a1d4429f469f6af +Author: Lucian I. Last +Date: Mon Sep 19 13:08:09 2022 +0200 + + Move from a body to query for get chain + +2 4 frontend/src/api/chain.ts +0 2 frontend/src/components/AdminControlsNav/AdminControlsNav.tsx +15 22 server/local/controllers/chain.go + +commit 496efdc109329d05936ff77918da9a07a0f2830f +Author: Lucian I. Last +Date: Mon Sep 19 13:04:54 2022 +0200 + + Change Test prefix to Fake + +2 2 server/local/tests/mocks/mock-tables.go + +commit 0d12fc1b5f8138595c20f047f96e7c0055cfa36c +Author: Lucian I. Last +Date: Mon Sep 19 09:47:52 2022 +0200 + + Revert "Add option to close loop to new members (#245)" + + This reverts commit 1ac856894c6361793cd0293753d86e716de4700f. + +0 15 firebase/functions/src/index.ts +1 8 frontend/public/locales/en/translation.json +1 8 frontend/public/locales/nl/translation.json +0 1 frontend/src/components/DataExport.tsx +2 3 frontend/src/components/Popover.tsx +3 1 frontend/src/pages/ChainEdit.tsx +20 64 frontend/src/pages/ChainMemberList.tsx +25 30 frontend/src/pages/FindChain.tsx +0 4 frontend/src/util/theme.ts + +commit 12461678156bd51e9d1df3b81a7aa6b34a7c75d0 +Author: Lucian I. Last +Date: Wed Sep 14 21:59:07 2022 +0200 + + Move api subdomain to /api/ reverse proxy + +18 15 devops/templates/Caddyfile +1 1 frontend/.env-example +7 7 frontend/src/api/chain.ts +2 2 frontend/src/api/contact.ts +4 4 frontend/src/api/login.ts +1 1 frontend/src/api/payment.ts +5 5 frontend/src/api/user.ts + +commit d596c3439fc15fdd4ac304cbfdfd4f06a3120dbb +Author: Lucian I. Last +Date: Wed Sep 14 16:30:36 2022 +0200 + + Move to v2 + +26 21 server/local/server.go + +commit 564b0eaa48bc3b445626318030d4ac1149c1c5c4 +Author: Lucian I. Last +Date: Wed Sep 14 14:45:44 2022 +0200 + + Add chmod to fix permissions + +1 0 .github/workflows/deploy-acceptance-v2.yml + +commit 3b1369d397b82456b10b226157be7cab15ca0a3f +Merge: 3d946b14 1ff4162c +Author: Lucian I. Last +Date: Wed Sep 14 14:23:45 2022 +0200 + + Merge branch 'v2/errors-logging' into golang + +commit 3d946b14170364d4d69a0529a7c5f1cdfae8f045 +Author: Lucian I. Last +Date: Wed Sep 14 14:21:49 2022 +0200 + + Remove old js files in frontend + +1 0 .github/workflows/deploy-acceptance-v2.yml + +commit 1ff4162c8dc203eaa20d8b41a9d26cffe434516c +Author: Lucian I. Last +Date: Wed Sep 14 14:17:32 2022 +0200 + + Add log file for acceptance and production + +8 0 devops/setup-4-api.yml +14 1 server/local/server.go + +commit 7ec8bf21997503e393237a7eb0247b1d3538923e +Author: Lucian I. Last +Date: Wed Sep 14 14:16:55 2022 +0200 + + Fix panic on normal stop of server + +1 1 server/cmd/server/main.go + +commit fc33d9bbfa15df95c0bf1e765b72940fcb875076 +Author: Lucian I. Last +Date: Tue Sep 13 13:49:07 2022 +0200 + + Unable to get a stable phpmyadmin installation + +0 1 devops/group_vars/all.yml.example +0 29 devops/setup-2-caddy.yml +0 39 devops/setup-6-phpmyadmin.yml +1 9 devops/templates/Caddyfile +0 160 devops/templates/phpmyadmin.config.php + +commit db28f181c583f34a220cb01169ec7223baa6b499 +Author: Lucian I. Last +Date: Tue Sep 13 13:04:40 2022 +0200 + + Setup phpmyadmin + +1 0 devops/group_vars/all.yml.example +30 1 devops/setup-2-caddy.yml +39 0 devops/setup-6-phpmyadmin.yml +30 1 devops/templates/Caddyfile +160 0 devops/templates/phpmyadmin.config.php + +commit 7be3ef0ba9d9a99d2f4a2fb96a6c7df59feb23d3 +Author: Lucian I. Last +Date: Tue Sep 13 13:03:21 2022 +0200 + + Enable api service + +8 8 devops/setup-4-api.yml + +commit 46a7650e0387e31620ec19778187b69244304b32 +Author: Lucian I. Last +Date: Mon Sep 12 16:47:50 2022 +0200 + + Fix systemctl call + +2 3 .github/workflows/deploy-acceptance-v2.yml + +commit f797cee66671273ea21446f115a3a2fc854ceecb +Author: Lucian I. Last +Date: Mon Sep 12 16:47:50 2022 +0200 + + Fix systemctl call + +2 3 .github/workflows/deploy-acceptance-v2.yml + +commit fe44821cae637a5a4187b4e2a0592e96c7663364 +Author: Lucian I. Last +Date: Mon Sep 12 16:29:29 2022 +0200 + + First remove all files before adding new + +1 0 .github/workflows/deploy-acceptance-v2.yml + +commit 8575ddd91ff1d5ffb8a82730949b161eed7d75f7 +Author: Lucian I. Last +Date: Mon Sep 12 16:29:29 2022 +0200 + + First remove all files before adding new + +1 0 .github/workflows/deploy-acceptance-v2.yml + +commit 83251733da32b039016cac755a110fddc29773fd +Author: Lucian I. Last +Date: Mon Sep 12 16:26:08 2022 +0200 + + Fix api calls location + +2 2 frontend/.env-acceptance +1 1 frontend/.env-example +2 2 frontend/.env-production +1 1 frontend/src/pages/Login.tsx + +commit c3f700a8756b5982bc31c9caa7f6b0ea03292877 +Author: Lucian I. Last +Date: Mon Sep 12 16:13:13 2022 +0200 + + Fix deployment issues + +3 4 .github/workflows/deploy-acceptance-v2.yml + +commit 3d6904f73a2c73eb1397a6c2fdd58e2148760444 +Author: Lucian I. Last +Date: Mon Sep 12 16:13:13 2022 +0200 + + Fix deployment issues + +3 4 .github/workflows/deploy-acceptance-v2.yml + +commit 0672c606749b76dc946e3d67398eaf5cac3eadeb +Author: Lucian I. Last +Date: Mon Sep 12 16:11:38 2022 +0200 + + Fix caddy + +1 1 devops/templates/Caddyfile + +commit 170953ad0530d13f7b435e093d8927e5744f43a3 +Merge: f682a392 0c322e8d +Author: Lucian I. Last +Date: Mon Sep 12 15:54:16 2022 +0200 + + Merge branch 'v2/fix-cd' into golang + +commit b81993a2102f2a00783a4213f2629b82169d5b2f +Author: Lucian I. Last +Date: Mon Sep 12 15:50:13 2022 +0200 + + Fix pipeline issues + +2 2 .github/workflows/deploy-acceptance-v2.yml + +commit 0c322e8da62a8a0aa721758c05a8b7ba3166f64a +Author: Lucian I. Last +Date: Mon Sep 12 15:49:04 2022 +0200 + + Fix tar issue + +1 1 .github/workflows/deploy-acceptance-v2.yml + +commit 805cede954621e90fb7fbb88fe1a41390d88faef +Author: Lucian I. Last +Date: Mon Sep 12 15:41:05 2022 +0200 + + Fix typo + +1 1 .github/workflows/deploy-acceptance-v2.yml + +commit f682a3922cc5a2c7f92d99f9cef2653b48f8443a +Merge: c6d4eb32 738492c5 +Author: Lucian I. Last +Date: Mon Sep 12 15:37:41 2022 +0200 + + Merge pull request #260 from CollActionteam/v2/fix-cd + + V2/fix cd + +commit 670c5d1c9fdea97b98919cdcab7b7a0e68bb5112 +Author: Lucian I. Last +Date: Mon Sep 12 15:35:48 2022 +0200 + + Copy deploy acc v2 from v2/fix-cd + +17 8 .github/workflows/deploy-acceptance-v2.yml + +commit 738492c533875d09ee0f128e0981b1b5afe6e861 +Author: Lucian I. Last +Date: Mon Sep 12 13:51:41 2022 +0200 + + Remove add group clothingloop to admin + +0 5 devops/setup-4-api.yml + +commit 27f40b77ab9ea4039dcac8282ad9387e22fe3555 +Author: Lucian I. Last +Date: Mon Sep 12 13:38:39 2022 +0200 + + Change user app to clothingloop + +17 8 .github/workflows/deploy-acceptance-v2.yml +74 0 devops/setup-4-api.yml +0 64 devops/setup-4-app.yml +16 0 devops/templates/api.service.j2 +0 16 devops/templates/app.service.j2 + +commit c6d4eb321390088644bb36ef6e5bd38a9d3ba1ca +Merge: af9d629d a3efc9e6 +Author: Lucian I. Last +Date: Mon Sep 12 10:58:11 2022 +0200 + + Merge pull request #259 from CollActionteam/v2/devops-frontend-acceptance-deployment + + V2/devops frontend acceptance deployment + +commit 3631fa08edf3f3e8834bc8634ff23dc0fc65643a +Author: Lucian I. Last +Date: Mon Sep 12 10:46:24 2022 +0200 + + As server is a file -R flag is unnecessary + +1 1 .github/workflows/deploy-acceptance-v2.yml + +commit a3efc9e603902eedd01aaac4d9e0a07a9b9ea5b5 +Author: Lucian I. Last +Date: Mon Sep 12 10:46:24 2022 +0200 + + As server is a file -R flag is unnecessary + +1 1 .github/workflows/deploy-acceptance-v2.yml + +commit fa005d53b3477f12ef9a34d73db2ee5afe4d92d2 +Author: Lucian I. Last +Date: Mon Sep 12 10:43:11 2022 +0200 + + Lint yaml variable + +1 1 devops/setup-2-caddy.yml + +commit f90e26a76fb4a9504161308a53c73679500515c1 +Author: Lucian I. Last +Date: Mon Sep 12 10:34:18 2022 +0200 + + Remove .env from devops/templates + +1 2 devops/.gitignore + +commit 8d8474e1582b8721153fc57155deb281f42452fb +Merge: be71b700 dad05865 +Author: Lucian I. Last +Date: Mon Sep 12 09:45:19 2022 +0200 + + Merge pull request #258 from CollActionteam/v2/github-actions + + Add frontend Continuous Deployment + +commit 7fd0fb7e0c0981e08e9b304684d3458301b87dde +Merge: eacd06f0 dad05865 +Author: Lucian I. Last +Date: Mon Sep 12 09:43:40 2022 +0200 + + Merge remote-tracking branch 'origin/v2/github-actions' into v2/devops-frontend-acceptance-deployment + +commit eacd06f0f0bb1553514f1a92b46b7110e3b3a7b1 +Merge: d62ca9cb af9d629d +Author: Lucian I. Last +Date: Mon Sep 12 09:43:13 2022 +0200 + + Merge remote-tracking branch 'origin/golang' into v2/devops-frontend-acceptance-deployment + +commit dad058657cfc5362b6d6eded8f2d0a822b2b4fe6 +Merge: 1339d4b7 be71b700 +Author: Lucian I. Last +Date: Mon Sep 12 09:39:28 2022 +0200 + + Merge remote-tracking branch 'origin/main' into v2/github-actions + +commit 1339d4b77dcd59a19988a604c8142267cd82299a +Author: Lucian I. Last +Date: Mon Sep 12 09:24:41 2022 +0200 + + Add frontend + +27 2 .github/workflows/deploy-acceptance-v2.yml + +commit af9d629d9447dc57da497f01d66056eeb86a4830 +Merge: eb523525 be71b700 +Author: Lucian I. Last +Date: Thu Sep 8 22:58:25 2022 +0200 + + Merge remote-tracking branch 'origin/main' into golang + +commit be71b7000ad9cb504dadb6a825cb5d192d210e31 +Author: Lucian I. Last +Date: Thu Sep 8 22:52:52 2022 +0200 + + Fix deployment of api.acc + +5 5 .github/workflows/deploy-acceptance-v2.yml + +commit d62ca9cb89763dcd4efaad67f300fe672c11ed25 +Author: Lucian I. Last +Date: Thu Sep 8 22:11:24 2022 +0200 + + work on frontend deployment on vps + +24 1 .github/workflows/deploy-acceptance-v2.yml +11 0 devops/setup-2-caddy.yml +5 0 devops/templates/Caddyfile +5 0 frontend/.env-acceptance +0 0 frontend/{.env.example => .env-example} +5 0 frontend/.env-production +0 3 frontend/.gitignore +2 0 frontend/package.json + +commit eb523525f80a02baf4bb4c90a60d1978567a824f +Merge: 8f5146e1 29535c31 +Author: Lucian I. Last +Date: Thu Sep 8 22:05:37 2022 +0200 + + Merge pull request #256 from CollActionteam/v2/devops-debian + + Create a continuous deployment pipline for acceptance and production + + Document installation/setup/updates of VPS + +commit 29535c310f493f4a24b9cba2f8433022f4e92d14 +Author: Lucian I. Last +Date: Thu Sep 8 15:38:35 2022 +0200 + + Update caddyfile + + A space was required after the comma + +10 4 devops/setup-2-caddy.yml +6 6 devops/templates/Caddyfile + +commit 8ab9fb2eae99a4cfb77ebdcdd2872100b255e1f1 +Author: Lucian I. Last +Date: Thu Sep 8 12:30:37 2022 +0200 + + Remove duplicate github action + +0 32 .github/workflows/deploy-acceptance.yml + +commit 00d21b98b9c06e9f056c0ffda22d5b18230ce8d6 +Merge: 6914c7d2 5adac54b +Author: Lucian I. Last +Date: Thu Sep 8 12:29:36 2022 +0200 + + Merge remote-tracking branch 'origin/main' into v2/devops-debian + +commit 5adac54b6ce7aa3ff52a40434008649737defbbb +Merge: e5d09d38 c776d660 +Author: Lucian I. Last +Date: Thu Sep 8 11:23:22 2022 +0200 + + Merge pull request #257 from CollActionteam/v2/github-actions + + V2/GitHub actions + + Having the VPS setup I'm going to test the related github action. + + Current firebase github actions are disabled to make sure no unnecessary deployments happen. + + To re-enable firebase github actions run the following in your git branch + git revert b3ce815c15f16b1494bb9316f241f4caa40ea5d2 + +commit c776d6607e217606d1d887a53386a4e256910978 +Author: Lucian I. Last +Date: Thu Sep 8 11:14:35 2022 +0200 + + Rename to indicate that it is acceptance + +1 1 .github/workflows/deploy-acceptance-v2.yml + +commit 375542e8cba846c654ccf590f165b126de98365f +Author: Lucian I. Last +Date: Thu Sep 8 11:10:25 2022 +0200 + + Add deploy acc v2 + +32 0 .github/workflows/deploy-acceptance-v2.yml + +commit b3ce815c15f16b1494bb9316f241f4caa40ea5d2 +Author: Lucian I. Last +Date: Thu Sep 8 11:10:06 2022 +0200 + + Rename firebase actions to backup files + +0 0 .github/workflows/{deploy-firebase-acc.yml => deploy-firebase-acc.yml.bak} +0 0 .github/workflows/{deploy-firebase-prod.yml => deploy-firebase-prod.yml.bak} + +commit 6914c7d253cc95ad4b1968b71aa8f7585348a015 +Author: Lucian I. Last +Date: Wed Sep 7 16:34:30 2022 +0200 + + Fix scp in github action + +3 1 .github/workflows/deploy-acceptance.yml + +commit 88ec8e237c57894eaae08a3761c303748cb35647 +Author: Lucian I. Last +Date: Wed Sep 7 16:18:30 2022 +0200 + + Testing caddy & app setup + +4 0 devops/setup-2-caddy.yml +7 4 devops/setup-4-app.yml +3 3 devops/templates/Caddyfile +1 0 devops/templates/app.service.j2 + +commit 728771f301d42d8a78c40f5564349cbbafc5619a +Author: Lucian I. Last +Date: Wed Sep 7 15:25:50 2022 +0200 + + Add status playbook + +8 0 devops/status.yml + +commit 00c89fe5b7315d3cbbe5d3249945eb39b59146e3 +Author: Lucian I. Last +Date: Wed Sep 7 15:16:12 2022 +0200 + + Add github deployment action + +30 0 .github/workflows/deploy-acceptance.yml + +commit 61da2047d4d78d0ce8b2ecaac325c9fdb3ac50b2 +Author: Lucian I. Last +Date: Wed Sep 7 15:07:09 2022 +0200 + + Remove crowdin as github-actions dont work + +0 24 .github/workflows/crowdin.yml + +commit e12f4dc98fefe303de4f442f2f5cf248ad465db2 +Author: Lucian I. Last +Date: Wed Sep 7 15:06:39 2022 +0200 + + add setup 5 cron with commented out app restarts + +14 0 devops/setup-5-cron.yml + +commit 86a2edf84571df5055b8d50b9639ced2ea413b5a +Author: Lucian I. Last +Date: Wed Sep 7 15:06:05 2022 +0200 + + working on setup-4 + +1 0 devops/.gitignore +4 4 devops/setup-2-caddy.yml +16 0 devops/setup-4-app.yml +0 4 devops/templates/.env-example +7 2 devops/templates/Caddyfile +1 0 devops/templates/app.service.j2 +0 44 devops/templates/docker-compose.yml +35 7 server/README.md +1 3 server/config.example.yml +3 5 server/go.mod +4 10 server/go.sum +34 29 server/local/app/config.go + +commit 5978029d364a876f51211a9db0af456a2369192e +Author: Lucian I. Last +Date: Tue Sep 6 23:16:49 2022 +0200 + + Add app service + +2 0 devops/README.md +45 0 devops/setup-4-app.yml +14 0 devops/templates/app.service.j2 + +commit faa7e9355e1a024e7a80f08ab95a20fa175be60a +Author: Lucian I. Last +Date: Tue Sep 6 13:15:32 2022 +0200 + + Add setup mariadb + +3 0 devops/group_vars/all.yml.example +49 0 devops/setup-3-mariadb.yml + +commit b164859befc270740b0fab8f4a033fb210991803 +Author: Lucian I. Last +Date: Tue Sep 6 13:15:08 2022 +0200 + + Move add caddyfile back to setup-2-caddy + +7 1 devops/setup-2-caddy.yml +0 7 devops/tasks/add-caddyfile.yml +0 16 devops/update.yml + +commit 4f836bc99f3c8ff4ab9d498b825fcca9f16ca646 +Author: Lucian I. Last +Date: Tue Sep 6 11:20:50 2022 +0200 + + remove docker and install on bare vps + +2 1 devops/.gitignore +47 3 devops/README.md +1 0 devops/group_vars/all.yml.example +1 1 devops/hosts +30 0 devops/setup-1-firewall.yml +15 0 devops/setup-2-caddy.yml +0 77 devops/setup.yml +7 0 devops/tasks/add-caddyfile.yml +2 2 devops/templates/Caddyfile + +commit 49e3689f0bcd67f7f337ed16f01d8a30c7b4e95a +Author: Lucian I. Last +Date: Mon Sep 5 15:45:24 2022 +0200 + + Add devops + +3 0 clothingloop.code-workspace +1 0 devops/.gitignore +0 0 devops/.prettierrc +7 0 devops/README.md +7 0 devops/ansible.cfg +2 0 devops/hosts +77 0 devops/setup.yml +4 0 devops/templates/.env-example +3 0 devops/templates/Caddyfile +44 0 devops/templates/docker-compose.yml +16 0 devops/update.yml + +commit 8f5146e18427d420db67cfcc7447530d367e0349 +Merge: f2fd3dc6 5c5ee562 +Author: Lucian I. Last +Date: Mon Sep 5 12:40:00 2022 +0200 + + Merge pull request #255 from CollActionteam/v2/migrate-login-and-user + + V2/migrate off of firebase + +commit 5c5ee5621b297cfc2057fa84a71b84c66378068c +Author: Lucian I. Last +Date: Mon Sep 5 12:34:11 2022 +0200 + + Fix example env variables + +2 2 frontend/.env.example +3 1 server/.gitignore +4 5 server/{config.dev.yml => config.example.yml} +0 21 server/config.test.yml + +commit 3279b08e58ba53eba41201683577a72dc9829825 +Merge: 42d28353 f2fd3dc6 +Author: Lucian I. Last +Date: Sat Sep 3 07:59:48 2022 +0200 + + Merge remote-tracking branch 'origin/golang' into v2/migrate-login-and-user + +commit 42d283532061f1a958521a27a5fdf65a6725f865 +Author: Lucian I. Last +Date: Sat Sep 3 07:47:01 2022 +0200 + + stipe price ids only used for recurring payments + +6 4 frontend/src/api/payment.ts +1 1 server/local/controllers/payments.go + +commit 6fca172eee91efd6e8297713fa4d172da5ebc0fc +Author: Lucian I. Last +Date: Wed Aug 31 20:07:58 2022 +0200 + + Add missing return on error + +1 0 server/local/controllers/payments.go + +commit b67279e76300030a5147f50c789da93e844b7030 +Author: Lucian I. Last +Date: Wed Aug 31 15:48:01 2022 +0200 + + Working webhook route + +109 14 server/local/controllers/payments.go +20 6 server/local/models/payment.go + +commit 0853cf0d088ad70a33617d96a59c80b188733e8f +Author: Lucian I. Last +Date: Wed Aug 31 12:39:11 2022 +0200 + + PaymentInit is working with metadata being received + +2 2 frontend/src/api/payment.ts +10 3 frontend/src/components/Donation/DonationForm.tsx +3 0 server/Makefile +6 1 server/config.dev.yml +2 1 server/local/app/config.go +1 1 server/local/controllers/login.go +31 25 server/local/controllers/payments.go + +commit 75224c2b77c0693bec2bbf2ba69a52f52d0265ef +Author: Lucian I. Last +Date: Mon Aug 29 21:14:55 2022 +0200 + + Fix lint errors and add max bytes reader for safety + +7 3 server/local/controllers/payments.go + +commit 84c2bd42de132bc44a461e86295113274589ae1f +Author: Lucian I. Last +Date: Mon Aug 29 14:57:29 2022 +0200 + + ignore all .env.*.local + +1 0 frontend/.gitignore + +commit fcf1c5a725a514b7639119418fca9770852710f4 +Author: Lucian I. Last +Date: Mon Aug 29 14:57:08 2022 +0200 + + Improve donation form + +10 1 frontend/src/api/payment.ts +67 59 frontend/src/components/Donation/DonationForm.tsx + +commit 1d50ff03d96375a4675f59d7efa9ab717bd46f3b +Author: Lucian I. Last +Date: Mon Aug 29 14:56:30 2022 +0200 + + Add .env example with secure values replaced + +5 0 frontend/.env.example + +commit c19ec66b1dc72bc0c20565e164ad1ab36cba2f3b +Author: Lucian I. Last +Date: Mon Aug 29 14:55:38 2022 +0200 + + Add server payment functionality (WIP) + +2 2 server/local/app/config.go +1 0 server/local/app/database.go +32 5 server/local/controllers/payments.go +2 1 server/local/models/payment.go +2 3 server/local/server.go + +commit f7dfa3dbc275fd3b99cd687319334a3c9a1fb602 +Author: Lucian I. Last +Date: Mon Aug 29 10:32:03 2022 +0200 + + Created PaymentsInitiate server call + +2 1 server/go.mod +7 0 server/go.sum +4 0 server/local/app/config.go +81 1 server/local/controllers/payments.go +12 0 server/local/models/payment.go + +commit f2fd3dc66051a11bc2b85db0f42d8aa3b19569c8 +Merge: c73d1114 6f941a11 +Author: Lucian I. Last +Date: Fri Aug 26 19:32:16 2022 +0200 + + Merge pull request #254 from CollActionteam/v2/documentation-insomnia + +commit 63f06b878d1104acfde76a74b529f5561815a868 +Author: Lucian I. Last +Date: Fri Aug 26 18:01:25 2022 +0200 + + migrate payments just FE + +17 0 frontend/src/api/payment.ts +6 6 frontend/src/components/Donation/DonationForm.tsx +0 22 frontend/src/util/firebase/firebaseConfig.ts +0 32 frontend/src/util/firebase/payments.ts + +commit dc46745b820d550dc926d06e9515d3e0574a52f3 +Author: Lucian I. Last +Date: Fri Aug 26 17:41:01 2022 +0200 + + migrate mail + +10 4 frontend/src/pages/Contacts.tsx +0 24 frontend/src/util/firebase/mail.ts + +commit 6ae20cb81cb1cf0b63808b6369b65861b7734ce4 +Author: Lucian I. Last +Date: Fri Aug 26 17:34:06 2022 +0200 + + migrate newsletter + +2 2 frontend/src/api/contact.ts +2 2 frontend/src/components/Newsletter/Newsletter.tsx +0 24 frontend/src/util/firebase/newsletter.ts + +commit 6f941a110a7f7918396d62e73bc927f1b9b3458a +Author: Lucian I. Last +Date: Fri Aug 26 17:24:35 2022 +0200 + + Change to working url + + Using a different branch turns out to be impossible atm + +1 7 server/README.md + +commit 66ad469cf96b3e6b712313a55666341cde9dc95b +Author: Lucian I. Last +Date: Fri Aug 26 16:11:12 2022 +0200 + + Add insomnia documentation + +49 0 server/README.md + +commit 65f70e06c836d75d4772f4c1029c8b6642a5e05b +Author: Lucian I. Last +Date: Wed Aug 24 15:58:56 2022 +0200 + + Improve README + +46 8 server/README.md + +commit da6b1a7b10dcb23e8dde7cdad6a301239b05291f +Author: Lucian I. Last +Date: Fri Aug 26 13:35:55 2022 +0200 + + lint + +1 3 frontend/.vscode/extensions.json + +commit b1350c439b960983b956cfe8b4b71b37f1ca8d44 +Author: Lucian I. Last +Date: Fri Aug 26 11:40:13 2022 +0200 + + Backend changes to accommodate prev commit + +16 2 server/cmd/generate-fake-data/main.go +2 2 server/local/app/auth/auth.go +58 8 server/local/controllers/chain.go +24 13 server/local/controllers/login.go +36 15 server/local/controllers/users.go +18 7 server/local/models/user.go +1 1 server/local/server.go + +commit aff3f7b455deb8e653a64a86d38d8e4c5376f8a7 +Author: Lucian I. Last +Date: Fri Aug 26 11:38:50 2022 +0200 + + First runnable moment after user, chain firebase removal + +3 0 frontend/.vscode/settings.json +0 1 frontend/package.json +5 5 frontend/src/App.tsx +9 3 frontend/src/api/chain.ts +27 4 frontend/src/api/login.ts +16 6 frontend/src/api/user.ts +9 7 frontend/src/components/AdminControlsNav/AdminControlsNav.tsx +68 27 frontend/src/components/AuthProvider.tsx +3 3 frontend/src/components/CategoriesDropdown.tsx +18 12 frontend/src/components/ChainDetailsForm.tsx +33 23 frontend/src/components/ChainParticipantsTable.tsx +10 11 frontend/src/components/DataExport.tsx +3 3 frontend/src/components/FindChain/SearchBar.tsx +2 2 frontend/src/components/Footer.tsx +8 8 frontend/src/components/Navbar.tsx +11 17 frontend/src/components/SizesDropdown.tsx +16 9 frontend/src/pages/ChainEdit.tsx +46 40 frontend/src/pages/ChainMemberList.tsx +7 16 frontend/src/pages/FindChain.tsx +2 7 frontend/src/pages/Login.tsx +25 32 frontend/src/pages/LoginEmailFinished.tsx +4 4 frontend/src/pages/Logout.tsx +48 18 frontend/src/pages/NewChainLocation.tsx +38 33 frontend/src/pages/NewChainSignup.tsx +14 12 frontend/src/pages/Signup.tsx +42 39 frontend/src/pages/UserEdit.tsx +0 17 frontend/src/types.ts +0 1 frontend/src/util/firebase/payments.ts +0 91 frontend/src/util/firebase/user.ts + +commit c73d11142f52ad1b4e94bef95cac4aa3b5f74537 +Merge: fcc049d3 28955b5e +Author: Lucian I. Last +Date: Thu Aug 25 13:59:57 2022 +0200 + + Merge pull request #253 from CollActionteam/v2/lint + +commit 5334a83320b7c0c62e5d835235789883f00e6645 +Author: Lucian I. Last +Date: Wed Aug 24 21:46:53 2022 +0200 + + lint with .vscode json + +4 4 frontend/.vscode/extensions.json +2 5 server/.vscode/extensions.json + +commit 031eecf2f405ccfa33b05a0ec0fe77c8d7820616 +Author: Lucian I. Last +Date: Wed Aug 24 17:20:25 2022 +0200 + + Add GetUsersByChain call + +68 13 server/local/controllers/users.go +5 2 server/local/models/chain.go +26 21 server/local/models/user.go +1 0 server/local/server.go + +commit 12b89a7986c80e5f79eaae1ab54869e4925f08fa +Author: Lucian I. Last +Date: Wed Aug 24 15:58:56 2022 +0200 + + Improve README + +46 8 server/README.md + +commit 57e85bd08dd830074b84d592e70d2a5c6f2683b1 +Author: Lucian I. Last +Date: Wed Aug 24 14:58:25 2022 +0200 + + Add generate-fake-data command + +3 0 server/Makefile +46 0 server/cmd/generate-fake-data/main.go +0 1 server/local/tests/mocks/mock-tables.go + +commit cd38b19fb9a9f013165168a07a3064f93a020f4a +Author: Lucian I. Last +Date: Wed Aug 24 09:48:08 2022 +0200 + + Add vscode recommendations + +24 0 clothingloop.code-workspace +5 0 frontend/.vscode/extensions.json +6 0 server/.vscode/extensions.json + +commit 28955b5e57a8e7e8d5ddd976df4a0bbf81d6f76d +Author: Lucian I. Last +Date: Wed Aug 24 09:26:12 2022 +0200 + + lint package.json + +1 1 frontend/package.json + +commit b5004a5ab108d5bbee7df1b9bb685de3e81b362d +Merge: 80ee4fd2 e5d09d38 +Author: Lucian I. Last +Date: Wed Aug 24 09:23:59 2022 +0200 + + Merge branch 'main' into v2/lint + +commit e5d09d38d72bb42f531d0dc0ec7a5b18459bcbcd +Author: Lucian I. Last +Date: Wed Aug 24 09:22:22 2022 +0200 + + Attempt to fix setup-go + +0 2 .github/workflows/lint-v2.yml + +commit 80ee4fd2b3353ea12156dcdbef6622f1789d6cb2 +Author: Lucian I. Last +Date: Tue Aug 23 17:57:12 2022 +0200 + + Frontend lint + +0 9 frontend/.prettierrc +0 0 frontend/.prettierrc.yml +4 1 frontend/package.json +6 6 frontend/public/locales/en/about.json +59 59 frontend/public/locales/en/faq.json +6 6 frontend/public/locales/nl/about.json +59 59 frontend/public/locales/nl/faq.json +1 1 frontend/src/components/AccordionFaq/AccordionFaq.tsx +0 1 frontend/src/components/ChainDetailsForm.tsx +4 4 frontend/src/components/ChainsProvider.tsx +1 1 frontend/src/components/Counters/Counters.tsx +15 7 frontend/src/components/Donation/Donation.module.css +2 4 frontend/src/components/Donation/DonationCompleted.tsx +7 3 frontend/src/components/Donation/DonationForm.tsx +6 2 frontend/src/components/Donations.tsx +0 1 frontend/src/components/FindChain/index.tsx +1 1 frontend/src/components/FooterMobile.tsx +8 3 frontend/src/components/LanguageSwitcher.tsx +1 1 frontend/src/components/Newsletter/Newsletter.tsx +5 5 frontend/src/index.tsx +15 8 frontend/src/pages/About.tsx +5 5 frontend/src/pages/ChainEdit.tsx +3 5 frontend/src/pages/ChainMemberList.tsx +5 5 frontend/src/pages/FAQ/FAQ.tsx +57 48 frontend/src/pages/FindChain.tsx +19 19 frontend/src/pages/Home.tsx +5 3 frontend/src/pages/LandingPageMobile.tsx +3 1 frontend/src/pages/Login.tsx +1 1 frontend/src/pages/Thankyou/Thankyou.tsx +7 5 frontend/src/util/firebase/payments.ts +1 1 frontend/src/util/theme.ts + +commit 95a0e8b48fbb947a43036e328cd2de36c487e090 +Author: Lucian I. Last +Date: Tue Aug 23 17:52:37 2022 +0200 + + Revert "Lint frontend" + + This reverts commit 9afade8af893194c7a125e3084f81d1d464ec329. + +9 0 frontend/.prettierrc +0 1 frontend/.prettierrc.yml +45893 45893 frontend/package-lock.json +105 108 frontend/package.json +24 24 frontend/public/index.html +6 6 frontend/public/locales/en/about.json +59 59 frontend/public/locales/en/faq.json +196 196 frontend/public/locales/en/translation.json +6 6 frontend/public/locales/nl/about.json +59 59 frontend/public/locales/nl/faq.json +196 196 frontend/public/locales/nl/translation.json +23 23 frontend/public/manifest.json +845 845 frontend/src/App.css +3 3 frontend/src/App.test.tsx +106 106 frontend/src/App.tsx +1 1 frontend/src/api/axios.ts +19 19 frontend/src/api/chain.ts +9 9 frontend/src/api/contact.ts +14 14 frontend/src/api/enums.ts +5 5 frontend/src/api/login.ts +23 23 frontend/src/api/types.ts +23 23 frontend/src/api/user.ts +23 23 frontend/src/components/AccordionFaq/AccordionFaq.tsx +57 57 frontend/src/components/AdminControlsNav/AdminControlsNav.tsx +34 34 frontend/src/components/AuthProvider.tsx +10 10 frontend/src/components/Carousel.tsx +101 101 frontend/src/components/CategoriesDropdown.tsx +272 271 frontend/src/components/ChainDetailsForm.tsx +118 118 frontend/src/components/ChainParticipantsTable.tsx +11 11 frontend/src/components/ChainsProvider.tsx +47 47 frontend/src/components/Counters/Counters.tsx +19 19 frontend/src/components/Counters/SingleCounter.tsx +10 10 frontend/src/components/Counters/hooks.tsx +67 67 frontend/src/components/DataExport.tsx +94 102 frontend/src/components/Donation/Donation.module.css +129 129 frontend/src/components/Donation/Donation.module.scss +14 12 frontend/src/components/Donation/DonationCompleted.tsx +288 292 frontend/src/components/Donation/DonationForm.tsx +118 122 frontend/src/components/Donations.tsx +40 40 frontend/src/components/FindChain/ChainNotFound.tsx +65 65 frontend/src/components/FindChain/SearchBar.tsx +31 31 frontend/src/components/FindChain/StandaloneSearchBar.tsx +106 105 frontend/src/components/FindChain/index.tsx +59 59 frontend/src/components/Footer.tsx +70 70 frontend/src/components/FooterMobile.tsx +158 158 frontend/src/components/FormFields.tsx +57 57 frontend/src/components/GeocoderSelector.tsx +38 43 frontend/src/components/LanguageSwitcher.tsx +37 37 frontend/src/components/Layouts.tsx +91 91 frontend/src/components/Navbar.tsx +153 153 frontend/src/components/Newsletter/Newsletter.tsx +49 49 frontend/src/components/Popover.tsx +24 24 frontend/src/components/ProgressBar.tsx +164 164 frontend/src/components/SizesDropdown.tsx +225 225 frontend/src/components/Testimonials.tsx +11 11 frontend/src/components/ThreeColumnLayout.tsx +6 6 frontend/src/components/Typography.tsx +50 50 frontend/src/components/formActions.tsx +14 14 frontend/src/i18n.tsx +11 11 frontend/src/index.tsx +58 65 frontend/src/pages/About.tsx +91 91 frontend/src/pages/AddChainAdmin.tsx +60 60 frontend/src/pages/ChainEdit.tsx +278 276 frontend/src/pages/ChainMemberList.tsx +150 150 frontend/src/pages/ChainsList.tsx +130 130 frontend/src/pages/Contacts.tsx +15 15 frontend/src/pages/Donations/Donate.tsx +3 3 frontend/src/pages/FAQ/FAQ.module.css +52 52 frontend/src/pages/FAQ/FAQ.tsx +404 413 frontend/src/pages/FindChain.tsx +34 34 frontend/src/pages/Geocoding.tsx +202 202 frontend/src/pages/Home.tsx +13 13 frontend/src/pages/LandingPage.tsx +82 84 frontend/src/pages/LandingPageMobile.tsx +99 101 frontend/src/pages/Login.tsx +52 52 frontend/src/pages/LoginEmailFinished.tsx +27 27 frontend/src/pages/Logout.tsx +37 37 frontend/src/pages/MessageSubmitted.tsx +50 50 frontend/src/pages/NewChainLocation.tsx +211 211 frontend/src/pages/NewChainSignup.tsx +333 333 frontend/src/pages/PrivacyPolicy.tsx +185 185 frontend/src/pages/Signup.tsx +338 338 frontend/src/pages/TermsOfUse.tsx +13 13 frontend/src/pages/Thankyou/Thankyou.module.css +84 84 frontend/src/pages/Thankyou/Thankyou.tsx +180 180 frontend/src/pages/UserEdit.tsx +9 9 frontend/src/reportWebVitals.ts +18 18 frontend/src/types.ts +5 5 frontend/src/util/categories.ts +7 7 frontend/src/util/firebase/firebaseConfig.ts +7 7 frontend/src/util/firebase/mail.ts +7 7 frontend/src/util/firebase/newsletter.ts +17 19 frontend/src/util/firebase/payments.ts +49 49 frontend/src/util/firebase/user.ts +5 5 frontend/src/util/scrollToTop.tsx +1668 1668 frontend/src/util/theme.ts +18 18 frontend/tsconfig.json + +commit 445c1edd4df0292a12f704d03174077f32633b40 +Author: Lucian I. Last +Date: Tue Aug 23 17:50:19 2022 +0200 + + add lint commands go + +2 2 server/Makefile + +commit 9afade8af893194c7a125e3084f81d1d464ec329 +Author: Lucian I. Last +Date: Tue Aug 23 17:48:34 2022 +0200 + + Lint frontend + +0 9 frontend/.prettierrc +1 0 frontend/.prettierrc.yml +45893 45893 frontend/package-lock.json +108 105 frontend/package.json +24 24 frontend/public/index.html +6 6 frontend/public/locales/en/about.json +59 59 frontend/public/locales/en/faq.json +196 196 frontend/public/locales/en/translation.json +6 6 frontend/public/locales/nl/about.json +59 59 frontend/public/locales/nl/faq.json +196 196 frontend/public/locales/nl/translation.json +23 23 frontend/public/manifest.json +845 845 frontend/src/App.css +3 3 frontend/src/App.test.tsx +106 106 frontend/src/App.tsx +1 1 frontend/src/api/axios.ts +19 19 frontend/src/api/chain.ts +9 9 frontend/src/api/contact.ts +14 14 frontend/src/api/enums.ts +5 5 frontend/src/api/login.ts +23 23 frontend/src/api/types.ts +23 23 frontend/src/api/user.ts +23 23 frontend/src/components/AccordionFaq/AccordionFaq.tsx +57 57 frontend/src/components/AdminControlsNav/AdminControlsNav.tsx +34 34 frontend/src/components/AuthProvider.tsx +10 10 frontend/src/components/Carousel.tsx +101 101 frontend/src/components/CategoriesDropdown.tsx +271 272 frontend/src/components/ChainDetailsForm.tsx +118 118 frontend/src/components/ChainParticipantsTable.tsx +11 11 frontend/src/components/ChainsProvider.tsx +47 47 frontend/src/components/Counters/Counters.tsx +19 19 frontend/src/components/Counters/SingleCounter.tsx +10 10 frontend/src/components/Counters/hooks.tsx +67 67 frontend/src/components/DataExport.tsx +102 94 frontend/src/components/Donation/Donation.module.css +129 129 frontend/src/components/Donation/Donation.module.scss +12 14 frontend/src/components/Donation/DonationCompleted.tsx +292 288 frontend/src/components/Donation/DonationForm.tsx +122 118 frontend/src/components/Donations.tsx +40 40 frontend/src/components/FindChain/ChainNotFound.tsx +65 65 frontend/src/components/FindChain/SearchBar.tsx +31 31 frontend/src/components/FindChain/StandaloneSearchBar.tsx +105 106 frontend/src/components/FindChain/index.tsx +59 59 frontend/src/components/Footer.tsx +70 70 frontend/src/components/FooterMobile.tsx +158 158 frontend/src/components/FormFields.tsx +57 57 frontend/src/components/GeocoderSelector.tsx +43 38 frontend/src/components/LanguageSwitcher.tsx +37 37 frontend/src/components/Layouts.tsx +91 91 frontend/src/components/Navbar.tsx +153 153 frontend/src/components/Newsletter/Newsletter.tsx +49 49 frontend/src/components/Popover.tsx +24 24 frontend/src/components/ProgressBar.tsx +164 164 frontend/src/components/SizesDropdown.tsx +225 225 frontend/src/components/Testimonials.tsx +11 11 frontend/src/components/ThreeColumnLayout.tsx +6 6 frontend/src/components/Typography.tsx +50 50 frontend/src/components/formActions.tsx +14 14 frontend/src/i18n.tsx +11 11 frontend/src/index.tsx +65 58 frontend/src/pages/About.tsx +91 91 frontend/src/pages/AddChainAdmin.tsx +60 60 frontend/src/pages/ChainEdit.tsx +276 278 frontend/src/pages/ChainMemberList.tsx +150 150 frontend/src/pages/ChainsList.tsx +130 130 frontend/src/pages/Contacts.tsx +15 15 frontend/src/pages/Donations/Donate.tsx +3 3 frontend/src/pages/FAQ/FAQ.module.css +52 52 frontend/src/pages/FAQ/FAQ.tsx +413 404 frontend/src/pages/FindChain.tsx +34 34 frontend/src/pages/Geocoding.tsx +202 202 frontend/src/pages/Home.tsx +13 13 frontend/src/pages/LandingPage.tsx +84 82 frontend/src/pages/LandingPageMobile.tsx +101 99 frontend/src/pages/Login.tsx +52 52 frontend/src/pages/LoginEmailFinished.tsx +27 27 frontend/src/pages/Logout.tsx +37 37 frontend/src/pages/MessageSubmitted.tsx +50 50 frontend/src/pages/NewChainLocation.tsx +211 211 frontend/src/pages/NewChainSignup.tsx +333 333 frontend/src/pages/PrivacyPolicy.tsx +185 185 frontend/src/pages/Signup.tsx +338 338 frontend/src/pages/TermsOfUse.tsx +13 13 frontend/src/pages/Thankyou/Thankyou.module.css +84 84 frontend/src/pages/Thankyou/Thankyou.tsx +180 180 frontend/src/pages/UserEdit.tsx +9 9 frontend/src/reportWebVitals.ts +18 18 frontend/src/types.ts +5 5 frontend/src/util/categories.ts +7 7 frontend/src/util/firebase/firebaseConfig.ts +7 7 frontend/src/util/firebase/mail.ts +7 7 frontend/src/util/firebase/newsletter.ts +19 17 frontend/src/util/firebase/payments.ts +49 49 frontend/src/util/firebase/user.ts +5 5 frontend/src/util/scrollToTop.tsx +1668 1668 frontend/src/util/theme.ts +18 18 frontend/tsconfig.json + +commit fcc049d3a3de5aceb8a5478f79c73f940566a57e +Merge: 58e1bc1f 2db8c3fe +Author: Lucian I. Last +Date: Tue Aug 23 17:41:34 2022 +0200 + + Merge pull request #252 from CollActionteam/v2/migrate-call-to-get-all-chains + + V2/migrate call to get all chains + +commit 6d487cfb382f8e8175f420a546e0ffced6b307ba +Merge: 6653b4fa 53860330 +Author: Lucian I. Last +Date: Tue Aug 23 15:56:40 2022 +0200 + + Merge branch 'main' into v2/lint + +commit 53860330e06a4b30f6cdf5038253ee88a51ca14a +Author: Lucian I. Last +Date: Tue Aug 23 15:56:08 2022 +0200 + + Fix unexpected error from actions/setup-go + +1 0 .github/workflows/deploy-firebase-acc.yml +2 1 .github/workflows/lint-v2.yml + +commit 6653b4fa6e45b4a6c43e718b1138805026e8f8bf +Merge: 33788bef 64d26b05 +Author: Lucian I. Last +Date: Tue Aug 23 15:37:37 2022 +0200 + + Merge branch 'main' into v2/lint + +commit 64d26b05057151027a6a2824e60743fa4410733b +Author: Lucian I. Last +Date: Tue Aug 23 13:53:24 2022 +0200 + + Add lint workflow + +34 0 .github/workflows/lint-v2.yml + +commit 33788befbfbd93bac6f19f9920d0a21a633d1673 +Author: Lucian I. Last +Date: Tue Aug 23 15:02:16 2022 +0200 + + Add golang lint to makefile + +7 0 server/Makefile +29 6 server/cmd/firebase-migrate/main.go + +commit c3c6e74b57840bddd852ac9eef83f05e9f565686 +Author: Lucian I. Last +Date: Tue Aug 23 14:06:41 2022 +0200 + + Add lint and lint:test commands for frontend + +15 0 frontend/.prettierignore +4 2 frontend/package.json + +commit 2db8c3febb569d75b35c95d7d351c4161defc826 +Author: Lucian I. Last +Date: Tue Aug 23 13:14:55 2022 +0200 + + Add stronger typing + +19 14 frontend/src/pages/FindChain.tsx + +commit 968a5ac544ea9051c831966e68bb86439e4df18a +Author: Lucian I. Last +Date: Tue Aug 23 10:16:11 2022 +0200 + + Return call logs to stdout + +1 0 server/local/server.go + +commit d89adfc9fea1f32266b9b3880a2cc783d9199180 +Author: Lucian I. Last +Date: Tue Aug 23 00:09:42 2022 +0200 + + fix Find Chain page + +18 18 frontend/src/api/enums.ts +1 3 frontend/src/api/types.ts +1 2 frontend/src/api/user.ts +3 3 frontend/src/pages/ChainMemberList.tsx +7 9 frontend/src/pages/FindChain.tsx + +commit d6515244b0ad233abf0221bedaa45634ae2dfc9e +Author: Lucian I. Last +Date: Mon Aug 22 22:58:55 2022 +0200 + + First attempt + +79 244 frontend/package-lock.json +2 0 frontend/package.json +4 12 frontend/src/components/ChainDetailsForm.tsx +7 6 frontend/src/components/DataExport.tsx +2 2 frontend/src/components/FindChain/index.tsx +2 2 frontend/src/pages/AddChainAdmin.tsx +11 15 frontend/src/pages/ChainEdit.tsx +16 13 frontend/src/pages/ChainMemberList.tsx +1 1 frontend/src/pages/ChainsList.tsx +7 14 frontend/src/pages/FindChain.tsx +2 2 frontend/src/pages/NewChainLocation.tsx +5 5 frontend/src/pages/Signup.tsx +0 50 frontend/src/types.ts +0 70 frontend/src/util/firebase/chain.ts + +commit 38f8635c121c535476f659afde55d16e5d4e1257 +Author: Lucian I. Last +Date: Mon Aug 22 21:30:34 2022 +0200 + + Add api functions with redaxios included + +5 0 frontend/src/api/axios.ts +13 16 frontend/src/api/chain.ts +3 3 frontend/src/api/contact.ts +5 5 frontend/src/api/login.ts +2 2 frontend/src/api/types.ts +5 5 frontend/src/api/user.ts + +commit dd6905f3f165a0eda6f31394eed511d55f0068b5 +Author: Lucian I. Last +Date: Mon Aug 22 21:29:24 2022 +0200 + + Allow ChainGetAll to receive empty body + +2 1 server/local/controllers/chain.go + +commit 5595be7c4ae2efecccc40edfb66b01b930dd9893 +Author: Lucian I. Last +Date: Sat Aug 20 23:46:57 2022 +0200 + + moving to apt call + +1 1 frontend/src/api/types.ts +7 7 frontend/src/components/ChainsProvider.tsx +5 6 frontend/src/components/FindChain/index.tsx +1 1 frontend/src/pages/ChainsList.tsx +16 14 frontend/src/pages/FindChain.tsx + +commit 58e1bc1fe90437e96e5455d23079bafb507e79f0 +Author: Lucian I. Last +Date: Sat Aug 20 23:15:21 2022 +0200 + + Add api calls + +46 0 frontend/src/api/chain.ts +19 0 frontend/src/api/enums.ts +13 4 frontend/src/api/login.ts +35 0 frontend/src/api/types.ts +15 19 frontend/src/api/user.ts + +commit 4a1ab4fc95dd7be451cdcc9feabafc84783d8dc2 +Author: Lucian I. Last +Date: Sat Aug 20 23:14:51 2022 +0200 + + users.genders is never required + +9 5 server/local/controllers/chain.go +0 12 server/local/controllers/login.go +0 1 server/local/models/user.go +0 1 server/local/tests/mocks/mock-tables.go + +commit 5b807a415e8bfd95e8005ad39a5068c16def2c3f +Author: Lucian I. Last +Date: Sat Aug 20 22:59:58 2022 +0200 + + Working npm install + +756 1322 frontend/package-lock.json +13 4 frontend/package.json + +commit 8a60e123f20037260e7736e6602ef2b5c9538a49 +Author: Lucian I. Last +Date: Sat Aug 20 12:02:24 2022 +0200 + + Fix chain get all & chain get all filtered + +19 22 server/local/controllers/chain.go + +commit 0fa6d5150a80cdf8042258509cf8619f77a795fe +Author: Lucian I. Last +Date: Sat Aug 20 11:20:34 2022 +0200 + + Add gender to chain and user + +0 1 server/go.mod +0 2 server/go.sum +0 1 server/local/app/database.go +88 26 server/local/controllers/chain.go +26 10 server/local/controllers/login.go +3 5 server/local/controllers/users.go +2 52 server/local/models/chain.go +23 0 server/local/models/gender.go +41 0 server/local/models/gender_test.go +31 0 server/local/models/size.go +13 0 server/local/models/{chain_test.go => size_test.go} +1 0 server/local/models/user.go +50 2 server/local/tests/mocks/mock-tables.go + +commit 5078fbdec25872f9198e52d483398d6028fda2e1 +Author: Lucian I. Last +Date: Fri Aug 19 00:38:15 2022 +0200 + + Working call to get all chains + +1 1 server/local/app/auth/auth.go +45 12 server/local/controllers/chain.go +2 2 server/local/controllers/login.go +3 3 server/local/models/chain.go +10 9 server/local/models/user.go +1 1 server/local/server.go +2 2 server/local/tests/mocks/mock-tables.go + +commit 9ce360484a826dc349d2615197d46e2ed0670d5e +Author: Lucian I. Last +Date: Fri Aug 19 00:37:20 2022 +0200 + + Update dependencies + +12 12 server/go.mod +19 19 server/go.sum + +commit 304889748c6e77ff1f249a048e0bedbb132d0d35 +Author: Lucian I. Last +Date: Thu Aug 18 22:20:20 2022 +0200 + + started on firebase-migrate tool + +4 1 server/Makefile +2 0 server/cmd/firebase-migrate/.gitignore +209 0 server/cmd/firebase-migrate/main.go +1 0 server/go.mod +3 0 server/go.sum + +commit 5f9628673189748b4c82f40e75811b4424cb0bab +Author: Lucian I. Last +Date: Wed Aug 17 22:46:27 2022 +0200 + + Add commented out tests (75 to 79% coverage) + +14 14 server/local/app/auth/auth_test.go + +commit 9ffff05711209c3b3bc248bbcaf02baae57de47a +Author: Lucian I. Last +Date: Wed Aug 17 15:07:25 2022 +0200 + + Move test file for better coverage reporting + +3 0 server/Makefile +6 5 server/local/{tests => app/auth}/auth_test.go +14 0 server/local/app/auth/testmain_test.go +59 2 server/local/app/auth/token_test.go +18 0 server/local/app/testutils.go +14 0 server/local/tests/integration_tests/testmain_test.go +4 3 server/local/tests/{ => integration_tests}/users_test.go +2 4 server/local/tests/{ => mocks}/mock-gin-context.go +22 21 server/local/tests/{ => mocks}/mock-tables.go +4 3 server/local/tests/{ => mocks}/mock-tables_test.go +14 0 server/local/tests/mocks/testmain_test.go +0 34 server/local/tests/testmain_test.go +0 63 server/local/tests/token_test.go + +commit ffc7031452ca458337ad0f3ab78f828fc75d857f +Author: Lucian I. Last +Date: Tue Aug 16 15:50:14 2022 +0200 + + Fix test files + +1 1 server/local/app/auth/auth.go +0 43 server/local/app/auth/testutils.go.bak +74 0 server/local/tests/auth_test.go +23 10 server/local/tests/mock-tables.go +28 0 server/local/tests/mock-tables_test.go +4 7 server/local/tests/testmain_test.go +1 1 server/local/tests/token_test.go +3 1 server/local/tests/users_test.go + +commit c87658b0fe926669c12049b8174cb363068e8fbb +Author: Lucian I. Last +Date: Mon Aug 15 20:37:00 2022 +0200 + + Working authorization + +2 0 server/go.mod +4 0 server/go.sum +90 0 server/local/app/auth/auth.go +43 0 server/local/app/auth/testutils.go.bak +18 15 server/local/app/auth/token.go +15 56 server/local/app/auth/token_test.go +0 1 server/local/app/database.go +34 33 server/local/controllers/chain.go +36 35 server/local/controllers/login.go +0 58 server/local/controllers/middleware.go +34 29 server/local/controllers/users.go +3 42 server/local/models/chain.go +15 7 server/local/models/chain_test.go +36 41 server/local/models/user.go +2 2 server/local/server.go +57 0 server/local/tests/mock-gin-context.go +81 0 server/local/tests/mock-tables.go +37 0 server/local/tests/testmain_test.go +63 0 server/local/tests/token_test.go +50 0 server/local/tests/users_test.go + +commit df22ecca7d418290882bef97ba8a967724cd6240 +Author: Lucian I. Last +Date: Mon Aug 1 20:07:53 2022 +0200 + + Use genders/ sizes from list + +2 13 server/local/controllers/chain.go +3 14 server/local/controllers/login.go + +commit ccedb0385fd57f0270bb95b95b94e6a5bb8ae198 +Author: Lucian I. Last +Date: Mon Aug 1 19:59:19 2022 +0200 + + update + +1 1 server/cmd/server-fcgi/main.go +1 1 server/cmd/server/main.go +0 1 server/config.dev.yml +1 2 server/config.test.yml +2 0 server/docker/docker-compose.yml +0 133 server/docs/db-structure.puml +7 3 server/go.mod +6 5 server/go.sum +0 142 server/local/app/auth.go +20 0 server/local/app/auth/cookie.go +76 0 server/local/app/auth/token.go +67 0 server/local/app/auth/token_test.go +30 21 server/local/app/config.go +22 0 server/local/app/config_test.go +12 5 server/local/app/database.go +109 18 server/local/controllers/chain.go +163 17 server/local/controllers/login.go +13 13 server/local/controllers/middleware.go +19 83 server/local/controllers/users.go +49 23 server/local/models/chain.go +26 0 server/local/models/chain_test.go +23 23 server/local/models/user.go +27 17 server/local/server.go +0 1 server/local/server_test.go +0 7 server/local/utils/testutils.go +0 1 server/postman.json + +commit 9ca688187a5dcae8ed1c31426253b24799bbee36 +Author: Lucian I. Last +Date: Mon Jul 25 19:25:59 2022 +0200 + + go lint + +1 1 server/local/controllers/chain.go + +commit 0a5baa7f6518f51554e4d75f2a2c722dc0f44b17 +Author: Lucian I. Last +Date: Mon Jul 25 19:23:59 2022 +0200 + + Better documentation + +5 3 server/Makefile +5 1 server/README.md + +commit c87cb63a091b17f24d9bfac00bd32ba012f53ccf +Author: Lucian I. Last +Date: Mon Jul 25 00:28:15 2022 +0200 + + A working commit + + After lots of time moving and hacking away without internet I finally + managed to get a functioning commit, this includes: + - docker with email testing + - phpmyadmin for database testing + - splitting config files properly and selecting one + using an env variable + - tested routes /contact/email/ and /contact/newsletter/ + +1 1 .gitignore +1 2 server/.gitignore +10 0 server/Makefile +2 2 server/cmd/server-fcgi/main.go +6 3 server/cmd/server/main.go +22 0 server/config.dev.yml +0 22 server/config.example.yml +9 9 server/{config.test.example.yml => config.test.yml} +12 17 server/docker/docker-compose.yml +10 15 server/go.mod +12 18 server/go.sum +23 22 server/local/{global => app}/auth.go +60 0 server/local/app/config.go +9 8 server/local/{global => app}/database.go +46 0 server/local/app/mail.go +13 10 server/local/controllers/chain.go +14 11 server/local/controllers/contact.go +23 9 server/local/controllers/login.go +23 8 server/local/controllers/middleware.go +29 22 server/local/controllers/users.go +0 35 server/local/global/config.go +0 51 server/local/global/mail.go +3 3 server/local/models/chain.go +8 8 server/local/models/mail.go +20 20 server/local/models/user.go +21 6 server/local/server.go +1 0 server/local/server_test.go +7 0 server/local/utils/testutils.go +11 9 server/local/views/email.go +1 0 server/postman.json + +commit 392431f1fd3bfe663e655dcfbf8352316907aa7b +Author: Lucian I. Last +Date: Sat Jul 23 13:17:57 2022 +0200 + + Change go mod root to + + github.com/CollActionteam/clothing-loop/server + +2 2 server/cmd/server-fcgi/main.go +2 2 server/cmd/server/main.go +1 1 server/go.mod +3 3 server/local/controllers/chain.go +3 3 server/local/controllers/contact.go +2 2 server/local/controllers/login.go +2 2 server/local/controllers/middleware.go +2 2 server/local/controllers/users.go +1 1 server/local/global/auth.go +1 1 server/local/global/database.go +1 1 server/local/global/mail.go +2 2 server/local/server.go +1 1 server/local/views/email.go + +commit e3b00c3e85fdbb83a7f37190f22049e60902afd1 +Author: Lucian I. Last +Date: Sat Jul 23 13:13:52 2022 +0200 + + Surround link with quotes + +3 1 server/config.example.yml +3 1 server/config.test.example.yml + +commit b50a6cdba6b995651f6e29838d05933a877ae1e7 +Author: Lucian I. Last +Date: Mon Jul 18 22:29:07 2022 +0200 + + Add docker to makefile Add Readme + +4 0 server/Makefile +13 0 server/README.md + +commit 8b0a40b82dadceb1c4bfa7590272ce4adae1bdfd +Author: Lucian I. Last +Date: Mon Jul 18 17:53:22 2022 +0200 + + Move to Makefile + +3 0 server/.editorconfig +8 0 server/Makefile +19 0 server/README.md +0 10 server/package.json + +commit 3a2a045324e72e70fa60d47862e00d9e1fd20489 +Author: Lucian I. Last +Date: Mon Jul 18 17:41:09 2022 +0200 + + Large commit + + * Easy startup with npm run start + * Move Config to globals + * Fix security issue where any user admin + could access other chains with similar privilages + * Add htaccess for fcgi support + +3 1 server/.gitignore +3 2 server/cmd/{server-fast-cgi => server-fcgi}/main.go +5 0 server/cmd/server-fcgi/static/.htaccess +4 3 server/cmd/server/main.go +8 2 server/config.example.yml +20 0 server/config.test.example.yml +3 7 server/local/controllers/chain.go +5 5 server/local/controllers/login.go +33 22 server/local/controllers/middleware.go +48 37 server/local/controllers/users.go +6 9 server/local/global/auth.go +35 0 server/local/global/config.go +2 8 server/local/global/database.go +3 26 server/local/global/mail.go +53 10 server/local/models/user.go +6 52 server/local/server.go +1 1 server/local/views/email.go +10 0 server/package.json + +commit a16cf5aae6e1ab0b3ab6c642e58decc3f4290aa9 +Author: Lucian I. Last +Date: Mon Jul 18 17:31:32 2022 +0200 + + start creating rest api functions + +16 0 frontend/src/api/contact.ts +13 0 frontend/src/api/login.ts +47 0 frontend/src/api/user.ts +40 0 frontend/src/types.ts + +commit 5e2eff7f8f63f1f05d1144d25ef29ece49c48be4 +Author: Lucian I. Last +Date: Sat Jul 16 00:43:01 2022 +0200 + + Fix delete newsletter + +1 1 server/local/controllers/contact.go + +commit 25bb3e72f5febba6a9769741232dfbfef872ca36 +Author: Lucian I. Last +Date: Sat Jul 16 00:42:35 2022 +0200 + + Change contact newsletter to use body + +8 8 server/local/controllers/contact.go + +commit acbe9bd674e93cafa5753b01dc96d62bd718c609 +Author: Lucian I. Last +Date: Wed Jul 13 20:43:19 2022 +0200 + + begin of golang server rewrite + +15 0 server/.editorconfig +3 0 server/.gitignore +19 0 server/cmd/server-fast-cgi/main.go +19 0 server/cmd/server/main.go +14 0 server/config.example.yml +31 0 server/docker/docker-compose.yml +133 0 server/docs/db-structure.puml +44 0 server/go.mod +122 0 server/go.sum +149 0 server/local/controllers/chain.go +56 0 server/local/controllers/contact.go +65 0 server/local/controllers/login.go +52 0 server/local/controllers/middleware.go +11 0 server/local/controllers/payments.go +211 0 server/local/controllers/users.go +144 0 server/local/global/auth.go +36 0 server/local/global/database.go +74 0 server/local/global/mail.go +87 0 server/local/models/chain.go +14 0 server/local/models/mail.go +10 0 server/local/models/newsletter.go +59 0 server/local/models/user.go +79 0 server/local/server.go +88 0 server/local/views/email.go +24 0 server/notes.md + +commit 736586a6e7b85636bcd65c4a554a728321fa53f4 +Author: Lucian I. Last +Date: Tue Jun 21 17:26:04 2022 +0200 + + More tailwind conversions + +0 170 frontend/src/App.css +4 4 frontend/src/components/AdminControlsNav/AdminControlsNav.tsx +10 3 frontend/src/components/Carousel.tsx +1 1 frontend/src/components/ChainParticipantsTable.tsx +1 1 frontend/src/components/Navbar.tsx +1 1 frontend/src/components/formActions.tsx +3 3 frontend/src/pages/AddChainAdmin.tsx +7 7 frontend/src/pages/ChainMemberList.tsx +1 1 frontend/src/pages/ChainsList.tsx +1 1 frontend/src/pages/Home.tsx +6 4 frontend/src/pages/Login.tsx +18 1 frontend/tailwind.config.js + +commit e935d2855eadfeba86ddd6391ef6a36ace628621 +Author: Lucian I. Last +Date: Tue Jun 21 16:51:49 2022 +0200 + + Move more to tailwind + +0 25 frontend/src/App.css +1 1 frontend/src/pages/FindChain.tsx +8 2 frontend/src/pages/LandingPage.tsx + +commit f330a648c41d54c66495f006d24dac2d3fdd2392 +Author: Lucian I. Last +Date: Tue Jun 21 16:38:52 2022 +0200 + + remove contact-form + +0 5 frontend/src/App.css +1 1 frontend/src/pages/Contacts.tsx + +commit 08961ac547e9070cd1310695a54a8d7b9160f1b2 +Author: Lucian I. Last +Date: Tue Jun 21 16:37:24 2022 +0200 + + chain published to tailwind + +0 30 frontend/src/App.css +2 2 frontend/src/pages/ChainsList.tsx +2 0 frontend/tailwind.config.js + +commit 125bc333a0136cc3e1c9978ce0b536f31c561352 +Merge: f13fffd7 1ac85689 +Author: Lucian I. Last +Date: Tue Jun 21 14:23:05 2022 +0200 + + Merge remote-tracking branch 'origin/main' into tailwind + +commit f13fffd773a9385f98b5b59ecd84d34037335b88 +Author: Lucian I. Last +Date: Tue Jun 21 08:55:59 2022 +0200 + + Bundle home first + +1 1 frontend/src/App.tsx + +commit f78e28222458ec3125acb4f2315b228a5d140f1b +Author: Lucian I. Last +Date: Tue Jun 21 08:47:59 2022 +0200 + + Move some css to tailwind + +0 59 frontend/src/App.css +3 3 frontend/src/pages/FindChain.tsx + +commit 5d9ca1d0d5a718fbcfa7614a434066556563eb02 +Author: Lucian I. Last +Date: Tue Jun 21 08:46:23 2022 +0200 + + Move to prettier on FindChain + +4 1 frontend/package.json +1 1 frontend/src/pages/FindChain.tsx + +commit caa4ee3b72e2e2168f3f5baf61e756d38502ce8a +Author: Lucian I. Last +Date: Tue Jun 21 08:43:00 2022 +0200 + + Lazy load pages + +31 26 frontend/src/App.tsx +2 2 frontend/src/pages/AddChainAdmin.tsx + +commit efd55ae4127bdee985e09562bf396862205dd441 +Author: Lucian I. Last +Date: Mon Jun 20 15:38:45 2022 +0200 + + Remove useless dependencies running tailwind CLI + +0 68 frontend/package-lock.json +0 2 frontend/package.json +0 6 frontend/postcss.config.js + +commit 9ae106685d2fa07597ba5ee1298cb9f41c4a6939 +Author: Lucian I. Last +Date: Mon Jun 20 11:52:12 2022 +0200 + + Add npm-run-all + +444 85 frontend/package-lock.json +2 1 frontend/package.json + +commit 774479d4ce499f628aff423daad7f976a63aa188 +Author: Lucian I. Last +Date: Mon Jun 20 11:46:42 2022 +0200 + + Responsive SearchBar using tailwind + +6 3 frontend/DOCUMENTATION.md +0 5 frontend/src/App.css +78 84 frontend/src/App.tsx +2 2 frontend/src/components/CategoriesDropdown.tsx +77 46 frontend/src/components/FindChain/SearchBar.tsx +2 2 frontend/src/components/Navbar.tsx +2 2 frontend/src/components/SizesDropdown.tsx +22 22 frontend/src/pages/Home.tsx +0 42 frontend/src/util/theme.ts +5 2 frontend/tailwind.config.js + +commit 1ac856894c6361793cd0293753d86e716de4700f +Author: tberm <49910363+tberm@users.noreply.github.com> +Date: Sun Jun 19 17:14:23 2022 +0100 + + Add option to close loop to new members (#245) + + * Add "open" switcher to loop admin page + + * Remove "join" button and show message when loop closed + + * Standardise button styling in loop popup + + * Use for text containing link + + * Firebase: check loop is open before adding a user + + * Remove duplicated guidance text for chain edit map + + * Interpolate link in translation + + * Fix alignment of popover icon with field + + * Make new loops open when creating them + + * Use "loop" instead of "ketting" in new NL translations + + * Make chains without the "open" field behave as if it is set to true + + * Deal with potentially unset "open" field in Firebase function + + * Rename new field: "open" -> "openToNewMembers" + + * Firebase: check loop is open when creating new user + + * Firebase: throw exception when loop to join is closed + +15 0 firebase/functions/src/index.ts +8 1 frontend/public/locales/en/translation.json +8 1 frontend/public/locales/nl/translation.json +1 0 frontend/src/components/DataExport.tsx +3 2 frontend/src/components/Popover.tsx +1 3 frontend/src/pages/ChainEdit.tsx +64 20 frontend/src/pages/ChainMemberList.tsx +36 37 frontend/src/pages/FindChain.tsx +2 1 frontend/src/types.ts +4 1 frontend/src/util/firebase/chain.ts +4 0 frontend/src/util/theme.ts + +commit 6377bb4605d671c43ae103223d9c0db9c60f52c3 +Author: Lucian I. Last +Date: Sun Jun 19 15:00:31 2022 +0200 + + Move back to react-scripts & Generate tailwind using cli + +1 0 frontend/.gitignore +0 7 frontend/craco.config.js +4142 1098 frontend/package-lock.json +9 5 frontend/package.json +1 1 frontend/src/index.tsx +1523 0 package-lock.json +5 0 package.json + +commit 27f020211702bada3beedacc639ec7108a0ae22c +Merge: 123cda77 e6a5bc1a +Author: Lucian I. Last +Date: Sun Jun 19 11:57:54 2022 +0200 + + Merge branch 'main' into tailwind + +commit e6a5bc1af18178a80e2cf093ae469d243a288908 +Author: Lucian I. Last +Date: Sun Jun 19 10:59:37 2022 +0200 + + Fix runtime error + +2 2 frontend/src/components/GeocoderSelector.tsx + +commit 123cda7718cf7cec3d67062a9429d634ab25fed1 +Author: Lucian I. Last +Date: Fri Jun 17 11:05:42 2022 +0200 + + Add notice about craco + +2 0 frontend/DOCUMENTATION.md + +commit d9f7dec7c8fc0d5fd46838a6b9f07758b3b71145 +Author: Lucian I. Last +Date: Fri Jun 17 10:54:15 2022 +0200 + + vscode tailwind addon recommendation + +3 0 frontend/.vscode/extensions.json + +commit 6f1893c07b752516afb265755a1363d5282eac70 +Author: Lucian I. Last +Date: Fri Jun 17 10:53:49 2022 +0200 + + Add documentation file with styling header + +15 0 frontend/DOCUMENTATION.md + +commit 6b97318eb261c1f40e3f155e8b24e73292f868d8 +Author: Lucian I. Last +Date: Fri Jun 17 10:48:04 2022 +0200 + + Add important root for higher specificity + +1 0 frontend/tailwind.config.js + +commit 06ee0a411b451c9ebcd911df53c02740fadfdad5 +Author: Lucian I. Last +Date: Fri Jun 17 09:03:56 2022 +0200 + + tailwind fonts + +1 0 frontend/src/tailwind.css +12 6 frontend/tailwind.config.js + +commit 643d0e5505cc9bcd3ba8a2a1e17203f27fb28e2d +Author: Lucian I. Last +Date: Thu Jun 16 17:19:33 2022 +0200 + + add tailwindcss + +7 0 frontend/craco.config.js +5560 4408 frontend/package-lock.json +8 5 frontend/package.json +6 0 frontend/postcss.config.js +6 5 frontend/src/index.tsx +3 0 frontend/src/tailwind.css +10 1 frontend/src/util/theme.ts +32 0 frontend/tailwind.config.js + +commit 17456194cbfc83cbbe5d6e938a01458de9203dd9 +Author: Lucian I. Last +Date: Thu Jun 16 11:00:43 2022 +0200 + + Moves all forgotten .js files to .tsx (#246) + + * Move files to typescript + + * Fix ts errors + + * use type ?string as userAddress + +1 1 frontend/src/App.tsx +5 7 frontend/src/components/ChainDetailsForm.tsx +49 30 frontend/src/components/{FormFields.js => FormFields.tsx} +11 4 frontend/src/components/{GeocoderSelector.js => GeocoderSelector.tsx} +1 0 frontend/src/components/SizesDropdown.tsx +7 2 frontend/src/components/{ThreeColumnLayout.js => ThreeColumnLayout.tsx} +14 4 frontend/src/components/formActions.tsx +3 3 frontend/src/pages/{ChainsList.js => ChainsList.tsx} +15 13 frontend/src/pages/{Contacts.js => Contacts.tsx} +7 6 frontend/src/pages/NewChainSignup.tsx +3 5 frontend/src/pages/Signup.tsx +24 21 frontend/src/pages/{UserEdit.js => UserEdit.tsx} + +commit 7e9bdec197b16a740d857e81fbe6b9849c0fa91d +Author: Lucian I. Last +Date: Tue Jun 7 15:09:44 2022 +0200 + + Add github action crowdin (#244) + +24 0 .github/workflows/crowdin.yml +3 0 crowdin.yml + +commit d63f97ba6efb5002d25827dd4554a732d7dd5b74 +Author: Lucian I. Last +Date: Mon Jun 6 17:14:37 2022 +0200 + + Move as much as possible into i18n keys (#243) + + * Show language switcher + + * Translations for Home.tsx + + * Add translation keys for LandingPageMobile and Donations + + * Add troublesWithTheSignupContactUs + + * Remove useless comment + + * Update Crowdin configuration file + + * New translations translation.json (Dutch) + + * Comment away for now the language switcher + + * New translations translation.json (Dutch) + + * Move more to translations + + * translate admin controls + + * Translate counters + + * Translations on donation and form validations + + * Add label translations + + * Allow for namespaces in crowdin + + * Add about translations + + * Add faq hosts + + * fix accordion html content + + * Add participants faq + + * Translate login + + * Add translation key for popover weWouldLikeToKnow + + * Fix bugs in language selector + + * New translations translation.json (Dutch) + + * New translations translation.json (Dutch) + + * New translations about.json (Dutch) + + * New translations faq.json (Dutch) + + * New translations translation.json (Dutch) + + * New translations faq.json (Dutch) + + * New translations translation.json (Dutch) + + * Fix crowdin config file + + * New translations translation.json (Dutch) + + * New translations faq.json (Dutch) + + * New translations translation.json (Dutch) + + * New translations about.json (Dutch) + + * New translations faq.json (Dutch) + + * New translations translation.json (Dutch) + + * New translations faq.json (Dutch) + + * New translations about.json (Dutch) + + * New translations faq.json (Dutch) + + * New translations translation.json (Dutch) + + * New translations faq.json (Dutch) + +3 0 crowdin.yml +7 0 frontend/public/locales/en/about.json +60 0 frontend/public/locales/en/faq.json +79 2 frontend/public/locales/en/translation.json +7 0 frontend/public/locales/nl/about.json +60 0 frontend/public/locales/nl/faq.json +118 41 frontend/public/locales/nl/translation.json +1 1 frontend/src/components/AccordionFaq/AccordionFaq.tsx +3 5 frontend/src/components/AdminControlsNav/AdminControlsNav.tsx +10 18 frontend/src/components/ChainDetailsForm.tsx +7 5 frontend/src/components/Counters/Counters.tsx +5 7 frontend/src/components/Donation/DonationCompleted.tsx +22 24 frontend/src/components/Donation/DonationForm.tsx +2 9 frontend/src/components/Donations.tsx +11 11 frontend/src/components/Footer.tsx +4 2 frontend/src/components/FooterMobile.tsx +3 3 frontend/src/components/FormFields.js +31 29 frontend/src/components/LanguageSwitcher.tsx +2 3 frontend/src/components/Navbar.tsx +11 10 frontend/src/components/Newsletter/Newsletter.tsx +8 10 frontend/src/components/formActions.tsx +1 0 frontend/src/index.tsx +30 82 frontend/src/pages/About.tsx +4 4 frontend/src/pages/Contacts.js +21 7 frontend/src/pages/FAQ/FAQ.tsx +0 81 frontend/src/pages/FAQ/hostsFaq.tsx +0 31 frontend/src/pages/FAQ/participantsFaq.tsx +19 49 frontend/src/pages/Home.tsx +5 9 frontend/src/pages/LandingPageMobile.tsx +8 12 frontend/src/pages/Login.tsx +17 23 frontend/src/pages/NewChainSignup.tsx +8 10 frontend/src/pages/Signup.tsx +5 5 frontend/src/pages/UserEdit.js +1 2 frontend/src/util/theme.ts + +commit 565fa35c254c7fb149352cfd6bbd6abfb3f69b8f +Author: Gilbert Emerson +Date: Thu Jun 2 15:23:37 2022 +0800 + + Refactor Dropdown (#233) + + * Remove checkbox styling to use theme color instead + + * Refactor Dropdown ListItemText styling + + * Refactor Dropdown FormControl styling + + * Refactor Dropdown renderValue + + * Set variant as props for CategoriesDropdown + + * Refactor Dropdown InputLabel styling + + * Conditionally render InputLabel + + * Refactor values and handlers + + * Change variantVal to variant + + * Change inputVisible to showInputLabel + + * Shorten code to be more concise + + * Clean dangling space + + * Add space between subsection for readability + + * Remove any type + + * Reorder and organize props in subsection + + * Refactor values and handlers + + * Remove fullWidth reference + + * Refactor SizesDropdown into 2 variants + + * Refactor CategoriesDropdown into 1 variant + + * Refactor SearchBar to use CategoriesDropdown + + * Cleanup styling + + * Cleanup import + + * Refactor AddChainAdmin styling + + * Reorder theme class + +4 9 frontend/src/App.css +64 42 frontend/src/components/CategoriesDropdown.tsx +12 12 frontend/src/components/ChainDetailsForm.tsx +16 66 frontend/src/components/FindChain/SearchBar.tsx +1 9 frontend/src/components/FindChain/StandaloneSearchBar.tsx +1 1 frontend/src/components/FormFields.js +78 79 frontend/src/components/SizesDropdown.tsx +27 12 frontend/src/pages/AddChainAdmin.tsx +5 7 frontend/src/pages/Signup.tsx +5 7 frontend/src/pages/UserEdit.js +20 87 frontend/src/util/theme.ts + +commit ef33c8b3092bcd55fee081e56862cc3f078b59da +Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> +Date: Mon May 30 12:53:07 2022 +0100 + + Error messages (#241) + + * helper link on signup forms + + * form error msg update + + * login error msg update + +1 1 frontend/public/locales/en/translation.json +1 1 frontend/public/locales/nl/translation.json +21 1 frontend/src/pages/NewChainSignup.tsx +14 1 frontend/src/pages/Signup.tsx +16 2 frontend/src/util/theme.ts + +commit 58474e99363872a09845bd07185966ae0d1e022c +Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> +Date: Thu May 19 15:56:39 2022 +0100 + + Updating several pages (#237) + + * automatically publish loop + + * removed button link + + * updated link + + * copy update + + * update radius val programmatically + +1 1 firebase/functions/src/index.ts +2 1 frontend/public/locales/en/translation.json +3 2 frontend/public/locales/nl/translation.json +0 8 frontend/src/components/AdminControlsNav/AdminControlsNav.tsx +4 1 frontend/src/components/Counters/Counters.tsx +1 1 frontend/src/components/Navbar.tsx +5 56 frontend/src/pages/FindChain.tsx +5 2 frontend/src/pages/Thankyou/Thankyou.tsx + +commit 90628c40315f05dba9ce1f723bc9156d07572c66 +Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> +Date: Wed May 18 13:18:53 2022 +0100 + + New logo (#236) + + * new thumbnail + + * new logo with logic based on location + + * bugfix on page link and navbar + + * updated email copy + + * fixed broken link path + +0 3 firebase/functions/src/index.ts +- - frontend/public/favicon.ico +- - frontend/public/logo192.png +- - frontend/public/logo512.png +21 13 frontend/src/components/Navbar.tsx +- - frontend/src/images/logos/The_Clothing_Loop_Logo.png +- - frontend/src/images/logos/The_Clothing_Loop_thumbnail.png +1 1 frontend/src/pages/ChainEdit.tsx +1 1 frontend/src/pages/ChainsList.js +1 1 frontend/src/pages/FindChain.tsx +2 2 frontend/src/pages/UserEdit.js +6 3 frontend/src/util/theme.ts + +commit 003d13be81c4a92721f5c07d102aa7b96fb28715 +Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> +Date: Tue May 17 22:36:15 2022 +0100 + + Bugfixing several pages (#235) + + * removed static dot on map + + * automatically publish new loops + + * updated emails signature + + * increased zoom val on search result + + * added plus sizes + + * updated copy for loop name input field + + * new loop signup copy update + + * updated dots colours + + * bugfix phone input field + +4 7 firebase/functions/src/index.ts +1 1 frontend/public/locales/en/translation.json +1 1 frontend/public/locales/nl/translation.json +7 0 frontend/src/App.css +1 1 frontend/src/pages/ChainMemberList.tsx +9 38 frontend/src/pages/FindChain.tsx +1 1 frontend/src/pages/NewChainLocation.tsx +1 1 frontend/src/pages/NewChainSignup.tsx +2 2 frontend/src/util/categories.ts + +commit 77ce47c92cbaf547b2b1672f743274aa79b4dce5 +Author: tberm <49910363+tberm@users.noreply.github.com> +Date: Sun May 15 09:44:00 2022 +0100 + + Fix validation error for no loop location never appearing (#234) + +1 1 frontend/src/components/ChainDetailsForm.tsx + +commit 3dafcbf3693352a6ba34ca4395044c7b0bf84c8a +Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> +Date: Thu May 12 21:15:57 2022 +0100 + + Thankyou pages update (#232) + + * component layout update + + * split content based on signup flow + + * copy update + + * signup auth email copy update + +22 29 firebase/functions/src/index.ts +6 3 frontend/public/locales/en/translation.json +6 3 frontend/public/locales/nl/translation.json +14 2 frontend/src/App.tsx +1 1 frontend/src/pages/NewChainLocation.tsx +52 8 frontend/src/pages/NewChainSignup.tsx +0 59 frontend/src/pages/Thankyou.tsx +24 0 frontend/src/pages/Thankyou/Thankyou.module.css +113 0 frontend/src/pages/Thankyou/Thankyou.tsx + +commit cc7e2106a0db4861e1902b79230e5ac08ba1ba0f +Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> +Date: Thu May 12 09:54:54 2022 +0100 + + New loop location form update (#231) + + * components layout update + + * styling update + + * translation + + * removed relevant inline styling + +1 1 frontend/public/locales/en/translation.json +1 1 frontend/public/locales/nl/translation.json +7 0 frontend/src/App.css +0 6 frontend/src/components/CategoriesDropdown.tsx +31 6 frontend/src/components/ChainDetailsForm.tsx +11 13 frontend/src/components/FormFields.js +1 0 frontend/src/components/formActions.tsx +0 3 frontend/src/pages/NewChainLocation.tsx +3 26 frontend/src/pages/NewChainSignup.tsx +1 0 frontend/src/util/theme.ts + +commit ba0ddc4c6ac0f1f1df7602c204fa927f9de19fc7 +Author: tberm <49910363+tberm@users.noreply.github.com> +Date: Tue May 10 11:43:06 2022 +0100 + + Use small/medium/large as options for men and women in both languages (#229) + +6 6 frontend/public/locales/en/translation.json +6 6 frontend/public/locales/nl/translation.json +2 2 frontend/src/util/categories.ts + +commit a3054e02ab4d26e03f6230c8b2cebd625b7a6f62 +Author: Gilbert Emerson +Date: Mon May 9 21:31:27 2022 +0800 + + Update material ui from v4 to v5 (#230) + + * Change all material-ui to mui + + * Fix Button styling in mui because span is removed in mui Button + + * Remove padding that is overriden in material-ui but resurfaces in mui + + * Change TextField variant to standard due to not being default in mui + + * Change Grid margin due to Grid behavior change in mui + + * Override padding that is previously overriden in material-ui but not overriden in mui + + * Revert to material-ui-phone-number due to support for mui and styling + + * Change TextField variant to standard due to not being default in mui + + * Override padding that is previously overriden in material-ui but not overriden in mui + + * Remove padding that is overriden in material-ui but resurfaces in mui + + * Change Grid margin due to Grid behavior change in mui + + * Remove any trace of @material-ui + + * Change Grid margin due to Grid behavior change in mui + + * Change TablePagination IconButton padding + + * Fix color to secondary as primary is the default in mui + + * Fix react-error-overlay bug that reappears + + * Remove classes that is overriden previously + + * Remove global specific class + + * Override default spacing and palette to follow previous material-ui styling + + * Remove font color to follow styling from previous material-ui + + * Override default spacing to follow previous styling from material-ui + + * Override input label focus color + + * Override font size to follow previous styling from material-ui + + * Override styling with styling from previous material-ui + + * Remove !important + + * Remove classes that gets overriden in previous material-ui + + * Change TablePagination IconButton padding + + * Style following previous material-ui as mui have different default style + + * Change material-ui to mui + + * Change Button to Typography because Button has ink splash + +12600 10942 frontend/package-lock.json +4 6 frontend/package.json +0 10 frontend/src/App.css +96 88 frontend/src/App.tsx +3 4 frontend/src/components/AccordionFaq/AccordionFaq.tsx +4 4 frontend/src/components/AdminControlsNav/AdminControlsNav.tsx +26 10 frontend/src/components/CategoriesDropdown.tsx +2 10 frontend/src/components/ChainDetailsForm.tsx +4 2 frontend/src/components/ChainParticipantsTable.tsx +2 4 frontend/src/components/Counters/Counters.tsx +2 4 frontend/src/components/DataExport.tsx +11 11 frontend/src/components/Donation/Donation.module.css +28 11 frontend/src/components/Donation/DonationForm.tsx +3 5 frontend/src/components/Donations.tsx +2 2 frontend/src/components/FindChain/ChainNotFound.tsx +17 3 frontend/src/components/FindChain/SearchBar.tsx +4 3 frontend/src/components/Footer.tsx +2 1 frontend/src/components/FooterMobile.tsx +12 7 frontend/src/components/FormFields.js +2 5 frontend/src/components/LanguageSwitcher.tsx +3 2 frontend/src/components/Layouts.tsx +34 14 frontend/src/components/Navbar.tsx +24 12 frontend/src/components/Newsletter/Newsletter.tsx +3 3 frontend/src/components/Popover.tsx +2 7 frontend/src/components/ProgressBar.tsx +37 10 frontend/src/components/SizesDropdown.tsx +7 6 frontend/src/components/Testimonials.tsx +3 2 frontend/src/components/ThreeColumnLayout.js +2 2 frontend/src/components/Typography.tsx +2 4 frontend/src/components/formActions.tsx +5 3 frontend/src/pages/About.tsx +8 4 frontend/src/pages/AddChainAdmin.tsx +3 3 frontend/src/pages/ChainEdit.tsx +13 8 frontend/src/pages/ChainMemberList.tsx +18 15 frontend/src/pages/ChainsList.js +7 6 frontend/src/pages/Contacts.js +2 2 frontend/src/pages/Donations/Donate.tsx +5 8 frontend/src/pages/FAQ/FAQ.tsx +14 11 frontend/src/pages/FindChain.tsx +3 4 frontend/src/pages/Home.tsx +1 2 frontend/src/pages/LandingPage.tsx +2 2 frontend/src/pages/LandingPageMobile.tsx +5 7 frontend/src/pages/Login.tsx +5 2 frontend/src/pages/LoginEmailFinished.tsx +2 2 frontend/src/pages/Logout.tsx +2 2 frontend/src/pages/MessageSubmitted.tsx +2 1 frontend/src/pages/NewChainLocation.tsx +3 5 frontend/src/pages/NewChainSignup.tsx +3 1 frontend/src/pages/PrivacyPolicy.tsx +4 6 frontend/src/pages/Signup.tsx +3 1 frontend/src/pages/TermsOfUse.tsx +2 2 frontend/src/pages/Thankyou.tsx +3 3 frontend/src/pages/UserEdit.js +77 24 frontend/src/util/theme.ts +0 14485 frontend/yarn.lock + +commit a48379c5d08e370cb6d474c532b4b80e68c84fb0 +Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> +Date: Sat May 7 12:53:03 2022 +0100 + + Admin controls nav (#226) + + * added component + + * translation + + * updated routing paths + + * revert irrelevant changes + + * route update + + * copy and img update + + * code refactoring + +4 4 firebase/functions/src/index.ts +3 1 frontend/public/locales/en/translation.json +3 1 frontend/public/locales/nl/translation.json +19 0 frontend/src/App.css +12 4 frontend/src/App.tsx +91 0 frontend/src/components/AdminControlsNav/AdminControlsNav.tsx +5 1 frontend/src/components/Counters/Counters.tsx +11 11 frontend/src/components/Navbar.tsx +- - frontend/src/images/Denise.jpg +- - frontend/src/images/Denise.png +0 5 frontend/src/pages/About.tsx +7 4 frontend/src/pages/LoginEmailFinished.tsx +7 0 frontend/src/util/theme.ts + +commit 82abe25c106951aa5108122e4a1230dc6d400a36 +Author: Gilbert Emerson +Date: Wed May 4 10:28:43 2022 +0800 + + Rest ful api (#224) + + * Ordered resource first before verb + + * Reordered routes + + * Cleaned routes + +18 15 frontend/src/App.tsx +1 1 frontend/src/components/FindChain/ChainNotFound.tsx +1 1 frontend/src/components/Footer.tsx +2 2 frontend/src/components/Navbar.tsx +4 4 frontend/src/pages/ChainMemberList.tsx +2 2 frontend/src/pages/FindChain.tsx +5 2 frontend/src/pages/NewChainLocation.tsx +8 2 frontend/src/pages/NewChainSignup.tsx + +commit 864332b2deac7fd236c72aadea59fa63fa44fef1 +Author: Gilbert Emerson +Date: Tue May 3 22:06:22 2022 +0800 + + Add co-host (#222) + + * Implement addUserAsChainAdmin firebase function + + * Refactor table component + + * Change loop admin to table view + + * Clean up styles + + * Create new page for adding new chain admin + + * Add back-end validation only chain admin of the chain can add new chain admin + +33 0 firebase/functions/src/index.ts +27 0 frontend/src/App.css +6 0 frontend/src/App.tsx +1 1 frontend/src/components/AuthProvider.tsx +140 0 frontend/src/components/ChainParticipantsTable.tsx +16 0 frontend/src/components/Typography.tsx +94 0 frontend/src/pages/AddChainAdmin.tsx +95 179 frontend/src/pages/ChainMemberList.tsx +1 0 frontend/src/types.ts +9 1 frontend/src/util/firebase/chain.ts +28 0 frontend/src/util/theme.ts + +commit 86dbf124632d3fc72561d8727fd7eb62e8ed392b +Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> +Date: Tue Apr 12 22:03:04 2022 +0200 + + Donations section live (#215) + + * copy, styling update + + * added donation to homepage + + * map marker styling update + +3 9 frontend/src/components/Donation/DonationForm.tsx +24 12 frontend/src/components/Donations.tsx +- - frontend/src/images/TCL-Jewellery.jpg +2 2 frontend/src/pages/FindChain.tsx +3 1 frontend/src/pages/Home.tsx + +commit e856db115e167618f606a2cfcca3ce7b32c504d2 +Author: tberm <49910363+tberm@users.noreply.github.com> +Date: Mon Apr 11 17:47:00 2022 +0100 + + Search bar on home page (#212) + + * Auto-fill search form and perform search using query string + + * Add search bar to home page + + * Remove unused import + +54 0 frontend/src/components/FindChain/StandaloneSearchBar.tsx +35 1 frontend/src/components/FindChain/index.tsx +2 2 frontend/src/components/Navbar.tsx +20 15 frontend/src/pages/FindChain.tsx +3 0 frontend/src/pages/Home.tsx + +commit 85ee2742f3880920f33c3ea0ee62d106ed6be1a1 +Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> +Date: Sun Apr 10 09:28:16 2022 +0200 + + Env var config (#211) + + * updated .yml files + + * logging var + + * logged accessToken + + * added global env var + +3 1 .github/workflows/deploy-firebase-acc.yml +3 1 .github/workflows/deploy-firebase-prod.yml +0 1 frontend/src/components/Donation/DonationForm.tsx + +commit 12a92726eb735d6573ce88bbed4cd1a0ca839c70 +Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> +Date: Sat Apr 9 10:10:03 2022 +0200 + + Env var config (#210) + + * updated .yml files + + * logging var + + * logged accessToken + +3 1 frontend/src/components/Donation/DonationForm.tsx + +commit cabd0e18d38575ede87d975ed0028779ab91aff1 +Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> +Date: Sat Apr 9 09:29:14 2022 +0200 + + Env var config (#209) + + * updated .yml files + + * logging var + +1 0 frontend/src/components/Donation/DonationForm.tsx + +commit d2d746882d71f4f5dd5373af3826b94a72b1798f +Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> +Date: Fri Apr 8 16:05:56 2022 +0200 + + updated .yml files (#208) + +1 0 .github/workflows/deploy-firebase-acc.yml +1 0 .github/workflows/deploy-firebase-prod.yml + +commit 07d362140b120be98f57eba8e0feb49d0e48bdff +Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> +Date: Fri Apr 8 09:54:53 2022 +0200 + + Donations update (#207) + + * added confirmation component + + * UI form update + + * code refactoring + + * hid recurring payments UI + + * re-added recurring payments UI + +2 0 frontend/.gitignore +1 1 frontend/src/App.tsx +56 20 frontend/src/components/Donation/Donation.module.css +103 69 frontend/src/components/Donation/Donation.module.scss +30 0 frontend/src/components/Donation/DonationCompleted.tsx +42 27 frontend/src/components/Donation/DonationForm.tsx +- - frontend/src/images/party-image.jpg +6 11 frontend/src/pages/{ => Donations}/Donate.tsx + +commit d62be3d8fa3cc5a823d3fead9b0e1340e505ab82 +Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> +Date: Fri Mar 25 09:37:26 2022 +0100 + + vimeo url update (#206) + +1 1 frontend/src/pages/About.tsx +1 1 frontend/src/pages/Home.tsx + +commit a5e005ab0717b1fa4728ef3ec33108987ff252ec +Author: Gilbert Emerson +Date: Tue Mar 22 15:02:25 2022 +0800 + + Mailchimp integration (#201) + + * Add contact to mailchimp + + * Catch error in frontend if add contact to mailchimp fails + + * Change interested_users collection id + + * Refactor repeated function + + * Log email in error clause + + * Fix bug success message is logged even if error caught + + * Fix leftover refactor + + * Fix await function + + * Only add user to newsletter if they give consent + + * Remove newlines + + * Fix missed scenario where user not added to mailchimp + + * Remove storing subscription status in firestore + + * Subscribe user to newsletter upon signup regardless status as host or participant or neither both + + * Update mailchimp subscription accordingly when user update profile + + * Grammatical fix + + * Refactoring + + * Fix grammar + + * Update deployment script + +14 1 .github/workflows/deploy-firebase-acc.yml +14 1 .github/workflows/deploy-firebase-prod.yml +299 12 firebase/functions/package-lock.json +2 0 firebase/functions/package.json +110 11 firebase/functions/src/index.ts +19 1 frontend/src/components/Newsletter/Newsletter.tsx + +commit 4ebb2634abcfa9a24d4600f497e0df3fca63c843 +Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> +Date: Mon Mar 14 10:38:58 2022 +0100 + + fixed iframe styling (#200) + +10 2 frontend/src/App.css +2 14 frontend/src/pages/About.tsx +1 8 frontend/src/pages/Home.tsx + +commit 3cc9e3b29547d814db43501eb50ab59f03997aa3 +Author: Gilbert Emerson +Date: Sun Mar 13 01:32:27 2022 +0800 + + Edit .eslintrc.json and reformat files (#203) + +13 5 firebase/functions/.eslintrc.js +284 284 firebase/functions/src/index.ts +32 32 firebase/functions/src/payments.ts + +commit ce38f4bebe6ae8efc06e21505d1b2c834069b66b +Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> +Date: Fri Mar 11 10:20:56 2022 +0100 + + updated Firebase rule for chainAdmin (#199) + +1 1 firebase/firestore.rules + +commit f3e713fcf68259b147aa46ea31ce9b1411544cde +Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> +Date: Mon Mar 7 15:57:39 2022 +0000 + + Design and copy updates (#197) + + * signup intro text + + * added iframe, copy update + + * newsletter signup copy update + + * map scrollZoom + + * url update + + * naming update + + * more naming, styling and logo update + + * cleaned code + + * lint errors fix + +2 2 firebase/functions/src/index.ts +1 1 frontend/src/components/Footer.tsx +3 2 frontend/src/components/Newsletter/Newsletter.tsx +1 1 frontend/src/components/formActions.tsx +- - frontend/src/images/logos/Logo-CollAction.png +1 1 frontend/src/pages/Donate.tsx +2 72 frontend/src/pages/FindChain.tsx +19 13 frontend/src/pages/Home.tsx +1 1 frontend/src/pages/MessageSubmitted.tsx +15 0 frontend/src/pages/NewChainSignup.tsx +7 8 frontend/src/util/theme.ts + +commit 835fd0a88e79b046621f3970222b6a10080db250 +Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> +Date: Sun Mar 6 17:22:16 2022 +0000 + + netlify config fix (#196) + +1 1 frontend/netlify.toml + +commit 14cc6bf34c53be15bd8f9651cf4bfeb28989c7bb +Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> +Date: Sun Mar 6 16:56:32 2022 +0000 + + Bugfix/netlify config (#194) + + * fix + + * removed 'self' + + * cleaned code + + * netlify config fix + + * fix + +1 1 frontend/netlify.toml + +commit 0f4ab9a887890b0d7d7c53bff41d744c6d0e174b +Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> +Date: Sun Mar 6 16:16:21 2022 +0000 + + Bugfix/netlify config (#193) + + * fix + + * removed 'self' + + * cleaned code + + * netlify config fix + +1 2 frontend/netlify.toml + +commit 2d319c670b3d63b5c860eca90fccf9af9f50a929 +Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> +Date: Sun Mar 6 08:42:26 2022 +0000 + + Bugfix/netlify config (#192) + + * fix + + * removed 'self' + + * cleaned code + +1 1 frontend/netlify.toml + +commit e2e4f7f31da821dcda69324475c5da645b922757 +Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> +Date: Fri Mar 4 08:55:50 2022 +0000 + + fix (#191) + +1 0 frontend/netlify.toml +3 4 frontend/package.json + +commit bbdfb93bb208d0645b012e913f2ad2bf9b98d003 +Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> +Date: Thu Mar 3 16:38:17 2022 +0000 + + Faq Update (#190) + + * metadata naming update + + * added faq styling + + * added AccordionFaq component + + * style fix + + * code cleaning + +2 2 frontend/public/index.html +3 3 frontend/src/App.tsx +37 0 frontend/src/components/AccordionFaq/AccordionFaq.tsx +121 114 frontend/src/pages/About.tsx +1 1 frontend/src/pages/ChainEdit.tsx +1 1 frontend/src/pages/ChainMemberList.tsx +1 1 frontend/src/pages/ChainsList.js +2 2 frontend/src/pages/Contacts.js +0 186 frontend/src/pages/FAQ.tsx +5 0 frontend/src/pages/FAQ/FAQ.module.css +62 0 frontend/src/pages/FAQ/FAQ.tsx +81 0 frontend/src/pages/FAQ/hostsFaq.tsx +31 0 frontend/src/pages/FAQ/participantsFaq.tsx +1 1 frontend/src/pages/FindChain.tsx +1 1 frontend/src/pages/Home.tsx +83 77 frontend/src/pages/LandingPageMobile.tsx +1 1 frontend/src/pages/Login.tsx +1 1 frontend/src/pages/LoginEmailFinished.tsx +1 1 frontend/src/pages/Logout.tsx +2 2 frontend/src/pages/MessageSubmitted.tsx +1 1 frontend/src/pages/NewChainLocation.tsx +1 1 frontend/src/pages/NewChainSignup.tsx +2 2 frontend/src/pages/PrivacyPolicy.tsx +1 1 frontend/src/pages/Signup.tsx +2 2 frontend/src/pages/TermsOfUse.tsx +1 1 frontend/src/pages/Thankyou.tsx +1 1 frontend/src/pages/UserEdit.js +0 2 frontend/src/util/firebase/firebaseConfig.ts +9 6 frontend/src/util/theme.ts + +commit 726fd1a0a130bdb35434757e0f77fe54383fc4a8 +Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> +Date: Tue Mar 1 15:26:19 2022 +0000 + + added correct carousel logic (#189) + +6 36 frontend/src/components/Carousel.tsx + +commit 7774c6807eff6c40131abb5885a3031651ebdeff +Author: JBijker +Date: Tue Mar 1 11:05:59 2022 +0100 + + #137 donation functionality (#157) + + * Added Stripe npm packages + + * Front-end donation flow + + * Front-end: donation form + + * Back-end: Initialize payment function + + * Back-end: Stripe webhook + + * Clean-up + + * Donations UI and styling fixes (#160) + + * added donations page and updated carousel + + * New loop location styling fix (#156) + + * form styling fix + + * merge commit + + * logos update and landing page fixes + + * fixed mobile view + + * added maxZoom and static popup to map + + * made pages responsive + + * removed unused code + + * removed unused code, updated styling + + * removed unused code + + * updated api keys + + * fixed landing page donations UI + + * made var keys configurable + + Co-authored-by: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> + Co-authored-by: Giulia Mummolo + +23 1 firebase/functions/package-lock.json +2 1 firebase/functions/package.json +12 3 firebase/functions/src/index.ts +194 0 firebase/functions/src/payments.ts +44968 0 frontend/package-lock.json +2 0 frontend/package.json +4 1 frontend/public/locales/en/translation.json +4 1 frontend/public/locales/nl/translation.json +7 0 frontend/src/App.css +2 0 frontend/src/App.tsx +36 6 frontend/src/components/Carousel.tsx +105 0 frontend/src/components/Donation/Donation.module.css +118 0 frontend/src/components/Donation/Donation.module.scss +304 0 frontend/src/components/Donation/DonationForm.tsx +131 0 frontend/src/components/Donations.tsx +- - frontend/src/images/logos/LOGO-IMPACTHUB.png +- - frontend/src/images/logos/Logo-CollAction.png +31 0 frontend/src/images/logos/logo-impacthub.svg +38 0 frontend/src/pages/Donate.tsx +71 0 frontend/src/pages/FindChain.tsx +1 0 frontend/src/pages/Home.tsx +31 0 frontend/src/util/firebase/payments.ts +16 6 frontend/src/util/theme.ts +12 0 frontend/yarn.lock + +commit 23cb943f5ed2bb6ed26a3f0fc55275d491a0f4f2 +Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> +Date: Thu Feb 24 10:47:28 2022 +0000 + + Testimonials (#181) + + * carousel logic + + * component layout + + * logic update + + * translation + + * component visibility + + * copy + +2 1 frontend/public/locales/en/translation.json +2 1 frontend/public/locales/nl/translation.json +265 0 frontend/src/components/Testimonials.tsx +- - frontend/src/images/logos/Logo-CollAction.png +5 2 frontend/src/pages/Home.tsx + +commit 7883210d1dda4367830d2f81c14de42972f9fce8 +Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> +Date: Wed Feb 23 18:07:21 2022 +0000 + + errors fix (#180) + +298 288 firebase/functions/src/index.ts + +commit a3ef52ca031b41120cee3c8f9ac1174841189e9f +Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> +Date: Thu Feb 17 10:18:48 2022 +0000 + + Landing page design fixes (#178) + + * implemented few UI remarks + + * url visibility update + + * added missing dutch translation + +1 1 frontend/public/locales/en/translation.json +1 1 frontend/public/locales/nl/translation.json +0 1 frontend/src/App.css +1 2 frontend/src/App.tsx +42 47 frontend/src/components/Footer.tsx +55 61 frontend/src/components/Navbar.tsx +4 53 frontend/src/components/formActions.tsx +5 5 frontend/src/pages/FindChain.tsx +11 13 frontend/src/pages/Home.tsx +56 19 frontend/src/util/theme.ts + +commit b71573219dddfc7046f2fbf4c1e1926ec662765a +Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> +Date: Tue Feb 15 09:41:53 2022 +0000 + + added confirmaton message (#177) + +62 47 frontend/src/components/Newsletter/Newsletter.tsx + +commit ab10f127a761300d0c56c3ccf674374438d3d6b8 +Author: tberm <49910363+tberm@users.noreply.github.com> +Date: Mon Feb 14 18:33:55 2022 +0000 + + Show dutch loops message on loops page load if user in NL (#176) + +3 1 frontend/public/locales/en/translation.json +3 1 frontend/public/locales/nl/translation.json +1 1 frontend/src/App.css +59 28 frontend/src/pages/FindChain.tsx +6 1 frontend/src/util/theme.ts + +commit 0dcd902987f5207e266c7949ee648221072aeff4 +Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> +Date: Sun Feb 13 16:43:54 2022 +0000 + + Legal copy update (#175) + + * privacy policy copy update + + * terms of use copy update + + * fixed iframe bug + + * code refactoring + +1 1 frontend/netlify.toml +30 16 frontend/src/pages/About.tsx +92 76 frontend/src/pages/PrivacyPolicy.tsx +28 21 frontend/src/pages/TermsOfUse.tsx + +commit 3ae15b379dae5e423bfc6d764e3e740e270d13a6 +Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> +Date: Wed Feb 9 11:31:08 2022 +0000 + + Few UI fixes (#174) + + * footer update + + * removed language switcher on navbar + + * media and home update + + * map and copy update + + * fixed pages scrolling bug + + * emails template + + * updated child-src directive (Safari error) + +36 7 firebase/functions/src/index.ts +1 1 frontend/netlify.toml +13 2 frontend/src/App.css +65 63 frontend/src/App.tsx +14 4 frontend/src/components/Footer.tsx +4 2 frontend/src/components/Navbar.tsx +- - frontend/src/images/Team-pics.jpg +- - frontend/src/images/numbered-bag-outdoors.jpg +- - frontend/src/images/press-clippings-site.jpg +36 19 frontend/src/pages/About.tsx +1 2 frontend/src/pages/FindChain.tsx +12 11 frontend/src/pages/Home.tsx +13 0 frontend/src/util/scrollToTop.tsx +32 4 frontend/src/util/theme.ts + +commit 952ff5a9b624242beb95e43fd359052fdfe8ff54 +Author: Gilbert Emerson +Date: Tue Feb 8 00:23:08 2022 +0800 + + Chain admin notification email (#166) + + * Send notification to chain admin when someone new joined the chain + + * Format firebase directory + +9 0 firebase/.prettierrc +52 21 firebase/functions/src/index.ts + +commit 87f4153c1b013c7f1bf4639a0745c5b579e94fa3 +Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> +Date: Tue Feb 1 22:34:01 2022 +0000 + + Donations UI and styling fix copy (#165) + + * fixed mobile view + + * added maxZoom and static popup to map + + * made pages responsive and added logos + + * fixed styling and removed unused code + + * fixed mapbox transpiling error + + * fixed login styling + +4 1 frontend/package.json +115 56 frontend/src/App.css +5 4 frontend/src/components/Footer.tsx +56 50 frontend/src/components/FooterMobile.tsx +2 2 frontend/src/components/Layouts.tsx +6 3 frontend/src/components/Newsletter/Newsletter.tsx +- - frontend/src/images/logos/DOEN.png +- - frontend/src/images/logos/Logo-CollAction.png +- - frontend/src/images/logos/Logo_impact_hub.png +- - frontend/src/images/logos/PNH_logo.png +- - frontend/src/images/map_image.png +96 7 frontend/src/pages/FindChain.tsx +57 20 frontend/src/pages/Home.tsx +145 23 frontend/src/util/theme.ts + +commit 39f2f4c541a28bb3e252c951dd1c1a037267d4f0 +Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> +Date: Tue Feb 1 18:51:20 2022 +0000 + + Text and media update (#164) + + * replaced some images and copy + + * updated links + + * more images update + + * about page + + * updated popover text + + * image update + + * legal pages + + * FAQ page and fixed links + + * email copy update and fixed more links + + * Update translation + + Co-authored-by: tberm <49910363+tberm@users.noreply.github.com> + + * Update page path + + Co-authored-by: tberm <49910363+tberm@users.noreply.github.com> + + * removed unused code and added target attribute + + Co-authored-by: tberm <49910363+tberm@users.noreply.github.com> + +303 292 firebase/functions/src/index.ts +- - frontend/public/favicon.ico +8 3 frontend/public/locales/en/translation.json +8 3 frontend/public/locales/nl/translation.json +2 1 frontend/src/App.css +13 1 frontend/src/App.tsx +2 2 frontend/src/components/Carousel.tsx +5 5 frontend/src/components/Counters/Counters.tsx +2 3 frontend/src/components/FindChain/ChainNotFound.tsx +6 7 frontend/src/components/Footer.tsx +18 54 frontend/src/components/formActions.tsx +- - frontend/src/images/Join-Loop.jpg +- - frontend/src/images/Kirsten en Rosan.jpg +- - frontend/src/images/Kirsten-Rosan.jpg +- - frontend/src/images/Login.jpg +- - frontend/src/images/Selfies.jpg +- - frontend/src/images/Tassen-voor-carrousel2.jpg +- - frontend/src/images/Tassen-voor-carrousel3.jpg +104 0 frontend/src/pages/About.tsx +20 14 frontend/src/pages/ChainMemberList.tsx +186 0 frontend/src/pages/FAQ.tsx +23 23 frontend/src/pages/Home.tsx +7 12 frontend/src/pages/Login.tsx +1 1 frontend/src/pages/MessageSubmitted.tsx +328 0 frontend/src/pages/PrivacyPolicy.tsx +2 2 frontend/src/pages/Signup.tsx +350 0 frontend/src/pages/TermsOfUse.tsx +4 3 frontend/src/pages/Thankyou.tsx +59 8 frontend/src/util/theme.ts + +commit 0e9274aede46f701f8748219ca18e339ce50e4c0 +Author: tberm <49910363+tberm@users.noreply.github.com> +Date: Sun Jan 30 16:36:27 2022 +0000 + + Add map to loop edit (#163) + + * Extract chain details form into separate component + + * Update ChainEdit page to match NewChainLocation + + * clothing type and size for a chain changed to arrays for consistency + with Firestore functions + * return undefined rather than a partial object if trying to get a + non-existent chain from Firebase + + * Reformat with prettier + +3 0 firebase/functions/src/index.ts +1 0 frontend/public/locales/en/translation.json +1 0 frontend/public/locales/nl/translation.json +1 1 frontend/src/components/CategoriesDropdown.tsx +322 0 frontend/src/components/ChainDetailsForm.tsx +0 191 frontend/src/pages/ChainEdit.js +91 0 frontend/src/pages/ChainEdit.tsx +9 5 frontend/src/pages/ChainMemberList.tsx +28 337 frontend/src/pages/NewChainLocation.tsx +6 2 frontend/src/pages/Signup.tsx +1 0 frontend/src/types.ts +3 1 frontend/src/util/firebase/chain.ts + +commit e686d0171591c0ecafb75f256cae82ac1a963845 +Author: tberm <49910363+tberm@users.noreply.github.com> +Date: Sat Jan 29 16:00:31 2022 +0000 + + Form fixes (#159) + + * Make forms less laggy by only validating on blur + + * Fixes to contact form + + * Use Formik form state rather than handling values separately + * Fix "name" field being used in place of "message" field + * Make all the fields required + + * Make validation logic consistent / formatting tweaks + + * Make loop clothing type and size required + +6 2 frontend/src/pages/ChainEdit.js +17 21 frontend/src/pages/Contacts.js +6 9 frontend/src/pages/NewChainLocation.tsx +1 0 frontend/src/pages/NewChainSignup.tsx +1 0 frontend/src/pages/Signup.tsx +2 1 frontend/src/pages/UserEdit.js + +commit 6a12b7b257fcfb89866919fdfc28816e22785482 +Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> +Date: Sat Jan 22 15:26:11 2022 +0000 + + New loop location styling fix (#156) + + * form styling fix + + * merge commit + +6 1 frontend/src/components/FormFields.js +16 7 frontend/src/pages/NewChainLocation.tsx +1 1 frontend/src/pages/Signup.tsx +39 0 frontend/src/util/theme.ts +1 1 frontend/yarn.lock + +commit 26515f1b608a149f5c71e898826f4e19d75e71a6 +Author: Gilbert Emerson +Date: Sat Jan 22 01:29:07 2022 +0800 + + Refactor SearchBar #149 (#153) + + * Convert SearchBar to controlled component + + * Fix bug + + * Abstract SearchBar related components away from FindChain page + + * Remove redundant div + +58 0 frontend/src/components/FindChain/ChainNotFound.tsx +124 0 frontend/src/components/FindChain/SearchBar.tsx +91 0 frontend/src/components/FindChain/index.tsx +0 251 frontend/src/components/SearchBar.tsx +34 11 frontend/src/pages/FindChain.tsx +5252 2778 frontend/yarn.lock + +commit 84dd8aeb14b0ac51ffab467ff84d64219523e30a +Author: tberm <49910363+tberm@users.noreply.github.com> +Date: Wed Jan 19 12:22:07 2022 +0000 + + New loop flow redesign (new location step) (#151) + + * Redesign of new chain location step: interactive map + + * cleaned lock file and fixed react error + + * contact page redesign + + * form styling, updated react-scripts, cleaned code + + * Add geocoder search bar above new loop map + + * updated font and mui components + + * updated languages, alerts and pages styling + + * yarn update + + * New chain location form layout + + * Bind form radius field with size of circle on map + + * Remove unused variable + + * Make clothing sizes nested under gender + + * Add clothing gender/size select field functionality + + * Add progress bar to new location step + + * Restore padding for grid items (removed with merge) + + * Translations for new location form and clothing type/size options + + * Place geocoder search bar inside map + + * Incorporate map into form and add validation + + * Get place name from coords and submit chain details to firebase + + * Fixes to gender/size dropdowns following changes to categories object + + * Remove differences with main that came from merge from other branch + + * Minor tweaks after reviewing branch + + * Apply prettier to modified files + + Co-authored-by: Giulia Mummolo + +1 0 frontend/package.json +17 0 frontend/public/locales/en/translation.json +17 0 frontend/public/locales/nl/translation.json +12 0 frontend/src/App.css +5 5 frontend/src/components/CategoriesDropdown.tsx +62 3 frontend/src/components/FormFields.js +3 3 frontend/src/components/SearchBar.tsx +10 10 frontend/src/components/SizesDropdown.tsx +4 5 frontend/src/index.tsx +0 2 frontend/src/pages/ChainEdit.js +12 2 frontend/src/pages/Geocoding.tsx +0 379 frontend/src/pages/NewChainLocation.js +375 0 frontend/src/pages/NewChainLocation.tsx +2 2 frontend/src/pages/NewChainSignup.tsx +1 1 frontend/src/pages/UserEdit.js +4 0 frontend/src/types.ts +13 16 frontend/src/util/categories.ts +1 1 frontend/src/util/firebase/chain.ts +12 1 frontend/src/util/theme.ts +2835 5099 frontend/yarn.lock + +commit 638ea17efd574bb222548485c046fa168ff69367 +Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> +Date: Tue Jan 18 19:01:40 2022 +0000 + + Styling update (#150) + + * base styling sheets update + + * updated few components + + * updated confirmation pages + + * confirmation pages update + + * restyled map popup + + * restyled contact form + + * restyled user/chain edit forms + + * restyled login/signup pages + + * fixed image naming + +3 2 frontend/public/locales/en/translation.json +3 2 frontend/public/locales/nl/translation.json +73 8 frontend/src/App.css +14 0 frontend/src/components/FormFields.js +1 0 frontend/src/components/LanguageSwitcher.tsx +5 1 frontend/src/components/Popover.tsx +15 10 frontend/src/components/SearchBar.tsx +6 1 frontend/src/components/SizesDropdown.tsx +- - frontend/src/images/numbered-bag-outdoors.png +3 2 frontend/src/pages/ChainEdit.js +16 8 frontend/src/pages/Contacts.js +12 20 frontend/src/pages/FindChain.tsx +78 63 frontend/src/pages/Login.tsx +23 8 frontend/src/pages/MessageSubmitted.tsx +16 5 frontend/src/pages/NewChainSignup.tsx +81 75 frontend/src/pages/Signup.tsx +16 8 frontend/src/pages/Thankyou.tsx +12 12 frontend/src/pages/UserEdit.js +158 111 frontend/src/util/theme.ts + +commit 9fe39e674aa50b6cb044b18c082b39e682b8f3a6 +Author: Gilbert Emerson +Date: Wed Jan 19 01:20:39 2022 +0800 + + Setup .prettierrc #144 (#148) + + * Setup .prettierrc + + * Run prettier on all files using the config file + +9 0 frontend/.prettierrc +18 19 frontend/src/App.css +3 3 frontend/src/App.test.tsx +14 10 frontend/src/components/AuthProvider.tsx +3 3 frontend/src/components/ChainsProvider.tsx +1 1 frontend/src/components/Counters/Counters.tsx +1 5 frontend/src/components/Counters/SingleCounter.tsx +1 1 frontend/src/components/Layouts.tsx +33 33 frontend/src/components/Newsletter/Newsletter.tsx +1 1 frontend/src/components/formActions.tsx +16 12 frontend/src/i18n.tsx +7 7 frontend/src/index.tsx +45 46 frontend/src/pages/FindChain.tsx +1 1 frontend/src/pages/Home.tsx +1 1 frontend/src/pages/LandingPageMobile.tsx +1 1 frontend/src/pages/MessageSubmitted.tsx +1 4 frontend/src/pages/NewChainSignup.tsx +2 2 frontend/src/reportWebVitals.ts +1 1 frontend/src/setupTests.ts +3 9 frontend/src/util/firebase/chain.ts +2 2 frontend/src/util/firebase/firebaseConfig.ts +3 3 frontend/src/util/firebase/mail.ts +6 6 frontend/src/util/firebase/newsletter.ts +16 16 frontend/src/util/firebase/user.ts +2 9 frontend/tsconfig.json + +commit ed4c1fc3a5eebec9be84125a47d26f9b337600cb +Author: Gilbert Emerson +Date: Wed Jan 19 01:17:03 2022 +0800 + + Use React Context for chains #136 (#143) + + * Implement ChainsProvider Context + + * Remove unefficient chains querying + + * Use ChainsProvider Context + +61 50 frontend/src/App.tsx +20 0 frontend/src/components/ChainsProvider.tsx +3 11 frontend/src/components/Counters/Counters.tsx +5 11 frontend/src/pages/ChainsList.js +9 12 frontend/src/pages/FindChain.tsx +4 13 frontend/src/pages/Home.tsx +0 7 frontend/src/util/firebase/chain.ts + +commit ef6597bd7e0ec31dd4e7210ddef49ac42d44ce3c +Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> +Date: Mon Jan 17 11:18:52 2022 +0000 + + Data export (#145) + + * added react-csv package + + * added DataExport component + + * added DataExport component to pages + +2 0 frontend/package.json +1 0 frontend/public/locales/en/translation.json +1 0 frontend/public/locales/nl/translation.json +103 0 frontend/src/components/DataExport.tsx +30 28 frontend/src/pages/ChainMemberList.tsx +3 1 frontend/src/pages/ChainsList.js +25 1 frontend/src/util/theme.ts +12 0 frontend/yarn.lock + +commit 758f9a569d893fb985dd92d509277bd17751371e +Author: Gilbert Emerson +Date: Mon Jan 17 12:18:15 2022 +0800 + + Clustering (#133) (#142) + + * Implement clustering + + * Fix only show published chain + + * Points and clusters styling + + * Fix gender precedence using include instead of first element in array (preserving older logic) + + * Fix bug unpublshed chain might be displayed erroneously + +136 36 frontend/src/pages/FindChain.tsx +916 936 frontend/yarn.lock + +commit 4b77c1734db571ae80867e2b2520f68c78fb08b2 +Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> +Date: Sat Jan 15 18:14:59 2022 +0000 + + Admin actions pages redesign (#141) + + * user edit functionality + + * edit loop functionality + + * implemented loops list + + * added attribute to component + + * removed active users field + +11 2 frontend/public/locales/en/translation.json +10 1 frontend/public/locales/nl/translation.json +3 21 frontend/src/App.css +89 0 frontend/src/components/CategoriesDropdown.tsx +4 1 frontend/src/components/GeocoderSelector.js +2 2 frontend/src/components/Layouts.tsx +1 0 frontend/src/components/SearchBar.tsx +16 1 frontend/src/components/SizesDropdown.tsx +3 0 frontend/src/images/right-arrow-white.svg +55 136 frontend/src/pages/ChainEdit.js +1 1 frontend/src/pages/ChainMemberList.tsx +121 100 frontend/src/pages/ChainsList.js +1 0 frontend/src/pages/NewChainSignup.tsx +1 0 frontend/src/pages/Signup.tsx +67 28 frontend/src/pages/UserEdit.js +86 22 frontend/src/util/theme.ts + +commit 40a7098d099d05bfc76a1a837267916b0fa9d021 +Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> +Date: Thu Jan 13 20:58:03 2022 +0000 + + added google fonts to netlify headers (#139) + +2 2 frontend/netlify.toml + +commit 2f6c16cf86ae4f3f40530ed8b9add24f30e31421 +Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> +Date: Wed Jan 12 17:26:20 2022 +0000 + + Header/footer and internationalization fix (#138) + +0 0 frontend/public/locales/{english => en}/translation.json +0 0 frontend/public/locales/{dutch => nl}/translation.json +47 39 frontend/src/components/Footer.tsx +3 4 frontend/src/components/LanguageSwitcher.tsx +64 53 frontend/src/components/Navbar.tsx + +commit 3ab6199b09fbb389b735008f8cd478069c93c57c +Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> +Date: Tue Jan 11 14:16:42 2022 +0000 + + Landing page design rebase (#135) + + * WIP + + * first redesign iteration + + * added more sections and fixed buttons styling + + * mobile view + + * WIP + + * counters logic + + removed unused package + + * styling settings migration + + * carousel and logos update + + * Newsletter (#129) (#132) + + * Install Playfair Display font + + * Implement Newsletter component with styling + + * Implement newsletter firebase functionalities + + * Fix lint error + + * counters sorting + + * header and footer redesign + + * minor styling fix + + * Navbar code refactoring + + * counters hook refactor + + Co-authored-by: Gilbert Emerson + +25 0 firebase/functions/src/index.ts +2 0 frontend/package.json +2 1 frontend/public/locales/dutch/translation.json +2 1 frontend/public/locales/english/translation.json +118 23 frontend/src/App.css +3 16 frontend/src/App.tsx +19 0 frontend/src/components/Carousel.tsx +70 0 frontend/src/components/Counters/Counters.tsx +36 0 frontend/src/components/Counters/SingleCounter.tsx +18 0 frontend/src/components/Counters/hooks.tsx +49 24 frontend/src/components/Footer.tsx +74 0 frontend/src/components/FooterMobile.tsx +1 2 frontend/src/components/LanguageSwitcher.tsx +25 25 frontend/src/components/Navbar.tsx +124 0 frontend/src/components/Newsletter/Newsletter.tsx +3 0 frontend/src/components/Newsletter/arrow-right.svg +- - frontend/src/fonts/Montserrat.ttf +- - frontend/src/images/Nichon_zelfportret.jpg +- - frontend/src/images/Utrecht.jpeg +3 0 frontend/src/images/arrow_vector.svg +- - frontend/src/images/carousel_image_one.png +- - frontend/src/images/carousel_image_two.png +- - frontend/src/images/circles.png +- - frontend/src/images/clothes.png +- - frontend/src/images/hero-image.png +3 0 frontend/src/images/horizontal_arrow.svg +3 0 frontend/src/images/horizontal_arrow_large.svg +- - frontend/src/images/image_3.png +- - frontend/src/images/logos/LOGO-IMPACTHUB.png +- - frontend/src/images/logos/Logo-CollAction.png +- - frontend/src/images/logos/Logo_WDCD.png +3 0 frontend/src/images/logos/essense-logo.svg +- - frontend/src/images/{ => logos}/sfm_logo.png +- - frontend/src/images/map_image.png +3 0 frontend/src/images/right-arrow-yellow.svg +224 42 frontend/src/pages/Home.tsx +103 0 frontend/src/pages/LandingPageMobile.tsx +16 9 frontend/src/util/firebase/chain.ts +24 0 frontend/src/util/firebase/newsletter.ts +670 38 frontend/src/util/theme.ts +93 8 frontend/yarn.lock + +commit 522b248b9de06c4d08bf64e9a10a883de63d9d87 +Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> +Date: Thu Dec 30 22:35:36 2021 +0100 + + Bugfix/header footer visibility landing (#131) + + * added check for header footer visibility + + * added comment + +15 2 frontend/src/App.tsx + +commit 9c748b4eb64b00feffa56e06edb7283602413c45 +Author: Gilbert Emerson +Date: Thu Dec 30 02:47:51 2021 +0800 + + Admin page redesign (#119) (#127) + + * Re-install font Monserrat + + * Temporary fix for react-error-overlay bug having blocking transparent iFrame + + * Add util function to remove user from chain + + * Initial overall change to admin page + + * Use emulator for local dev environment + + * Finalize styling + + * Fix bug not calling auth emulator on reload + +3 0 firebase/.gitignore +16 1 firebase/firebase.json +2 0 firebase/functions/.gitignore +1 0 firebase/functions/package-lock.json +5 0 frontend/package.json +37 45 frontend/src/App.css +5 1 frontend/src/components/AuthProvider.tsx +261 191 frontend/src/pages/ChainMemberList.tsx +1 1 frontend/src/pages/ChainsList.js +4 0 frontend/src/util/firebase/chain.ts +4 0 frontend/src/util/firebase/firebaseConfig.ts +4 0 frontend/src/util/firebase/mail.ts +23 11 frontend/src/util/firebase/user.ts +259 304 frontend/yarn.lock + +commit d92728be7cd991894da0592a8c4374059ad398e7 +Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> +Date: Wed Dec 29 15:17:38 2021 +0100 + + Feature/more styling fixes (#128) + + * contact page redesign + + * form styling, updated react-scripts, cleaned code + + * updated font and mui components + + * updated languages, alerts and pages styling + + * removed unused import + +0 6 frontend/public/index.html +6 1 frontend/public/locales/{nl => dutch}/translation.json +6 1 frontend/public/locales/{en => english}/translation.json +28 16 frontend/src/App.css +7 0 frontend/src/App.tsx +7 6 frontend/src/components/FormFields.js +0 3 frontend/src/components/GeocoderSelector.js +2 2 frontend/src/components/LanguageSwitcher.tsx +2 2 frontend/src/components/Layouts.tsx +2 8 frontend/src/components/Navbar.tsx +64 0 frontend/src/components/Popover.tsx +45 0 frontend/src/components/ProgressBar.tsx +28 17 frontend/src/components/SearchBar.tsx +5 5 frontend/src/components/SizesDropdown.tsx +- - frontend/src/fonts/Montserrat.ttf +1 1 frontend/src/pages/ChainEdit.js +94 73 frontend/src/pages/Contacts.js +2 1 frontend/src/pages/FindChain.tsx +1 1 frontend/src/pages/Home.tsx +10 2 frontend/src/pages/Login.tsx +29 11 frontend/src/pages/LoginEmailFinished.tsx +23 9 frontend/src/pages/Logout.tsx +38 0 frontend/src/pages/MessageSubmitted.tsx +7 14 frontend/src/pages/NewChainLocation.js +21 14 frontend/src/pages/NewChainSignup.tsx +16 14 frontend/src/pages/Signup.tsx +23 13 frontend/src/pages/Thankyou.tsx +0 4 frontend/src/pages/UserEdit.js +138 38 frontend/src/util/theme.ts + +commit 979a646b7f111462743a1b4c17a6c4d8ad41e9c2 +Author: tberm <49910363+tberm@users.noreply.github.com> +Date: Sun Dec 19 12:32:25 2021 +0000 + + Header redesign (#124) + + * Re-style footer and add across all pages + + * Undo accidentally committed change + + * Move styling into theme.ts + + * Move styling for top-level app wrapper from in-line to css + + * Minor cleanup tweaks before PR + + * Update nav links text to match changes in Figma design + + * Standardise font size of header elements + + * Add placeholder logo to header and tweak layout + + * Make logo in header a link to the home page + + * Add 'Download" button and show/hide buttons depending on role + + * Increase font size of header elements + + * Remove unused import; minor formatting tweak + +1 0 frontend/public/locales/en/translation.json +1 0 frontend/public/locales/nl/translation.json +61 40 frontend/src/components/Navbar.tsx +29 1 frontend/src/util/theme.ts + +commit 389b0934a90cefba4ef70d6671f1bc5f4b539752 +Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> +Date: Thu Dec 16 13:22:33 2021 +0000 + + Signup styling and minor fixes (#123) + + * merge changes + + * signup forms redesign and fixed few styling bugs + + * updated mui library + +7 5 frontend/package.json +10 3 frontend/public/locales/en/translation.json +8 1 frontend/public/locales/nl/translation.json +94 2 frontend/src/App.css +4 5 frontend/src/App.tsx +10 3 frontend/src/components/GeocoderSelector.js +20 2 frontend/src/components/Layouts.tsx +144 0 frontend/src/components/formActions.tsx +70 67 frontend/src/pages/ChainMemberList.tsx +1 1 frontend/src/pages/ChainsList.js +19 18 frontend/src/pages/FindChain.tsx +0 3 frontend/src/pages/Geocoding.tsx +58 46 frontend/src/pages/Login.tsx +1 1 frontend/src/pages/LoginEmailFinished.tsx +13 128 frontend/src/pages/NewChainSignup.tsx +13 127 frontend/src/pages/Signup.tsx +24 14 frontend/src/pages/Thankyou.tsx +94 12 frontend/src/util/theme.ts +3026 3450 frontend/yarn.lock + +commit 559ae56f2459f7debc28f8cd08376615ad07bae1 +Author: tberm <49910363+tberm@users.noreply.github.com> +Date: Thu Dec 9 13:51:25 2021 +0000 + + Footer redesign (#121) + + * Re-style footer and add across all pages + + * Undo accidentally committed change + + * Move styling into theme.ts + + * Move styling for top-level app wrapper from in-line to css + + * Minor cleanup tweaks before PR + + * Update nav links text to match changes in Figma design + + * Tweaks to code style from PR comments + +6 20 frontend/src/App.css +3 1 frontend/src/App.tsx +28 11 frontend/src/components/Footer.tsx +0 1 frontend/src/pages/Home.tsx +38 0 frontend/src/util/theme.ts + +commit db9423162d9a52abbebb46081175e5f7fb69a69f +Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> +Date: Wed Dec 8 17:15:06 2021 +0000 + + Sizing and signup redesign (#122) + + * components update + + * geocoding update + + * sizing update and part of signup redesign + +8 8 firebase/functions/src/index.ts +3 1 frontend/package.json +6 0 frontend/public/index.html +8 1 frontend/public/locales/en/translation.json +8 1 frontend/public/locales/nl/translation.json +41 6 frontend/src/App.css +13 7 frontend/src/components/FormFields.js +1 9 frontend/src/components/GeocoderSelector.js +2 2 frontend/src/components/LanguageSwitcher.tsx +46 0 frontend/src/components/Layouts.tsx +13 34 frontend/src/components/SearchBar.tsx +140 0 frontend/src/components/SizesDropdown.tsx +1 1 frontend/src/pages/ChainEdit.js +2 2 frontend/src/pages/FindChain.tsx +40 0 frontend/src/pages/Geocoding.tsx +112 97 frontend/src/pages/NewChainSignup.tsx +163 142 frontend/src/pages/Signup.tsx +2 9 frontend/src/pages/UserEdit.js +1 1 frontend/src/types.ts +13 1 frontend/src/util/categories.ts +1 1 frontend/src/util/firebase/user.ts +55 4 frontend/src/util/theme.ts +590 15 frontend/yarn.lock + +commit a16c12cad9e56342d561748ecd588572ce63615e +Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> +Date: Fri Dec 3 22:37:07 2021 +0000 + + Find loops redesign (#120) + + * find loops page and header redesign + + * removed unused variables + + * removed unused file + + * added types and refactored filter function + + * fixed type + +22 2 frontend/public/locales/en/translation.json +21 1 frontend/public/locales/nl/translation.json +45 75 frontend/src/App.css +31 17 frontend/src/components/LanguageSwitcher.tsx +12 7 frontend/src/components/Navbar.tsx +255 0 frontend/src/components/SearchBar.tsx +88 309 frontend/src/pages/FindChain.tsx +225 21 frontend/src/util/theme.ts + +commit 3c67a3c19368771556b645cd351b90f95b71ca07 +Author: emreesendir <42443790+emreesendir@users.noreply.github.com> +Date: Tue Nov 16 21:02:30 2021 +0100 + + Contact mail (#111) + + * contact mail + + * contact mail + + * contact mail + + * contact mail + + * contact mail + +2 1 .github/workflows/deploy-firebase-acc.yml +2 1 .github/workflows/deploy-firebase-prod.yml +47 0 firebase/functions/src/index.ts +26 2 frontend/src/pages/Contacts.js +20 0 frontend/src/util/firebase/mail.ts + +commit d6eee8a7cfdf8e7a509733396eaebae805070c0b +Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> +Date: Thu Oct 28 13:11:23 2021 +0100 + + added new map functionalities and styling (#105) + +4 0 frontend/package.json +51 4 frontend/src/App.css +32 10 frontend/src/components/LanguageSwitcher.tsx +2 1 frontend/src/components/Navbar.tsx +1 1 frontend/src/pages/ChainEdit.js +1 1 frontend/src/pages/ChainsList.js +56 7 frontend/src/pages/FindChain.tsx +2 2 frontend/src/pages/NewChainLocation.js +3 3 frontend/src/pages/NewChainSignup.tsx +1 1 frontend/src/pages/Signup.tsx +1 1 frontend/src/pages/UserEdit.js +6 6 frontend/src/util/theme.ts +259 4 frontend/yarn.lock + +commit 2eca491c448c18b4f345369c8aacecbad52a40a9 +Author: emreesendir <42443790+emreesendir@users.noreply.github.com> +Date: Sun Oct 24 16:54:04 2021 +0200 + + Issue #96 newsletters t&c popup (#104) + + * newsletters t&c popup + + * newsletters t&c popup + +0 2 frontend/src/App.tsx +111 8 frontend/src/pages/NewChainSignup.tsx +0 38 frontend/src/pages/PrivacyPolicy.tsx +111 8 frontend/src/pages/Signup.tsx + +commit c83f171bbe5b753cfa4af73dacd6a685a9ceb8c8 +Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> +Date: Fri Oct 22 19:45:38 2021 +0100 + + added explanatory text (#100) + + * added explanatory text + + * increased font size + +58 13 frontend/src/App.css +13 4 frontend/src/components/GeocoderSelector.js +6 1 frontend/src/pages/ChainEdit.js +0 76 frontend/src/pages/ChainInformation.js +156 134 frontend/src/pages/ChainMemberList.tsx +10 6 frontend/src/pages/ChainsList.js +30 13 frontend/src/pages/FindChain.tsx +62 55 frontend/src/pages/Login.tsx +33 8 frontend/src/pages/NewChainLocation.js +110 96 frontend/src/pages/NewChainSignup.tsx +20 7 frontend/src/pages/Signup.tsx +6 1 frontend/src/pages/UserEdit.js +4 0 frontend/src/util/theme.ts + +commit c262abd30afa81a30e6421a9a71d1237ae5dcf72 +Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> +Date: Sat Oct 9 11:18:50 2021 +0100 + + temporary landing page (#95) + + * created new landing page + + * removed empty line + +- - frontend/public/videos/TCL-video.mp4 +393 319 frontend/src/App.css +3 2 frontend/src/App.tsx +20 0 frontend/src/pages/LandingPage.tsx +4 0 frontend/src/util/theme.ts + +commit 05122c847b2360d7843ecf5cfc75083fd5df38e4 +Author: emreesendir <42443790+emreesendir@users.noreply.github.com> +Date: Thu Oct 7 22:07:20 2021 +0200 + + loop search optimization (#91) (#93) + + * loop search optimization (#91) + + * loop search optimization + + * loop search optimization + +29 12 frontend/src/pages/FindChain.tsx + +commit d817042c9e6353d17cf9007d505470c730529082 +Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> +Date: Tue Sep 28 21:01:36 2021 +0200 + + updated routing naming to loops (#92) + +3 15 frontend/src/App.css +7 12 frontend/src/App.tsx +5 5 frontend/src/components/Navbar.tsx +2 2 frontend/src/pages/ChainEdit.js +2 3 frontend/src/pages/ChainMemberList.tsx +1 1 frontend/src/pages/ChainsList.js +1 1 frontend/src/pages/FindChain.tsx +2 2 frontend/src/pages/NewChainSignup.tsx +2 2 frontend/src/pages/UserEdit.js + +commit 2a5abea767fbae5a5651ef558b787b78e8fd557c +Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> +Date: Thu Sep 23 15:35:50 2021 +0200 + + added contact us page with form (#90) + +33 0 frontend/src/App.css +33 6 frontend/src/App.tsx +24 0 frontend/src/components/Footer.tsx +16 1 frontend/src/components/FormFields.js +4 4 frontend/src/components/Navbar.tsx +103 0 frontend/src/pages/Contacts.js +3 2 frontend/src/pages/Home.tsx + +commit 6f7e889afe7b56f93671f0ff0ea3c7448c742072 +Author: kfless12 <46584348+kfless12@users.noreply.github.com> +Date: Fri Sep 17 10:59:49 2021 -0400 + + Privacy statement (#84) + + * added privacy statment and a privacy policy page with placeholder text for now + + * added privacy statment and a privacy policy page with placeholder text for now + +1 0 firebase/functions/.eslintrc.js +2 0 frontend/src/App.tsx +3 2 frontend/src/pages/NewChainSignup.tsx +38 0 frontend/src/pages/PrivacyPolicy.tsx +4 3 frontend/src/pages/Signup.tsx + +commit 15a90cc12a8a25e332d41897f57319ae34105f47 +Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> +Date: Tue Aug 31 19:46:42 2021 +0200 + + Filters and admin update (#80) + + * publish chain functionality + + * edit chain using Formik + + * merge changes + + * edit chain categories and coordinates + + * fixed few issues + + * code refactoring + + * chain filters logic update + + * added types for sizes + + * filters styling + + * keys update + + * sizes filter on new chain form + + * updated naming + + * naming update + + * updated categories filter logic + + * updated categories logic for new chain + + * categories selection refactor on edit chain + + * fixed marker location bug + + * code refactoring + + * chain filters logic update + + * keys update + + * naming update + + * categories selection refactor on edit chain + + * code refactoring + + * updated members list + + * admin pages update + + * fixed layout and more filter functionalities + + * fixed several issues + + * name convention update and user update + +12 0 frontend/src/App.css +1 1 frontend/src/components/Navbar.tsx +- - frontend/src/images/Naamloze-presentatie.jpeg +- - frontend/src/images/clothing-loop.png +1 1 frontend/src/pages/ChainEdit.js +20 14 frontend/src/pages/ChainMemberList.tsx +1 3 frontend/src/pages/FindChain.tsx +46 41 frontend/src/pages/Home.tsx +2 2 frontend/src/pages/Login.tsx +2 2 frontend/src/pages/NewChainSignup.tsx +2 2 frontend/src/pages/Signup.tsx +21 15 frontend/src/pages/Thankyou.tsx +135 43 frontend/src/pages/UserEdit.js + +commit c53fcebeb5cd51e5e886545bf6e5ddcf8915e4f4 +Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> +Date: Fri Aug 27 10:27:20 2021 +0200 + + Admin functionalities update (#79) + + * publish chain functionality + + * edit chain using Formik + + * merge changes + + * edit chain categories and coordinates + + * fixed few issues + + * code refactoring + + * chain filters logic update + + * added types for sizes + + * filters styling + + * keys update + + * sizes filter on new chain form + + * updated naming + + * naming update + + * updated categories filter logic + + * updated categories logic for new chain + + * categories selection refactor on edit chain + + * fixed marker location bug + + * code refactoring + + * chain filters logic update + + * keys update + + * naming update + + * categories selection refactor on edit chain + + * code refactoring + + * updated members list + + * admin pages update + + * fixed layout and more filter functionalities + + * fixed several issues + +87 40 frontend/src/App.css +74 27 frontend/src/pages/ChainEdit.js +2 2 frontend/src/pages/ChainInformation.js +139 64 frontend/src/pages/ChainMemberList.tsx +115 31 frontend/src/pages/ChainsList.js +57 37 frontend/src/pages/FindChain.tsx +1 1 frontend/src/pages/Home.tsx +1 1 frontend/src/pages/Login.tsx +1 1 frontend/src/pages/LoginEmailFinished.tsx +1 1 frontend/src/pages/Logout.tsx +102 40 frontend/src/pages/NewChainLocation.js +2 2 frontend/src/pages/NewChainSignup.tsx +83 74 frontend/src/pages/Signup.tsx +1 1 frontend/src/pages/Thankyou.tsx +1 1 frontend/src/pages/UserEdit.js + +commit b65ffac57e9e371d5862de311343dffd87a77522 +Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> +Date: Mon Aug 9 10:39:15 2021 +0200 + + Filters and admin update (#78) + + * publish chain functionality + + * edit chain using Formik + + * merge changes + + * edit chain categories and coordinates + + * fixed few issues + + * code refactoring + + * chain filters logic update + + * added types for sizes + + * filters styling + + * keys update + + * sizes filter on new chain form + + * updated naming + + * naming update + + * updated categories filter logic + + * updated categories logic for new chain + + * categories selection refactor on edit chain + + * fixed marker location bug + + * code refactoring + +36 0 frontend/src/App.css +49 30 frontend/src/pages/ChainEdit.js +167 57 frontend/src/pages/FindChain.tsx +52 22 frontend/src/pages/NewChainLocation.js +1 1 frontend/src/types.ts +6 0 frontend/src/util/categories.ts + +commit c5a39da1828c4f9347e380fa457a9c82a2388d28 +Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> +Date: Tue Jul 13 00:24:58 2021 +0100 + + New Chain Form Update (#77) + + * publish chain functionality + + * edit chain using Formik + + * merge changes + + * edit chain categories and coordinates + + * fixed few issues + + * code refactoring + +27 3 frontend/src/App.css +1 1 frontend/src/pages/ChainEdit.js +164 123 frontend/src/pages/NewChainLocation.js + +commit 3348d23019a9c14c7925d4e35ccae19428356198 +Author: Tim Stokman <41363+timstokman@users.noreply.github.com> +Date: Mon Jul 12 10:55:53 2021 +0200 + + Firebase deployment pipeline (#76) + +36 0 .github/workflows/deploy-firebase-acc.yml +36 0 .github/workflows/deploy-firebase-prod.yml +1258 910 firebase/functions/package-lock.json +3 3 firebase/functions/package.json +11 18 firebase/functions/src/index.ts + +commit 5438e3ff0aa51d0614f54898f05f49ed815139e3 +Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> +Date: Thu Jul 8 22:30:12 2021 +0100 + + Admin pages: publish and edit chains (#75) + + * publish chain functionality + + * edit chain using Formik + + * merge changes + + * edit chain categories and coordinates + + * fixed few issues + + * code refactoring + + * code refactoring + +19 0 frontend/src/App.css +166 53 frontend/src/pages/ChainEdit.js +135 62 frontend/src/pages/ChainMemberList.tsx +33 31 frontend/src/pages/ChainsList.js +141 141 frontend/src/pages/FindChain.tsx +14 10 frontend/src/util/firebase/chain.ts +38 18 frontend/src/util/firebase/user.ts + +commit 2b4da09cd309c9e5b41c97212e069f6cab7e83fb +Author: Tim Stokman <41363+timstokman@users.noreply.github.com> +Date: Tue Jul 6 15:19:21 2021 +0200 + + Fix numerous minor issues (#74) + + * Add page titles, fix user logout issues, fix create chain layout issues + + * Let login form use formik instead of useForm + +2 0 frontend/package.json +4 4 frontend/src/App.tsx +4 1 frontend/src/components/AuthProvider.tsx +7 3 frontend/src/pages/ChainEdit.js +8 3 frontend/src/pages/ChainInformation.js +7 2 frontend/src/pages/ChainMemberList.tsx +7 2 frontend/src/pages/ChainsList.js +9 4 frontend/src/pages/{Map.tsx => FindChain.tsx} +10 5 frontend/src/pages/{About.tsx => Home.tsx} +54 27 frontend/src/pages/Login.tsx +12 11 frontend/src/pages/LoginEmailFinished.tsx +10 6 frontend/src/pages/Logout.tsx +91 99 frontend/src/pages/NewChainLocation.js +7 2 frontend/src/pages/NewChainSignup.tsx +7 2 frontend/src/pages/Signup.tsx +7 2 frontend/src/pages/Thankyou.tsx +7 2 frontend/src/pages/UserEdit.js +27 0 frontend/yarn.lock + +commit e858b97828b1d02cc6dc9787fd1c914bdc367e3a +Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> +Date: Mon Jul 5 17:48:49 2021 +0100 + + phone validation E.164 standard and form tweaks (#73) + + * phone validation E.164 standard and form tweaks + + * fixed uncommented code + + * removed unused libraries + + * code refactor + + * removed log + + * file update + +0 3 frontend/package.json +5 10 frontend/src/components/FormFields.js +26 9 frontend/src/pages/NewChainSignup.tsx +0 50 frontend/yarn.lock + +commit df22db91b5c7d4e8612ce661bee23ec245d778e0 +Author: Tim Stokman <41363+timstokman@users.noreply.github.com> +Date: Sun Jul 4 23:13:02 2021 +0200 + + Default location in case no user location available (#72) + +36 28 frontend/src/pages/{Map.js => Map.tsx} +7 0 frontend/src/pages/NewChainLocation.js +8 0 frontend/src/types.ts + +commit 927464ccd2aa44d5031434d1648495bb44a635f0 +Author: Tim Stokman <41363+timstokman@users.noreply.github.com> +Date: Sun Jul 4 16:55:21 2021 +0200 + + Netlify config + +2 3 firebase/firestore.rules +1 1 firebase/functions/src/index.ts +36 0 frontend/netlify.toml +1 0 frontend/package.json +2 2 frontend/public/index.html +1 1 frontend/src/App.tsx +11 10 frontend/src/components/Navbar.tsx +3 1 frontend/src/pages/LoginEmailFinished.tsx +14 18 frontend/src/pages/Map.js +15 11 frontend/src/pages/NewChainLocation.js +0 6 frontend/src/util/api.ts +8 0 frontend/yarn.lock +2 0 netlify.toml + +commit 4cf30d5bb8e91114f392dbd96d1d127fc4c25e3b +Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> +Date: Sat Jul 3 18:14:27 2021 +0100 + + Customizing navbar based on user role (#70) + + * Customizing navbar based on user role + + * Customizing navbar based on user role + + * removed logs + + * removed code + + * refactored code with null coalescion operator + +1 0 firebase/functions/src/index.ts +1 1 frontend/src/App.tsx +22 5 frontend/src/components/Navbar.tsx +13 8 frontend/src/pages/LoginEmailFinished.tsx + +commit 507eab14574441441bcc12e8b3075ef3309c8ab6 +Author: Tim Stokman <41363+timstokman@users.noreply.github.com> +Date: Sat Jul 3 17:47:20 2021 +0200 + + Ensure chain admins can't publish their own chains, ensure backend validation for users reaches frontend (#69) + + * Ensure chain admins can't publish their own chains, ensure backend validation messages creating a user will arrive at the frontend + + * Lock down delete + +4 2 firebase/firestore.rules +1 0 firebase/functions/.eslintrc.js +32 12 firebase/functions/src/index.ts +0 1 frontend/src/pages/NewChainLocation.js +10 3 frontend/src/pages/NewChainSignup.tsx +17 9 frontend/src/pages/Signup.tsx +6 1 frontend/src/util/firebase/user.ts + +commit f909f894d9abe65e50c5e6be1336eac1943a0ed8 +Author: Tim Stokman <41363+timstokman@users.noreply.github.com> +Date: Thu Jul 1 22:32:32 2021 +0200 + + Fix numerous issues (#68) + + * Refactor routes + + * Tweaks + + * Update backend + + * Rest of the fixes + + * Numerous tweaks + + * Typo + +1 1 firebase/firestore.rules +137 50 firebase/functions/src/index.ts +1 0 frontend/package.json +9 0 frontend/public/locales/en/translation.json +9 0 frontend/public/locales/nl/translation.json +28 28 frontend/src/App.tsx +38 0 frontend/src/components/AuthProvider.tsx +2 2 frontend/src/components/FormFields.js +1 1 frontend/src/components/GeocoderSelector.js +14 6 frontend/src/components/Navbar.tsx +2 2 frontend/src/pages/ChainEdit.js +2 2 frontend/src/pages/ChainMemberList.tsx +7 5 frontend/src/pages/ChainsList.js +19 12 frontend/src/pages/{Login.js => Login.tsx} +39 0 frontend/src/pages/LoginEmailFinished.tsx +22 0 frontend/src/pages/Logout.tsx +48 39 frontend/src/pages/Map.js +15 15 frontend/src/pages/NewChainLocation.js +34 43 frontend/src/pages/{NewChainSignup.js => NewChainSignup.tsx} +0 108 frontend/src/pages/Signup.js +152 0 frontend/src/pages/Signup.tsx +2 2 frontend/src/pages/UserEdit.js +10 6 frontend/src/types.ts +29 10 frontend/src/util/firebase/chain.ts +26 19 frontend/src/util/firebase/user.ts +11 0 frontend/yarn.lock + +commit 226568f44e1e1d3305624240f2d1a07429fa300d +Merge: a5fa5e05 552930b6 +Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> +Date: Wed Jun 30 12:16:32 2021 +0100 + + Merge pull request #67 from CollActionteam/signup-update + + signup form refactor with Formik + +commit 552930b66495af406bfed9e02c3aad7f6cf804d4 +Author: Giulia Mummolo +Date: Wed Jun 30 10:32:00 2021 +0100 + + removed files from wrong location + +2 1 frontend/package.json +41 1 frontend/yarn.lock +0 5 package.json +0 58 yarn.lock + +commit a2502066290c969a99f658ffd32082f1445bde6f +Author: Giulia Mummolo +Date: Tue Jun 29 17:26:25 2021 +0100 + + fixed checkbox actions and phone number + +9 22 frontend/src/components/FormFields.js +28 7 frontend/src/pages/NewChainSignup.js + +commit 1c48dffccbb9a374a76ff8fd2bdcd75c7981d73f +Author: Giulia Mummolo +Date: Tue Jun 29 12:28:14 2021 +0100 + + signup form refactor with Formik + +1 1 .gitignore +1 0 frontend/package.json +71 16 frontend/src/components/FormFields.js +1 1 frontend/src/components/GeocoderSelector.js +95 46 frontend/src/pages/NewChainSignup.js +30 2 frontend/yarn.lock +5 0 package.json +58 0 yarn.lock + +commit a5fa5e059f246868be5d4331078f0bf3d5b9a9be +Merge: d577c613 f89e4d8b +Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> +Date: Mon Jun 21 18:23:18 2021 +0100 + + Merge pull request #66 from CollActionteam/UI-changes + + UI changes + +commit f89e4d8b81daed29f3dceb0d21b4e60b904896ff +Author: Giulia Mummolo +Date: Mon Jun 21 14:15:40 2021 +0100 + + filters functionality on map + +150 20 frontend/src/pages/Map.js + +commit 2b067dd66c49ff52de49e5f46d15f31403887669 +Author: Giulia Mummolo +Date: Mon Jun 21 14:14:35 2021 +0100 + + UI changes + +24 11 frontend/src/App.css +4 4 frontend/src/App.tsx +13 7 frontend/src/components/Navbar.tsx +37 1 frontend/src/pages/NewChainLocation.js +1 1 frontend/src/pages/NewChainSignup.js + +commit fc107c0d8cdb6de5e2cb9f469f34fa18120b2b32 +Author: Giulia Mummolo +Date: Mon Jun 21 14:00:34 2021 +0100 + + signup bug fix + +11 3 frontend/src/components/FormFields.js +10 3 frontend/src/pages/Signup.js + +commit d577c613afdf69f5143a54dabab27a7e38003a37 +Merge: 32531398 2ec8bbbd +Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> +Date: Mon Jun 21 13:12:57 2021 +0100 + + Merge pull request #65 from CollActionteam/useFirebaseAuth + + Get create user and login working + +commit 2ec8bbbd4c795bf0e07f53c96ae34d7bf71c6df0 +Author: Tim Stokman +Date: Mon Jun 21 03:14:22 2021 +0200 + + Tweak + +2 1 firebase/functions/src/index.ts + +commit 7e6e75ad5dcdf75e45ec1414721e24da7b7e2880 +Author: Tim Stokman +Date: Mon Jun 21 03:12:52 2021 +0200 + + Get login working + +5 4 frontend/src/pages/Login.js +2 2 frontend/src/pages/Signup.js +2 2 frontend/src/util/firebase/user.ts + +commit b263db8fdc3097535571780246b666a83819b6d1 +Author: Tim Stokman +Date: Mon Jun 21 02:46:25 2021 +0200 + + Get create user form working + +117 132 firebase/functions/src/index.ts +1 0 frontend/src/components/Navbar.tsx +6 4 frontend/src/pages/Signup.js +6 4 frontend/src/util/firebase/user.ts + +commit 698abcfec4fe9f53856a5e957eebebffb98d5a2a +Author: Tim Stokman +Date: Mon Jun 14 00:10:52 2021 +0200 + + add logging, get createUser working + +1 0 firebase/functions/.eslintrc.js +57 55 firebase/functions/src/index.ts + +commit 34e931b3105ea4735c3be7745b856ed5233bde6d +Merge: fbbf7dfc 32531398 +Author: Tim Stokman +Date: Sun Jun 13 22:56:58 2021 +0200 + + Merge branch 'main' into useFirebaseAuth + +commit 3253139891bb74830792e49f0deaaa93aa8af330 +Author: Tim Stokman <41363+timstokman@users.noreply.github.com> +Date: Mon Jun 7 19:50:48 2021 +0200 + + Use firebase auth / functions (#63) + + Firebase auth - still not functional, merge for coordination + +13 0 firebase/firestore.rules +3 2 firebase/functions/.eslintrc.js +4009 21 firebase/functions/package-lock.json +188 7 firebase/functions/src/index.ts +2 2 frontend/src/pages/ChainMemberList.tsx +40 30 frontend/src/pages/Login.js +15 8 frontend/src/pages/Map.js +10 12 frontend/src/pages/NewChainLocation.js +2 3 frontend/src/pages/Signup.js +2 2 frontend/src/pages/UserEdit.js +0 198 frontend/src/pages/signup.js~Stashed changes +4 1 frontend/src/types.ts +3 5 frontend/src/util/api.ts +10 12 frontend/src/util/firebase/chain.ts +8 8 frontend/src/util/firebase/firebaseConfig.ts +31 30 frontend/src/util/firebase/user.ts + +commit 49047d8a6dd13fdb1db1fda7e178c58d408f619b +Merge: 7e15d1bb c19285fe +Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> +Date: Fri Jun 4 17:10:55 2021 +0100 + + Merge pull request #62 from CollActionteam/admin-pages + + Admin pages + +commit c19285feef628c2893305cab9a4aec5ceb308295 +Author: Giulia Mummolo +Date: Fri Jun 4 14:39:34 2021 +0100 + + removed vsc settings + +0 3 .vscode/settings.json + +commit 308ecb16e2fd8904e6a36fed746e851f77a8412a +Author: Giulia Mummolo +Date: Fri Jun 4 14:31:07 2021 +0100 + + removed vsc setting + +1 0 .gitignore + +commit 37d54b6879873b27e2200d05beff676ef447c84b +Author: Giulia Mummolo +Date: Wed Jun 2 12:07:46 2021 +0100 + + updated chains logic + +6 8 frontend/src/pages/ChainsList.js + +commit fbbf7dfcb70b13065eb6b570cf9d3161b0ae382e +Author: Tim Stokman +Date: Mon May 31 19:49:09 2021 +0200 + + Set region + +7 6 firebase/functions/src/index.ts + +commit 8cd3830a09a06e702ae4c30bd302ce3119fa6817 +Merge: 5e0de921 9e2237a3 +Author: Giulia Mummolo +Date: Mon May 31 11:27:39 2021 +0100 + + Merge branch 'admin-pages' of https://github.com/pim0223/clothing-chain-frontend into admin-pages + +commit 5e0de92116580711635cd6648040f63fd82452df +Author: Giulia Mummolo +Date: Mon May 31 11:26:50 2021 +0100 + + code refactor: updated chains sorting + +1 1 .gitignore +29 40 frontend/src/pages/ChainsList.js +0 4 yarn.lock + +commit fd23bef709dbfff15fadb6fa1e213f7e3bb87834 +Author: Tim Stokman +Date: Sun May 30 18:25:36 2021 +0200 + + Make everything configurable + +8 8 frontend/src/util/firebase/firebaseConfig.ts + +commit f8aed46e1ca476120e67da695b8a3a06643d80df +Author: Tim Stokman +Date: Sun May 30 13:50:42 2021 +0200 + + Simplify rules + +0 4 firebase/firestore.rules + +commit 003fc9d5b79f62955ecb61c1e8ff061a52ab925b +Author: Tim Stokman +Date: Sun May 30 13:37:37 2021 +0200 + + Add error handling + +15 8 frontend/src/pages/Map.js +10 12 frontend/src/pages/NewChainLocation.js +3 5 frontend/src/util/api.ts +10 12 frontend/src/util/firebase/chain.ts + +commit cc1fff27b1d2802d2225657e7612b0dec4d38d97 +Author: Tim Stokman +Date: Sun May 30 13:09:14 2021 +0200 + + More build issues + +1 0 frontend/src/util/firebase/user.ts + +commit 1127a64840f5b682d5e56ae5bd0b19ed45b873fb +Author: Tim Stokman +Date: Sun May 30 13:08:27 2021 +0200 + + Fix build issues + +1 1 frontend/src/pages/ChainMemberList.tsx +2 1 frontend/src/pages/Login.js +1 1 frontend/src/pages/UserEdit.js +18 16 frontend/src/util/firebase/user.ts + +commit 193b02b31493769bfa827412e8e3aa2550625495 +Author: Tim Stokman +Date: Sun May 30 04:16:54 2021 +0200 + + Login form + +39 30 frontend/src/pages/Login.js + +commit 668e8b6cd47e86823bff1439a17fa944bceaf438 +Author: Tim Stokman +Date: Sun May 30 03:23:43 2021 +0200 + + Make deployable + +1 1 firebase/firestore.rules +3 2 firebase/functions/.eslintrc.js +4009 21 firebase/functions/package-lock.json +159 110 firebase/functions/src/index.ts + +commit 34b95c9c6773f7c53a631254289b90f3f36c9cdf +Author: Tim Stokman +Date: Tue May 25 04:25:15 2021 +0200 + + Backend functions + FE changes first proto + +98 8 firebase/functions/src/index.ts +1 1 frontend/src/pages/ChainMemberList.tsx +2 3 frontend/src/pages/Signup.js +1 1 frontend/src/pages/UserEdit.js +0 198 frontend/src/pages/signup.js~Stashed changes +4 1 frontend/src/types.ts +28 30 frontend/src/util/firebase/user.ts + +commit 9e2237a3d9112798396481296c4ca6a4321e5b3d +Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> +Date: Wed May 19 16:04:15 2021 +0100 + + Delete .env + +0 2 .env + +commit 1174fca8eba3410a7f94b6533c49846ea32d5c3e +Author: Giulia Mummolo +Date: Wed May 19 15:49:43 2021 +0100 + + added admin and about pages + +2 0 .env +2 0 .gitignore +3 0 .vscode/settings.json +27 2 frontend/src/App.css +15 2 frontend/src/App.tsx +1 0 frontend/src/components/Navbar.tsx +49 0 frontend/src/pages/About.tsx +71 0 frontend/src/pages/ChainInformation.js +73 0 frontend/src/pages/ChainsList.js +3 4 frontend/src/pages/NewChainLocation.js +14 0 frontend/src/util/theme.ts +4 0 yarn.lock + +commit f27299e10f93e10061e4f80e410f24a6ff975cc5 +Author: Tim Stokman +Date: Mon May 17 03:24:18 2021 +0200 + + Create user + +41 9 firebase/functions/src/index.ts + +commit a13524cd7784599b17f17d0ce1db360a5ecfe531 +Author: Tim Stokman +Date: Sun May 16 18:42:13 2021 +0200 + + E-mail rules + +5 0 firebase/firestore.rules +9 0 firebase/functions/src/index.ts + +commit 7dfac35658f1138958cdbb70c99af10aa7f9322a +Author: Tim Stokman +Date: Sun May 16 04:29:39 2021 +0200 + + Add db rules + +12 0 firebase/firestore.rules + +commit 7e15d1bb0c85ea93841bc1c5c535c456b340586a +Merge: 0d4d601e dd16a605 +Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> +Date: Sun May 9 19:21:45 2021 +0100 + + Merge pull request #61 from pim0223/start-new-chain + + revised new chain's user flow + +commit dd16a6059b58ab1e15aa2e55551ff28f103af20e +Author: Giulia Mummolo +Date: Sun May 9 18:19:00 2021 +0100 + + refactoring + +1 1 frontend/src/pages/NewChainLocation.js + +commit 6b24bb944103fd82e74570949a8bfbff2615bd6b +Author: Giulia Mummolo +Date: Sun May 9 16:45:06 2021 +0100 + + revised new chain's user flow + +16 9 frontend/src/App.css +2 2 frontend/src/App.tsx +53 48 frontend/src/pages/NewChainLocation.js +2 2 frontend/src/pages/NewChainSignup.js + +commit 0d4d601eeb60e0ee52915487b4ce10d90456dad6 +Author: Tim Stokman <41363+timstokman@users.noreply.github.com> +Date: Sun May 2 15:21:33 2021 +0200 + + Base firebase project to add functions in (#60) + + * Base firebase project + + Co-authored-by: Tim + +5 0 firebase/.firebaserc +66 0 firebase/.gitignore +12 0 firebase/firebase.json +4 0 firebase/firestore.indexes.json +3 0 firebase/firestore.rules +30 0 firebase/functions/.eslintrc.js +9 0 firebase/functions/.gitignore +3265 0 firebase/functions/package-lock.json +30 0 firebase/functions/package.json +9 0 firebase/functions/src/index.ts +5 0 firebase/functions/tsconfig.dev.json +15 0 firebase/functions/tsconfig.json +0 0 .gitignore => frontend/.gitignore +0 0 README.md => frontend/README.md +0 0 package.json => frontend/package.json +- - {public => frontend/public}/favicon.ico +0 0 {public => frontend/public}/index.html +0 0 {public => frontend/public}/locales/en/translation.json +0 0 {public => frontend/public}/locales/nl/translation.json +- - {public => frontend/public}/logo192.png +- - {public => frontend/public}/logo512.png +0 0 {public => frontend/public}/manifest.json +0 0 {public => frontend/public}/robots.txt +0 0 {src => frontend/src}/App.css +0 0 {src => frontend/src}/App.test.tsx +0 0 {src => frontend/src}/App.tsx +0 0 {src => frontend/src}/components/FormFields.js +0 0 {src => frontend/src}/components/GeocoderSelector.js +0 0 {src => frontend/src}/components/LanguageSwitcher.tsx +0 0 {src => frontend/src}/components/Navbar.tsx +0 0 {src => frontend/src}/components/ThreeColumnLayout.js +0 0 {src => frontend/src}/i18n.tsx +- - {src => frontend/src}/images/sfm_logo.png +0 0 {src => frontend/src}/index.tsx +0 0 {src => frontend/src}/pages/ChainEdit.js +0 0 {src => frontend/src}/pages/ChainMemberList.tsx +0 0 {src => frontend/src}/pages/Login.js +0 0 {src => frontend/src}/pages/Map.js +0 0 {src => frontend/src}/pages/NewChainLocation.js +0 0 {src => frontend/src}/pages/NewChainSignup.js +0 0 {src => frontend/src}/pages/Signup.js +0 0 {src => frontend/src}/pages/Thankyou.tsx +0 0 {src => frontend/src}/pages/UserEdit.js +0 0 {src => frontend/src}/pages/signup.js~Stashed changes +0 0 {src => frontend/src}/react-app-env.d.ts +0 0 {src => frontend/src}/reportWebVitals.ts +0 0 {src => frontend/src}/setupTests.ts +0 0 {src => frontend/src}/types.ts +0 0 {src => frontend/src}/util/api.ts +0 0 {src => frontend/src}/util/firebase/chain.ts +0 0 {src => frontend/src}/util/firebase/firebaseConfig.ts +0 0 {src => frontend/src}/util/firebase/user.ts +0 0 {src => frontend/src}/util/theme.ts +0 0 tsconfig.json => frontend/tsconfig.json +0 0 yarn.lock => frontend/yarn.lock + +commit 689c1eec18d4053ec49522b6bf842e9a35ed9bc7 +Merge: e947c5ac e6dda156 +Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> +Date: Sat May 1 09:35:39 2021 +0100 + + Merge pull request #58 from pim0223/edit-chain + + edit chain's details + +commit e6dda156928eca22fbed78d25359176b60c62e07 +Author: Giulia Mummolo +Date: Thu Apr 29 20:50:48 2021 +0100 + + removed logs + +0 4 src/pages/ChainEdit.js +0 1 src/pages/ChainMemberList.tsx +0 1 src/pages/UserEdit.js +198 0 src/pages/signup.js~Stashed changes + +commit 1d3aef76fbb577e748dacf8ee85a028d68da41f1 +Author: Giulia Mummolo +Date: Thu Apr 29 19:35:41 2021 +0100 + + edit chain's details + +3 1 src/App.tsx +85 0 src/pages/ChainEdit.js +33 5 src/pages/ChainMemberList.tsx +1 0 src/types.ts +16 5 src/util/firebase/chain.ts + +commit e947c5acf69d9aa2d97d315cd60aac841c407172 +Merge: c5476e28 800dfd22 +Author: pim +Date: Thu Apr 29 19:07:20 2021 +0200 + + Merge pull request #57 from pim0223/firebase-fixes + + Firebase fixes + +commit 800dfd228f273f777a83855f08c321d20ac37600 +Author: Pim Sauter +Date: Thu Apr 29 15:41:35 2021 +0200 + + Fix button labels + +1 1 public/locales/en/translation.json +1 1 public/locales/nl/translation.json +1 1 src/pages/Map.js + +commit 8ea9877485b0aced1de60e72ffbff8276d939b67 +Author: Pim Sauter +Date: Thu Apr 29 15:39:24 2021 +0200 + + fix onSubmit for newChain + +0 1 src/pages/NewChainLocation.js +3 1 src/pages/NewChainSignup.js + +commit b3f5c98bca07401b9506a15f3f09cd2254d7ebf3 +Author: Pim Sauter +Date: Thu Apr 29 15:37:10 2021 +0200 + + Add members butto to chain + +16 15 public/locales/en/translation.json +16 15 public/locales/nl/translation.json +4 3 src/App.css +11 0 src/pages/Map.js + +commit f2bb8f343250ad9dd9b9c0c653823152f061e646 +Author: Pim Sauter +Date: Thu Apr 29 15:28:33 2021 +0200 + + Use chain ID as key on map + +2 2 src/App.tsx +1 1 src/pages/ChainMemberList.tsx +0 7 src/pages/ExistingChainSignup.js +1 1 src/pages/Map.js +74 5 src/pages/NewChainSignup.js +5 5 src/{components => pages}/Signup.js +4 2 src/pages/UserEdit.js + +commit 1b100ae77a738898452555c191ac767c45a0e714 +Author: Pim Sauter +Date: Thu Apr 29 15:13:33 2021 +0200 + + FIx firebase functions + +13 6 src/components/Signup.js +24 18 src/pages/ChainMemberList.tsx +1 1 src/pages/Map.js +9 10 src/pages/UserEdit.js +5 4 src/types.ts +6 11 src/util/firebase/chain.ts +3 4 src/util/firebase/user.ts + +commit c5476e28c7392891f83390b562b809f45d843f91 +Merge: 24642260 454ba810 +Author: pim +Date: Thu Apr 29 10:49:30 2021 +0200 + + Merge pull request #56 from pim0223/geocoder-fix + + Update components + +commit 454ba81092762e101d5dde927208ab8e342df31b +Author: Pim Sauter +Date: Thu Apr 29 10:48:22 2021 +0200 + + Add useEffect array to avoid infinite loop + +1 1 src/pages/ChainMemberList.tsx + +commit 5ad8300fdf113b36fd1155307cc40433473e1537 +Author: Pim Sauter +Date: Wed Apr 28 12:06:25 2021 +0200 + + Update components + +38 0 src/components/FormFields.js +64 0 src/components/GeocoderSelector.js +42 108 src/components/Signup.js +0 30 src/components/TextField.tsx +20 0 src/components/ThreeColumnLayout.js +1 1 src/pages/Login.js +7 1 src/pages/Map.js +0 41 src/pages/SignupPage.js +20 13 src/pages/UserEdit.js +1 0 src/types.ts +2 9 src/util/firebase/chain.ts +24 30 src/util/theme.ts + +commit 2464226094c3ee0a9a7c7e4fd26a25c9ed549a9d +Author: Pim Sauter +Date: Tue Apr 27 15:29:08 2021 +0200 + + Fix routes + +2 1 src/App.tsx + +commit 664d3c1402ffce80a63dbeaff2e5fb22a35e2087 +Merge: 7c8f41b5 6f4e03f6 +Author: pim +Date: Tue Apr 27 15:19:50 2021 +0200 + + Merge pull request #55 from pim0223/styles-hook + + Styles hook + +commit 6f4e03f6c907e62c0b1e165b59c74b616b67f8f6 +Author: Pim Sauter +Date: Tue Apr 27 15:13:31 2021 +0200 + + Temporary disable map location saving + +1 0 package.json +34 24 src/components/Signup.js +469 7 yarn.lock + +commit a24ce8b4ef00d7b004dae688c305090f03a23aa9 +Author: Pim Sauter +Date: Mon Apr 26 17:58:45 2021 +0200 + + fix redirect + +22 23 src/components/Signup.js +1 1 src/pages/ExistingChainSignup.js +1 1 src/pages/NewChainSignup.js + +commit ebbe50a2fdf1bbe7259621d03e792ecba0cbf04b +Author: Pim Sauter +Date: Mon Apr 26 17:47:07 2021 +0200 + + Re use signup form for new and existing chain + +2 0 package.json +1 1 src/App.css +9 13 src/App.tsx +0 43 src/components/Chain.tsx +0 4 src/components/LanguageSwitcher.tsx +150 0 src/components/Signup.js +5 9 src/components/TextField.tsx +4 4 src/pages/{Chain => }/ChainMemberList.tsx +7 0 src/pages/ExistingChainSignup.js +0 41 src/pages/Home.tsx +16 58 src/pages/Login.js +1 2 src/{components => pages}/Map.js +1 3 src/pages/NewChainLocation.js +5 89 src/pages/NewChainSignup.js +0 158 src/pages/Signup.js +6 12 src/pages/UserEdit.js +0 13 src/util/AuthRoute.js +1 1 src/util/api.ts +0 4 src/util/firebase/chain.ts +1 1 src/util/firebase/user.ts +6 2 src/util/theme.ts +511 11 yarn.lock + +commit 7c8f41b5f0dab34cd2428bf87a353e590687dbcd +Merge: a8c1b47b 5aec88be +Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> +Date: Mon Apr 26 11:38:42 2021 +0100 + + Merge pull request #54 from pim0223/signup-address-update + + Implemented logic for Signup functionality + +commit 5aec88becf0099e12f807dac1ca8c3f58a4f776c +Author: Giulia Mummolo +Date: Fri Apr 23 15:43:23 2021 +0100 + + Implemented logic for Signup functionality + +3 5 src/App.tsx +1 1 src/components/Navbar.tsx +62 79 src/pages/Signup.js +41 0 src/pages/SignupPage.js + +commit a8c1b47bb5120c0913b0dec309c7fa21d8723cbf +Merge: fabc4a18 8f4c53cd +Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> +Date: Wed Apr 21 17:25:10 2021 +0100 + + Merge pull request #53 from pim0223/signup-address-update + + added geocoding functionality to signup form + +commit 8f4c53cd5aa511e0c5898f6161a543bbaddb5662 +Author: Giulia Mummolo +Date: Wed Apr 21 15:43:01 2021 +0100 + + code refactoring + +3 3 src/pages/Signup.js + +commit a302087b91555d660a2a3215b801a2ad825ecdd1 +Author: Giulia Mummolo +Date: Mon Apr 19 16:36:29 2021 +0100 + + removed unused script + +0 3 public/index.html + +commit b5c367183bfcdec1ebb758ec2592a5faef52ba16 +Author: Giulia Mummolo +Date: Mon Apr 19 16:13:21 2021 +0100 + + added geocoding functionality to signup form + +1 0 package.json +7 1 public/index.html +78 2 src/pages/Signup.js +9 1 yarn.lock + +commit fabc4a1894840de2080bf981a415cd03d5706e3c +Merge: 0bcd243c 3e754557 +Author: pim +Date: Sun Apr 18 15:13:40 2021 +0200 + + Merge pull request #52 from pim0223/edit-members + + Edit members + +commit 3e7545570d6698b6a2befc16bbe7c8c949fc9a4a +Author: Margot +Date: Sat Apr 17 16:39:24 2021 +0200 + + Add option for host to edit members + +1 0 package.json +6 1 public/locales/en/translation.json +6 1 public/locales/nl/translation.json +5 1 src/App.css +4 5 src/App.tsx +1 0 src/components/Map.js +7 2 src/pages/Chain/ChainMemberList.tsx +79 0 src/pages/UserEdit.js +10 1 src/util/firebase/user.ts +7 0 yarn.lock + +commit 2c0af33f8ed29a64498c90cd6496e0fe4da436a1 +Author: Margot +Date: Sun Apr 11 12:17:42 2021 +0200 + + Add TextField component + +34 0 src/components/TextField.tsx +5 19 src/pages/NewChainSignup.js +4 19 src/pages/Signup.js + +commit 0bcd243c97e5f429282359ddb11ef2b8ac8fc166 +Merge: 9f6ac6c7 1c1511fc +Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> +Date: Thu Apr 15 18:08:21 2021 +0100 + + Merge pull request #51 from pim0223/map-update + + rendering map on user location + +commit 1c1511fc98e7e2cfd79c8600064faa2c1cb962c6 +Author: Giulia Mummolo +Date: Thu Apr 15 18:04:34 2021 +0100 + + removed unecessary code + +0 3 src/util/api.ts + +commit d170638a3c08150bb584a43d08f3e444b87025b1 +Author: Giulia Mummolo +Date: Thu Apr 15 10:43:50 2021 +0100 + + rendering map on user location + +16 12 src/components/Map.js +11 21 src/pages/NewChainLocation.js +11 0 src/util/api.ts + +commit 9f6ac6c7e088f892a7ad131b3c5a6bd1c4aa9379 +Merge: c367eb7b 8254f514 +Author: pim +Date: Thu Apr 15 09:30:11 2021 +0200 + + Merge pull request #50 from pim0223/signup-email-check + + Validate phone and email, v1 of email check + +commit 8254f514415b6c75903afc7be3815da851d2e11b +Author: Pim Sauter +Date: Wed Apr 14 14:39:54 2021 +0200 + + Validate phone and email, v1 of email check + +4 0 package.json +0 1 src/components/Map.js +17 8 src/pages/Signup.js +18 5 src/util/firebase/user.ts +91 3 yarn.lock + +commit c367eb7bdc2d57206c093cd21e2fafcfb7895396 +Merge: 5c1ff3f3 26d15d1f +Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> +Date: Tue Apr 13 15:33:38 2021 +0100 + + Merge pull request #48 from pim0223/start-new-chain + + WIP - new chain map functionality + +commit 26d15d1faff1d0d5b0eaae6fee263fde7b217ea9 +Author: Giulia Mummolo +Date: Tue Apr 13 10:56:56 2021 +0100 + + WIP - new chain map functionality + +60 7 src/App.css +4 0 src/App.tsx +45 14 src/components/Map.js +153 91 src/pages/NewChainLocation.js +4 0 src/util/firebase/chain.ts +9 1 src/util/theme.ts + +commit 5c1ff3f3d508683da436b2256f471a2b1a4e355d +Merge: 569e9619 846d2434 +Author: Margot +Date: Thu Apr 8 09:01:29 2021 +0200 + + Merge pull request #41 from pim0223/ui-improvements + + UI improvements + +commit 846d2434b336a12c27eface54d31db7eb7e92766 +Author: Margot +Date: Sun Apr 4 21:43:51 2021 +0200 + + Add some simple styling to chain member list + +0 1 public/locales/en/translation.json +0 1 public/locales/nl/translation.json +9 0 src/App.css +2 3 src/pages/Chain/ChainMemberList.tsx + +commit 902cb3a289753e836db0e22b0eeab2b0ecf4dc22 +Author: Margot +Date: Wed Apr 7 12:44:44 2021 +0200 + + Make Home the first tab in the Navbar + +1 1 src/components/Navbar.tsx + +commit 31b4f04353bd08cddfc6d527958b3ab4c2511523 +Author: Margot +Date: Wed Apr 7 12:24:02 2021 +0200 + + Add signup translation to map marker + +3 1 src/components/Map.js + +commit e4db26aa770e37c75891412608bc5f62a05d249f +Author: Margot +Date: Wed Apr 7 12:19:58 2021 +0200 + + Add startNewChain translation + +2 1 public/locales/en/translation.json +2 1 public/locales/nl/translation.json +1 1 src/components/Navbar.tsx +2 2 src/pages/NewChainSignup.js + +commit 569e9619660059a611ecb951789b74d1702ceefc +Merge: 14819461 a480c5a7 +Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> +Date: Mon Apr 5 10:24:52 2021 +0100 + + Merge pull request #34 from pim0223/start-new-chain + + Start new chain + +commit a480c5a78f47f02538244d7f57e6221f57ba6b9a +Author: Giulia Mummolo +Date: Sun Apr 4 12:35:53 2021 +0100 + + removed logs + +2 6 src/pages/NewChainLocation.js +7 4 src/util/firebase/chain.ts + +commit 2b235442fd1a0a74ff0bef987c4ce39c79d709e7 +Author: Giulia Mummolo +Date: Fri Apr 2 14:08:39 2021 +0100 + + add new chain signup and map + +2 2 src/App.css +2 7 src/App.tsx +0 2 src/components/Map.js +1 2 src/components/Navbar.tsx +143 0 src/pages/NewChainLocation.js +105 0 src/pages/NewChainSignup.js +1 1 src/pages/Signup.js +2 1 tsconfig.json + +commit 8e3130259e60e9f8a27592660afdfb5da04f9b13 +Author: Giulia Mummolo +Date: Fri Apr 2 12:19:40 2021 +0100 + + WIP start new chain + +1 0 package.json +13 0 src/App.css +8 0 src/App.tsx +5 0 src/components/Map.js +3 0 src/components/Navbar.tsx +1 0 src/pages/Signup.js +15 2 src/util/firebase/chain.ts +1 1 src/util/theme.ts +34 0 yarn.lock + +commit 14819461cae5600ed974c62089a6b948efb5e7e8 +Merge: b756b18e 4adf7cf7 +Author: pim +Date: Thu Apr 1 16:18:21 2021 +0200 + + Merge pull request #33 from pim0223/user-signup + + Update user signup + +commit 4adf7cf7eb576d13df171b109a802794bcac71c9 +Author: Pim Sauter +Date: Thu Apr 1 16:16:12 2021 +0200 + + Update changes to components + +2 0 src/App.tsx +2 2 src/pages/Signup.js +2 2 src/pages/Thankyou.tsx +0 19 src/pages/thankyou.tsx + +commit 4f9ef6c0c18d7b80a8f7df201b5579b59be26ebe +Author: Pim Sauter +Date: Wed Mar 31 23:05:14 2021 +0200 + + Refactor to react hooks + +1 0 package.json +83 177 src/pages/Signup.js +19 0 src/pages/Thankyou.tsx +19 0 src/pages/thankyou.tsx +5 0 yarn.lock + +commit b756b18e849b7a615ac2c65c22ce374ad947f493 +Merge: 56176e94 fd4c8fb4 +Author: Margot +Date: Thu Apr 1 08:58:45 2021 +0200 + + Merge pull request #32 from pim0223/code-improvements + + Code improvements + +commit fd4c8fb4ee5d605f0457aa795fd4bd310b74fe00 +Author: Margot +Date: Wed Mar 31 22:00:46 2021 +0200 + + Rename Chain page to ChainMemberList for clarification + +2 2 src/App.tsx +0 0 src/pages/{Chains/Chain.tsx => Chain/ChainMemberList.tsx} + +commit 31624f2b31392e2adf5c8010f4f810f838d0a9ee +Author: Margot +Date: Wed Mar 31 21:52:46 2021 +0200 + + Use UpperCamelCase for React Components consistently + +10 10 src/App.tsx +0 0 src/components/{map.js => Map.js} +0 0 src/pages/{chains/chain.tsx => Chains/Chain.tsx} +1 1 src/pages/{home.tsx => Home.tsx} +0 0 src/pages/{login.js => Login.js} +3 3 src/pages/{signup.js => Signup.js} + +commit e20b2dcd40d2e34694f60d8b3f6fdbb0fc2b73ad +Author: Margot +Date: Wed Mar 31 21:37:49 2021 +0200 + + Order imports + +4 2 src/components/Chain.tsx +3 1 src/components/LanguageSwitcher.tsx +5 1 src/components/Navbar.tsx +6 2 src/components/map.js +6 2 src/pages/home.tsx +6 5 src/pages/login.js +5 5 src/pages/signup.js +0 1 src/util/firebase/chain.ts +0 1 src/util/firebase/user.ts + +commit 56176e947e5721bc0e68ce89394c731e2f9579e4 +Merge: 0040bdd1 258925ec +Author: Margot +Date: Tue Mar 30 15:33:34 2021 +0200 + + Merge pull request #19 from pim0223/feature/users-index + + Add chain details page with list of members + +commit 258925eca1fc0e8e275f5ed122c57aba33aca4ee +Author: Margot +Date: Thu Mar 25 20:42:27 2021 +0100 + + Add chain details page with list of members + +1 0 public/locales/en/translation.json +1 0 public/locales/nl/translation.json +2 0 src/App.tsx +1 1 src/components/map.js +68 0 src/pages/chains/chain.tsx +1 1 src/pages/home.tsx +2 2 src/pages/signup.js +2 1 src/types.ts +9 1 src/util/firebase/chain.ts +10 2 src/util/firebase/user.ts + +commit ad1720730fe6fe52c3c8b953aa5cfcf7b4ef7cb6 +Author: Margot +Date: Sun Mar 28 11:09:09 2021 +0200 + + Order translations alphabetically + +7 7 public/locales/en/translation.json +6 6 public/locales/nl/translation.json + +commit 1d1e66bc27a50b06437b0622286e0e7a9fb4040a +Author: Margot +Date: Sun Mar 28 11:04:40 2021 +0200 + + Change Dutch translations for login and home + + We commonly use 'login' and 'home'. + +3 3 public/locales/nl/translation.json + +commit c1d470328a6998b66d0bfae53f872a71ec1eeb67 +Author: Margot +Date: Wed Mar 24 22:24:17 2021 +0100 + + Fix content disappearing behind Navbar + +3 1 src/components/Navbar.tsx + +commit 2dd9faddc6b6db77b8207add68c49b478289ae32 +Author: Margot +Date: Sun Mar 7 16:54:51 2021 +0100 + + Use CamelCase for Component names + + As per React docs, see https://reactjs.org/docs/jsx-in-depth.html#user-defined-components-must-be-capitalized + +3 3 src/pages/login.js +3 3 src/pages/signup.js + +commit 0040bdd1ee6104431322a2fc3fead82b4f8fcbbd +Merge: 87d7eac4 6019514d +Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> +Date: Thu Mar 25 20:49:23 2021 +0000 + + Merge pull request #17 from pim0223/map-routing + + map routing / sign up update + +commit 6019514d5831813b30f1a8fcad1a011f2a44eb6b +Author: Giulia Mummolo +Date: Thu Mar 25 20:43:04 2021 +0000 + + updated variable name for better readability + +3 7 src/components/Navbar.tsx +3 3 src/components/map.js + +commit 441ff1f47f0cafceac1fce0e54c1090fe6ac4162 +Merge: 27b11caf 87d7eac4 +Author: Giulia Mummolo +Date: Thu Mar 25 20:32:29 2021 +0000 + + Merge branch 'main' into map-routing + +commit 87d7eac41ef39f5fe108ed1d06f8035ece151779 +Merge: d78cfc49 fb89f57b +Author: pim +Date: Thu Mar 25 21:07:37 2021 +0100 + + Merge pull request #18 from pim0223/i18n-setup + + Added internationalization with react-i18next + +commit fb89f57bacd1f44bdf10d0c4b213c829cc485988 +Author: Guvenc Bayraktar +Date: Thu Mar 25 19:39:12 2021 +0300 + + Added internationalization with react-i18next + +4 0 package.json +11 0 public/locales/en/translation.json +11 0 public/locales/nl/translation.json +18 0 src/components/LanguageSwitcher.tsx +8 3 src/components/Navbar.tsx +18 0 src/i18n.tsx +6 3 src/index.tsx +2 1 src/pages/home.tsx +6 4 src/pages/login.js +11 9 src/pages/signup.js +42 1 yarn.lock + +commit 27b11caf8f4fefbf163408e935d66af888e828b1 +Author: Giulia Mummolo +Date: Thu Mar 25 09:42:07 2021 +0000 + + map routing / sign up update + +8 1 src/App.css +2 2 src/App.tsx +7 4 src/components/Navbar.tsx +67 33 src/components/map.js +13 16 src/pages/signup.js +1 1 src/util/theme.ts + +commit d78cfc498beb4e988a28b7cc273e6a3a9d00ec9e +Merge: b3c94f08 c5a53d3f +Author: pim +Date: Tue Mar 23 16:59:06 2021 +0100 + + Merge pull request #13 from pim0223/map-chain-marker + + render chains from db + +commit c5a53d3f4d109db529574eac10b6a953a9ff695d +Author: Giulia Mummolo +Date: Tue Mar 23 14:57:10 2021 +0000 + + added popup to marker + +1 1 src/App.css +11 10 src/components/map.js + +commit 8abeddbc65dcea169e734e236aa78ddad4acfbbf +Author: Giulia Mummolo +Date: Mon Mar 22 17:11:15 2021 +0000 + + amended getChains structure + +2 17 src/components/map.js + +commit 54b6a657c6effa933c73761d9fe73852adc89544 +Merge: fa62d457 b759b86a +Author: Giulia Mummolo +Date: Mon Mar 22 17:09:45 2021 +0000 + + merged signup changes + +commit b3c94f081d35cca3582b90489c92f340ad0d495a +Merge: 1d72a5a8 b759b86a +Author: pim +Date: Mon Mar 22 17:52:00 2021 +0100 + + Merge pull request #12 from pim0223/signup-update + + Signup update + +commit fa62d4576581b8cbb14a63a55ddcb8b023f766ef +Author: Giulia Mummolo +Date: Mon Mar 22 16:16:18 2021 +0000 + + render chains from db + +5 0 src/App.css +35 8 src/components/map.js +1 0 src/pages/home.tsx + +commit b759b86ae4b1c09be6d7601f3d5a8c143354ed31 +Author: Pim Sauter +Date: Mon Mar 22 14:20:46 2021 +0100 + + Remove password textfield + +2 32 src/pages/login.js + +commit 9228a3a0e1f61e05c69133e3b7ba6131ce2c9213 +Author: Pim Sauter +Date: Mon Mar 22 14:18:30 2021 +0100 + + handle submit to firebase + +1 0 src/pages/login.js +3 21 src/pages/signup.js +7 0 src/types.ts +16 0 src/util/firebase/user.ts + +commit 6ccd0cd982ccea04ea76a2a884939c0f14a8ffce +Author: Pim Sauter +Date: Mon Mar 22 14:04:50 2021 +0100 + + Refactor getChains code + +5 12 src/pages/home.tsx +18 18 src/pages/login.js +25 26 src/pages/signup.js +16 0 src/util/firebase/chain.ts +0 0 src/util/{firebase.ts => firebase/firebaseConfig.ts} + +commit e5601c4f0002b0e344d54c770878b3d11c456011 +Author: Pim Sauter +Date: Mon Mar 22 13:18:47 2021 +0100 + + Remove API key + +0 1 src/pages/signup.js +1 1 src/util/firebase.ts + +commit 1d72a5a8fbcb3e4805370172e68b864facdd8b08 +Merge: 5e5bef21 a9005b36 +Author: pim +Date: Mon Mar 22 12:53:40 2021 +0100 + + Merge pull request #7 from pim0223/render-map + + first map render + +commit a9005b36074e22456d044443a3269ad7394495c1 +Author: Giulia Mummolo +Date: Mon Mar 22 11:34:48 2021 +0000 + + removed yarn.lock duplicate + +0 12469 yarn 2.lock + +commit 0dc9ba58f0ceef3961ec5649fccddcc91aa64985 +Author: Giulia Mummolo +Date: Sat Mar 20 13:11:47 2021 +0000 + + implemented map and added marker + +0 18993 package-lock.json +5 4 package.json +1 0 public/index.html +14 11 src/App.css +37 0 src/components/map.js +1 7 src/pages/home.tsx +0 38 src/util/map.js +12469 0 yarn 2.lock +2583 2256 yarn.lock + +commit 076713ff90132917b831dcc300c43f4d41c6cdea +Author: Giulia Mummolo +Date: Thu Mar 18 13:57:44 2021 +0000 + + added access token + +1 1 src/util/map.js + +commit ec2a21052d11ac0346f23e4ce53af13568522102 +Author: Giulia Mummolo +Date: Thu Mar 18 13:37:13 2021 +0000 + + first map render + +18993 0 package-lock.json +1 0 package.json +2 1 src/App.css +4 4 src/pages/home.tsx +38 0 src/util/map.js + +commit 5e5bef2159ef90905eaf78df44422bb43272a24c +Author: Tim Stokman <41363+timstokman@users.noreply.github.com> +Date: Sun Mar 14 23:04:28 2021 +0100 + + Typescript conversion (#5) + +0 37027 package-lock.json +13 6 package.json +0 0 src/{App.test.js => App.test.tsx} +1 19 src/{App.js => App.tsx} +0 40 src/components/Chain.js +41 0 src/components/Chain.tsx +0 24 src/components/Navbar.js +16 0 src/components/Navbar.tsx +0 0 src/{index.js => index.tsx} +16 8 src/pages/{home.js => home.tsx} +1 0 src/react-app-env.d.ts +3 1 src/{reportWebVitals.js => reportWebVitals.ts} +0 0 src/{setupTests.js => setupTests.ts} +5 0 src/types.ts +0 0 src/util/{firebase.js => firebase.ts} +3 1 src/util/{theme.js => theme.ts} +26 0 tsconfig.json +10532 10866 yarn.lock + +commit 970ac289adf26d1f0e2b0ea2175ac14d662ee253 +Author: Pim Sauter +Date: Sun Mar 14 10:56:27 2021 +0100 + + Small refactor + +1 1 src/pages/home.js + +commit 197ea8b6185db760448842eb5c302906de2d97d8 +Author: Pim Sauter +Date: Sun Mar 14 10:55:15 2021 +0100 + + Add dotenv + +1 0 .gitignore +1 0 package-lock.json +1 0 package.json +3 1 src/util/firebase.js +1 1 yarn.lock + +commit 04e90b4edad67be3a0aef4fe56008cfff84a2ebb +Author: Pim Sauter +Date: Sun Mar 14 10:49:43 2021 +0100 + + Refactor home to use firebase sdk + +1301 16 package-lock.json +2 2 package.json +14 10 src/pages/home.js +7 4 src/pages/signup.js +18 0 src/util/firebase.js +542 14 yarn.lock + +commit 28c6988bfe3b8d8d8792332eb7e63cf126a2c2c1 +Author: Pim Sauter +Date: Fri Mar 5 16:41:24 2021 +0100 + + Add neighbourhood select to sign up + +17 15 src/App.js +36 2 src/pages/signup.js + +commit 2a08899c3927c2e78f4ebdf1b6a3f25b922c0a09 +Author: Pim Sauter +Date: Thu Mar 4 15:17:34 2021 +0100 + + Add signup, AuthRoute + +11 0 package-lock.json +1 0 package.json +24 21 src/App.js +4 17 src/pages/login.js +175 5 src/pages/signup.js +13 0 src/util/AuthRoute.js +37 0 src/util/theme.js +5 0 yarn.lock + +commit 97695eb41b53890851416c562374d2004d6bb318 +Author: Pim Sauter +Date: Thu Feb 18 23:55:37 2021 +0100 + + Remove unused vars + +0 1 src/components/Chain.js +1 1 src/pages/login.js + +commit 4d9fef116f432616d7c3e6792fd43cd7ae25dedc +Author: Pim Sauter +Date: Thu Feb 18 23:53:17 2021 +0100 + + Remove signup + +0 1 src/pages/signup.js + +commit 7b6cd1d7d9c7fbeead60a9d282f1ce71c87c1e15 +Author: Pim Sauter +Date: Thu Feb 18 23:52:03 2021 +0100 + + Add login screen + +30 0 package-lock.json +2 0 package.json +5 1 src/App.css +34 6 src/components/Chain.js +- - src/images/sfm_logo.png +129 6 src/pages/login.js +14 1 yarn.lock + +commit 6c3e94f4d9af9ee4d73d46e17ededa3c26734b84 +Author: Pim Sauter +Date: Thu Feb 18 22:26:22 2021 +0100 + + Add chains to front page + +17 0 package-lock.json +3 1 package.json +5 1 src/App.js +13 0 src/components/Chain.js +1 0 src/components/Navbar.js +30 6 src/pages/home.js +8 1 yarn.lock + +commit 6bf394bfed0d9b8c1dccf8c16c90c550b3b85338 +Author: Pim Sauter +Date: Thu Feb 18 21:48:58 2021 +0100 + + Initial commit + +35683 0 package-lock.json +2 0 package.json +1 1 public/index.html +11 33 src/App.css +43 18 src/App.js +23 0 src/components/Navbar.js +0 13 src/index.css +0 1 src/index.js +0 1 src/logo.svg +13 0 src/pages/home.js +13 0 src/pages/login.js +13 0 src/pages/signup.js +10592 9921 yarn.lock + +commit aef450f34ce2211f1ded97452a36979b208dd0dc +Author: Pim Sauter +Date: Thu Feb 18 20:50:45 2021 +0100 + + Initialize project using Create React App + +23 0 .gitignore +70 0 README.md +38 0 package.json +- - public/favicon.ico +43 0 public/index.html +- - public/logo192.png +- - public/logo512.png +25 0 public/manifest.json +3 0 public/robots.txt +38 0 src/App.css +25 0 src/App.js +8 0 src/App.test.js +13 0 src/index.css +17 0 src/index.js +1 0 src/logo.svg +13 0 src/reportWebVitals.js +5 0 src/setupTests.js +11399 0 yarn.lock From ea43f4b259cb1c664efd83e62bd48bca6f658acf Mon Sep 17 00:00:00 2001 From: Natalie Date: Tue, 14 Nov 2023 13:37:22 -0800 Subject: [PATCH 02/24] Revert "add git logs text file" This reverts commit 0c22c867245e0ba32213ffe7c478dd75c66400dc. --- git_logs.txt | 37317 ------------------------------------------------- 1 file changed, 37317 deletions(-) delete mode 100644 git_logs.txt diff --git a/git_logs.txt b/git_logs.txt deleted file mode 100644 index e30ebb836..000000000 --- a/git_logs.txt +++ /dev/null @@ -1,37317 +0,0 @@ -commit 699c07ee4060a391ad5fe68c5d230b45747cd2b7 -Merge: 0d0208cc 09d5c9de -Author: Lucian I. Last -Date: Tue Oct 10 22:09:48 2023 +0200 - - Merge branch 'main-v4.10.x' - -commit 09d5c9de00829683014ca28a0531133aaa4bb741 -Author: Lucian I. Last -Date: Tue Oct 10 22:09:08 2023 +0200 - - Change from sendinblue to brevo - -1 1 server/go.mod -2 2 server/go.sum -12 12 server/internal/app/{sendinblue.go => brevo.go} -4 4 server/internal/controllers/contact.go -4 4 server/internal/controllers/users.go -1 1 server/internal/server.go -5 5 server/internal/tests/integration_tests/{sendinblue_e2e_test.go => brevo_e2e_test.go} - -commit 0d0208cc206dd7a9d2cf5d0b71642ca1d3aa94a0 -Merge: 0ac8629e bd1d02e5 -Author: Lucian I. Last -Date: Sun Oct 1 12:57:39 2023 +0200 - - Merge branch 'new-emails' - -commit bd1d02e579137887c658823fd5bae28e3a3cef6f -Author: Lucian I. Last -Date: Sun Oct 1 12:56:53 2023 +0200 - - loop is capitalized - -1 1 server/internal/views/emails/en/someone_is_interested_in_joining_your_loop.gohtml -1 1 server/internal/views/emails/en/someone_left_loop.gohtml -3 3 server/internal/views/emails/en/translations.json - -commit 0ac8629eda63ba6f8e903d6e323628ee71f2b2d3 -Author: Lucian I. Last -Date: Fri Sep 29 14:13:48 2023 +0200 - - Publish app v1.16 - -1 1 app/.env.production -4 0 app/RELEASE_NOTES.md -1 0 app/STEP_TO_RELEASE.md -2 2 app/android/app/build.gradle -4 4 app/ios/App/App.xcodeproj/project.pbxproj -36 0 app/play_store_assets/main_store_listing.md -0 25 app/play_store_assets/main_store_listing.toml - -commit 579c49567797bb1bc29be544bd2413b354827b5a -Merge: f7851af7 a5ceb2cc -Author: Lucian I. Last -Date: Fri Sep 29 12:59:01 2023 +0200 - - Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/app/xml2js-and-capacitor/assets-0.5.0' - -commit f7851af74a9ccdcc4e5155bfd50e33ae3993047a -Merge: c26f74c0 2f8bc197 -Author: Lucian I. Last -Date: Fri Sep 29 12:58:51 2023 +0200 - - Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/app/cypress/request-and-cypress-3.0.1' - -commit a5ceb2cca050c442a840b95b3dc1c619094bd4c1 -Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> -Date: Fri Sep 29 10:54:36 2023 +0000 - - Bump xml2js and @capacitor/assets in /app - - Bumps [xml2js](https://github.com/Leonidas-from-XIV/node-xml2js) to 0.5.0 and updates ancestor dependency [@capacitor/assets](https://github.com/ionic-team/capacitor-assets). These dependencies need to be updated together. - - - Updates `xml2js` from 0.4.23 to 0.5.0 - - [Commits](https://github.com/Leonidas-from-XIV/node-xml2js/commits/0.5.0) - - Updates `@capacitor/assets` from 2.0.4 to 3.0.0 - - [Release notes](https://github.com/ionic-team/capacitor-assets/releases) - - [Changelog](https://github.com/ionic-team/capacitor-assets/blob/main/CHANGELOG.md) - - [Commits](https://github.com/ionic-team/capacitor-assets/compare/v2.0.4...v3.0.0) - - --- - updated-dependencies: - - dependency-name: xml2js - dependency-type: indirect - - dependency-name: "@capacitor/assets" - dependency-type: direct:production - ... - - Signed-off-by: dependabot[bot] - -228 201 app/package-lock.json -1 1 app/package.json - -commit c26f74c024e4cb7a439dfbcfd5548fe56f4c615f -Author: Lucian I. Last -Date: Fri Sep 29 12:53:41 2023 +0200 - - Add toast to bag name error - -1 1 app/src/components/CreateUpdateBag.tsx - -commit ca8c19e9520a9a2cb7815dc72660d4029b6b2fd7 -Author: Lucian I. Last -Date: Fri Sep 29 12:44:59 2023 +0200 - - Fix bag name edit - - https://github.com/the-clothing-loop/private/issues/28 - -1 1 app/package.json -1 3 app/src/components/CreateUpdateBag.tsx - -commit ba8864b83b0871b5f379bccd001034b56c1e34aa -Author: Lucian I. Last -Date: Fri Sep 29 11:51:50 2023 +0200 - - Update partners and sponsors - -60 86 frontend/src/pages/Home.tsx - -commit 8961f1903fd63fd285f722fcda965dffd754b4ad -Author: Lucian I. Last -Date: Thu Sep 28 17:42:07 2023 +0200 - - Add new email to e2e tests - -3 3 server/internal/controllers/chain.go -1 1 server/internal/controllers/contact.go -1 1 server/internal/controllers/login.go -1 1 server/internal/controllers/poke.go -170 53 server/internal/tests/integration_tests/mail_e2e_test.go -14 14 server/internal/views/email.go - -commit d9f8c880260a610e9c7da43b743641dc122004bb -Author: Lucian I. Last -Date: Thu Sep 28 16:38:44 2023 +0200 - - Sort email funcs & Add new emails as funcs - -1 1 server/internal/controllers/chain.go -1 1 server/internal/controllers/contact.go -1 1 server/internal/controllers/login.go -2 2 server/internal/tests/integration_tests/mail_e2e_test.go -295 101 server/internal/views/email.go -1 0 server/internal/views/email_test.go -1 1 server/internal/views/emails/en/your_loop_deleted_next_month.gohtml - -commit 5a0df92906443b4c244466588b2bed5ff68af64d -Author: Lucian I. Last -Date: Thu Sep 28 15:58:23 2023 +0200 - - Remove non-consent ipinfo - -0 1 frontend/.env-acceptance -0 1 frontend/.env-example -0 1 frontend/.env-production -0 17 frontend/src/api/ipinfo.ts -0 29 frontend/src/components/FormFields.tsx - -commit 19a3a1f1fbd13470cfc830156821f4b3e8b46ce9 -Author: Lucian I. Last -Date: Thu Sep 28 10:27:31 2023 +0200 - - Test new emails - -87 1 server/internal/views/email_test.go -17 17 server/internal/views/emails/en/translations.json - -commit 79cdaae5b59e3d5291d52e329db67b094a2eb61d -Author: Lucian I. Last -Date: Wed Sep 27 17:23:25 2023 +0200 - - Add new emails from drive - -3 0 server/internal/views/emails/en/account_deleted_successfully.gohtml -6 2 server/internal/views/emails/en/an_admin_approved_your_join_request.gohtml -7 0 server/internal/views/emails/en/do_you_want_to_be_host.gohtml -41 0 server/internal/views/emails/en/is_your_loop_still_active.gohtml -6 0 server/internal/views/emails/en/loop_is_deleted.gohtml -1 1 server/internal/views/emails/en/poke.gohtml -6 2 server/internal/views/emails/en/someone_is_interested_in_joining_your_loop.gohtml -6 0 server/internal/views/emails/en/someone_left_loop.gohtml -10 0 server/internal/views/emails/en/someone_waiting_to_be_accepted.gohtml -6 5 server/internal/views/emails/en/subscribed_to_newsletter.gohtml -11 2 server/internal/views/emails/en/translations.json -7 0 server/internal/views/emails/en/you_signed_up_for_loop.gohtml -7 0 server/internal/views/emails/en/your_loop_deleted_next_month.gohtml -9 0 server/internal/views/emails/en/your_loop_deleted_next_week.gohtml - -commit 9693fbc958c28f347fd69a0f35712c4e77d3fc94 -Author: Lucian I. Last -Date: Wed Sep 27 16:59:59 2023 +0200 - - When joining a mens loop show mannen_amersfoort.jpg - -18 5 frontend/src/pages/Signup.tsx - -commit 6dc9a4d3b47234be5621ee0960fd40e63da82a29 -Merge: f6b48c7a 709e3f3d -Author: Lucian I. Last -Date: Wed Sep 27 09:22:31 2023 +0200 - - Merge pull request #595 from the-clothing-loop/l10n_main - - New Crowdin updates - -commit f6b48c7a2bc4cf30302cbb11ac42ff36f5469f33 -Author: Lucian I. Last -Date: Sat Sep 16 14:48:00 2023 +0200 - - Fix user purge - -18 0 server/internal/controllers/users.go - -commit 6f8c67a46eef5fb7e4b38025d070862fc05ee478 -Author: Lucian I. Last -Date: Sat Sep 16 14:42:00 2023 +0200 - - Remove user delete - -0 6 frontend/src/api/chain.ts -0 6 frontend/src/api/user.ts -0 28 server/internal/controllers/users.go -0 1 server/internal/server.go - -commit 2f8bc1970563a625059a13c96ac66dace606b2fc -Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> -Date: Sat Sep 16 12:11:43 2023 +0000 - - Bump @cypress/request and cypress in /app - - Bumps [@cypress/request](https://github.com/cypress-io/request) to 3.0.1 and updates ancestor dependency [cypress](https://github.com/cypress-io/cypress). These dependencies need to be updated together. - - - Updates `@cypress/request` from 2.88.12 to 3.0.1 - - [Release notes](https://github.com/cypress-io/request/releases) - - [Changelog](https://github.com/cypress-io/request/blob/master/CHANGELOG.md) - - [Commits](https://github.com/cypress-io/request/compare/v2.88.12...v3.0.1) - - Updates `cypress` from 12.17.1 to 13.2.0 - - [Release notes](https://github.com/cypress-io/cypress/releases) - - [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md) - - [Commits](https://github.com/cypress-io/cypress/compare/v12.17.1...v13.2.0) - - --- - updated-dependencies: - - dependency-name: "@cypress/request" - dependency-type: indirect - - dependency-name: cypress - dependency-type: direct:development - ... - - Signed-off-by: dependabot[bot] - -24 14 app/package-lock.json -1 1 app/package.json - -commit f5d22e6aa6ec1526228e7d92e155d6b65e06962f -Merge: 221493c1 6827741c -Author: Lucian I. Last -Date: Sat Sep 16 14:10:51 2023 +0200 - - Merge branch 'main' of github.com:the-clothing-loop/website - -commit 221493c1c9a8adfb854d66182c8d863e54b7b0a1 -Author: Lucian I. Last -Date: Sat Sep 16 14:10:41 2023 +0200 - - Fix interested sizes - -1 1 app/src/pages/Settings.tsx - -commit 709e3f3d6bf21a95b52454139b85a38cdf47dbfd -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Sep 15 20:41:57 2023 +0200 - - New translations translation.json (Swedish) - -2 0 frontend/public/locales/sv/translation.json - -commit d26fec206c4f7e3b9849b7f792d9c069165272fc -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Sep 15 20:41:56 2023 +0200 - - New translations translation.json (Portuguese) - -2 0 frontend/public/locales/pt/translation.json - -commit 97652f25798a8ea8d7446e9b887a6306f7d37ba0 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Sep 15 20:41:55 2023 +0200 - - New translations translation.json (Polish) - -2 0 frontend/public/locales/pl/translation.json - -commit ab6e7ed6a9188794b452a0cf8a4698a046bf5a01 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Sep 15 20:41:54 2023 +0200 - - New translations translation.json (Dutch) - -2 0 frontend/public/locales/nl/translation.json - -commit da2de4688ca4e50033b0a130e39a94b9b29cde56 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Sep 15 20:41:53 2023 +0200 - - New translations translation.json (Korean) - -2 0 frontend/public/locales/ko/translation.json - -commit 1e889df469739bb4d07ef756600b4b6fb630536e -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Sep 15 20:41:52 2023 +0200 - - New translations translation.json (Japanese) - -2 0 frontend/public/locales/ja/translation.json - -commit 152fb345af9e06429ee200bd8919ed5b0e235e7c -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Sep 15 20:41:51 2023 +0200 - - New translations translation.json (Italian) - -2 0 frontend/public/locales/it/translation.json - -commit f123c17b92423ebdcdabd10fa0d0ab5a355ce080 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Sep 15 20:41:50 2023 +0200 - - New translations translation.json (Hebrew) - -2 0 frontend/public/locales/he/translation.json - -commit d682e74c5b6feddaf5deca7e51143eeff0dffc01 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Sep 15 20:41:49 2023 +0200 - - New translations translation.json (German) - -2 0 frontend/public/locales/de/translation.json - -commit 5cca7a6c0aa761e89ecf1115c3a8a8018d3d9f74 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Sep 15 20:41:48 2023 +0200 - - New translations translation.json (Spanish) - -2 0 frontend/public/locales/es/translation.json - -commit 6827741ce284545a8c2789bfef65594f2201f74d -Merge: 7bfd6d37 b9eb3e7d -Author: Lucian I. Last -Date: Fri Sep 15 18:26:01 2023 +0200 - - Merge pull request #594 from NatalieWilson19/copy-participant-#586 - - Copy participant - -commit b9eb3e7d7546e6c2a755dafb5ca10896691e3b0b -Author: Lucian I. Last -Date: Fri Sep 15 18:24:15 2023 +0200 - - Remove debug - -1 4 server/internal/controllers/users.go - -commit 6655d85a896528bc25318a83a90f6c591e7a5803 -Author: Lucian I. Last -Date: Fri Sep 15 18:23:12 2023 +0200 - - Fix convert NULL to uint sql error - - Use null.Int instead - -11 8 server/internal/controllers/users.go - -commit 1b7e563fa6c5db5e949bbfaf24b26541733b96bd -Author: Lucian I. Last -Date: Fri Sep 15 18:19:21 2023 +0200 - - Fix Gorm not reading sql response properly - -23 17 server/internal/controllers/users.go - -commit f263aa948bd6087f8e0d28e95fcb499668c24fe9 -Merge: 333157fb 7bfd6d37 -Author: Lucian I. Last -Date: Fri Sep 15 17:51:03 2023 +0200 - - Merge branch 'main' into copy-participant-#586 - -commit 333157fb138b5cc5447219cd801af0775ffe07cc -Author: Lucian I. Last -Date: Fri Sep 15 17:45:31 2023 +0200 - - Restructure, Document, Add case if already user exists on dest loop - -57 32 server/internal/controllers/users.go - -commit 4dc02b6ef2fe64e69bb611866af8c5ce80dfe2e5 -Author: Lucian I. Last -Date: Fri Sep 15 17:43:53 2023 +0200 - - Simplify api call userTransferChain - -7 17 frontend/src/pages/ChainMemberList.tsx - -commit 16636506f445482bdf474a74afbbb208c099cda7 -Author: Lucian I. Last -Date: Fri Sep 15 17:43:08 2023 +0200 - - Use lower case ts boolean - - https://www.typescriptlang.org/docs/handbook/basic-types.html#about-number-string-boolean-symbol-and-object - -1 1 frontend/src/pages/ChainMemberList.tsx - -commit b43a5b58fbf8bee95409ebb33e1ad87ce84d14d5 -Author: Lucian I. Last -Date: Fri Sep 15 16:16:23 2023 +0200 - - Sanitize event details page XSS - -137 5 frontend/package-lock.json -2 0 frontend/package.json -36 0 frontend/src/components/SanitizedHtml.tsx -8 6 frontend/src/components/TinyMCE.tsx -26 5 frontend/src/pages/EventDetails.tsx - -commit 7bfd6d378874148d55b9a33de131f9e2d4ba123a -Author: Lucian I. Last -Date: Thu Sep 14 17:48:48 2023 +0200 - - Update delete user - -4 0 server/sql/delete-user.sql - -commit a637277fbb2ddd45b19399176927978fed4ab0c3 -Author: Lucian I. Last -Date: Thu Sep 14 17:42:56 2023 +0200 - - Fix more rtl issues - -2 2 frontend/src/components/ChainDetailsForm.tsx -1 1 frontend/src/components/FormFields.tsx -4 4 frontend/src/pages/ChainMemberList.tsx -20 0 frontend/src/tailwind.css - -commit 25b1e8af0ac2440632ef5c246a408d513b44313a -Author: Lucian I. Last -Date: Thu Sep 14 17:42:45 2023 +0200 - - Fix event page - -11 6 frontend/src/pages/EventDetails.tsx - -commit 441f84dafd6ed80b8e60bf04fe04187b618f00c3 -Author: Natalie -Date: Wed Sep 13 14:26:02 2023 -0700 - - add copy participant info translation - -1 0 frontend/public/locales/en/translation.json -3 1 frontend/src/pages/ChainMemberList.tsx - -commit 82cd3e254167e613cf9edbf7a7bb6ce951be3081 -Author: Natalie -Date: Wed Sep 13 14:21:31 2023 -0700 - - add copy participant to loop translation - -1 0 frontend/public/locales/en/translation.json -1 1 frontend/src/pages/ChainMemberList.tsx - -commit 10a5f5476a518b4e89a10e342a85947c48a26019 -Author: Natalie -Date: Wed Sep 13 14:17:45 2023 -0700 - - refactor for less code repetition - -21 70 frontend/src/pages/ChainMemberList.tsx - -commit 7ce3a5c2f8bd8840868acae69b521826bbea0b28 -Merge: 5541a33e 33a13f1a -Author: Lucian I. Last -Date: Wed Sep 13 13:38:06 2023 +0200 - - Merge branch 'remove-from-beta' - -commit 5541a33ebfc171f60bd99e95a4aca51802a43798 -Merge: b8a39836 4708f959 -Author: Lucian I. Last -Date: Wed Sep 13 13:36:34 2023 +0200 - - Merge remote-tracking branch 'origin/l10n_main' - -commit b8a39836dd11dd95c91f9c04499d3af1d014054e -Author: Lucian I. Last -Date: Wed Sep 13 13:33:35 2023 +0200 - - Set to object fit for large event image - -1 1 frontend/src/pages/EventDetails.tsx - -commit 4708f95942b3d46091f544d2f2720251965dd334 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Sep 13 13:06:07 2023 +0200 - - New translations translation.json (Swedish) - -1 0 frontend/public/locales/sv/translation.json - -commit 959d893482db4dc877e09303a128ac66080a92d7 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Sep 13 13:06:05 2023 +0200 - - New translations translation.json (Portuguese) - -1 0 frontend/public/locales/pt/translation.json - -commit f90a7c3a9e9e16a15014f37c6029297672a0f43d -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Sep 13 13:06:04 2023 +0200 - - New translations translation.json (Polish) - -1 0 frontend/public/locales/pl/translation.json - -commit e76a1aa30b924d322f016742bed8bb98bcff7a9d -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Sep 13 13:06:03 2023 +0200 - - New translations translation.json (Dutch) - -2 2 app/public/locales/nl/translation.json - -commit cb99833fe2d657b5889931155f4d25022554b4a4 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Sep 13 13:06:02 2023 +0200 - - New translations faq.json (Dutch) - -4 4 app/public/locales/nl/faq.json - -commit 2892fea466d2b14859a49cfd2f16f759aa8af90b -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Sep 13 13:06:01 2023 +0200 - - New translations translation.json (Dutch) - -1 0 frontend/public/locales/nl/translation.json - -commit cc5dd17fc154138f15cb9b38c4f152aa92d2644c -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Sep 13 13:06:00 2023 +0200 - - New translations translation.json (Korean) - -1 0 frontend/public/locales/ko/translation.json - -commit dab41c55e19623209fc4f8c8b3c375259782a608 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Sep 13 13:05:59 2023 +0200 - - New translations translation.json (Japanese) - -1 0 frontend/public/locales/ja/translation.json - -commit be15af2dd53d5551ccaad1da753ad67997a93ada -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Sep 13 13:05:58 2023 +0200 - - New translations translation.json (Italian) - -1 0 frontend/public/locales/it/translation.json - -commit dd378c102ad1be61b23a5a189969314b771fe405 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Sep 13 13:05:57 2023 +0200 - - New translations translation.json (Hebrew) - -1 0 frontend/public/locales/he/translation.json - -commit 242676e70a70ae2e92e98832affdfd9bc0400de4 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Sep 13 13:05:56 2023 +0200 - - New translations translation.json (German) - -1 0 frontend/public/locales/de/translation.json - -commit f8aabca2f2c9100c0c3bb0176bf7674f32b87910 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Sep 13 13:05:55 2023 +0200 - - New translations translation.json (Spanish) - -1 0 frontend/public/locales/es/translation.json - -commit 74cd31512f7efd1ba4f7e9e4a6af7d18391e183b -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Sep 13 13:05:54 2023 +0200 - - New translations translation.json (French) - -1 0 frontend/public/locales/fr/translation.json - -commit 9a2ba2d67fcc5f581c697584b7a8df9feb8cc377 -Author: Lucian I. Last -Date: Wed Sep 13 11:27:54 2023 +0200 - - Add welcomeOverviewLiveSwap - -1 0 frontend/public/locales/en/translation.json -9 2 frontend/src/pages/Events.tsx - -commit b31fcf6b9e0d665775c44b00718d0195fd04fe8c -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Sep 13 11:22:48 2023 +0200 - - New translations faq.json (Dutch) - -5 5 frontend/public/locales/nl/faq.json - -commit 22ced8d6056b47486e91503f7b6e9a329d992651 -Author: Natalie -Date: Tue Sep 12 15:02:24 2023 -0700 - - refactor userTransferChain and userCopyChain to one function - -3 14 frontend/src/api/user.ts -70 66 frontend/src/pages/ChainMemberList.tsx -27 92 server/internal/controllers/users.go -0 1 server/internal/server.go - -commit c1133bbc2e2b42ebac1c877a5e2d3ac394e9f72f -Author: Natalie -Date: Tue Sep 12 13:56:05 2023 -0700 - - working backend for UserCopyChain - -88 0 server/internal/controllers/users.go -1 0 server/internal/server.go - -commit 8eebc46e804fa99912461c32313263d7982fb7bd -Author: Natalie -Date: Tue Sep 12 13:54:23 2023 -0700 - - add user copy chain to frontend and api - -13 0 frontend/src/api/user.ts -68 2 frontend/src/pages/ChainMemberList.tsx - -commit 56f0f4a66ae34de4c8be06073bbab1c216b5973c -Author: Lucian I. Last -Date: Mon Sep 11 15:13:45 2023 +0200 - - Replace double old nl translations in FAQ - -20 12 frontend/public/locales/nl/faq.json - -commit f6eba68acfda2fcac7bc19b34a9ff92f04ded140 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Sep 11 14:33:46 2023 +0200 - - New translations faq.json (Dutch) - -3 3 frontend/public/locales/nl/faq.json - -commit 6218097e789102f00fe2027ae776151067de49a4 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Sep 11 13:33:34 2023 +0200 - - New translations faq.json (Swedish) - -11 3 frontend/public/locales/sv/faq.json - -commit 5d4b80c1512757f015adf3110171c5cf90d1c51e -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Sep 11 13:33:33 2023 +0200 - - New translations faq.json (Portuguese) - -11 3 frontend/public/locales/pt/faq.json - -commit d30d86ab07505b71867c4a2d1496744a70406d68 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Sep 11 13:33:32 2023 +0200 - - New translations faq.json (Polish) - -11 3 frontend/public/locales/pl/faq.json - -commit 25c0ab92a607750e5335cad52c964a5a43abf815 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Sep 11 13:33:31 2023 +0200 - - New translations faq.json (Dutch) - -11 3 frontend/public/locales/nl/faq.json - -commit ad8505dd18ef00388debbde01ef44cb6db005dc8 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Sep 11 13:33:30 2023 +0200 - - New translations faq.json (Korean) - -11 3 frontend/public/locales/ko/faq.json - -commit eed5fff6233f99217846c0f2dcd3465a21913ef8 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Sep 11 13:33:29 2023 +0200 - - New translations faq.json (Japanese) - -11 3 frontend/public/locales/ja/faq.json - -commit bacf0e49b12ba60df0b6776aeace17c6e743326f -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Sep 11 13:33:28 2023 +0200 - - New translations faq.json (Italian) - -11 3 frontend/public/locales/it/faq.json - -commit 3a46f068db9d995e42f4e5416f899962987b0af4 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Sep 11 13:33:27 2023 +0200 - - New translations faq.json (Hebrew) - -11 3 frontend/public/locales/he/faq.json - -commit 33b3642f5be5d411a739a48e3f04d49b7331bacd -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Sep 11 13:33:26 2023 +0200 - - New translations faq.json (German) - -11 3 frontend/public/locales/de/faq.json - -commit c6726022491b1008323252243bb0580365d61497 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Sep 11 13:33:26 2023 +0200 - - New translations faq.json (Spanish) - -11 3 frontend/public/locales/es/faq.json - -commit a00c97664f12e2343331b0848fdcf4afe10a5cd5 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Sep 11 13:33:24 2023 +0200 - - New translations faq.json (French) - -11 3 frontend/public/locales/fr/faq.json - -commit 0a4aa6c4eafd191bc34d1d465c8f088b8532c262 -Author: Lucian I. Last -Date: Mon Sep 11 13:31:50 2023 +0200 - - Add new FAQ - -11 3 frontend/public/locales/en/faq.json -2 0 frontend/src/pages/FAQ.tsx - -commit 33a13f1a2d334118099aa1db2ad6d61742c6ad6b -Author: Lucian I. Last -Date: Mon Sep 11 11:36:22 2023 +0200 - - Change urls in footer - -11 8 frontend/src/components/Footer.tsx - -commit 5d1303f089b2945b0683ae6ae6e30408063ec474 -Author: Lucian I. Last -Date: Fri Sep 8 15:29:20 2023 +0200 - - Publish v1.15 - -1 1 app/.env.production -4 0 app/RELEASE_NOTES.md -2 2 app/android/app/build.gradle -4 4 app/ios/App/App.xcodeproj/project.pbxproj -3 3 app/ios/App/App/en.lproj/InfoPlist.strings -3 3 app/ios/App/App/nl.lproj/InfoPlist.strings - -commit 823df8930521b40c08bcdd0fd345bddc91b2104f -Author: Lucian I. Last -Date: Fri Sep 8 14:35:43 2023 +0200 - - Fix app reviewer login flow - -1 1 app/src/api.ts -2 2 app/src/pages/Login.tsx -1 1 frontend/src/api/login.ts -2 2 frontend/src/pages/Login.tsx - -commit 8b4e177229840c78ca58c7431e3a57e9b1014f64 -Merge: 2e8920cc 71a0c162 -Author: Lucian I. Last -Date: Fri Sep 8 14:18:29 2023 +0200 - - Merge remote-tracking branch 'origin/l10n_main' - -commit 2e8920ccc6e5afa82b93be97342cacaabeb30ba3 -Author: Lucian I. Last -Date: Fri Sep 8 14:16:54 2023 +0200 - - lint html - -12 4 app/index.html - -commit 71a0c162d64bdde1672686ac32dfe35b363b87fe -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Sep 8 14:13:24 2023 +0200 - - New translations translation.json (French) - -2 0 app/public/locales/fr/translation.json - -commit d59cba4e7eecee761e3953f56919f82aa448e47d -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Sep 8 14:13:22 2023 +0200 - - New translations translation.json (Swedish) - -2 0 app/public/locales/sv/translation.json - -commit 93a8ae08d18227867766d2026447d796c7e39d23 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Sep 8 14:13:21 2023 +0200 - - New translations translation.json (Portuguese) - -2 0 app/public/locales/pt/translation.json - -commit 5b91aa2751917b82e2631dc471cc9631c277cd5a -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Sep 8 14:13:20 2023 +0200 - - New translations translation.json (Polish) - -2 0 app/public/locales/pl/translation.json - -commit 14cd6fe2ba394193b778e4b60aa508a2667cf293 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Sep 8 14:13:19 2023 +0200 - - New translations translation.json (Dutch) - -2 0 app/public/locales/nl/translation.json - -commit 5875b9cb63a26851798ac705752019e7009985b1 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Sep 8 14:13:18 2023 +0200 - - New translations translation.json (Korean) - -2 0 app/public/locales/ko/translation.json - -commit e0a7ff068ccdaa0320bf4b30e60948b89878e8f9 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Sep 8 14:13:17 2023 +0200 - - New translations translation.json (Japanese) - -2 0 app/public/locales/ja/translation.json - -commit 7051184d2328f902ec866a984fffe07afb8d3cb5 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Sep 8 14:13:16 2023 +0200 - - New translations translation.json (Italian) - -2 0 app/public/locales/it/translation.json - -commit b19060967668a867f731d006039d440d583de739 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Sep 8 14:13:15 2023 +0200 - - New translations translation.json (Hebrew) - -2 0 app/public/locales/he/translation.json - -commit 9edf068f0069fcb899a2b506344a5128bd328e1f -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Sep 8 14:13:14 2023 +0200 - - New translations translation.json (German) - -2 0 app/public/locales/de/translation.json - -commit a53a1c7a84d694c1fd56fed668795a7eb41d6942 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Sep 8 14:13:13 2023 +0200 - - New translations translation.json (Spanish) - -2 0 app/public/locales/es/translation.json - -commit e7c77651ac9b6bfab64ea3a51fa904d94f09ba0a -Author: Lucian I. Last -Date: Fri Sep 8 14:12:33 2023 +0200 - - Add quick login for reviewer email - -1 1 frontend/src/api/login.ts -21 10 frontend/src/pages/Login.tsx -1 1 server/internal/controllers/login.go - -commit c78da4a4eda9310beaea2c2e93739ecd5d8452a7 -Author: Lucian I. Last -Date: Fri Sep 8 13:47:38 2023 +0200 - - Improve PWA support - -5 1 app/index.html -1 1 app/public/manifest.json - -commit a1d0727193f9bdaf710d9d82317ac70c56a8d63e -Author: Lucian I. Last -Date: Fri Sep 8 13:47:22 2023 +0200 - - Add GDPR Account deletion steps - -2 0 app/public/locales/en/translation.json -2 0 app/public/locales/nl/translation.json -30 2 app/src/pages/Settings.tsx - -commit 310e6468559ba4fe87e99537509b3c114a6bb4f9 -Author: Lucian I. Last -Date: Thu Sep 7 17:39:07 2023 +0200 - - Release app v1.14 - -1 1 app/.env.production -5 0 app/RELEASE_NOTES.md -2 2 app/android/app/build.gradle -4 4 app/ios/App/App.xcodeproj/project.pbxproj - -commit b2f3706e221a51c3115c6704cdb4c24286e93870 -Author: Lucian I. Last -Date: Thu Sep 7 16:20:22 2023 +0200 - - Update webapp icons - -- - app/assets/icon-small-outline.png -4 1 app/index.html -- - app/public/apple-touch-icon.png -9 0 app/public/browserconfig.xml -- - app/public/favicon-16x16.png -- - app/public/favicon-32x32.png -- - app/public/favicon.ico -- - app/public/logo192.png -- - app/public/logo512.png -0 42 app/public/manifest.json -- - app/public/mstile-150x150.png -74 0 app/public/safari-pinned-tab.svg -4 0 frontend/index.html -- - frontend/public/favicon-16x16.png -- - frontend/public/favicon-32x32.png -- - frontend/public/favicon.ico -- - frontend/public/logo192.png -- - frontend/public/logo512.png -2 2 frontend/public/manifest.json - -commit 8159cfc3324b352833ce7b37ba653af3a63924a0 -Author: Lucian I. Last -Date: Thu Sep 7 15:40:09 2023 +0200 - - change small icons - -- - app/android/app/src/main/res/mipmap-hdpi/ic_launcher.png -- - app/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png -- - app/android/app/src/main/res/mipmap-ldpi/ic_launcher.png -- - app/android/app/src/main/res/mipmap-ldpi/ic_launcher_round.png -- - app/android/app/src/main/res/mipmap-mdpi/ic_launcher.png -- - app/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png -- - app/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png -- - app/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png -- - app/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png -- - app/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png -- - app/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png -- - app/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png -- - app/assets/icon-large.png -- - app/assets/icon-small.png -- - app/icons/icon-48.webp -- - app/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-20x20@1x.png -- - app/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-20x20@2x-1.png -- - app/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-20x20@2x.png -- - app/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-20x20@3x.png -- - app/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-29x29@1x.png -- - app/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-29x29@2x-1.png -- - app/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-29x29@2x.png -- - app/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-29x29@3x.png -- - app/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-40x40@1x.png -- - app/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-40x40@2x-1.png -- - app/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-40x40@2x.png -- - app/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-40x40@3x.png - -commit 960c5472732171a2e98938f8a9c255d11094c36a -Author: Lucian I. Last -Date: Thu Sep 7 13:27:04 2023 +0200 - - use app_icon_v2 for app icon - -3 4 app/android/app/src/main/AndroidManifest.xml -- - app/android/app/src/main/res/mipmap-hdpi/ic_launcher.png -- - app/android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png -- - app/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png -- - app/android/app/src/main/res/mipmap-ldpi/ic_launcher.png -- - app/android/app/src/main/res/mipmap-ldpi/ic_launcher_foreground.png -- - app/android/app/src/main/res/mipmap-ldpi/ic_launcher_round.png -- - app/android/app/src/main/res/mipmap-mdpi/ic_launcher.png -- - app/android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png -- - app/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png -- - app/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png -- - app/android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png -- - app/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png -- - app/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png -- - app/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png -- - app/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png -- - app/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png -- - app/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png -- - app/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png -- - app/assets/icon.png -- - app/icons/icon-128.webp -- - app/icons/icon-192.webp -- - app/icons/icon-256.webp -- - app/icons/icon-48.webp -- - app/icons/icon-512.webp -- - app/icons/icon-72.webp -- - app/icons/icon-96.webp -- - app/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-20x20@1x.png -- - app/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-20x20@2x-1.png -- - app/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-20x20@2x.png -- - app/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-20x20@3x.png -- - app/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-29x29@1x.png -- - app/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-29x29@2x-1.png -- - app/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-29x29@2x.png -- - app/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-29x29@3x.png -- - app/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-40x40@1x.png -- - app/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-40x40@2x-1.png -- - app/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-40x40@2x.png -- - app/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-40x40@3x.png -- - app/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-512@2x.png -- - app/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-60x60@2x.png -- - app/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-60x60@3x.png -- - app/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-76x76@1x.png -- - app/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-76x76@2x.png -- - app/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-83.5x83.5@2x.png - -commit 3458b6a8d18c6705926ee1381bf0a22d37e67397 -Author: Lucian I. Last -Date: Thu Sep 7 10:24:15 2023 +0200 - - Document adding app icons - -8 2 app/README.md - -commit fad9b82915c4c68797b8474f43ca522beb092984 -Author: Lucian I. Last -Date: Thu Sep 7 10:14:14 2023 +0200 - - Add app icon v2 - -- - app/play_store_assets/app_icon_v2.png - -commit 84ce0ecb20785222dabf25043c6fed1946108a7c -Author: Lucian I. Last -Date: Thu Sep 7 10:14:04 2023 +0200 - - Remove old screenshots - -- - app/play_store_assets/Screenshot_20230501_225012.png -- - app/play_store_assets/Screenshot_20230501_225048.png -- - app/play_store_assets/Screenshot_20230501_225107.png - -commit 32f43c14d9074e42534ce30431e180973b617b32 -Author: Lucian I. Last -Date: Thu Sep 7 09:45:28 2023 +0200 - - Use ul for release notes app - -43 43 app/RELEASE_NOTES.md - -commit 46b4112da1662772ff08cfe71d4997d06cb24cac -Merge: 3b7d2bed 10feec41 -Author: Lucian I. Last -Date: Thu Sep 7 09:31:30 2023 +0200 - - Merge branch 'in-event-detail-hide-data-list-headers-if-no-content-#505' - -commit 10feec418b510f9044c01eaa563a035f63db071c -Author: Lucian I. Last -Date: Thu Sep 7 09:30:12 2023 +0200 - - Fix organized by requirements - -6 2 frontend/src/pages/EventDetails.tsx - -commit 3b7d2beda815cb840ee2c068163d5e4daeced262 -Author: Lucian I. Last -Date: Thu Sep 7 08:56:50 2023 +0200 - - Node version pin 20.5 - -1 1 .github/workflows/deploy-acceptance-fe.yml -1 1 .github/workflows/deploy-production-app.yml -2 1 .github/workflows/deploy-production.yml -1 1 .github/workflows/lint-app.yml -1 1 .github/workflows/lint-fe.yml - -commit 03d2d713d610d4efdbca9ef087803de6d192e8ea -Author: Lucian I. Last -Date: Thu Sep 7 01:16:41 2023 +0200 - - Update node types to v20 - -4 4 frontend/package-lock.json -1 1 frontend/package.json - -commit 10ea0f1b54477d863a37c2f26f2a491787891858 -Author: Lucian I. Last -Date: Wed Sep 6 14:03:28 2023 +0200 - - Move from and array to an object - -17 17 frontend/public/locales/ar/faq.json -17 17 frontend/public/locales/da/faq.json -27 27 frontend/public/locales/de/faq.json -27 27 frontend/public/locales/en/faq.json -27 27 frontend/public/locales/es/faq.json -27 27 frontend/public/locales/fr/faq.json -27 27 frontend/public/locales/he/faq.json -27 27 frontend/public/locales/it/faq.json -27 27 frontend/public/locales/ja/faq.json -27 27 frontend/public/locales/ko/faq.json -27 27 frontend/public/locales/nl/faq.json -27 27 frontend/public/locales/pl/faq.json -27 27 frontend/public/locales/pt/faq.json -27 27 frontend/public/locales/sv/faq.json -17 17 frontend/public/locales/zh/faq.json -38 10 frontend/src/pages/FAQ.tsx - -commit 2d949872fa1a15ebc5dd18839e5366c7752afc8e -Author: Natalie -Date: Tue Sep 5 16:53:19 2023 -0700 - - hide categories and organized by headers if fields are empty - -10 2 frontend/src/pages/EventDetails.tsx - -commit 8af53254da90a83e6467e28fa4cb81de896622cb -Author: Lucian I. Last -Date: Tue Sep 5 23:23:55 2023 +0200 - - Add notification queue documentation - -45 0 server/docs/notifications.md - -commit 9ac1400809a2a9ba59f0613839b06c769023f0c4 -Author: Lucian I. Last -Date: Tue Sep 5 13:36:43 2023 +0200 - - Use native language for dropdown - -6 3 frontend/src/components/LanguageSwitcher.tsx -8 8 frontend/src/languages.js - -commit f5078e59b22ca43856a973350f95796bbf476a71 -Author: Lucian I. Last -Date: Tue Sep 5 11:10:36 2023 +0200 - - Fix click on button of shortened loop description - -11 9 frontend/src/pages/FindChain.tsx - -commit f99b6801366ed72c5ea536b9bfeac2e1466fe218 -Author: Lucian I. Last -Date: Tue Sep 5 10:48:03 2023 +0200 - - Add documentation for loop deletion - -18 1 server/docs/email_diagrams.md - -commit e4fc626f4aac6cc4d830586920b791d3fc8d0dd6 -Merge: c39a009d cd143979 -Author: Lucian I. Last -Date: Tue Sep 5 10:15:07 2023 +0200 - - Merge remote-tracking branch 'origin/l10n_main' - -commit c39a009d76bb1535ed817a7952b9f64913d20061 -Author: Lucian I. Last -Date: Mon Sep 4 23:10:27 2023 +0200 - - Add sql find hosts by location - -27 0 server/sql/find-hosts-by-location.sql - -commit cd1439790962ce93604061f35210e43a5dbcbd6c -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Sep 4 18:35:30 2023 +0200 - - New translations approve_reminder.gohtml (Dutch) - -2 2 server/internal/views/emails/nl/approve_reminder.gohtml - -commit ffe85ce86a1999f735c69fda2bd4e8be8704dcb5 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Sep 4 18:35:29 2023 +0200 - - New translations translation.json (Dutch) - -10 10 frontend/public/locales/nl/translation.json - -commit 1803cbacef153aae04943b43c374f826317b512d -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Sep 4 18:35:28 2023 +0200 - - New translations translation.json (Dutch) - -4 4 app/public/locales/nl/translation.json - -commit 3d03bd03ed6261e33e96a5b62c9e52c36ae358a3 -Author: Lucian I. Last -Date: Mon Sep 4 17:57:46 2023 +0200 - - Fix expanded state event image on mobile #510 - -6 6 frontend/src/pages/EventDetails.tsx - -commit 337211e36aa7023cdb5d8f5af5aca9f3ea853532 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Sep 4 16:51:12 2023 +0200 - - New translations translation.json (Swedish) - -4 1 frontend/public/locales/sv/translation.json - -commit 6cc5ed83333d4916e4086cbfb3cc4ac4c47ec5c7 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Sep 4 16:51:11 2023 +0200 - - New translations translation.json (Portuguese) - -4 1 frontend/public/locales/pt/translation.json - -commit 9bca00cacf9db0686f15c519bc52de11cf2a192f -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Sep 4 16:51:10 2023 +0200 - - New translations translation.json (Polish) - -4 1 frontend/public/locales/pl/translation.json - -commit 03fd9ee3b9e9004e26eccb8f44bd4c9c975397b5 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Sep 4 16:51:09 2023 +0200 - - New translations translation.json (Dutch) - -4 1 frontend/public/locales/nl/translation.json - -commit c5f47ae550b457f530862845071c2a2839927cb2 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Sep 4 16:51:07 2023 +0200 - - New translations translation.json (Korean) - -4 1 frontend/public/locales/ko/translation.json - -commit 3c05966103e91013cc39e8c0caba14f8bd674e31 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Sep 4 16:51:06 2023 +0200 - - New translations translation.json (Japanese) - -4 1 frontend/public/locales/ja/translation.json - -commit 23d4db2446e83dc7b3c0b595f83ca22a25091ce2 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Sep 4 16:51:05 2023 +0200 - - New translations translation.json (Italian) - -4 1 frontend/public/locales/it/translation.json - -commit af93a46e9592f67362f13f781ce64660f418a03c -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Sep 4 16:51:04 2023 +0200 - - New translations translation.json (Hebrew) - -4 1 frontend/public/locales/he/translation.json - -commit 5174392d74b3b59a9ba47308e02af569fc08adc5 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Sep 4 16:51:03 2023 +0200 - - New translations translation.json (German) - -4 1 frontend/public/locales/de/translation.json - -commit 015b19ba58c338ad3179b2461fce5fbb9f956c3c -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Sep 4 16:51:02 2023 +0200 - - New translations translation.json (Spanish) - -4 1 frontend/public/locales/es/translation.json - -commit 944d026ebeb8e9d1a3dbc7f61908b2b66d3cb4d9 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Sep 4 16:51:00 2023 +0200 - - New translations translation.json (French) - -4 1 frontend/public/locales/fr/translation.json - -commit e8d0e7e5314aafedb231768dac263ed002e89e24 -Merge: 824a2f1f 06046f5a -Author: Lucian I. Last -Date: Mon Sep 4 16:24:47 2023 +0200 - - Merge pull request #589 from NatalieWilson19/show-create-event-button-if-logged-out-#508 - - Show create event button if logged out #508 - -commit 06046f5a3770859cd3f4170e93807df7212228d2 -Author: Lucian I. Last -Date: Mon Sep 4 16:22:08 2023 +0200 - - Add i18n to clickHereToRegister - -2 0 frontend/public/locales/en/translation.json -7 2 frontend/src/pages/Login.tsx -1 1 frontend/src/pages/Signup.tsx - -commit bae2b3a440a3e33a006ddd0cc5c530582bc222f0 -Author: Lucian I. Last -Date: Mon Sep 4 16:20:58 2023 +0200 - - Remove RegisterOrphanedUser controller - -10 60 server/internal/controllers/login.go -1 1 server/internal/server.go -1 1 server/internal/tests/integration_tests/register_orphaned_user_e2e_test.go - -commit 70bcccf0d5edabd9e3d694cf64f366c7d93945fb -Author: Lucian I. Last -Date: Mon Sep 4 16:19:11 2023 +0200 - - Replace MockOrphanedUser with MockUser with chainID 0 - -1 2 server/internal/tests/integration_tests/register_orphaned_user_e2e_test.go -0 41 server/internal/tests/mocks/mock-tables.go - -commit e515c1eb8dc08bb409f9d16ea6fcfbc273cb8eae -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Sep 4 14:11:21 2023 +0200 - - New translations translation.json (Swedish) - -2 0 app/public/locales/sv/translation.json - -commit 08b49df8888d42b371a0d65e1ae33b511bf0223f -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Sep 4 14:11:20 2023 +0200 - - New translations translation.json (Portuguese) - -2 0 app/public/locales/pt/translation.json - -commit 1cdca9167b25dd5432b9dd4432c54f3c4dc27548 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Sep 4 14:11:19 2023 +0200 - - New translations translation.json (Polish) - -2 0 app/public/locales/pl/translation.json - -commit 0330ae59bee706c746901e3e4bd869468bfa0d8d -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Sep 4 14:11:18 2023 +0200 - - New translations translation.json (Dutch) - -4 2 app/public/locales/nl/translation.json - -commit c5d385900bcfd2188fffa8bd64ce268fedf99b8a -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Sep 4 14:11:17 2023 +0200 - - New translations translation.json (Korean) - -2 0 app/public/locales/ko/translation.json - -commit feb93f1dd3f088926d762948310f4c2dbcdd214a -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Sep 4 14:11:16 2023 +0200 - - New translations translation.json (Japanese) - -2 0 app/public/locales/ja/translation.json - -commit 12142e5940ef812f3cc83735133ae03e4c5e396c -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Sep 4 14:11:15 2023 +0200 - - New translations translation.json (Italian) - -2 0 app/public/locales/it/translation.json - -commit 8657fd33997343e45b9164a60e03d55ee5baa0e8 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Sep 4 14:11:14 2023 +0200 - - New translations translation.json (Hebrew) - -2 0 app/public/locales/he/translation.json - -commit be00244a5cb027a60353fdb2db3c85fec9af6423 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Sep 4 14:11:13 2023 +0200 - - New translations translation.json (German) - -2 0 app/public/locales/de/translation.json - -commit e435c64a09a4beb1406d77c21982b68d3f5904f6 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Sep 4 14:11:12 2023 +0200 - - New translations translation.json (Spanish) - -2 0 app/public/locales/es/translation.json - -commit 30f7a3aeb71f9130a1ae3e0050a095e369f724d0 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Sep 4 14:11:11 2023 +0200 - - New translations translation.json (French) - -2 0 app/public/locales/fr/translation.json - -commit 824a2f1ff15747cdf6bfffbf7decea3aff1db842 -Author: Lucian I. Last -Date: Mon Sep 4 14:02:18 2023 +0200 - - Add pause icon to pause toggle & Create date select modal - -1 0 app/public/icons/pause-small-outline.svg -2 0 app/public/locales/en/translation.json -6 4 app/src/Store.tsx -1 0 app/src/pages/BagsList.tsx -119 37 app/src/pages/Settings.tsx -4 0 app/src/theme/overrides.css - -commit dcb8cd5a28d8139355f47666e0135e5381ddd29f -Author: Natalie -Date: Fri Sep 1 14:24:32 2023 -0700 - - get rid of unused import - -1 1 frontend/src/pages/Events.tsx - -commit 6899aee983b6b346dfbfa9ef89c62ba1ef60278c -Merge: 7e8b555e e7a84edb -Author: Natalie -Date: Fri Sep 1 14:19:25 2023 -0700 - - merge changes from main - -commit 7e8b555ea82201a7ef2218c7d40c6bc23f74827a -Author: Natalie -Date: Fri Sep 1 12:20:58 2023 -0700 - - fix modal - -11 3 frontend/src/pages/Events.tsx - -commit 9b7190a46493f14291ac48b4700b4d4744d784be -Author: Natalie -Date: Fri Sep 1 12:13:11 2023 -0700 - - add translation - -2 1 frontend/public/locales/en/translation.json - -commit 6389b0c2b4b2b6cfdb970128802a5efa6211b86b -Merge: 4866d303 e45b8289 -Author: Natalie -Date: Thu Aug 31 13:32:57 2023 -0700 - - Merge branch 'create-new-user-without-connected-loop-#507' of https://github.com/NatalieWilson19/clothing-loop into show-create-event-button-if-logged-out-#508 - -commit e45b82898dc560944b19c1b80100575602d88fef -Author: Natalie -Date: Thu Aug 31 13:29:56 2023 -0700 - - cleanup - -0 3 server/internal/tests/integration_tests/register_orphaned_user_e2e_test.go -0 6 server/internal/tests/mocks/mock-tables.go - -commit a5353db5475dada2b8e729321d8956f2c416426d -Author: Natalie -Date: Thu Aug 31 13:16:07 2023 -0700 - - update test - -0 6 server/internal/tests/integration_tests/register_orphaned_user_e2e_test.go - -commit e7a84edbfcf15d5dd008fbe43a78c815f0e1cc79 -Author: Lucian I. Last -Date: Thu Aug 31 17:25:13 2023 +0200 - - Publish app v1.13 - -1 1 app/.env.production -11 0 app/RELEASE_NOTES.md -2 2 app/android/app/build.gradle -4 4 app/ios/App/App.xcodeproj/project.pbxproj - -commit 448bc278b5841385c277e6702255bd31f9fa0f82 -Merge: ded38f02 64903ca7 -Author: Lucian I. Last -Date: Thu Aug 31 15:18:15 2023 +0200 - - Merge remote-tracking branch 'origin/l10n_main' - -commit ded38f02aa8912c8d72d1079290c79b71481a900 -Author: Lucian I. Last -Date: Thu Aug 31 12:35:46 2023 +0200 - - Hide login e2e test from ci - -2 0 server/internal/tests/integration_tests/login_e2e_test.go - -commit 64903ca781df025716a4ef365cefc0819090d204 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Aug 31 11:54:37 2023 +0200 - - New translations someone_is_interested_in_joining_your_loop.gohtml (German) - -1 1 server/internal/views/emails/de/someone_is_interested_in_joining_your_loop.gohtml - -commit c5507943dca128ec8ccb8f7622c518ebe370d752 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Aug 31 11:54:30 2023 +0200 - - New translations translation.json (Dutch) - -1 1 app/public/locales/nl/translation.json - -commit b864583262e5850a56cab899f35aa0010461b725 -Author: Lucian I. Last -Date: Thu Aug 31 11:49:37 2023 +0200 - - Fix the publishing backdoor - -1 1 app/src/api.ts -10 2 app/src/pages/Login.tsx -0 17 server/internal/app/auth/token.go -4 9 server/internal/controllers/login.go -39 0 server/internal/tests/integration_tests/login_e2e_test.go -2 0 server/sql/dev-setup-users.sql - -commit b28c81bf06cb7a446084d6501e0acb54c4702f70 -Author: Lucian I. Last -Date: Thu Aug 31 09:27:13 2023 +0200 - - Fix error handling - -2 2 app/toastError.ts - -commit cf7708730855eec51c8bcf61c0ebce5a98ef3404 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Aug 31 09:11:10 2023 +0200 - - New translations translation.json (Dutch) - -7 7 app/public/locales/nl/translation.json - -commit ee2e68b2b019d9420873b593475f9a8d43a3266a -Author: Lucian I. Last -Date: Thu Aug 31 08:53:09 2023 +0200 - - settings edit button text base size - -1 1 app/src/pages/Settings.tsx - -commit 757ed9214a1aba47d949b3352860ae625afc2508 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Aug 30 18:09:47 2023 +0200 - - New translations translation.json (Swedish) - -8 4 app/public/locales/sv/translation.json - -commit ce5a45c13da2f5e920d3012af5f0442e93bc170b -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Aug 30 18:09:46 2023 +0200 - - New translations translation.json (Portuguese) - -8 4 app/public/locales/pt/translation.json - -commit 1cc5404cb4342ea6138bc19e7dedebbcf2d10af4 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Aug 30 18:09:45 2023 +0200 - - New translations translation.json (Polish) - -8 4 app/public/locales/pl/translation.json - -commit 2f10077f9cea7dcf79b0d7b9a731afc3bc638abb -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Aug 30 18:09:44 2023 +0200 - - New translations translation.json (Dutch) - -8 5 app/public/locales/nl/translation.json - -commit 526f0c337f1babe550f154da1fcfa62db8d4a38a -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Aug 30 18:09:43 2023 +0200 - - New translations translation.json (Korean) - -8 4 app/public/locales/ko/translation.json - -commit 6bfc422dbfbd76cd4cb24b8193a675dfe7a2225e -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Aug 30 18:09:42 2023 +0200 - - New translations translation.json (Japanese) - -8 4 app/public/locales/ja/translation.json - -commit 2d7a106b811e838ef75e35e03b9cfcbfa20023bf -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Aug 30 18:09:41 2023 +0200 - - New translations translation.json (Italian) - -8 4 app/public/locales/it/translation.json - -commit 1d926d62fbb8877ba31d191737cf50b30d1c26be -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Aug 30 18:09:40 2023 +0200 - - New translations translation.json (Hebrew) - -8 4 app/public/locales/he/translation.json - -commit bf63efbdc3d040b903d57179ac068de089659987 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Aug 30 18:09:39 2023 +0200 - - New translations translation.json (German) - -8 4 app/public/locales/de/translation.json - -commit b3f3857fa71169fe757dfc6143fdbe3567c0f6b5 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Aug 30 18:09:38 2023 +0200 - - New translations translation.json (Spanish) - -8 4 app/public/locales/es/translation.json - -commit f3099a778a265041030b51ae1030ec1e3e7781ef -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Aug 30 18:09:37 2023 +0200 - - New translations translation.json (French) - -9 4 app/public/locales/fr/translation.json - -commit f356ece418dddb5c9bde4dbd483e21a8a4488993 -Author: Lucian I. Last -Date: Wed Aug 30 17:59:42 2023 +0200 - - Change pause button to toggle - -1 0 app/public/locales/en/translation.json -1 0 app/public/locales/nl/translation.json -20 16 app/src/pages/Settings.tsx - -commit f6546ba419e9d19f362f895c7a6f607758923618 -Author: Lucian I. Last -Date: Wed Aug 30 17:02:30 2023 +0200 - - Fix the weeks counter - -4 2 app/public/locales/en/translation.json -4 2 app/public/locales/nl/translation.json -2 2 app/src/dayjs.ts -12 1 app/src/pages/Settings.tsx - -commit 3ad548c320bb405bed994624b7b1b20ae8dee8ea -Author: Lucian I. Last -Date: Wed Aug 30 17:00:21 2023 +0200 - - Use transparent button for emoji - -1 1 app/src/components/CreateUpdateBag.tsx - -commit ccdd10eb41fcf2ab161fc5500435a88f1681c5f9 -Author: Lucian I. Last -Date: Wed Aug 30 16:47:56 2023 +0200 - - Add sneaker emoji for shoe - -1 1 app/src/components/CreateUpdateBag.tsx - -commit f3cdd0b0f30521a3dcf75526e73532f1f1a1a0e7 -Author: Lucian I. Last -Date: Wed Aug 30 14:56:01 2023 +0200 - - Change dutch "Afmelden" to "Log uit" - -1 1 app/public/locales/nl/translation.json - -commit 920f53a260bdda54ac7295d19994ef214cdc3695 -Author: Lucian I. Last -Date: Wed Aug 30 14:52:07 2023 +0200 - - Instead of making the bulky description bold increase font size - -1 1 app/src/pages/BulkyList.tsx - -commit 43e73264d42b9460b0e71209879889fcd7117fca -Author: Lucian I. Last -Date: Wed Aug 30 14:44:21 2023 +0200 - - Remove copy option in bulky item contact popup - -1 19 app/src/pages/BulkyList.tsx - -commit 321362f592345bcb7406bdcdeed1317bcfb2fd91 -Author: Lucian I. Last -Date: Wed Aug 30 14:42:33 2023 +0200 - - Replace reserve with contact - -1 1 app/public/locales/en/translation.json -1 1 app/public/locales/nl/translation.json -1 1 app/src/pages/BulkyList.tsx -1 1 app/src/pages/Settings.tsx - -commit 31147dfbbbf1394c5c8f2193e1ff9b7bfe70e770 -Author: Lucian I. Last -Date: Wed Aug 30 14:40:10 2023 +0200 - - Fix onesignal nil pointer if config not set - -5 2 server/internal/app/onesignal.go - -commit 4f4df4c87810c395b6244d55e7e50bd8f82f3c4d -Author: Lucian I. Last -Date: Wed Aug 30 14:20:37 2023 +0200 - - Add edit account button to app - -13 3 app/src/pages/Settings.tsx -4 5 frontend/src/pages/UserEdit.tsx - -commit a483e6f4dd683ad0b43b94a323351f7569a12e3a -Author: Lucian I. Last -Date: Wed Aug 30 13:52:09 2023 +0200 - - Remove address from select user from bag - -0 8 app/src/pages/BagsList.tsx - -commit 9120ba6a67e3c7aa1f917d110327ad0bef6b8ed6 -Author: Lucian I. Last -Date: Wed Aug 30 13:50:46 2023 +0200 - - Fix TSX comment in html shown in html - -0 1 app/src/pages/BagsList.tsx - -commit 54540c617eeba9793a6bee93ef4986abba1d5d6a -Author: Lucian I. Last -Date: Wed Aug 30 13:50:21 2023 +0200 - - Remove personCircle icon for isMe set name to primary if me - -7 14 app/src/pages/AddressList.tsx -3 9 app/src/pages/BagsList.tsx - -commit 3469cdccc119a3b9c5f825fdb72590d75c466ac9 -Author: Lucian I. Last -Date: Wed Aug 30 13:37:35 2023 +0200 - - Add dot to enterThePasscodeYouReceivedInYourEmail - -1 1 app/public/locales/en/translation.json -1 1 app/public/locales/nl/translation.json - -commit 5a2122dc6f2e78f7ea5760c9eb4fe6e40d2ba126 -Author: Lucian I. Last -Date: Wed Aug 30 13:35:00 2023 +0200 - - Change from update or create to save - -1 0 app/public/locales/en/translation.json -1 0 app/public/locales/nl/translation.json -1 1 app/src/components/CreateUpdateBag.tsx -1 1 app/src/components/CreateUpdateBulky.tsx -1 1 app/src/components/CreateUpdateRules.tsx - -commit af57ab3078f87c25cfcd6792983ebaf60502727c -Author: Lucian I. Last -Date: Wed Aug 30 10:23:38 2023 +0200 - - Hide im icons if phone number is not international - -8 16 app/src/components/UserCard.tsx - -commit 903e4c6fef5585d2fbcebef4fdc395d652c6f920 -Author: Lucian I. Last -Date: Wed Aug 30 10:19:24 2023 +0200 - - Document the diagram documentation - -2 0 README.md -28 0 server/docs/README.md - -commit 103ca2459693f8eafab0e39d5ad7fc103e1306cd -Author: Lucian I. Last -Date: Wed Aug 30 08:12:53 2023 +0200 - - zoom 1.2x more than advised from a cluster click - -1 1 frontend/src/pages/FindChain.tsx - -commit 4d1608ba6c70c968b1aaa29652ec9d62dee1da15 -Author: Lucian I. Last -Date: Wed Aug 30 08:10:58 2023 +0200 - - If click cluster of one select and focus - -35 36 frontend/src/pages/FindChain.tsx - -commit ca6ce802c7d5917f700ba3b76c989af1c4dd0b2c -Author: Lucian I. Last -Date: Wed Aug 30 08:10:03 2023 +0200 - - Typo in diagram - -1 1 server/docs/email_diagrams.md - -commit 5f0df97fd6b7ad32bb81cca73c03a9adaa217c1e -Author: Lucian I. Last -Date: Tue Aug 29 12:49:58 2023 +0200 - - Remove email address from logged-in signup page - -7 7 frontend/src/pages/Signup.tsx - -commit 92ceef0cf6f7564066d9e70c29fade2c617de894 -Author: Lucian I. Last -Date: Tue Aug 29 12:00:24 2023 +0200 - - Use unicode superscript 1 in documentation - -2 2 server/docs/email_diagrams.md - -commit 8951756872258bc0ce5c53ea43c4691ce0741409 -Author: Lucian I. Last -Date: Tue Aug 29 11:55:20 2023 +0200 - - Document Delayed unregistered loop approval - -22 0 server/docs/email_diagrams.md - -commit 40e3fca6c88b35045401e99bcb22cc8888bbc819 -Author: Lucian I. Last -Date: Tue Aug 29 11:32:03 2023 +0200 - - Center loop on GDPR user delete if list length is one - -7 1 frontend/src/pages/AdminDashboard.tsx - -commit ece43145501884e76001fe4d7d6a0683e37312ac -Author: Lucian I. Last -Date: Tue Aug 29 11:23:20 2023 +0200 - - Prefix bag notification with 'Bag ' & document - -1 0 app/src/pages/BagsList.tsx -17 0 server/docs/bag_name.md -2 2 server/docs/email_diagrams.md -9 1 server/internal/controllers/cron.go -5 0 server/internal/views/notifications.go - -commit 8d37a1f92da4e75330b85819be1d96fc0f46e215 -Merge: eaaa10a0 a442e8ed -Author: Lucian I. Last -Date: Tue Aug 29 10:21:31 2023 +0200 - - Merge remote-tracking branch 'tobifaf/562-someone-else-set-bag-notification' - -commit eaaa10a063788e5dbafcc9b031c4bc28dd1729f2 -Merge: ff2c17da 6ed350f7 -Author: Lucian I. Last -Date: Mon Aug 28 23:18:58 2023 +0200 - - Merge remote-tracking branch 'origin/l10n_main' - -commit ff2c17dab473e1d85ab5f8eb4b7ad7b3719baca7 -Author: Lucian I. Last -Date: Mon Aug 28 22:39:18 2023 +0200 - - Working test file - -14 1 server/internal/tests/integration_tests/mail_e2e_test.go -20 0 server/internal/views/email_test.go - -commit a442e8ed078d2c77b4150a11b2a1a5614d3bef3a -Author: Tim Fierens -Date: Mon Aug 28 23:06:49 2023 +0200 - - add notification if someone else sets you to a bag - -13 0 server/internal/controllers/bag.go -5 0 server/internal/views/notifications.go - -commit 07267f15e712962f65b9e966aefcae07ba4ae16b -Author: Lucian I. Last -Date: Mon Aug 28 16:52:33 2023 +0200 - - Add cohost as draft loop - -13 8 server/internal/controllers/chain.go - -commit 6ed350f7cb35fd8f37a470ed9933b2956cb43ec0 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Aug 28 16:39:39 2023 +0200 - - New translations translation.json (Swedish) - -1 0 frontend/public/locales/sv/translation.json - -commit c453d7f3bb2412f6e4bd683857ac761e928b63e0 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Aug 28 16:39:37 2023 +0200 - - New translations translation.json (Portuguese) - -1 0 frontend/public/locales/pt/translation.json - -commit 89e2fe6d26048791c5ec970a40ae74250070c185 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Aug 28 16:39:36 2023 +0200 - - New translations translation.json (Polish) - -1 0 frontend/public/locales/pl/translation.json - -commit ff45daf67400d4e6edaca3c8f349a6ddf98b9a69 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Aug 28 16:39:35 2023 +0200 - - New translations translation.json (Dutch) - -1 0 frontend/public/locales/nl/translation.json - -commit aaee66dbab16d04ab7163a786d8c5323cf9b4437 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Aug 28 16:39:34 2023 +0200 - - New translations translation.json (Korean) - -1 0 frontend/public/locales/ko/translation.json - -commit 3c20366588f12032ee2f4adb20d733d58f03dffe -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Aug 28 16:39:33 2023 +0200 - - New translations translation.json (Japanese) - -1 0 frontend/public/locales/ja/translation.json - -commit 57cd219ce58be91a4bea8850477a2a2bbf291bf0 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Aug 28 16:39:32 2023 +0200 - - New translations translation.json (Italian) - -1 0 frontend/public/locales/it/translation.json - -commit 2530c6710059bc8da3c9934b35dbb7e3e98bc234 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Aug 28 16:39:30 2023 +0200 - - New translations translation.json (Hebrew) - -1 0 frontend/public/locales/he/translation.json - -commit 5c51ca93cf3b9fb44e310f8f77027b55a564f7ad -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Aug 28 16:39:29 2023 +0200 - - New translations translation.json (German) - -1 0 frontend/public/locales/de/translation.json - -commit ae825721b173d5eba07f553427eecbbd0f613b28 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Aug 28 16:39:28 2023 +0200 - - New translations translation.json (Spanish) - -1 0 frontend/public/locales/es/translation.json - -commit 8c0a79602f397796c8dd8b3b01d520405bd99b93 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Aug 28 16:39:27 2023 +0200 - - New translations translation.json (French) - -1 0 frontend/public/locales/fr/translation.json - -commit c8b7d5b19f5068ed69cd56fba0cb477b5b960e6f -Author: Lucian I. Last -Date: Mon Aug 28 16:34:26 2023 +0200 - - Make FAQ more prominent - -3 2 frontend/src/pages/About.tsx -1 0 frontend/tailwind.config.cjs - -commit ab9cd7a61bdbb5048f0cb4c649011655d7351872 -Author: Lucian I. Last -Date: Mon Aug 28 16:18:50 2023 +0200 - - Fix ux rtl and half screen view port - -1 1 frontend/src/components/DataExport.tsx -10 10 frontend/src/pages/ChainMemberList.tsx - -commit 204ba1f2dc3d9948f1cdafb2068c08e5020e06bb -Author: Lucian I. Last -Date: Mon Aug 28 12:52:06 2023 +0200 - - Add export to spreadsheet tooltip - -1 0 frontend/public/locales/en/translation.json -3 11 frontend/src/components/DataExport.tsx - -commit 89dd510d8f0edf195c8a973dd5be275d5f7a586b -Author: Natalie -Date: Sun Aug 27 13:22:17 2023 -0700 - - Update email register verification function call - -1 1 server/internal/controllers/login.go - -commit 4cbeeaed934db44ed9daf1fc9bd290a446bb3247 -Author: Natalie -Date: Sun Aug 27 13:21:05 2023 -0700 - - cleanup test - -1 46 server/internal/tests/integration_tests/register_orphaned_user_e2e_test.go - -commit 63ce5562fedab53189d796a82b933f43a66a9e48 -Author: Lucian I. Last -Date: Sat Aug 26 10:23:37 2023 +0200 - - Fix downloading as iCal #582 - -1 1 server/internal/controllers/event.go - -commit 8e0fe145c90f3d5a0563f96c65644086d9e78083 -Merge: 7d1cea75 337430eb -Author: Natalie -Date: Fri Aug 25 14:16:48 2023 -0700 - - Merge branch 'main' of https://github.com/NatalieWilson19/clothing-loop into create-new-user-without-connected-loop-#507 - -commit 7d1cea751bdcca6282134d681d5dd6ec343eed84 -Author: Natalie -Date: Fri Aug 25 14:16:40 2023 -0700 - - clean up - -0 5 server/internal/controllers/login.go - -commit 0fa6a874415993f1abfc890c48d79df7679819fe -Author: Natalie -Date: Fri Aug 25 14:16:28 2023 -0700 - - add orphaned user to mock tables - -48 0 server/internal/tests/mocks/mock-tables.go - -commit efde81f642a4201aba843017f7ba929e92ae0415 -Author: Natalie -Date: Fri Aug 25 14:15:37 2023 -0700 - - add e2e test for orphaned user - -117 0 server/internal/tests/integration_tests/register_orphaned_user_e2e_test.go - -commit 337430eb378ce6a50c218a26caa33cdac874d54e -Author: Lucian I. Last -Date: Fri Aug 25 12:05:49 2023 +0200 - - Add hebrew to emails - -1 1 server/internal/views/email.go - -commit 96e897547ee62ee1d4d9dfd1f1b564dff5863e82 -Author: Lucian I. Last -Date: Fri Aug 25 11:59:20 2023 +0200 - - Set mail e2e test to dutch and english only - -33 16 server/internal/tests/integration_tests/mail_e2e_test.go - -commit 0bbae9d7f1e63e0f248a091b94f3893b53d06d50 -Author: Lucian I. Last -Date: Fri Aug 25 11:31:07 2023 +0200 - - Add translations to all sent emails - -3 3 server/internal/controllers/chain.go -5 2 server/internal/controllers/cron.go -4 2 server/internal/controllers/login.go -2 1 server/internal/controllers/poke.go -2 1 server/internal/models/user.go -109 85 server/internal/tests/integration_tests/mail_e2e_test.go -23 26 server/internal/views/email.go - -commit c97591f45d7a42a1d8611d91750b230dc6b15369 -Author: Lucian I. Last -Date: Fri Aug 25 10:35:44 2023 +0200 - - Replace plantuml with mermaid for dependency uml - -40 1 server/README.md -0 47 server/structure.deployment.puml - -commit 2810c7769950276ddea8790fa2afb9d46ffd2d7a -Author: Lucian I. Last -Date: Fri Aug 25 10:35:12 2023 +0200 - - Documentation email flow diagrams - -49 0 server/docs/email_diagrams.md - -commit 397b04322ecdab8618c7bf3c453b15d42099ee21 -Author: Lucian I. Last -Date: Thu Aug 24 00:24:23 2023 +0200 - - Test and test again - -4 3 server/internal/controllers/cron.go -5 1 server/internal/tests/integration_tests/old_pending_participants_e2e_test.go - -commit f6a5428c0404675aa7634266eba87cf5db4657b6 -Author: Lucian I. Last -Date: Wed Aug 23 23:46:57 2023 +0200 - - More stringent rules on automated hide loop - -6 1 server/internal/controllers/cron.go - -commit 62dd3f4b90deaecc36bb3013b19b73a067eb2800 -Author: Lucian I. Last -Date: Wed Aug 23 23:04:19 2023 +0200 - - Send failed last retry email to sender - -1 1 server/internal/app/mail.go -17 0 server/internal/app/mail_test.go -24 3 server/internal/controllers/cron.go -11 2 server/internal/models/mail_retry.go -11 0 server/internal/views/email.go - -commit 3a1e623df0b17c1d7ffede9c9ca329c79454e14e -Author: Lucian I. Last -Date: Wed Aug 23 20:57:24 2023 +0200 - - Set email retries for more emails & remind day one and two - -6 7 server/internal/models/mail_retry.go -57 133 server/internal/models/mail_retry_e2e_test.go -6 1 server/internal/views/email.go - -commit d1ecb44f568d1bc0a841381fe2d2ec63b5b58bf7 -Merge: 18df0601 6cda5b8d -Author: Lucian I. Last -Date: Wed Aug 23 18:06:10 2023 +0200 - - Merge branch 'main' of github.com:the-clothing-loop/website - -commit 18df06014a4b89ffe0b227e39451c30cc5a81e3c -Author: Lucian I. Last -Date: Wed Aug 23 18:06:01 2023 +0200 - - Revert "hide app buttons" - - This reverts commit b90eeee4a9efa4d8e11168e654b3bbba348bee2e. - -1 1 frontend/src/components/Footer.tsx - -commit 6cda5b8d4cc551e608df1679b07b4e7e6b7dd0fe -Merge: efd63df7 daecc400 -Author: Lucian I. Last -Date: Wed Aug 23 18:02:16 2023 +0200 - - Merge pull request #581 from the-clothing-loop/l10n_main - - New Crowdin updates - -commit daecc4002fcef7f67766d8c46abcdcf2d14e7602 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Aug 23 17:30:31 2023 +0200 - - New translations translation.json (Swedish) - -1 0 app/public/locales/sv/translation.json - -commit 3289f6c11f0feaa6e8db7cc7b02968e53ce8ac50 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Aug 23 17:30:30 2023 +0200 - - New translations approve_reminder.gohtml (Swedish) - -1 1 server/internal/views/emails/sv/approve_reminder.gohtml - -commit 5bd0ae8ef643c3d8407344297c2fdd503b318fa2 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Aug 23 17:30:29 2023 +0200 - - New translations translation.json (Portuguese) - -1 0 app/public/locales/pt/translation.json - -commit dd9eca28b839c7a48bfe64d79b6ccd1b1b12c49d -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Aug 23 17:30:28 2023 +0200 - - New translations approve_reminder.gohtml (Portuguese) - -1 1 server/internal/views/emails/pt/approve_reminder.gohtml - -commit 6b467f4ea4dfd3d13a65ea62508490d45652de69 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Aug 23 17:30:27 2023 +0200 - - New translations translation.json (Polish) - -1 0 app/public/locales/pl/translation.json - -commit 4d7f30336386cd695af11e2e4e34d4e788965d11 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Aug 23 17:30:26 2023 +0200 - - New translations approve_reminder.gohtml (Polish) - -1 1 server/internal/views/emails/pl/approve_reminder.gohtml - -commit c26210f55440fd1dcbfde879d4553c09a609765a -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Aug 23 17:30:25 2023 +0200 - - New translations approve_reminder.gohtml (Dutch) - -1 1 server/internal/views/emails/nl/approve_reminder.gohtml - -commit 8a92e954199d74a293409fe52a220f1d560fb2c4 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Aug 23 17:30:24 2023 +0200 - - New translations translation.json (Korean) - -1 0 app/public/locales/ko/translation.json - -commit 4e34d8a4109166ead4e636887229a7c3c492e399 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Aug 23 17:30:23 2023 +0200 - - New translations approve_reminder.gohtml (Korean) - -1 1 server/internal/views/emails/ko/approve_reminder.gohtml - -commit f3abe2f907cdb243508ee265ebac9be8c860a707 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Aug 23 17:30:22 2023 +0200 - - New translations translation.json (Japanese) - -1 0 app/public/locales/ja/translation.json - -commit 7fc6bc43cedea7d8df8131e2ff7af442459d918e -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Aug 23 17:30:21 2023 +0200 - - New translations approve_reminder.gohtml (Japanese) - -1 1 server/internal/views/emails/ja/approve_reminder.gohtml - -commit ed58bd0179ffd6e61b7095618e92fcdc0012e209 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Aug 23 17:30:20 2023 +0200 - - New translations translation.json (Italian) - -1 0 app/public/locales/it/translation.json - -commit e5a81197211e0cc9c53ea3eebfaf4274b2a959b3 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Aug 23 17:30:19 2023 +0200 - - New translations approve_reminder.gohtml (Italian) - -1 1 server/internal/views/emails/it/approve_reminder.gohtml - -commit e9cb2437f85fabf0eb756c251e1930423b1ae402 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Aug 23 17:30:18 2023 +0200 - - New translations translation.json (Hebrew) - -1 0 app/public/locales/he/translation.json - -commit 36f5d056d99cb707148df8a9f824f10256d138ed -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Aug 23 17:30:17 2023 +0200 - - New translations approve_reminder.gohtml (Hebrew) - -1 1 server/internal/views/emails/he/approve_reminder.gohtml - -commit ff2cab03fb7971fe1ded1c2f4cee4596cea5045f -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Aug 23 17:30:16 2023 +0200 - - New translations translation.json (German) - -1 0 app/public/locales/de/translation.json - -commit 9ea6cf81c428c1af589134955cb52335a97aa7a4 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Aug 23 17:30:14 2023 +0200 - - New translations approve_reminder.gohtml (German) - -1 1 server/internal/views/emails/de/approve_reminder.gohtml - -commit 4bcc2a336656af68b1f8343a8666d41ab010bdcd -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Aug 23 17:30:13 2023 +0200 - - New translations translation.json (Spanish) - -1 0 app/public/locales/es/translation.json - -commit 1cacc92ab6585b8f52d91a11779cc0befaa19359 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Aug 23 17:30:12 2023 +0200 - - New translations approve_reminder.gohtml (Spanish) - -1 1 server/internal/views/emails/es/approve_reminder.gohtml - -commit ac0ff339fd3bced69f58f218fd3f474514cf518b -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Aug 23 17:30:11 2023 +0200 - - New translations approve_reminder.gohtml (French) - -1 1 server/internal/views/emails/fr/approve_reminder.gohtml - -commit efd63df716c1e94db9d390488c67c9277b479a0a -Author: Lucian I. Last -Date: Wed Aug 23 17:18:52 2023 +0200 - - Fix closeChainsWithOldPendingParticipants to cancel properly - -6 0 server/internal/controllers/chain.go -2 1 server/internal/controllers/cron.go -8 0 server/internal/models/chain.go -250 0 server/internal/tests/integration_tests/old_pending_participants_e2e_test.go -10 8 server/internal/tests/mocks/mock-tables.go - -commit a93a81ac8382905d6bbaea3a1530b0275ec51545 -Author: Lucian I. Last -Date: Wed Aug 23 14:54:07 2023 +0200 - - Remove unused imports - -0 2 frontend/src/pages/ChainMemberList.tsx - -commit fcfbb764eba68b296dd38f8e1863f0c0b91ad06f -Author: Lucian I. Last -Date: Wed Aug 23 14:53:53 2023 +0200 - - Add share link to admin dashboard list - -23 7 frontend/src/components/ChainsList.tsx - -commit 63a0942c2dd3959bab15dc6ef25dd23c6ffae590 -Author: Lucian I. Last -Date: Wed Aug 23 14:17:02 2023 +0200 - - Fix en translation - -1 1 server/internal/views/emails/en/approve_reminder.gohtml - -commit a7c7d06dab5947fa1f53cdd65dd8bd0174a49305 -Author: Lucian I. Last -Date: Wed Aug 23 13:41:40 2023 +0200 - - Add open mail app button - -1 0 app/android/app/capacitor.build.gradle -3 0 app/android/app/src/main/AndroidManifest.xml -3 0 app/android/capacitor.settings.gradle -1 0 app/ios/App/Podfile -9 0 app/package-lock.json -1 0 app/package.json -1 0 app/public/locales/en/translation.json -1 0 app/public/locales/nl/translation.json -25 2 app/src/pages/Login.tsx - -commit 25354030732f0f3bbb29b36c80df93bdc6a03df2 -Author: Lucian I. Last -Date: Wed Aug 23 09:32:23 2023 +0200 - - Fix rainbow theme - -43 40 app/src/theme/variables.css - -commit f566a78e4651cc2c49246ab9622d441346661786 -Author: Lucian I. Last -Date: Wed Aug 23 08:00:15 2023 +0200 - - Use one sql query for infoGet - -20 34 server/internal/controllers/info.go - -commit ad54b8a7507b33dc2cd826b7919c3712f062c36a -Author: Natalie -Date: Tue Aug 22 18:05:19 2023 -0700 - - Add RegisterOrphanedUser function - -57 0 server/internal/controllers/login.go -1 0 server/internal/server.go - -commit f3d45b6b8a1cdde2e1680e469a82a50a39326f17 -Author: Natalie -Date: Tue Aug 22 18:03:12 2023 -0700 - - seperate add oprhaned user to new endpoint - -7 1 frontend/src/api/login.ts -22 6 frontend/src/pages/Signup.tsx - -commit a150d579ee4b1b9a0853e9fa7b828414e6cb4c4d -Merge: d6d51dfe 467025d9 -Author: Lucian I. Last -Date: Tue Aug 22 08:39:59 2023 +0200 - - Merge commit '467025d94ad54e43a2e7e8421b59b610697b6794' - -commit 467025d94ad54e43a2e7e8421b59b610697b6794 -Author: Lucian I. Last -Date: Tue Aug 22 08:39:25 2023 +0200 - - Remove retry email from EmailContactConfirmation - -0 1 server/internal/views/email.go - -commit 56f3585cf40a28eba5e7cbd8917e4416ed2d8d8f -Author: Lucian I. Last -Date: Mon Aug 21 23:58:41 2023 +0200 - - Fix e2e tests and delete if sent - -2 1 server/internal/app/mail.go -2 5 server/internal/controllers/cron.go -8 7 server/internal/models/mail_retry.go -161 36 server/internal/models/mail_retry_e2e_test.go -3 3 server/internal/tests/mocks/mock-tables.go - -commit 4866d3034d5a4f4f73041792f92a7d2af5cd98f7 -Author: Natalie -Date: Mon Aug 21 08:17:33 2023 -0700 - - Make create event button visible to everyone and add modal that redirects non registered users to sign up - -24 2 frontend/src/pages/Events.tsx - -commit fd1f6d3c6e0e1dd2ad3594800791e4c79b7ed79b -Author: Lucian I. Last -Date: Mon Aug 21 16:57:27 2023 +0200 - - wip - -1 0 server/internal/app/database.go -31 29 server/internal/app/mail.go -3 4 server/internal/controllers/chain.go -4 4 server/internal/controllers/contact.go -20 1 server/internal/controllers/cron.go -4 5 server/internal/controllers/login.go -1 2 server/internal/controllers/poke.go -69 0 server/internal/models/mail_retry.go -87 0 server/internal/models/mail_retry_e2e_test.go -3 0 server/internal/models/testmain_test.go -4 0 server/internal/server.go -10 10 server/internal/tests/integration_tests/mail_e2e_test.go -38 0 server/internal/tests/mocks/mock-tables.go -44 41 server/internal/views/email.go -2 2 server/internal/views/email_test.go - -commit d6d51dfe08b9cb87b15fb1f73d64653724f9df9f -Merge: cd68dfe7 1640d39a -Author: Lucian I. Last -Date: Mon Aug 21 10:47:30 2023 +0200 - - Merge remote-tracking branch 'origin/l10n_main' - -commit cd68dfe764344d48eaa910f669bc885651b2e24c -Merge: b90eeee4 a1fb9117 -Author: Lucian I. Last -Date: Mon Aug 21 10:44:09 2023 +0200 - - Merge branch 'adding-users-chain-model-functions' - -commit a1fb9117b5ca6671f4016961cc3d402486e07029 -Author: Lucian I. Last -Date: Mon Aug 21 10:43:50 2023 +0200 - - Fix email tests - -3 1 server/internal/views/email_test.go - -commit 9fa1d905e9cdc59de5dab524d3422c9eb26d16bd -Author: Lucian I. Last -Date: Mon Aug 21 10:09:15 2023 +0200 - - Revert where change and user uppercase ID in variable names - -1 1 server/internal/controllers/users.go -2 2 server/internal/models/user.go -8 3 server/internal/models/user_chain.go -2 2 server/internal/tests/integration_tests/modals_chain_user_e2e_test.go - -commit 9b13a5fbf3b94a59950feb5c4af9b22980438c10 -Author: Lucian I. Last -Date: Mon Aug 21 09:59:31 2023 +0200 - - Remove unnecessary brackets - -4 4 server/internal/controllers/users.go - -commit b90eeee4a9efa4d8e11168e654b3bbba348bee2e -Author: Lucian I. Last -Date: Mon Aug 21 09:43:38 2023 +0200 - - hide app buttons - -1 1 frontend/src/components/Footer.tsx - -commit 98ad600399e5114c70bfcf406fb89ab29c319ad2 -Author: Lucian I. Last -Date: Mon Aug 21 09:43:22 2023 +0200 - - Better alt tags for download icons - -2 2 frontend/src/components/Footer.tsx - -commit 41ceb0ab763aceace34d937bc8f7b34e79727252 -Author: Lucian I. Last -Date: Mon Aug 21 09:32:01 2023 +0200 - - cookie expire after 31 days - -5 1 frontend/src/components/FormFields.tsx - -commit eafef8eab626cf6eb1d69c6511274ab89a967938 -Author: gabriel.camps -Date: Sun Aug 20 18:56:59 2023 -0500 - - refactoring UserGetAllOfChain from users controller - -12 40 server/internal/controllers/users.go -16 0 server/internal/models/user.go -25 0 server/internal/models/user_chain.go -25 0 server/internal/tests/integration_tests/modals_chain_user_e2e_test.go -9 0 server/internal/tests/integration_tests/modals_user_e2e_test.go - -commit 0991dc37b31819edfa5ba20ce7be31963b9201a0 -Author: Natalie -Date: Sun Aug 20 13:27:58 2023 -0700 - - Add text styling to click here to signup text - -2 2 frontend/src/pages/Login.tsx - -commit 7e7f24fe9b12a5932a26d2174ed5ce7a9ed948e1 -Merge: a9b6eab4 7eb9299c -Author: Natalie -Date: Sun Aug 20 12:53:09 2023 -0700 - - Merge branch 'main' of https://github.com/NatalieWilson19/clothing-loop into create-new-user-without-connected-loop-#507 - -commit 7eb9299ca4ded6d8290364e1a6c23d9832f24e38 -Author: Lucian I. Last -Date: Fri Aug 18 16:51:54 2023 +0200 - - Make cookie permanent - -1 1 frontend/src/components/FormFields.tsx - -commit 36fb8d5b8d6c0531d2b8765be6d308bf931df048 -Author: Lucian I. Last -Date: Fri Aug 18 16:43:22 2023 +0200 - - Add proper phone number formatting - -1 1 frontend/.env-acceptance -1 1 frontend/.env-example -1 1 frontend/.env-production -40 0 frontend/package-lock.json -1 0 frontend/package.json -17 0 frontend/src/api/ipinfo.ts -6 1 frontend/src/components/AddressForm.tsx -34 9 frontend/src/components/FormFields.tsx - -commit 1640d39acfa43e65377769e9b429c00ae2520007 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Aug 18 14:33:36 2023 +0200 - - New translations translation.json (Dutch) - -1 1 app/public/locales/nl/translation.json - -commit 64a4fc5c93d200576decf6f53b4a603436a4c107 -Author: Lucian I. Last -Date: Fri Aug 18 09:04:00 2023 +0200 - - Publish app v1.12 - -1 1 app/.env.production -5 0 app/RELEASE_NOTES.md -2 2 app/android/app/build.gradle -4 4 app/ios/App/App.xcodeproj/project.pbxproj - -commit 579406b05a9c5790b675396de17bf939506bccd0 -Author: Lucian I. Last -Date: Fri Aug 18 02:11:27 2023 +0200 - - Add test for email translations - -1 0 server/go.mod -2 0 server/go.sum -150 19 server/internal/views/email_test.go -1 1 server/internal/views/emails/de/someone_is_interested_in_joining_your_loop.gohtml - -commit 91f5c38d3ab8046d0620633ed347d6312fa36b24 -Merge: ff5a30a8 db973a2a -Author: Lucian I. Last -Date: Fri Aug 18 00:22:58 2023 +0200 - - Merge remote-tracking branch 'origin/l10n_main' - -commit db973a2a31e4f73c3a578929f2a8de853a4a5a8e -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Aug 18 00:08:02 2023 +0200 - - New translations an_admin_denied_your_join_request.gohtml (Hebrew) - -1 1 server/internal/views/emails/he/an_admin_denied_your_join_request.gohtml - -commit 16e08b473df1ecf8bb92b953d9dd6f765c53d449 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Aug 18 00:07:23 2023 +0200 - - New translations someone_is_interested_in_joining_your_loop.gohtml (French) - -1 0 server/internal/views/emails/fr/someone_is_interested_in_joining_your_loop.gohtml - -commit 6d7cbe26a9179321758cfd86ca894a33dc993e39 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Aug 18 00:06:55 2023 +0200 - - New translations translation.json (French) - -1 0 app/public/locales/fr/translation.json - -commit 448118fe984a9877db9dcd5e964a9868717a2ea8 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Aug 18 00:06:54 2023 +0200 - - New translations translation.json (Swedish) - -1 0 app/public/locales/sv/translation.json - -commit d08dd8349eb4ab23463906c775719c3ff93b4a30 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Aug 18 00:06:53 2023 +0200 - - New translations translation.json (Portuguese) - -1 0 app/public/locales/pt/translation.json - -commit 77c9eb9b1b57656d2a6a8f49914a83359b5e0e16 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Aug 18 00:06:52 2023 +0200 - - New translations translation.json (Polish) - -1 0 app/public/locales/pl/translation.json - -commit 850d499f010d82caaba8495a9ada588979c009fc -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Aug 18 00:06:51 2023 +0200 - - New translations translation.json (Dutch) - -9 8 app/public/locales/nl/translation.json - -commit 8b91a12732b70175629b20f279c5742ad8161d24 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Aug 18 00:06:50 2023 +0200 - - New translations translation.json (Korean) - -1 0 app/public/locales/ko/translation.json - -commit 6e5264989232c8627abbdb8e350f741e56f125eb -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Aug 18 00:06:49 2023 +0200 - - New translations translation.json (Japanese) - -1 0 app/public/locales/ja/translation.json - -commit 0488bbbf17bc05072d9634c97a54c4d97395555f -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Aug 18 00:06:48 2023 +0200 - - New translations translation.json (Italian) - -1 0 app/public/locales/it/translation.json - -commit 2544732778af005feac547388e9a7b18b1f655fd -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Aug 18 00:06:47 2023 +0200 - - New translations translation.json (Hebrew) - -1 0 app/public/locales/he/translation.json - -commit 9c779203e596e936f5f5202975220141bf902659 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Aug 18 00:06:46 2023 +0200 - - New translations translation.json (German) - -1 0 app/public/locales/de/translation.json - -commit 59fd0fa8d9bcddc4d2bb8964dfcc913e170482e1 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Aug 18 00:06:45 2023 +0200 - - New translations translation.json (Spanish) - -1 0 app/public/locales/es/translation.json - -commit ff5a30a8b27ebf6ed15d4ff146ad810c424864e0 -Merge: 3a6fefac 02ddb598 -Author: Lucian I. Last -Date: Thu Aug 17 23:45:47 2023 +0200 - - Merge branch 'app-theme' - -commit 02ddb5986f3e89a1c6ad23d579de44c27eb92a7d -Author: Lucian I. Last -Date: Thu Aug 17 23:45:19 2023 +0200 - - Instant theme change - -1 1 app/src/Store.tsx -28 10 app/src/components/Theme.tsx -1 1 app/src/pages/Settings.tsx - -commit a9b6eab4710d6aa08bbd27249136e4b48ec533dc -Merge: 0b12252c 3a6fefac -Author: Natalie -Date: Thu Aug 17 14:15:28 2023 -0700 - - Merge branch 'main' of https://github.com/NatalieWilson19/clothing-loop into create-new-user-without-connected-loop-#507 - Merge change from main - -commit 72ec8fe5b7ba6121853c1dabca9e437bd7d3afe1 -Author: Lucian I. Last -Date: Thu Aug 17 23:14:44 2023 +0200 - - Add theme colors - -31 13 app/src/components/Theme.tsx -17 0 app/src/tailwind.css -220 1 app/src/theme/variables.css - -commit 0b12252c0753aec1b4302d69367f599fd6eecb09 -Author: Natalie -Date: Thu Aug 17 14:14:10 2023 -0700 - - Make chainUID an optional parameter in api - -1 1 frontend/src/api/login.ts - -commit 6c38ef81f2bc4edc6a451141e3bcfb1c26b15380 -Author: Natalie -Date: Thu Aug 17 14:13:34 2023 -0700 - - Add link to new user signup from login page - -4 0 frontend/src/pages/Login.tsx - -commit 11a851c70e6891e456b3b07bcb41e2d17af7d9c5 -Author: Natalie -Date: Thu Aug 17 14:12:35 2023 -0700 - - Add route for signup disconnected from chainUID - -6 0 frontend/src/App.tsx - -commit 53a300915cea5bf62ded70e8a3fe5249e030ca18 -Author: Lucian I. Last -Date: Thu Aug 17 14:27:05 2023 +0200 - - Add background text colors & Complete leafGreen theme - -1 1 app/src/App.tsx -1 1 app/src/components/UserCard.tsx -2 2 app/src/pages/Settings.tsx -16 58 app/src/theme/variables.css -2 0 app/tailwind.config.cjs - -commit 857bc5e8722cb5361422af115ba8d8b9c39e1561 -Author: Lucian I. Last -Date: Thu Aug 17 14:25:55 2023 +0200 - - Fix invert - -1 1 app/src/components/SizeBadge.tsx -6 0 app/src/tailwind.css - -commit e1208851c44a28c85cb49470ca62b29116b50c13 -Author: Lucian I. Last -Date: Thu Aug 17 14:25:40 2023 +0200 - - Fix loading icon - -1 1 app/src/components/CreateUpdateBulky.tsx - -commit e488d7540f77cc9d527ab4e07d2c994e6b21f1b1 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Aug 17 10:35:16 2023 +0200 - - New translations translation.json (Swedish) - -2 0 frontend/public/locales/sv/translation.json - -commit e151aa04c19a929a8b187771e483eb5b2387fedd -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Aug 17 10:35:15 2023 +0200 - - New translations translation.json (Portuguese) - -2 0 frontend/public/locales/pt/translation.json - -commit 28554067e4d0c73d612e167dd54941425be1d2f8 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Aug 17 10:35:14 2023 +0200 - - New translations translation.json (Polish) - -2 0 frontend/public/locales/pl/translation.json - -commit 461376fccd139554e6072de595dacf016591895d -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Aug 17 10:35:13 2023 +0200 - - New translations translation.json (Dutch) - -2 0 frontend/public/locales/nl/translation.json - -commit dbf58149691b91fcff2686189cf6f822593262a3 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Aug 17 10:35:12 2023 +0200 - - New translations translation.json (Korean) - -2 0 frontend/public/locales/ko/translation.json - -commit 5ca915a09592874bf4373bc4cec31eb9af1aeede -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Aug 17 10:35:11 2023 +0200 - - New translations translation.json (Japanese) - -2 0 frontend/public/locales/ja/translation.json - -commit 98d4a8c09d4a695bab16f4dbd2edd2655ea0ead0 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Aug 17 10:35:10 2023 +0200 - - New translations translation.json (Italian) - -2 0 frontend/public/locales/it/translation.json - -commit a3bd1ed8bc6492f3108f6f81ba2c6ee094c6b5fa -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Aug 17 10:35:09 2023 +0200 - - New translations translation.json (Hebrew) - -2 0 frontend/public/locales/he/translation.json - -commit e245e6094467ce4e218562a306a0999077763c99 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Aug 17 10:35:08 2023 +0200 - - New translations translation.json (German) - -2 0 frontend/public/locales/de/translation.json - -commit 3c179c64c9ca03ec8dd6c9d64c20b94ed0b675d0 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Aug 17 10:35:07 2023 +0200 - - New translations translation.json (Spanish) - -3 1 frontend/public/locales/es/translation.json - -commit f4d69500dcdd5e536e524c7175112a62e0a67ed5 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Aug 17 10:35:06 2023 +0200 - - New translations translation.json (French) - -2 0 frontend/public/locales/fr/translation.json - -commit 3a6fefac1be57bb71377f525401326cbf09e6831 -Merge: 13ee7cc3 ec1ddb94 -Author: Lucian I. Last -Date: Thu Aug 17 10:24:23 2023 +0200 - - Merge branch 'old-date-time' - -commit ec1ddb9416231b87f49953cc68ea303a45e3b274 -Author: Lucian I. Last -Date: Thu Aug 17 10:24:13 2023 +0200 - - Fix translations & Align top checkbox - -2 0 frontend/public/locales/en/translation.json -15 13 frontend/src/components/EventChangeForm.tsx - -commit 13ee7cc3d75de63d78ab131d9a57d56f6b33598c -Merge: 71cebd81 a75c1213 -Author: Lucian I. Last -Date: Thu Aug 17 09:50:14 2023 +0200 - - Merge branch 'default-set-event-create-price-euro-and-allow-zero-#485' - -commit 71cebd8105719810f94a8f1d3c1502e925ce7f8e -Author: Lucian I. Last -Date: Thu Aug 17 00:59:18 2023 +0200 - - postfix with e2e for non ci test files - -2 0 server/internal/app/auth/{auth_test.go => auth_e2e_test.go} -2 0 server/internal/app/auth/testmain_test.go -69 0 server/internal/app/auth/token_e2e_test.go -0 59 server/internal/app/auth/token_test.go -0 0 server/internal/app/{config_test.go => config_e2e_test.go} -0 0 server/internal/models/{chain_route_order_test.go => chain_route_order_e2e_test.go} -0 0 server/internal/tests/integration_tests/{chain_add_user_test.go => chain_add_user_e2e_test.go} -0 0 server/internal/tests/integration_tests/{mail_test.go => mail_e2e_test.go} -0 0 server/internal/tests/integration_tests/{modals_user_test.go => modals_user_e2e_test.go} -0 0 server/internal/tests/integration_tests/{register_basic_user_test.go => register_basic_user_e2e_test.go} -0 0 server/internal/tests/integration_tests/{register_chain_admin_test.go => register_chain_admin_e2e_test.go} -0 0 server/internal/tests/integration_tests/{sendinblue_test.go => sendinblue_e2e_test.go} -0 0 server/internal/tests/integration_tests/{user_get_test.go => user_get_e2e_test.go} -0 0 server/internal/tests/mocks/{mock-tables_test.go => mock-tables_e2e_test.go} - -commit a36d2ed0f6fde64ab1fc5d37eff466e03a8ebaa6 -Author: Lucian I. Last -Date: Thu Aug 17 00:45:34 2023 +0200 - - Fix last integration tests - -2 0 server/internal/models/chain_route_order_test.go -2 0 server/internal/models/testmain_test.go - -commit d01b332d905b670529fa31da4e0b1eeda359ac57 -Author: Lucian I. Last -Date: Thu Aug 17 00:41:15 2023 +0200 - - Use build tag ci to ignore integration tests & Run in github - -3 0 .github/workflows/lint-api.yml -4 0 server/Makefile -2 0 server/internal/app/config_test.go -2 0 server/internal/tests/integration_tests/chain_add_user_test.go -2 0 server/internal/tests/integration_tests/mail_test.go -2 0 server/internal/tests/integration_tests/modals_user_test.go -2 0 server/internal/tests/integration_tests/register_basic_user_test.go -2 0 server/internal/tests/integration_tests/register_chain_admin_test.go -2 0 server/internal/tests/integration_tests/sendinblue_test.go -2 0 server/internal/tests/integration_tests/testmain_test.go -2 0 server/internal/tests/integration_tests/user_get_test.go -2 0 server/internal/tests/mocks/mock-tables_test.go -2 0 server/internal/tests/mocks/testmain_test.go - -commit 9462ef1a44dad9bdc49b7fab5c853f5fac1407ac -Author: Lucian I. Last -Date: Thu Aug 17 00:13:20 2023 +0200 - - Fix rtl mobile buttons - -4 2 frontend/src/components/Footer.tsx - -commit 798fe709fec05880bc50899090d00cbe31f8e734 -Author: Lucian I. Last -Date: Thu Aug 17 00:07:31 2023 +0200 - - Add beta app store links - -17 3 frontend/src/components/Footer.tsx - -commit 89c23925f7e79f0829b71594d2265ee9b0497ad3 -Author: Lucian I. Last -Date: Wed Aug 16 23:57:20 2023 +0200 - - Fix emails and test - -1 2 server/internal/views/email.go -57 0 server/internal/views/email_test.go -6 0 server/internal/views/emails/de/contact_received.gohtml -6 0 server/internal/views/emails/es/contact_received.gohtml -6 0 server/internal/views/emails/fr/contact_received.gohtml -6 0 server/internal/views/emails/he/contact_received.gohtml -6 0 server/internal/views/emails/it/contact_received.gohtml -6 0 server/internal/views/emails/nl/contact_received.gohtml -6 0 server/internal/views/emails/sv/contact_received.gohtml - -commit 51a5d715aca5bb1c819f6522ae3d6d6c3b0bc719 -Author: Lucian I. Last -Date: Wed Aug 16 22:15:00 2023 +0200 - - Use brevo api instead of smtp - -84 14 server/internal/app/mail.go -25 17 server/internal/views/email.go - -commit 9f45da856a05823e8715dc40020cbf1d37c8fd01 -Author: Lucian I. Last -Date: Wed Aug 16 15:01:27 2023 +0200 - - Fix grey is default - -1 2 app/src/components/Theme.tsx - -commit b72d1c582682a1b920f7bb415e062a8f6e0df489 -Author: Lucian I. Last -Date: Wed Aug 16 14:58:54 2023 +0200 - - Working change theme selection - -37 1 app/src/App.tsx -15 0 app/src/Store.tsx -4 2 app/src/api.ts -3 3 app/src/components/CreateUpdateBag.tsx -1 1 app/src/components/SizeBadge.tsx -45 28 app/src/components/Theme.tsx -2 2 app/src/components/UserCard.tsx -1 1 app/src/pages/AddressItem.tsx -1 1 app/src/pages/AddressList.tsx -5 5 app/src/pages/BagsList.tsx -7 7 app/src/pages/BulkyList.tsx -2 2 app/src/pages/HelpList.tsx -1 1 app/src/pages/Loading.tsx -2 2 app/src/pages/Settings.tsx -0 32 app/src/theme/utilities.css -21 0 app/src/theme/variables.css - -commit 90169518922689ceb663e64b3ce7cdb9da8b86b0 -Author: Lucian I. Last -Date: Wed Aug 16 12:45:52 2023 +0200 - - Revert "Change theme to a json key value" - - This reverts commit 20783d088e1e089c5833e2771a6c16f632507c17. - -2 3 app/src/api.ts -15 16 server/internal/controllers/chain.go -1 1 server/internal/models/chain.go - -commit cd3877175eb8a29cd7774f46cd0efd09743816e0 -Author: Lucian I. Last -Date: Wed Aug 16 12:10:13 2023 +0200 - - Better theme selection - -0 2 app/src/App.tsx -86 0 app/src/components/Theme.tsx -11 1 app/src/pages/Settings.tsx -0 67 app/src/pages/Theme.tsx - -commit 722671f46557d2603693c01720717948cbef3927 -Merge: 3364de97 500835bb -Author: Lucian I. Last -Date: Wed Aug 16 09:28:58 2023 +0200 - - Merge branch 'use-tailwindcss' into app-theme - -commit 500835bb5cc65fc209e0bc96955a95d5ec6b1af3 -Author: Lucian I. Last -Date: Wed Aug 16 09:28:39 2023 +0200 - - Use tailwind font sizes - -5 5 app/src/pages/BulkyList.tsx -1 1 app/src/pages/HelpItem.tsx -4 4 app/src/pages/HelpList.tsx -3 3 app/src/pages/Onboarding.tsx -1 1 app/src/pages/Settings.tsx - -commit 6fb6aac557776f2a9400932aa07538b85642a556 -Author: Lucian I. Last -Date: Wed Aug 16 09:03:10 2023 +0200 - - Add extra margin bottom of rules page - -1 1 app/src/pages/HelpList.tsx - -commit 86b99aa68f0447a9361802a7d0d47c9b27e8dfa1 -Author: Lucian I. Last -Date: Wed Aug 16 08:55:33 2023 +0200 - - Remove unused is bag name numeric func - -0 3 app/src/pages/BagsList.tsx - -commit 24e6e11decf09a7763ca1fb3818510867b2060fa -Author: Lucian I. Last -Date: Wed Aug 16 08:55:05 2023 +0200 - - Fix bag name line height - -1 1 app/src/pages/BagsList.tsx - -commit b37e503a35ebbaf460a810f27e9ff4639ed1349f -Author: Lucian I. Last -Date: Wed Aug 16 08:54:08 2023 +0200 - - remove screens - -1 7 app/tailwind.config.cjs - -commit b4343aa3d5049ed0f4a0bcd8696dc57590e970e0 -Author: Lucian I. Last -Date: Tue Aug 15 15:50:15 2023 +0200 - - Move to tailwind - -2 0 app/index.html -401 31 app/package-lock.json -3 0 app/package.json -6 0 app/postcss.config.cjs -1 13 app/src/App.tsx -2 7 app/src/components/CreateUpdateBag.tsx -17 53 app/src/components/CreateUpdateBulky.tsx -1 7 app/src/components/CreateUpdateRules.tsx -4 18 app/src/components/SizeBadge.tsx -11 31 app/src/components/UserCard.tsx -13 52 app/src/pages/AddressList.tsx -32 144 app/src/pages/BagsList.tsx -22 74 app/src/pages/BulkyList.tsx -1 3 app/src/pages/HelpItem.tsx -6 40 app/src/pages/HelpList.tsx -1 9 app/src/pages/Loading.tsx -8 65 app/src/pages/Onboarding.tsx -1 1 app/src/pages/OpenSource.tsx -1 3 app/src/pages/PrivacyPolicy.tsx -19 61 app/src/pages/Settings.tsx -0 33 app/src/pages/ToDo.tsx -3 0 app/src/tailwind.css -80 0 app/tailwind.config.cjs - -commit 3528f5e4f7373d66b68d6c0d31fca01798cfa7f3 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Aug 15 13:08:06 2023 +0200 - - New translations translation.json (French) - -3 0 app/public/locales/fr/translation.json - -commit d4583478b8035b45f3e19925cf8df53617e8908a -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Aug 15 13:08:05 2023 +0200 - - New translations translation.json (Swedish) - -2 0 app/public/locales/sv/translation.json - -commit 0b3ec02839b578a726587aaf6e7de4ed40ce580a -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Aug 15 13:08:04 2023 +0200 - - New translations translation.json (Portuguese) - -2 0 app/public/locales/pt/translation.json - -commit cd55758db7d92233eaee9388abc27aa59ab6cb9f -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Aug 15 13:08:03 2023 +0200 - - New translations translation.json (Polish) - -2 0 app/public/locales/pl/translation.json - -commit 10d46e68b08682e2d8027a528dd4f1c5f851fc38 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Aug 15 13:08:02 2023 +0200 - - New translations translation.json (Dutch) - -9 7 app/public/locales/nl/translation.json - -commit 085a8aa6dead28d7482ab210790ea1af84f42b38 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Aug 15 13:08:01 2023 +0200 - - New translations translation.json (Korean) - -2 0 app/public/locales/ko/translation.json - -commit 86c7b0a26585567b61a6049c599668d06b1ab0c9 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Aug 15 13:08:00 2023 +0200 - - New translations translation.json (Japanese) - -2 0 app/public/locales/ja/translation.json - -commit 707535f1ae6ef45a06bc9223ecf8d35d3fc2ed24 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Aug 15 13:07:59 2023 +0200 - - New translations translation.json (Italian) - -2 0 app/public/locales/it/translation.json - -commit 043753040ac91c93c6ad289603ff6b8e9d85312a -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Aug 15 13:07:59 2023 +0200 - - New translations translation.json (Hebrew) - -2 0 app/public/locales/he/translation.json - -commit fcc0ceac3cb431d211122ab0ab73c65ac1258701 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Aug 15 13:07:58 2023 +0200 - - New translations translation.json (German) - -2 0 app/public/locales/de/translation.json - -commit db69a88f3606624d3242a50d98106f21b5f86a3e -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Aug 15 13:07:57 2023 +0200 - - New translations translation.json (Spanish) - -2 0 app/public/locales/es/translation.json - -commit 3364de9701660853808469a4e752fa6c8c36e201 -Author: Lucian I. Last -Date: Tue Aug 15 12:55:58 2023 +0200 - - Theme page wip - -1 0 app/public/locales/en/translation.json -2 0 app/src/App.tsx -3 3 app/src/Store.tsx -0 2 app/src/pages/BagsList.tsx -15 10 app/src/pages/Settings.tsx -67 0 app/src/pages/Theme.tsx - -commit 20783d088e1e089c5833e2771a6c16f632507c17 -Author: Lucian I. Last -Date: Tue Aug 15 12:55:21 2023 +0200 - - Change theme to a json key value - -3 2 app/src/api.ts -16 15 server/internal/controllers/chain.go -1 1 server/internal/models/chain.go - -commit 8feddaf932b737dacf95de5c52bdc04f08e55128 -Author: Lucian I. Last -Date: Tue Aug 15 12:37:17 2023 +0200 - - Translate back button in address item - -1 1 app/src/pages/AddressItem.tsx - -commit 8d4ef76329275675cb67e6b0787dcaaf4aee67be -Author: Lucian I. Last -Date: Tue Aug 15 11:56:47 2023 +0200 - - Fix info page - -2 0 app/public/locales/en/translation.json -70 45 app/src/pages/Settings.tsx - -commit 4a5836cfb4f7ed633c58bc0aa77e9beaedd4dc4b -Merge: 9eff155a 069f6a70 -Author: Lucian I. Last -Date: Tue Aug 15 11:21:28 2023 +0200 - - Merge remote-tracking branch 'origin/l10n_main' - -commit 9eff155a66212823fb2895fdbefd203027cc02ce -Merge: 5110ddb5 e041c41a -Author: Lucian I. Last -Date: Tue Aug 15 11:20:28 2023 +0200 - - Merge branch 'main' of github.com:the-clothing-loop/website - -commit 5110ddb5c707ab28ad06497d4fa2318d8ade7ba3 -Author: Lucian I. Last -Date: Tue Aug 15 11:20:16 2023 +0200 - - Document postman setup - -19 0 server/README.md - -commit 4cebaf01148f9940768d94e803d1faca032503bc -Author: NeedADispenserHere -Date: Mon Aug 14 19:18:51 2023 -0700 - - lint - -15 15 frontend/src/components/EventChangeForm.tsx - -commit 9d60971f8fae7b3f0ac8d401836ab2355739dedf -Author: NeedADispenserHere -Date: Mon Aug 14 10:14:23 2023 -0700 - - Removed end date field - -44 50 frontend/src/components/EventChangeForm.tsx - -commit c030f8f41260cab1c6e40b07bbddc344f33b9a16 -Merge: 110ce95a e041c41a -Author: NeedADispenserHere -Date: Mon Aug 14 10:12:06 2023 -0700 - - Merge branch 'main' into old-date-time - -commit a75c1213314422050fb8936be1066c82559230c0 -Author: Natalie -Date: Mon Aug 14 08:49:17 2023 -0700 - - Set default price to 0 Euros and when price is 0 set currency to none - -5 3 frontend/src/components/EventChangeForm.tsx - -commit e041c41a4004933f800c7b9fbeb0dc564a2516db -Author: Lucian I. Last -Date: Mon Aug 14 16:51:45 2023 +0200 - - Update README.md - -1 1 server/README.md - -commit 4c568b073b38ec5c0cce1350e009a882bf848328 -Merge: 91f451fb 6ed5b263 -Author: Lucian I. Last -Date: Mon Aug 14 16:48:58 2023 +0200 - - Merge branch 'users-service' - -commit 6ed5b26379fba9c4c4ba4728fdf25e8c7c7595e3 -Author: Lucian I. Last -Date: Mon Aug 14 16:47:17 2023 +0200 - - Fix tests in docker - -14 0 server/internal/app/mail.go -1 11 server/internal/app/testutils.go - -commit b8e26592b6ebfc5a7cdcc420fe3178dc64a293e7 -Author: Lucian I. Last -Date: Mon Aug 14 16:47:02 2023 +0200 - - Fix tests and remove exists variable - -2 5 server/internal/app/auth/auth.go -2 3 server/internal/controllers/chain.go -2 2 server/internal/controllers/login.go -3 3 server/internal/controllers/users.go -16 15 server/internal/models/user.go -10 13 server/internal/tests/integration_tests/{users_service_test.go => modals_user_test.go} - -commit e00934b48da79bdd27f3f704a58aa8593d791711 -Author: Lucian I. Last -Date: Mon Aug 14 12:41:26 2023 +0200 - - Large modal No services - -1 3 server/internal/app/auth/auth.go -2 4 server/internal/controllers/chain.go -1 3 server/internal/controllers/login.go -1 3 server/internal/controllers/users.go -49 0 server/internal/models/user.go -0 72 server/internal/services/users.go -3 7 server/internal/tests/integration_tests/users_service_test.go -0 5 server/structure.deployment.puml - -commit 069f6a70c5a75af321963663ca6f4b8b91fcc189 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Aug 11 11:06:59 2023 +0200 - - New translations translation.json (Swedish) - -1 0 app/public/locales/sv/translation.json - -commit 1cb10905076614ef15deed1c14bbf51a159bc072 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Aug 11 11:06:59 2023 +0200 - - New translations translation.json (Portuguese) - -1 0 app/public/locales/pt/translation.json - -commit d3855776cdc439e7da1dd20d1fd5157cb506c66d -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Aug 11 11:06:58 2023 +0200 - - New translations translation.json (Polish) - -1 0 app/public/locales/pl/translation.json - -commit de320e2e9ba2813140bd74cd3a157d35c69b2eed -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Aug 11 11:06:57 2023 +0200 - - New translations translation.json (Dutch) - -7 7 app/public/locales/nl/translation.json - -commit 437aa3d93c21f5efcdbc055359ace85fb03d8cb1 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Aug 11 11:06:56 2023 +0200 - - New translations translation.json (Korean) - -1 0 app/public/locales/ko/translation.json - -commit a4fa75924250a62c1df8b3578dca43570d938346 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Aug 11 11:06:55 2023 +0200 - - New translations translation.json (Japanese) - -1 0 app/public/locales/ja/translation.json - -commit 99b402dec088fba242567b79457a25ff8d2dc19a -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Aug 11 11:06:54 2023 +0200 - - New translations translation.json (Italian) - -1 0 app/public/locales/it/translation.json - -commit 5f26f6779d8512c8d31b89747f301bdfc0667add -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Aug 11 11:06:53 2023 +0200 - - New translations translation.json (Hebrew) - -1 0 app/public/locales/he/translation.json - -commit 9cdc33fae1a17841275bed0593af16f9714fe791 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Aug 11 11:06:52 2023 +0200 - - New translations translation.json (German) - -1 0 app/public/locales/de/translation.json - -commit 0648139bcf2c4ff17065da74ac2dc0a72854bd77 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Aug 11 11:06:51 2023 +0200 - - New translations translation.json (Spanish) - -1 0 app/public/locales/es/translation.json - -commit a6e045ee7cbc09a48f63835b3149167b02dc85bb -Author: Lucian I. Last -Date: Fri Aug 11 10:37:39 2023 +0200 - - Remove unnecessary interface - -6 13 server/internal/services/users.go - -commit 802cf040ba381010f8db23bbea24297aed8ec9db -Author: gabriel.camps -Date: Thu Aug 10 21:43:11 2023 -0500 - - fixing typo creating the usersService instance - -2 2 server/internal/app/auth/auth.go -3 3 server/internal/controllers/chain.go -2 2 server/internal/controllers/login.go -2 2 server/internal/controllers/users.go - -commit dfbc55d8558f9d81261c6d1fd621508a28327a02 -Author: gabriel.camps -Date: Thu Aug 10 21:31:43 2023 -0500 - - WIP UsersService - -10 10 server/internal/app/auth/auth.go -11 24 server/internal/controllers/chain.go -4 8 server/internal/controllers/login.go -4 10 server/internal/controllers/users.go -79 0 server/internal/services/users.go -94 0 server/internal/tests/integration_tests/users_service_test.go - -commit 91f451fb077f6ceb8478453a604f08553ae67d67 -Author: Lucian I. Last -Date: Thu Aug 10 11:14:54 2023 +0200 - - Release app v1.11 - -1 1 app/.env.production -4 0 app/RELEASE_NOTES.md -2 2 app/android/app/build.gradle -4 4 app/ios/App/App.xcodeproj/project.pbxproj - -commit 667c46852e1a305498d9086fa75d081cf76817cb -Merge: 6df8dbc8 c003f307 -Author: Lucian I. Last -Date: Thu Aug 10 10:55:20 2023 +0200 - - Merge remote-tracking branch 'origin/l10n_main' - -commit 6df8dbc873b11ccab5c54adad8c367bf201c93eb -Author: Lucian I. Last -Date: Thu Aug 10 10:39:39 2023 +0200 - - nl u to je uw to jouw - -5 5 app/public/locales/nl/translation.json - -commit 9a0f48784bcca607720cf0ee163be971a5588d7d -Author: Lucian I. Last -Date: Thu Aug 10 10:39:16 2023 +0200 - - Fix are you sure delete bulky item - -1 1 app/public/locales/nl/translation.json -1 1 app/src/pages/BulkyList.tsx - -commit 6c415f3e7ff613acaed168875dedaa746c26ccf4 -Author: Lucian I. Last -Date: Thu Aug 10 10:38:29 2023 +0200 - - Add bulky items title - -1 0 app/public/locales/en/translation.json -2 1 app/public/locales/nl/translation.json -2 2 app/src/pages/BulkyList.tsx - -commit 88d1d2cd385ca7f30e94a8f9d4ff41b3bea1240c -Author: Lucian I. Last -Date: Thu Aug 10 10:34:44 2023 +0200 - - Add update bag in modal title - -1 1 app/src/components/CreateUpdateBag.tsx - -commit c003f3076161a3b3de6057d4251b29f6df641969 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Aug 10 10:20:07 2023 +0200 - - New translations translation.json (Dutch) - -9 9 app/public/locales/nl/translation.json - -commit 1a0ae61e03839c967c274289bb9b46fec5eb9c2f -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Aug 9 17:05:58 2023 +0200 - - New translations faq.json (Swedish) - -26 22 app/public/locales/sv/faq.json - -commit cf5a129563a89f8c5b8fa1c0b982e082de240794 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Aug 9 17:05:57 2023 +0200 - - New translations faq.json (Portuguese) - -26 22 app/public/locales/pt/faq.json - -commit 18997257964e6cfd89c5d5f9d411ced93780855c -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Aug 9 17:05:56 2023 +0200 - - New translations faq.json (Polish) - -26 22 app/public/locales/pl/faq.json - -commit 92492871cb9bd9b9bb1d9a57402b4b7cd8d3bdd2 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Aug 9 17:05:54 2023 +0200 - - New translations faq.json (Korean) - -26 22 app/public/locales/ko/faq.json - -commit 47e05046532ea7f19eedd4b3882ecd583a97380f -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Aug 9 17:05:53 2023 +0200 - - New translations faq.json (Japanese) - -26 22 app/public/locales/ja/faq.json - -commit 86c45ce31f61e2b263bab824b6b1ebb34907a5be -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Aug 9 17:05:51 2023 +0200 - - New translations faq.json (Italian) - -26 22 app/public/locales/it/faq.json - -commit 59b69958ac40a32fa1a25896c6ed2b7eb6983499 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Aug 9 17:05:49 2023 +0200 - - New translations faq.json (Hebrew) - -26 22 app/public/locales/he/faq.json - -commit 2dc365d291900a0a69aa80f3ae7929a22927659f -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Aug 9 17:05:48 2023 +0200 - - New translations faq.json (German) - -26 22 app/public/locales/de/faq.json - -commit 05bb393c40ad615a01d7bdb0601ee2b942b82ac1 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Aug 9 17:05:47 2023 +0200 - - New translations faq.json (Spanish) - -26 22 app/public/locales/es/faq.json - -commit e89ba8077edc33dc1257a7064e0609ee01e9772b -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Aug 9 17:05:46 2023 +0200 - - New translations translation.json (French) - -4 0 app/public/locales/fr/translation.json - -commit 4664e281d1d3bdc425349f642ae406740e02d625 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Aug 9 17:05:46 2023 +0200 - - New translations faq.json (French) - -26 22 app/public/locales/fr/faq.json - -commit 983f6cd991c4611366094d881da1c1cfc9d2eb00 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Aug 9 17:05:45 2023 +0200 - - New translations translation.json (Swedish) - -1 0 app/public/locales/sv/translation.json - -commit a15d10287a79abb284827444fb75d53db36ae6aa -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Aug 9 17:05:44 2023 +0200 - - New translations translation.json (Portuguese) - -1 0 app/public/locales/pt/translation.json - -commit 6e287cb3359e4325b5457ab374276c1765d8de19 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Aug 9 17:05:43 2023 +0200 - - New translations translation.json (Polish) - -1 0 app/public/locales/pl/translation.json - -commit 958ab543a09c2f76f94b44ab62ed8cc23e0c4703 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Aug 9 17:05:42 2023 +0200 - - New translations translation.json (Dutch) - -2 2 app/public/locales/nl/translation.json - -commit 6a8a1d2fa1c485f4428fa7a4c55a4830c170d268 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Aug 9 17:05:41 2023 +0200 - - New translations translation.json (Korean) - -1 0 app/public/locales/ko/translation.json - -commit 78b6e5bc1600fbc2b869b044329ac29ac3b62cde -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Aug 9 17:05:40 2023 +0200 - - New translations translation.json (Japanese) - -1 0 app/public/locales/ja/translation.json - -commit 0d2ba3db0bf1a0d5fa052fb07a7b465d917a25f0 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Aug 9 17:05:39 2023 +0200 - - New translations translation.json (Italian) - -1 0 app/public/locales/it/translation.json - -commit d116ee943f666b59fc1392102aa56ea0760340a1 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Aug 9 17:05:38 2023 +0200 - - New translations translation.json (Hebrew) - -1 0 app/public/locales/he/translation.json - -commit a6cbc1c0cd72559779cb873e258caf57cd268e1a -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Aug 9 17:05:38 2023 +0200 - - New translations translation.json (German) - -1 0 app/public/locales/de/translation.json - -commit 636cd454f401f8a9be2c713fd85964d2e1368334 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Aug 9 17:05:37 2023 +0200 - - New translations translation.json (Spanish) - -1 0 app/public/locales/es/translation.json - -commit 20f7a6635a42c7e00a61358277b9149c7412a153 -Author: Lucian I. Last -Date: Wed Aug 9 16:48:58 2023 +0200 - - Publish app v1.10 - -1 1 app/.env.production -5 0 app/RELEASE_NOTES.md -1 1 app/STEP_TO_RELEASE.md -2 2 app/android/app/build.gradle -4 4 app/ios/App/App.xcodeproj/project.pbxproj - -commit 0b0be2969aacbe66cde8eabf0ce67623282a7576 -Author: Lucian I. Last -Date: Wed Aug 9 16:36:16 2023 +0200 - - Update faq list to "Text for the app (NL)" - -26 22 app/public/locales/en/faq.json -26 22 app/public/locales/nl/faq.json -4 3 app/src/pages/HelpItem.tsx - -commit 0284588928182fd9b4e17d55eb5bd01ca3cab4d7 -Author: Lucian I. Last -Date: Wed Aug 9 16:18:31 2023 +0200 - - Add better reset button - -1 0 app/public/locales/en/translation.json -1 0 app/public/locales/nl/translation.json -1 1 app/src/App.tsx -23 4 app/src/components/CreateUpdateRules.tsx - -commit e0cdc6ab70cc1c549e01d322862fec6ee1c281bf -Merge: c4e678ca 264a2a62 -Author: Lucian I. Last -Date: Wed Aug 9 10:59:42 2023 +0200 - - Merge remote-tracking branch 'origin/l10n_main' - -commit c4e678ca50f496b9a13250ebc2c8748ba68256c9 -Author: Lucian I. Last -Date: Wed Aug 9 10:58:36 2023 +0200 - - Github actions ignore translation changes - -2 0 .github/workflows/lint-api.yml -2 0 .github/workflows/lint-app.yml -2 0 .github/workflows/lint-fe.yml - -commit 264a2a62f22aefd189a31a846c3c694aec5ebb0b -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Aug 9 10:44:05 2023 +0200 - - New translations translation.json (Swedish) - -3 0 app/public/locales/sv/translation.json - -commit 9e4674fc55049dc3255ced0d3d7f86475c1b44b4 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Aug 9 10:44:04 2023 +0200 - - New translations translation.json (Portuguese) - -3 0 app/public/locales/pt/translation.json - -commit 41798fcc1b8dfc814b50b698f4f7d61b5d2a91aa -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Aug 9 10:44:02 2023 +0200 - - New translations translation.json (Polish) - -3 0 app/public/locales/pl/translation.json - -commit 1130ff4b9130e92d4c65f4e4bad4ad730de0d014 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Aug 9 10:44:01 2023 +0200 - - New translations translation.json (Dutch) - -1 1 app/public/locales/nl/translation.json - -commit 75c1b53d4e4e023b338e5424bd90680821c940ba -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Aug 9 10:44:01 2023 +0200 - - New translations translation.json (Korean) - -3 0 app/public/locales/ko/translation.json - -commit c054f574dc146f508f56272ff5b7420b3dcb48c7 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Aug 9 10:44:00 2023 +0200 - - New translations translation.json (Japanese) - -3 0 app/public/locales/ja/translation.json - -commit bdb8a15c36a18990e2340c9fd2488a3784ff5661 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Aug 9 10:43:59 2023 +0200 - - New translations translation.json (Italian) - -3 0 app/public/locales/it/translation.json - -commit 7effc34db96a29617ece0ad80ea25e6773d448f0 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Aug 9 10:43:58 2023 +0200 - - New translations translation.json (Hebrew) - -3 0 app/public/locales/he/translation.json - -commit b711cb7f7e2fa874266f75331cd3443f3501d3af -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Aug 9 10:43:57 2023 +0200 - - New translations translation.json (German) - -3 0 app/public/locales/de/translation.json - -commit 47cfaf495f5a20c81a7601678f6160eac4131793 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Aug 9 10:43:55 2023 +0200 - - New translations translation.json (Spanish) - -3 0 app/public/locales/es/translation.json - -commit 8cf1491fc70af75754ff3c4f7a2c81ed6b0a86f7 -Author: Lucian I. Last -Date: Wed Aug 9 10:25:53 2023 +0200 - - Publish app v1.9 - -2 1 app/.env.production -7 0 app/RELEASE_NOTES.md -19 17 app/STEP_TO_RELEASE.md -2 2 app/android/app/build.gradle -4 4 app/ios/App/App.xcodeproj/project.pbxproj -3 2 app/package.json - -commit 9e559e5feeecfc89344bfe95bf565d485254f965 -Author: Lucian I. Last -Date: Wed Aug 9 09:11:05 2023 +0200 - - Update flags in readme - -1 1 README.md - -commit 7fd5e7d8cb031aaa882b39885f90f5065cc3531d -Author: Lucian I. Last -Date: Wed Aug 9 09:01:19 2023 +0200 - - Documentations - -1 0 README.md -10 2 app/README.md -54 0 app/RELEASE_NOTES.md - -commit 1343c9288fc738ea57dad2f1d4d131246a29e24c -Author: Lucian I. Last -Date: Tue Aug 8 23:44:53 2023 +0200 - - Add dutch translation - -3 0 app/public/locales/nl/translation.json - -commit 4db65e65be91c3a2ae4566fcf5d072a6d11a86cc -Author: Lucian I. Last -Date: Tue Aug 8 23:39:16 2023 +0200 - - Remove label in button - -1 5 app/src/pages/Login.tsx - -commit 5344a4a63f41b9391c33332be5ff90c6d9ed53bd -Author: Lucian I. Last -Date: Tue Aug 8 23:26:55 2023 +0200 - - Add loop host(s) to rules page - -3 0 app/public/locales/en/translation.json -55 14 app/src/pages/HelpList.tsx - -commit 8615ea0705540d1944e4fc38dfb431a17010e73e -Author: Lucian I. Last -Date: Tue Aug 8 14:04:45 2023 +0200 - - Rename actions - -1 1 .github/workflows/deploy-acceptance-api.yml -1 1 .github/workflows/deploy-acceptance-fe.yml -1 1 .github/workflows/deploy-production-app.yml -1 1 .github/workflows/lint-api.yml -1 1 .github/workflows/lint-app.yml -1 1 .github/workflows/lint-fe.yml - -commit 8c4935e08fd1b4362dcb9089c8fd202c08140235 -Merge: ea8124e5 95b74ebb -Author: Lucian I. Last -Date: Tue Aug 8 13:55:51 2023 +0200 - - Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/app/tough-cookie-and-cypress/request-4.1.3' - -commit ea8124e58652194f6bed2238f432b36099bb04fb -Author: Lucian I. Last -Date: Tue Aug 8 13:54:59 2023 +0200 - - lint pull_request add filter - -3 1 .github/workflows/lint-api.yml -2 0 .github/workflows/lint-app.yml -2 0 .github/workflows/lint-fe.yml - -commit 95b74ebb6d1c4b581bb317c2c844adaf10b6517b -Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> -Date: Tue Aug 8 11:38:09 2023 +0000 - - Bump tough-cookie and @cypress/request in /app - - Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) and [@cypress/request](https://github.com/cypress-io/request). These dependencies needed to be updated together. - - Updates `tough-cookie` from 2.5.0 to 4.1.3 - - [Release notes](https://github.com/salesforce/tough-cookie/releases) - - [Changelog](https://github.com/salesforce/tough-cookie/blob/master/CHANGELOG.md) - - [Commits](https://github.com/salesforce/tough-cookie/compare/v2.5.0...v4.1.3) - - Updates `@cypress/request` from 2.88.11 to 2.88.12 - - [Release notes](https://github.com/cypress-io/request/releases) - - [Changelog](https://github.com/cypress-io/request/blob/master/CHANGELOG.md) - - [Commits](https://github.com/cypress-io/request/compare/v2.88.11...v2.88.12) - - --- - updated-dependencies: - - dependency-name: tough-cookie - dependency-type: indirect - - dependency-name: "@cypress/request" - dependency-type: indirect - ... - - Signed-off-by: dependabot[bot] - -21 34 app/package-lock.json - -commit 7f2f0e1d782f2b5ec0397689a3dbc751ce77a9d5 -Author: Lucian I. Last -Date: Tue Aug 8 13:37:02 2023 +0200 - - Move to node 20 (upcoming lts) & separate lint CI - -1 1 .github/workflows/deploy-acceptance-api.yml -2 2 .github/workflows/deploy-acceptance-fe.yml -3 3 .github/workflows/{deploy-app.yml => deploy-production-app.yml} -1 1 .github/workflows/deploy-production.yml -26 0 .github/workflows/lint-api.yml -29 0 .github/workflows/lint-app.yml -4 19 .github/workflows/{lint.yml => lint-fe.yml} -2 1 app/package.json - -commit ef948c02be27a6acdaa5b57163cc441932466700 -Author: Lucian I. Last -Date: Tue Aug 8 13:12:16 2023 +0200 - - Previous events sticky header - -4 4 frontend/src/pages/Events.tsx - -commit 472443e244863845289137067b748b28ab59bcb7 -Author: Lucian I. Last -Date: Mon Aug 7 15:38:02 2023 +0200 - - Attempt to publish web app after pushing version tag - -3 4 .github/workflows/deploy-app.yml - -commit c0c0d403fdd3adeb7e0be3f35318735fea42dab9 -Author: Lucian I. Last -Date: Mon Aug 7 15:33:30 2023 +0200 - - Remove duplicate useMemo and use isChainAdmin from store - -10 12 app/src/pages/Settings.tsx - -commit d9e114637f1c16df3021b33d1b66f135b312feea -Author: Lucian I. Last -Date: Mon Aug 7 15:32:18 2023 +0200 - - Add margin to open source title in open source page - -1 1 app/src/pages/OpenSource.tsx - -commit 4de2f3cf727b79f6153dee21a16c15d528c36f2d -Author: Lucian I. Last -Date: Mon Aug 7 15:31:59 2023 +0200 - - Disable non sms messenger icons if formatted incorrectly - -50 27 app/src/components/UserCard.tsx - -commit aec6e0e915dd9c50abc9b14d2c4ec0d6bb89b3a9 -Author: Lucian I. Last -Date: Mon Aug 7 15:30:52 2023 +0200 - - Move upload button to underneath image box - -77 78 app/src/components/CreateUpdateBulky.tsx - -commit c0d8c4d66a7913c0926b31742e67e9eef47ecf39 -Author: Lucian I. Last -Date: Mon Aug 7 11:40:38 2023 +0200 - - Add interested sizes to address item - -10 7 app/src/components/SizeBadge.tsx -18 1 app/src/pages/AddressItem.tsx -3 1 app/src/pages/Settings.tsx - -commit 3a0355ebdc00455c0ff3d7cc18c0d55ce4c2f0b6 -Merge: 4eaed897 c20b2c3c -Author: Lucian I. Last -Date: Mon Aug 7 10:44:15 2023 +0200 - - Merge remote-tracking branch 'origin/l10n_main' - -commit 4eaed89758b11773c22cfb7dc8c10ec60e7419f5 -Author: Lucian I. Last -Date: Fri Aug 4 16:48:51 2023 +0200 - - Publish app 1.8 - -2 2 app/android/app/build.gradle -4 4 app/ios/App/App.xcodeproj/project.pbxproj -1 1 app/package.json - -commit c20b2c3ca69dcadfde2a96121aea2adb83028029 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Aug 2 20:26:36 2023 +0200 - - New translations someone_is_interested_in_joining_your_loop.gohtml (Swedish) - -1 0 server/internal/views/emails/sv/someone_is_interested_in_joining_your_loop.gohtml - -commit 9eb01f9659470ab20b59b5934cc9fd12a7b092ab -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Aug 2 20:26:35 2023 +0200 - - New translations someone_is_interested_in_joining_your_loop.gohtml (Portuguese) - -1 0 server/internal/views/emails/pt/someone_is_interested_in_joining_your_loop.gohtml - -commit bbc957e259142c8f3f405ca6ddc7293a21e1b819 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Aug 2 20:26:34 2023 +0200 - - New translations someone_is_interested_in_joining_your_loop.gohtml (Polish) - -1 0 server/internal/views/emails/pl/someone_is_interested_in_joining_your_loop.gohtml - -commit cdfda215552f59e6e0ad89e730ac9a74974de800 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Aug 2 20:26:33 2023 +0200 - - New translations someone_is_interested_in_joining_your_loop.gohtml (Dutch) - -1 0 server/internal/views/emails/nl/someone_is_interested_in_joining_your_loop.gohtml - -commit bbb85525f060556ec5488f2e2c9c0d80c08fe498 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Aug 2 20:26:32 2023 +0200 - - New translations someone_is_interested_in_joining_your_loop.gohtml (Korean) - -1 0 server/internal/views/emails/ko/someone_is_interested_in_joining_your_loop.gohtml - -commit 9582aea37298245b89575233749c209db4683562 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Aug 2 20:26:30 2023 +0200 - - New translations someone_is_interested_in_joining_your_loop.gohtml (Japanese) - -1 0 server/internal/views/emails/ja/someone_is_interested_in_joining_your_loop.gohtml - -commit 94ff0dbec5d10d54ce3652c09ed002c4deef8770 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Aug 2 20:26:29 2023 +0200 - - New translations someone_is_interested_in_joining_your_loop.gohtml (Italian) - -1 0 server/internal/views/emails/it/someone_is_interested_in_joining_your_loop.gohtml - -commit a459c9a2a1df8c8c2965d8290da71e1a73260b24 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Aug 2 20:26:28 2023 +0200 - - New translations someone_is_interested_in_joining_your_loop.gohtml (Hebrew) - -1 0 server/internal/views/emails/he/someone_is_interested_in_joining_your_loop.gohtml - -commit ba6d0103f34436e0ebc40243ee11dd43e0bd6045 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Aug 2 20:26:27 2023 +0200 - - New translations someone_is_interested_in_joining_your_loop.gohtml (German) - -1 0 server/internal/views/emails/de/someone_is_interested_in_joining_your_loop.gohtml - -commit c707fdddd7c4eec2c81c84fd968591abb2afce2a -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Aug 2 20:26:27 2023 +0200 - - New translations someone_is_interested_in_joining_your_loop.gohtml (Spanish) - -1 0 server/internal/views/emails/es/someone_is_interested_in_joining_your_loop.gohtml - -commit c5f0d5c54f6e906eebe56c89c2272c2ea243de39 -Author: Lucian I. Last -Date: Wed Aug 2 17:03:27 2023 +0200 - - Add styled sizes to mail EmailAParticipantJoinedTheLoop - -1 0 server/internal/controllers/chain.go -1 0 server/internal/controllers/login.go -14 0 server/internal/models/size.go -2 0 server/internal/tests/integration_tests/mail_test.go -33 0 server/internal/views/email.go -1 0 server/internal/views/emails/en/someone_is_interested_in_joining_your_loop.gohtml - -commit 81de1eb8cc1a71b20c7c2235df99b3b36baf02aa -Author: Lucian I. Last -Date: Wed Aug 2 15:27:39 2023 +0200 - - Fix typescript - -1 1 app/src/components/UserCard.tsx - -commit 415dff44a61038a8f7c5a394d339ba13cc4858f2 -Author: Lucian I. Last -Date: Wed Aug 2 15:03:14 2023 +0200 - - Hide share loop when set to draft unless root admin - -1 1 app/src/pages/Settings.tsx -13 1 frontend/src/pages/ChainMemberList.tsx - -commit 8bb2f9256bbed1da3193d7f14950e1d631a8edf9 -Author: Lucian I. Last -Date: Wed Aug 2 11:00:23 2023 +0200 - - www link in rules text dark - -1 1 app/src/pages/HelpList.tsx - -commit 4602b72f5fbaec420a075d1f4408efd6e8624e28 -Author: Lucian I. Last -Date: Wed Aug 2 10:49:14 2023 +0200 - - Move messengers to above phone number - -85 6 app/src/components/UserCard.tsx -6 74 app/src/pages/AddressItem.tsx -1 2 app/src/pages/HelpList.tsx - -commit 95c264e4d4d0527885a932ecb6b9a2dd5f812631 -Author: Lucian I. Last -Date: Wed Aug 2 10:05:57 2023 +0200 - - Add cursor zoom in on small event image - -1 1 frontend/src/pages/EventDetails.tsx - -commit 5e880cfa26c330b1f4a0b370b109ed48e401f8e1 -Merge: b3fd6847 3b63b808 -Author: Lucian I. Last -Date: Wed Aug 2 10:05:32 2023 +0200 - - Merge remote-tracking branch 'natalie/set-aspect-ratio-event-list-page-#510' - -commit b3fd68470d357d9a913c28193b748e5c8a26c750 -Merge: a0c2826b 628f04ba -Author: Lucian I. Last -Date: Wed Aug 2 09:55:52 2023 +0200 - - Merge remote-tracking branch 'origin/l10n_main' - -commit a0c2826bb90833841ffc682cf395da2d28d832ed -Author: Lucian I. Last -Date: Wed Aug 2 09:55:26 2023 +0200 - - Fix ios long press on phone and address - -23 17 app/src/components/UserCard.tsx - -commit b6c7aa7c42020f80ab2e24a926d51f533e551fec -Author: Lucian I. Last -Date: Wed Aug 2 09:54:36 2023 +0200 - - Remove dead code - -0 14 app/src/pages/OpenSource.tsx - -commit 5894a093d6e54effeec6444ee3019e9c37f343c6 -Author: Lucian I. Last -Date: Wed Aug 2 09:54:20 2023 +0200 - - Change from semi bold to bold - -2 2 app/src/components/UserCard.tsx -1 1 app/src/pages/Settings.tsx -0 3 app/src/theme/utilities.css - -commit a80ba62e220eda1a8591a575088e49d321975533 -Author: Lucian I. Last -Date: Wed Aug 2 09:27:49 2023 +0200 - - Fix api config smtp port - -2 0 devops/setup-4-api.yml -1 1 devops/templates/config.yml.j2 - -commit a1551a8e8eb748599c97e6a88d12bb9845dd26c6 -Author: Lucian I. Last -Date: Wed Aug 2 09:17:50 2023 +0200 - - makefile use .PHONY per item - -16 0 docker/dev/Makefile -16 3 server/Makefile - -commit 3b63b808e8b2a6cecd201b52cf47331ec12b1739 -Merge: 4bd3cf96 6836222b -Author: Natalie -Date: Mon Jul 31 14:31:51 2023 -0700 - - Merge branch 'main' of https://github.com/NatalieWilson19/clothing-loop into set-aspect-ratio-event-list-page-#510 - -commit 4bd3cf968eefa6f3a81725419e00d5cd728c6748 -Author: Natalie -Date: Mon Jul 31 14:30:38 2023 -0700 - - add margin above image - -3 3 frontend/src/pages/EventDetails.tsx - -commit cee6234867920b7625154a06a7c562f5cfc48639 -Author: Natalie -Date: Mon Jul 31 14:24:55 2023 -0700 - - fix aspect ratio - -1 1 frontend/src/pages/Events.tsx - -commit 3b5de1488faa04307da95019aeabde1edd198602 -Author: Natalie -Date: Mon Jul 31 14:24:41 2023 -0700 - - expand image and move it under text when clicked - -18 3 frontend/src/pages/EventDetails.tsx - -commit 6836222b4ffd8ea3d4c0ccbf8fdbc6c69e4f124c -Author: Lucian I. Last -Date: Mon Jul 31 22:34:46 2023 +0200 - - Make onboarding buttons larger - -0 1 app/src/pages/Login.tsx -1 7 app/src/pages/Onboarding.tsx - -commit 0890ecb6ac435cfa5d3bc60d869e91aa81bcef64 -Author: Lucian I. Last -Date: Mon Jul 31 22:29:40 2023 +0200 - - Fix cron tab hourly thanks @tobifaf - -1 1 server/internal/server.go - -commit 531c5beb7d96c35cd46b5e9d189555a5dd8e5fe0 -Author: Lucian I. Last -Date: Mon Jul 31 22:20:29 2023 +0200 - - Add clothingloop.be, www.clothingloop.be to redirect domains - -1 1 devops/templates/Caddyfile -5 1 devops/templates/Caddyfile.maint - -commit 628f04ba931ef238ba4b2b8dd458f25202468a35 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Jul 31 18:08:57 2023 +0200 - - New translations translation.json (Dutch) - -1 1 app/public/locales/nl/translation.json - -commit 0d32192cd8a8e799235e24f5d690a185801a32e6 -Merge: a3994952 a51f9bbc -Author: Lucian I. Last -Date: Mon Jul 31 16:52:01 2023 +0200 - - Merge remote-tracking branch 'origin/l10n_main' - -commit a51f9bbc092d405ef32d9b81309074fdf0140dd1 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Jul 31 16:46:37 2023 +0200 - - New translations translation.json (Dutch) - -5 5 app/public/locales/nl/translation.json - -commit a3994952bf3191567d80c99f51cda3f12a36cafa -Author: Lucian I. Last -Date: Mon Jul 31 13:30:26 2023 +0200 - - Use different smtp port defined by a var - -2 0 devops/setup-4-api.yml -1 1 devops/templates/config.yml.j2 - -commit 6d307f81fd33a054faf1dcb35702d3b104e34cc6 -Author: Lucian I. Last -Date: Mon Jul 31 12:40:03 2023 +0200 - - Set onesignal ios to true and web to false - -2 4 server/internal/app/onesignal.go - -commit 534117725bbd818e58fb4fc7c54945ae53614b04 -Author: Lucian I. Last -Date: Mon Jul 31 12:15:54 2023 +0200 - - Add dependency tree uml - -2 0 server/README.md -52 0 server/structure.deployment.puml - -commit 7a060988434e2f425a0dd5e1d4fd1bc2d5a553fd -Author: Lucian I. Last -Date: Sun Jul 30 23:58:46 2023 +0200 - - Release ios app v1.7 - -8 2 app/STEP_TO_RELEASE.md -2 2 app/ios/App/App.xcodeproj/project.pbxproj - -commit 5c660afddcb92b5ad9106b0ae42b0b24b2b55275 -Author: Lucian I. Last -Date: Sun Jul 30 22:59:55 2023 +0200 - - Release app 1.7 - -2 2 app/android/app/build.gradle - -commit e1c69506a23ea6c2c893d44d5fe8fa0b13b6eb2b -Author: Lucian I. Last -Date: Sun Jul 30 22:26:23 2023 +0200 - - Remove webapp notifications - -0 13 app/package-lock.json -0 1 app/package.json -1 3 app/src/App.tsx -0 14 app/src/onesignal.ts -1 4 app/src/window.d.ts - -commit b38b15abdec66d52a7c4e50622992211ab7885fd -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Sun Jul 30 22:25:30 2023 +0200 - - New translations translation.json (Dutch) - -2 2 app/public/locales/nl/translation.json - -commit 01c2ff89b419a3c2ba211117153b5a3fc2e99d23 -Merge: 188ce5ba f486da8c -Author: Lucian I. Last -Date: Sun Jul 30 22:14:20 2023 +0200 - - Merge remote-tracking branch 'origin/l10n_main' - -commit 188ce5ba0b5fe7741c50d61af4f5f52cadfb7cd7 -Author: Lucian I. Last -Date: Sun Jul 30 22:11:45 2023 +0200 - - Add copy to reserve buttons - -18 1 app/src/pages/BulkyList.tsx - -commit 60fbd78fe2fea9f4119c82f172cd726b2581edb0 -Merge: da38f5d6 d241d6c0 -Author: Lucian I. Last -Date: Sat Jul 29 01:12:44 2023 +0200 - - Merge branch 'placing-new-participant-optimally' - -commit d241d6c0922e2fd2306c6fca121937b29f48a23d -Author: Lucian I. Last -Date: Sat Jul 29 01:12:07 2023 +0200 - - Test both - -14 9 server/internal/controllers/route.go - -commit a7b7d564f996e2bc0a4eb220e9485d19b75e8ac4 -Author: Lucian I. Last -Date: Sat Jul 29 00:53:37 2023 +0200 - - Add fake long,lat to MockUser - -11 0 server/internal/tests/mocks/mock-tables.go - -commit 11e190c9044b9e9085e236f4045e7abd419b547b -Author: Lucian I. Last -Date: Sat Jul 29 00:52:56 2023 +0200 - - Update dev purge sql script - -4 2 server/sql/dev-purge.sql - -commit b5d5741a67d96cedaa069de61eb4be6a4a756245 -Author: Lucian I. Last -Date: Sat Jul 29 00:20:14 2023 +0200 - - Fix test cases - -25 7 server/pkg/tsp/mst_test.go - -commit 3acbe4147549f4cbc4377cbacf4a949ff7d838ef -Author: Lucian I. Last -Date: Fri Jul 28 23:58:48 2023 +0200 - - Refactor without functional changes - -3 1 server/internal/controllers/chain.go -33 9 server/internal/controllers/route.go -9 9 server/pkg/tsp/{calculate_distances_util.go => calculate_distances.go} -11 15 server/pkg/tsp/mst.go -18 0 server/pkg/tsp/mst_test.go -19 0 server/pkg/tsp/run.go -50 107 server/pkg/tsp/tsp.go - -commit da38f5d6aa0fa0a57a97de83c30b01eccc4a82eb -Author: Lucian I. Last -Date: Fri Jul 28 09:43:03 2023 +0200 - - Add links to im buttons - -8 3 app/src/pages/AddressItem.tsx - -commit 3265018482965c69713b28cd8f0ecb56f63acbb4 -Author: Lucian I. Last -Date: Fri Jul 28 09:31:44 2023 +0200 - - Fix bag model inconsistency - -10 6 app/src/pages/BagsList.tsx - -commit 32b984f250a03b632f9b3c834b33669bd753b750 -Author: Lucian I. Last -Date: Fri Jul 28 09:29:58 2023 +0200 - - Add im buttons in address item page - -29 0 app/public/icons/signal.svg -9 0 app/public/icons/sms.svg -9 0 app/public/icons/telegram.svg -9 0 app/public/icons/whatsapp.svg -68 0 app/src/pages/AddressItem.tsx - -commit 900df5785a3cfa6efb623b05547365d934e02fa9 -Author: gabriel.camps -Date: Thu Jul 27 12:16:45 2023 -0500 - - add method to obtain the route with a new user added - -4 0 server/internal/controllers/chain.go -41 0 server/pkg/tsp/calculate_distances_util.go -84 53 server/pkg/tsp/tsp.go - -commit 528594bb67bef9dc436161066f7325a5e8d1a749 -Author: Lucian I. Last -Date: Thu Jul 27 12:22:39 2023 +0200 - - Increase speed saving new coordinates - -1 1 server/cmd/get-user-coords-and-country/main.go - -commit 040c7730b6e8ce4654b2c375967c7a3594c9ac63 -Author: Lucian I. Last -Date: Thu Jul 27 11:43:41 2023 +0200 - - Final version coords & Add tunnel-db-vps1 - -5 4 server/Makefile -10 8 server/cmd/get-user-coords-and-country/main.go - -commit 6d873bd4ac5a9ac2a8a413b886a033c43a0f5e4a -Author: Lucian I. Last -Date: Wed Jul 26 22:55:14 2023 +0200 - - Fix api counter - -5 3 server/cmd/get-user-coords-and-country/main.go - -commit 6efe1140cb96fa00b638528e7b1ca35c986e1973 -Merge: 49db9b68 3e204853 -Author: Lucian I. Last -Date: Wed Jul 26 22:37:09 2023 +0200 - - Merge branch '533-cli-tool-user-coords' - -commit 3e20485301c51d332c0ca22eb3ed304bcc9472b6 -Author: Lucian I. Last -Date: Wed Jul 26 22:36:52 2023 +0200 - - Small changes - - - Use := instead of var for explicit definition - - Re add api counter to display api usage - - Use for range, using the value is only a concern with channels or when saving pointers - - Add user id for each print - - Run gofmt - -25 19 server/cmd/get-user-coords-and-country/main.go - -commit f486da8c6c6120c870d8da6f8535394b8c3f3539 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Jul 26 22:07:56 2023 +0200 - - New translations faq.json (Swedish) - -42 0 app/public/locales/sv/faq.json - -commit ec6e6a4d3234e625021356a7b360826bc45f543c -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Jul 26 22:07:55 2023 +0200 - - New translations faq.json (Portuguese) - -42 0 app/public/locales/pt/faq.json - -commit 984f0f36482e39c1f5a28e601f7b7c838f08c2a6 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Jul 26 22:07:54 2023 +0200 - - New translations faq.json (Polish) - -42 0 app/public/locales/pl/faq.json - -commit 7f67806c17b224788504c1d5332260377eb1567e -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Jul 26 22:07:53 2023 +0200 - - New translations faq.json (Korean) - -42 0 app/public/locales/ko/faq.json - -commit 65d31f7e187518ffdb36e17c4104bb738441b8d2 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Jul 26 22:07:52 2023 +0200 - - New translations faq.json (Japanese) - -42 0 app/public/locales/ja/faq.json - -commit beb7dde45d1f4192cce8a3c36ae5d5ab3420f2be -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Jul 26 22:07:51 2023 +0200 - - New translations faq.json (Italian) - -42 0 app/public/locales/it/faq.json - -commit 8297911f911cdbde81ed2f874951bfc78b038b05 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Jul 26 22:07:50 2023 +0200 - - New translations faq.json (Hebrew) - -42 0 app/public/locales/he/faq.json - -commit 3aa35b171cd86d85cdffae6769c802d3c31daeee -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Jul 26 22:07:50 2023 +0200 - - New translations faq.json (German) - -42 0 app/public/locales/de/faq.json - -commit 50ec13627f0a871213e66a9f7892949f61542930 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Jul 26 22:07:49 2023 +0200 - - New translations faq.json (Spanish) - -42 0 app/public/locales/es/faq.json - -commit 8fc02188253578b74738b864a7937e6d8a852c6c -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Jul 26 22:07:48 2023 +0200 - - New translations faq.json (French) - -42 0 app/public/locales/fr/faq.json - -commit 94215e2ce6df5d3dbe7ffc4c1f50c0e0bf4505db -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Jul 26 22:07:47 2023 +0200 - - New translations translation.json (French) - -6 2 app/public/locales/fr/translation.json - -commit 66e840688abdcb45ac335df9425bb8c3baa462a8 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Jul 26 22:07:46 2023 +0200 - - New translations translation.json (Swedish) - -4 0 app/public/locales/sv/translation.json - -commit f3f533d3ca106e6575ca805424608abf2a88cc36 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Jul 26 22:07:46 2023 +0200 - - New translations translation.json (Portuguese) - -4 0 app/public/locales/pt/translation.json - -commit c31fffbc6b4c57ec5282bf8597b061d34a1688e8 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Jul 26 22:07:44 2023 +0200 - - New translations translation.json (Polish) - -4 0 app/public/locales/pl/translation.json - -commit 94313f662021e0b4a9a6c83563e08571ad9a2cfb -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Jul 26 22:07:43 2023 +0200 - - New translations translation.json (Dutch) - -9 5 app/public/locales/nl/translation.json - -commit e2c61bda41070db52dd25019acc4b34bba8e8795 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Jul 26 22:07:42 2023 +0200 - - New translations translation.json (Korean) - -4 0 app/public/locales/ko/translation.json - -commit fc9dd38def5e12c5456b7379d86e5b2ae94fc7c8 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Jul 26 22:07:41 2023 +0200 - - New translations translation.json (Japanese) - -4 0 app/public/locales/ja/translation.json - -commit 9f94fc73d6a44a4837b8edd45ab56e477ebd163f -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Jul 26 22:07:40 2023 +0200 - - New translations translation.json (Italian) - -4 0 app/public/locales/it/translation.json - -commit 56e06cd135bacb03021c3764a8486026e11379d0 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Jul 26 22:07:39 2023 +0200 - - New translations translation.json (Hebrew) - -4 0 app/public/locales/he/translation.json - -commit e0b4a9b320f682005277c486a913021430279a1d -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Jul 26 22:07:39 2023 +0200 - - New translations translation.json (German) - -4 0 app/public/locales/de/translation.json - -commit bd28552e8e1da4707da766c9180d0206e7d40dca -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Jul 26 22:07:38 2023 +0200 - - New translations translation.json (Spanish) - -4 0 app/public/locales/es/translation.json - -commit 49db9b688f4f57e350f1cb8c5beb44bbffd2ba3a -Author: Lucian I. Last -Date: Wed Jul 26 18:05:25 2023 +0200 - - Fix webapp abort input - -3 6 app/src/components/CreateUpdateBulky.tsx -1 0 app/src/pages/BagsList.tsx - -commit 082bcb3d37445e50162433a2e2cef6448283f91a -Author: Lucian I. Last -Date: Wed Jul 26 17:43:03 2023 +0200 - - Change reserve chat icon - -2 2 app/src/pages/BulkyList.tsx - -commit b831076fdac50558e881318ab812069883d17062 -Author: Lucian I. Last -Date: Wed Jul 26 17:36:36 2023 +0200 - - Reorder bulky item card - -116 88 app/src/pages/BulkyList.tsx - -commit 442f412e2ef9d518de9691960f4d9957b52e2d6a -Author: Lucian I. Last -Date: Wed Jul 26 16:17:58 2023 +0200 - - Improve upload ux - -1 0 app/public/locales/en/translation.json -160 89 app/src/components/CreateUpdateBulky.tsx - -commit 3ae69ff6fa5bd85ab6678073eb4d572f4654429a -Author: Lucian I. Last -Date: Wed Jul 26 14:30:03 2023 +0200 - - Run a refresh on data every 200s on tab change - -28 3 app/src/App.tsx -56 0 app/src/Store.tsx -11 2 app/src/components/CreateUpdateBag.tsx -6 13 app/src/components/CreateUpdateBulky.tsx -1 1 app/src/pages/BagsList.tsx -2 1 app/src/pages/HelpList.tsx -2 2 app/src/pages/Settings.tsx - -commit 5e89c1bf1a3903e4f426f0dbe2bc639c5417398e -Author: Lucian I. Last -Date: Wed Jul 26 10:54:41 2023 +0200 - - Better faq translation list & Add reset button - -0 84 app/public/locales/de/faq.json -40 82 app/public/locales/en/faq.json -3 0 app/public/locales/en/translation.json -0 84 app/public/locales/es/faq.json -0 84 app/public/locales/fr/faq.json -0 84 app/public/locales/he/faq.json -0 84 app/public/locales/it/faq.json -0 84 app/public/locales/ja/faq.json -0 84 app/public/locales/ko/faq.json -40 82 app/public/locales/nl/faq.json -0 84 app/public/locales/pl/faq.json -0 84 app/public/locales/pt/faq.json -0 84 app/public/locales/sv/faq.json -64 56 app/src/components/CreateUpdateRules.tsx -33 15 app/src/pages/HelpItem.tsx -5 5 app/src/pages/HelpList.tsx - -commit c35b117a2de578da7e5caaf895cb7784e2bc1abc -Author: Tim Fierens -Date: Wed Jul 26 10:00:41 2023 +0200 - - use commandline flags for coords cli tool - -38 32 server/cmd/get-user-coords-and-country/main.go -0 3 server/config.example.yml -0 2 server/internal/app/config.go - -commit 7bbc9cc668af7098c20d85abb85b836ef0c1a35b -Author: Tim Fierens -Date: Wed Jul 26 09:05:50 2023 +0200 - - don't check for mapbox relevance - -2 3 server/cmd/get-user-coords-and-country/main.go -0 1 server/config.example.yml -28 29 server/internal/app/config.go - -commit 93406a7a09019617b97ac1c0cf5c042f9905309f -Author: Tim Fierens -Date: Wed Jul 26 01:22:39 2023 +0200 - - add cli tool to get user coords - -99 0 server/cmd/get-user-coords-and-country/main.go -4 0 server/config.example.yml -29 26 server/internal/app/config.go - -commit c5f473ad4d0dd5beda78371bae87cad4aa69f4a6 -Merge: 4c5fcf03 d831e888 -Author: Lucian I. Last -Date: Tue Jul 25 12:57:57 2023 +0200 - - Merge remote-tracking branch 'origin/l10n_main' - -commit d831e8884dc21d5bad6613c0b2bd590863a0bd39 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Jul 24 23:37:16 2023 +0200 - - New translations translation.json (French) - -3 2 app/public/locales/fr/translation.json - -commit 232c6788f4349df53c9a273f6a4dd729dc49deb2 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Jul 24 23:37:14 2023 +0200 - - New translations translation.json (Swedish) - -1 0 app/public/locales/sv/translation.json - -commit 9e738d4f95871f5e1826715343df27068c6ee9c9 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Jul 24 23:37:14 2023 +0200 - - New translations translation.json (Portuguese) - -1 0 app/public/locales/pt/translation.json - -commit c1021594ddd3578ca93e6da1bce5354dc94981e6 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Jul 24 23:37:13 2023 +0200 - - New translations translation.json (Polish) - -1 0 app/public/locales/pl/translation.json - -commit bd4ffe8dff14e8d8f36f74c7c92548c0c885c177 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Jul 24 23:37:12 2023 +0200 - - New translations translation.json (Dutch) - -6 5 app/public/locales/nl/translation.json - -commit 5e937385848249e41462c8162c3cd3b441376fdc -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Jul 24 23:37:11 2023 +0200 - - New translations translation.json (Korean) - -1 0 app/public/locales/ko/translation.json - -commit e08ba410d59293f5d9d62998fce1f48d856041a8 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Jul 24 23:37:10 2023 +0200 - - New translations translation.json (Japanese) - -1 0 app/public/locales/ja/translation.json - -commit ba808b82b0cb9a37122d1c44bace3b56e9fa9ad5 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Jul 24 23:37:09 2023 +0200 - - New translations translation.json (Italian) - -1 0 app/public/locales/it/translation.json - -commit ad8f85a6253f12129c167710af93a8db1cbaf5b3 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Jul 24 23:37:08 2023 +0200 - - New translations translation.json (Hebrew) - -1 0 app/public/locales/he/translation.json - -commit 9bc7f16cf0250a7c10bf4f9bb54e5de7e0d3a647 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Jul 24 23:37:07 2023 +0200 - - New translations translation.json (German) - -1 0 app/public/locales/de/translation.json - -commit 2201b116da78d0510cd228a22a6b95fc6da9a15b -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Jul 24 23:37:06 2023 +0200 - - New translations translation.json (Spanish) - -1 0 app/public/locales/es/translation.json - -commit 4c5fcf0320b86d696217999f267a9bc43dd8fb03 -Author: Lucian I. Last -Date: Mon Jul 24 23:22:40 2023 +0200 - - Search is instant & User name text is larger - -7 11 app/src/pages/BagsList.tsx - -commit 9eecf43cc45fb4d5cb9f7ea3a3b0de3ab70bde66 -Author: Lucian I. Last -Date: Mon Jul 24 23:18:33 2023 +0200 - - Fix bag text size & Add emoji - -27 2 app/src/components/CreateUpdateBag.tsx -9 11 app/src/pages/BagsList.tsx - -commit 1291caf070d59654dd07c800a7070ca302794432 -Author: Lucian I. Last -Date: Mon Jul 24 22:33:32 2023 +0200 - - Larger text on bags page - -29 12 app/src/pages/BagsList.tsx - -commit 03215a7afb13a7ea6a049cd0c6e8b85e6de973a3 -Author: Lucian I. Last -Date: Mon Jul 24 22:10:55 2023 +0200 - - Add instructions to click on bag - -1 0 app/public/locales/en/translation.json -3 0 app/src/pages/BagsList.tsx - -commit 180e37735e225cf918f37b5f8091c38beab3dba4 -Author: Lucian I. Last -Date: Mon Jul 24 22:00:14 2023 +0200 - - Show bags on the end & If more than 3 will show a grid - -25 11 app/src/pages/AddressList.tsx - -commit ab61504a47fba8b4119514acd6ff516f5124345c -Author: Lucian I. Last -Date: Mon Jul 24 21:07:03 2023 +0200 - - Larger text url in rules - -1 1 app/src/pages/HelpList.tsx - -commit aeec771a1890cfc4b88d736ff58d3b8df5b220fa -Author: Lucian I. Last -Date: Mon Jul 24 20:52:45 2023 +0200 - - Add colors to socials & move website to text link - -21 11 app/src/pages/HelpList.tsx - -commit fa507218f1849589fb6a51ed0efc47e7961107fa -Author: Lucian I. Last -Date: Mon Jul 24 20:52:08 2023 +0200 - - Add line on top of privacy policy - -6 2 app/src/pages/Settings.tsx - -commit d7b187c2ea4cdd764fe74403de191fc920ec062b -Merge: 24f0c70d 722420d7 -Author: Lucian I. Last -Date: Mon Jul 24 14:37:50 2023 +0200 - - Merge remote-tracking branch 'origin/l10n_main' - -commit 24f0c70d5f2e87f379a644662d294a8bdb123f9f -Author: Lucian I. Last -Date: Mon Jul 24 14:34:23 2023 +0200 - - Fix running app from docker container - -1 0 app/package.json -16 11 app/vite.config.ts -1 1 docker/dev/Makefile - -commit 17471632c03d890c39a6e1c5fa5a314b2b6b2f5a -Author: Lucian I. Last -Date: Mon Jul 24 13:52:26 2023 +0200 - - Fix generate open source page loading time - -2 1 app/.prettierignore -33 23 app/generate-open-source-page.js -11 0 app/src/api.ts -73 13 app/src/pages/OpenSource.tsx - -commit 1c4e35bd9b4a4b47d8850c33f7cd0bb89b14382c -Author: Lucian I. Last -Date: Mon Jul 24 13:16:52 2023 +0200 - - Change some console logs to info - -1 1 frontend/src/components/AddressForm.tsx -0 1 frontend/src/components/Navbar.tsx -1 1 frontend/src/pages/ChainEdit.tsx -1 1 frontend/src/pages/ChainMemberList.tsx -1 1 frontend/src/pages/Contacts.tsx -0 1 frontend/src/pages/EventDetails.tsx -1 1 frontend/src/pages/Login.tsx -1 1 frontend/src/pages/NewChainLocation.tsx -1 1 frontend/src/pages/NewChainSignup.tsx -1 1 frontend/src/pages/UserEdit.tsx -2 2 frontend/src/providers/AuthProvider.tsx - -commit 722420d7b17b2c03b8d785209d0f51e86d0db342 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Jul 24 12:01:24 2023 +0200 - - New translations translation.json (French) - -7 2 app/public/locales/fr/translation.json - -commit 79f0c554cd361279f6c358e3f7eb49b3f0fe4080 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Jul 24 12:01:21 2023 +0200 - - New translations translation.json (Dutch) - -5 5 app/public/locales/nl/translation.json - -commit f9b0440ba39e84c51dfa2093a6da09671e8ea7f7 -Merge: 2a956a60 e98c18ec -Author: Lucian I. Last -Date: Mon Jul 24 11:58:42 2023 +0200 - - Merge branch '519-add-licenses-page-to-app' - -commit e98c18ecfc163d96cf45b25bd1ecd6adce4898a3 -Author: Lucian I. Last -Date: Mon Jul 24 11:56:53 2023 +0200 - - Move to one file & Use sticky dividers instead & Add title - -0 14 app/src/components/LicenseItem.tsx -77 32 app/src/pages/OpenSource.tsx - -commit 68c69b117a6b1be979b6cbe5765b96df8a3de3a0 -Author: Tim Fierens -Date: Mon Jul 24 00:05:33 2023 +0200 - - add open source page to app - -3 0 app/.gitignore -26 0 app/generate-open-source-page.js -271 0 app/package-lock.json -5 3 app/package.json -1 0 app/public/locales/de/translation.json -1 0 app/public/locales/en/translation.json -1 0 app/public/locales/es/translation.json -1 0 app/public/locales/fr/translation.json -1 0 app/public/locales/he/translation.json -1 0 app/public/locales/it/translation.json -1 0 app/public/locales/ja/translation.json -1 0 app/public/locales/ko/translation.json -1 0 app/public/locales/nl/translation.json -1 0 app/public/locales/pl/translation.json -1 0 app/public/locales/pt/translation.json -1 0 app/public/locales/sv/translation.json -2 0 app/src/App.tsx -14 0 app/src/components/LicenseItem.tsx -41 0 app/src/pages/OpenSource.tsx -3 0 app/src/pages/Settings.tsx - -commit 2a956a60e09d326ddd26556bf68c56a6bb7c8be3 -Author: Lucian I. Last -Date: Fri Jul 21 10:46:47 2023 +0200 - - Redirect to login page on admin dashboard and user members - -7 4 frontend/src/components/ChainsList.tsx -2 1 frontend/src/components/EventChangeForm.tsx -8 3 frontend/src/pages/AdminDashboard.tsx -13 7 frontend/src/pages/ChainMemberList.tsx -2 2 frontend/src/pages/FindChain.tsx -17 9 frontend/src/providers/AuthProvider.tsx - -commit f47299f2ce1c0ed303fee691d228a71c9668234e -Author: Lucian I. Last -Date: Thu Jul 20 15:28:55 2023 +0200 - - Add correct permission messages for camera - -3 3 app/ios/App/App/Info.plist - -commit 71f8d60bf7488e4ca30a360997b8935f52b7fcc8 -Author: Lucian I. Last -Date: Thu Jul 20 15:28:26 2023 +0200 - - Add location description message - -2 0 app/ios/App/App/Info.plist - -commit 1c0707bfb1f3ae8cc684aef7b18825dbe5c714af -Author: Lucian I. Last -Date: Thu Jul 20 15:02:23 2023 +0200 - - Build android v1.6 - -2 2 app/android/app/build.gradle - -commit 4a677e9ea1cd511b728230eeffe3b309617e1aec -Author: Lucian I. Last -Date: Thu Jul 20 14:44:36 2023 +0200 - - Build ios v1.6 - -2 2 app/ios/App/App.xcodeproj/project.pbxproj - -commit 7b84404cdfcd9e405288cf9ce50b49024b4dcf4b -Author: Lucian I. Last -Date: Thu Jul 20 14:25:09 2023 +0200 - - Add appstore reviewer backdoor - -2 10 app/src/pages/Login.tsx -1 0 devops/group_vars/all.yml.example -4 0 devops/templates/config.yml.j2 -17 0 server/internal/app/auth/token.go -26 25 server/internal/app/config.go -10 0 server/internal/controllers/login.go - -commit 54e2e3d0bde159c9838a6524d82aa9f26d133f99 -Author: Lucian I. Last -Date: Thu Jul 20 14:23:19 2023 +0200 - - Fix reserve switch statement - -3 0 app/src/pages/BulkyList.tsx - -commit 76b242ceb2e3bb3eedb3e2628d371c6a81b76807 -Author: Lucian I. Last -Date: Thu Jul 20 13:19:18 2023 +0200 - - App stripe env - -4 4 frontend/.env-production - -commit 6ae8d45d598a6708653b196f203372263e9435f1 -Author: Lucian I. Last -Date: Thu Jul 20 13:02:09 2023 +0200 - - Add clothingloop stripe test env - -1 1 frontend/.env-acceptance - -commit 1715c92cbfd36cad8acafc79124e22aeeb9b0c36 -Author: Lucian I. Last -Date: Thu Jul 20 11:41:09 2023 +0200 - - Fix Complying with Encryption Export Regulations - -54 52 app/ios/App/App/Info.plist - -commit fc08bc04e919cba1b881d36fef71f1647fde6d56 -Merge: 5384730e 6db133e9 -Author: Lucian I. Last -Date: Thu Jul 20 11:37:46 2023 +0200 - - Merge remote-tracking branch 'origin/l10n_main' - -commit 5384730ebf315115d5033b3249512c721a71e06a -Author: Lucian I. Last -Date: Thu Jul 20 11:29:58 2023 +0200 - - Attempt to release app v1.5 ios - -2 2 app/ios/App/App.xcodeproj/project.pbxproj - -commit f97f00492822085e6925f53eb7fbefa09e4178c0 -Author: Lucian I. Last -Date: Thu Jul 20 11:02:08 2023 +0200 - - Release app v1.5 android - -14 6 app/STEP_TO_RELEASE.md -2 2 app/android/app/build.gradle - -commit 6db133e9b4e4930491b3ce48a4ee8881853db443 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jul 20 11:01:47 2023 +0200 - - New translations translation.json (Swedish) - -7 2 app/public/locales/sv/translation.json - -commit 43c6dd2986e3410e0bbe4637161e218367fda2b1 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jul 20 11:01:46 2023 +0200 - - New translations translation.json (Swedish) - -4 2 frontend/public/locales/sv/translation.json - -commit 5b21ea2c4d3db0407072a2c44d7f8b28807212c4 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jul 20 11:01:45 2023 +0200 - - New translations translation.json (Portuguese) - -7 2 app/public/locales/pt/translation.json - -commit 13f485cbcfab25a0134dd22ca4db6a0d6ee537bd -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jul 20 11:01:44 2023 +0200 - - New translations translation.json (Portuguese) - -3 1 frontend/public/locales/pt/translation.json - -commit 4b4ffbc8ff2fd6620aebca60520568d958a84820 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jul 20 11:01:43 2023 +0200 - - New translations translation.json (Polish) - -7 2 app/public/locales/pl/translation.json - -commit f8ec3a540d0557b0e8f4cd656ab0959e5b17bee0 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jul 20 11:01:43 2023 +0200 - - New translations translation.json (Polish) - -3 1 frontend/public/locales/pl/translation.json - -commit 2256fef103b8599bbb40539908e85751734f6422 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jul 20 11:01:42 2023 +0200 - - New translations translation.json (Dutch) - -7 3 app/public/locales/nl/translation.json - -commit 6a874f83a63ac88e67cad20a48b56fb6130de0ef -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jul 20 11:01:41 2023 +0200 - - New translations translation.json (Dutch) - -2 0 frontend/public/locales/nl/translation.json - -commit 8524a9c3f3dfc07b812a1fc8c41f4826dd055854 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jul 20 11:01:40 2023 +0200 - - New translations translation.json (Korean) - -7 2 app/public/locales/ko/translation.json - -commit 5deb90c02915e4fcc0086ae708ba1c74277e9824 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jul 20 11:01:39 2023 +0200 - - New translations translation.json (Korean) - -3 1 frontend/public/locales/ko/translation.json - -commit 5cf60968ff0a6aa2c89be12d3908bcb828be4338 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jul 20 11:01:38 2023 +0200 - - New translations translation.json (Japanese) - -7 2 app/public/locales/ja/translation.json - -commit 89ae0c97c4db5a50fe42a1ea0e3d7679f04645b3 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jul 20 11:01:37 2023 +0200 - - New translations translation.json (Japanese) - -3 1 frontend/public/locales/ja/translation.json - -commit 5d0bf997af780add387473798bd71be7aadff969 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jul 20 11:01:36 2023 +0200 - - New translations translation.json (Italian) - -7 2 app/public/locales/it/translation.json - -commit 7b9cd5ec907bf7bc76e63365320850f192155ba8 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jul 20 11:01:35 2023 +0200 - - New translations translation.json (Italian) - -3 1 frontend/public/locales/it/translation.json - -commit 6502e5b91ccac38661399aab681847c6cf560ebc -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jul 20 11:01:34 2023 +0200 - - New translations translation.json (Hebrew) - -7 2 app/public/locales/he/translation.json - -commit 0fb87107be4ee425ef8a267ea6e42f1d4319a065 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jul 20 11:01:33 2023 +0200 - - New translations translation.json (Hebrew) - -4 2 frontend/public/locales/he/translation.json - -commit 14033e6ed0582ef4bc3fda6a43c73b18721478b7 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jul 20 11:01:33 2023 +0200 - - New translations translation.json (German) - -7 2 app/public/locales/de/translation.json - -commit 7825dcecb205ff3138b9f78b0f8cdf2e304baade -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jul 20 11:01:32 2023 +0200 - - New translations translation.json (German) - -4 2 frontend/public/locales/de/translation.json - -commit ac9d81ac3f8a3231d5f1565cad382eb2feadcbe6 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jul 20 11:01:31 2023 +0200 - - New translations translation.json (Spanish) - -7 2 app/public/locales/es/translation.json - -commit 650ba6764eb28a1d2a64ac90bd71640132b39a48 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jul 20 11:01:30 2023 +0200 - - New translations translation.json (Spanish) - -4 2 frontend/public/locales/es/translation.json - -commit d9a050e8aff937e6da7ffa1a4f4a2d08d5b2efc5 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jul 20 11:01:29 2023 +0200 - - New translations translation.json (French) - -4 2 frontend/public/locales/fr/translation.json - -commit 5fe4e32339f7f4e45a128ebdfa73379d1b7b0b4e -Author: Lucian I. Last -Date: Thu Jul 20 10:51:04 2023 +0200 - - Remove native share option - -1 16 app/src/pages/BulkyList.tsx - -commit 3fd4dfb9195e29a66b69ab436b715779ff002f43 -Author: Lucian I. Last -Date: Thu Jul 20 10:37:52 2023 +0200 - - Fix line endings on bulky item text & Add button detail to expandible - -14 4 app/src/pages/BulkyList.tsx - -commit 3fba26de6f9dee846dc5275fa476bf4606f998c4 -Merge: b94329c2 31041bfe -Author: Lucian I. Last -Date: Thu Jul 20 10:27:03 2023 +0200 - - Merge branch 'optimize-route-order' - -commit 31041bfe13b3c9d849a66ff4a773b9827fd8191f -Author: Lucian I. Last -Date: Thu Jul 20 10:26:49 2023 +0200 - - Rename to Undo Optimize Route - -1 1 frontend/public/locales/en/translation.json - -commit 344b10c2760c23487adf06cbae38c821ef06325b -Author: Lucian I. Last -Date: Thu Jul 20 10:26:32 2023 +0200 - - Fix screen size conflicts & Add icons - -26 21 frontend/src/pages/ChainMemberList.tsx - -commit b94329c2dd5d1ce9c514b732bc80b31e5f8f0e6f -Merge: 4fe01d59 fed15223 -Author: Lucian I. Last -Date: Thu Jul 20 10:02:07 2023 +0200 - - Merge branch 'saakshiraut28/main' - -commit fed152238fcad9ee440ecabedc9b33b22dd509b4 -Author: Lucian I. Last -Date: Thu Jul 20 10:01:50 2023 +0200 - - Hide the buttons for now - -1 1 frontend/src/components/Footer.tsx - -commit bb6273876ceb6b2b928be9c2836bf53af306311b -Author: Lucian I. Last -Date: Thu Jul 20 10:01:24 2023 +0200 - - Move to inside the find us section - -39 33 frontend/src/components/Footer.tsx - -commit 4fe01d595a3c308fc123c37be84e917782fc64e9 -Author: Lucian I. Last -Date: Thu Jul 20 03:50:58 2023 +0200 - - Add more weeks & Add expand buttons for bulky item and loop desc - -4 2 app/public/locales/en/translation.json -2 2 app/public/locales/nl/translation.json -6 16 app/src/Store.tsx -78 28 app/src/pages/BulkyList.tsx -62 7 app/src/pages/Settings.tsx - -commit 67afb6069903d9c4eeef34546ebd89b79d21a288 -Author: Lucian I. Last -Date: Thu Jul 20 02:27:06 2023 +0200 - - Fix address list clutter - -13 13 app/src/pages/AddressList.tsx - -commit 7341674f0fb1e70093263f1fcb835c2bd688d5ff -Author: Lucian I. Last -Date: Thu Jul 20 02:22:38 2023 +0200 - - Fix old bags list in list view - -1 1 app/src/pages/BagsList.tsx - -commit 8f8706b2ce6e692d3bc09cc9353532f008a0ba72 -Author: Lucian I. Last -Date: Thu Jul 20 02:22:18 2023 +0200 - - Fix image url bulky item ui - -6 7 app/src/components/CreateUpdateBulky.tsx - -commit 15bcd9738cd155517ce7004cf5567e6722dca24e -Author: Lucian I. Last -Date: Thu Jul 20 02:13:10 2023 +0200 - - Fix some input ux - -2 2 app/src/components/CreateUpdateBag.tsx -7 15 app/src/components/CreateUpdateBulky.tsx -4 0 app/src/theme/overrides.css - -commit 50a4aa46222a427a6255e486a040f31aa61501c7 -Author: Lucian I. Last -Date: Thu Jul 20 01:34:10 2023 +0200 - - Remove The next bag number is automatically selected - -0 1 app/public/locales/de/translation.json -0 1 app/public/locales/en/translation.json -0 1 app/public/locales/es/translation.json -0 1 app/public/locales/fr/translation.json -0 1 app/public/locales/he/translation.json -0 1 app/public/locales/it/translation.json -0 1 app/public/locales/ja/translation.json -0 1 app/public/locales/ko/translation.json -0 1 app/public/locales/nl/translation.json -0 1 app/public/locales/pl/translation.json -0 1 app/public/locales/pt/translation.json -0 1 app/public/locales/sv/translation.json -7 13 app/src/components/CreateUpdateBag.tsx -0 5 app/src/components/CreateUpdateBulky.tsx - -commit 26e59f0556060fae1e371316c6ee8ba1e12fdb91 -Author: Lucian I. Last -Date: Thu Jul 20 01:13:03 2023 +0200 - - Add pause button to bags list - -18 2 app/src/pages/BagsList.tsx - -commit 5582e37e8fb987daa00e6c9f96d494275cecea0f -Author: Lucian I. Last -Date: Thu Jul 20 01:06:01 2023 +0200 - - Change style bag link to address - -53 48 app/src/pages/BagsList.tsx - -commit 3e4ab34043e261f5898f991963ce2457be3f9c8f -Author: Lucian I. Last -Date: Thu Jul 20 00:05:18 2023 +0200 - - Set item h3 to semibold - -2 2 app/src/components/UserCard.tsx -1 1 app/src/pages/Settings.tsx -4 1 app/src/theme/utilities.css - -commit 39e24bd3ba61ad89cc4efff2ee852cabe534d8ef -Author: Lucian I. Last -Date: Wed Jul 19 23:55:46 2023 +0200 - - Add host icon - -19 2 app/src/pages/AddressList.tsx - -commit 4a6f71988cc7feac0737f4acbc4003560a7e7f7c -Author: Lucian I. Last -Date: Wed Jul 19 23:33:14 2023 +0200 - - Add bags in addresses & Add route order link - -2 0 app/public/locales/en/translation.json -63 19 app/src/pages/AddressList.tsx - -commit 7347ea66c05b02a5221a3825b41fdf548ece06fe -Author: Lucian I. Last -Date: Wed Jul 19 23:04:22 2023 +0200 - - Remove email link in rules page - -6 12 app/src/pages/HelpList.tsx - -commit d29b5e2a31932102e2673866176eba3ecc3054ad -Author: Lucian I. Last -Date: Wed Jul 19 23:04:00 2023 +0200 - - short explanation to same text size as paragraphs - -1 1 app/src/pages/HelpItem.tsx - -commit 01eb50f0af9dfd79744e6f7652fc174d7b581967 -Author: Lucian I. Last -Date: Wed Jul 19 23:03:28 2023 +0200 - - Rename settings to info - -1 0 app/public/locales/en/translation.json -2 1 app/public/locales/nl/translation.json -3 3 app/src/App.tsx -1 1 app/src/pages/Settings.tsx - -commit f0683fda01fa8f6d30128226712a3633b11192b6 -Merge: 168b8e2d 199ea716 -Author: Saakshi Raut -Date: Wed Jul 19 23:01:16 2023 +0530 - - Merge branch 'the-clothing-loop:main' into main - -commit 168b8e2d3557e759ed8aa480d2b0359891dab729 -Author: saakshiraut28 -Date: Wed Jul 19 22:58:42 2023 +0530 - - Add the functionality to detect the mobile OS and show the logo accordingly - -43 13 frontend/src/components/Footer.tsx - -commit e8440d03da6c3211dd697fa341d445de7e1548b2 -Author: saakshiraut28 -Date: Wed Jul 19 22:42:54 2023 +0530 - - Place the logo on the required position - -17 3 frontend/src/components/Footer.tsx - -commit e4669f33bccef8f1ab7f27a62a51b962fdd1d1ee -Author: gabriel.camps -Date: Wed Jul 19 10:50:55 2023 -0500 - - adding tsp package, calling it form route controller. and add button in ChainMemberList Page - -2 0 frontend/public/locales/en/translation.json -7 1 frontend/src/api/route.ts -5 0 frontend/src/api/types.ts -45 1 frontend/src/pages/ChainMemberList.tsx -31 0 server/internal/controllers/route.go -1 0 server/internal/server.go -76 0 server/pkg/tsp/mst.go -113 0 server/pkg/tsp/tsp.go - -commit 199ea716abc796f4adead41a60a641460572555d -Author: Lucian I. Last -Date: Wed Jul 19 16:13:34 2023 +0200 - - Publish app ios - -2 0 app/ios/App/App.xcodeproj/project.pbxproj - -commit 4590c43b9b7b53aff5e17a595057adf13fc9a753 -Author: Lucian I. Last -Date: Wed Jul 19 12:49:07 2023 +0200 - - Move Hebrew to production - -3 3 frontend/src/languages.js - -commit 340d9905afb42c55f831c70e2a64bc8361f75541 -Author: Lucian I. Last -Date: Tue Jul 18 16:51:59 2023 +0200 - - Use lint with lf line ending - -2 1 app/.prettierignore -0 0 app/.prettierrc -1 0 app/.prettierrc.yml -1 2 app/index.html -1 1 app/src/Store.tsx -3 3 app/src/api.ts -1 1 app/src/components/CreateUpdateBag.tsx -3 3 app/src/components/CreateUpdateBulky.tsx -2 2 app/src/components/CreateUpdateRules.tsx -1 1 app/src/main.tsx -1 1 app/src/onesignal.ts -5 5 app/src/pages/BagsList.tsx -2 2 app/src/pages/BulkyList.tsx -1 1 app/src/pages/HelpList.tsx -2 2 app/src/pages/Login.tsx -3 3 app/src/pages/Settings.tsx -2 1 clothingloop.code-workspace -1 0 frontend/.prettierrc.yml - -commit fdab7be361407efbf3fff5ae99fb35e24a414c33 -Author: Lucian I. Last -Date: Tue Jul 18 16:21:15 2023 +0200 - - Publish app v1.4 - -19 0 app/STEP_TO_RELEASE.md -2 2 app/android/app/build.gradle -2 2 app/ios/App/App.xcodeproj/project.pbxproj -5 0 app/ios/App/App.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings - -commit a9de07ebdbfe6f43f279cc29d1d1b8fd85981692 -Merge: 145e950c 9ac95a56 -Author: Lucian I. Last -Date: Tue Jul 18 15:28:52 2023 +0200 - - Merge branch 'test-app-ios' - -commit 9ac95a566fe2d4d9eaa8df9070a97ae2ac35e31c -Author: Lucian I. Last -Date: Tue Jul 18 15:28:41 2023 +0200 - - Fix image picker on android - -5 3 app/android/app/src/main/AndroidManifest.xml - -commit 5a17f243d209b36256c4cf0b28821ed38d855770 -Author: Lucian I. Last -Date: Tue Jul 18 15:22:58 2023 +0200 - - Fix switch man woman icon in loop - -2 2 app/src/components/SizeBadge.tsx - -commit 0209ca836e60261a6924eedebd8174774f85f7b1 -Author: Lucian I. Last -Date: Tue Jul 18 14:56:01 2023 +0200 - - Improve fab location - -5 2 app/src/pages/Login.tsx -3 0 app/src/pages/Onboarding.tsx - -commit 752d1141c10b22b52d3d6d314038be0a6f3ce0ec -Author: Lucian I. Last -Date: Tue Jul 18 14:25:38 2023 +0200 - - Add switch animations in onboarding process - -35 0 app/package-lock.json -3 1 app/package.json -21 7 app/src/App.tsx -2 0 app/src/pages/Onboarding.tsx -23 0 app/src/theme/utilities.css - -commit 16e63d501f80d3cac6c117948e4990aeb00d910b -Author: Lucian I. Last -Date: Tue Jul 18 12:08:36 2023 +0200 - - Fix one signal blocking SplashScreen - -7 6 app/src/App.tsx -17 9 app/src/onesignal.ts - -commit bfc3fab1f711bf7cc625c86bdad7de62da62d6f6 -Author: Lucian I. Last -Date: Tue Jul 18 11:54:59 2023 +0200 - - Add localization - -25 2 app/ios/App/App.xcodeproj/project.pbxproj -8 0 app/ios/App/App.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist -52 46 app/ios/App/App/Info.plist -10 0 app/ios/App/App/en.lproj/InfoPlist.strings -10 0 app/ios/App/App/nl.lproj/InfoPlist.strings - -commit 145e950c937a6d571b00f35ca9c17820e2ed2cea -Merge: c65bd2ec 4fa30142 -Author: Lucian I. Last -Date: Tue Jul 18 09:54:53 2023 +0200 - - Merge branch 'redesign-loop-search-page-#486' - -commit 4fa3014239dbb316f47cd165d70891aa03efc6f8 -Author: Lucian I. Last -Date: Tue Jul 18 09:54:39 2023 +0200 - - Add select loop divider & Remove h1 el in button - -39 60 frontend/src/pages/FindChain.tsx - -commit c65bd2ece777320a058665cb820041c554d96333 -Merge: e4814685 e1ca5249 -Author: Lucian I. Last -Date: Tue Jul 18 09:28:13 2023 +0200 - - Merge remote-tracking branch 'origin/l10n_main' - -commit e4814685139a9aed894ebd41414e621b331fca76 -Author: Lucian I. Last -Date: Tue Jul 18 09:24:47 2023 +0200 - - Add date time locale & Remove time selection - -3 1 app/src/pages/BagsList.tsx - -commit 110ce95a373764e6e4564c24e5464e436228ee63 -Author: NeedADispenserHere -Date: Mon Jul 17 20:54:22 2023 -0700 - - Fixed lint error - -5 3 frontend/src/pages/EventCreate.tsx - -commit 070f18f45fd4a1c22b3eea849fecb41e4ec3a330 -Author: Natalie -Date: Mon Jul 17 13:05:02 2023 -0700 - - Give modal absoluete position instead of fixed - -1 1 frontend/src/pages/FindChain.tsx - -commit 4df099f61d25a202161113e9238e96afd4ebedb7 -Author: Natalie -Date: Mon Jul 17 13:02:42 2023 -0700 - - Add selected loops to modal - -33 1 frontend/src/pages/FindChain.tsx - -commit e1ca524980810316077ec9a32626988bbac97055 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Jul 17 18:04:12 2023 +0200 - - New translations translation.json (Swedish) - -2 0 app/public/locales/sv/translation.json - -commit f2afa275d54ebeaf9bb24d455aa38eb4b9c0c0a1 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Jul 17 18:04:11 2023 +0200 - - New translations translation.json (Portuguese) - -2 0 app/public/locales/pt/translation.json - -commit e230ee2952ddbe6b612d18f420e68414ff3ba602 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Jul 17 18:04:10 2023 +0200 - - New translations translation.json (Polish) - -2 0 app/public/locales/pl/translation.json - -commit a49d02b6d082039ddbfff51e36201b87cbde6e6c -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Jul 17 18:04:08 2023 +0200 - - New translations translation.json (Dutch) - -2 0 app/public/locales/nl/translation.json - -commit cecb8a0730bd3d5e09407d678f578573a9e503ae -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Jul 17 18:04:07 2023 +0200 - - New translations translation.json (Korean) - -2 0 app/public/locales/ko/translation.json - -commit 3bc9886357133266b5f6ca64f339274aab80e868 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Jul 17 18:04:06 2023 +0200 - - New translations translation.json (Japanese) - -2 0 app/public/locales/ja/translation.json - -commit a945380c2465ae760f09be4c71bbafb2660919f0 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Jul 17 18:04:05 2023 +0200 - - New translations translation.json (Italian) - -2 0 app/public/locales/it/translation.json - -commit 0ca3fd37def6a1b4a46d8f44c429fbdd2d9758ef -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Jul 17 18:04:04 2023 +0200 - - New translations translation.json (Hebrew) - -2 0 app/public/locales/he/translation.json - -commit 18e3526ffabcb338e8abd7974a2a1b73c7c855dc -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Jul 17 18:04:03 2023 +0200 - - New translations translation.json (German) - -2 0 app/public/locales/de/translation.json - -commit b565b53dd0a8c49210d1b4244d743d71d8d53dd9 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Jul 17 18:04:02 2023 +0200 - - New translations translation.json (Spanish) - -2 0 app/public/locales/es/translation.json - -commit 21c0e0c41acd1d8f94d74c84cccd634e0d449426 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Jul 17 18:04:01 2023 +0200 - - New translations translation.json (French) - -2 0 app/public/locales/fr/translation.json - -commit 2e6cc67f7baf1a8727e8571d4d3e5b491c06d784 -Merge: 74f11bc4 04d58432 -Author: Lucian I. Last -Date: Mon Jul 17 17:35:32 2023 +0200 - - Merge branch 'Zahra46031/main' - -commit 04d584321320614f36ec9b7e3ce3ee516844873f -Author: Lucian I. Last -Date: Mon Jul 17 17:33:04 2023 +0200 - - Remove unnecessary theme value on loop creation - -0 2 server/internal/controllers/chain.go - -commit 0f4a791258888a67ea60dc6d5a93294b5926b35e -Merge: 960d53ad 74f11bc4 -Author: Lucian I. Last -Date: Mon Jul 17 17:30:57 2023 +0200 - - Merge branch 'main' into Zahra46031/main - -commit 74f11bc4e78b1374194b7875b5437d3518702561 -Merge: 669cfed1 9bd8e9e0 -Author: Lucian I. Last -Date: Mon Jul 17 16:48:59 2023 +0200 - - Merge branch 'onboarding-#542' - -commit 669cfed1ec1e662afa1d30301f56b6182cb2669e -Author: Lucian I. Last -Date: Mon Jul 17 16:44:00 2023 +0200 - - Allow setting a different bag.updated - -2 0 app/public/locales/en/translation.json -1 0 app/src/api.ts -65 5 app/src/pages/BagsList.tsx -16 7 server/internal/controllers/bag.go - -commit 7f07cfa1846986021428f95750f7204c3435fd82 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Jul 17 16:35:12 2023 +0200 - - New translations translation.json (Dutch) - -6 6 app/public/locales/nl/translation.json - -commit ec5f2450031929c4ed8dc1b6b1744ed2ee10cc7e -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Jul 17 16:35:11 2023 +0200 - - New translations translation.json (French) - -19 19 app/public/locales/fr/translation.json - -commit 9d60c39df6d3e634ca7904b3482066cf670dfd2a -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Jul 17 16:35:10 2023 +0200 - - New translations faq.json (Dutch) - -6 6 app/public/locales/nl/faq.json - -commit 6131dcff34a3b17a3f8f79eb29b1ad09a6d68c92 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Jul 17 16:35:09 2023 +0200 - - New translations translations.json (French) - -2 2 server/internal/views/emails/fr/translations.json - -commit 48991e3ee6ce618e0067177623dbe69a795687a2 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Jul 17 16:35:09 2023 +0200 - - New translations translation.json (Dutch) - -2 2 frontend/public/locales/nl/translation.json - -commit 960d53adab0eef82e16221f3fcf7853f2989fd9d -Author: Your Name -Date: Mon Jul 17 09:34:11 2023 -0400 - - added theme field - -10 1 server/internal/controllers/chain.go -1 0 server/internal/models/chain.go - -commit be8440633e14814afe69c7b4d06f37a39f6c2b16 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Jul 17 15:09:41 2023 +0200 - - New translations translation.json (Swedish) - -4 0 app/public/locales/sv/translation.json - -commit 9c8482ad3abbc5b8e533a1e7373f0ab46d85954a -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Jul 17 15:09:40 2023 +0200 - - New translations translation.json (Portuguese) - -4 0 app/public/locales/pt/translation.json - -commit 98b0d57812883551a6d9790dbfb3d31a0b11a284 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Jul 17 15:09:39 2023 +0200 - - New translations translation.json (Polish) - -4 0 app/public/locales/pl/translation.json - -commit 3d7cc26003d93597e9a17f92dbc77e51b0734491 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Jul 17 15:09:39 2023 +0200 - - New translations translation.json (Dutch) - -4 0 app/public/locales/nl/translation.json - -commit fa4922a2aa39c2b2d9f543916f66a431c42f8112 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Jul 17 15:09:38 2023 +0200 - - New translations translation.json (Korean) - -4 0 app/public/locales/ko/translation.json - -commit 4efa6e7c698bf493bd770c8a78851548ea1f74bf -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Jul 17 15:09:37 2023 +0200 - - New translations translation.json (Japanese) - -4 0 app/public/locales/ja/translation.json - -commit b4d578d357af1fc71012a88471e22a0fabb3ab91 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Jul 17 15:09:36 2023 +0200 - - New translations translation.json (Italian) - -4 0 app/public/locales/it/translation.json - -commit 32aa5ef279ead40ab1d6c2d7aed94f7aa46b20c2 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Jul 17 15:09:35 2023 +0200 - - New translations translation.json (Hebrew) - -4 0 app/public/locales/he/translation.json - -commit c5d38d0b5e3b9b41be6c88f4fdaae7d30b0a479c -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Jul 17 15:09:34 2023 +0200 - - New translations translation.json (German) - -4 0 app/public/locales/de/translation.json - -commit 9478498af32c8aecc3f52aecbc1e67492a5b96e5 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Jul 17 15:09:33 2023 +0200 - - New translations translation.json (Spanish) - -4 0 app/public/locales/es/translation.json - -commit 54fa9c559c53ab998483815c8224efe15b67c9a6 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Jul 17 15:09:32 2023 +0200 - - New translations translation.json (French) - -4 0 app/public/locales/fr/translation.json - -commit 3dfbec9716b11a81bd78d730e6fc44e7d423f3ed -Author: Lucian I. Last -Date: Mon Jul 17 14:59:01 2023 +0200 - - Add missing translations - -4 0 app/public/locales/en/translation.json -1 1 app/src/components/CreateUpdateBag.tsx -4 4 app/src/components/CreateUpdateRules.tsx -4 4 app/src/pages/BagsList.tsx - -commit 7b01b455f8f00a60c952d78af6e4465c4afb8b20 -Author: Lucian I. Last -Date: Mon Jul 17 10:53:10 2023 +0200 - - Sizes dropdown is labeled Sizes => Interested sizes - -1 1 frontend/src/components/SizesDropdown.tsx - -commit 8cfb0228feef4d7d2cab25873d26fae0794beae5 -Author: Lucian I. Last -Date: Mon Jul 17 10:50:23 2023 +0200 - - Street address + House number - -1 1 frontend/public/locales/en/translation.json - -commit 35ff080ba65bb9ec4a282156b13385c73d6674f3 -Author: Lucian I. Last -Date: Mon Jul 17 10:49:35 2023 +0200 - - Remove address subheader from signup - -5 3 frontend/src/components/AddressForm.tsx - -commit a0e351b34cf591f44cab18d57ca531c70d33c82f -Author: Lucian I. Last -Date: Mon Jul 17 10:42:03 2023 +0200 - - Fix home page background element - -1 1 frontend/src/pages/Home.tsx - -commit 2071822542a6bf467b691f8e2640337204eae872 -Merge: 193d50c0 c2647e8d -Author: Lucian I. Last -Date: Mon Jul 17 10:09:47 2023 +0200 - - Merge remote-tracking branch 'origin/l10n_main' - -commit c2647e8d53f666c275713200360d29b3f10eea87 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Sun Jul 16 23:34:32 2023 +0200 - - New translations translation.json (Dutch) - -15 15 app/public/locales/nl/translation.json - -commit 24046113e37171e64ad9e921acda007980b88cec -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Sun Jul 16 22:40:31 2023 +0200 - - New translations an_admin_denied_your_join_request.gohtml (Hebrew) - -1 1 server/internal/views/emails/he/an_admin_denied_your_join_request.gohtml - -commit 5261003e0d382859634272efcb5d905ede63c14a -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Sun Jul 16 22:40:09 2023 +0200 - - New translations subscribed_to_newsletter.gohtml (Dutch) - -1 1 server/internal/views/emails/nl/subscribed_to_newsletter.gohtml - -commit d365afdc7d394e9009233dc6d61ec00e41d89acf -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Sun Jul 16 22:39:53 2023 +0200 - - New translations translation.json (Swedish) - -1 1 frontend/public/locales/sv/translation.json - -commit bbc22f1cd01ed7d2876a8f7bc52e472ffe528ea8 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Sun Jul 16 22:39:52 2023 +0200 - - New translations translation.json (Portuguese) - -1 1 frontend/public/locales/pt/translation.json - -commit 960cf1fd66036a4730294842595532337e1fee0c -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Sun Jul 16 22:39:51 2023 +0200 - - New translations translation.json (Polish) - -1 1 frontend/public/locales/pl/translation.json - -commit 02e1c7ac9451142df354995c78e89bc4f4e7aa1a -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Sun Jul 16 22:39:50 2023 +0200 - - New translations translation.json (Dutch) - -1 1 frontend/public/locales/nl/translation.json - -commit 61fabb0885eb5de2bf8db4b6310a78beb87bb21c -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Sun Jul 16 22:39:50 2023 +0200 - - New translations translation.json (Korean) - -1 1 frontend/public/locales/ko/translation.json - -commit 77ef7799fba6618d620fa5bf6de0c0cf0bd260ae -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Sun Jul 16 22:39:49 2023 +0200 - - New translations translation.json (Japanese) - -1 1 frontend/public/locales/ja/translation.json - -commit b435224509ccc2c6b7df5a68c4165226d6299ac1 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Sun Jul 16 22:39:48 2023 +0200 - - New translations translation.json (Italian) - -1 1 frontend/public/locales/it/translation.json - -commit d3d32a2d9b1ce8db6f7b43bcc7b03f7f8f241a36 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Sun Jul 16 22:39:47 2023 +0200 - - New translations translation.json (Hebrew) - -1 1 frontend/public/locales/he/translation.json - -commit 31d7cee5b116971a60d4fecaebaac8ee689f7208 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Sun Jul 16 22:39:46 2023 +0200 - - New translations translation.json (German) - -1 1 frontend/public/locales/de/translation.json - -commit b274b438d5fa528e82757c744623c52011126e42 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Sun Jul 16 22:39:45 2023 +0200 - - New translations translation.json (Spanish) - -1 1 frontend/public/locales/es/translation.json - -commit b86078d03f24ad4464c7e6d14f1e7e9847d0c52a -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Sun Jul 16 22:39:44 2023 +0200 - - New translations translation.json (French) - -1 1 frontend/public/locales/fr/translation.json - -commit 193d50c0c4d63c81c3a8687d9693ab44cd1d66bc -Author: Lucian I. Last -Date: Sun Jul 16 22:38:31 2023 +0200 - - Change FAQ's to FAQ - -1 1 frontend/public/locales/ar/translation.json -1 1 frontend/public/locales/da/translation.json -1 1 frontend/public/locales/de/translation.json -1 1 frontend/public/locales/en/translation.json -1 1 frontend/public/locales/es/translation.json -1 1 frontend/public/locales/fr/translation.json -1 1 frontend/public/locales/he/translation.json -1 1 frontend/public/locales/it/translation.json -1 1 frontend/public/locales/ja/translation.json -1 1 frontend/public/locales/ko/translation.json -1 1 frontend/public/locales/nl/translation.json -1 1 frontend/public/locales/pl/translation.json -1 1 frontend/public/locales/pt/translation.json -1 1 frontend/public/locales/sv/translation.json -1 1 frontend/public/locales/zh/translation.json -1 1 frontend/src/components/Footer.tsx -1 1 frontend/src/pages/About.tsx -1 1 frontend/src/pages/MessageSubmitted.tsx - -commit d9def17f137368d0e7347df54af6a7ddefef9809 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Sun Jul 16 12:44:00 2023 +0200 - - New translations translation.json (Dutch) - -1 1 app/public/locales/nl/translation.json - -commit 992ad1c78503f1acf030285eea42453f23714866 -Author: Lucian I. Last -Date: Sun Jul 16 12:34:40 2023 +0200 - - bag number to bag name - -1 1 app/public/locales/de/translation.json -1 1 app/public/locales/en/translation.json -1 1 app/public/locales/es/translation.json -1 1 app/public/locales/fr/translation.json -1 1 app/public/locales/he/translation.json -1 1 app/public/locales/it/translation.json -1 1 app/public/locales/ja/translation.json -1 1 app/public/locales/ko/translation.json -1 1 app/public/locales/nl/translation.json -1 1 app/public/locales/pl/translation.json -1 1 app/public/locales/pt/translation.json -1 1 app/public/locales/sv/translation.json -1 1 app/src/components/CreateUpdateBag.tsx - -commit d825f5c2cba95dae37708d7e7301ef4d5dd165bb -Author: Lucian I. Last -Date: Sun Jul 16 12:31:35 2023 +0200 - - Fix showing the latest past events - -1 1 server/internal/controllers/event.go - -commit 01473b7c04ff82c16221a4a39b9d335656616782 -Merge: bce7fbde 9415aa27 -Author: Natalie Wilson <38057767+NatalieWilson19@users.noreply.github.com> -Date: Sat Jul 15 18:04:04 2023 -0700 - - Merge branch 'the-clothing-loop:main' into redesign-loop-search-page-#486 - -commit bce7fbde987f8a5f88758fe8b078a6a041423d97 -Author: Natalie -Date: Sat Jul 15 18:02:32 2023 -0700 - - Make it so when a user clicks outside the modal it closes - -11 1 frontend/src/pages/FindChain.tsx - -commit 334f81dd0f41217d6ca157545f4f36d3eff6b398 -Author: Natalie -Date: Sat Jul 15 13:52:45 2023 -0700 - - Code cleanup and prettier - -26 27 frontend/src/pages/FindChain.tsx - -commit 9bd8e9e005fcbde056fb137c57801087b72bdae1 -Author: Lucian I. Last -Date: Sat Jul 15 09:36:45 2023 +0200 - - Add onboarding pages - -125 74 app/src/App.tsx -5 1 app/src/main.tsx -22 8 app/src/pages/Login.tsx -171 0 app/src/pages/Onboarding.tsx - -commit 35d08833270f7dc506bca61ad37e999cef7fa50c -Author: Lucian I. Last -Date: Sat Jul 15 09:36:09 2023 +0200 - - Add fonts - -4 0 app/index.html -- - app/public/fonts/montserrat/JTUQjIg1_i6t8kCHKm459WxRxC7mw9c.woff2 -- - app/public/fonts/montserrat/JTUQjIg1_i6t8kCHKm459WxRxi7mw9c.woff2 -- - app/public/fonts/montserrat/JTUQjIg1_i6t8kCHKm459WxRxy7mw9c.woff2 -- - app/public/fonts/montserrat/JTUQjIg1_i6t8kCHKm459WxRyS7m.woff2 -- - app/public/fonts/montserrat/JTUQjIg1_i6t8kCHKm459WxRzS7mw9c.woff2 -- - app/public/fonts/montserrat/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2 -- - app/public/fonts/montserrat/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2 -- - app/public/fonts/montserrat/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2 -- - app/public/fonts/montserrat/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2 -- - app/public/fonts/montserrat/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2 -900 0 app/public/fonts/montserrat/style.css -- - app/public/fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2 -- - app/public/fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2 -- - app/public/fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2 -- - app/public/fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2 -- - app/public/fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7.woff2 -- - app/public/fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk72xU.woff2 -- - app/public/fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk72xU.woff2 -- - app/public/fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk72xU.woff2 -400 0 app/public/fonts/playfair-display/style.css - -commit 7ead80788ed9f94b343ef3bf241958927cc4b696 -Author: NeedADispenserHere -Date: Fri Jul 14 20:52:15 2023 -0700 - - Added a check for event date and time - -10 0 frontend/src/pages/EventCreate.tsx - -commit 9415aa27ecc330756a0933de21e94b1a9923e452 -Merge: 08564a0a 16eeac83 -Author: Lucian I. Last -Date: Fri Jul 14 22:49:49 2023 +0200 - - Merge remote-tracking branch 'origin/l10n_main' - -commit 08564a0ac0877ffe1fc429e4bf7a7dd2fb104057 -Author: Lucian I. Last -Date: Fri Jul 14 22:44:18 2023 +0200 - - Fix dark mode - -2 2 app/src/App.tsx -1 0 app/src/components/SizeBadge.tsx -6 14 app/src/pages/Settings.tsx -5 0 app/src/theme/utilities.css -4 4 app/src/theme/variables.css - -commit 16eeac83e1ce95e10361ebc6c08e3d21ad4eb260 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Jul 14 17:13:30 2023 +0200 - - New translations translation.json (Swedish) - -1 0 app/public/locales/sv/translation.json - -commit 84d84e3e0205dd9f4c8e72ec96e13ab658ce0e03 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Jul 14 17:13:29 2023 +0200 - - New translations translation.json (Portuguese) - -1 0 app/public/locales/pt/translation.json - -commit 7d5d59e1ed2d412dacf777e74cf985db28e27eb2 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Jul 14 17:13:28 2023 +0200 - - New translations translation.json (Polish) - -1 0 app/public/locales/pl/translation.json - -commit 7b058aa7680b0f4c51472783f79e8af26125038d -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Jul 14 17:13:27 2023 +0200 - - New translations translation.json (Dutch) - -1 0 app/public/locales/nl/translation.json - -commit 43f49165dbf4fe0ba3ac0158d2e4c37eeaace8ef -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Jul 14 17:13:26 2023 +0200 - - New translations translation.json (Korean) - -1 0 app/public/locales/ko/translation.json - -commit 193d4da4da2a014e53a862cbcb9c847ca6ea20a4 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Jul 14 17:13:25 2023 +0200 - - New translations translation.json (Japanese) - -1 0 app/public/locales/ja/translation.json - -commit b230961e26d6234156ddcc6caf32ed5ee51b78cf -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Jul 14 17:13:24 2023 +0200 - - New translations translation.json (Italian) - -1 0 app/public/locales/it/translation.json - -commit b2de34dbf832d7887dea9db2c6f070ed910b654d -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Jul 14 17:13:23 2023 +0200 - - New translations translation.json (Hebrew) - -1 0 app/public/locales/he/translation.json - -commit fa2b415936180707318e2e26ac31681f72537715 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Jul 14 17:13:23 2023 +0200 - - New translations translation.json (German) - -1 0 app/public/locales/de/translation.json - -commit 48528a61da67f384c0aac752d34070b5e3f4687b -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Jul 14 17:13:22 2023 +0200 - - New translations translation.json (Spanish) - -1 0 app/public/locales/es/translation.json - -commit 779cd9bda105a2c80c67f5a06b373b868677177b -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Jul 14 17:13:21 2023 +0200 - - New translations translation.json (French) - -1 0 app/public/locales/fr/translation.json - -commit 9bf502d43ee3b81b9c78a92da165b02db012591d -Author: Lucian I. Last -Date: Fri Jul 14 16:45:09 2023 +0200 - - Fix ux address - -1 0 app/public/locales/en/translation.json -87 24 app/src/components/UserCard.tsx - -commit 4d12b03556cc2f8ecd1582abcdb343f749fa8798 -Author: Lucian I. Last -Date: Fri Jul 14 16:08:07 2023 +0200 - - Show logout button on web - -1 1 app/src/pages/Settings.tsx - -commit b458c7edb194aa2d1c01ffb1c94e917c57dbe591 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Jul 14 16:06:14 2023 +0200 - - New translations translation.json (Swedish) - -9 0 app/public/locales/sv/translation.json - -commit d32a792ffde270793b6462fd7415b942490a9e39 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Jul 14 16:06:13 2023 +0200 - - New translations translation.json (Portuguese) - -9 0 app/public/locales/pt/translation.json - -commit 70d4826566718abdcc965311437516342279a6e9 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Jul 14 16:06:13 2023 +0200 - - New translations translation.json (Polish) - -9 0 app/public/locales/pl/translation.json - -commit d17277c011f38016560726351290743ea4da0953 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Jul 14 16:06:12 2023 +0200 - - New translations translation.json (Dutch) - -9 0 app/public/locales/nl/translation.json - -commit 351e671d8e5380ba52aa606c923df6b89d20bc1a -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Jul 14 16:06:11 2023 +0200 - - New translations translation.json (Korean) - -9 0 app/public/locales/ko/translation.json - -commit b9ea7cacd151fd14af53dce3474470a567bc8340 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Jul 14 16:06:10 2023 +0200 - - New translations translation.json (Japanese) - -9 0 app/public/locales/ja/translation.json - -commit e2832c4a3e10c20f99e1414235db02a6d570152b -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Jul 14 16:06:09 2023 +0200 - - New translations translation.json (Italian) - -9 0 app/public/locales/it/translation.json - -commit 491358b5bb9f91392bc2c516a4af9ccebf5cf484 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Jul 14 16:06:08 2023 +0200 - - New translations translation.json (Hebrew) - -9 0 app/public/locales/he/translation.json - -commit 157ee9b101aa7f4e7ff3320445afe2385bb95920 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Jul 14 16:06:07 2023 +0200 - - New translations translation.json (German) - -9 0 app/public/locales/de/translation.json - -commit b21b6b0bedc8267a87fe4ba25a4e50312a413783 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Jul 14 16:06:06 2023 +0200 - - New translations translation.json (Spanish) - -9 0 app/public/locales/es/translation.json - -commit 3c67fa8010deb29374826222276b615b481bc29c -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Jul 14 16:06:05 2023 +0200 - - New translations translation.json (French) - -9 0 app/public/locales/fr/translation.json - -commit 35212d600d85ea4982506ad07eecaaf33afa3672 -Author: Lucian I. Last -Date: Fri Jul 14 16:02:25 2023 +0200 - - Improve seperation of loop and user - -- - app/public/categories/baby-50.png -- - app/public/categories/man-50.png -- - app/public/categories/woman-50.png -9 0 app/public/locales/en/translation.json -112 0 app/src/components/SizeBadge.tsx -154 29 app/src/pages/Settings.tsx - -commit 73bc2762db1553418ec5baa43d393026bb5d9644 -Merge: 59cfe7b8 9f587745 -Author: Natalie -Date: Thu Jul 13 15:25:20 2023 -0700 - - Merge branch 'redesign-loop-search-page-#486' of https://github.com/NatalieWilson19/clothing-loop into redesign-loop-search-page-#486 - -commit 9f5877452143f78be5ea096070d45b789e153dc8 -Merge: f829bcd6 bd85d6de -Author: Natalie Wilson <38057767+NatalieWilson19@users.noreply.github.com> -Date: Thu Jul 13 15:24:58 2023 -0700 - - Merge branch 'the-clothing-loop:main' into redesign-loop-search-page-#486 - -commit 59cfe7b8f4f83c72e5ee326ea5699b09f7a77769 -Merge: f829bcd6 bd85d6de -Author: Natalie -Date: Thu Jul 13 15:23:42 2023 -0700 - - Merge remote-tracking branch 'origin' into redesign-loop-search-page-#486 - -commit f829bcd621299a79c923251f1430dc12862722b4 -Author: Natalie -Date: Thu Jul 13 15:22:18 2023 -0700 - - Hides visible chains list on small screen, code cleanup - -5 7 frontend/src/pages/FindChain.tsx - -commit c970819d9a8dce194fef146cf4e32f3f2406c470 -Author: Natalie -Date: Thu Jul 13 12:06:42 2023 -0700 - - Fixed padding and margins for dialog box - -6 6 frontend/src/pages/FindChain.tsx - -commit bd85d6dec6e629adfabde05ad7b727a4934c8e2f -Author: Lucian I. Last -Date: Thu Jul 13 16:01:02 2023 +0200 - - Allow for mobile usable - -13 1 frontend/src/pages/FindChain.tsx - -commit d3f5103e138375fc962b31ecfef83b2900cf2726 -Author: Lucian I. Last -Date: Thu Jul 13 15:39:25 2023 +0200 - - Remove interested sizes - -0 12 app/src/components/UserCard.tsx - -commit 7d8061d074074241f016188be6a1da8dc070835f -Merge: 254b60bd ec81b88d -Author: Lucian I. Last -Date: Thu Jul 13 15:36:44 2023 +0200 - - Merge remote-tracking branch 'origin/l10n_main' - -commit 254b60bd56a82604af86f45b5d9f166af63a9a44 -Author: Lucian I. Last -Date: Thu Jul 13 15:17:52 2023 +0200 - - Set as destructive role for deleting confirm alerts - -1 0 app/src/pages/BagsList.tsx -1 0 app/src/pages/Settings.tsx - -commit f45fa47493d449718c0565845462156566e6eff7 -Author: Lucian I. Last -Date: Thu Jul 13 15:15:24 2023 +0200 - - Fix translation of logout message - -1 1 app/src/pages/Settings.tsx - -commit ed893bf41ed1c9db637824bc3f8ade77fabfef21 -Author: Lucian I. Last -Date: Thu Jul 13 15:13:35 2023 +0200 - - Add bag list if more than 8 bags in loop - -215 30 app/src/pages/BagsList.tsx - -commit dd19cdca1133951972ac57ced555928ddcae803a -Author: Natalie -Date: Wed Jul 12 13:33:32 2023 -0700 - - Adds modal of focused chain on small screen - -32 1 frontend/src/pages/FindChain.tsx - -commit 809a908cfe37f523a602e7edf2c9b851c280a0ff -Author: Lucian I. Last -Date: Wed Jul 12 16:28:12 2023 +0200 - - Order bags by id - -3 2 server/internal/controllers/bag.go - -commit ec81b88d90ca9598601ba8b5e7820ccb63dc2261 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Jul 12 16:25:41 2023 +0200 - - New translations translation.json (Swedish) - -2 0 app/public/locales/sv/translation.json - -commit 51b971aa0da39efd9abb13f443827ae09ffbf86c -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Jul 12 16:25:40 2023 +0200 - - New translations translation.json (Portuguese) - -2 0 app/public/locales/pt/translation.json - -commit a741765d38076053e4f2bf213808c902fe1144ca -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Jul 12 16:25:39 2023 +0200 - - New translations translation.json (Polish) - -2 0 app/public/locales/pl/translation.json - -commit f7cfe3d3875f5aee707dcada4400665f6aa3f62b -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Jul 12 16:25:38 2023 +0200 - - New translations translation.json (Dutch) - -2 0 app/public/locales/nl/translation.json - -commit af38e41ac658fbd0f7d40c678f1f5ce8b90a7568 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Jul 12 16:25:37 2023 +0200 - - New translations translation.json (Korean) - -2 0 app/public/locales/ko/translation.json - -commit 2343ab9dbc6b36f04b8363dc0b4bdf800809ce06 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Jul 12 16:25:36 2023 +0200 - - New translations translation.json (Japanese) - -2 0 app/public/locales/ja/translation.json - -commit 7dbe12ce3931613a627502a4c3b04127b8daf967 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Jul 12 16:25:35 2023 +0200 - - New translations translation.json (Italian) - -2 0 app/public/locales/it/translation.json - -commit e37dd4e0e5530f81a1f0b6efdb190c0f82725627 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Jul 12 16:25:34 2023 +0200 - - New translations translation.json (Hebrew) - -2 0 app/public/locales/he/translation.json - -commit bfeb01ab845402b2bb6764db13102b06074b11ff -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Jul 12 16:25:33 2023 +0200 - - New translations translation.json (German) - -2 0 app/public/locales/de/translation.json - -commit 22dd429da65599ec89583451c4c0ad109b49910d -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Jul 12 16:25:32 2023 +0200 - - New translations translation.json (Spanish) - -2 0 app/public/locales/es/translation.json - -commit 2607b3fdd0226f0c3ffcca4e0e4ce7ff4a3b760d -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Jul 12 16:25:31 2023 +0200 - - New translations translation.json (French) - -2 0 app/public/locales/fr/translation.json - -commit b4f6098b47bb8d6201aa2c9f566e6cf076a5b7e8 -Author: Lucian I. Last -Date: Wed Jul 12 16:22:09 2023 +0200 - - Add sharing to multiple im apps - -2 0 app/public/locales/en/translation.json -71 10 app/src/components/UserCard.tsx -50 20 app/src/pages/BulkyList.tsx - -commit 369c283cf8673e360defa21c682a2a188003ddc0 -Author: Lucian I. Last -Date: Wed Jul 12 16:14:48 2023 +0200 - - Update app dependencies - -4 2 app/android/app/capacitor.build.gradle -6 0 app/android/capacitor.settings.gradle -2 0 app/ios/App/Podfile -634 710 app/package-lock.json -34 31 app/package.json - -commit 6c76c9c82014f59f9952307ff5212c560ee777da -Author: Lucian I. Last -Date: Wed Jul 12 14:02:04 2023 +0200 - - Show old bag indicator & remove old translation - -0 1 app/public/locales/de/translation.json -0 1 app/public/locales/en/translation.json -0 1 app/public/locales/es/translation.json -0 1 app/public/locales/fr/translation.json -0 1 app/public/locales/he/translation.json -0 1 app/public/locales/it/translation.json -0 1 app/public/locales/ja/translation.json -0 1 app/public/locales/ko/translation.json -0 1 app/public/locales/nl/translation.json -0 1 app/public/locales/pl/translation.json -0 1 app/public/locales/pt/translation.json -0 1 app/public/locales/sv/translation.json -14 3 app/src/pages/BagsList.tsx - -commit 99714f5a156e654d1d4c39a9cbd47a7bbcccfa13 -Author: Lucian I. Last -Date: Wed Jul 12 13:32:40 2023 +0200 - - Fix regressions from c91aa3a9742bfe34abd7abcf679bd7083de59ea0 - -3 5 frontend/src/pages/Home.tsx - -commit 252866f2bda68f7d553568f0ccf506072c129636 -Author: Lucian I. Last -Date: Wed Jul 12 13:30:08 2023 +0200 - - Add facebook and linkedin - -1 0 frontend/src/tailwind.css -45 2 server/internal/views/emails/layout.gohtml - -commit e62e86f36476a3a2bb643416f90f84960e329516 -Author: Lucian I. Last -Date: Wed Jul 12 10:26:02 2023 +0200 - - Hide option button for participants - -17 15 app/src/pages/BagsList.tsx - -commit c0ccfe344e4db6fcd2e46cdadf91c6da94f14966 -Author: Lucian I. Last -Date: Wed Jul 12 10:16:20 2023 +0200 - - Remove padding sheet modal - -1 1 app/src/pages/BagsList.tsx - -commit 5c2274533d96f356113d1b29230272ae9e3b6542 -Author: Lucian I. Last -Date: Wed Jul 12 10:08:10 2023 +0200 - - Add better cache control & encode api response gzip - -2 1 devops/templates/Caddyfile - -commit 3cfc53452d9e278f14712dedd0e1e43a5b4677bf -Merge: c91aa3a9 bcb8f1a1 -Author: Lucian I. Last -Date: Wed Jul 12 09:35:27 2023 +0200 - - Merge branch 'main' of github.com:the-clothing-loop/website - -commit c91aa3a9742bfe34abd7abcf679bd7083de59ea0 -Author: Lucian I. Last -Date: Wed Jul 12 09:35:23 2023 +0200 - - fix image convert to jpeg - -7 6 frontend/src/pages/Home.tsx - -commit 1649de5a329e40b88387d5ecde84e5676723244f -Author: Lucian I. Last -Date: Wed Jul 12 09:34:51 2023 +0200 - - Add assets caching - -8 5 devops/templates/Caddyfile - -commit bcb8f1a10725f9dc7e8b3843652a1ef86a0a4dfb -Merge: a5547af9 566e1237 -Author: Lucian I. Last -Date: Wed Jul 12 08:30:13 2023 +0200 - - Merge pull request #536 from the-clothing-loop/dependabot/npm_and_yarn/frontend/semver-5.7.2 - - Bump semver from 5.7.1 to 5.7.2 in /frontend - -commit 566e12373c1de3125197209ce471fc8321247948 -Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> -Date: Wed Jul 12 06:27:19 2023 +0000 - - Bump semver from 5.7.1 to 5.7.2 in /frontend - - Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. - - [Release notes](https://github.com/npm/node-semver/releases) - - [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md) - - [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2) - - --- - updated-dependencies: - - dependency-name: semver - dependency-type: indirect - ... - - Signed-off-by: dependabot[bot] - -6 6 frontend/package-lock.json - -commit a5547af9c86a4afb109fb73cd6579515f4445c64 -Merge: 2af9d900 c6cccb5f -Author: Lucian I. Last -Date: Wed Jul 12 08:26:31 2023 +0200 - - Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/app/semver-5.7.2' - -commit 2af9d90009999e88be6a4fb3d00005143411a159 -Merge: e81d2341 4053df8d -Author: Lucian I. Last -Date: Wed Jul 12 08:26:10 2023 +0200 - - Merge remote-tracking branch 'origin/l10n_main' - -commit e81d234170aaf0ee9987ad9870ea9fd920a6953f -Author: Lucian I. Last -Date: Wed Jul 12 08:25:27 2023 +0200 - - Remove old code - -0 34 frontend/src/pages/ChainMemberList.tsx - -commit c6cccb5f814b6f60ba350405d5f632e2e506c8cb -Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> -Date: Tue Jul 11 23:10:41 2023 +0000 - - Bump semver from 5.7.1 to 5.7.2 in /app - - Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. - - [Release notes](https://github.com/npm/node-semver/releases) - - [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md) - - [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2) - - --- - updated-dependencies: - - dependency-name: semver - dependency-type: indirect - ... - - Signed-off-by: dependabot[bot] - -39 39 app/package-lock.json - -commit 8d72321ce128a737eb297bc2dfb78cb7d2804a3c -Author: Lucian I. Last -Date: Tue Jul 11 16:22:03 2023 +0200 - - Hopefully fix issue missing transfer button - -19 18 frontend/src/pages/ChainMemberList.tsx - -commit 4053df8dafd0192e70c6bc68870d5b6a8f8073ce -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Jul 11 11:42:32 2023 +0200 - - New translations translation.json (Swedish) - -5 0 app/public/locales/sv/translation.json - -commit 5b38d35e4a5446b98d6980a721c7611738cfcec8 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Jul 11 11:42:31 2023 +0200 - - New translations translation.json (Portuguese) - -5 0 app/public/locales/pt/translation.json - -commit 35c3e4deee63899c8a82cb9533b8a4e16d5bbc00 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Jul 11 11:42:31 2023 +0200 - - New translations translation.json (Polish) - -5 0 app/public/locales/pl/translation.json - -commit 73847eb27049decd43efdee69c8e4d04c2974b45 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Jul 11 11:42:30 2023 +0200 - - New translations translation.json (Dutch) - -5 0 app/public/locales/nl/translation.json - -commit d854d185bce3c3809343d7566398ce24aa37ee2c -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Jul 11 11:42:29 2023 +0200 - - New translations translation.json (Korean) - -5 0 app/public/locales/ko/translation.json - -commit 3378e1ea89c5db30835c288c2c55f0f5ec7b0432 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Jul 11 11:42:28 2023 +0200 - - New translations translation.json (Japanese) - -5 0 app/public/locales/ja/translation.json - -commit 99337752daf52422981755038e22dd85c42e87e5 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Jul 11 11:42:27 2023 +0200 - - New translations translation.json (Italian) - -5 0 app/public/locales/it/translation.json - -commit 9b5a21921dcc54cd0fcc981154eba676dc200130 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Jul 11 11:42:26 2023 +0200 - - New translations translation.json (Hebrew) - -5 0 app/public/locales/he/translation.json - -commit b6b9cf63b12e2646b6451b16b593834fe606fc88 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Jul 11 11:42:25 2023 +0200 - - New translations translation.json (German) - -5 0 app/public/locales/de/translation.json - -commit 1b5341caa4bc0d058084c34052214a70fe7cff12 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Jul 11 11:42:24 2023 +0200 - - New translations translation.json (Spanish) - -5 0 app/public/locales/es/translation.json - -commit 2600accbe89fc0062942e50e43e94efe7bc410df -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Jul 11 11:42:23 2023 +0200 - - New translations translation.json (French) - -5 0 app/public/locales/fr/translation.json - -commit 70946abdeecb1e3556b5e20b1fe1680f097f65d3 -Merge: 3c991504 a606c5a8 -Author: Lucian I. Last -Date: Tue Jul 11 11:39:03 2023 +0200 - - Merge remote-tracking branch 'origin/l10n_main' - -commit 3c991504262387a49b066c0c162dc63e3c5dde25 -Author: Lucian I. Last -Date: Tue Jul 11 11:38:21 2023 +0200 - - Use sheet modal in bag selection - -180 60 app/src/pages/BagsList.tsx -5 0 app/src/theme/utilities.css - -commit a606c5a89f99b3571f5bd08ad392836a486f673a -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Jul 10 17:57:47 2023 +0200 - - New translations translation.json (Dutch) - -2 2 app/public/locales/nl/translation.json - -commit fbab8884f74e854631bc060ea31a1ffe0a567c40 -Author: Lucian I. Last -Date: Mon Jul 10 15:41:14 2023 +0200 - - Add reserve button with whatsapp & sms options - -4 0 app/public/locales/en/translation.json -85 18 app/src/pages/BulkyList.tsx -2 2 app/src/theme/overrides.css -3 0 app/src/theme/utilities.css - -commit ca021ec0022cb5679c93c2b88168b9c3a3c85d19 -Author: Lucian I. Last -Date: Mon Jul 10 15:32:28 2023 +0200 - - Tweak bags list - -1 0 app/public/locales/en/translation.json -12 10 app/src/pages/BagsList.tsx -4 1 app/src/theme/utilities.css - -commit 35cb7aa8c1b8e2b7329c608b1dfb22fcbf923f7c -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Jul 10 12:10:50 2023 +0200 - - New translations translation.json (Swedish) - -1 0 app/public/locales/sv/translation.json - -commit 876235efcd0d41bec367a42cb4f2d2fbaf0a8fde -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Jul 10 12:10:49 2023 +0200 - - New translations translation.json (Portuguese) - -1 0 app/public/locales/pt/translation.json - -commit 84c93547c3998dbcadaad649131c138645f3ea94 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Jul 10 12:10:48 2023 +0200 - - New translations translation.json (Polish) - -1 0 app/public/locales/pl/translation.json - -commit 988015c542f1c76fa967892c86a34948601634f3 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Jul 10 12:10:47 2023 +0200 - - New translations translation.json (Dutch) - -1 0 app/public/locales/nl/translation.json - -commit bddd42f0a02450138c8118e47e97d0e207239f74 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Jul 10 12:10:46 2023 +0200 - - New translations translation.json (Korean) - -1 0 app/public/locales/ko/translation.json - -commit dec2be9db4e9ca030e9fea953f73fcffaa1eaeee -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Jul 10 12:10:45 2023 +0200 - - New translations translation.json (Japanese) - -1 0 app/public/locales/ja/translation.json - -commit 8e27c0dadc32f19468ad7535bc9626f979e741c6 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Jul 10 12:10:44 2023 +0200 - - New translations translation.json (Italian) - -1 0 app/public/locales/it/translation.json - -commit 59730bfa052eabefba633a280f72ff01994a605f -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Jul 10 12:10:43 2023 +0200 - - New translations translation.json (Hebrew) - -1 0 app/public/locales/he/translation.json - -commit 6676858ef73a2627cb0dd7cbc424d57af30b8b9b -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Jul 10 12:10:42 2023 +0200 - - New translations translation.json (German) - -1 0 app/public/locales/de/translation.json - -commit f73c39f88526d7e4346cd351afb5369c38ca5c2f -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Jul 10 12:10:41 2023 +0200 - - New translations translation.json (Spanish) - -1 0 app/public/locales/es/translation.json - -commit f572d716b77976e955f53897334ac133bcf66121 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Jul 10 12:10:40 2023 +0200 - - New translations translation.json (French) - -1 0 app/public/locales/fr/translation.json - -commit e32214e621d211e923854b31d5872baba64ea610 -Author: Lucian I. Last -Date: Mon Jul 10 12:08:15 2023 +0200 - - Improve mouse usage of options in bags page - -1 0 app/public/locales/en/translation.json -88 74 app/src/pages/BagsList.tsx -7 0 app/src/theme/utilities.css - -commit 01d5b44d5199488dd5d7f3de22173b5b5946ec6d -Author: Lucian I. Last -Date: Mon Jul 10 10:52:44 2023 +0200 - - Remove time from bulky item - -1 1 app/src/pages/BulkyList.tsx - -commit d64764ef4f87210020ebfa079fc6c075facd039f -Merge: 0e02d9f1 39e0b038 -Author: Lucian I. Last -Date: Mon Jul 10 10:22:23 2023 +0200 - - Merge branch 'main' of github.com:the-clothing-loop/website - -commit 0e02d9f154b17436445c372de20394f0acf9f2bd -Author: Lucian I. Last -Date: Mon Jul 10 10:22:19 2023 +0200 - - Emailadresses also do not need to be shown - -8 21 app/src/components/UserCard.tsx - -commit 39e0b0386c565051385ad3f4a482dffa8fc2b289 -Merge: c1e990ed 24478058 -Author: Lucian I. Last -Date: Mon Jul 10 10:18:20 2023 +0200 - - Merge pull request #531 from the-clothing-loop/l10n_main - - New Crowdin updates - -commit c1e990ed644164896b21ae388c6c3c281f6053cd -Author: Lucian I. Last -Date: Thu Jul 6 23:15:27 2023 +0200 - - Fix gmail styling - -10 8 server/internal/views/emails/layout.gohtml - -commit 2447805889791432e9f05bceb0896987cbe1f60a -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jul 6 22:51:34 2023 +0200 - - New translations translation.json (Swedish) - -1 0 app/public/locales/sv/translation.json - -commit ed763abd4df53a600001fdab317c3823acfafe32 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jul 6 22:51:33 2023 +0200 - - New translations translation.json (Portuguese) - -1 0 app/public/locales/pt/translation.json - -commit d592381850b1b8c8fdd9acd7e8fdd2de0651a30a -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jul 6 22:51:32 2023 +0200 - - New translations translation.json (Polish) - -1 0 app/public/locales/pl/translation.json - -commit 2fc6e90680711a4cbd09a56a81613d65dfd6e4e6 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jul 6 22:51:31 2023 +0200 - - New translations translation.json (Dutch) - -1 0 app/public/locales/nl/translation.json - -commit ee64d94fe293b2ee7e67f14017445f5f6dbc6fa2 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jul 6 22:51:30 2023 +0200 - - New translations translation.json (Korean) - -1 0 app/public/locales/ko/translation.json - -commit b5ac6ff55fbeac70ce972e528463d7dd604dac34 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jul 6 22:51:29 2023 +0200 - - New translations translation.json (Japanese) - -1 0 app/public/locales/ja/translation.json - -commit 899d68adbe810b8b0561d91f065bc08a035784d3 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jul 6 22:51:28 2023 +0200 - - New translations translation.json (Italian) - -1 0 app/public/locales/it/translation.json - -commit a7abf051a025d3949995259ce4471526df76b726 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jul 6 22:51:27 2023 +0200 - - New translations translation.json (Hebrew) - -1 0 app/public/locales/he/translation.json - -commit bd2aec521c331a9303b015406d5befd0f2ece168 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jul 6 22:51:26 2023 +0200 - - New translations translation.json (German) - -1 0 app/public/locales/de/translation.json - -commit b35997ca3401d8ecb358a06ab83a27902df92526 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jul 6 22:51:26 2023 +0200 - - New translations translation.json (Spanish) - -1 0 app/public/locales/es/translation.json - -commit 24320d2208d9ba04acc30918f63c2b54399cac1d -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jul 6 22:51:24 2023 +0200 - - New translations translation.json (French) - -1 0 app/public/locales/fr/translation.json - -commit cf0c36481e0da2bf060e6f0ddb8d4b4636a87738 -Author: Lucian I. Last -Date: Thu Jul 6 22:43:18 2023 +0200 - - Add loading state to login buttons - -1 0 app/public/locales/en/translation.json -56 35 app/src/pages/Login.tsx - -commit ec3b05f120cb42678de54cae62bcaf58a8150fde -Merge: 87bcf734 c1dfc540 -Author: Lucian I. Last -Date: Thu Jul 6 22:22:42 2023 +0200 - - Merge remote-tracking branch 'origin/l10n_main' - -commit 87bcf73442313a98def4237115935bb703b9ca9b -Author: Lucian I. Last -Date: Thu Jul 6 22:10:34 2023 +0200 - - Change ios build preferences - -5 0 app/ios/App/App.xcodeproj/project.pbxproj - -commit c1dfc540b5283c5e48cc7eaa7304e6f5c178ca34 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jul 6 21:34:41 2023 +0200 - - New translations faq.json (Dutch) - -12 12 app/public/locales/nl/faq.json - -commit 1c14ea70c581d7faf60eb47cc57b87f64abbeabb -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jul 6 21:34:40 2023 +0200 - - New translations translations.json (Dutch) - -5 5 server/internal/views/emails/nl/translations.json - -commit b41c2531ad7c3a0d2e1ddd8e55c798c01029ff54 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jul 6 21:34:39 2023 +0200 - - New translations translation.json (Dutch) - -4 4 frontend/public/locales/nl/translation.json - -commit 2339a49c1fe079e3ff989f80bc81db060eb61381 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jul 6 21:34:38 2023 +0200 - - New translations faq.json (Dutch) - -1 1 frontend/public/locales/nl/faq.json - -commit 882c4cbbeaa4c18a56bd40ff5d41bb1a37d4423f -Author: Lucian I. Last -Date: Thu Jul 6 17:21:27 2023 +0200 - - Fix is admin in UserCard - -0 2 app/src/App.tsx -1 1 app/src/Store.tsx -2 2 app/src/components/CreateUpdateRules.tsx -6 3 app/src/components/UserCard.tsx -2 6 app/src/pages/AddressItem.tsx -1 1 app/src/pages/BagsList.tsx -1 1 app/src/pages/Settings.tsx - -commit 6679bb346c53591df9ffcfb7dee6678cac288dc5 -Author: Lucian I. Last -Date: Thu Jul 6 17:21:03 2023 +0200 - - Working ios with notification dependency - -19 0 app/README.md -4 0 app/ios/App/App.xcodeproj/project.pbxproj -8 0 app/ios/App/App/App.entitlements -2 0 app/package.json - -commit 46240635cee6fd45f38ac27e60d7e2f6a0c2a506 -Author: Lucian I. Last -Date: Thu Jul 6 14:26:36 2023 +0200 - - App build v1.3 - -2 2 app/android/app/build.gradle - -commit 49dcb8e092ad75ff26cb50dbb2d4450601387304 -Merge: 5c8bc660 0f37a866 -Author: Lucian I. Last -Date: Thu Jul 6 14:16:07 2023 +0200 - - Merge remote-tracking branch 'origin/l10n_main' - -commit 5c8bc66099ec4976c23719c51d6d1508bce531a6 -Author: Lucian I. Last -Date: Thu Jul 6 14:13:35 2023 +0200 - - Revert 78db9f901e21a5737beefc1abd168dbe40018728 - -0 10 crowdin.yml - -commit 78db9f901e21a5737beefc1abd168dbe40018728 -Author: Lucian I. Last -Date: Thu Jul 6 14:11:04 2023 +0200 - - Add excluding languages for app - -11 1 crowdin.yml - -commit 0f37a8666ab42d2586677596b92bf03d1292a33f -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jul 6 14:08:54 2023 +0200 - - New translations translation.json (Dutch) - -3 3 app/public/locales/nl/translation.json - -commit 1fdc78a3d11a5417068aadfba9356e800670b430 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jul 6 14:02:04 2023 +0200 - - New translations translation.json (Dutch) - -10 10 app/public/locales/nl/translation.json - -commit e85e919f8a6ebbd875d1ab9fb4ca6feda82df180 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jul 6 11:17:11 2023 +0200 - - New translations translation.json (Swedish) - -58 0 app/public/locales/sv/translation.json - -commit ad9797380f85a917acc6ca4cf49a6c8109c9a12b -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jul 6 11:17:10 2023 +0200 - - New translations faq.json (Swedish) - -84 0 app/public/locales/sv/faq.json - -commit dc864d7c68cbce8c9fe681b763e7aee7ac300d07 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jul 6 11:17:10 2023 +0200 - - New translations translation.json (Portuguese) - -58 0 app/public/locales/pt/translation.json - -commit 6a3e3d3a159cd659224e259976ad87402fbd0020 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jul 6 11:17:09 2023 +0200 - - New translations faq.json (Portuguese) - -84 0 app/public/locales/pt/faq.json - -commit ddd0da50c7dc345f03266eb81c465f1d50e2541f -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jul 6 11:17:08 2023 +0200 - - New translations translation.json (Polish) - -58 0 app/public/locales/pl/translation.json - -commit ff226e00e23f3701a178b8bc6d024d103d2b7a6c -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jul 6 11:17:07 2023 +0200 - - New translations faq.json (Polish) - -84 0 app/public/locales/pl/faq.json - -commit 710da8cfc2069a4bf4962384e4269c317334ccb4 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jul 6 11:17:06 2023 +0200 - - New translations translation.json (Dutch) - -2 2 app/public/locales/nl/translation.json - -commit e883eea448d9d4f349d673f94a610eab39be91d1 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jul 6 11:17:05 2023 +0200 - - New translations faq.json (Dutch) - -84 0 app/public/locales/nl/faq.json - -commit 622db096a707c9060633bbf515527ed0a60194f2 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jul 6 11:17:04 2023 +0200 - - New translations translation.json (Korean) - -58 0 app/public/locales/ko/translation.json - -commit bfb6e4f85939a6b0adaceceb0a0d65e6c344ccf9 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jul 6 11:17:03 2023 +0200 - - New translations faq.json (Korean) - -84 0 app/public/locales/ko/faq.json - -commit fa45a909d0b70478ca37942eb09a6ade872bf833 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jul 6 11:17:02 2023 +0200 - - New translations translation.json (Japanese) - -58 0 app/public/locales/ja/translation.json - -commit cb438539eab8d0b9ea815909fc6e80bba3e71604 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jul 6 11:17:01 2023 +0200 - - New translations faq.json (Japanese) - -84 0 app/public/locales/ja/faq.json - -commit 94abdf164a64f5ca8939cb45f09edfed373d1923 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jul 6 11:17:00 2023 +0200 - - New translations translation.json (Italian) - -58 0 app/public/locales/it/translation.json - -commit 911b435643e4e42ad35d1e0586eee19a94cafd8c -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jul 6 11:16:59 2023 +0200 - - New translations faq.json (Italian) - -84 0 app/public/locales/it/faq.json - -commit 5ffebbeb1f555b5f0265857305a50ff870be03fa -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jul 6 11:16:58 2023 +0200 - - New translations translation.json (Hebrew) - -58 0 app/public/locales/he/translation.json - -commit 63370556cf1710a1bce89b474f6722975ca9b0ce -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jul 6 11:16:58 2023 +0200 - - New translations faq.json (Hebrew) - -84 0 app/public/locales/he/faq.json - -commit 1ab5768939c4af0ce231e699dc36c0e9d76bd1c3 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jul 6 11:16:55 2023 +0200 - - New translations translation.json (German) - -58 0 app/public/locales/de/translation.json - -commit 8506688dc402dce5e258e18befe7f2ef26a478af -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jul 6 11:16:55 2023 +0200 - - New translations faq.json (German) - -84 0 app/public/locales/de/faq.json - -commit b5cd25d43fa6a315966c948bb4b47a6f68e4a2dd -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jul 6 11:16:54 2023 +0200 - - New translations translation.json (Spanish) - -58 0 app/public/locales/es/translation.json - -commit 5a0dcf3f2c5f8332ac696113040d5c05e90f526d -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jul 6 11:16:53 2023 +0200 - - New translations faq.json (Spanish) - -84 0 app/public/locales/es/faq.json - -commit ed67902fde2750d7b8b9c633d38c69bc4de14ef3 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jul 6 11:16:52 2023 +0200 - - New translations translation.json (French) - -58 0 app/public/locales/fr/translation.json - -commit db796fa7043a9afed1a775d0928d0347bebe5864 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jul 6 11:16:51 2023 +0200 - - New translations faq.json (French) - -84 0 app/public/locales/fr/faq.json - -commit 43558eb53b73f31d585231b6f4aaad986c8fa84f -Author: Lucian I. Last -Date: Thu Jul 6 11:04:14 2023 +0200 - - Use google maps icon - -34 0 app/public/google_maps_logo.svg -8 3 app/src/components/UserCard.tsx - -commit 769d73cae5280fb652ce04b931c36b37f22e5b0b -Author: Lucian I. Last -Date: Thu Jul 6 11:03:42 2023 +0200 - - Fix crowdin app connection - -2 2 crowdin.yml - -commit 17f7aafa33cc8c55039c7b18b1eebd923d86e262 -Merge: 80dffced 097fb1ea -Author: Lucian I. Last -Date: Thu Jul 6 10:42:10 2023 +0200 - - Merge branch 'app-improvements' - -commit ee246124a0a4ddf00a84056bce5124ca2005ae29 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jul 6 10:39:33 2023 +0200 - - New translations subscribed_to_newsletter.gohtml (Dutch) - -2 0 server/internal/views/emails/nl/subscribed_to_newsletter.gohtml - -commit e83a19add233d9b48fbbcb0837321ad9524e7e3b -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jul 6 10:39:09 2023 +0200 - - New translations an_admin_denied_your_join_request.gohtml (Hebrew) - -1 1 server/internal/views/emails/he/an_admin_denied_your_join_request.gohtml - -commit 097fb1eaea307a7ba3e19c3fc13c1b241873a2b9 -Author: Lucian I. Last -Date: Thu Jul 6 10:36:58 2023 +0200 - - Only allow chain admins to alter or create bags - -13 0 app/src/Store.tsx -1 6 app/src/pages/AddressItem.tsx -12 8 app/src/pages/BagsList.tsx - -commit 994265e8308041739d360e96459abd95fd406d78 -Author: Lucian I. Last -Date: Thu Jul 6 10:35:56 2023 +0200 - - Change from google logo to map - -2 2 app/src/components/UserCard.tsx - -commit 80dffcedc4d097722b1e552b11aa24ad581121d8 -Merge: 40cad35d ce18bb61 -Author: Lucian I. Last -Date: Thu Jul 6 10:12:54 2023 +0200 - - Merge remote-tracking branch 'origin/l10n_main' - -commit 40cad35d88328de3348fa25f3ad0f1d96a18c24b -Author: Lucian I. Last -Date: Thu Jul 6 10:10:35 2023 +0200 - - Public one signal id - -2 1 app/.env.development -2 1 app/.env.production - -commit f75ddb6b6ff93c8ca498d51eb6ef1b8d673db433 -Author: Lucian I. Last -Date: Thu Jul 6 10:06:35 2023 +0200 - - Add app translations to crowdin - -2 0 crowdin.yml - -commit 95da1b04220982a2b5837af40c8cd3b2f40b4ddc -Author: Lucian I. Last -Date: Thu Jul 6 10:05:34 2023 +0200 - - Fix production build - -1 0 app/.env.development -0 5 app/capacitor.config.ts -1 1 app/package.json - -commit ce18bb61aecede1991ba1659889105167a9ab32a -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Jul 5 10:52:10 2023 +0200 - - New translations subscribed_to_newsletter.gohtml (Dutch) - -2 0 server/internal/views/emails/nl/subscribed_to_newsletter.gohtml - -commit 12ab61705cd5a1a49a400007c1e716fd855cbec4 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Jul 5 10:51:50 2023 +0200 - - New translations an_admin_denied_your_join_request.gohtml (Hebrew) - -1 1 server/internal/views/emails/he/an_admin_denied_your_join_request.gohtml - -commit a0d636bfe0b2449d1298397597e131e702ccd58c -Author: Lucian I. Last -Date: Wed Jul 5 09:56:47 2023 +0200 - - Ignore @example.com for acceptance - -5 0 server/internal/app/mail.go - -commit e3559d282d90864063bb357f84a2eb148573161b -Merge: ff4b3414 9430e43a -Author: Lucian I. Last -Date: Wed Jul 5 09:52:40 2023 +0200 - - Merge remote-tracking branch 'origin/l10n_main' - -commit ff4b34141b1ef192a7b391d9ec876a4af5a06f4e -Author: Lucian I. Last -Date: Wed Jul 5 09:30:10 2023 +0200 - - Add step in github actions to test typescript in lint - -3 0 .github/workflows/lint.yml - -commit 9430e43af7e2ac6e13f1740edddb707f866c0b56 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Jul 5 09:29:21 2023 +0200 - - New translations translations.json (Swedish) - -14 7 server/internal/views/emails/sv/translations.json - -commit ab15f0ed049a5567ad059c9f287cfee9bf546430 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Jul 5 09:29:20 2023 +0200 - - New translations translations.json (Portuguese) - -8 1 server/internal/views/emails/pt/translations.json - -commit 31131a267174d3374db741b9f7ad66416e69de33 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Jul 5 09:29:19 2023 +0200 - - New translations translations.json (Polish) - -8 1 server/internal/views/emails/pl/translations.json - -commit dfd5ad87d4528ed91106647ac55cd13e06e05417 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Jul 5 09:29:18 2023 +0200 - - New translations translations.json (Dutch) - -16 9 server/internal/views/emails/nl/translations.json - -commit b75cffe0bd5f52ca82878cab78317e9dc8b7f919 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Jul 5 09:29:17 2023 +0200 - - New translations translations.json (Korean) - -8 1 server/internal/views/emails/ko/translations.json - -commit 550b81fc7a28bd0283afc861646ee16ac124512e -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Jul 5 09:29:16 2023 +0200 - - New translations translations.json (Japanese) - -8 1 server/internal/views/emails/ja/translations.json - -commit 8226f7aded64a822d8a7957fc5feb9b4add65418 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Jul 5 09:29:15 2023 +0200 - - New translations translations.json (Italian) - -8 1 server/internal/views/emails/it/translations.json - -commit 00f6002b5871027cad71d37b71e57cb348d8278c -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Jul 5 09:29:14 2023 +0200 - - New translations translations.json (Hebrew) - -16 9 server/internal/views/emails/he/translations.json - -commit 7b8873018e4494e6ade18688f0ba325fa42b3198 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Jul 5 09:29:13 2023 +0200 - - New translations translations.json (German) - -16 9 server/internal/views/emails/de/translations.json - -commit f5746780388fefa438402c9afc3b0225f1f4657d -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Jul 5 09:29:12 2023 +0200 - - New translations translations.json (Spanish) - -16 9 server/internal/views/emails/es/translations.json - -commit 3df0ed2c950dc385e63875f2398e26ca429282b5 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Jul 5 09:29:12 2023 +0200 - - New translations approve_reminder.gohtml (Swedish) - -1 1 server/internal/views/emails/sv/approve_reminder.gohtml - -commit 14f1f2f0b68642340a57e4b916abd0ded7211678 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Jul 5 09:29:11 2023 +0200 - - New translations approve_reminder.gohtml (Portuguese) - -1 1 server/internal/views/emails/pt/approve_reminder.gohtml - -commit 8cdb58204fc14797c5f3b289d4df2a88bd4cbb24 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Jul 5 09:29:04 2023 +0200 - - New translations translations.json (French) - -16 9 server/internal/views/emails/fr/translations.json - -commit 62397c1fdb16286cffa75cc9beb9fd0576a02400 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Jul 5 09:29:03 2023 +0200 - - New translations approve_reminder.gohtml (Polish) - -1 1 server/internal/views/emails/pl/approve_reminder.gohtml - -commit 3ab05c2de16b3184baf095c3ec7850374ed2bc1e -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Jul 5 09:29:02 2023 +0200 - - New translations approve_reminder.gohtml (Dutch) - -1 1 server/internal/views/emails/nl/approve_reminder.gohtml - -commit 689dd646df0ceefab4b0deb8b05b676f9e295b96 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Jul 5 09:29:01 2023 +0200 - - New translations approve_reminder.gohtml (Korean) - -1 1 server/internal/views/emails/ko/approve_reminder.gohtml - -commit 03799577aa620a52745657f990ed88fc913e74fa -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Jul 5 09:29:00 2023 +0200 - - New translations approve_reminder.gohtml (Japanese) - -1 1 server/internal/views/emails/ja/approve_reminder.gohtml - -commit adc2b14f05a7c904f337b774930867f1e1067481 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Jul 5 09:28:59 2023 +0200 - - New translations approve_reminder.gohtml (Italian) - -1 1 server/internal/views/emails/it/approve_reminder.gohtml - -commit 72713baa2fc30dc5e1820cd30343db10ec5a9940 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Jul 5 09:28:58 2023 +0200 - - New translations approve_reminder.gohtml (Hebrew) - -1 1 server/internal/views/emails/he/approve_reminder.gohtml - -commit 03a641c9b8797898e03be26a2a20b89483041125 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Jul 5 09:28:57 2023 +0200 - - New translations approve_reminder.gohtml (German) - -1 1 server/internal/views/emails/de/approve_reminder.gohtml - -commit f5b37cdcfac4395431b981774cb455a1fec74e59 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Jul 5 09:28:56 2023 +0200 - - New translations approve_reminder.gohtml (Spanish) - -1 1 server/internal/views/emails/es/approve_reminder.gohtml - -commit 6a855ccf3a676792f44757552bc2ac048358e900 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Jul 5 09:28:55 2023 +0200 - - New translations approve_reminder.gohtml (French) - -1 1 server/internal/views/emails/fr/approve_reminder.gohtml - -commit d7541b59f02e064af72585d633eff312b06d5532 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Jul 5 09:28:47 2023 +0200 - - New translations an_admin_denied_your_join_request.gohtml (Dutch) - -1 1 server/internal/views/emails/nl/an_admin_denied_your_join_request.gohtml - -commit dc0a245a2b1bea6dc50b5d5c3f6cbdb4c07547ab -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Jul 5 09:28:44 2023 +0200 - - New translations subscribed_to_newsletter.gohtml (Dutch) - -2 0 server/internal/views/emails/nl/subscribed_to_newsletter.gohtml - -commit 8f8449c168381dc918fc6639ee35ca75a9f77ba5 -Author: Lucian I. Last -Date: Wed Jul 5 09:28:42 2023 +0200 - - Fix type error RequestRegisterChain - -1 1 frontend/src/api/login.ts - -commit 9536ac5f86de4b34c92c738aac9c58e7441b7b56 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Jul 5 09:28:28 2023 +0200 - - New translations an_admin_denied_your_join_request.gohtml (Hebrew) - -1 1 server/internal/views/emails/he/an_admin_denied_your_join_request.gohtml - -commit 8a63a10f7f2394d78377b677b02bcd53c18e542d -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Jul 5 09:28:23 2023 +0200 - - New translations an_admin_denied_your_join_request.gohtml (German) - -1 1 server/internal/views/emails/de/an_admin_denied_your_join_request.gohtml - -commit 0560f31bbc8f2008bb06dea6573a0bffb7771444 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Jul 5 09:28:18 2023 +0200 - - New translations an_admin_denied_your_join_request.gohtml (Spanish) - -1 1 server/internal/views/emails/es/an_admin_denied_your_join_request.gohtml - -commit 3d38fb3ba1c9f1ff71536074516a4560f8d9eaa2 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Jul 5 09:28:17 2023 +0200 - - New translations an_admin_approved_your_join_request.gohtml (Spanish) - -0 2 server/internal/views/emails/es/an_admin_approved_your_join_request.gohtml - -commit 607c9e1edffb847b30e94608464afd988404447e -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Jul 5 09:28:13 2023 +0200 - - New translations an_admin_denied_your_join_request.gohtml (French) - -1 1 server/internal/views/emails/fr/an_admin_denied_your_join_request.gohtml - -commit 443dc7bf45e16a075cf8180c1742ef753e218ec7 -Merge: 8247939a 04c2588a -Author: Lucian I. Last -Date: Wed Jul 5 09:22:27 2023 +0200 - - Merge branch 'add-country-to-info-call-#403' - -commit 8247939a478b026d470a904a6e5a87a6eb0668bf -Merge: a839d336 95f45453 -Author: Lucian I. Last -Date: Wed Jul 5 09:22:03 2023 +0200 - - Merge branch 'redesign-loop-search-page-#486' - -commit a839d33632f8b91711b63ebcc91157f7c21ef77a -Merge: ad21d2f5 ba061732 -Author: Lucian I. Last -Date: Wed Jul 5 09:21:47 2023 +0200 - - Merge branch 'design-the-email-layout-#489' - -commit ba061732a06ddf2efc5a357d03e227557658d023 -Author: Lucian I. Last -Date: Wed Jul 5 09:07:08 2023 +0200 - - remove signature from individual email templates - -0 4 server/internal/views/emails/ar/a_participant_joined_the_loop.gohtml -0 2 server/internal/views/emails/ar/an_admin_approved_your_join_request.gohtml -0 2 server/internal/views/emails/ar/an_admin_denied_your_join_request.gohtml -0 4 server/internal/views/emails/ar/contact_confirmation.gohtml -0 4 server/internal/views/emails/ar/login_verification.gohtml -0 2 server/internal/views/emails/ar/poke.gohtml -0 4 server/internal/views/emails/ar/register_verification.gohtml -0 2 server/internal/views/emails/ar/subscribed_to_newsletter.gohtml -0 4 server/internal/views/emails/da/a_participant_joined_the_loop.gohtml -0 2 server/internal/views/emails/da/an_admin_approved_your_join_request.gohtml -0 2 server/internal/views/emails/da/an_admin_denied_your_join_request.gohtml -0 4 server/internal/views/emails/da/contact_confirmation.gohtml -0 4 server/internal/views/emails/da/login_verification.gohtml -0 2 server/internal/views/emails/da/poke.gohtml -0 4 server/internal/views/emails/da/register_verification.gohtml -0 2 server/internal/views/emails/da/subscribed_to_newsletter.gohtml -0 4 server/internal/views/emails/de/a_participant_joined_the_loop.gohtml -0 2 server/internal/views/emails/de/an_admin_approved_your_join_request.gohtml -0 2 server/internal/views/emails/de/an_admin_denied_your_join_request.gohtml -0 2 server/internal/views/emails/de/approve_reminder.gohtml -0 4 server/internal/views/emails/de/contact_confirmation.gohtml -0 4 server/internal/views/emails/de/login_verification.gohtml -0 2 server/internal/views/emails/de/poke.gohtml -0 4 server/internal/views/emails/de/register_verification.gohtml -0 4 server/internal/views/emails/de/someone_is_interested_in_joining_your_loop.gohtml -0 2 server/internal/views/emails/de/subscribed_to_newsletter.gohtml -0 2 server/internal/views/emails/en/an_admin_approved_your_join_request.gohtml -0 2 server/internal/views/emails/en/an_admin_denied_your_join_request.gohtml -0 2 server/internal/views/emails/en/approve_reminder.gohtml -0 4 server/internal/views/emails/en/contact_confirmation.gohtml -0 4 server/internal/views/emails/en/login_verification.gohtml -0 2 server/internal/views/emails/en/poke.gohtml -0 4 server/internal/views/emails/en/register_verification.gohtml -0 4 server/internal/views/emails/en/someone_is_interested_in_joining_your_loop.gohtml -0 2 server/internal/views/emails/en/subscribed_to_newsletter.gohtml -0 4 server/internal/views/emails/es/a_participant_joined_the_loop.gohtml -0 2 server/internal/views/emails/es/an_admin_denied_your_join_request.gohtml -0 2 server/internal/views/emails/es/approve_reminder.gohtml -0 4 server/internal/views/emails/es/contact_confirmation.gohtml -0 4 server/internal/views/emails/es/login_verification.gohtml -0 2 server/internal/views/emails/es/poke.gohtml -0 4 server/internal/views/emails/es/register_verification.gohtml -0 4 server/internal/views/emails/es/someone_is_interested_in_joining_your_loop.gohtml -0 2 server/internal/views/emails/es/subscribed_to_newsletter.gohtml -0 4 server/internal/views/emails/fr/a_participant_joined_the_loop.gohtml -0 2 server/internal/views/emails/fr/an_admin_approved_your_join_request.gohtml -0 2 server/internal/views/emails/fr/an_admin_denied_your_join_request.gohtml -0 2 server/internal/views/emails/fr/approve_reminder.gohtml -0 4 server/internal/views/emails/fr/contact_confirmation.gohtml -0 4 server/internal/views/emails/fr/login_verification.gohtml -0 2 server/internal/views/emails/fr/poke.gohtml -0 4 server/internal/views/emails/fr/register_verification.gohtml -0 4 server/internal/views/emails/fr/someone_is_interested_in_joining_your_loop.gohtml -0 2 server/internal/views/emails/fr/subscribed_to_newsletter.gohtml -0 2 server/internal/views/emails/he/an_admin_approved_your_join_request.gohtml -0 2 server/internal/views/emails/he/an_admin_denied_your_join_request.gohtml -0 2 server/internal/views/emails/he/approve_reminder.gohtml -0 4 server/internal/views/emails/he/contact_confirmation.gohtml -0 4 server/internal/views/emails/he/login_verification.gohtml -0 2 server/internal/views/emails/he/poke.gohtml -0 4 server/internal/views/emails/he/register_verification.gohtml -0 4 server/internal/views/emails/he/someone_is_interested_in_joining_your_loop.gohtml -0 2 server/internal/views/emails/he/subscribed_to_newsletter.gohtml -0 4 server/internal/views/emails/it/a_participant_joined_the_loop.gohtml -0 2 server/internal/views/emails/it/an_admin_approved_your_join_request.gohtml -0 2 server/internal/views/emails/it/an_admin_denied_your_join_request.gohtml -0 2 server/internal/views/emails/it/approve_reminder.gohtml -0 4 server/internal/views/emails/it/contact_confirmation.gohtml -0 4 server/internal/views/emails/it/login_verification.gohtml -0 2 server/internal/views/emails/it/poke.gohtml -0 4 server/internal/views/emails/it/register_verification.gohtml -0 4 server/internal/views/emails/it/someone_is_interested_in_joining_your_loop.gohtml -0 2 server/internal/views/emails/it/subscribed_to_newsletter.gohtml -0 4 server/internal/views/emails/ja/a_participant_joined_the_loop.gohtml -0 2 server/internal/views/emails/ja/an_admin_approved_your_join_request.gohtml -0 2 server/internal/views/emails/ja/an_admin_denied_your_join_request.gohtml -0 2 server/internal/views/emails/ja/approve_reminder.gohtml -0 4 server/internal/views/emails/ja/contact_confirmation.gohtml -0 4 server/internal/views/emails/ja/login_verification.gohtml -0 2 server/internal/views/emails/ja/poke.gohtml -0 4 server/internal/views/emails/ja/register_verification.gohtml -0 4 server/internal/views/emails/ja/someone_is_interested_in_joining_your_loop.gohtml -0 2 server/internal/views/emails/ja/subscribed_to_newsletter.gohtml -0 4 server/internal/views/emails/ko/a_participant_joined_the_loop.gohtml -0 2 server/internal/views/emails/ko/an_admin_approved_your_join_request.gohtml -0 2 server/internal/views/emails/ko/an_admin_denied_your_join_request.gohtml -0 2 server/internal/views/emails/ko/approve_reminder.gohtml -0 4 server/internal/views/emails/ko/contact_confirmation.gohtml -0 4 server/internal/views/emails/ko/login_verification.gohtml -0 2 server/internal/views/emails/ko/poke.gohtml -0 4 server/internal/views/emails/ko/register_verification.gohtml -0 4 server/internal/views/emails/ko/someone_is_interested_in_joining_your_loop.gohtml -0 2 server/internal/views/emails/ko/subscribed_to_newsletter.gohtml -0 4 server/internal/views/emails/nl/a_participant_joined_the_loop.gohtml -0 2 server/internal/views/emails/nl/an_admin_approved_your_join_request.gohtml -0 2 server/internal/views/emails/nl/an_admin_denied_your_join_request.gohtml -0 2 server/internal/views/emails/nl/approve_reminder.gohtml -0 4 server/internal/views/emails/nl/contact_confirmation.gohtml -0 4 server/internal/views/emails/nl/login_verification.gohtml -0 2 server/internal/views/emails/nl/poke.gohtml -0 4 server/internal/views/emails/nl/register_verification.gohtml -0 4 server/internal/views/emails/nl/someone_is_interested_in_joining_your_loop.gohtml -0 4 server/internal/views/emails/nl/subscribed_to_newsletter.gohtml -0 4 server/internal/views/emails/pl/a_participant_joined_the_loop.gohtml -0 2 server/internal/views/emails/pl/an_admin_approved_your_join_request.gohtml -0 2 server/internal/views/emails/pl/an_admin_denied_your_join_request.gohtml -0 2 server/internal/views/emails/pl/approve_reminder.gohtml -0 4 server/internal/views/emails/pl/contact_confirmation.gohtml -0 4 server/internal/views/emails/pl/login_verification.gohtml -0 2 server/internal/views/emails/pl/poke.gohtml -0 4 server/internal/views/emails/pl/register_verification.gohtml -0 4 server/internal/views/emails/pl/someone_is_interested_in_joining_your_loop.gohtml -0 2 server/internal/views/emails/pl/subscribed_to_newsletter.gohtml -0 4 server/internal/views/emails/pt/a_participant_joined_the_loop.gohtml -0 2 server/internal/views/emails/pt/an_admin_approved_your_join_request.gohtml -0 2 server/internal/views/emails/pt/an_admin_denied_your_join_request.gohtml -0 2 server/internal/views/emails/pt/approve_reminder.gohtml -0 4 server/internal/views/emails/pt/contact_confirmation.gohtml -0 4 server/internal/views/emails/pt/login_verification.gohtml -0 2 server/internal/views/emails/pt/poke.gohtml -0 4 server/internal/views/emails/pt/register_verification.gohtml -0 4 server/internal/views/emails/pt/someone_is_interested_in_joining_your_loop.gohtml -0 2 server/internal/views/emails/pt/subscribed_to_newsletter.gohtml -0 4 server/internal/views/emails/sv/a_participant_joined_the_loop.gohtml -0 2 server/internal/views/emails/sv/an_admin_approved_your_join_request.gohtml -0 2 server/internal/views/emails/sv/an_admin_denied_your_join_request.gohtml -0 2 server/internal/views/emails/sv/approve_reminder.gohtml -0 4 server/internal/views/emails/sv/contact_confirmation.gohtml -0 4 server/internal/views/emails/sv/login_verification.gohtml -0 2 server/internal/views/emails/sv/poke.gohtml -0 4 server/internal/views/emails/sv/register_verification.gohtml -0 4 server/internal/views/emails/sv/someone_is_interested_in_joining_your_loop.gohtml -0 2 server/internal/views/emails/sv/subscribed_to_newsletter.gohtml -0 4 server/internal/views/emails/zh/a_participant_joined_the_loop.gohtml -0 2 server/internal/views/emails/zh/an_admin_approved_your_join_request.gohtml -0 2 server/internal/views/emails/zh/an_admin_denied_your_join_request.gohtml -0 4 server/internal/views/emails/zh/contact_confirmation.gohtml -0 4 server/internal/views/emails/zh/login_verification.gohtml -0 2 server/internal/views/emails/zh/poke.gohtml -0 4 server/internal/views/emails/zh/register_verification.gohtml -0 2 server/internal/views/emails/zh/subscribed_to_newsletter.gohtml - -commit c37be577ed083d660458cee963c2e53848959273 -Merge: 80a46f7d ad21d2f5 -Author: Lucian I. Last -Date: Wed Jul 5 08:43:41 2023 +0200 - - Merge branch 'main' into loop-has-been-deleted-message-#523 - -commit 04c2588a7f589d416094fc516b5df7a4ba29cf12 -Author: Lucian I. Last -Date: Wed Jul 5 08:09:24 2023 +0200 - - Use lowercase shortcode & lint - -4 3 frontend/src/components/ChainDetailsForm.tsx - -commit a99f9b83fe546662c8c3124dd74c0c6ad832d4ce -Author: Lucian I. Last -Date: Wed Jul 5 07:53:05 2023 +0200 - - Add country code to RegisterChainAdmin - -1 0 server/internal/controllers/login.go - -commit 02e74f6343747f1699a0c70d9f72a9b52566e6d6 -Author: Lucian I. Last -Date: Wed Jul 5 07:49:36 2023 +0200 - - ensure that info doesn't count null country codes - -1 0 server/internal/controllers/info.go - -commit 54e6f346223f0e170ae1a7ff22c07a198837f07f -Author: Tim Fierens -Date: Tue Jul 4 22:35:12 2023 +0200 - - remove country_code from ChainGet and ChainGetAll - -0 1 frontend/src/api/types.ts -0 2 server/internal/controllers/chain.go - -commit c06f7e4059cd280af35856073f152d6fe026e146 -Author: Tim Fierens -Date: Tue Jul 4 22:17:38 2023 +0200 - - set total_countries step to 1 - -1 1 frontend/src/components/Counters/Counters.tsx - -commit 522a4ad09f86bbc85e99ecd3ca41c6c9e7e21d34 -Author: Tim Fierens -Date: Tue Jul 4 17:38:27 2023 +0200 - - add country_code to create and update chain - -1 0 frontend/src/api/login.ts -1 0 frontend/src/api/types.ts -15 5 frontend/src/components/ChainDetailsForm.tsx -1 0 frontend/src/pages/NewChainLocation.tsx - -commit c4539dae5c3abfb0163ef19401a6bdabd30ecd8e -Author: Tim Fierens -Date: Tue Jul 4 17:37:14 2023 +0200 - - get total_countries from api info call - -1 0 frontend/src/api/info.ts -5 1 frontend/src/components/Counters/Counters.tsx - -commit 5d386ed12639bd688a5e6ac5121e12164fcb57b2 -Author: Tim Fierens -Date: Tue Jul 4 17:36:24 2023 +0200 - - add total_countries to info call - -14 2 server/internal/controllers/info.go - -commit cbc753dfda478b634856f64558a4229d1d1e0ff9 -Author: Tim Fierens -Date: Tue Jul 4 17:36:01 2023 +0200 - - add country_code to chain - -8 0 server/internal/controllers/chain.go -1 0 server/internal/models/chain.go -1 0 server/internal/tests/integration_tests/register_chain_admin_test.go -1 0 server/internal/tests/mocks/mock-tables.go - -commit ad21d2f5dfb1ae7b5e0619d58435ffd769b6a9b5 -Author: Lucian I. Last -Date: Tue Jul 4 16:20:31 2023 +0200 - - Remove plausible docker - -0 7 docker/dev/Makefile -0 16 docker/dev/clickhouse-config.xml -0 8 docker/dev/clickhouse-user-config.xml -0 53 docker/dev/docker-compose.plausible.yml - -commit 95f45453c000c91389be9687f9196c273d0f2841 -Author: Lucian I. Last -Date: Tue Jul 4 15:34:48 2023 +0200 - - Add animation to switching chains - -3 0 frontend/src/pages/FindChain.tsx - -commit ff7fbbd2ec4481baf0dcbdfb1b3bd45837db7596 -Merge: 192d93b8 bad59698 -Author: Lucian I. Last -Date: Tue Jul 4 15:20:38 2023 +0200 - - Merge pull request #522 from the-clothing-loop/l10n_main - - New Crowdin updates - -commit 80a46f7d644795fcf36c0d45924a0af2bb333058 -Author: Lucian I. Last -Date: Tue Jul 4 15:09:23 2023 +0200 - - Create email tests - -5 1 clothingloop.code-workspace -1 1 docker/dev/docker-compose.yml -0 1 server/.editorconfig -11 0 server/internal/app/testutils.go -140 0 server/internal/tests/integration_tests/mail_test.go -33 12 server/internal/views/email.go -1 1 server/internal/views/emails/en/approve_reminder.gohtml - -commit 268b1a3d150e8b9972e6f2da6f1dd9285304075a -Author: Lucian I. Last -Date: Tue Jul 4 10:34:19 2023 +0200 - - Working EmailLoginVerification - -2 0 crowdin.yml -1 2 server/go.mod -4 19 server/go.sum -23 29 server/internal/app/mail.go -3 11 server/internal/controllers/chain.go -17 4 server/internal/controllers/contact.go -1 1 server/internal/controllers/cron.go -8 4 server/internal/controllers/login.go -0 1 server/internal/controllers/poke.go -167 86 server/internal/views/email.go -6 0 server/internal/views/emails/en/contact_received.gohtml -8 1 server/internal/views/emails/en/translations.json -0 18 server/internal/views/embed.go - -commit 726104949976ef29ebc60e53448ca93dd8a28bae -Author: Natalie -Date: Mon Jul 3 08:38:47 2023 -0700 - - Get rid of unused libraries - -1 5 frontend/src/pages/FindChain.tsx - -commit 73ba3fb3c2264cd7f9c4b9c9a9ebb754bf244dc1 -Author: Lucian I. Last -Date: Mon Jul 3 11:45:02 2023 +0200 - - Add layout - -371 0 server/internal/views/emails/layout.gohtml - -commit ba3b546c98b990198e3215732d7043c27a6c6b6c -Author: Lucian I. Last -Date: Mon Jul 3 11:23:49 2023 +0200 - - Delete mails table - -3 1 server/internal/app/database.go -0 7 server/internal/app/mail.go -0 17 server/internal/models/mail.go -0 4 server/sql/dev-purge.sql - -commit 0d20e98aa6aa4b936f9ad6ec3f21c9680882c315 -Author: Lucian I. Last -Date: Mon Jul 3 10:09:30 2023 +0200 - - move headers.json to translations.json and prefix with header_ - -2 2 server/internal/controllers/chain.go -11 10 server/internal/views/email.go -0 10 server/internal/views/emails/ar/headers.json -10 0 server/internal/views/emails/ar/translations.json -0 10 server/internal/views/emails/da/headers.json -10 0 server/internal/views/emails/da/translations.json -0 11 server/internal/views/emails/de/headers.json -11 0 server/internal/views/emails/de/translations.json -0 11 server/internal/views/emails/en/headers.json -11 0 server/internal/views/emails/en/translations.json -0 11 server/internal/views/emails/es/headers.json -11 0 server/internal/views/emails/es/translations.json -0 11 server/internal/views/emails/fr/headers.json -11 0 server/internal/views/emails/fr/translations.json -0 11 server/internal/views/emails/he/headers.json -11 0 server/internal/views/emails/he/translations.json -0 11 server/internal/views/emails/it/headers.json -11 0 server/internal/views/emails/it/translations.json -0 11 server/internal/views/emails/ja/headers.json -11 0 server/internal/views/emails/ja/translations.json -0 11 server/internal/views/emails/ko/headers.json -11 0 server/internal/views/emails/ko/translations.json -0 11 server/internal/views/emails/nl/headers.json -11 0 server/internal/views/emails/nl/translations.json -0 11 server/internal/views/emails/pl/headers.json -11 0 server/internal/views/emails/pl/translations.json -0 11 server/internal/views/emails/pt/headers.json -11 0 server/internal/views/emails/pt/translations.json -0 11 server/internal/views/emails/sv/headers.json -11 0 server/internal/views/emails/sv/translations.json -0 10 server/internal/views/emails/zh/headers.json -10 0 server/internal/views/emails/zh/translations.json - -commit a042c7770a60c216ab1f992a469dba29e6615e42 -Merge: 6eb8d67e 192d93b8 -Author: Natalie -Date: Sun Jul 2 15:37:15 2023 -0700 - - Merge changes from main and resolve small merge conflict - -commit 6eb8d67ec9f11d2bf971653d389edc995ea141a0 -Author: Natalie -Date: Sun Jul 2 12:04:53 2023 -0700 - - code cleanup - -20 56 frontend/src/pages/FindChain.tsx - -commit 96bd6b7addb91fa634a5245f2d3b2b142bfc5117 -Author: Natalie -Date: Sat Jul 1 18:03:42 2023 -0700 - - user can click chain from list to focus it - -40 4 frontend/src/pages/FindChain.tsx - -commit d51ae5d22940b8cc97ee57331c822ae22c537ff6 -Author: Natalie -Date: Sat Jul 1 17:26:51 2023 -0700 - - ease to center of focused chain - -19 18 frontend/src/pages/FindChain.tsx - -commit 86c1afb775d4b7bb6e5bfb5a156a876145c8ea14 -Author: Natalie -Date: Sat Jul 1 16:33:43 2023 -0700 - - Changes focused chain's color to teal - -58 10 frontend/src/pages/FindChain.tsx - -commit bad596982c9ff6c980250f9bfc15c066e78670fe -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Jun 30 06:57:07 2023 +0200 - - New translations translation.json (Swedish) - -1 0 frontend/public/locales/sv/translation.json - -commit 555e9f8b36c37a519b31b5f0684b0d39c836ffb7 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Jun 30 06:57:06 2023 +0200 - - New translations translation.json (Portuguese) - -1 0 frontend/public/locales/pt/translation.json - -commit 0518dd11cd76b44ccc91648acd669685b9e51914 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Jun 30 06:57:05 2023 +0200 - - New translations translation.json (Polish) - -1 0 frontend/public/locales/pl/translation.json - -commit 01fc162ce5412b419a9befba01794536e16e642b -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Jun 30 06:57:04 2023 +0200 - - New translations translation.json (Dutch) - -1 0 frontend/public/locales/nl/translation.json - -commit 45e2688210c4b50cd3d6301cd9e289d7feb3cc06 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Jun 30 06:57:04 2023 +0200 - - New translations translation.json (Korean) - -1 0 frontend/public/locales/ko/translation.json - -commit 7436fb8eb905d34932191787dbef7da862d943ab -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Jun 30 06:57:03 2023 +0200 - - New translations translation.json (Japanese) - -1 0 frontend/public/locales/ja/translation.json - -commit 71585847416410a54448fb1e5b4b4b7ad45fee11 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Jun 30 06:57:02 2023 +0200 - - New translations translation.json (Italian) - -1 0 frontend/public/locales/it/translation.json - -commit 4dbcbf4b13d2079f8dd8e28d07e106a0f49696df -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Jun 30 06:57:01 2023 +0200 - - New translations translation.json (German) - -1 0 frontend/public/locales/de/translation.json - -commit 2dd9a87b2747b8aea3a9e8d65a235fbc80f31b4d -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Jun 30 06:57:00 2023 +0200 - - New translations translation.json (Spanish) - -1 0 frontend/public/locales/es/translation.json - -commit 35862d2facacfa3a3c836604c12757f2b107943f -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Jun 30 06:56:59 2023 +0200 - - New translations translation.json (French) - -1 0 frontend/public/locales/fr/translation.json - -commit ff1437d0bf92498d41519157762b74d3a9dbbc8f -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Jun 30 06:56:58 2023 +0200 - - New translations translation.json (Hebrew) - -1 0 frontend/public/locales/he/translation.json - -commit 192d93b883a6579cab8cbce7a93a716bcf23b6bb -Merge: ef472885 d6b767fd -Author: Lucian I. Last -Date: Fri Jun 30 06:53:20 2023 +0200 - - Merge branch 'improve-delete-account-popup' - -commit d6b767fde8d0d694d09222730bbc9af2dcdcf004 -Author: Lucian I. Last -Date: Fri Jun 30 06:52:52 2023 +0200 - - Fix purging loops - -14 3 server/internal/controllers/users.go - -commit 49b602bc09a736141e8fca344f60b9e112f3d1db -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jun 29 17:43:46 2023 +0200 - - New translations translation.json (Swedish) - -1 1 frontend/public/locales/sv/translation.json - -commit bc5f90e7578f08c7fbacd901841dccd53f98ad95 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jun 29 17:43:44 2023 +0200 - - New translations translation.json (Dutch) - -1 1 frontend/public/locales/nl/translation.json - -commit 90be8d15edfa378659e7f63c8982e6451d3fefd3 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jun 29 17:43:42 2023 +0200 - - New translations translation.json (Italian) - -1 1 frontend/public/locales/it/translation.json - -commit 1a9fadd0211baea1bb1c652486f80dbeac4a4078 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jun 29 17:43:41 2023 +0200 - - New translations translation.json (German) - -1 1 frontend/public/locales/de/translation.json - -commit 0c3b91ebb99ab89a1e39b5a8ce2f213d307d9764 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jun 29 17:43:40 2023 +0200 - - New translations translation.json (Spanish) - -1 1 frontend/public/locales/es/translation.json - -commit fdf43b15506454de25f12896637c6a9d4a0c4057 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jun 29 17:43:39 2023 +0200 - - New translations translation.json (French) - -1 1 frontend/public/locales/fr/translation.json - -commit 9088fd7223793f29cf8fdad223d5886034e90497 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jun 29 17:43:35 2023 +0200 - - New translations translation.json (Hebrew) - -1 1 frontend/public/locales/he/translation.json - -commit ea28eff8b6bb896fdedc2963f9326a7e53a4c7b7 -Author: Lucian I. Last -Date: Thu Jun 29 16:40:50 2023 +0200 - - Functional ui - -1 1 frontend/public/locales/en/translation.json -2 2 frontend/src/api/chain.ts -2 0 frontend/src/api/types.ts -1 1 frontend/src/components/ChainsList.tsx -23 11 frontend/src/pages/AdminDashboard.tsx -20 2 server/internal/controllers/chain.go - -commit 06ee0b55d95b74040849433cb5fbfa2b8fee145e -Author: Lucian I. Last -Date: Thu Jun 29 16:40:01 2023 +0200 - - close circle loop on click anywhere - -5 5 frontend/src/pages/AdminDashboard.tsx - -commit c30ca3c3f0940a98048bbe3ab1bc20c4e1d09c3e -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jun 29 15:27:41 2023 +0200 - - New translations translation.json (Swedish) - -1 1 frontend/public/locales/sv/translation.json - -commit 77caeefc9a4f24b14f797dc5f6473c172c7742d1 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jun 29 15:27:38 2023 +0200 - - New translations translation.json (Dutch) - -1 1 frontend/public/locales/nl/translation.json - -commit 12f8f3fd653d4348d7020b1d0b19709e8fcc6782 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jun 29 15:27:36 2023 +0200 - - New translations translation.json (Italian) - -1 1 frontend/public/locales/it/translation.json - -commit 9727271c21de54d716d82bbb682acb50e1c8011e -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jun 29 15:27:35 2023 +0200 - - New translations translation.json (German) - -1 1 frontend/public/locales/de/translation.json - -commit d9d4e8edc7b8b291315cc44e738fa0ad1846507b -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jun 29 15:27:34 2023 +0200 - - New translations translation.json (Spanish) - -1 1 frontend/public/locales/es/translation.json - -commit 514d5dea0bebb7c80f3d078faf2c1aff75af6543 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jun 29 15:27:33 2023 +0200 - - New translations translation.json (French) - -1 1 frontend/public/locales/fr/translation.json - -commit 21d86cddc9642b3bb7d145f5c9a251400764e4cb -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jun 29 15:27:32 2023 +0200 - - New translations translation.json (Hebrew) - -1 1 frontend/public/locales/he/translation.json - -commit 0a9840d373468866b122d02803d1ac77045d035c -Merge: 94f8afde ef472885 -Author: Lucian I. Last -Date: Thu Jun 29 15:20:05 2023 +0200 - - Merge branch 'main' into improve-delete-account-popup - -commit ef472885419aa4eb76afb4f8e2f2622c0a1e1c69 -Author: Lucian I. Last -Date: Thu Jun 29 15:10:20 2023 +0200 - - Add closeChainsWithOldPendingParticipants - -17 1 server/internal/controllers/cron.go - -commit b1efc21d801285eb9e538777ca5d6b3889b3c9e7 -Merge: 536d9522 602e7210 -Author: Lucian I. Last -Date: Thu Jun 29 14:57:17 2023 +0200 - - Merge remote-tracking branch 'origin/l10n_main' - -commit 536d9522cec0f385ad94fe6726dd605bea8150c2 -Merge: 06ee2317 eae67bf7 -Author: Lucian I. Last -Date: Thu Jun 29 14:56:49 2023 +0200 - - Merge remote-tracking branch 'origin/l10n_main' - -commit 602e7210127938ea18596c99454e333a9a92e69c -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jun 29 14:24:19 2023 +0200 - - New translations approve_reminder.gohtml (Swedish) - -27 0 server/internal/views/emails/sv/approve_reminder.gohtml - -commit a496ccb5bfa709b28275dea07e45c5502ddf3549 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jun 29 14:24:18 2023 +0200 - - New translations approve_reminder.gohtml (Portuguese) - -27 0 server/internal/views/emails/pt/approve_reminder.gohtml - -commit 8c343f76737e8433c0d1f633792bbe2f96721f11 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jun 29 14:24:18 2023 +0200 - - New translations approve_reminder.gohtml (Polish) - -27 0 server/internal/views/emails/pl/approve_reminder.gohtml - -commit 32638eb219e0a4c00a02ae7fc04b80f5c13f3b88 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jun 29 14:24:17 2023 +0200 - - New translations approve_reminder.gohtml (Dutch) - -27 0 server/internal/views/emails/nl/approve_reminder.gohtml - -commit 722e8d987b3c431b3c59a3c29de12bf97000aef9 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jun 29 14:24:16 2023 +0200 - - New translations approve_reminder.gohtml (Korean) - -27 0 server/internal/views/emails/ko/approve_reminder.gohtml - -commit e541db8424b8b97c379b9a6510914c124c30dcb0 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jun 29 14:24:15 2023 +0200 - - New translations approve_reminder.gohtml (Japanese) - -27 0 server/internal/views/emails/ja/approve_reminder.gohtml - -commit 89055c67d1508b0af6d1c622bb096c6ce1b65a40 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jun 29 14:24:14 2023 +0200 - - New translations approve_reminder.gohtml (Italian) - -27 0 server/internal/views/emails/it/approve_reminder.gohtml - -commit d7de05819cd8207d3aa2e83000a4e193710a4cd5 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jun 29 14:24:13 2023 +0200 - - New translations approve_reminder.gohtml (Hebrew) - -27 0 server/internal/views/emails/he/approve_reminder.gohtml - -commit d152425ab1e37868e70724f0bf79d1622bd2641c -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jun 29 14:24:12 2023 +0200 - - New translations approve_reminder.gohtml (German) - -27 0 server/internal/views/emails/de/approve_reminder.gohtml - -commit 0377b73771bac8dbf17caa83346493e32bd8881b -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jun 29 14:24:11 2023 +0200 - - New translations approve_reminder.gohtml (Spanish) - -27 0 server/internal/views/emails/es/approve_reminder.gohtml - -commit 2300ae171046d6b7570b751ea2dc6016c215ce12 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jun 29 14:24:10 2023 +0200 - - New translations approve_reminder.gohtml (French) - -27 0 server/internal/views/emails/fr/approve_reminder.gohtml - -commit 7d55e433997fc055540cd3e12dd04746945b9d93 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jun 29 14:24:09 2023 +0200 - - New translations headers.json (Swedish) - -2 1 server/internal/views/emails/sv/headers.json - -commit f9b8fcc5835d64f795c732c5a05627153899f44c -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jun 29 14:24:08 2023 +0200 - - New translations headers.json (Portuguese) - -2 1 server/internal/views/emails/pt/headers.json - -commit a217ff57aa33d8d39629213f54d3676514924f4d -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jun 29 14:24:07 2023 +0200 - - New translations headers.json (Polish) - -2 1 server/internal/views/emails/pl/headers.json - -commit 0962992a85287abc9807b5e5fa53b7e0f96bc8b5 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jun 29 14:24:06 2023 +0200 - - New translations headers.json (Dutch) - -2 1 server/internal/views/emails/nl/headers.json - -commit 00b4f63fac5c5493be757d1942e9fbb06412315a -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jun 29 14:24:05 2023 +0200 - - New translations headers.json (Korean) - -2 1 server/internal/views/emails/ko/headers.json - -commit 10f838fcaca5e37b394e1c4576ba9ad7c833b631 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jun 29 14:24:04 2023 +0200 - - New translations headers.json (Japanese) - -2 1 server/internal/views/emails/ja/headers.json - -commit 3a6292c50f23c170dd91911f2d0ce0167228b2ff -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jun 29 14:24:03 2023 +0200 - - New translations headers.json (Italian) - -2 1 server/internal/views/emails/it/headers.json - -commit b9c0f725d3a36ab373f9c31349b12418bdd6999c -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jun 29 14:24:02 2023 +0200 - - New translations headers.json (Hebrew) - -2 1 server/internal/views/emails/he/headers.json - -commit ea9566887b448f7b36dd06ec14ca9e4d8e5e4e16 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jun 29 14:24:01 2023 +0200 - - New translations headers.json (German) - -2 1 server/internal/views/emails/de/headers.json - -commit 38cb079c189f74f2155a7f315557075c8e96a9b8 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jun 29 14:24:00 2023 +0200 - - New translations headers.json (Spanish) - -2 1 server/internal/views/emails/es/headers.json - -commit 72d012649c7461ac4fe45062caee880dda3534a9 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jun 29 14:23:59 2023 +0200 - - New translations headers.json (French) - -2 1 server/internal/views/emails/fr/headers.json - -commit 06ee23172f70de8ee5d00ab72a6e0a9b659abccb -Merge: 35493c9f 839a74ab -Author: Lucian I. Last -Date: Thu Jun 29 13:48:15 2023 +0200 - - Merge branch 'email-unattended-loop-hosts' - -commit 839a74abae191aa2bd3b76c30f24415921df0910 -Author: Lucian I. Last -Date: Thu Jun 29 13:47:57 2023 +0200 - - Fix template and prevEmailValue loop - -17 14 server/internal/controllers/cron.go -2 1 server/internal/views/email.go -8 4 server/internal/views/emails/en/approve_reminder.gohtml - -commit eae67bf75e8bf606fb06b9ea790135fd9eab7033 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jun 29 12:51:04 2023 +0200 - - New translations faq.json (Swedish) - -4 0 frontend/public/locales/sv/faq.json - -commit 1ec34c7360745582e803f2eb4151aff377017cfe -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jun 29 12:51:02 2023 +0200 - - New translations faq.json (Portuguese) - -4 0 frontend/public/locales/pt/faq.json - -commit 72df173c4a773f573ef8d4616547604de1c8e0e8 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jun 29 12:51:01 2023 +0200 - - New translations faq.json (Polish) - -4 0 frontend/public/locales/pl/faq.json - -commit 68d36a01bf736266946a67a8512c3e0a05c4b4ce -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jun 29 12:51:00 2023 +0200 - - New translations faq.json (Dutch) - -4 0 frontend/public/locales/nl/faq.json - -commit 1f17f5a42dd7a67536fea67e068c93c5907e3362 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jun 29 12:50:59 2023 +0200 - - New translations faq.json (Korean) - -4 0 frontend/public/locales/ko/faq.json - -commit 09f907dd9397d9f1fca23f8091aeca0d20a679d4 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jun 29 12:50:58 2023 +0200 - - New translations faq.json (Japanese) - -4 0 frontend/public/locales/ja/faq.json - -commit 20b020c350f1baf4385d434343c79b3842cf030c -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jun 29 12:50:57 2023 +0200 - - New translations faq.json (Italian) - -4 0 frontend/public/locales/it/faq.json - -commit 8b3850d3743339a0dc0603582fa1cc20a6218eb5 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jun 29 12:50:56 2023 +0200 - - New translations faq.json (German) - -4 0 frontend/public/locales/de/faq.json - -commit 18f1c0491d02092d57b212196ced01e23729a713 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jun 29 12:50:55 2023 +0200 - - New translations faq.json (Spanish) - -4 0 frontend/public/locales/es/faq.json - -commit 699c25fa7f2975b84baf9ab0f696225e3edeb58d -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jun 29 12:50:54 2023 +0200 - - New translations faq.json (French) - -4 0 frontend/public/locales/fr/faq.json - -commit 243e67f405891de4a65bfeb1d7345621c2bf6e72 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jun 29 12:50:53 2023 +0200 - - New translations translation.json (Swedish) - -2 2 frontend/public/locales/sv/translation.json - -commit b7770396f47d5ce835fe27d00ec6cd35823118ef -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jun 29 12:50:52 2023 +0200 - - New translations translation.json (Portuguese) - -2 2 frontend/public/locales/pt/translation.json - -commit c97964ec0e58ed7d1068ae9a9dc86a79d44a82ee -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jun 29 12:50:51 2023 +0200 - - New translations translation.json (Polish) - -2 2 frontend/public/locales/pl/translation.json - -commit 4f0665d35fd5ae171138ae6755a075d10dc161b0 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jun 29 12:50:50 2023 +0200 - - New translations translation.json (Dutch) - -2 2 frontend/public/locales/nl/translation.json - -commit 93110dbc4bce0f51a54837eedcb4e5421de6811c -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jun 29 12:50:49 2023 +0200 - - New translations translation.json (Korean) - -2 2 frontend/public/locales/ko/translation.json - -commit 0cec43f62524d28ca728cd3d86fd10830824b7d2 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jun 29 12:50:48 2023 +0200 - - New translations translation.json (Japanese) - -2 2 frontend/public/locales/ja/translation.json - -commit 0b56b9183b2c974a6f8df2394061eacdedbdf025 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jun 29 12:50:47 2023 +0200 - - New translations translation.json (Italian) - -2 2 frontend/public/locales/it/translation.json - -commit a9c57c32cb849b4d714b47dc97588bbcfe66a942 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jun 29 12:50:46 2023 +0200 - - New translations translation.json (German) - -2 2 frontend/public/locales/de/translation.json - -commit 1c037dbf3f82e5e8963f384b8c046459789ea0b1 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jun 29 12:50:45 2023 +0200 - - New translations translation.json (Spanish) - -2 2 frontend/public/locales/es/translation.json - -commit a42170fb263293275cbc68b0f3cf1797f9b86cab -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jun 29 12:50:44 2023 +0200 - - New translations translation.json (French) - -2 2 frontend/public/locales/fr/translation.json - -commit 21467d00965dd4b8668a60040927b82448a0f69f -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jun 29 12:50:43 2023 +0200 - - New translations faq.json (Hebrew) - -4 0 frontend/public/locales/he/faq.json - -commit 01fb411f7196106fdfa4a1ec520030fc1d59c971 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jun 29 12:50:41 2023 +0200 - - New translations translation.json (Hebrew) - -2 2 frontend/public/locales/he/translation.json - -commit 2baf4d021d5fe03be8884efab6fb5ede532dd174 -Author: Lucian I. Last -Date: Thu Jun 29 12:29:53 2023 +0200 - - Update email text - -1 0 server/internal/views/email.go -3 2 server/internal/views/emails/en/approve_reminder.gohtml - -commit db1fe5b0dae50e5ea81db3f78962592c1257cb12 -Merge: 4ac7faee 35493c9f -Author: Lucian I. Last -Date: Thu Jun 29 12:18:44 2023 +0200 - - Merge branch 'main' into email-unattended-loop-hosts - -commit 35493c9f44f9b4a03589773001d77455008eb5b4 -Author: Lucian I. Last -Date: Thu Jun 29 12:13:31 2023 +0200 - - Share new chain name by query params - -29 1 frontend/package-lock.json -2 1 frontend/package.json -2 2 frontend/public/locales/ar/translation.json -2 2 frontend/public/locales/da/translation.json -1 1 frontend/public/locales/de/translation.json -2 2 frontend/public/locales/en/translation.json -1 1 frontend/public/locales/es/translation.json -1 1 frontend/public/locales/fr/translation.json -1 1 frontend/public/locales/he/translation.json -2 2 frontend/public/locales/it/translation.json -2 2 frontend/public/locales/ja/translation.json -2 2 frontend/public/locales/ko/translation.json -1 1 frontend/public/locales/nl/translation.json -2 2 frontend/public/locales/pl/translation.json -2 2 frontend/public/locales/pt/translation.json -1 1 frontend/public/locales/sv/translation.json -2 2 frontend/public/locales/zh/translation.json -139 131 frontend/src/App.tsx -2 2 frontend/src/pages/NewChainLocation.tsx -4 2 frontend/src/pages/Thankyou.tsx - -commit 64f798c348c172b46cdc0e489cf7c61e1acdef8a -Author: Lucian I. Last -Date: Thu Jun 29 11:27:14 2023 +0200 - - Add new FAQ point is it free to participate #517 - -4 0 frontend/public/locales/en/faq.json - -commit 1d7ac04f2e62701d56324dcfe0fca9f4084b9890 -Author: Lucian I. Last -Date: Thu Jun 29 11:17:47 2023 +0200 - - Link to the faq from the about page #478 - -30 19 frontend/src/pages/About.tsx - -commit 80d9d705afedabb6fc20cb22ff45f9b84060b1fb -Author: Lucian I. Last -Date: Thu Jun 29 10:55:47 2023 +0200 - - Donate and Events switch places in the top bar #478 - -4 4 frontend/src/components/Navbar.tsx - -commit 003915bd44a85944f7d6b00ee7ccee3a36436627 -Author: Lucian I. Last -Date: Thu Jun 29 09:59:03 2023 +0200 - - App build v1.2 - -2 2 app/android/app/build.gradle - -commit 40c5b6bb7948cb03d861e5d9bec15ef5ba93e409 -Author: Lucian I. Last -Date: Thu Jun 29 09:50:11 2023 +0200 - - Update gradle to 7.4.2 - -1 1 app/android/build.gradle -1 1 app/android/gradle/wrapper/gradle-wrapper.properties - -commit db877e527d1ddd2cb55a2b2e00324ebb41ee0301 -Author: Lucian I. Last -Date: Thu Jun 29 09:48:59 2023 +0200 - - Fix build:android:production - -1 1 app/package.json - -commit 86c8302aab210b110f499c9aadcae670822aeff9 -Author: Lucian I. Last -Date: Thu Jun 29 09:48:16 2023 +0200 - - Fix language detection on mobile - -3 1 app/src/i18n.ts - -commit a7fb42d85c53020d86858093322ace483afe7f7c -Author: Lucian I. Last -Date: Wed Jun 28 17:59:15 2023 +0200 - - Add sql that finds published chains without verified host - -21 0 server/sql/integrety-chains.sql - -commit dddfc49f2b574468ce3f8e367493233e0e33396d -Merge: a63e7bcf 711245bc -Author: Lucian I. Last -Date: Wed Jun 28 15:51:37 2023 +0200 - - Merge pull request #516 from the-clothing-loop/paloeka-patch-2 - - Create Finding all hosts - -commit 711245bcc880bfe195c886e44cf2d27d160cfe11 -Author: Lucian I. Last -Date: Wed Jun 28 15:50:47 2023 +0200 - - Rename and document - -0 5 server/sql/Finding all hosts: -11 0 server/sql/find-all-hosts.sql - -commit ad0ae70fd2f2a7fb767dcdbaf5308607b27b1a9b -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Jun 28 14:24:58 2023 +0200 - - New translations translation.json (Dutch) - -6 6 frontend/public/locales/nl/translation.json - -commit 7a2530ac599bdecd9b9548b5f42e844c8835cfc0 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Jun 28 13:36:32 2023 +0200 - - Create Finding all hosts - -5 0 server/sql/Finding all hosts: - -commit a63e7bcffb6af61bbcfa0ab60db01521eea0342b -Author: Lucian I. Last -Date: Wed Jun 28 12:41:31 2023 +0200 - - Before verification loops are not published - -10 1 server/internal/controllers/login.go - -commit 3d1059634352ec3419eaf80f8aaec7cd01ac28f1 -Author: Lucian I. Last -Date: Wed Jun 28 12:19:58 2023 +0200 - - Fix block circles - -2 0 frontend/src/pages/FindChain.tsx - -commit afdf4660ac4973c0b2c0db4e1b6281fc855c5a65 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Jun 28 12:13:42 2023 +0200 - - New translations translation.json (Dutch) - -1 1 frontend/public/locales/nl/translation.json - -commit d82910aff6130c4ce430c12374fa343951cc7d89 -Merge: 152ec600 1f832afd -Author: Lucian I. Last -Date: Wed Jun 28 11:32:33 2023 +0200 - - Merge branch 'main' of github.com:the-clothing-loop/website - -commit 152ec6009d74950078561c12415399ec62b7a7aa -Author: Lucian I. Last -Date: Wed Jun 28 11:32:27 2023 +0200 - - Allow for anyone to test and use the acc website - -0 4 server/internal/app/mail.go - -commit 1f832afd3d0cf3c3434c43d527867ba378318ea7 -Merge: 338b6d7a fc36a889 -Author: Lucian I. Last -Date: Wed Jun 28 11:21:08 2023 +0200 - - Merge pull request #514 from the-clothing-loop/l10n_main - - New Crowdin updates - -commit fc36a8893fa64b8303e78868919365377c44d0c6 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Jun 28 11:11:47 2023 +0200 - - New translations translation.json (Swedish) - -2 0 frontend/public/locales/sv/translation.json - -commit 061d4ab4e8051252ef513a538bcc97164d2ae233 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Jun 28 11:11:46 2023 +0200 - - New translations translation.json (Portuguese) - -2 0 frontend/public/locales/pt/translation.json - -commit 736bef0f8c90347e46d9834fe3209bccc5f81c0d -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Jun 28 11:11:45 2023 +0200 - - New translations translation.json (Polish) - -2 0 frontend/public/locales/pl/translation.json - -commit 70a28428964c229a614f9387f7d7edd4032bc1a4 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Jun 28 11:11:44 2023 +0200 - - New translations translation.json (Dutch) - -2 0 frontend/public/locales/nl/translation.json - -commit b3a5d114ae26c8d5dca092bbb69d07bbb62aedc6 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Jun 28 11:11:43 2023 +0200 - - New translations translation.json (Korean) - -2 0 frontend/public/locales/ko/translation.json - -commit 1dc040b248ac884516a1af917ae2be772f50422f -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Jun 28 11:11:42 2023 +0200 - - New translations translation.json (Japanese) - -2 0 frontend/public/locales/ja/translation.json - -commit 7a8491c35a617790d71450a672fcd1740fc81e55 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Jun 28 11:11:41 2023 +0200 - - New translations translation.json (Italian) - -2 0 frontend/public/locales/it/translation.json - -commit 17f626a049e4e7797763a26cb94da79866cdc532 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Jun 28 11:11:40 2023 +0200 - - New translations translation.json (German) - -2 0 frontend/public/locales/de/translation.json - -commit 7a122a00243cea71d39feb050704092eaeeaa201 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Jun 28 11:11:39 2023 +0200 - - New translations translation.json (Spanish) - -2 0 frontend/public/locales/es/translation.json - -commit 2d9263b6c871d275d48e9faa976bd011003ed78c -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Jun 28 11:11:38 2023 +0200 - - New translations translation.json (French) - -2 0 frontend/public/locales/fr/translation.json - -commit dec25816c7bddf8af0a0ee9ec988329aca426cc8 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Jun 28 11:11:37 2023 +0200 - - New translations translation.json (Hebrew) - -2 0 frontend/public/locales/he/translation.json - -commit 338b6d7a46a2bee1a8f92053a45ed9655882c09d -Author: Lucian I. Last -Date: Wed Jun 28 11:05:34 2023 +0200 - - Add contact up translations keys #504 - -2 0 frontend/public/locales/en/translation.json -2 5 frontend/src/pages/Contacts.tsx - -commit 4ac7faee918adbbc388852e7a5e9112e860f7dfb -Author: Lucian I. Last -Date: Wed Jun 28 10:11:18 2023 +0200 - - Add un tested email - -3 1 server/internal/app/mail.go -79 8 server/internal/controllers/cron.go -13 11 server/internal/models/user_chain.go -30 0 server/internal/views/email.go -22 0 server/internal/views/emails/en/approve_reminder.gohtml -2 1 server/internal/views/emails/en/headers.json -3 1 server/internal/views/embed.go - -commit 6ace5ddb0f3d1b5216a75ba78f071eb6a26428b6 -Merge: acf570cd 0b9fb850 -Author: Lucian I. Last -Date: Wed Jun 28 10:04:51 2023 +0200 - - Merge branch 'add-notification' - -commit 0f02a717bc1c9af976739f3d3d7dab6074a5776d -Author: Natalie -Date: Mon Jun 26 08:34:28 2023 -0700 - - Focuses on the loop closest to where the user clicks on a zoomed in cluster - -8 0 frontend/src/pages/FindChain.tsx - -commit 0b9fb8504a1570efdf67f84b6759e15df5d501f5 -Author: Lucian I. Last -Date: Mon Jun 26 09:12:02 2023 +0200 - - App npm audit - -491 497 app/package-lock.json - -commit b18269a086b3e5dfe048ae0b85d617e07cc7aa4d -Author: Lucian I. Last -Date: Mon Jun 26 09:11:48 2023 +0200 - - Remove go fcgi build option - -0 3 server/Makefile -0 20 server/cmd/server-fcgi/main.go -0 5 server/cmd/server-fcgi/static/.htaccess - -commit 6dae2051a560c50312f00f93bf0da51ce07a9932 -Author: Lucian I. Last -Date: Mon Jun 26 09:11:20 2023 +0200 - - Working old bag notification & Move cron to server package - -2 2 server/cmd/server/main.go -10 8 server/go.mod -24 0 server/go.sum -0 53 server/internal/app/cron.go -31 3 server/internal/app/onesignal.go -2 0 server/internal/controllers/bag.go -3 4 server/internal/controllers/bulky_item.go -77 0 server/internal/controllers/cron.go -0 36 server/internal/controllers/onesignal.go -10 7 server/internal/models/bag.go -21 4 server/internal/server.go - -commit b9b37677c3ba6e5ffc764e485f9c41f41d274c93 -Merge: c13789bd acf570cd -Author: Natalie -Date: Sat Jun 24 11:37:46 2023 -0700 - - Merge branch 'main' of https://github.com/NatalieWilson19/clothing-loop into redesign-loop-search-page-#486 - -commit 3f0ac5846e032f16ae7410a1d56f053a37263b5d -Merge: a16473a3 acf570cd -Author: Lucian I. Last -Date: Fri Jun 23 15:36:32 2023 +0200 - - Merge branch 'main' into add-notification - -commit acf570cd416bf125659a73bb35d85222832909d8 -Author: Lucian I. Last -Date: Fri Jun 23 15:35:51 2023 +0200 - - lint - -5 5 frontend/src/pages/ChainMemberList.tsx - -commit bb0a23d885aa5d76460d2d176f5318baced6d04d -Author: Lucian I. Last -Date: Fri Jun 23 15:33:39 2023 +0200 - - Replace if with conditional operator for using goatcounter - -1 2 frontend/src/pages/ChainMemberList.tsx -5 6 frontend/src/pages/EventCreate.tsx -5 6 frontend/src/pages/NewChainLocation.tsx -5 6 frontend/src/pages/Signup.tsx -1 1 frontend/src/providers/AuthProvider.tsx -1 1 frontend/src/window.d.ts - -commit d83447b9afd75384b5d7ace7a94255e8bcd76325 -Author: Lucian I. Last -Date: Fri Jun 23 15:32:41 2023 +0200 - - Fix PR #512 - -4 2 frontend/src/pages/About.tsx -9 8 frontend/src/pages/FAQ.tsx - -commit 1749ff48881dfa2fd3fe69d40bf7b8abd3cf2d3e -Merge: 11d933bb b2f82bdd -Author: Lucian I. Last -Date: Fri Jun 23 12:49:40 2023 +0200 - - Merge pull request #512 from NeedADispenserHere/faq-and-about-counters - -commit b2f82bddb72731497c712544abaa0b3c7540f360 -Author: NeedADispenserHere -Date: Fri Jun 23 03:12:39 2023 -0700 - - Edited "FAQ" and "About" counter names - - Changed FAQ and About page counter names to "Accessed Page:FAQ" and "Accessed Page:About" - -2 2 frontend/src/pages/About.tsx -2 2 frontend/src/pages/FAQ.tsx - -commit 11d933bbf34c1da0db469f01e14a9091b8d754b4 -Merge: 9a8f7f87 903514c1 -Author: Lucian I. Last -Date: Fri Jun 23 11:47:46 2023 +0200 - - Merge pull request #513 from the-clothing-loop/dependabot/npm_and_yarn/frontend/fast-xml-parser-4.2.5 - -commit 903514c18c0d7d67e523a9ec48ecbff8ae142cba -Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> -Date: Fri Jun 23 07:39:21 2023 +0000 - - Bump fast-xml-parser from 4.2.4 to 4.2.5 in /frontend - - Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 4.2.4 to 4.2.5. - - [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases) - - [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md) - - [Commits](https://github.com/NaturalIntelligence/fast-xml-parser/compare/v4.2.4...v4.2.5) - - --- - updated-dependencies: - - dependency-name: fast-xml-parser - dependency-type: indirect - ... - - Signed-off-by: dependabot[bot] - -3 3 frontend/package-lock.json - -commit 9a8f7f872604583925830cedadcccd98d811a2d0 -Merge: 20ed9939 a16473a3 -Author: Lucian I. Last -Date: Fri Jun 23 09:38:43 2023 +0200 - - Merge branch 'add-notification' - -commit a16473a31a9e55d84a9c0ee4d93adcef439ec23b -Author: Lucian I. Last -Date: Fri Jun 23 09:37:49 2023 +0200 - - Add onesignal keys to config - -4 0 devops/setup-4-api.yml -7 0 devops/templates/config.yml.j2 - -commit d49cde93cdf7b81984d2c012cc0c3b8562c8b75d -Author: Lucian I. Last -Date: Fri Jun 23 09:30:34 2023 +0200 - - Working notification - -12 1 server/internal/controllers/bulky_item.go -17 20 server/internal/controllers/onesignal.go -4 0 server/internal/server.go - -commit 49793ea8f3847bbe0ecfdac05ab828704b4cd19b -Author: Lucian I. Last -Date: Fri Jun 23 08:19:52 2023 +0200 - - Use the same location for mobile as web for onesignal - -4 8 app/src/Store.tsx -4 0 app/src/onesignal.ts -4 3 app/src/window.d.ts - -commit a80176b1189247ebff45b6582d6a606f0c5a4c7a -Author: Lucian I. Last -Date: Fri Jun 23 08:15:00 2023 +0200 - - Use onesignals external user id for reference - -7 7 server/internal/controllers/bulky_item.go -6 55 server/internal/controllers/onesignal.go -0 4 server/internal/server.go - -commit 3dba3df8044090aa0487fb548ce9d9667c710c20 -Author: NeedADispenserHere -Date: Thu Jun 22 11:23:11 2023 -0700 - - Added Goatcounter events for About page and - FAQ page - -7 0 frontend/src/pages/About.tsx -7 0 frontend/src/pages/FAQ.tsx - -commit 9b41abb67be3599c244e76dc9ca62fd1770b7823 -Author: Lucian I. Last -Date: Thu Jun 22 10:59:38 2023 +0200 - - Add server onesignal routes - -1 0 server/go.mod -336 0 server/go.sum -25 23 server/internal/app/config.go -1 0 server/internal/app/database.go -18 0 server/internal/app/onesignal.go -17 0 server/internal/controllers/bulky_item.go -88 0 server/internal/controllers/onesignal.go -22 21 server/internal/models/user.go -35 0 server/internal/models/user_onesignal.go -4 0 server/internal/server.go -18 0 server/internal/views/notifications.go - -commit 1c0e91cffb1f15015d74916b900abe5da0db8fd4 -Author: Lucian I. Last -Date: Wed Jun 21 08:58:58 2023 +0200 - - Set external user id from app - -8 0 app/src/Store.tsx -7 5 app/src/onesignal.ts -6 0 app/src/window.d.ts - -commit 5a955a25877d8d75553601f56db6144089654712 -Author: Lucian I. Last -Date: Tue Jun 20 17:28:20 2023 +0200 - - Add bottom padding for android - -4 0 app/src/theme/overrides.css - -commit 1b1501cf20c1987d6893099fd5247741731af2a6 -Author: Lucian I. Last -Date: Tue Jun 20 12:49:58 2023 +0200 - - Fix desktop overrides - -4 4 app/src/theme/overrides.css - -commit 3b51aff808a3feeb02260a536bf2c1c4ccdf773f -Author: Lucian I. Last -Date: Tue Jun 20 12:49:43 2023 +0200 - - Add ios - -21 4 app/android/app/src/main/AndroidManifest.xml -- - app/android/app/src/main/res/drawable-land-hdpi/splash.png -- - app/android/app/src/main/res/drawable-land-mdpi/splash.png -- - app/android/app/src/main/res/drawable-land-night-hdpi/splash.png -- - app/android/app/src/main/res/drawable-land-night-ldpi/splash.png -- - app/android/app/src/main/res/drawable-land-night-mdpi/splash.png -- - app/android/app/src/main/res/drawable-land-night-xhdpi/splash.png -- - app/android/app/src/main/res/drawable-land-night-xxhdpi/splash.png -- - app/android/app/src/main/res/drawable-land-night-xxxhdpi/splash.png -- - app/android/app/src/main/res/drawable-land-xhdpi/splash.png -- - app/android/app/src/main/res/drawable-land-xxhdpi/splash.png -- - app/android/app/src/main/res/drawable-land-xxxhdpi/splash.png -- - app/android/app/src/main/res/drawable-night/splash.png -- - app/android/app/src/main/res/drawable-port-hdpi/splash.png -- - app/android/app/src/main/res/drawable-port-ldpi/splash.png -- - app/android/app/src/main/res/drawable-port-mdpi/splash.png -- - app/android/app/src/main/res/drawable-port-night-hdpi/splash.png -- - app/android/app/src/main/res/drawable-port-night-ldpi/splash.png -- - app/android/app/src/main/res/drawable-port-night-mdpi/splash.png -- - app/android/app/src/main/res/drawable-port-night-xhdpi/splash.png -- - app/android/app/src/main/res/drawable-port-night-xxhdpi/splash.png -- - app/android/app/src/main/res/drawable-port-night-xxxhdpi/splash.png -- - app/android/app/src/main/res/drawable-port-xhdpi/splash.png -- - app/android/app/src/main/res/drawable-port-xxhdpi/splash.png -- - app/android/app/src/main/res/drawable-port-xxxhdpi/splash.png -- - app/android/app/src/main/res/drawable/splash.png -- - app/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png -13 0 app/ios/.gitignore -406 0 app/ios/App/App.xcodeproj/project.pbxproj -7 0 app/ios/App/App.xcodeproj/project.xcworkspace/contents.xcworkspacedata -10 0 app/ios/App/App.xcworkspace/contents.xcworkspacedata -8 0 app/ios/App/App.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist -49 0 app/ios/App/App/AppDelegate.swift -- - app/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-20x20@1x.png -- - app/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-20x20@2x-1.png -- - app/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-20x20@2x.png -- - app/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-20x20@3x.png -- - app/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-29x29@1x.png -- - app/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-29x29@2x-1.png -- - app/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-29x29@2x.png -- - app/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-29x29@3x.png -- - app/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-40x40@1x.png -- - app/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-40x40@2x-1.png -- - app/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-40x40@2x.png -- - app/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-40x40@3x.png -- - app/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-512@2x.png -- - app/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-60x60@2x.png -- - app/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-60x60@3x.png -- - app/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-76x76@1x.png -- - app/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-76x76@2x.png -- - app/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-83.5x83.5@2x.png -116 0 app/ios/App/App/Assets.xcassets/AppIcon.appiconset/Contents.json -6 0 app/ios/App/App/Assets.xcassets/Contents.json -56 0 app/ios/App/App/Assets.xcassets/Splash.imageset/Contents.json -- - app/ios/App/App/Assets.xcassets/Splash.imageset/Default@1x~universal~anyany-dark.png -- - app/ios/App/App/Assets.xcassets/Splash.imageset/Default@1x~universal~anyany.png -- - app/ios/App/App/Assets.xcassets/Splash.imageset/Default@2x~universal~anyany-dark.png -- - app/ios/App/App/Assets.xcassets/Splash.imageset/Default@2x~universal~anyany.png -- - app/ios/App/App/Assets.xcassets/Splash.imageset/Default@3x~universal~anyany-dark.png -- - app/ios/App/App/Assets.xcassets/Splash.imageset/Default@3x~universal~anyany.png -- - app/ios/App/App/Assets.xcassets/Splash.imageset/splash-2732x2732-1.png -- - app/ios/App/App/Assets.xcassets/Splash.imageset/splash-2732x2732-2.png -- - app/ios/App/App/Assets.xcassets/Splash.imageset/splash-2732x2732.png -32 0 app/ios/App/App/Base.lproj/LaunchScreen.storyboard -19 0 app/ios/App/App/Base.lproj/Main.storyboard -49 0 app/ios/App/App/Info.plist -30 0 app/ios/App/Podfile -9 0 app/package-lock.json -1 0 app/package.json - -commit c258e16375f50cc893ae90a2dce1ff02d1992f55 -Merge: ae9c71f3 20ed9939 -Author: Lucian I. Last -Date: Tue Jun 20 09:59:00 2023 +0200 - - Merge branch 'main' into add-notification - -commit 20ed99396f8b0ec5624680db30832cd3e91808d9 -Merge: 8fe1ec76 80fa5b4d -Author: Lucian I. Last -Date: Tue Jun 20 09:54:23 2023 +0200 - - Merge branch 'set-lang-pref-by-server' - -commit 80fa5b4d2ebb94a1839345152f3d32ec730b7d86 -Author: Lucian I. Last -Date: Tue Jun 20 09:52:27 2023 +0200 - - Upload i18n if non exists & Use account language on conflict - -10 1 frontend/src/providers/AuthProvider.tsx - -commit 70b0716fbf29855e7ee7c7fe2c3c9acd7e32015c -Author: Lucian I. Last -Date: Tue Jun 20 09:26:16 2023 +0200 - - Cleanup - -1 1 frontend/src/components/LanguageSwitcher.tsx -0 1 frontend/src/pages/UserEdit.tsx - -commit 8a52082b011f114cdea3f069f2d850e2f333d3a2 -Author: Lucian I. Last -Date: Tue Jun 20 09:23:25 2023 +0200 - - Fix language switching - -1 1 app/src/api.ts -0 3 frontend/src/components/AddressForm.tsx -11 14 frontend/src/components/LanguageSwitcher.tsx -8 1 frontend/src/pages/LoginEmailFinished.tsx -4 2 frontend/src/providers/AuthProvider.tsx - -commit 2a23e071ca936ebdbdf0d7d673bbfe23920de5ec -Author: Lucian I. Last -Date: Mon Jun 19 16:56:43 2023 +0200 - - Use lower case i18n in json requests and responses - -2 2 app/src/api.ts -1 1 frontend/src/api/types.ts -1 1 frontend/src/api/user.ts -1 1 frontend/src/components/AddressForm.tsx -1 1 frontend/src/components/LanguageSwitcher.tsx -1 1 frontend/src/pages/UserEdit.tsx -3 7 server/internal/controllers/users.go - -commit ec2c23060723f50f56a69a6c6deeff910151c866 -Merge: a6f0825b 8fe1ec76 -Author: Lucian I. Last -Date: Mon Jun 19 16:50:05 2023 +0200 - - Merge branch 'main' into set-lang-pref-by-server - -commit 8fe1ec769f2466f3d7b8328c6cff903797456ee8 -Merge: cbf9e7f1 d4d19e65 -Author: Lucian I. Last -Date: Mon Jun 19 15:00:10 2023 +0200 - - Merge branch 'documentation' - -commit d4d19e659a6563195bbaa6eee102fa04211d6fdc -Author: Lucian I. Last -Date: Mon Jun 19 14:59:38 2023 +0200 - - Rename ONBOARDING to INSTALL_LINUX md & link the docker readme somewhere else - -9 29 ONBOARDING_DEVS.md => INSTALL_LINUX.md -4 2 README.md - -commit 19df53da74a149c917eb53ec8b4f55710ec6b267 -Author: Lucian I. Last -Date: Mon Jun 19 14:49:32 2023 +0200 - - Add golang to documentation - -6 2 docker/dev/README.md - -commit 010d03c2f6530144b18a168d6c534ac5014e6dac -Author: Lucian I. Last -Date: Mon Jun 19 14:45:56 2023 +0200 - - Add readme (thanks @mohasi) - -56 0 docker/dev/README.md - -commit c13789bd474fc2c437a0429f5bf13c41330c8245 -Author: Lucian I. Last -Date: Mon Jun 19 12:59:52 2023 +0200 - - Added border to list - -1 1 frontend/src/pages/FindChain.tsx - -commit 0ed82602e0de7e8171fa6cc0c446a436339ca25b -Author: Lucian I. Last -Date: Mon Jun 19 12:34:32 2023 +0200 - - wip - -213 194 frontend/src/pages/FindChain.tsx - -commit 47fc02133502c9a7677a58b766507f065b22e4c6 -Merge: cbf9e7f1 621901aa -Author: Lucian I. Last -Date: Mon Jun 19 10:04:54 2023 +0200 - - Merge branch 'main' of github.com:the-clothing-loop/website; branch 'redesign-loop-search-page-#486' of github.com:NatalieWilson19/clothing-loop into redesign-loop-search-page-#486 - -commit cbf9e7f17fd9d15347a707c192d5719afbb49910 -Merge: f5e2b054 0bd8cfef -Author: Lucian I. Last -Date: Mon Jun 19 09:12:47 2023 +0200 - - Merge branch 'main' of github.com:the-clothing-loop/website - -commit f5e2b0545f61a4efad4bb8ee5888c4ad7dced7f6 -Author: Lucian I. Last -Date: Mon Jun 19 09:12:42 2023 +0200 - - show closed loops as grey - -18 3 frontend/src/pages/FindChain.tsx - -commit 0bd8cfefa61233822a92e1a2f58d1452a5f2472b -Merge: 53e0fcb1 b8ac1f56 -Author: Lucian I. Last -Date: Mon Jun 19 09:09:01 2023 +0200 - - Merge pull request #501 from the-clothing-loop/l10n_main - - New Crowdin updates - -commit 621901aaecd7d88fb497c571305a757bc0f74873 -Author: Natalie -Date: Sat Jun 17 18:36:04 2023 -0700 - - better variable names - -2 2 frontend/src/pages/FindChain.tsx - -commit 3e8059b827067087bbc12900ee5648464d572949 -Merge: 160ca292 309f8ca7 -Author: Natalie -Date: Sat Jun 17 18:23:30 2023 -0700 - - Merge branch 'redesign-loop-search-page-#486' of https://github.com/NatalieWilson19/clothing-loop into redesign-loop-search-page-#486 - -commit 160ca29224fcb97f356453ad6f51c040b340b1d5 -Author: Natalie -Date: Sat Jun 17 18:22:37 2023 -0700 - - Fix page freezing when getting visible chains - -76 44 frontend/src/pages/FindChain.tsx - -commit b8ac1f56f792ac02b3a4a211bd863a05569ed785 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Sat Jun 17 12:28:12 2023 +0200 - - New translations subscribed_to_newsletter.gohtml (Hebrew) - -1 1 server/internal/views/emails/he/subscribed_to_newsletter.gohtml - -commit 0f079d1cd34040b6df6d9cdbf0dbbb8fa9b4364c -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Sat Jun 17 12:28:10 2023 +0200 - - New translations translation.json (Hebrew) - -15 15 frontend/public/locales/he/translation.json - -commit 309f8ca77ad26759143e8da20cd26f9e955fa004 -Merge: 5a58a4dd 53e0fcb1 -Author: Natalie Wilson <38057767+NatalieWilson19@users.noreply.github.com> -Date: Fri Jun 16 13:37:06 2023 -0700 - - Merge branch 'the-clothing-loop:main' into redesign-loop-search-page-#486 - -commit 53e0fcb15233c50ea543c1650632154fc4e0e0b5 -Author: Lucian I. Last -Date: Fri Jun 16 18:39:59 2023 +0200 - - Fix config server example - -1 1 server/config.example.yml - -commit 0c863689f496816aa4e3797af3c80193ff902479 -Merge: 7f1f7682 1de01c1f -Author: Lucian I. Last -Date: Fri Jun 16 09:49:57 2023 +0200 - - Merge pull request #499 from jnorlando/change-to-seperated-address-#394 - - Added Latitude and Longitude To Users - -commit 1de01c1fffc3b181fd20bc485fe08db9502d9a32 -Author: Lucian I. Last -Date: Fri Jun 16 09:48:06 2023 +0200 - - Dont show longlat of users but allow setting longlat - -2 2 frontend/src/api/types.ts -2 2 frontend/src/api/user.ts -11 10 frontend/src/components/AddressForm.tsx -2 2 frontend/src/pages/NewChainLocation.tsx -2 2 frontend/src/pages/NewChainSignup.tsx -2 2 frontend/src/pages/Signup.tsx -4 2 frontend/src/pages/UserEdit.tsx - -commit 303f829a70fb7210d01f0f29a20defc4184689d0 -Merge: bf465585 7f1f7682 -Author: Lucian I. Last -Date: Fri Jun 16 09:39:07 2023 +0200 - - Merge branch 'main' into change-to-seperated-address-#394 - - # Conflicts: - # frontend/package-lock.json - -commit bf46558536a7d0fb100a1b491bea1d29da2ca507 -Author: Lucian I. Last -Date: Fri Jun 16 09:27:43 2023 +0200 - - Merge mapbox requests into one & Add typescript types - -0 1 frontend/src/api/user.ts -15 16 frontend/src/components/AddressForm.tsx -0 2 frontend/src/pages/UserEdit.tsx - -commit a2773c716fc92d5cbfcbdc58233c8ed91d483d9f -Author: jnorlando -Date: Thu Jun 15 20:21:08 2023 -0400 - - linted - -4 7 frontend/src/components/AddressForm.tsx -1 4 frontend/src/pages/UserEdit.tsx - -commit 810e72225561357ed02cf27704ad66a4129d0cea -Author: jnorlando -Date: Thu Jun 15 20:15:34 2023 -0400 - - Finished adding latitude and longtitude float64 to - the database. modified userUpdateBody - -6 6 frontend/src/components/AddressForm.tsx -2 0 frontend/src/pages/NewChainSignup.tsx -2 0 frontend/src/pages/Signup.tsx -6 0 frontend/src/pages/UserEdit.tsx -8 0 server/internal/controllers/users.go - -commit 5a58a4dd4e642fa279573f2d0cfc775482f8a265 -Merge: fa9ca3dc 7f1f7682 -Author: Natalie Wilson <38057767+NatalieWilson19@users.noreply.github.com> -Date: Thu Jun 15 15:35:08 2023 -0700 - - Merge branch 'the-clothing-loop:main' into redesign-loop-search-page-#486 - -commit fa9ca3dc17cfa1cea346137cac5ea07a41e8574d -Author: Natalie -Date: Thu Jun 15 15:27:13 2023 -0700 - - get rid of unused import - -0 1 frontend/src/pages/FindChain.tsx - -commit 23307cace84d04fe650f5877483af48c272d7973 -Author: Natalie -Date: Thu Jun 15 15:25:54 2023 -0700 - - code cleanup - -1 3 frontend/src/pages/FindChain.tsx - -commit ae9c71f34e448cc0eedef4fbb9e02083efe61f71 -Merge: 6154e64d 7f1f7682 -Author: Lucian I. Last -Date: Thu Jun 15 09:45:56 2023 +0200 - - Merge branch 'main' into add-notification - -commit 7f1f768290b2f3f279759f8caecb149685d75c55 -Author: Lucian I. Last -Date: Thu Jun 15 09:18:06 2023 +0200 - - Allow transfer for all users from super user - -20 9 frontend/src/pages/ChainMemberList.tsx -6 4 server/internal/controllers/users.go - -commit d3e3eae589e837066a5c64d1de19c1af623cd386 -Author: Lucian I. Last -Date: Thu Jun 15 08:46:07 2023 +0200 - - Add new buurtfonds image - -2 1 frontend/src/pages/Home.tsx - -commit e263cca3a7a62f769da47fad35eccef28e460660 -Author: Lucian I. Last -Date: Thu Jun 15 08:37:00 2023 +0200 - - Use brew rsync on MacOS - -6 0 devops/sync-images.yml - -commit 4d79a84a7324b2d0b78480dcbed93f3a87f0fbb7 -Author: Natalie -Date: Wed Jun 14 15:27:55 2023 -0700 - - code cleanup - -26 23 frontend/src/pages/FindChain.tsx - -commit 7e4387b8dd292e6c9b49f5812e7043fd85cd2501 -Author: Natalie -Date: Wed Jun 14 13:02:12 2023 -0700 - - change use idle event listener instead of timeout for initializing chains in view - -4 2 frontend/src/pages/FindChain.tsx - -commit d097d174dff8856e0bd25d32591f742f418e1ab0 -Author: Natalie -Date: Wed Jun 14 11:27:51 2023 -0700 - - getDistance fucntion uses mapbox function instead of custom haversine formula - -8 25 frontend/src/pages/FindChain.tsx - -commit a6f0825b4605f562d68b58931d46a045c7ca1a97 -Merge: dcb71fdb 3d696b78 -Author: Mohamed A Hameed -Date: Wed Jun 14 17:00:30 2023 +0300 - - Merge branch 'the-clothing-loop:main' into main - -commit dcb71fdb752f57914f03b732190070a271bb411c -Author: Mohamed-AH -Date: Wed Jun 14 16:36:55 2023 +0300 - - save user langugage preference - -2 0 app/src/api.ts -1 0 frontend/src/api/types.ts -1 0 frontend/src/api/user.ts -3 0 frontend/src/components/AddressForm.tsx -15 1 frontend/src/components/LanguageSwitcher.tsx -1 0 frontend/src/pages/UserEdit.tsx -8 0 server/internal/controllers/users.go -1 0 server/internal/models/user.go - -commit 94f8afde24e4758cb5c9fed937c1dd0b809e5f17 -Author: Lucian I. Last -Date: Wed Jun 14 14:32:21 2023 +0200 - - List all loops during account deletion - -1 0 frontend/public/locales/en/translation.json -14 3 frontend/src/components/ChainsList.tsx -12 2 frontend/src/pages/AdminDashboard.tsx - -commit 3d696b7888c32c89f7384397b7ff7f66313d5ddd -Author: Lucian I. Last -Date: Wed Jun 14 11:25:20 2023 +0200 - - Change smtp_pass to empty - -1 1 server/config.example.yml - -commit cad1d402afdbc6686c46ee6a8f13435a5cd4c89c -Author: Lucian I. Last -Date: Wed Jun 14 11:18:05 2023 +0200 - - Fix sending emails inside docker - -3 1 server/internal/app/mail.go - -commit 245167cc47b8a19c24e370843049241dbb006edf -Author: Lucian I. Last -Date: Wed Jun 14 10:58:08 2023 +0200 - - Add Johanna to volunteers - -1 1 frontend/src/pages/About.tsx - -commit 654d308c78f7db5bb23c19ad5d36c06e7ef8040a -Author: Lucian I. Last -Date: Wed Jun 14 10:22:13 2023 +0200 - - use mariadb in db-setup - -1 1 docker/dev/Makefile - -commit 6154e64de76c86aefcd654cb6105d7d40095396b -Merge: 03a1988c 20833098 -Author: Lucian I. Last -Date: Wed Jun 14 10:20:09 2023 +0200 - - Merge branch 'main' into add-notification - -commit 41d7ba74a55601febebc013fbe3b9a7f89649dae -Author: Natalie -Date: Mon Jun 12 08:18:03 2023 -0700 - - Loop details expand if the user clicks on it - -94 120 frontend/src/pages/FindChain.tsx - -commit 20833098c68fa1a32638a51cc62a806f420e4b32 -Author: Lucian I. Last -Date: Mon Jun 12 15:02:10 2023 +0200 - - Merging of questionable translations - - Hopefully the translators can fix the mix up after merging - -28 0 frontend/public/locales/fr/faq.json -1 1 frontend/public/locales/pt/testimonials.json -28 0 frontend/public/locales/sv/faq.json - -commit a81dd633865d91df2c6fcf4a3b525c20fd2d5e96 -Merge: df3d96a7 41dd0fea -Author: Lucian I. Last -Date: Mon Jun 12 14:43:23 2023 +0200 - - Merge remote-tracking branch 'origin/l10n_main' - -commit 919ff0c3cd3a7bfd600ebaa837b8a17291e5f397 -Author: Natalie -Date: Sat Jun 10 14:05:20 2023 -0700 - - Sorts the list of chains from closest to the center - -64 43 frontend/src/pages/FindChain.tsx - -commit df3d96a7b9f5f0cf0ccb7a6ce3732198c0de6a09 -Author: Lucian I. Last -Date: Sat Jun 10 22:22:16 2023 +0200 - - Add db setup - -4 1 docker/dev/Makefile -1 0 docker/dev/docker-compose.yml - -commit a09d4592e436ab8ee79afd0b89cb56fec23d796f -Author: Natalie -Date: Sat Jun 10 12:17:20 2023 -0700 - - event should be moveend instead of zoomend - -1 1 frontend/src/pages/FindChain.tsx - -commit 9da8d9a3065256c1a4d8d2267aeede422ddfd78a -Merge: abfd526a aaab0013 -Author: Lucian I. Last -Date: Sat Jun 10 21:11:45 2023 +0200 - - Merge branch 'pull-use-docker' - -commit aaab00132e221d42dec95bdc8cd4aeb245bef913 -Author: Lucian I. Last -Date: Sat Jun 10 21:06:19 2023 +0200 - - Add docker to vps1 - -2 2 devops/setup-8-docker.yml - -commit 665babef471ce7852e96fceba124df15331826a1 -Author: Lucian I. Last -Date: Fri Jun 9 17:13:47 2023 +0200 - - Add docker to vps - -16 0 devops/setup-8-docker.yml - -commit 4fdadde5ada419dae8e4bf80d9dddf78be72c3a8 -Author: Natalie -Date: Sat Jun 10 12:10:04 2023 -0700 - - Created function for finding chains in view, shows list on load instead of just on zoomend - -84 70 frontend/src/pages/FindChain.tsx - -commit f9b521d33eb102cb537881d877f741ac8a664a6c -Author: Lucian I. Last -Date: Fri Jun 9 16:59:56 2023 +0200 - - move to docker to docker/dev - -10 0 docker/.editorconfig -0 1 docker/.gitignore -19 0 docker/dev/Makefile -16 0 docker/dev/clickhouse-config.xml -8 0 docker/dev/clickhouse-user-config.xml -53 0 docker/dev/docker-compose.plausible.yml -5 5 docker/{ => dev}/docker-compose.yml -0 10 docker/package-lock.json -0 11 docker/package.json - -commit 9dbb93617532ebe9ac31c78aa634c8996951ca05 -Author: Lucian I. Last -Date: Fri Jun 9 01:17:12 2023 +0200 - - Add docker and use npm for script runner - -3 0 clothingloop.code-workspace -1 0 docker/.gitignore -63 0 docker/docker-compose.yml -10 0 docker/package-lock.json -11 0 docker/package.json -1 1 frontend/vite.config.ts -3 3 server/config.example.yml -0 31 server/docker/docker-compose.yml - -commit ffbcd3300cdc61055070cec022b86122d52f8969 -Author: Natalie -Date: Sat Jun 10 11:44:36 2023 -0700 - - Gets each chain and the leaves of each cluster - -45 25 frontend/src/pages/FindChain.tsx - -commit abfd526ada9646b99221b075c97ecba035592906 -Merge: a9939fb5 c21747cb -Author: Lucian I. Last -Date: Sat Jun 10 17:12:27 2023 +0200 - - Merge pull request #497 from MartinL-no/change-linkedIn-link - -commit c21747cb78108160a96f624f62ec1f0b7f871f60 -Author: martinlrmr <102468994+MartinL-no@users.noreply.github.com> -Date: Sat Jun 10 17:04:54 2023 +0200 - - update linkedin url in HelpList.tsx - -1 1 app/src/pages/HelpList.tsx - -commit d9bf324bfabec7a3a97adfe20857c78c2d368fd2 -Author: martinlrmr <102468994+MartinL-no@users.noreply.github.com> -Date: Sat Jun 10 15:57:06 2023 +0200 - - Change LinkedIn link - -1 1 frontend/src/components/Footer.tsx - -commit 7405e753866dd8c4ca9edd995a26e7e35306012c -Author: Natalie -Date: Fri Jun 9 14:50:32 2023 -0700 - - Gets each uid of each cluster currently in view - -93 3 frontend/src/pages/FindChain.tsx - -commit b64bfe59e4df7845c7d67812ed6ba220debbda78 -Author: jnorlando -Date: Tue Jun 6 13:03:23 2023 -0400 - - added user_update body values on user_edit - -2 0 frontend/src/pages/UserEdit.tsx - -commit 29808790b1ba4285f154b47cee08b1906af3033e -Author: jnorlando -Date: Tue Jun 6 12:57:48 2023 -0400 - - fixes - -226 218 frontend/package-lock.json -2 0 frontend/src/api/login.ts -2 0 frontend/src/api/types.ts -3 0 frontend/src/api/user.ts -21 1 frontend/src/components/AddressForm.tsx -2 0 frontend/src/pages/NewChainLocation.tsx -4 0 server/internal/controllers/login.go -2 0 server/internal/controllers/users.go -2 0 server/internal/models/user.go - -commit 03a1988c9275a7434323b188c9d020a4c11f1a55 -Author: Lucian I. Last -Date: Tue Jun 6 15:58:50 2023 +0200 - - Add onesignal pwd package too - -13 0 app/package-lock.json -1 0 app/package.json -11 3 app/src/App.tsx -11 1 app/src/onesignal.ts - -commit 4fa1a22f5f5ff175b6e4303b67ce3c890c3c75ed -Author: Lucian I. Last -Date: Tue Jun 6 15:36:51 2023 +0200 - - Add onesignal to app - -2 2 app/android/app/capacitor.build.gradle -2 2 app/android/variables.gradle -28 0 app/package-lock.json -1 0 app/package.json -3 0 app/src/App.tsx -22 0 app/src/onesignal.ts - -commit 81b20033a25613944f3bf3d4e50b5d2fe075ecb1 -Merge: a9939fb5 253e3e6e -Author: Lucian I. Last -Date: Tue Jun 6 15:23:45 2023 +0200 - - Merge branch 'automatic-close-after-60-days-pending-participants-#463' into add-notification - - # Conflicts: - # server/go.mod - # server/go.sum - -commit a9939fb5a28ffb292d210cf97dd9900b7c327405 -Merge: b65cd786 2e11d821 -Author: Lucian I. Last -Date: Tue Jun 6 14:35:21 2023 +0200 - - Merge branch 'upgrade' - -commit 2e11d821ab80b0e3dab052ace7d98237a1307f40 -Author: Lucian I. Last -Date: Tue Jun 6 14:34:43 2023 +0200 - - Upgrade dependencies - -1 1 .github/workflows/deploy-acceptance-fe.yml -1335 1625 app/package-lock.json -897 4714 frontend/package-lock.json -12 12 server/go.mod -31 358 server/go.sum - -commit fce94e515efc5e149ef8505a0f43fe033c97f4ea -Merge: 55054651 188f8d41 -Author: Lucian I. Last -Date: Tue Jun 6 11:58:16 2023 +0200 - - Merge remote-tracking branch 'origin/dependabot/go_modules/server/github.com/gin-gonic/gin-1.9.1' into upgrade - -commit 550546517400d2f23f98b8001743db34f775ff5c -Merge: 637a680b 9c3f632f -Author: Lucian I. Last -Date: Tue Jun 6 11:58:08 2023 +0200 - - Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/app/vite-4.2.3' into upgrade - -commit 637a680b830b3dd0397d07c6bfd5f8fd4db8b035 -Merge: b65cd786 90c5e7c4 -Author: Lucian I. Last -Date: Tue Jun 6 11:57:59 2023 +0200 - - Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/frontend/vite-4.1.5' into upgrade - -commit b65cd786cebe390e1a9b06019642feb60cf3acf3 -Merge: 75317432 ac74f286 -Author: Lucian I. Last -Date: Tue Jun 6 11:51:56 2023 +0200 - - Merge branch 'remove-beta-test-email-requirements' - -commit 753174325369e2233e6f1dab4bb0e4a8df334a44 -Author: Lucian I. Last -Date: Tue Jun 6 11:47:36 2023 +0200 - - Fix prev commit - -14 14 frontend/src/components/ChainsList.tsx -1 1 frontend/src/pages/FindChain.tsx - -commit 41dd0fea4bd2acc900f803ae13f66d5e8f24adec -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Jun 6 11:45:01 2023 +0200 - - New translations translation.json (Swedish) - -4 0 frontend/public/locales/sv/translation.json - -commit 762803fcde656ff2ccc14315c9229511533cf253 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Jun 6 11:45:00 2023 +0200 - - New translations translation.json (Portuguese) - -4 0 frontend/public/locales/pt/translation.json - -commit 83e748ecd2decd76015aca12a66ad825eac8b60f -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Jun 6 11:44:59 2023 +0200 - - New translations translation.json (Polish) - -4 0 frontend/public/locales/pl/translation.json - -commit aee54d0303f477083e999ccea7cd70d887d37aff -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Jun 6 11:44:58 2023 +0200 - - New translations translation.json (Dutch) - -4 0 frontend/public/locales/nl/translation.json - -commit d9944c1375dc023d4dabce960f84ede3172bdcea -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Jun 6 11:44:57 2023 +0200 - - New translations translation.json (Korean) - -4 0 frontend/public/locales/ko/translation.json - -commit c24b7c33d06cf8b9baa9770ff34df63ba2199b12 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Jun 6 11:44:56 2023 +0200 - - New translations translation.json (Japanese) - -4 0 frontend/public/locales/ja/translation.json - -commit c24c3ce3cfe25c615185014ac769d614f29908a7 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Jun 6 11:44:55 2023 +0200 - - New translations translation.json (Italian) - -4 0 frontend/public/locales/it/translation.json - -commit d1b421cf78a35f66f6a382ca05f080b54c5ec217 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Jun 6 11:44:54 2023 +0200 - - New translations translation.json (Hebrew) - -4 0 frontend/public/locales/he/translation.json - -commit 7f10add40eb00e15bad3fbdcba2222e88a33f60b -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Jun 6 11:44:53 2023 +0200 - - New translations translation.json (German) - -4 0 frontend/public/locales/de/translation.json - -commit efd3ca7c0512440a85091074a092bc473bf78591 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Jun 6 11:44:52 2023 +0200 - - New translations translation.json (Spanish) - -4 0 frontend/public/locales/es/translation.json - -commit c8051ff53f697d8b35d3f9e09d215f7d68b1c859 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Jun 6 11:44:51 2023 +0200 - - New translations translation.json (French) - -4 0 frontend/public/locales/fr/translation.json - -commit b81b53cd74acccd92762a4e218f7cc43c26440ca -Merge: 1140a09e 4449ddfd -Author: Lucian I. Last -Date: Tue Jun 6 11:43:23 2023 +0200 - - Merge branch 'remove-edit-box-in-members-page' - -commit 4449ddfd5fbcd532793e60291c9dd0c910b5d207 -Author: Lucian I. Last -Date: Tue Jun 6 11:42:33 2023 +0200 - - Move transfer button into the dropdown of edit tab - -1 0 frontend/public/locales/en/translation.json -199 164 frontend/src/pages/ChainMemberList.tsx -40 21 frontend/src/providers/ToastProvider.tsx -4 0 frontend/src/tailwind.css - -commit 90c5e7c410f5471e76ec63528cdfef32ed474539 -Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> -Date: Tue Jun 6 02:30:31 2023 +0000 - - Bump vite from 4.1.4 to 4.1.5 in /frontend - - Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.1.4 to 4.1.5. - - [Release notes](https://github.com/vitejs/vite/releases) - - [Changelog](https://github.com/vitejs/vite/blob/v4.1.5/packages/vite/CHANGELOG.md) - - [Commits](https://github.com/vitejs/vite/commits/v4.1.5/packages/vite) - - --- - updated-dependencies: - - dependency-name: vite - dependency-type: direct:development - ... - - Signed-off-by: dependabot[bot] - -7 7 frontend/package-lock.json -1 1 frontend/package.json - -commit 9c3f632f5262f5772d3be778e9d9eef0267eb134 -Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> -Date: Tue Jun 6 02:25:32 2023 +0000 - - Bump vite from 4.2.1 to 4.2.3 in /app - - Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.2.1 to 4.2.3. - - [Release notes](https://github.com/vitejs/vite/releases) - - [Changelog](https://github.com/vitejs/vite/blob/v4.2.3/packages/vite/CHANGELOG.md) - - [Commits](https://github.com/vitejs/vite/commits/v4.2.3/packages/vite) - - --- - updated-dependencies: - - dependency-name: vite - dependency-type: direct:development - ... - - Signed-off-by: dependabot[bot] - -4 4 app/package-lock.json -1 1 app/package.json - -commit 630d47c53c1cd2dc7f9e72ef11ae00aa087de518 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Sat Jun 3 14:09:28 2023 +0200 - - New translations poke.gohtml (French) - -4 4 server/internal/views/emails/fr/poke.gohtml - -commit 91c90df0c6f8a2d298247f47e3034dd6f90692bd -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Sat Jun 3 14:09:27 2023 +0200 - - New translations someone_is_interested_in_joining_your_loop.gohtml (French) - -2 2 server/internal/views/emails/fr/someone_is_interested_in_joining_your_loop.gohtml - -commit 064ad3f62540f73e451262574fb344a8bd19e90a -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Sat Jun 3 12:56:53 2023 +0200 - - New translations login_verification.gohtml (French) - -2 2 server/internal/views/emails/fr/login_verification.gohtml - -commit 7638c9c309cb9a62ffdeb9f4dae2910ab10bfa5a -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Sat Jun 3 12:56:52 2023 +0200 - - New translations headers.json (French) - -4 4 server/internal/views/emails/fr/headers.json - -commit 9eec63309b247bf086bbc32bfaf8b972ab73a60b -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Sat Jun 3 00:35:20 2023 +0200 - - New translations an_admin_denied_your_join_request.gohtml (French) - -8 8 server/internal/views/emails/fr/an_admin_denied_your_join_request.gohtml - -commit e17c3d6c558e3e10f69e153336ee79e8c1f725aa -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Sat Jun 3 00:35:19 2023 +0200 - - New translations an_admin_approved_your_join_request.gohtml (French) - -3 3 server/internal/views/emails/fr/an_admin_approved_your_join_request.gohtml - -commit 3d3f10c12f76055832a981fac2f22148cf3581d9 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Sat Jun 3 00:35:17 2023 +0200 - - New translations translation.json (French) - -6 6 frontend/public/locales/fr/translation.json - -commit e161c5da61bdca274d9ae64f663e1b4b019dbdb8 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Jun 2 23:22:05 2023 +0200 - - New translations translation.json (French) - -13 13 frontend/public/locales/fr/translation.json - -commit 31c7a351b0cba03bd7893fce725c0582cefdc95d -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Jun 2 22:17:08 2023 +0200 - - New translations translation.json (French) - -8 8 frontend/public/locales/fr/translation.json - -commit d743102f7ba97963351957f36f8b8b565968a8fd -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Jun 2 16:11:15 2023 +0200 - - New translations translation.json (French) - -31 31 frontend/public/locales/fr/translation.json - -commit 29ab8a9b632a8e65f0c8d41e0d9525d1a52d4032 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Jun 2 15:09:15 2023 +0200 - - New translations faq.json (French) - -1 1 frontend/public/locales/fr/faq.json - -commit 39c5a6ccfef6d4fc24110fb5f458d40b4aa4cca3 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Jun 2 15:09:15 2023 +0200 - - New translations translation.json (French) - -6 6 frontend/public/locales/fr/translation.json - -commit b9513a728eec75738a8b4019a1c69a10361faacb -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jun 1 23:36:00 2023 +0200 - - New translations translation.json (Swedish) - -5 1 frontend/public/locales/sv/translation.json - -commit 95898ba1b2231663635654bf508cf1584d4386d5 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jun 1 23:35:59 2023 +0200 - - New translations translation.json (Portuguese) - -5 1 frontend/public/locales/pt/translation.json - -commit 004369661c92c8aa591345fa59ffe5442071de3e -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jun 1 23:35:58 2023 +0200 - - New translations translation.json (Polish) - -5 1 frontend/public/locales/pl/translation.json - -commit fffe4195f0fa6855e748a0b8ba416a10153821ed -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jun 1 23:35:57 2023 +0200 - - New translations translation.json (Dutch) - -5 1 frontend/public/locales/nl/translation.json - -commit 13842d643d9b77afc2deba4372f2056d2103c352 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jun 1 23:35:56 2023 +0200 - - New translations translation.json (Korean) - -5 1 frontend/public/locales/ko/translation.json - -commit 1bfbc8e80cf697dba459f56efac605ca8656e538 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jun 1 23:35:55 2023 +0200 - - New translations translation.json (Japanese) - -5 1 frontend/public/locales/ja/translation.json - -commit ad7fd3e0c0fb39351d00e21860b39e89dab67617 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jun 1 23:35:54 2023 +0200 - - New translations translation.json (Italian) - -5 1 frontend/public/locales/it/translation.json - -commit 0f987d440ba1a96e102156d30188ba7707021f58 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jun 1 23:35:53 2023 +0200 - - New translations translation.json (Hebrew) - -5 1 frontend/public/locales/he/translation.json - -commit 91122319185b0beadc22561227f004b7e4a70246 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jun 1 23:35:52 2023 +0200 - - New translations translation.json (German) - -5 1 frontend/public/locales/de/translation.json - -commit 282e069bde9cf3979752d13772b846ff73c3d8c6 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jun 1 23:35:51 2023 +0200 - - New translations translation.json (Spanish) - -5 1 frontend/public/locales/es/translation.json - -commit 231099e6a6ca430db7d00caf897888a6adb6cbad -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jun 1 23:35:50 2023 +0200 - - New translations translation.json (French) - -5 1 frontend/public/locales/fr/translation.json - -commit 1140a09e16bae233ca45ff943740814caea0b47b -Merge: df786176 5682a90c -Author: Lucian I. Last -Date: Thu Jun 1 22:38:44 2023 +0200 - - Merge pull request #482 from NatalieWilson19/change-to-seperated-address-#394 - -commit 188f8d419580ab6dffe86c0c6a157c0a075f052d -Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> -Date: Thu Jun 1 20:33:13 2023 +0000 - - Bump github.com/gin-gonic/gin from 1.9.0 to 1.9.1 in /server - - Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 1.9.0 to 1.9.1. - - [Release notes](https://github.com/gin-gonic/gin/releases) - - [Changelog](https://github.com/gin-gonic/gin/blob/master/CHANGELOG.md) - - [Commits](https://github.com/gin-gonic/gin/compare/v1.9.0...v1.9.1) - - --- - updated-dependencies: - - dependency-name: github.com/gin-gonic/gin - dependency-type: direct:production - ... - - Signed-off-by: dependabot[bot] - -16 15 server/go.mod -32 28 server/go.sum - -commit ba99dd8d5d74072e04802925e4b1153893316949 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jun 1 18:35:52 2023 +0200 - - New translations login_verification.gohtml (Dutch) - -1 1 server/internal/views/emails/nl/login_verification.gohtml - -commit c4562587d8cae2533373c5366dc0bc165b0736fd -Author: Lucian I. Last -Date: Thu Jun 1 08:09:00 2023 +0200 - - Move published, open to new members & edit loop back - -45 42 frontend/src/pages/ChainMemberList.tsx - -commit d2e14eb7603565fd7e1ae9dc22771d9078dc3579 -Merge: 3fcd5cd0 df786176 -Author: Lucian I. Last -Date: Thu Jun 1 07:50:32 2023 +0200 - - Merge branch 'main' into transfer-participant-to-loop - -commit 253e3e6eafe8ad06a72f9a55629bd60de93075fe -Merge: 8c0a28e1 df786176 -Author: Lucian I. Last -Date: Thu Jun 1 07:49:49 2023 +0200 - - Merge branch 'main' into automatic-close-after-60-days-pending-participants-#463 - -commit 5682a90cb4a2789fbbb335054a58c6f36e448d20 -Author: Lucian I. Last -Date: Thu Jun 1 07:43:52 2023 +0200 - - Code clean - -24 32 frontend/src/components/AddressForm.tsx - -commit 7c1d279e0157e2ce99c75ff54e60a7397933846b -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed May 31 21:06:09 2023 +0200 - - New translations faq.json (German) - -1 1 frontend/public/locales/de/faq.json - -commit 337ac001a68bc2d2ab10acf8e5e24b33d1935c15 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed May 31 21:06:08 2023 +0200 - - New translations translation.json (German) - -2 2 frontend/public/locales/de/translation.json - -commit 7aa8b87632c0f7bf7dea2202de11f7d9dd6b4f11 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed May 31 19:57:19 2023 +0200 - - New translations translation.json (German) - -9 9 frontend/public/locales/de/translation.json - -commit 17665cb4ddc500495ea2f581b90248b3faa5aa1b -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed May 31 15:29:11 2023 +0200 - - New translations an_admin_denied_your_join_request.gohtml (Dutch) - -1 1 server/internal/views/emails/nl/an_admin_denied_your_join_request.gohtml - -commit df786176e58172ecce79d35ea142e99d431ea573 -Author: Lucian I. Last -Date: Wed May 31 15:11:43 2023 +0200 - - Use showModal and remove focus-trap - -0 27 frontend/package-lock.json -0 1 frontend/package.json -14 42 frontend/src/providers/ToastProvider.tsx - -commit 4a61773b0f3ef77a2925bc7e7b44ede101b6c58e -Author: Lucian I. Last -Date: Wed May 31 13:04:07 2023 +0200 - - On first login reset the created_at of all user_chains for user - -2 0 server/internal/controllers/login.go - -commit 2ef40d025b41eeb7b79c467f58dd7c8519cbdb46 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed May 31 12:56:07 2023 +0200 - - New translations faq.json (Dutch) - -3 3 frontend/public/locales/nl/faq.json - -commit d98d0c4d5e4da81f83c82b746c423ee3f59e95d4 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed May 31 12:56:06 2023 +0200 - - New translations translation.json (Dutch) - -4 4 frontend/public/locales/nl/translation.json - -commit 15d951f3722f8e95c2f6f30393a78872e88ad7b3 -Author: Lucian I. Last -Date: Wed May 31 11:40:24 2023 +0200 - - Fix deprecation from fba1aece3e898a33c4bf40aa1fdc9752f4b8c626 - -21 18 frontend/src/pages/Signup.tsx - -commit 8c0a28e133278dc52e8bd904afa41bbdd9516692 -Merge: 3e52d0c4 f8eff08d -Author: Lucian I. Last -Date: Wed May 31 10:16:44 2023 +0200 - - Merge branch 'main' into automatic-close-after-60-days-pending-participants-#463 - -commit f8eff08d6f8fd367e15cc4ab643365a056fed919 -Author: Lucian I. Last -Date: Wed May 31 08:31:34 2023 +0200 - - Fix prev events opacity - -2 2 frontend/src/pages/Events.tsx - -commit d41b52289e3024ba59d533688ef688b42eb849ec -Merge: 93adfff8 88f0cd80 -Author: Lucian I. Last -Date: Wed May 31 08:20:53 2023 +0200 - - Merge branch 'add-rules-override' - -commit 22a9ccd5faf761324f7b0cd192521275cacbfa40 -Merge: 38c4b1dc 93adfff8 -Author: Natalie -Date: Tue May 30 13:33:10 2023 -0700 - - merge main into branch - -commit 38c4b1dcca79f0abb0283a59c77b35c52c657eee -Author: Natalie -Date: Tue May 30 13:21:26 2023 -0700 - - One column only for xs screens - -5 13 frontend/src/components/AddressForm.tsx - -commit 821f3387d22d1a225efee0af4eaecef50513eb96 -Author: Natalie -Date: Tue May 30 10:54:09 2023 -0700 - - changed from flex box to grid - -29 42 frontend/src/components/AddressForm.tsx - -commit a7525230128d68a776b783278b6e36b025807ee2 -Author: Natalie -Date: Tue May 30 10:43:11 2023 -0700 - - changes whitespace so it looks better on two column layout - -15 11 frontend/src/components/AddressForm.tsx - -commit 88f0cd809a86df13410877f8ed1c1f1c52647dff -Author: Lucian I. Last -Date: Tue May 30 16:45:34 2023 +0200 - - Add bool to only show rule override in api when required - -1 1 app/src/Store.tsx -2 2 app/src/api.ts -8 2 app/src/pages/HelpItem.tsx -8 3 server/internal/controllers/chain.go - -commit 3fcd5cd0aa76f9fc4572205915d9c2a23897c3a6 -Author: Lucian I. Last -Date: Tue May 30 13:24:43 2023 +0200 - - Fix null defer err & Add Info button - -3 0 frontend/public/locales/en/translation.json -12 0 frontend/src/api/user.ts -141 67 frontend/src/pages/ChainMemberList.tsx -1 1 server/internal/controllers/users.go - -commit e08c7cf7fc050306a2d4be10423b239848e8f9be -Author: Lucian I. Last -Date: Mon May 29 23:51:47 2023 +0200 - - First attempt in backend - -81 0 server/internal/controllers/users.go -1 0 server/internal/server.go - -commit 3472c105e0eb23721095ea68668f45065094f344 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon May 29 22:06:15 2023 +0200 - - New translations faq.json (Portuguese) - -4 4 frontend/public/locales/pt/faq.json - -commit 2ae07a42d71f78e2dc996684984c72849d1ffd00 -Author: Natalie -Date: Mon May 29 13:05:33 2023 -0700 - - Add english translations for check address - -4 1 frontend/public/locales/en/translation.json - -commit 385e602f85fa66448486a41cca9957f6873670eb -Author: Natalie -Date: Mon May 29 13:04:18 2023 -0700 - - Better mobile formatting and fixed error handling - -19 23 frontend/src/components/AddressForm.tsx - -commit 559c8fadaf194705c17e9fe6493eb1102796e44a -Author: Natalie -Date: Mon May 29 11:36:54 2023 -0700 - - Added loading icon and made checkbox aliged with top of the address text - -49 29 frontend/src/components/AddressForm.tsx - -commit c28935f1c01899b7642a4c3ec239b36aba23743a -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon May 29 13:40:02 2023 +0200 - - New translations an_admin_denied_your_join_request.gohtml (Hebrew) - -1 1 server/internal/views/emails/he/an_admin_denied_your_join_request.gohtml - -commit 552bebd945d54067e249cd4d746e7fc7614a81e9 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon May 29 13:40:01 2023 +0200 - - New translations an_admin_approved_your_join_request.gohtml (Hebrew) - -1 1 server/internal/views/emails/he/an_admin_approved_your_join_request.gohtml - -commit aa5a23131de9feea2a48262bb2dc15a2da7a16f4 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon May 29 13:39:25 2023 +0200 - - New translations testimonials.json (Portuguese) - -1 1 frontend/public/locales/pt/testimonials.json - -commit 73dac9e0be7084c637bbd49a302d78e238d1f1e6 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon May 29 13:39:22 2023 +0200 - - New translations faq.json (Swedish) - -28 0 frontend/public/locales/sv/faq.json - -commit 15a8a6d0f58578a6b957b23fc7f0021a646d1735 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon May 29 13:39:19 2023 +0200 - - New translations faq.json (French) - -28 0 frontend/public/locales/fr/faq.json - -commit 93adfff8a4182f645bf1f86b216e937800f4f900 -Merge: 35fc1c6b 9bd4f848 -Author: Lucian I. Last -Date: Mon May 29 12:44:00 2023 +0200 - - Merge branch 'kimberly-ux' - -commit 35fc1c6b807268284a9981f3db5ff61d0cea8c72 -Merge: f0c82bbb ecd7e076 -Author: Lucian I. Last -Date: Mon May 29 12:42:27 2023 +0200 - - Merge remote-tracking branch 'origin/l10n_main' - -commit d621c8d044afef86f1cada49e9b6d8d32e782e32 -Author: Lucian I. Last -Date: Mon May 29 12:24:00 2023 +0200 - - Design form - -100 19 frontend/src/pages/ChainMemberList.tsx - -commit f0c82bbb29c23e63ddb54a3d8a725bcfd947a56b -Author: Lucian I. Last -Date: Mon May 29 11:24:47 2023 +0200 - - Checkboxes shouldn't change text - -2 4 frontend/src/pages/ChainMemberList.tsx - -commit 0dce952f23f2b78280d01f330ddd2195f12b637a -Author: Lucian I. Last -Date: Mon May 29 11:21:49 2023 +0200 - - A loop cannot be open to new members but in a draft - -25 6 frontend/src/pages/ChainMemberList.tsx - -commit 073ee88bd4a149024a6aa7a1137d5b2ee2059a9b -Author: Lucian I. Last -Date: Mon May 29 11:03:59 2023 +0200 - - Connect app to server - -8 5 app/src/Store.tsx -9 2 app/src/pages/HelpList.tsx -3 1 server/internal/controllers/chain.go - -commit e35f1fd601c9ed6c9e7119026b4bff8e357ad8b6 -Author: Lucian I. Last -Date: Mon May 29 10:41:56 2023 +0200 - - Add create and delete options for Faq override - -3 0 app/public/locales/en/translation.json -3 0 app/public/locales/nl/translation.json -67 15 app/src/components/CreateUpdateRules.tsx - -commit ecd7e076b66a02f596d56aa044401a88e8b00002 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon May 29 00:40:00 2023 +0200 - - New translations faq.json (French) - -17 17 frontend/public/locales/fr/faq.json - -commit 91580ee7ea004f5204cd15f18ebcb3855283666f -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Sun May 28 23:34:53 2023 +0200 - - New translations faq.json (French) - -1 1 frontend/public/locales/fr/faq.json - -commit 4b7a0bc2cecb05c04478115294f4e9bcb07e0117 -Author: Natalie -Date: Sun May 28 13:19:34 2023 -0700 - - User can validate address before submitting - -103 3 frontend/src/components/AddressForm.tsx - -commit 02efd4585272b4a3f5c3ea98779cc08f5a2d29a4 -Author: Lucian I. Last -Date: Fri May 26 17:40:16 2023 +0200 - - Add CreateUpdateRules modal - -243 0 app/src/components/CreateUpdateRules.tsx -10 1 app/src/pages/HelpItem.tsx -38 1 app/src/pages/HelpList.tsx - -commit a92baacaa2d1e79fbcfa4abf47753a14d8f5af76 -Author: Lucian I. Last -Date: Fri May 26 17:39:21 2023 +0200 - - Add rules to chain - -7 0 app/src/api.ts -1 0 frontend/src/api/types.ts -2 0 server/internal/controllers/chain.go -1 0 server/internal/models/chain.go - -commit ac74f2862da6e965cacb6780538fd254a27ee5e8 -Author: Lucian I. Last -Date: Fri May 26 11:09:29 2023 +0200 - - Remove beta test email requirements - -0 2 .github/workflows/deploy-app.yml -0 1 app/.env.development -0 12 app/src/pages/Login.tsx - -commit 9bd4f8480048aad347a208a51a4a57cc2c09a4c9 -Author: Lucian I. Last -Date: Fri May 26 09:59:04 2023 +0200 - - thankyou page about -> faq button - -2 2 frontend/src/pages/Thankyou.tsx - -commit 03f5f5d1e7cd4d51549548ecef9f76723f0f5796 -Author: Lucian I. Last -Date: Fri May 26 09:57:01 2023 +0200 - - Add areYouSureLogout translation - -1 0 frontend/public/locales/en/translation.json -1 1 frontend/src/pages/AdminDashboard.tsx - -commit de0ce34437430ef48ca667780dc8f3c148525e73 -Author: Lucian I. Last -Date: Thu May 25 16:15:50 2023 +0200 - - Fix topheader navigation changes between different pages & Remove logout - -18 23 frontend/src/components/Navbar.tsx -30 7 frontend/src/pages/AdminDashboard.tsx - -commit d47348a141c89cdb6c2fcaa0e72b7b2e52708e14 -Author: Lucian I. Last -Date: Thu May 25 16:15:17 2023 +0200 - - Move to updated mailpit and fix email sending ability - -4 1 server/docker/docker-compose.yml - -commit 885ad33150bf91cc11fca09c3692da58b5e986df -Author: Lucian I. Last -Date: Thu May 25 15:22:05 2023 +0200 - - old events dont change opacity on hover - -2 7 frontend/src/pages/Events.tsx - -commit ef4d2566506aa70e2939a31245ce46b4b8dbd60e -Author: Lucian I. Last -Date: Thu May 25 13:24:45 2023 +0200 - - Ignore .orig android app files - -1 0 app/android/.gitignore -0 17 app/android/app/src/main/AndroidManifest.xml.orig - -commit f96b47294ba9c7d6bed157a726074377be1dc616 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed May 24 15:51:06 2023 +0200 - - New translations testimonials.json (Portuguese) - -1 1 frontend/public/locales/pt/testimonials.json - -commit 9041a9a732a72df5524bec5ed7def704e1f87111 -Author: Lucian I. Last -Date: Wed May 24 15:15:46 2023 +0200 - - Release app 1.1 - -2 2 app/android/app/build.gradle -2 2 app/package.json - -commit 5a2090913d22c154c5341421171652f51f53080f -Author: Lucian I. Last -Date: Wed May 24 14:49:23 2023 +0200 - - Fix setting bagNumber - -3 5 app/src/components/CreateUpdateBag.tsx -2 1 app/src/pages/BagsList.tsx - -commit 104eac8983b6695d463ca4f7fb9417272dabbde3 -Author: Lucian I. Last -Date: Wed May 24 14:22:56 2023 +0200 - - Change to action of web app to release creation - -2 3 .github/workflows/deploy-app.yml - -commit 7bfd6eee110567f95c156ee43ca092994e60a62c -Author: Lucian I. Last -Date: Wed May 24 14:20:12 2023 +0200 - - Fix bag changes - -45 32 app/src/components/{CreateBag.tsx => CreateUpdateBag.tsx} -12 91 app/src/pages/BagsList.tsx - -commit b71ef0b9f88c364e891c7c2fda421e2c0df73d2b -Author: Lucian I. Last -Date: Wed May 24 13:09:43 2023 +0200 - - Redesign bags app - -10 1 app/package-lock.json -2 1 app/package.json -2 0 app/public/locales/en/translation.json -2 0 app/public/locales/nl/translation.json -6 4 app/src/api.ts -22 42 app/src/components/CreateBag.tsx -280 38 app/src/pages/BagsList.tsx -15 0 app/src/theme/utilities.css -3 0 app/src/utils/sleep.ts -1 0 frontend/public/icons/bag.svg -4 3 frontend/src/api/bag.ts -2 1 frontend/src/api/types.ts -1 1 frontend/src/pages/ChainMemberList.tsx -1 1 frontend/src/util/sleep.ts -14 0 server/internal/app/database.go -9 8 server/internal/controllers/bag.go -2 2 server/internal/models/bag.go - -commit 37cc3f83ebf8ccebf86dc6e82fd78d1a6feb3b62 -Author: Lucian I. Last -Date: Mon May 22 23:06:41 2023 +0200 - - default end date to start date once on event creation - -18 3 frontend/src/components/EventChangeForm.tsx - -commit 6e61a68cb93b9bf5f5a6c9cf5fee199329280196 -Author: Lucian I. Last -Date: Mon May 22 22:10:17 2023 +0200 - - Fix refresh members page - -1 1 frontend/src/pages/ChainMemberList.tsx - -commit 02fcb320ff476c97a5eb205ca0f39837f3e6c6e0 -Author: Lucian I. Last -Date: Mon May 22 17:40:26 2023 +0200 - - Fix ProgressBar missing key - -1 0 frontend/src/components/ProgressBar.tsx - -commit c8ef18064c4edbdd71e812f82dff9c4a301003bb -Author: Lucian I. Last -Date: Mon May 22 12:53:37 2023 +0200 - - increase to 2 people above and below in the route - -22 10 server/internal/controllers/users.go - -commit 24d1acaa4c8cd4b586b11ee64386a4f30f64e7c4 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon May 22 12:04:46 2023 +0200 - - New translations faq.json (Swedish) - -28 0 frontend/public/locales/sv/faq.json - -commit 52641cb94ab702ec7895ca3980f153628b871386 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon May 22 12:04:45 2023 +0200 - - New translations faq.json (Dutch) - -9 9 frontend/public/locales/nl/faq.json - -commit 80ca056bf92c352705e3409cc58e6351d36b74e0 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon May 22 12:04:42 2023 +0200 - - New translations faq.json (French) - -36 0 frontend/public/locales/fr/faq.json - -commit 2becf76fea6f28e52fa2a9f315308f00d096cf33 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon May 22 12:04:38 2023 +0200 - - New translations translation.json (Swedish) - -5 5 frontend/public/locales/sv/translation.json - -commit 860ebf04afcc18cfa37994a2b3f7dd5c7768b72a -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon May 22 12:04:37 2023 +0200 - - New translations translation.json (Dutch) - -5 5 frontend/public/locales/nl/translation.json - -commit e12234b3074aaab72113752f7c54d3248b5091f3 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon May 22 12:04:36 2023 +0200 - - New translations translation.json (Italian) - -5 5 frontend/public/locales/it/translation.json - -commit e4c7ba00dbf9a2ab419e2dbe50ec5662526c1ca2 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon May 22 12:04:35 2023 +0200 - - New translations translation.json (German) - -5 5 frontend/public/locales/de/translation.json - -commit 1b42152204793cc72fa7b993983b4d0268395d74 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon May 22 12:04:34 2023 +0200 - - New translations translation.json (Spanish) - -5 5 frontend/public/locales/es/translation.json - -commit 86091806cba74e3869bed01c4a1c457411fd0950 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon May 22 12:04:33 2023 +0200 - - New translations translation.json (French) - -5 5 frontend/public/locales/fr/translation.json - -commit 1712332c50f1c2b43dddec5ec4f1687b5b71ca60 -Merge: b909cc26 9c6ba4cf -Author: Lucian I. Last -Date: Mon May 22 10:58:28 2023 +0200 - - Merge remote-tracking branch 'origin/l10n_main' - -commit 9c6ba4cf2a523302ca3a8ce77cfd95081d2a8f0d -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon May 22 10:51:40 2023 +0200 - - New translations translation.json (Swedish) - -6 5 frontend/public/locales/sv/translation.json - -commit 399cb68ba43399d5ad0334d301c3441aa3319994 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon May 22 10:51:40 2023 +0200 - - New translations translation.json (Portuguese) - -1 0 frontend/public/locales/pt/translation.json - -commit 725be871b2fe95d6e3ff422877661a8ccb3e2e73 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon May 22 10:51:39 2023 +0200 - - New translations translation.json (Polish) - -1 0 frontend/public/locales/pl/translation.json - -commit 3bf44f0603245a107101a0651a57308a1c63f3b8 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon May 22 10:51:38 2023 +0200 - - New translations translation.json (Dutch) - -6 5 frontend/public/locales/nl/translation.json - -commit 1b224cb863a7afec6c7e9cc45d54e0240143e429 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon May 22 10:51:37 2023 +0200 - - New translations translation.json (Korean) - -1 0 frontend/public/locales/ko/translation.json - -commit 872d927027122bdc57c5d1af54ca9814596429d9 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon May 22 10:51:36 2023 +0200 - - New translations translation.json (Japanese) - -1 0 frontend/public/locales/ja/translation.json - -commit efcfbcb9eceb5529b3882bfb3067474ecec8fd0d -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon May 22 10:51:35 2023 +0200 - - New translations translation.json (Italian) - -6 5 frontend/public/locales/it/translation.json - -commit 02b088d052f6f1c9c45510cfab29e9f3ea6fff0a -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon May 22 10:51:34 2023 +0200 - - New translations translation.json (Hebrew) - -1 0 frontend/public/locales/he/translation.json - -commit 749ce75fffd725ae9d388a7d145c4c8293f2aec9 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon May 22 10:51:33 2023 +0200 - - New translations translation.json (German) - -6 5 frontend/public/locales/de/translation.json - -commit 03002a1fb21dab1a8053bd6dd78b49235f43bd16 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon May 22 10:51:32 2023 +0200 - - New translations translation.json (Spanish) - -6 5 frontend/public/locales/es/translation.json - -commit 4359a638773fe950869e123b8abb13e013214c53 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon May 22 10:51:30 2023 +0200 - - New translations translation.json (French) - -6 5 frontend/public/locales/fr/translation.json - -commit b909cc2622c27af4019e562789d29a030e4352a2 -Author: Lucian I. Last -Date: Mon May 22 10:33:36 2023 +0200 - - Add previous events - -1 0 frontend/public/locales/en/translation.json -3 0 frontend/src/api/event.ts -39 6 frontend/src/pages/Events.tsx -33 0 server/internal/controllers/event.go -1 0 server/internal/server.go - -commit 1f0e7ad6a0c1b276df018746ca8b6657118e2e78 -Author: Lucian I. Last -Date: Mon May 22 09:46:44 2023 +0200 - - Fix refresh on user edit page - -5 4 frontend/src/pages/UserEdit.tsx - -commit f28a1e03cdcda8797ab5e6bd3177f77c684c2741 -Author: Lucian I. Last -Date: Fri May 19 12:54:44 2023 +0200 - - Add host indicator to address item - -6 2 app/src/pages/AddressItem.tsx - -commit 68c6518920a343ae18e07a8ecc9515bbf810a354 -Merge: 746189dd 2236037d -Author: Lucian I. Last -Date: Fri May 19 12:49:45 2023 +0200 - - Merge remote-tracking branch 'origin/l10n_main' - -commit 3e52d0c4c4cfa19f7e2784c803ff14b2a3baaf23 -Merge: 3e15fed2 746189dd -Author: Lucian I. Last -Date: Fri May 19 12:40:34 2023 +0200 - - Merge branch 'main' into automatic-close-after-60-days-pending-participants-#463 - -commit 746189dd9d8c63d417a903d141de1295f9405c56 -Author: Lucian I. Last -Date: Fri May 19 12:39:32 2023 +0200 - - Improve privacy rules & Change ui accordingly - - For a participant: - 1. Hosts will always display their phone and email - 2. Details of the person above and below will be available - 3. Details of anyone with a bulky item will be available - -48 37 app/src/components/UserCard.tsx -26 4 app/src/pages/AddressList.tsx -6 0 app/src/theme/utilities.css -3 0 app/src/utils/is_private.ts - -commit 3fe27e5dc593e2f62c86b283ccf5afd2feb9c4a9 -Merge: 9f116bc3 23711d7e -Author: Lucian I. Last -Date: Fri May 19 11:46:23 2023 +0200 - - Merge branch 'pause-user' - -commit 23711d7e6b4e255f74dddb8ce3246c8a7766ded4 -Author: Lucian I. Last -Date: Fri May 19 11:46:10 2023 +0200 - - Show user address and details for bulky items - -37 2 server/internal/controllers/users.go - -commit 1f955429458ad46b8a97bd48c870efa804305d0e -Author: Lucian I. Last -Date: Fri May 19 11:45:18 2023 +0200 - - Show only address on signup - -1 0 frontend/src/pages/Signup.tsx - -commit b4b6ea9b1b5ba135dc2b0a030d02874d2874131d -Author: Lucian I. Last -Date: Fri May 19 11:44:55 2023 +0200 - - Allow any login user in development in app - -2 1 app/src/pages/Login.tsx - -commit 1a5a6a46317a063cb4496d29bc8621d0abb9c684 -Author: Lucian I. Last -Date: Fri May 19 10:16:08 2023 +0200 - - Fix pause text - -2 2 app/public/locales/en/translation.json -2 2 app/public/locales/nl/translation.json -3 3 app/src/pages/Settings.tsx -3 0 app/src/theme/overrides.css - -commit 1367c75dc9c5377fd909f9dd687f4b9a88675e34 -Author: Lucian I. Last -Date: Fri May 19 09:44:39 2023 +0200 - - Remove debug from user update call - -1 1 server/internal/controllers/users.go - -commit 55ab8301c70bc474bf5b8fe220e3849d368970df -Merge: 16ca4f6f 9f116bc3 -Author: Lucian I. Last -Date: Thu May 18 15:40:08 2023 +0200 - - Merge branch 'main' into pause-user - -commit 9f116bc3683911f6e482286d8db0792b9c197fa1 -Merge: f982fccd 6c34d336 -Author: Lucian I. Last -Date: Thu May 18 15:37:54 2023 +0200 - - Merge branch 'only-you-can-purge' - -commit 6c34d3369f4ce23482c04fc2df1b70a2a47b8c54 -Author: Lucian I. Last -Date: Thu May 18 15:37:39 2023 +0200 - - Fix error messaging - -5 1 server/internal/controllers/users.go - -commit f982fccdde50e373ab8a0e2b029d4c96911e3a20 -Author: Lucian I. Last -Date: Thu May 18 15:33:59 2023 +0200 - - Fix react warning use defaultValue instead of selected - -2 1 frontend/src/pages/ChainMemberList.tsx - -commit 2236037d1c527d73bb6fb411b8d1a10075b08636 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu May 18 15:33:37 2023 +0200 - - New translations translation.json (Swedish) - -2 1 frontend/public/locales/sv/translation.json - -commit 5ec7713109473b9366edd63328d908c9fe419e24 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu May 18 15:33:36 2023 +0200 - - New translations translation.json (Portuguese) - -2 1 frontend/public/locales/pt/translation.json - -commit 4154c62f6c7548a800fb15d62f2c3047ccd5fb5c -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu May 18 15:33:35 2023 +0200 - - New translations translation.json (Polish) - -2 1 frontend/public/locales/pl/translation.json - -commit 8326bdf513e51b924dc0d92f6d7e8ee55ab0e1ba -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu May 18 15:33:34 2023 +0200 - - New translations translation.json (Dutch) - -2 1 frontend/public/locales/nl/translation.json - -commit be0bdb9f5cfb61d4c90c4e78947b17919a3ddf80 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu May 18 15:33:33 2023 +0200 - - New translations translation.json (Korean) - -2 1 frontend/public/locales/ko/translation.json - -commit b7da8cd31a55e1108a413e0db7fc122cefd195eb -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu May 18 15:33:32 2023 +0200 - - New translations translation.json (Japanese) - -2 1 frontend/public/locales/ja/translation.json - -commit 545da6d37581c60c7538a8b2c57d3ed30da9a26a -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu May 18 15:33:31 2023 +0200 - - New translations translation.json (Italian) - -2 1 frontend/public/locales/it/translation.json - -commit 8c4cd6113046cccc0a4c823dc78ed7f36c77a911 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu May 18 15:33:30 2023 +0200 - - New translations translation.json (Hebrew) - -2 1 frontend/public/locales/he/translation.json - -commit 282ccdd91888562e5928e687883f51b0d8b7eb69 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu May 18 15:33:29 2023 +0200 - - New translations translation.json (German) - -2 1 frontend/public/locales/de/translation.json - -commit 2b679b546407fb03288d3019f10e420b1d3804eb -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu May 18 15:33:28 2023 +0200 - - New translations translation.json (Spanish) - -2 1 frontend/public/locales/es/translation.json - -commit 26b1a9290d867b95acea4afe237611f21d879aa3 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu May 18 15:33:27 2023 +0200 - - New translations translation.json (French) - -2 1 frontend/public/locales/fr/translation.json - -commit e0147ef1b38b23ba1c399f76b6e8a6b9f3596bcf -Merge: c8a49a68 0f663949 -Author: Lucian I. Last -Date: Thu May 18 15:29:02 2023 +0200 - - Merge branch 'add-bags-to-members-page' - -commit 0f663949bb6666afab6140b366c642458c9500f3 -Author: Lucian I. Last -Date: Thu May 18 15:27:58 2023 +0200 - - Add bags dropdown - -9 1 frontend/src/pages/ChainMemberList.tsx - -commit 11bfe32cee9555b338f264caba194ffeeee124ae -Author: Lucian I. Last -Date: Thu May 18 15:25:20 2023 +0200 - - Add list of bags - -46 17 frontend/src/pages/ChainMemberList.tsx - -commit c8a49a68f993a1151d1c401fbe0b45c145a3855e -Author: Lucian I. Last -Date: Thu May 18 14:28:45 2023 +0200 - - Fix margins on events filter & edit loop button - -1 1 frontend/src/pages/ChainMemberList.tsx -7 4 frontend/src/pages/Events.tsx - -commit 4fc141fb493b0dc2c89c0799c38aeec7a2245ae3 -Author: Lucian I. Last -Date: Thu May 18 14:25:41 2023 +0200 - - Add bags translation en - -2 1 frontend/public/locales/en/translation.json - -commit 9672c60e0f7343b467d9cd2f6072d048304ed76f -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu May 18 14:02:44 2023 +0200 - - New translations translation.json (Swedish) - -5 5 frontend/public/locales/sv/translation.json - -commit 04003448a3df6fbe02b85224cca11e9a3a35dfc7 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu May 18 14:02:42 2023 +0200 - - New translations translation.json (Portuguese) - -6 1 frontend/public/locales/pt/translation.json - -commit 4788a2bbce4edb51005549d14dc0139adcb858cc -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu May 18 14:02:41 2023 +0200 - - New translations translation.json (Polish) - -6 1 frontend/public/locales/pl/translation.json - -commit e10082f771e823f32155db0f78ad446f795a581c -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu May 18 14:02:41 2023 +0200 - - New translations translation.json (Dutch) - -5 5 frontend/public/locales/nl/translation.json - -commit 37dcc0929d23c02f4688eefc0dbf42bba8cb621f -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu May 18 14:02:40 2023 +0200 - - New translations translation.json (Korean) - -6 1 frontend/public/locales/ko/translation.json - -commit 0977aa553f23e8e06225c00f2138b922f7dbd72a -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu May 18 14:02:39 2023 +0200 - - New translations translation.json (Japanese) - -6 1 frontend/public/locales/ja/translation.json - -commit aa623d929b2c4672b6632712a244812342641515 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu May 18 14:02:38 2023 +0200 - - New translations translation.json (Italian) - -5 5 frontend/public/locales/it/translation.json - -commit 88aa5c9fbb8b4d238a29f501b9979758f9cfdaf0 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu May 18 14:02:37 2023 +0200 - - New translations translation.json (Hebrew) - -6 1 frontend/public/locales/he/translation.json - -commit 55f1eca6f4facd7569f181c813d7d555d15ccf16 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu May 18 14:02:36 2023 +0200 - - New translations translation.json (German) - -5 5 frontend/public/locales/de/translation.json - -commit b0807a0bd24d37e07a0078119685f78a30a4f160 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu May 18 14:02:35 2023 +0200 - - New translations translation.json (Spanish) - -5 5 frontend/public/locales/es/translation.json - -commit e456b192eaff7f86dd110e82f60ade2b55b32958 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu May 18 14:02:34 2023 +0200 - - New translations translation.json (French) - -5 5 frontend/public/locales/fr/translation.json - -commit 2654aded5044332f809da42fa834fe53847e169e -Author: Lucian I. Last -Date: Thu May 18 13:57:56 2023 +0200 - - Update github action deploy badges - -2 1 README.md - -commit c00d00880b576d12c15a5f1d93633c79444204f5 -Merge: 91e39b9b 93f8ec53 -Author: Lucian I. Last -Date: Thu May 18 13:55:21 2023 +0200 - - Merge pull request #475 from NatalieWilson19/change-to-seperated-address-#394 - - Change to seperated address #394 - -commit 93f8ec53a0660c6c4910767d26e057d83f86549a -Author: Lucian I. Last -Date: Thu May 18 13:53:27 2023 +0200 - - Fix setting newsletter - -200 149 frontend/src/components/AddressForm.tsx -0 56 frontend/src/components/formActions.tsx -9 2 frontend/src/pages/NewChainSignup.tsx -8 1 frontend/src/pages/Signup.tsx -13 36 frontend/src/pages/UserEdit.tsx - -commit 3bfd2b989d42d8075798b4a540b463e888fc67a3 -Author: Lucian I. Last -Date: Wed May 17 17:43:20 2023 +0200 - - wip newsletter - -6 9 frontend/src/components/AddressForm.tsx -7 1 frontend/src/components/formActions.tsx - -commit ad15f776f32e81046678ae7977d9cd0b2cca4b5c -Merge: 3e86f70a 91e39b9b -Author: Lucian I. Last -Date: Wed May 17 17:15:55 2023 +0200 - - Merge branch 'main' into change-to-seperated-address-#394 - -commit 91e39b9b568c56997997c7f433d22e08b59a5ccb -Merge: 56268141 e19e0f7c -Author: Lucian I. Last -Date: Wed May 17 17:13:30 2023 +0200 - - Merge pull request #462 from the-clothing-loop/privacy-userofchain - - hide email phone - -commit e19e0f7c381927a2ead9fefbc6970164299f115e -Author: Lucian I. Last -Date: Wed May 17 17:10:08 2023 +0200 - - Test & Add email phone to show for hosts - -3 2 server/internal/controllers/users.go - -commit d970df862a49469b432f99568a1220c6c6e7ed8c -Merge: 72b32736 56268141 -Author: Lucian I. Last -Date: Wed May 17 11:50:29 2023 +0200 - - Merge branch 'main' into privacy-userofchain - -commit 16ca4f6fcb320e0dcc0d2a30cf54bc7938f2c22b -Merge: 61c6178c 56268141 -Author: Lucian I. Last -Date: Wed May 17 11:49:26 2023 +0200 - - Merge branch 'main' into pause-user - -commit 562681411c4e8d7f24ddcc7a6ccbe99d14c3cc2e -Author: Lucian I. Last -Date: Wed May 17 11:49:01 2023 +0200 - - Only show approved loops on app - -5 1 app/src/pages/Settings.tsx - -commit 72b32736b03c2a839e99939b65e140df0d2676f9 -Author: Lucian I. Last -Date: Wed May 17 11:43:54 2023 +0200 - - Show email and phone number on host for participants - -5 3 server/internal/controllers/users.go - -commit 9764d497dd6dfe5b09f429e2a49a4e72ad005270 -Merge: da19be89 db302d24 -Author: Lucian I. Last -Date: Wed May 17 09:32:57 2023 +0200 - - Merge branch 'main' into add-bags-to-members-page - -commit db302d24d3a5615c735c36ecf24d2861ea659283 -Merge: fa5d4ae4 ca513f95 -Author: Lucian I. Last -Date: Wed May 17 09:10:25 2023 +0200 - - Merge branch 'main' of github.com:the-clothing-loop/website - -commit fa5d4ae411815004678235763653160234e35544 -Author: Lucian I. Last -Date: Wed May 17 09:10:21 2023 +0200 - - Fix break rule of hooks - -1 2 frontend/src/pages/AdminDashboard.tsx - -commit ca513f95775ae267d235db8cd75510037d7dd48d -Merge: bc7cb3ca 52773ce6 -Author: Lucian I. Last -Date: Wed May 17 08:33:01 2023 +0200 - - Merge pull request #474 from NatalieWilson19/admin-table-loops-page - - Admin table loop page - -commit 52773ce62e0b7954154a173aaf4cbed156cbb9fc -Author: Lucian I. Last -Date: Wed May 17 08:31:30 2023 +0200 - - Fix x padding on mobile & allow root admin access - -14 12 frontend/src/pages/ChainMemberList.tsx - -commit 3e86f70a3c78f4733b2668aa4fa18dfecd48601b -Author: Natalie -Date: Tue May 16 15:17:09 2023 -0700 - - remove unused user variable - -1 3 frontend/src/components/AddressForm.tsx - -commit 52d9a4f79d95d5cd00935e3eb2a7d88387b48c2d -Author: Natalie -Date: Tue May 16 15:07:54 2023 -0700 - - prettier - -71 67 frontend/src/components/AddressForm.tsx -2 2 frontend/src/pages/NewChainSignup.tsx -1 1 frontend/src/pages/UserEdit.tsx - -commit dcb9f869b45ff36ad256f0a81fb7aa2efd62d499 -Author: Natalie -Date: Tue May 16 15:05:55 2023 -0700 - - removed unnecessary divs, improved newsletter - -41 38 frontend/src/components/AddressForm.tsx -4 21 frontend/src/pages/NewChainSignup.tsx -5 14 frontend/src/pages/Signup.tsx -2 2 frontend/src/pages/UserEdit.tsx - -commit f9e64342e00bae3694f5184ed23c431997c92440 -Author: Lucian I. Last -Date: Wed May 17 00:00:38 2023 +0200 - - only you or super admin can purge account - -9 1 server/internal/controllers/users.go - -commit 8dc2cd40f4b548d7777ad730d9eaddddf6852454 -Merge: 8fcfe14f bc7cb3ca -Author: Natalie -Date: Mon May 15 17:19:59 2023 -0700 - - merge main into branch - -commit 8fcfe14fdeef6c61155e7b75222586fe06e3630a -Author: Natalie -Date: Mon May 15 17:00:16 2023 -0700 - - fix newsletter - -10 3 frontend/src/pages/NewChainSignup.tsx -6 1 frontend/src/pages/Signup.tsx - -commit 75fe20d8a55d3b1234c50e37f3f4588d5fdca5f9 -Author: Natalie -Date: Mon May 15 15:54:42 2023 -0700 - - make classes prop optional and fix privacy policy - -8 2 frontend/src/components/AddressForm.tsx -11 1 frontend/src/pages/NewChainSignup.tsx -5 2 frontend/src/pages/Signup.tsx -1 1 frontend/src/pages/UserEdit.tsx - -commit 0975fe1c887e4437db45edd5457457465aaa9504 -Author: Natalie -Date: Mon May 15 14:32:59 2023 -0700 - - prettier - -1 4 frontend/src/pages/ChainMemberList.tsx - -commit 0e900f289dcdd5713455c9519c0115140668e366 -Merge: a0e79d24 bc7cb3ca -Author: Natalie -Date: Mon May 15 14:31:36 2023 -0700 - - Merge branch 'main' of https://github.com/the-clothing-loop/website into admin-table-loops-page - - pull main into branch - -commit a0e79d24fd3afa596fbf9c97a6d0da7e3dcb639e -Author: Natalie -Date: Mon May 15 14:27:45 2023 -0700 - - slightly bigger margins - -3 3 frontend/src/pages/ChainMemberList.tsx - -commit f5076a50c964cb79c30c4064385f08cd9904af03 -Author: Natalie -Date: Mon May 15 11:43:43 2023 -0700 - - Add translations - -6 1 frontend/public/locales/de/translation.json -6 1 frontend/public/locales/en/translation.json -6 1 frontend/public/locales/es/translation.json -6 1 frontend/public/locales/fr/translation.json -6 1 frontend/public/locales/he/translation.json -6 1 frontend/public/locales/it/translation.json -6 1 frontend/public/locales/nl/translation.json -6 1 frontend/public/locales/sv/translation.json -12 14 frontend/src/components/AddressForm.tsx - -commit c40dc404e8c55b63e37c13e88ff503eefb8a6145 -Author: Natalie -Date: Mon May 15 10:46:13 2023 -0700 - - simplified getPlaceName - -15 31 frontend/src/components/AddressForm.tsx - -commit 619698038532aec0475e3497957e53113c0feb3f -Author: Natalie -Date: Mon May 15 09:58:39 2023 -0700 - - clean up onSubmit function and fixed email issue - -69 40 frontend/src/components/AddressForm.tsx -7 18 frontend/src/pages/NewChainSignup.tsx -7 25 frontend/src/pages/Signup.tsx -6 18 frontend/src/pages/UserEdit.tsx - -commit 583c65a0609165b8426eb72e544e93c65d094e1c -Author: Natalie -Date: Sun May 14 15:18:31 2023 -0700 - - remove empty className - -1 1 frontend/src/pages/AdminDashboard.tsx - -commit 2ff1232f316457352b8a9ffbb912a3a327ae7780 -Author: Natalie -Date: Sun May 14 15:18:06 2023 -0700 - - made width of form wider - -1 1 frontend/src/pages/UserEdit.tsx - -commit 514936b800303cc4eaec4826db328c66dd3606b2 -Author: Natalie -Date: Sun May 14 15:13:51 2023 -0700 - - fixed autofill, seperate city and state/province - -24 17 frontend/src/components/AddressForm.tsx - -commit 593e11eb7a218a694c7c51a801b47152edc65926 -Author: Natalie -Date: Sun May 14 14:21:15 2023 -0700 - - fixed mobile version - -1 1 frontend/src/pages/ChainMemberList.tsx - -commit 30f601e72db7da8e2bbfab241c8939fd621f2e15 -Author: Natalie -Date: Sun May 14 13:46:03 2023 -0700 - - deleted comments, added top margin - -1 7 frontend/src/pages/ChainMemberList.tsx - -commit 01047c157c56fed83a38a5a5f9899566f02232c0 -Author: Natalie -Date: Sun May 14 12:28:14 2023 -0700 - - made the add co-host button and the edit loop button the same size - -2 2 frontend/src/pages/ChainMemberList.tsx - -commit a99de596b92477536bc5d78375e221f99d5b4d74 -Author: Natalie -Date: Sun May 14 12:18:12 2023 -0700 - - fixed padding and margins - -7 7 frontend/src/pages/ChainMemberList.tsx - -commit 9a3212080ed42e10688ed07e4ce6a05f3d755044 -Author: Natalie -Date: Sun May 14 11:46:13 2023 -0700 - - fix address string, code cleanup - -13 13 frontend/src/components/AddressForm.tsx -0 3 frontend/src/pages/UserEdit.tsx - -commit 1082a9839dc773b6f1a9735c99bb01b99ddbd2cc -Author: Natalie -Date: Sat May 13 16:17:25 2023 -0700 - - fixed newsletter, code cleanup - -5 13 frontend/src/components/AddressForm.tsx -1 7 frontend/src/pages/NewChainSignup.tsx -1 11 frontend/src/pages/Signup.tsx - -commit b486158d63587e5ddb2d8e6137b071fcb396e55e -Author: Natalie -Date: Sat May 13 16:05:37 2023 -0700 - - implement AddressForm in NewChainSignup - -25 54 frontend/src/pages/NewChainSignup.tsx - -commit 008a876687a4fe3afcb1afe042f78dbf27a1ef64 -Author: Natalie -Date: Sat May 13 16:02:21 2023 -0700 - - fix sizes for Signup - -4 7 frontend/src/pages/Signup.tsx - -commit 13782b918e10b42446b42a5d27b4d20c64272c5e -Author: Natalie -Date: Sat May 13 15:49:32 2023 -0700 - - fixed size and newsletter - -13 5 frontend/src/components/AddressForm.tsx -41 17 frontend/src/pages/UserEdit.tsx - -commit fba1aece3e898a33c4bf40aa1fdc9752f4b8c626 -Author: Natalie -Date: Sat May 13 11:57:30 2023 -0700 - - implement AddressForm in Signup - -27 50 frontend/src/pages/Signup.tsx - -commit 5f3a127675952d9be504105248a54ff75d2d1f3b -Author: Natalie -Date: Sat May 13 11:51:14 2023 -0700 - - implement AddressForm component for UserEdit - -25 156 frontend/src/pages/UserEdit.tsx - -commit 31ef8d13dcad52a733b7b2b5897753b5099bde7f -Author: Natalie -Date: Sat May 13 11:47:19 2023 -0700 - - Add prefilled fields for logged in users, made email only visible when not logged in - -76 17 frontend/src/components/AddressForm.tsx - -commit e768273449f9253b428de9440ae9dd6c0d4f5eb6 -Author: Natalie -Date: Fri May 12 12:51:52 2023 -0700 - - address form component - -163 0 frontend/src/components/AddressForm.tsx - -commit da19be89577454c62ff588af2b9917ccbd02ba43 -Author: Lucian I. Last -Date: Fri May 12 17:55:51 2023 +0200 - - Fix bags location and add react key - -3 1 frontend/src/pages/ChainMemberList.tsx - -commit 0f3d429bf6c26026b9aa4eb8b262630e6079a934 -Author: Lucian I. Last -Date: Fri May 12 17:49:49 2023 +0200 - - Add bags icon - -23 0 frontend/src/api/bag.ts -8 0 frontend/src/api/types.ts -76 14 frontend/src/pages/ChainMemberList.tsx - -commit 61c6178c20aa4dfa0983a4cb55cf90ec93174740 -Author: Lucian I. Last -Date: Fri May 12 16:41:21 2023 +0200 - - Add translations - -7 1 app/public/locales/en/translation.json -7 1 app/public/locales/nl/translation.json -3 3 app/src/pages/Settings.tsx - -commit 3d958fefd47d037e3ed625b27883b209e6dfc811 -Author: Lucian I. Last -Date: Fri May 12 16:33:57 2023 +0200 - - Change to pause_until - - - If this value if in the future the user is paused - - The app has a list of possible pause durations - -1 1 app/src/App.tsx -26 3 app/src/Store.tsx -2 2 app/src/api.ts -29 3 app/src/components/UserCard.tsx -6 0 app/src/dayjs.ts -10 1 app/src/pages/AddressItem.tsx -29 1 app/src/pages/AddressList.tsx -1 1 app/src/pages/BagsList.tsx -67 11 app/src/pages/Settings.tsx -8 0 app/src/utils/is_paused.ts -1 1 frontend/src/api/types.ts -1 1 frontend/src/api/user.ts -13 13 server/internal/controllers/users.go -1 1 server/internal/models/user.go - -commit 9ffc3fbdd23002735feb337bf41973e922342e67 -Merge: 253c5d64 bc7cb3ca -Author: Lucian I. Last -Date: Thu May 11 17:27:59 2023 +0200 - - Merge branch 'main' into pause-user - -commit 99a0f67ce371a57335e41c11de8151c4c7a64007 -Author: Lucian I. Last -Date: Thu May 11 17:18:46 2023 +0200 - - Fix omission requirements - -19 14 server/internal/controllers/users.go -0 10 server/internal/models/user.go - -commit bc7cb3caf4d1ee3395abc3cf372cdedc0ef73cbd -Merge: e1d9022d c6870309 -Author: Lucian I. Last -Date: Thu May 11 16:06:40 2023 +0200 - - Merge remote-tracking branch 'origin/l10n_main' - -commit b0a2de609b9745d339ed07972531713ba07bcd6f -Author: Lucian I. Last -Date: Thu May 11 16:05:33 2023 +0200 - - Only show route direct siblings - - Login brocken! - -27 4 server/internal/controllers/users.go -10 0 server/internal/models/user.go - -commit 12113c74608d78fd35def534c5ef8c3fd985ee66 -Merge: 3d6ac949 e1d9022d -Author: Lucian I. Last -Date: Thu May 11 15:18:17 2023 +0200 - - Merge branch 'main' into privacy-userofchain - -commit e1d9022ddfa4dd9944b8370cb9433e3121844be3 -Merge: d6ca8a26 d5bf8129 -Author: Lucian I. Last -Date: Thu May 11 15:16:24 2023 +0200 - - Merge remote-tracking branch 'origin/l10n_main' - -commit c6870309ad7d9fcc2565dd2528aaeea2a6874e8b -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu May 11 15:16:08 2023 +0200 - - New translations login_verification.gohtml (Swedish) - -4 2 server/internal/views/emails/sv/login_verification.gohtml - -commit 2253603fb2abda42df7ec27bdb2cf9252e5efd3c -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu May 11 15:16:07 2023 +0200 - - New translations login_verification.gohtml (Portuguese) - -4 2 server/internal/views/emails/pt/login_verification.gohtml - -commit 6b202e5ea1d2fc43d881f426cebdb572a4eccba4 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu May 11 15:16:07 2023 +0200 - - New translations login_verification.gohtml (Polish) - -4 2 server/internal/views/emails/pl/login_verification.gohtml - -commit abaed76946f1ebf510118f7105f803cd0f2b203f -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu May 11 15:16:06 2023 +0200 - - New translations login_verification.gohtml (Dutch) - -4 2 server/internal/views/emails/nl/login_verification.gohtml - -commit 243083e5f9448cefd5cc858ac098b40ebe6620f9 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu May 11 15:16:05 2023 +0200 - - New translations login_verification.gohtml (Korean) - -4 2 server/internal/views/emails/ko/login_verification.gohtml - -commit 1ec47a744934b7e953ef6794baa16286e8cc384c -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu May 11 15:16:04 2023 +0200 - - New translations login_verification.gohtml (Japanese) - -4 2 server/internal/views/emails/ja/login_verification.gohtml - -commit b6a62a3225a0b2f1ef007fb3b6a09bcbf177753a -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu May 11 15:16:03 2023 +0200 - - New translations login_verification.gohtml (Italian) - -4 2 server/internal/views/emails/it/login_verification.gohtml - -commit 3f19b4de0d55c8fe24fbed9b6478a5a595b08af2 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu May 11 15:16:02 2023 +0200 - - New translations login_verification.gohtml (Hebrew) - -4 2 server/internal/views/emails/he/login_verification.gohtml - -commit 01dfff6f76495595867127641966060fa668e141 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu May 11 15:16:01 2023 +0200 - - New translations login_verification.gohtml (German) - -4 2 server/internal/views/emails/de/login_verification.gohtml - -commit c65455534107d5082edc411dd96897ee82ee154f -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu May 11 15:16:00 2023 +0200 - - New translations login_verification.gohtml (Spanish) - -4 2 server/internal/views/emails/es/login_verification.gohtml - -commit 8d1cc78d941557bb2ae26144dcfbd2093682b799 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu May 11 15:15:59 2023 +0200 - - New translations login_verification.gohtml (French) - -4 2 server/internal/views/emails/fr/login_verification.gohtml - -commit d6ca8a26191e94441b3e15d0aae13b30490f3885 -Merge: 4f836a84 9474d85f -Author: Lucian I. Last -Date: Thu May 11 14:53:19 2023 +0200 - - Merge branch 'seperate-login-email-for-app' - -commit 9474d85fae7fbee5014676fccd87977673da73da -Author: Lucian I. Last -Date: Thu May 11 14:52:47 2023 +0200 - - Only show app password for app login - -4 2 server/internal/views/emails/ar/login_verification.gohtml -4 2 server/internal/views/emails/da/login_verification.gohtml -4 2 server/internal/views/emails/de/login_verification.gohtml -4 2 server/internal/views/emails/en/login_verification.gohtml -4 2 server/internal/views/emails/es/login_verification.gohtml -4 2 server/internal/views/emails/fr/login_verification.gohtml -4 2 server/internal/views/emails/he/login_verification.gohtml -4 2 server/internal/views/emails/it/login_verification.gohtml -4 2 server/internal/views/emails/ja/login_verification.gohtml -4 2 server/internal/views/emails/ko/login_verification.gohtml -4 2 server/internal/views/emails/nl/login_verification.gohtml -4 2 server/internal/views/emails/pl/login_verification.gohtml -4 2 server/internal/views/emails/pt/login_verification.gohtml -4 2 server/internal/views/emails/sv/login_verification.gohtml -4 2 server/internal/views/emails/zh/login_verification.gohtml - -commit 4f836a8403a18661bbfb891f668f786709213660 -Author: Lucian I. Last -Date: Thu May 11 13:22:41 2023 +0200 - - Fix typescript error - -1 6 frontend/src/pages/Events.tsx - -commit eb3a13abe8bc0a9954e751add3ff0da23153964d -Author: Lucian I. Last -Date: Thu May 11 13:19:58 2023 +0200 - - Lint - -17 17 frontend/public/locales/nl/faq.json - -commit 19c767017f305ef53029be1d99d4a44655a29908 -Author: Lucian I. Last -Date: Thu May 11 13:16:52 2023 +0200 - - Fix events location - -3 1 frontend/src/components/LocationModal.tsx -14 15 frontend/src/pages/Events.tsx -5 2 server/internal/controllers/event.go - -commit d5bf8129201e80b47dc1cda7a6988917ee8f7166 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu May 11 12:46:05 2023 +0200 - - New translations translation.json (Hebrew) - -31 31 frontend/public/locales/he/translation.json - -commit 46c022c38c29f3752dbab568563d33b19a957032 -Author: Lucian I. Last -Date: Thu May 11 12:27:42 2023 +0200 - - Fix adding emoji - -0 8 frontend/src/components/EventChangeForm.tsx -2 6 frontend/src/components/TinyMCE.tsx -1 1 server/internal/app/database.go - -commit 6669004e70abadc96154d4aca690e64b707733b7 -Merge: 26b4c1ed f3456127 -Author: Lucian I. Last -Date: Thu May 11 11:53:55 2023 +0200 - - Merge remote-tracking branch 'origin/l10n_main' - -commit 26b4c1ed39442d0456334135731b99114b545fe7 -Author: Lucian I. Last -Date: Thu May 11 11:50:41 2023 +0200 - - Add tinymce for events - -11 0 frontend/package-lock.json -1 0 frontend/package.json -9 2 frontend/src/components/EventChangeForm.tsx -115 0 frontend/src/components/TinyMCE.tsx -4 8 frontend/src/pages/EventDetails.tsx -26 0 frontend/src/tailwind.css - -commit 3d677897c26fa68c1518288a95900075618df45d -Author: Lucian I. Last -Date: Wed May 10 17:03:42 2023 +0200 - - Fix dutch participants faq - -17 17 frontend/public/locales/nl/faq.json - -commit eff066786e98a3ef508b2c0a1ca6115b1000457d -Author: Lucian I. Last -Date: Wed May 10 16:01:38 2023 +0200 - - Fix create event 502 - -1 1 server/internal/controllers/event.go - -commit b806d8df5a231cb4d13de0f6ab0a1820416ba53c -Merge: 39c83a54 7c8553f4 -Author: Lucian I. Last -Date: Wed May 10 13:31:59 2023 +0200 - - Merge branch 'sort-data-export' - -commit 7c8553f4b5510338bfa6148696cdf89def3c9777 -Author: Lucian I. Last -Date: Wed May 10 13:30:58 2023 +0200 - - Fix sort users - -51 33 frontend/src/pages/ChainMemberList.tsx - -commit f3456127ab4a85f853fc5cce477330839853f7b5 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed May 10 12:33:35 2023 +0200 - - New translations an_admin_denied_your_join_request.gohtml (Hebrew) - -1 1 server/internal/views/emails/he/an_admin_denied_your_join_request.gohtml - -commit f6f5e5b5b624c006460d93cd5d3b189e01f71aea -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed May 10 12:33:31 2023 +0200 - - New translations an_admin_approved_your_join_request.gohtml (Hebrew) - -1 1 server/internal/views/emails/he/an_admin_approved_your_join_request.gohtml - -commit 95f21337c42a5bd2b0adc5da9330c01590f1016b -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed May 10 12:33:01 2023 +0200 - - New translations faq.json (Swedish) - -28 0 frontend/public/locales/sv/faq.json - -commit 471bb011e8fc77774af7b9edc987797110ce2a4d -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed May 10 12:32:56 2023 +0200 - - New translations faq.json (French) - -36 0 frontend/public/locales/fr/faq.json - -commit 4b023fc3cd29da8fea1ba5bbbf825fbba9388919 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed May 10 12:32:50 2023 +0200 - - New translations translation.json (Dutch) - -2 2 frontend/public/locales/nl/translation.json - -commit 4efe58839540bf7725e9db67c655cc9a22813226 -Author: Lucian I. Last -Date: Wed May 10 12:19:04 2023 +0200 - - add app true to request body - -1 1 app/src/api.ts - -commit 691261d82c5be8c72a7caa6696d84d2d3156b838 -Author: Lucian I. Last -Date: Wed May 10 12:17:44 2023 +0200 - - server changes - -2 1 server/internal/controllers/login.go -2 1 server/internal/views/email.go - -commit 39c83a54e0736323fc1147dd423b32e2dcc946ce -Merge: 9a930c27 0f876fef -Author: Lucian I. Last -Date: Wed May 10 11:40:06 2023 +0200 - - Merge remote-tracking branch 'origin/l10n_main' - -commit 9a930c27c11f4a1627a26599b9916cc75efbc19e -Author: Lucian I. Last -Date: Wed May 10 11:37:11 2023 +0200 - - Make free price more legible - -1 1 frontend/src/pages/Events.tsx - -commit 0f876feff9e5299f34f9e34ef52d3a953603c488 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed May 10 11:33:45 2023 +0200 - - New translations an_admin_denied_your_join_request.gohtml (Hebrew) - -1 1 server/internal/views/emails/he/an_admin_denied_your_join_request.gohtml - -commit 43be64f7f413f4cec7f5b5e80185458df0abd25e -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed May 10 11:33:39 2023 +0200 - - New translations an_admin_approved_your_join_request.gohtml (Hebrew) - -1 1 server/internal/views/emails/he/an_admin_approved_your_join_request.gohtml - -commit ef232e32352e625fcfd4d95baf75d21c2a5a76b5 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed May 10 11:32:57 2023 +0200 - - New translations someone_is_interested_in_joining_your_loop.gohtml (Hebrew) - -2 2 server/internal/views/emails/he/someone_is_interested_in_joining_your_loop.gohtml - -commit 8deb140d5293ed40f02fd938015ec4ded3b51731 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed May 10 11:32:48 2023 +0200 - - New translations faq.json (Swedish) - -28 0 frontend/public/locales/sv/faq.json - -commit 8e4e0c6209e85a7ac45adba45c4a6bd537f1052a -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed May 10 11:32:47 2023 +0200 - - New translations faq.json (Polish) - -1 1 frontend/public/locales/pl/faq.json - -commit b3ddf22c9edd74fdc01a4c5abfff9c53914b0523 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed May 10 11:32:46 2023 +0200 - - New translations faq.json (Dutch) - -1 1 frontend/public/locales/nl/faq.json - -commit 4ff2b16b811f0ad859f731bc434b4d3c56c93b7e -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed May 10 11:32:45 2023 +0200 - - New translations faq.json (Korean) - -1 1 frontend/public/locales/ko/faq.json - -commit 320ab6e5c1cccddbc68d0060e66e96e1c5c0c38d -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed May 10 11:32:44 2023 +0200 - - New translations faq.json (Japanese) - -1 1 frontend/public/locales/ja/faq.json - -commit de94917c005231e7c41dde11a7cc52014ebd036d -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed May 10 11:32:43 2023 +0200 - - New translations faq.json (Italian) - -1 1 frontend/public/locales/it/faq.json - -commit a29b95adfc3557c10c3433b378e1238f8fff9b59 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed May 10 11:32:41 2023 +0200 - - New translations faq.json (German) - -1 1 frontend/public/locales/de/faq.json - -commit b4b3f1174fe9a438f94134f326c094ba4dcfe322 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed May 10 11:32:40 2023 +0200 - - New translations faq.json (Spanish) - -1 1 frontend/public/locales/es/faq.json - -commit 76af084cc648900182368e5cb9422630dbff9b6f -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed May 10 11:32:39 2023 +0200 - - New translations faq.json (French) - -36 0 frontend/public/locales/fr/faq.json - -commit 97ebfdde342c23ef287fdca7d1f0b5e591165197 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed May 10 11:32:29 2023 +0200 - - New translations translation.json (Dutch) - -7 7 frontend/public/locales/nl/translation.json - -commit e0d2acd4099198e27dd889f436a03d568972dfbd -Author: Lucian I. Last -Date: Wed May 10 11:29:40 2023 +0200 - - Delete should be cancel not close - -1 1 frontend/src/providers/ToastProvider.tsx - -commit 02a916082cf2f7166ff20b0aec1f49e615d05c65 -Author: Lucian I. Last -Date: Wed May 10 10:24:25 2023 +0200 - - Fix typescript error - -1 0 frontend/src/pages/EventEdit.tsx - -commit 56df9e58d24d26f4e8886509470eb3b8ce97c619 -Author: Lucian I. Last -Date: Wed May 10 10:22:23 2023 +0200 - - Only show time diff if endDate day is the same - -69 25 frontend/src/pages/EventDetails.tsx -1 1 server/internal/controllers/event.go - -commit 03f709fbfa00b743a19df44156ade27a6d0d83c9 -Author: Lucian I. Last -Date: Wed May 10 09:52:15 2023 +0200 - - Remove event author from event details - -0 15 frontend/src/pages/EventDetails.tsx - -commit 3ffbc6618e519151648f89bddffeb5a7e78635ce -Merge: 404d1280 204a48e4 -Author: Lucian I. Last -Date: Wed May 10 09:47:39 2023 +0200 - - Merge remote-tracking branch 'origin/l10n_main' - -commit 404d1280f82e1f5a4f4c37919602ed7fed68dc52 -Merge: b74091c4 fd27e787 -Author: Lucian I. Last -Date: Wed May 10 09:47:33 2023 +0200 - - Merge branch 'add-end-date' - -commit fd27e7876d7bf98db4f61611a8093dd8d9651b5a -Author: Lucian I. Last -Date: Wed May 10 09:47:12 2023 +0200 - - align location with title on events page - -8 11 frontend/src/pages/Events.tsx - -commit 9b4ea676d1ba622e564f737f4389e4fca5b7335a -Merge: 29ff5fd2 b74091c4 -Author: Lucian I. Last -Date: Wed May 10 09:33:59 2023 +0200 - - Merge branch 'main' into add-end-date - -commit 253c5d64241c85ca7d711389386a3ed810ec88c4 -Author: Lucian I. Last -Date: Mon May 8 22:36:03 2023 +0200 - - Add pause toggle to app - -13 1 app/package-lock.json -2 1 app/package.json -13 0 app/src/Store.tsx -16 0 app/src/api.ts -17 1 app/src/pages/Settings.tsx -7 5 server/internal/controllers/users.go -2 1 server/internal/models/user.go - -commit 86339f040645f682aa631eb238a909d68acb08ed -Merge: 5d2049f2 b74091c4 -Author: Lucian I. Last -Date: Mon May 8 20:59:01 2023 +0200 - - Merge branch 'main' into pause-user - -commit 391f16153b2e426b78ee0c147821858c7b9c3b08 -Author: Natalie -Date: Mon May 8 08:34:48 2023 -0700 - - address is in seperated fields and is then validated with mapbox - -81 7 frontend/src/pages/UserEdit.tsx - -commit 204a48e44a73eb277123e859bf97a0f0905d2091 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon May 8 17:12:07 2023 +0200 - - New translations translation.json (Swedish) - -1 0 frontend/public/locales/sv/translation.json - -commit 8b1c70844521971a2452946c9c04373da2689f64 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon May 8 17:12:04 2023 +0200 - - New translations translation.json (Portuguese) - -1 0 frontend/public/locales/pt/translation.json - -commit 777d139db6734079b2bde8963f848e41203e35fc -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon May 8 17:12:02 2023 +0200 - - New translations translation.json (Polish) - -1 0 frontend/public/locales/pl/translation.json - -commit cfe06c2205ef75cedbbac5eb1a5e58aeca532128 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon May 8 17:12:01 2023 +0200 - - New translations translation.json (Dutch) - -1 0 frontend/public/locales/nl/translation.json - -commit 50acc359dabac94ab983517721234acbf9c56dbb -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon May 8 17:12:00 2023 +0200 - - New translations translation.json (Korean) - -1 0 frontend/public/locales/ko/translation.json - -commit 6969443a3a9726d51453d7e09120edd1ddec19f3 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon May 8 17:11:59 2023 +0200 - - New translations translation.json (Japanese) - -1 0 frontend/public/locales/ja/translation.json - -commit 3f30d6b7e55841e4a665d4d03a95205d1c355d55 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon May 8 17:11:58 2023 +0200 - - New translations translation.json (Italian) - -1 0 frontend/public/locales/it/translation.json - -commit 6c1ae95b3c4602f6c39fb84b9fb93ec021d8d936 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon May 8 17:11:57 2023 +0200 - - New translations translation.json (Hebrew) - -1 0 frontend/public/locales/he/translation.json - -commit c93995032e8cb580140929cfa9e5018013120356 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon May 8 17:11:56 2023 +0200 - - New translations translation.json (German) - -1 0 frontend/public/locales/de/translation.json - -commit f1769f4a0d9aa28d2bfd725f509228d698b42368 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon May 8 17:11:55 2023 +0200 - - New translations translation.json (Spanish) - -1 0 frontend/public/locales/es/translation.json - -commit 69c6f30dad1b7e78f80e4ab29d5ad6e690588131 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon May 8 17:11:54 2023 +0200 - - New translations translation.json (French) - -1 0 frontend/public/locales/fr/translation.json - -commit b74091c43ed4b10ea1f0fda7cb1143f2dd53ec2e -Author: Lucian I. Last -Date: Mon May 8 16:55:31 2023 +0200 - - Replace upcoming events with upcoming swap events - -0 1 frontend/public/locales/de/translation.json -1 1 frontend/public/locales/en/translation.json -0 1 frontend/public/locales/es/translation.json -0 1 frontend/public/locales/fr/translation.json -0 1 frontend/public/locales/he/translation.json -0 1 frontend/public/locales/it/translation.json -0 1 frontend/public/locales/ja/translation.json -0 1 frontend/public/locales/ko/translation.json -0 1 frontend/public/locales/nl/translation.json -0 1 frontend/public/locales/pl/translation.json -0 1 frontend/public/locales/pt/translation.json -0 1 frontend/public/locales/sv/translation.json -1 1 frontend/src/pages/Events.tsx - -commit ef9d2c9c718bd7aca7212a6c20b0fcae8353df4f -Author: Lucian I. Last -Date: Mon May 8 16:51:45 2023 +0200 - - Add free label - -10 3 frontend/src/pages/Events.tsx - -commit 62640b8a1bc9e78b7dffbe14d6f7e6c6b9f07299 -Author: Lucian I. Last -Date: Mon May 8 16:51:30 2023 +0200 - - Fix price under zero - -25 4 frontend/src/components/EventChangeForm.tsx -5 1 frontend/src/pages/EventDetails.tsx -6 1 frontend/src/pages/Events.tsx -1 1 server/internal/controllers/event.go - -commit 29ff5fd202e329bc49fe14f3e457a714e87267d1 -Author: Lucian I. Last -Date: Mon May 8 15:36:34 2023 +0200 - - Fix bugs - -1 1 frontend/src/components/EventChangeForm.tsx -2 2 server/internal/controllers/event.go - -commit 7b5e2952d07291a9131121f14d6b111bb4737e03 -Author: Lucian I. Last -Date: Mon May 8 15:14:55 2023 +0200 - - Add date end to events - -1 0 frontend/src/api/event.ts -1 0 frontend/src/api/types.ts -56 42 frontend/src/components/EventChangeForm.tsx -2 32 frontend/src/pages/EventCreate.tsx -29 5 frontend/src/pages/EventDetails.tsx -50 0 frontend/src/util/sep-date-time.hooks.ts -12 2 server/internal/controllers/event.go -3 0 server/internal/models/event.go - -commit 1858e76c61055cad365c65948df0673b445e61b9 -Author: Lucian I. Last -Date: Mon May 8 11:46:36 2023 +0200 - - Add honeypot checkbox to contact page - -13 0 frontend/src/pages/Contacts.tsx -7 3 server/internal/controllers/contact.go - -commit d2f66e8c0d6751973a85ba4efe3efcb0df37d833 -Merge: cff9b2c1 2c508786 -Author: Lucian I. Last -Date: Mon May 8 10:40:14 2023 +0200 - - Merge branch 'main' of github.com:the-clothing-loop/website - -commit 2c50878679b23c313807e1023c9133460a471623 -Merge: 508589aa ef46fa38 -Author: Lucian I. Last -Date: Mon May 8 07:52:31 2023 +0200 - - Merge pull request #468 from the-clothing-loop/l10n_main - -commit 46a1cb8726abdf5ffc68a948ad67ba594fc00986 -Author: Natalie -Date: Sun May 7 17:01:27 2023 -0700 - - better formatting for small screen - -4 4 frontend/src/pages/ChainMemberList.tsx - -commit 5e32c96c1cae3db3ba3b15430f037e8f6e314537 -Author: Natalie -Date: Sun May 7 16:25:15 2023 -0700 - - added a section only visivle to hosts - -91 77 frontend/src/pages/ChainMemberList.tsx - -commit ef46fa382ffd7276b7b78fa9f134237c9f53e5e8 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri May 5 23:44:48 2023 +0200 - - New translations translation.json (Dutch) - -2 2 frontend/public/locales/nl/translation.json - -commit 18621ea85257d5e5555269dae2464e1fec044c01 -Author: Lucian I. Last -Date: Thu May 4 16:08:29 2023 +0200 - - Add first attempt - -8 3 frontend/src/components/DataExport.tsx -0 3 frontend/src/components/EventChangeForm.tsx -23 24 frontend/src/pages/ChainMemberList.tsx - -commit cff9b2c101d5d6fbc8deb78ff9cc2478a9df807a -Author: Lucian I. Last -Date: Thu May 4 15:09:31 2023 +0200 - - Add find pending participants sql - -53 0 server/sql/find-pending-participants.sql - -commit 508589aa28afda8a01c2e6ca9754f39e840d6b65 -Author: Lucian I. Last -Date: Wed May 3 15:14:21 2023 +0200 - - Fix date locale - -15 7 frontend/src/components/EventChangeForm.tsx -2 0 frontend/src/util/dayjs.ts - -commit 80361923fdd5876a95f94265bdf96afd611a61f4 -Author: Lucian I. Last -Date: Wed May 3 13:21:40 2023 +0200 - - Fix setting date on change event page - -4 5 frontend/src/components/EventChangeForm.tsx - -commit 217e3d9a16a61ce9071a0687655275de2592421a -Author: Lucian I. Last -Date: Wed May 3 12:58:16 2023 +0200 - - Fix event authentication error - -11 9 server/internal/controllers/event.go - -commit f937d1fe73ef0e26784922ee9c24418945196784 -Author: Lucian I. Last -Date: Wed May 3 12:08:27 2023 +0200 - - Fix delete user from loop - -2 2 server/internal/models/user_chain.go - -commit 584786278609d29687bda2dbff9a8acf5bb41044 -Author: Lucian I. Last -Date: Wed May 3 12:03:47 2023 +0200 - - Fix react issue - -10 8 frontend/src/pages/EventDetails.tsx - -commit 5d2049f22b69d39e85818d5aa8a2fd0b336cbc46 -Author: Lucian I. Last -Date: Wed May 3 11:29:09 2023 +0200 - - Add is_paused types to fe - -1 0 frontend/src/api/types.ts -1 0 frontend/src/api/user.ts - -commit 68c4de391b327c329723961f555cf0c73ba564dc -Author: Lucian I. Last -Date: Wed May 3 11:28:09 2023 +0200 - - Fix imgbb env for production - -1 0 devops/setup-4-api.yml - -commit 2f153adda19ba5c510defb2d4648a35afd417743 -Author: Lucian I. Last -Date: Tue May 2 17:43:57 2023 +0200 - - wip is_paused - -10 0 server/internal/controllers/users.go -1 0 server/internal/models/user.go - -commit d996841a3275a244e7fbf5e0249ccbc107e2ff95 -Author: Lucian I. Last -Date: Tue May 2 16:19:06 2023 +0200 - - Alert icon if the bag is not updated for longer than a week - -2 2 app/package-lock.json -1 0 app/package.json -27 2 app/src/App.tsx -20 4 app/src/pages/BagsList.tsx - -commit 5262ed3a1a7324344149895a8b1845401c290997 -Author: Lucian I. Last -Date: Tue May 2 15:30:13 2023 +0200 - - Add route number to selecting a bag - -1 1 app/src/pages/AddressList.tsx -18 3 app/src/pages/BagsList.tsx - -commit 2648953e048923e0f0be689588eb9d8410d85ee9 -Author: Lucian I. Last -Date: Tue May 2 15:29:42 2023 +0200 - - Improve UX login - -17 0 app/android/app/src/main/AndroidManifest.xml.orig -1 1 app/package-lock.json -2 2 app/package.json -29 1 app/src/pages/Login.tsx - -commit f1775211c4d6981e036c31c4448d8c4c65e7833c -Merge: 101c3c66 4dd99c63 -Author: Lucian I. Last -Date: Tue May 2 13:11:24 2023 +0200 - - Merge branch 'main' of github.com:the-clothing-loop/website - -commit 101c3c66b9197951c5b0f02ee41b5497aafcc27b -Author: Lucian I. Last -Date: Tue May 2 13:10:58 2023 +0200 - - Remove test.jpg file - -- - server/test.jpg -0 1 server/test.jpg.base64 - -commit 3e15fed2fd1c8558b73bf3661b49c77eaccc0fc8 -Author: Lucian I. Last -Date: Tue May 2 13:10:35 2023 +0200 - - Add cron package & Add monthy cron - -3 0 server/cmd/server/main.go -2 0 server/go.mod -4 0 server/go.sum -53 0 server/internal/app/cron.go -4 0 server/internal/server.go - -commit 4dd99c634d23ab4bad4e6bdcf2d7f6d787e70ea1 -Merge: e9554dd7 b3400371 -Author: Lucian I. Last -Date: Tue May 2 12:37:06 2023 +0200 - - Merge pull request #467 from the-clothing-loop/l10n_main - - New Crowdin updates - -commit e9554dd7612a2b04394a7298cce1992abf963d6c -Author: Lucian I. Last -Date: Mon May 1 23:13:19 2023 +0200 - - Add PlayStore listings - -- - app/play_store_assets/Screenshot_20230501_225012.png -- - app/play_store_assets/Screenshot_20230501_225048.png -- - app/play_store_assets/Screenshot_20230501_225107.png -- - app/play_store_assets/app_icon.png -- - app/play_store_assets/feature_graphic.jpg -25 0 app/play_store_assets/main_store_listing.toml - -commit 14623abdeec12539a66dbecc190087ed1cfdf12f -Author: Lucian I. Last -Date: Mon May 1 23:12:53 2023 +0200 - - Run android in vertual android - -1 0 .gitignore -0 44 app/android/app/src/main/AndroidManifest.xml.orig -5 0 app/capacitor.config.ts -1 1 app/package.json - -commit b34003711c5566268329809b5d17eb459ae4a860 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon May 1 19:26:06 2023 +0200 - - New translations translation.json (Dutch) - -24 24 frontend/public/locales/nl/translation.json - -commit 8abaa9e4b15d080a65b43b59de7c0689d2131eec -Author: Lucian I. Last -Date: Mon May 1 11:16:18 2023 +0200 - - Fix typescript error on translation function - -2 2 app/src/components/CreateBag.tsx - -commit 35b0f8501e098d7d4cc7fec0824f346ca802bce0 -Author: Lucian I. Last -Date: Mon May 1 11:14:29 2023 +0200 - - Remove erroring import - -0 1 app/src/pages/AddressItem.tsx - -commit e573938bcaf0aa3dfc321feaef6396ac7995ed14 -Author: Lucian I. Last -Date: Mon May 1 11:11:16 2023 +0200 - - Set nl as default language - -5 1 app/.prettierignore -1 1 app/cypress.config.ts -1 1 app/ionic.config.json -1 809 app/package-lock.json -2 3 app/package.json -0 44 app/public/locales/en.json -84 0 app/public/locales/en/faq.json -47 0 app/public/locales/en/translation.json -0 44 app/public/locales/nl.json -47 0 app/public/locales/nl/translation.json -5 5 app/src/App.tsx -7 7 app/src/components/CreateBag.tsx -11 9 app/src/components/CreateUpdateBulky.tsx -4 4 app/src/components/UserCard.tsx -0 82 app/src/data/faq.json -3 1 app/src/i18n.ts -2 2 app/src/pages/AddressList.tsx -8 8 app/src/pages/BagsList.tsx -8 8 app/src/pages/BulkyList.tsx -3 2 app/src/pages/HelpItem.tsx -4 3 app/src/pages/HelpList.tsx -1 1 app/src/pages/Loading.tsx -7 9 app/src/pages/Login.tsx -1 1 app/src/pages/PrivacyPolicy.tsx -5 5 app/src/pages/Settings.tsx -2 2 app/src/pages/ToDo.tsx -2 3 app/src/theme/overrides.css - -commit 7693292911806d973ee3cd393455be92f98653bb -Merge: b2ec4eee 93c103e9 -Author: Lucian I. Last -Date: Mon May 1 10:07:23 2023 +0200 - - Merge pull request #466 from ydv-ankit/fix-text - - Use current year for footer copyright - -commit 93c103e9cc9ead1bf625334829b139b7eab4f8b0 -Author: Lucian I. Last -Date: Mon May 1 09:59:26 2023 +0200 - - Use safer getFullYear for date - -1 2 frontend/src/components/Footer.tsx - -commit 15c47077951a0cb09f4b8e91fb50d84f685238a6 -Author: Ankit Ydv -Date: Mon May 1 11:47:56 2023 +0530 - - refract: footer copyright - -3 1 frontend/src/components/Footer.tsx - -commit b2ec4eeebb069fc5a3ed6e3454bdd7e97350f3a3 -Merge: 34abf05e 33294047 -Author: Lucian I. Last -Date: Mon May 1 07:37:59 2023 +0200 - - Merge pull request #464 from the-clothing-loop/l10n_main - - New Crowdin updates - -commit 34abf05e2464ef33c055b9d2e5cfc6e13f6aed8c -Author: Lucian I. Last -Date: Wed Apr 26 15:37:36 2023 +0200 - - Fix setting event to free - -2 6 frontend/src/api/event.ts -2 3 frontend/src/api/types.ts -9 6 frontend/src/components/EventChangeForm.tsx -2 2 frontend/src/pages/EventDetails.tsx -2 1 frontend/src/pages/EventEdit.tsx -3 3 frontend/src/pages/Events.tsx -45 36 server/internal/controllers/event.go -4 2 server/internal/models/event.go - -commit 1bd7fa0479c5df5bfb8f5bf0b106b31624243ec8 -Author: Lucian I. Last -Date: Wed Apr 26 13:50:09 2023 +0200 - - Change map zoom - -27 7 frontend/src/components/LocationModal.tsx - -commit 33294047b070d8ebf6bf65a35784a50672b369cd -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Apr 26 12:32:02 2023 +0200 - - New translations translation.json (Swedish) - -1 1 frontend/public/locales/sv/translation.json - -commit 805d9a0f6f05a1b28c2a377e00361d08b0eb9267 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Apr 26 12:32:01 2023 +0200 - - New translations translation.json (Portuguese) - -1 1 frontend/public/locales/pt/translation.json - -commit b1b94bc1574d54ea401263abd0dfafc0bf4a66a2 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Apr 26 12:32:00 2023 +0200 - - New translations translation.json (Polish) - -1 1 frontend/public/locales/pl/translation.json - -commit e9c862f903ed7664ea73ae867eb6fd61bd684fb0 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Apr 26 12:31:59 2023 +0200 - - New translations translation.json (Dutch) - -1 1 frontend/public/locales/nl/translation.json - -commit 7bcf0e235cede15444fe0938de0ff1c59d545617 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Apr 26 12:31:58 2023 +0200 - - New translations translation.json (Korean) - -1 1 frontend/public/locales/ko/translation.json - -commit e187483c2847e75fed5c66228483256ece46557e -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Apr 26 12:31:57 2023 +0200 - - New translations translation.json (Japanese) - -1 1 frontend/public/locales/ja/translation.json - -commit b10214a5cc4ac185633ddfcabe5ba3e3c0de4b53 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Apr 26 12:31:56 2023 +0200 - - New translations translation.json (Italian) - -1 1 frontend/public/locales/it/translation.json - -commit beba2afc4fb730695c70edfd0c96c9de061f023c -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Apr 26 12:31:55 2023 +0200 - - New translations translation.json (Hebrew) - -1 1 frontend/public/locales/he/translation.json - -commit d3624a4a21b96a5a6a0782b0186c7a4a66cc2055 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Apr 26 12:31:54 2023 +0200 - - New translations translation.json (German) - -1 1 frontend/public/locales/de/translation.json - -commit ca91b00082fef9910a20288f293c946ae177d644 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Apr 26 12:31:53 2023 +0200 - - New translations translation.json (Spanish) - -1 1 frontend/public/locales/es/translation.json - -commit 2fdc7e8a5de437fbc1c44783964c80fc98def6c5 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Apr 26 12:31:52 2023 +0200 - - New translations translation.json (French) - -1 1 frontend/public/locales/fr/translation.json - -commit 500612774e9dd8b007c7de53fb387ed89d6dabbc -Author: Lucian I. Last -Date: Wed Apr 26 11:27:57 2023 +0200 - - Add share link text - -1 1 frontend/public/locales/en/translation.json -16 13 frontend/src/pages/ChainMemberList.tsx -1 1 frontend/src/util/to-clipboard.hooks.ts - -commit ced953b3a20e2fd9db5208b9e06aa928eaf89870 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Apr 26 11:25:37 2023 +0200 - - New translations translation.json (Swedish) - -1 0 frontend/public/locales/sv/translation.json - -commit 3b08ff757fe87c672fdb6afb36ec9f3002b434d8 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Apr 26 11:25:37 2023 +0200 - - New translations translation.json (Portuguese) - -1 0 frontend/public/locales/pt/translation.json - -commit 8f5cbcd1323c3b91bf17ae550e781d81baae144a -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Apr 26 11:25:36 2023 +0200 - - New translations translation.json (Polish) - -1 0 frontend/public/locales/pl/translation.json - -commit d75963ef9ff22a39475ea8bdf156d4ccb1b7f522 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Apr 26 11:25:35 2023 +0200 - - New translations translation.json (Dutch) - -1 0 frontend/public/locales/nl/translation.json - -commit aa5e51840732ebb8a9dc37c294537efaff6af277 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Apr 26 11:25:34 2023 +0200 - - New translations translation.json (Korean) - -1 0 frontend/public/locales/ko/translation.json - -commit 5b8696f3831a3f97123f11c6ea2ed6f6ee20875e -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Apr 26 11:25:33 2023 +0200 - - New translations translation.json (Japanese) - -1 0 frontend/public/locales/ja/translation.json - -commit d72d4968c0de0dc9b290cf26dd1d86bc106ed9d7 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Apr 26 11:25:32 2023 +0200 - - New translations translation.json (Italian) - -1 0 frontend/public/locales/it/translation.json - -commit d98ca42d94ac562a2bd5dd613ee68cd84feb572b -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Apr 26 11:25:31 2023 +0200 - - New translations translation.json (Hebrew) - -1 0 frontend/public/locales/he/translation.json - -commit 5b597b92d2ba988ecc442ceb3225814d71864ecf -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Apr 26 11:25:30 2023 +0200 - - New translations translation.json (German) - -1 0 frontend/public/locales/de/translation.json - -commit d47e4f566b2ba317043588be0af99dfc619db0d8 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Apr 26 11:25:29 2023 +0200 - - New translations translation.json (Spanish) - -1 0 frontend/public/locales/es/translation.json - -commit b6707c918a84ae9b63077ccc901fd82935191b95 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Apr 26 11:25:28 2023 +0200 - - New translations translation.json (French) - -1 0 frontend/public/locales/fr/translation.json - -commit 13b63b5eae7cd7608cf257f617eb2dcf7799c987 -Author: Lucian I. Last -Date: Wed Apr 26 10:17:03 2023 +0200 - - close loop at signup page if published is false - -1 1 frontend/src/pages/Signup.tsx - -commit e057ee5f14c8ee8035dba1e840b1c67449c0f4ac -Author: Lucian I. Last -Date: Wed Apr 26 10:15:03 2023 +0200 - - Add share link - -1 0 frontend/public/locales/en/translation.json -31 10 frontend/src/pages/ChainMemberList.tsx -13 10 frontend/src/util/to-clipboard.hooks.ts - -commit 3d6ac94949d0a00dfd2645ea1ae883a69421adb3 -Author: Lucian I. Last -Date: Wed Apr 26 09:32:11 2023 +0200 - - hide email phone - -9 1 server/internal/controllers/users.go - -commit 66eec7c76b1ef8b46cfce1e49e776bdd26213f7b -Merge: 17d22e98 53d0cef4 -Author: Lucian I. Last -Date: Wed Apr 26 08:41:31 2023 +0200 - - Merge branch 'main' of github.com:the-clothing-loop/website - -commit 17d22e984531eb39cbd3377f68870e07e628e2be -Author: Lucian I. Last -Date: Wed Apr 26 08:41:26 2023 +0200 - - Get cors working and move app to production api - -1 1 .github/workflows/deploy-app.yml -0 1 app/.env.acceptance -9 0 app/README.md -7 34 app/android/app/src/main/AndroidManifest.xml -44 0 app/android/app/src/main/AndroidManifest.xml.orig -2 1 app/package.json -2 0 app/toastError.ts -9 1 devops/templates/Caddyfile - -commit 53d0cef46327220187e6e6cc349ab6126985a19b -Merge: c00f3077 924da6a1 -Author: Lucian I. Last -Date: Tue Apr 25 11:46:12 2023 +0200 - - Merge pull request #461 from the-clothing-loop/l10n_main - - New Crowdin updates - -commit c00f3077780d78a4ddfa4c746252ca3f75ef9946 -Author: Lucian I. Last -Date: Tue Apr 25 11:45:36 2023 +0200 - - Fix location search - -6 6 frontend/src/components/LocationModal.tsx -18 8 frontend/src/pages/Events.tsx - -commit 924da6a14f4c1264500bd0d63de97e8d63dc5174 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Apr 25 11:19:27 2023 +0200 - - New translations translation.json (Swedish) - -3 0 frontend/public/locales/sv/translation.json - -commit eebe3881a5ea8668b78a388dd71b7d6ede98cfb1 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Apr 25 11:19:26 2023 +0200 - - New translations translation.json (Portuguese) - -3 0 frontend/public/locales/pt/translation.json - -commit dc24c2deffb91ca85e310cd3dc8aa9fa35ab35b5 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Apr 25 11:19:25 2023 +0200 - - New translations translation.json (Polish) - -3 0 frontend/public/locales/pl/translation.json - -commit dd2d52368b732bf9f960c78e6798cc6de26c409b -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Apr 25 11:19:24 2023 +0200 - - New translations translation.json (Dutch) - -3 0 frontend/public/locales/nl/translation.json - -commit f7013aa3727cb5eae1e5a607e34300421d99c98d -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Apr 25 11:19:23 2023 +0200 - - New translations translation.json (Korean) - -3 0 frontend/public/locales/ko/translation.json - -commit 21d8f8ab1e588fca6c2468dda09de830e8f79232 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Apr 25 11:19:22 2023 +0200 - - New translations translation.json (Japanese) - -3 0 frontend/public/locales/ja/translation.json - -commit 1c0c49d446745c5914025c35e01ba10e51a78b4e -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Apr 25 11:19:20 2023 +0200 - - New translations translation.json (Italian) - -3 0 frontend/public/locales/it/translation.json - -commit 0cf510cf783d72fc17e7c5c84602b1a367dab6b8 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Apr 25 11:19:19 2023 +0200 - - New translations translation.json (Hebrew) - -3 0 frontend/public/locales/he/translation.json - -commit 8659e3218c56e0aacd3f8fc09a808a77e723358f -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Apr 25 11:19:18 2023 +0200 - - New translations translation.json (German) - -3 0 frontend/public/locales/de/translation.json - -commit 0b390323655400ce057339fa9c9d3bfe19a3baba -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Apr 25 11:19:17 2023 +0200 - - New translations translation.json (Spanish) - -3 0 frontend/public/locales/es/translation.json - -commit 5997fe595a8eb13dbf499cb98e3ad6a90442f037 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Apr 25 11:19:16 2023 +0200 - - New translations translation.json (French) - -3 0 frontend/public/locales/fr/translation.json - -commit c1e297c52f6880f7109da8e364a913cca04a947c -Author: Lucian I. Last -Date: Tue Apr 25 10:48:23 2023 +0200 - - Overlay any distance at -1 or 41 - -6 2 frontend/src/components/LocationModal.tsx - -commit a81b874218c4791a2ebb00ea990d777b115f7ba9 -Author: Lucian I. Last -Date: Tue Apr 25 10:45:58 2023 +0200 - - rtl support event - -3 3 frontend/src/components/EventChangeForm.tsx -12 12 frontend/src/pages/EventDetails.tsx -4 4 frontend/src/pages/Events.tsx -5 0 frontend/src/tailwind.css - -commit 082d207d40a82f8e762edfb80bd8c50829579587 -Author: Lucian I. Last -Date: Tue Apr 25 10:03:40 2023 +0200 - - Add event link and weaken sec for app - -27 7 frontend/package-lock.json -2 1 frontend/package.json -1 0 frontend/public/locales/en/translation.json -1 0 frontend/src/api/event.ts -1 0 frontend/src/api/types.ts -11 0 frontend/src/components/EventChangeForm.tsx -21 12 frontend/src/components/LocationModal.tsx -23 7 frontend/src/pages/EventDetails.tsx -1 0 frontend/src/pages/EventEdit.tsx -7 24 frontend/src/pages/Events.tsx -6 0 server/internal/controllers/event.go -2 2 server/internal/controllers/route.go -1 1 server/internal/controllers/users.go -2 0 server/internal/models/event.go - -commit 8d2362539e3a8f3c99181e1516d56ea96a431948 -Author: Lucian I. Last -Date: Mon Apr 24 17:37:54 2023 +0200 - - Add price to event - -2 1 frontend/public/locales/en/translation.json -7 0 frontend/src/api/event.ts -3 0 frontend/src/api/types.ts -106 2 frontend/src/components/EventChangeForm.tsx -1 1 frontend/src/pages/EventCreate.tsx -15 0 frontend/src/pages/EventDetails.tsx -1 0 frontend/src/pages/EventEdit.tsx -10 0 frontend/src/pages/Events.tsx -29 21 server/internal/controllers/event.go -7 0 server/internal/models/event.go - -commit f35f7a2a0514da4d09e87eb50b961f6507e138f4 -Author: Lucian I. Last -Date: Mon Apr 24 16:13:23 2023 +0200 - - Update man woman icons - -- - frontend/public/images/categories/man-50.png -- - frontend/public/images/categories/woman-50.png - -commit 84673cb1f4af8cf04f43cd202543088b9a591c34 -Author: Lucian I. Last -Date: Mon Apr 24 16:13:07 2023 +0200 - - Use event image - -4 1 frontend/src/pages/Events.tsx - -commit 7e9c95350b53b235c297ed8963f090ed6c6c7b23 -Author: Lucian I. Last -Date: Mon Apr 24 16:12:42 2023 +0200 - - Android manifest update - -34 7 app/android/app/src/main/AndroidManifest.xml -0 44 app/android/app/src/main/AndroidManifest.xml.orig - -commit 6adaab451c67c10a470e40bdb74de9a5e5a4b5b7 -Author: Lucian I. Last -Date: Mon Apr 24 15:39:38 2023 +0200 - - Remove toplevel await - -1 1 app/src/App.tsx - -commit 972214391d37b18978a336ce18f833adc4a0f510 -Author: Lucian I. Last -Date: Mon Apr 24 15:37:38 2023 +0200 - - filter deployment on acceptance on sub project - -2 30 .github/workflows/{deploy-acceptance.yml => deploy-acceptance-api.yml} -40 0 .github/workflows/deploy-acceptance-fe.yml -2 0 .github/workflows/deploy-app.yml - -commit 74643941a6e563345c3282d454377602952bb736 -Author: Lucian I. Last -Date: Mon Apr 24 15:29:30 2023 +0200 - - Fix splash screen - -1 0 app/android/app/capacitor.build.gradle -3 0 app/android/capacitor.settings.gradle -9 0 app/capacitor.config.ts -9 0 app/package-lock.json -1 0 app/package.json -6 0 app/src/App.tsx - -commit 5727ecd0ed8c40555bff5ab5de344657200731c1 -Author: Lucian I. Last -Date: Mon Apr 24 15:11:01 2023 +0200 - - Fix beta tester block - -1 0 app/.env.development -3 2 app/src/pages/Login.tsx - -commit 711524d1cd7270cde49e5649bb0bf36688b487af -Author: Lucian I. Last -Date: Mon Apr 24 15:10:33 2023 +0200 - - ignore generated files from prettier in android app - -1 0 app/.prettierignore -4 21 app/android/app/src/main/AndroidManifest.xml - -commit 9f6595fb2e5338ff0b481c5f0c09a7304de2813b -Merge: 0c1a217a cfe5fbc6 -Author: Lucian I. Last -Date: Mon Apr 24 15:00:28 2023 +0200 - - Merge branch 'app-android' - -commit cfe5fbc6ea580569ecd5c04e437f067bde344edf -Author: Lucian I. Last -Date: Mon Apr 24 14:59:59 2023 +0200 - - Add icons - -21 4 app/android/app/src/main/AndroidManifest.xml -- - app/android/app/src/main/res/drawable-land-hdpi/splash.png -- - app/android/app/src/main/res/drawable-land-ldpi/splash.png -- - app/android/app/src/main/res/drawable-land-mdpi/splash.png -- - app/android/app/src/main/res/drawable-land-night-hdpi/splash.png -- - app/android/app/src/main/res/drawable-land-night-ldpi/splash.png -- - app/android/app/src/main/res/drawable-land-night-mdpi/splash.png -- - app/android/app/src/main/res/drawable-land-night-xhdpi/splash.png -- - app/android/app/src/main/res/drawable-land-night-xxhdpi/splash.png -- - app/android/app/src/main/res/drawable-land-night-xxxhdpi/splash.png -- - app/android/app/src/main/res/drawable-land-xhdpi/splash.png -- - app/android/app/src/main/res/drawable-land-xxhdpi/splash.png -- - app/android/app/src/main/res/drawable-land-xxxhdpi/splash.png -- - app/android/app/src/main/res/drawable-night/splash.png -- - app/android/app/src/main/res/drawable-port-hdpi/splash.png -- - app/android/app/src/main/res/drawable-port-ldpi/splash.png -- - app/android/app/src/main/res/drawable-port-mdpi/splash.png -- - app/android/app/src/main/res/drawable-port-night-hdpi/splash.png -- - app/android/app/src/main/res/drawable-port-night-ldpi/splash.png -- - app/android/app/src/main/res/drawable-port-night-mdpi/splash.png -- - app/android/app/src/main/res/drawable-port-night-xhdpi/splash.png -- - app/android/app/src/main/res/drawable-port-night-xxhdpi/splash.png -- - app/android/app/src/main/res/drawable-port-night-xxxhdpi/splash.png -- - app/android/app/src/main/res/drawable-port-xhdpi/splash.png -- - app/android/app/src/main/res/drawable-port-xxhdpi/splash.png -- - app/android/app/src/main/res/drawable-port-xxxhdpi/splash.png -- - app/android/app/src/main/res/drawable/splash.png -6 2 app/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml -6 2 app/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml -- - app/android/app/src/main/res/mipmap-hdpi/ic_launcher.png -- - app/android/app/src/main/res/mipmap-hdpi/ic_launcher_background.png -- - app/android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png -- - app/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png -- - app/android/app/src/main/res/mipmap-ldpi/ic_launcher.png -- - app/android/app/src/main/res/mipmap-ldpi/ic_launcher_background.png -- - app/android/app/src/main/res/mipmap-ldpi/ic_launcher_foreground.png -- - app/android/app/src/main/res/mipmap-ldpi/ic_launcher_round.png -- - app/android/app/src/main/res/mipmap-mdpi/ic_launcher.png -- - app/android/app/src/main/res/mipmap-mdpi/ic_launcher_background.png -- - app/android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png -- - app/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png -- - app/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png -- - app/android/app/src/main/res/mipmap-xhdpi/ic_launcher_background.png -- - app/android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png -- - app/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png -- - app/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png -- - app/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_background.png -- - app/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png -- - app/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png -- - app/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png -- - app/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_background.png -- - app/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png -- - app/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png -- - app/assets/icon.png -- - app/assets/splash-dark.png -- - app/assets/splash.png -- - app/icons/icon-128.webp -- - app/icons/icon-192.webp -- - app/icons/icon-256.webp -- - app/icons/icon-48.webp -- - app/icons/icon-512.webp -- - app/icons/icon-72.webp -- - app/icons/icon-96.webp -2842 218 app/package-lock.json -2 0 app/package.json -42 0 app/public/manifest.json - -commit dcab02e748d9487451ac604f6902666f75497a55 -Author: Lucian I. Last -Date: Mon Apr 24 13:41:15 2023 +0200 - - Standardize to base64 image transport format - -16 11 app/src/components/CreateUpdateBulky.tsx -2 1 app/toastError.ts -20 2 frontend/src/api/imgbb.ts -2 1 server/internal/controllers/imgbb.go - -commit 15fefe6371a1a571c70a34e2cdaba934d469c432 -Author: Lucian I. Last -Date: Mon Apr 24 12:58:45 2023 +0200 - - Add native photo picker for upload - -1 0 app/android/app/capacitor.build.gradle -2 0 app/android/app/src/main/AndroidManifest.xml -3 1 app/android/app/src/main/AndroidManifest.xml.orig -3 0 app/android/capacitor.settings.gradle -9 0 app/package-lock.json -1 0 app/package.json -38 3 app/src/components/CreateUpdateBulky.tsx - -commit 7019b316ad24c6a220ca5ba2f5596339948be310 -Author: Lucian I. Last -Date: Mon Apr 24 12:58:27 2023 +0200 - - Fix image upload api path - -1 1 app/src/api.ts - -commit 77202b79ba489921069ab741af62b45c579dcde1 -Author: Lucian I. Last -Date: Mon Apr 24 12:31:22 2023 +0200 - - Add android files - -101 0 app/android/.gitignore -2 0 app/android/app/.gitignore -53 0 app/android/app/build.gradle -22 0 app/android/app/capacitor.build.gradle -21 0 app/android/app/proguard-rules.pro -26 0 app/android/app/src/androidTest/java/com/getcapacitor/myapp/ExampleInstrumentedTest.java -15 0 app/android/app/src/main/AndroidManifest.xml -42 0 app/android/app/src/main/AndroidManifest.xml.orig -5 0 app/android/app/src/main/java/org/clothingloop/app/MainActivity.java -- - app/android/app/src/main/res/drawable-land-hdpi/splash.png -- - app/android/app/src/main/res/drawable-land-mdpi/splash.png -- - app/android/app/src/main/res/drawable-land-xhdpi/splash.png -- - app/android/app/src/main/res/drawable-land-xxhdpi/splash.png -- - app/android/app/src/main/res/drawable-land-xxxhdpi/splash.png -- - app/android/app/src/main/res/drawable-port-hdpi/splash.png -- - app/android/app/src/main/res/drawable-port-mdpi/splash.png -- - app/android/app/src/main/res/drawable-port-xhdpi/splash.png -- - app/android/app/src/main/res/drawable-port-xxhdpi/splash.png -- - app/android/app/src/main/res/drawable-port-xxxhdpi/splash.png -34 0 app/android/app/src/main/res/drawable-v24/ic_launcher_foreground.xml -170 0 app/android/app/src/main/res/drawable/ic_launcher_background.xml -- - app/android/app/src/main/res/drawable/splash.png -12 0 app/android/app/src/main/res/layout/activity_main.xml -5 0 app/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml -5 0 app/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml -- - app/android/app/src/main/res/mipmap-hdpi/ic_launcher.png -- - app/android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png -- - app/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png -- - app/android/app/src/main/res/mipmap-mdpi/ic_launcher.png -- - app/android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png -- - app/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png -- - app/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png -- - app/android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png -- - app/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png -- - app/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png -- - app/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png -- - app/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png -- - app/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png -- - app/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png -- - app/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png -4 0 app/android/app/src/main/res/values/ic_launcher_background.xml -7 0 app/android/app/src/main/res/values/strings.xml -22 0 app/android/app/src/main/res/values/styles.xml -5 0 app/android/app/src/main/res/xml/file_paths.xml -18 0 app/android/app/src/test/java/com/getcapacitor/myapp/ExampleUnitTest.java -29 0 app/android/build.gradle -15 0 app/android/capacitor.settings.gradle -24 0 app/android/gradle.properties -- - app/android/gradle/wrapper/gradle-wrapper.jar -5 0 app/android/gradle/wrapper/gradle-wrapper.properties -234 0 app/android/gradlew -89 0 app/android/gradlew.bat -5 0 app/android/settings.gradle -16 0 app/android/variables.gradle -9 0 app/package-lock.json -1 0 app/package.json - -commit 0c1a217ac32f135ed3879ce64354964a783de961 -Merge: 2642126b 44a19efa -Author: Lucian I. Last -Date: Mon Apr 24 10:37:41 2023 +0200 - - Merge commit '44a19efa30414a9191c582eb622436a3c13b677d' - -commit 44a19efa30414a9191c582eb622436a3c13b677d -Author: Lucian I. Last -Date: Mon Apr 24 10:31:45 2023 +0200 - - Add nl translations - -125 0 app/package-lock.json -4 0 app/package.json -44 0 app/public/locales/en.json -44 0 app/public/locales/nl.json -7 5 app/src/App.tsx -8 6 app/src/components/CreateBag.tsx -12 10 app/src/components/CreateUpdateBulky.tsx -12 9 app/src/components/UserCard.tsx -19 0 app/src/i18n.ts -1 0 app/src/main.tsx -4 2 app/src/pages/AddressList.tsx -10 8 app/src/pages/BagsList.tsx -10 8 app/src/pages/BulkyList.tsx -4 2 app/src/pages/HelpItem.tsx -4 2 app/src/pages/HelpList.tsx -3 1 app/src/pages/Loading.tsx -12 11 app/src/pages/Login.tsx -4 2 app/src/pages/PrivacyPolicy.tsx -7 5 app/src/pages/Settings.tsx -4 2 app/src/pages/ToDo.tsx - -commit 2642126b448e1c596eae1d9b6b93ea56e93850fe -Merge: e1ddd87d 6e612a9f -Author: Lucian I. Last -Date: Mon Apr 24 08:57:37 2023 +0200 - - Merge pull request #459 from the-clothing-loop/dependabot/go_modules/server/golang.org/x/image-0.5.0 - - Bump golang.org/x/image from 0.0.0-20191009234506-e7c1f5e7dbb8 to 0.5.0 in /server - -commit e1ddd87d2ae66a7eee6c2109e622061803d68d5e -Merge: 26076b82 a346b0a5 -Author: Lucian I. Last -Date: Fri Apr 21 17:53:38 2023 +0200 - - Merge pull request #460 from the-clothing-loop/l10n_main - -commit a346b0a506c1d860295500b0f6ee3f431ef59874 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Apr 21 17:46:36 2023 +0200 - - New translations translation.json (Swedish) - -28 1 frontend/public/locales/sv/translation.json - -commit 4474891a501258b172f9c3189a33e7cdfc5cb7d2 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Apr 21 17:46:35 2023 +0200 - - New translations translation.json (Portuguese) - -28 1 frontend/public/locales/pt/translation.json - -commit e585021ec85c351e1962f402cf3259d4bca2ed6c -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Apr 21 17:46:34 2023 +0200 - - New translations translation.json (Polish) - -28 1 frontend/public/locales/pl/translation.json - -commit 3e13793fa8f7832154fa9861d2b600e91e148212 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Apr 21 17:46:33 2023 +0200 - - New translations translation.json (Dutch) - -28 1 frontend/public/locales/nl/translation.json - -commit 0fe0ea920811329ff3212921b14f529d1452c803 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Apr 21 17:46:32 2023 +0200 - - New translations translation.json (Korean) - -28 1 frontend/public/locales/ko/translation.json - -commit 2651faf09b4a21ec3408466fbd0ebab853b11708 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Apr 21 17:46:31 2023 +0200 - - New translations translation.json (Japanese) - -28 1 frontend/public/locales/ja/translation.json - -commit 302abe2f9c974a8f9c3c4b9ed16011039b816ecc -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Apr 21 17:46:30 2023 +0200 - - New translations translation.json (Italian) - -28 1 frontend/public/locales/it/translation.json - -commit e57a553814c3a04cf4babe504ae6e75902763218 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Apr 21 17:46:29 2023 +0200 - - New translations translation.json (Hebrew) - -28 1 frontend/public/locales/he/translation.json - -commit 6ab44c05521293544b9101c9fa43c64497afd6c8 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Apr 21 17:46:28 2023 +0200 - - New translations translation.json (German) - -31 4 frontend/public/locales/de/translation.json - -commit 728ab70b455c0593ccab13692e0a463e63805ff7 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Apr 21 17:46:27 2023 +0200 - - New translations translation.json (Spanish) - -28 1 frontend/public/locales/es/translation.json - -commit 26f69dca45974f62d3e02b628e9527fe8af523c1 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Apr 21 17:46:26 2023 +0200 - - New translations translation.json (French) - -28 1 frontend/public/locales/fr/translation.json - -commit 6e612a9fb0fce27107288805d9b9a852844a962d -Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> -Date: Fri Apr 21 15:41:34 2023 +0000 - - Bump golang.org/x/image in /server - - Bumps [golang.org/x/image](https://github.com/golang/image) from 0.0.0-20191009234506-e7c1f5e7dbb8 to 0.5.0. - - [Release notes](https://github.com/golang/image/releases) - - [Commits](https://github.com/golang/image/commits/v0.5.0) - - --- - updated-dependencies: - - dependency-name: golang.org/x/image - dependency-type: indirect - ... - - Signed-off-by: dependabot[bot] - -1 2 server/go.mod -14 3 server/go.sum - -commit 26076b827d087ae092d1e04a264c4c8b1e692f6e -Merge: 36bc55c1 78900b90 -Author: Lucian I. Last -Date: Fri Apr 21 17:41:10 2023 +0200 - - Merge pull request #421 from the-clothing-loop/calendar-ical-#363 - - Calendar ical #363 - -commit 78900b9013ad95ed4028cb3f3e4c16897a91cef6 -Author: Lucian I. Last -Date: Fri Apr 21 17:40:10 2023 +0200 - - lint - -3 3 frontend/public/locales/en/translation.json - -commit 710456ee475bcf39bca310cb11461520536e4390 -Author: Lucian I. Last -Date: Fri Apr 21 17:39:43 2023 +0200 - - Fix filter events page - -30 68 frontend/src/components/LocationModal.tsx -12 4 frontend/src/pages/Events.tsx - -commit 74b57d5ab30006297f13916a5775a03d7459fc5a -Author: Lucian I. Last -Date: Fri Apr 21 17:22:16 2023 +0200 - - Fix event create - -6 1 frontend/src/components/EventChangeForm.tsx -7 35 frontend/src/pages/EventCreate.tsx -14 3 frontend/src/pages/EventEdit.tsx -4 4 server/internal/controllers/event.go - -commit 9f92e8ff8a5698e90c9dca8838e2d1c4a0aa1337 -Author: Lucian I. Last -Date: Fri Apr 21 17:01:25 2023 +0200 - - Fix event update - -14 13 server/internal/controllers/event.go - -commit 777827c97b97a6bdea256f1e692053d8fe1ae673 -Author: Lucian I. Last -Date: Fri Apr 21 16:47:22 2023 +0200 - - Add AuthenticationEvent tests - -1 1 frontend/src/components/EventChangeForm.tsx -1 1 server/cmd/generate-fake-data/main.go -17 15 server/internal/app/auth/auth.go -106 0 server/internal/app/auth/auth_test.go -2 27 server/internal/controllers/event.go -24 16 server/internal/models/event.go -1 1 server/internal/tests/mocks/mock-tables.go - -commit 50b773ce2faa85dcd3ab987b5e92c50e8fef7cf2 -Author: Lucian I. Last -Date: Fri Apr 21 12:46:59 2023 +0200 - - Create edit event page - -3 0 frontend/public/locales/en/translation.json -9 3 frontend/src/App.tsx -1 1 frontend/src/api/event.ts -269 0 frontend/src/components/EventChangeForm.tsx -0 321 frontend/src/pages/CreateEvent.tsx -141 0 frontend/src/pages/EventCreate.tsx -74 20 frontend/src/pages/EventDetails.tsx -66 0 frontend/src/pages/EventEdit.tsx -1 1 frontend/src/pages/Events.tsx - -commit c348a30f05536139fe0d779dd18bc66b720c3c4b -Author: Lucian I. Last -Date: Fri Apr 21 08:30:29 2023 +0200 - - Add loop to event - -3 1 frontend/public/locales/en/translation.json -0 73 frontend/src/components/DistanceDropdown.tsx -35 41 frontend/src/components/LocationModal.tsx -14 0 frontend/src/pages/EventDetails.tsx -25 34 frontend/src/pages/Events.tsx -5 2 frontend/src/providers/ToastProvider.tsx - -commit d1b3bbe38760b7a0287915f69490acda189981ec -Merge: 25bd0bf5 60c1035a -Author: Lucian I. Last -Date: Thu Apr 20 16:42:19 2023 +0200 - - Merge branch 'calendar-location-filter-#388' into calendar-ical-#363 - -commit 25bd0bf5410e19503fa799655b4166f0cf8fdb95 -Author: Lucian I. Last -Date: Thu Apr 20 16:01:43 2023 +0200 - - Use imgbb for hosting images - -9 4 app/src/api.ts -2 2 app/src/components/CreateUpdateBulky.tsx -4 0 frontend/public/locales/en/translation.json -22 20 frontend/src/api/event.ts -18 0 frontend/src/api/imgbb.ts -1 1 frontend/src/api/types.ts -183 69 frontend/src/pages/CreateEvent.tsx -17 40 frontend/src/pages/EventDetails.tsx -0 1 server/internal/app/database.go -0 28 server/internal/app/imgbb.go -0 35 server/internal/controllers/bulky_item.go -51 79 server/internal/controllers/event.go -102 0 server/internal/controllers/imgbb.go -20 20 server/internal/models/event.go -0 110 server/internal/models/event_image.go -4 3 server/internal/server.go -99 0 server/pkg/imgbb/main.go -- - server/test.jpg -1 0 server/test.jpg.base64 - -commit 42d77e2c83c1bf3406f14cfac7bc6d14405567de -Merge: 53beb74d 36bc55c1 -Author: Lucian I. Last -Date: Wed Apr 19 09:35:07 2023 +0200 - - Merge branch 'main' into calendar-ical-#363 - -commit 36bc55c19dc0adb89fb12ec8ebf5cf8f871863c4 -Author: Lucian I. Last -Date: Wed Apr 19 07:57:12 2023 +0200 - - Fix margin between icon and text - -2 1 app/src/components/UserCard.tsx -2 2 app/src/pages/Login.tsx -9 0 app/src/theme/overrides.css - -commit 1c3dc18d84e9ff404d4eb50d8b50962c126ff4b1 -Author: Lucian I. Last -Date: Wed Apr 19 07:56:23 2023 +0200 - - Change toast errors to danger - -2 1 app/toastError.ts - -commit e1e1fa7e0e6b010b80a19758299b7b094c372461 -Merge: 0ad5c6c1 8b3bf282 -Author: Lucian I. Last -Date: Mon Apr 17 18:23:23 2023 +0200 - - Merge remote-tracking branch 'origin/l10n_main' - -commit 0ad5c6c175812c8e7dd46d8aaec94a192092827d -Author: Lucian I. Last -Date: Mon Apr 17 18:19:58 2023 +0200 - - Add version text before version - -1 1 app/src/pages/Settings.tsx - -commit 96924d9f4985d7d64675ad47d809cdf534f235a8 -Author: Lucian I. Last -Date: Mon Apr 17 18:09:10 2023 +0200 - - fix env - -2 1 .github/workflows/deploy-app.yml - -commit 6ac058c5e759482d48ddb2eca011dbc3beeb1e49 -Author: Lucian I. Last -Date: Mon Apr 17 18:07:01 2023 +0200 - - Replace with beta testers env variables - -1 0 .github/workflows/deploy-app.yml -1 1 app/src/pages/Login.tsx - -commit 366c6a359077f9e997123b0dd37cdb941be598ba -Author: Lucian I. Last -Date: Mon Apr 17 16:40:31 2023 +0200 - - Beta testing - -17 2 app/src/pages/Login.tsx - -commit a2f4f1f6bd199e0cffd1476c0f290562e30d460b -Author: Lucian I. Last -Date: Mon Apr 17 16:30:58 2023 +0200 - - Add privacy policy - -2 2 app/package-lock.json -6 0 app/src/App.tsx -359 0 app/src/pages/PrivacyPolicy.tsx -6 0 app/src/pages/Settings.tsx - -commit ac3ee22ada034c3183b773b399ba0f1f24f81bab -Author: Lucian I. Last -Date: Mon Apr 17 16:04:19 2023 +0200 - - Add version to settings - -4 4 app/package.json -13 0 app/src/pages/Settings.tsx - -commit b1cf95f34a7fe00edb34194c7d983aa48f83c774 -Author: Lucian I. Last -Date: Mon Apr 17 15:52:33 2023 +0200 - - Add media icons to faq - -0 15 app/src/pages/BulkyList.tsx -73 0 app/src/pages/HelpList.tsx - -commit 147299fc6ed16a441b9123d48509b4767e5af9f1 -Author: Lucian I. Last -Date: Mon Apr 17 15:51:35 2023 +0200 - - Add google maps button to address - -17 6 app/src/components/UserCard.tsx - -commit b4707f96bd4afefe9ddbe110d7d7c209d056627f -Author: Lucian I. Last -Date: Mon Apr 17 15:51:17 2023 +0200 - - Improve error colors - -29 8 app/src/components/CreateUpdateBulky.tsx - -commit 8b3bf2821600b0514dee5b117622dcf2509f9ca5 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Apr 17 14:30:20 2023 +0200 - - New translations login_verification.gohtml (Swedish) - -1 1 server/internal/views/emails/sv/login_verification.gohtml - -commit 5c5c61fe2500f9ce0280c00af99f5ec857c6886e -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Apr 17 14:30:19 2023 +0200 - - New translations login_verification.gohtml (Portuguese) - -1 1 server/internal/views/emails/pt/login_verification.gohtml - -commit dd30052004899f9c78c4533d5c19228f0d8935e7 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Apr 17 14:30:18 2023 +0200 - - New translations login_verification.gohtml (Polish) - -1 1 server/internal/views/emails/pl/login_verification.gohtml - -commit 5dd60b5adc39ce482786991a9c427246fc4251d8 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Apr 17 14:30:17 2023 +0200 - - New translations login_verification.gohtml (Dutch) - -1 1 server/internal/views/emails/nl/login_verification.gohtml - -commit 98624fcedca8c1131285569cdf6c8e348fe2549b -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Apr 17 14:30:16 2023 +0200 - - New translations login_verification.gohtml (Korean) - -1 1 server/internal/views/emails/ko/login_verification.gohtml - -commit 2458e04555c4b1c3ef7aed34c6566d1de9755d32 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Apr 17 14:30:15 2023 +0200 - - New translations login_verification.gohtml (Japanese) - -1 1 server/internal/views/emails/ja/login_verification.gohtml - -commit e1c1a0f21f6dc5153f57822a5c6bf713927cb752 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Apr 17 14:30:14 2023 +0200 - - New translations login_verification.gohtml (Italian) - -1 1 server/internal/views/emails/it/login_verification.gohtml - -commit cded50092e53147d898edead64919b867d4d97ef -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Apr 17 14:30:13 2023 +0200 - - New translations login_verification.gohtml (Hebrew) - -1 1 server/internal/views/emails/he/login_verification.gohtml - -commit 7ad2a32cc44196e447c4fd71b12fd549a042bd46 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Apr 17 14:30:12 2023 +0200 - - New translations login_verification.gohtml (German) - -1 1 server/internal/views/emails/de/login_verification.gohtml - -commit f56f769d8f72472b4894d09db6f8b1c146d23c73 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Apr 17 14:30:11 2023 +0200 - - New translations login_verification.gohtml (Spanish) - -1 1 server/internal/views/emails/es/login_verification.gohtml - -commit 9b15bee3d26567692e0b11225c44e81f41778880 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Apr 17 14:30:10 2023 +0200 - - New translations login_verification.gohtml (French) - -1 1 server/internal/views/emails/fr/login_verification.gohtml - -commit 140b3c735d1172ba8d1beb23dacb09198cacd644 -Author: Lucian I. Last -Date: Mon Apr 17 14:24:53 2023 +0200 - - Add app password text to login verification email - -1 1 server/internal/views/emails/en/login_verification.gohtml - -commit 942379e1cbfd0b8e8a448b3f0a28ebf1d3361a4a -Author: Lucian I. Last -Date: Mon Apr 17 14:24:28 2023 +0200 - - Fix ltr arrow on admin page - -2 2 frontend/src/components/ChainsList.tsx - -commit 7315be33a3d89b829bc18d1ec64699a70a54867f -Author: Lucian I. Last -Date: Mon Apr 17 14:24:03 2023 +0200 - - Use simpler token for verification - -1 1 app/src/pages/Login.tsx -1 0 server/go.mod -2 0 server/go.sum -22 19 server/internal/app/auth/token.go -5 5 server/internal/app/auth/token_test.go -3 3 server/internal/controllers/login.go - -commit 84bb7e568b622deeebe6c1c0b81f359a6b795fc5 -Author: Lucian I. Last -Date: Mon Apr 17 11:39:56 2023 +0200 - - Fix update bulky item and Add error handling - -13 1 app/src/App.tsx -23 12 app/src/Store.tsx -37 11 app/src/components/CreateBag.tsx -29 24 app/src/components/CreateUpdateBulky.tsx -0 2 app/src/pages/AddressItem.tsx -14 10 app/src/pages/BulkyList.tsx -0 1 app/src/pages/HelpItem.tsx -13 17 app/src/pages/Settings.tsx -12 0 app/toastError.ts -6 6 server/internal/controllers/bulky_item.go - -commit 60c1035a3fee43176dcfe162e09751e3ddd89cc0 -Author: Natalie -Date: Sun Apr 16 17:04:00 2023 -0700 - - add translations - -3 1 frontend/public/locales/en/translation.json -3 9 frontend/src/components/LocationModal.tsx - -commit 9c7582f45d866fce3934a68af8bc593b69d0bf84 -Merge: e544b8ee 53beb74d -Author: Natalie -Date: Sun Apr 16 12:13:23 2023 -0700 - - pull new ical changes into branch - -commit e544b8ee6c93de088549d4476a3ac1998af3a8c9 -Author: Natalie -Date: Sun Apr 16 12:10:11 2023 -0700 - - code cleanup and better formatting for the close button - -5 6 frontend/src/components/LocationModal.tsx -5 19 frontend/src/pages/Events.tsx -4 20 frontend/src/providers/ToastProvider.tsx - -commit a7be5d63a9b3cec4d9d424a13b8a0c474f947ba1 -Author: Natalie -Date: Fri Apr 14 13:58:19 2023 -0700 - - distance and radius set in the modal updates the same values in the events page - -7 12 frontend/src/components/LocationModal.tsx -28 8 frontend/src/pages/Events.tsx -7 8 frontend/src/providers/ToastProvider.tsx - -commit 96f7a4a986e6f55457aeb9fe59d90bf4ecc56703 -Author: Lucian I. Last -Date: Fri Apr 14 12:30:30 2023 +0200 - - Add upload button - -10 0 app/src/api.ts -100 11 app/src/components/CreateUpdateBulky.tsx -3 0 app/src/pages/Login.tsx -5 1 app/src/pages/Settings.tsx -1 1 server/go.mod -2 2 server/go.sum -5 10 server/internal/app/imgbb.go -6 3 server/internal/controllers/bulky_item.go - -commit 8fe59c8e3f129d0a7c2489072bbccc2126556167 -Author: Lucian I. Last -Date: Fri Apr 14 10:06:15 2023 +0200 - - Add bulky image route - -1 0 server/go.mod -2 0 server/go.sum -1 0 server/internal/app/config.go -33 0 server/internal/app/imgbb.go -32 0 server/internal/controllers/bulky_item.go -1 0 server/internal/server.go - -commit 44d03e7108dc1f1f12f7a03d915dec959db561fd -Author: Lucian I. Last -Date: Fri Apr 14 10:04:04 2023 +0200 - - Add imgbb key to api - -1 0 devops/setup-4-api.yml -4 0 devops/templates/config.yml.j2 - -commit 029de65513ed46757415ae391d57d16b3a5a9746 -Author: Natalie -Date: Thu Apr 13 13:25:40 2023 -0700 - - moved locationModal to Event and changed formatting of the modal - -14 16 frontend/src/components/LocationModal.tsx -10 6 frontend/src/pages/Events.tsx -32 7 frontend/src/providers/ToastProvider.tsx - -commit b00100a6f742e996942d328bda67a4856f8a90c5 -Author: Lucian I. Last -Date: Thu Apr 13 16:48:14 2023 +0200 - - Fix production error - -14 10 app/src/pages/BagsList.tsx -1 1 server/internal/controllers/bulky_item.go - -commit 7ff2b6d0622e6cd0ff6adf7410282ad49ae7c947 -Author: Lucian I. Last -Date: Thu Apr 13 16:15:43 2023 +0200 - - Add token to login verification - -2 0 server/internal/views/emails/ar/login_verification.gohtml -2 0 server/internal/views/emails/da/login_verification.gohtml -2 0 server/internal/views/emails/de/login_verification.gohtml -2 0 server/internal/views/emails/en/login_verification.gohtml -2 0 server/internal/views/emails/es/login_verification.gohtml -2 0 server/internal/views/emails/fr/login_verification.gohtml -2 0 server/internal/views/emails/he/login_verification.gohtml -2 0 server/internal/views/emails/it/login_verification.gohtml -2 0 server/internal/views/emails/ja/login_verification.gohtml -2 0 server/internal/views/emails/ko/login_verification.gohtml -2 0 server/internal/views/emails/nl/login_verification.gohtml -2 0 server/internal/views/emails/pl/login_verification.gohtml -2 0 server/internal/views/emails/pt/login_verification.gohtml -2 0 server/internal/views/emails/sv/login_verification.gohtml -2 0 server/internal/views/emails/zh/login_verification.gohtml - -commit a2a21ad821f5587e0f90a5ba1ccc404e1d810bf2 -Author: Lucian I. Last -Date: Thu Apr 13 15:58:16 2023 +0200 - - Change to reverse proxy api to app - -1 1 app/.env.acceptance -1 1 app/.env.production -4 0 devops/templates/Caddyfile - -commit 8b0721ed42c46968f0dc20ae82b8e6213fec4ce5 -Author: Lucian I. Last -Date: Thu Apr 13 15:21:39 2023 +0200 - - Fix env acceptance - -1 0 app/.env.acceptance -1 1 app/.env.production -2 1 app/package.json - -commit ba02d399580e25fc3e53ae25705dc0b564fd9b33 -Merge: fedeeeff 4d9ea7d2 -Author: Lucian I. Last -Date: Thu Apr 13 15:14:21 2023 +0200 - - Merge pull request #455 from the-clothing-loop/app-ionic - - App ionic - -commit 4d9ea7d2e599515eeafe2cefdfaee847e161bdc4 -Author: Lucian I. Last -Date: Thu Apr 13 15:12:07 2023 +0200 - - Add app to maint - -1 1 devops/templates/Caddyfile.maint - -commit 882a9748ad7a468b13e60118b3a27ee17e171a41 -Author: Lucian I. Last -Date: Thu Apr 13 15:08:08 2023 +0200 - - Add address link to bluky item - -1 1 app/src/pages/BagsList.tsx -62 14 app/src/pages/BulkyList.tsx -25 24 app/src/theme/variables.css - -commit a854180a21827818ba4bc93fcff36221f2ff94e5 -Author: Lucian I. Last -Date: Thu Apr 13 14:02:58 2023 +0200 - - Update app bulkyItems rename & Add link test - -3 1 app/src/App.tsx -10 0 app/src/Store.tsx -36 3 app/src/api.ts -160 0 app/src/components/CreateUpdateBulky.tsx -1 9 app/src/pages/BagsList.tsx -161 0 app/src/pages/BulkyList.tsx - -commit 91828c8b4564d503ab5ba08032f3458e01f159a2 -Author: Lucian I. Last -Date: Thu Apr 13 14:02:26 2023 +0200 - - Rename table to bulky_items - -1 1 server/internal/app/database.go -24 25 server/internal/controllers/{bulky.go => bulky_item.go} -0 18 server/internal/models/bulky.go -16 0 server/internal/models/bulky_item.go -11 11 server/internal/models/user_chain.go -4 4 server/internal/server.go - -commit 4046af34337af489088d5ba0a89291b4664837d3 -Author: Lucian I. Last -Date: Thu Apr 13 11:41:29 2023 +0200 - - Add bulky items api calls - -1 0 server/internal/app/database.go -2 1 server/internal/controllers/bag.go -147 0 server/internal/controllers/bulky.go -1 1 server/internal/controllers/users.go -8 45 server/internal/models/bag.go -18 0 server/internal/models/bulky.go -2 2 server/internal/models/chain.go -50 0 server/internal/models/user_chain.go -5 0 server/internal/server.go - -commit 7ca74407090540de116af0b309b986d6e51f13c3 -Author: Lucian I. Last -Date: Thu Apr 13 01:18:37 2023 +0200 - - Change bag icon in bag list - -26 10 app/src/pages/BagsList.tsx - -commit 4071c4fbecf2ce5eeb260378de8b1a683505aeee -Author: Lucian I. Last -Date: Thu Apr 13 01:09:36 2023 +0200 - - Edit bag & Delete bag - -3 3 app/src/api.ts -0 178 app/src/components/EditBag.tsx -9 1 app/src/pages/AddressList.tsx -107 8 app/src/pages/BagsList.tsx -1 1 server/internal/controllers/bag.go - -commit d0c1bcb587d56c6b7021da16cebafa983c4e433c -Author: Lucian I. Last -Date: Wed Apr 12 16:48:32 2023 +0200 - - Working Create bag - -3 1 app/src/App.tsx -14 4 app/src/Store.tsx -41 1 app/src/api.ts -198 0 app/src/components/CreateBag.tsx -178 0 app/src/components/EditBag.tsx -65 0 app/src/pages/BagsList.tsx -1 1 app/src/pages/Settings.tsx -41 25 server/internal/controllers/bag.go -2 2 server/internal/models/bag.go -17 0 server/sql/dev-purge.sql - -commit 62e8757ecb9dcbb56a9b4307a62cc690f2bd5548 -Author: Lucian I. Last -Date: Wed Apr 12 12:30:18 2023 +0200 - - Remove uid from bag - -0 1 server/internal/controllers/bag.go -0 1 server/internal/models/bag.go -1 0 server/internal/models/user_chain.go - -commit ed3d0e108ee99c4e6215d9c0ea7c7e7cc945dacc -Author: Lucian I. Last -Date: Wed Apr 12 12:29:41 2023 +0200 - - Address ordering - -16 1 app/src/Store.tsx -7 1 app/src/api.ts -18 10 app/src/pages/AddressList.tsx - -commit 16c6908ca3c84de998214f050d1c8ec0d9dd8e2c -Author: Lucian I. Last -Date: Wed Apr 12 11:18:00 2023 +0200 - - Fix node error - -0 1 frontend/src/api/api -1 1 frontend/src/index.tsx - -commit b3aaaa4ca2d1e8cbd614a36235244a1bd789d291 -Author: Lucian I. Last -Date: Wed Apr 12 10:28:43 2023 +0200 - - Add wip devops app infra - -38 0 .github/workflows/deploy-app.yml -1 0 devops/setup-2-caddy.yml -11 0 devops/templates/Caddyfile - -commit 01ececfd47b7bf6374259e76a45d22f536c1ff81 -Author: Lucian I. Last -Date: Wed Apr 12 10:26:29 2023 +0200 - - Add bag removal - -7 5 server/internal/controllers/chain.go -18 2 server/internal/controllers/users.go -42 0 server/internal/models/bag.go -40 0 server/internal/models/chain.go -3 0 server/internal/tests/integration_tests/register_basic_user_test.go -3 0 server/internal/tests/integration_tests/register_chain_admin_test.go -3 0 server/internal/tests/mocks/mock-tables.go -9 1 server/sql/delete-chain.sql -10 1 server/sql/delete-user.sql -29 13 server/sql/merge-chain-users.sql - -commit 3c31baf451597f0c7746a17bfa9dddfbf33d015d -Author: Lucian I. Last -Date: Wed Apr 12 00:14:06 2023 +0200 - - First attempt at adding bags - -1 0 server/internal/app/database.go -131 0 server/internal/controllers/bag.go -11 0 server/internal/models/bag.go -5 0 server/internal/server.go - -commit 39f78d3174ec77362632827ad9724fd00cb0789d -Author: Lucian I. Last -Date: Tue Apr 11 23:05:06 2023 +0200 - - Set up first build - -0 0 app/.env.acceptance -1 0 app/.env.production -0 17 app/.eslintrc.js -1 1 app/capacitor.config.ts -5 4 app/package.json -1 1 app/src/App.tsx -0 30 app/src/pages/Tab2.tsx -0 30 app/src/pages/Tab3.tsx -1 0 app/vite.config.ts - -commit adc5de7a01f7729b9de1f8adf6d72c3f44042d8d -Author: Lucian I. Last -Date: Tue Apr 11 22:32:22 2023 +0200 - - make telescope purple - -1 0 app/src/pages/ToDo.tsx - -commit 6d938e613afa4d50875aa4dabcad1e3fd65a5d3c -Author: Lucian I. Last -Date: Tue Apr 11 22:30:03 2023 +0200 - - Add todo - -4 3 app/src/App.tsx -30 0 app/src/pages/ToDo.tsx - -commit 344c499446fd4d1ddf4150b842f7a228f92d8f55 -Author: Lucian I. Last -Date: Tue Apr 11 22:19:27 2023 +0200 - - Renaming & Add logo - -2 2 app/capacitor.config.ts -9 9 app/index.html -2 2 app/ionic.config.json -2477 93 app/package-lock.json -2 1 app/package.json -- - app/public/favicon.ico -- - app/public/favicon.png -- - app/public/logo192.png -- - app/public/logo512.png -10 4 app/public/manifest.json -52 41 app/src/App.tsx -40 0 app/src/pages/Loading.tsx -3 0 app/src/theme/utilities.css -2 1 app/vite.config.ts - -commit 95b0db1c3f23c87eeea1ea15955d43e31b7ebe45 -Author: Lucian I. Last -Date: Tue Apr 11 18:26:34 2023 +0200 - - Fix bugs and center for desktop - -5 4 app/src/App.tsx -2 1 app/src/Store.tsx -28 0 app/src/api.ts -42 30 app/src/components/UserCard.tsx -2 2 app/src/pages/AddressItem.tsx -5 1 app/src/pages/AddressList.tsx -4 7 app/src/pages/HelpItem.tsx -1 1 app/src/pages/HelpList.tsx -25 21 app/src/pages/Settings.tsx -25 0 app/src/theme/overrides.css - -commit c2afad3e8e52f6bbd9a2644c95174e13064acfb0 -Author: Lucian I. Last -Date: Tue Apr 11 12:18:31 2023 +0200 - - working example - -6 0 app/.browserslistrc -17 0 app/.eslintrc.js -29 0 app/.gitignore -0 0 app/.prettierrc -5 0 app/.vscode/extensions.json -10 0 app/capacitor.config.ts -10 0 app/cypress.config.ts -6 0 app/cypress/e2e/test.cy.ts -5 0 app/cypress/fixtures/example.json -37 0 app/cypress/support/commands.ts -20 0 app/cypress/support/e2e.ts -30 0 app/index.html -13 0 app/ionic.config.json -7129 0 app/package-lock.json -46 0 app/package.json -- - app/public/favicon.png -21 0 app/public/manifest.json -105 0 app/src/App.tsx -136 0 app/src/Store.tsx -80 0 app/src/api.ts -62 0 app/src/components/UserCard.tsx -82 0 app/src/data/faq.json -14 0 app/src/main.tsx -40 0 app/src/pages/AddressItem.tsx -39 0 app/src/pages/AddressList.tsx -49 0 app/src/pages/HelpItem.tsx -36 0 app/src/pages/HelpList.tsx -166 0 app/src/pages/Login.tsx -118 0 app/src/pages/Settings.tsx -30 0 app/src/pages/Tab2.tsx -30 0 app/src/pages/Tab3.tsx -236 0 app/src/theme/variables.css -1 0 app/src/vite-env.d.ts -7 0 app/src/window.d.ts -21 0 app/tsconfig.json -9 0 app/tsconfig.node.json -16 0 app/vite.config.ts -3 0 clothingloop.code-workspace -1 0 frontend/src/api/api -10 11 frontend/src/api/chain.ts -2 4 frontend/src/api/contact.ts -1 3 frontend/src/api/info.ts -5 6 frontend/src/api/login.ts -4 3 frontend/src/api/payment.ts -2 3 frontend/src/api/route.ts -7 8 frontend/src/api/user.ts -1 1 frontend/src/{api => }/axios.ts -1 0 frontend/src/index.tsx -1 1 frontend/src/providers/AuthProvider.tsx -5 3 frontend/src/window.d.ts -4 1 server/internal/controllers/login.go - -commit 65c81fb85e129a3f560b818c31ee85a30f7ba63d -Author: Natalie -Date: Sun Apr 9 12:25:45 2023 -0700 - - map now opens inside a modal instead of a new page - -1 1 frontend/src/App.tsx -11 8 frontend/src/{pages => components}/LocationModal.tsx -8 21 frontend/src/pages/Events.tsx -11 3 frontend/src/providers/ToastProvider.tsx - -commit fedeeeff3a41429b2c28cf2fe9939c5c7b55ddc5 -Merge: 57b252b2 e6558085 -Author: Lucian I. Last -Date: Sat Apr 8 19:09:30 2023 +0200 - - Merge pull request #453 from the-clothing-loop/l10n_main - -commit e65580858496bccb39f9c7d515c677ca4f6846e0 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Sat Apr 8 15:31:21 2023 +0200 - - New translations faq.json (Hebrew) - -2 2 frontend/public/locales/he/faq.json - -commit 57b252b245bab1064821f9ba2f8f19f3015b8a03 -Merge: f3d4f00a d52d33e7 -Author: Lucian I. Last -Date: Sat Apr 8 15:06:22 2023 +0200 - - Merge pull request #452 from the-clothing-loop/l10n_main - -commit d52d33e78da32eb4da409d9f839ab09717e7b424 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Sat Apr 8 14:31:50 2023 +0200 - - New translations testimonials.json (Hebrew) - -1 1 frontend/public/locales/he/testimonials.json - -commit 38b7761b41513c383b3e04227983ed6774083500 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Sat Apr 8 14:31:49 2023 +0200 - - New translations faq.json (Hebrew) - -5 5 frontend/public/locales/he/faq.json - -commit f3d4f00ae394f172aee7ac789d602a9351ccf84c -Merge: 7d558d08 09f4a250 -Author: Lucian I. Last -Date: Fri Apr 7 15:34:56 2023 +0200 - - Merge pull request #451 from the-clothing-loop/l10n_main - -commit 7d558d08cc279f9be0cb533d82ca466ba06ed00b -Author: Lucian I. Last -Date: Fri Apr 7 14:10:48 2023 +0200 - - Hide export data when new is selected - -7 1 frontend/src/pages/ChainMemberList.tsx - -commit 09f4a25084715e044434615408be9c1649671fea -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Apr 7 14:05:37 2023 +0200 - - New translations headers.json (Dutch) - -1 1 server/internal/views/emails/nl/headers.json - -commit 2f43ac73e9ebdf5ef20327e5b36fa203bde2f547 -Author: Lucian I. Last -Date: Fri Apr 7 13:57:05 2023 +0200 - - Improve tabs to hide top triangle - -5 5 frontend/src/pages/ChainMemberList.tsx - -commit 53beb74da1c3ff88f4b80f1477a8c8360ec84097 -Author: Lucian I. Last -Date: Wed Apr 5 17:50:42 2023 +0200 - - Fix typescript issue - -1 1 frontend/src/pages/CreateEvent.tsx -1 1 frontend/src/pages/EventDetails.tsx - -commit 9217122f2bb806680d1c3fe39650a3898241c1ee -Author: Lucian I. Last -Date: Wed Apr 5 17:46:38 2023 +0200 - - Add event images #416 - -1 0 frontend/public/locales/en/translation.json -15 9 frontend/src/api/event.ts -2 1 frontend/src/api/types.ts -98 31 frontend/src/pages/EventDetails.tsx -2 0 server/go.mod -4 5 server/go.sum -20 9 server/internal/app/auth/auth.go -1 0 server/internal/app/database.go -100 27 server/internal/controllers/event.go -20 18 server/internal/models/event.go -110 0 server/internal/models/event_image.go -4 1 server/internal/server.go - -commit 6ee852ed1a4f03dafd99b1c6519fda7c4f57c6f1 -Author: Lucian I. Last -Date: Wed Apr 5 13:30:37 2023 +0200 - - Change ical url for more restful structure - -1 1 frontend/src/api/event.ts -1 1 server/internal/server.go - -commit 62419ee70d79bf1c0068f4f7f6e0d7aea462f5b5 -Author: Lucian I. Last -Date: Wed Apr 5 10:31:04 2023 +0200 - - After good flow create event redirect to event detail page - -1 1 frontend/src/api/event.ts -4 4 frontend/src/pages/CreateEvent.tsx -4 0 server/internal/controllers/event.go - -commit aa42b6786591d9ff27fe34d59f7f148ad76359f8 -Merge: a5fe718d 43c2ddb2 -Author: Lucian I. Last -Date: Wed Apr 5 10:24:58 2023 +0200 - - Merge branch 'main' into calendar-ical-#363 - -commit a5fe718d2eadf6b59187faa79acaa9279d8ca331 -Author: Lucian I. Last -Date: Wed Apr 5 10:21:17 2023 +0200 - - Fix conflicts - -18 17 frontend/src/components/Badges.tsx -2 2 frontend/src/pages/CreateEvent.tsx -4 4 frontend/src/pages/EventDetails.tsx -4 2 frontend/src/pages/Events.tsx - -commit ab4005c1b77fac2d423e06e8b31fa2bef8980c0c -Merge: e2b7a978 c2aba266 -Author: Lucian I. Last -Date: Wed Apr 5 10:01:51 2023 +0200 - - Merge remote-tracking branch 'natalie/calendar-page-create-form-#447' into calendar-ical-#363 - -commit 43c2ddb2a96e36993681f25faf96e6703c619f72 -Author: Lucian I. Last -Date: Wed Apr 5 09:53:39 2023 +0200 - - Fix white space in members edit tab sizebadges - -2 7 frontend/src/pages/ChainMemberList.tsx - -commit f2b298b56f23640dd6e93f7ddbe2263e44276988 -Author: Lucian I. Last -Date: Wed Apr 5 09:47:10 2023 +0200 - - Add tooltip to badges - -25 8 frontend/src/components/Badges.tsx - -commit e2b7a9789ece690459f4bda9cdd3a11c227bcf68 -Merge: 0a1ba630 d542f3ac -Author: Lucian I. Last -Date: Wed Apr 5 09:31:29 2023 +0200 - - Merge branch 'main' into calendar-ical-#363 - -commit d542f3ac79c142943fbf70e57c48f332def68358 -Author: Lucian I. Last -Date: Wed Apr 5 09:24:03 2023 +0200 - - Fix typescript error - -1 10 frontend/src/components/Badges.tsx - -commit c2aba2661a83d49e40557e2fcf4293ded38686d2 -Author: Natalie -Date: Tue Apr 4 16:44:48 2023 -0700 - - prettier - -1 1 frontend/public/locales/en/translation.json - -commit bcceb3b49bea01251b1b46fbb833c4e9997c0c3b -Author: Natalie -Date: Tue Apr 4 16:39:44 2023 -0700 - - fix get chain not working - -20 12 frontend/src/pages/CreateEvent.tsx - -commit 2fc2e601e86dada28e542be7b8162190e22810bf -Author: Natalie -Date: Tue Apr 4 15:46:27 2023 -0700 - - get rid of console log statements - -0 2 frontend/src/pages/CreateEvent.tsx - -commit a2864565f364ebb2b99ed756e78f3e943d63cc65 -Author: Natalie -Date: Tue Apr 4 15:28:34 2023 -0700 - - added chain_name field - -17 2 frontend/src/pages/CreateEvent.tsx - -commit 7ca139c4d24df21293ce46893576e61a0cde82cd -Author: Natalie -Date: Tue Apr 4 13:20:30 2023 -0700 - - add translation - -2 1 frontend/public/locales/en/translation.json -1 1 frontend/src/pages/CreateEvent.tsx -1 1 frontend/src/pages/Events.tsx - -commit 168353d139e7a4178f52b02f2dc126fbf3cee0bb -Author: Natalie -Date: Tue Apr 4 13:14:31 2023 -0700 - - after form is submitted, redirect to thank you page - -8 5 frontend/src/pages/CreateEvent.tsx - -commit 559b8cbfe6dbdf3943ca5e8fc379d2cf022d85ed -Author: Natalie -Date: Tue Apr 4 13:05:45 2023 -0700 - - pull ical changes into branch - -0 9 .github/workflows/deploy-production.yml -2 2 README.md -346 273 frontend/package-lock.json -2 2 frontend/package.json -14 0 frontend/public/images/flags/il.svg -1 0 frontend/public/locales/de/translation.json -1 0 frontend/public/locales/en/translation.json -2 1 frontend/public/locales/es/translation.json -1 0 frontend/public/locales/fr/translation.json -8 8 frontend/public/locales/he/about.json -46 46 frontend/public/locales/he/faq.json -13 13 frontend/public/locales/he/testimonials.json -236 235 frontend/public/locales/he/translation.json -36 0 frontend/public/locales/it/faq.json -1 0 frontend/public/locales/it/translation.json -1 0 frontend/public/locales/ja/translation.json -1 0 frontend/public/locales/ko/translation.json -2 1 frontend/public/locales/nl/translation.json -1 0 frontend/public/locales/pl/translation.json -9 9 frontend/public/locales/pt/about.json -1 0 frontend/public/locales/pt/translation.json -1 0 frontend/public/locales/sv/translation.json -3 1 frontend/sitemap.js -13 7 frontend/src/App.tsx -5 2 frontend/src/components/Badges.tsx -1 1 frontend/src/components/Carousel.tsx -1 1 frontend/src/components/CategoriesDropdown.tsx -13 12 frontend/src/components/ChainDetailsForm.tsx -42 21 frontend/src/components/ChainsList.tsx -5 12 frontend/src/components/Counters/Counters.tsx -17 7 frontend/src/components/Counters/hooks.tsx -8 50 frontend/src/components/DataExport.tsx -2 2 frontend/src/components/FindChain/SearchBar.tsx -16 44 frontend/src/components/Footer.tsx -1 1 frontend/src/components/FormFields.tsx -12 23 frontend/src/components/LanguageSwitcher.tsx -10 5 frontend/src/components/Navbar.tsx -7 3 frontend/src/components/Newsletter.tsx -1 1 frontend/src/components/SizesDropdown.tsx -35 10 frontend/src/components/Testimonials.tsx -2 27 frontend/src/goscope.ts -3 5 frontend/src/i18n.tsx -38 0 frontend/src/languages.js -5 5 frontend/src/pages/AdminDashboard.tsx -28 15 frontend/src/pages/ChainMemberList.tsx -2 1 frontend/src/pages/Contacts.tsx -6 6 frontend/src/pages/Donations/DonationForm.tsx -129 87 frontend/src/pages/EventDetails.tsx -76 63 frontend/src/pages/Events.tsx -2 2 frontend/src/pages/FAQ.tsx -17 15 frontend/src/pages/FindChain.tsx -15 7 frontend/src/pages/Geocoding.tsx -30 14 frontend/src/pages/Home.tsx -4 3 frontend/src/pages/Login.tsx -2 1 frontend/src/pages/NewChainSignup.tsx -5 4 frontend/src/pages/Signup.tsx -2 1 frontend/src/pages/UserEdit.tsx -2 1 frontend/src/providers/ToastProvider.tsx -15 2 frontend/src/tailwind.css -7 0 frontend/src/util/dayjs.ts -1 1 frontend/src/util/form.hooks.ts -36 0 frontend/src/util/to-clipboard.hooks.ts -1 2 frontend/src/window.d.ts -3 0 server/Makefile -3 3 server/cmd/generate-fake-data/main.go -2 2 server/cmd/server-fcgi/main.go -2 2 server/cmd/server/main.go -23 22 server/go.mod -51 4 server/go.sum -2 2 server/internal/app/auth/auth.go -3 3 server/internal/app/auth/auth_test.go -1 1 server/internal/app/auth/cookie.go -1 1 server/internal/app/auth/testmain_test.go -1 1 server/internal/app/auth/token.go -3 3 server/internal/app/auth/token_test.go -1 1 server/internal/app/database.go -2 2 server/internal/app/mail.go -4 4 server/internal/controllers/chain.go -3 3 server/internal/controllers/contact.go -4 4 server/internal/controllers/event.go -1 1 server/internal/controllers/info.go -4 4 server/internal/controllers/login.go -3 3 server/internal/controllers/payments.go -3 3 server/internal/controllers/poke.go -2 2 server/internal/controllers/route.go -48 8 server/internal/controllers/users.go -1 1 server/internal/models/chain_route_order_test.go -1 1 server/internal/models/testmain_test.go -3 3 server/internal/server.go -4 4 server/internal/tests/integration_tests/chain_add_user_test.go -3 3 server/internal/tests/integration_tests/register_basic_user_test.go -3 3 server/internal/tests/integration_tests/register_chain_admin_test.go -1 1 server/internal/tests/integration_tests/testmain_test.go -3 3 server/internal/tests/integration_tests/user_get_test.go -31 14 server/internal/tests/mocks/mock-tables.go -2 2 server/internal/tests/mocks/mock-tables_test.go -1 1 server/internal/tests/mocks/testmain_test.go -3 2 server/internal/views/email.go -3 3 server/internal/views/emails/de/poke.gohtml -3 3 server/internal/views/emails/he/an_admin_approved_your_join_request.gohtml -8 8 server/internal/views/emails/he/an_admin_denied_your_join_request.gohtml -6 6 server/internal/views/emails/he/contact_confirmation.gohtml -8 8 server/internal/views/emails/he/headers.json -5 5 server/internal/views/emails/he/login_verification.gohtml -4 4 server/internal/views/emails/he/poke.gohtml -5 5 server/internal/views/emails/he/register_verification.gohtml -9 9 server/internal/views/emails/he/someone_is_interested_in_joining_your_loop.gohtml -9 9 server/internal/views/emails/he/subscribed_to_newsletter.gohtml -8 8 server/internal/views/emails/it/subscribed_to_newsletter.gohtml -1 1 server/internal/views/embed.go - -commit 5c5a0b4c7ecfc052e370cf8ebc0ee90abfbc2c8b -Author: Natalie -Date: Tue Apr 4 13:02:48 2023 -0700 - - cleanup and prettier - -3 6 frontend/src/pages/CreateEvent.tsx -5 2 frontend/src/pages/Events.tsx - -commit 065a615e1a02a54a4b900eb5af330432eb447ea8 -Author: Natalie -Date: Tue Apr 4 13:00:59 2023 -0700 - - get rid of button inside link - -2 4 frontend/src/pages/Events.tsx - -commit 35e313f0ff052cf933ee6edbe1eac42ee9a965b5 -Author: Natalie -Date: Tue Apr 4 12:44:11 2023 -0700 - - make a not logged in user redirect to the events page - -3 17 frontend/src/pages/CreateEvent.tsx - -commit af60943a1c86071e698f7dde90537db4a6c1284e -Merge: a5d238a8 7323c0ee -Author: Lucian I. Last -Date: Tue Apr 4 17:13:04 2023 +0200 - - Merge remote-tracking branch 'origin/l10n_main' - -commit a5d238a8e86906cfe21ba61192f7ffaa12f07ea2 -Author: Lucian I. Last -Date: Tue Apr 4 17:11:38 2023 +0200 - - Size range icons sketch #425 - -- - frontend/public/images/categories/baby-50.png -- - frontend/public/images/categories/man-50.png -- - frontend/public/images/categories/woman-50.png -86 27 frontend/src/components/Badges.tsx -6 8 frontend/src/pages/ChainMemberList.tsx -2 10 frontend/src/pages/FindChain.tsx -42 5 frontend/tailwind.config.cjs - -commit 7323c0ee0e0124aad484b06fcfafde2ffdf24734 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Apr 4 15:38:38 2023 +0200 - - New translations faq.json (Swedish) - -28 0 frontend/public/locales/sv/faq.json - -commit 19f3aaf67ba7ad0e0bad9e0387a672abbb2c50e3 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Apr 4 15:38:37 2023 +0200 - - New translations faq.json (Portuguese) - -1 1 frontend/public/locales/pt/faq.json - -commit 1ee4ee8a3d77be471314210aa37459ae4d713c6c -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Apr 4 15:38:36 2023 +0200 - - New translations faq.json (Polish) - -1 1 frontend/public/locales/pl/faq.json - -commit f103b12df22319c18fd42e30bddd72c1dc9acc23 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Apr 4 15:38:35 2023 +0200 - - New translations faq.json (Dutch) - -1 1 frontend/public/locales/nl/faq.json - -commit dd252ac13eca9385f36e2caf0aefc8321b90755c -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Apr 4 15:38:34 2023 +0200 - - New translations faq.json (Korean) - -1 1 frontend/public/locales/ko/faq.json - -commit 71d65c3239fb76939c80b14ddb3bc8eb1df51022 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Apr 4 15:38:33 2023 +0200 - - New translations faq.json (Japanese) - -1 1 frontend/public/locales/ja/faq.json - -commit ca85187856811233849bf579903476c90a52eab9 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Apr 4 15:38:32 2023 +0200 - - New translations faq.json (Spanish) - -1 1 frontend/public/locales/es/faq.json - -commit 28c078326038d7f981e722ae63a7fe56a3b5db6b -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Apr 4 15:38:31 2023 +0200 - - New translations faq.json (French) - -36 0 frontend/public/locales/fr/faq.json - -commit 55978579df1059ec59472ced9518c4905cc9d89e -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Apr 4 15:38:30 2023 +0200 - - New translations faq.json (Hebrew) - -1 1 frontend/public/locales/he/faq.json - -commit 6b05b6789a40e4f0408c96098e5135678edca8ea -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Apr 4 15:38:29 2023 +0200 - - New translations faq.json (Italian) - -1 1 frontend/public/locales/it/faq.json - -commit ca80c6fb6bfd5d0e43f8d4d866cf8a8394fa0b3c -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Apr 4 15:38:28 2023 +0200 - - New translations faq.json (German) - -1 1 frontend/public/locales/de/faq.json - -commit 24e260160762b7f11e944237b31eccd1557babd8 -Merge: ec14b816 3752c9b3 -Author: Lucian I. Last -Date: Tue Apr 4 15:15:50 2023 +0200 - - Merge remote-tracking branch 'origin/l10n_main' - -commit ec14b8168257e3c8c04e31b91ebe594a6248fae7 -Author: Lucian I. Last -Date: Tue Apr 4 15:15:13 2023 +0200 - - Change FAQ text #427 - -1 1 frontend/public/locales/en/faq.json - -commit 3752c9b30c9b623a8abe91818d3c28f3020a8789 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Apr 4 13:29:54 2023 +0200 - - New translations faq.json (Italian) - -1 1 frontend/public/locales/it/faq.json - -commit baec7daa67fe250c8b571fefe781aec2ed32d47d -Merge: 6d61c136 b352b448 -Author: Lucian I. Last -Date: Tue Apr 4 11:57:42 2023 +0200 - - Merge branch 'add-send-in-blue-intergration' - -commit b352b4482aac91b8d5e7b4af9047855914711e1d -Author: Lucian I. Last -Date: Tue Apr 4 11:56:03 2023 +0200 - - Add sendinblue to config in production - -1 0 devops/setup-4-api.yml -5 1 devops/templates/config.yml.j2 - -commit 172adcab35eb917ebb222c52b12d815cc80dff26 -Author: Lucian I. Last -Date: Tue Apr 4 11:50:18 2023 +0200 - - Add sendinblue test - -10 0 server/internal/app/sendinblue.go -42 0 server/internal/tests/integration_tests/sendinblue_test.go - -commit f963a7c137049fe855b9b3e0e0051c8de9126a76 -Merge: bf5a9cc5 6d61c136 -Author: Lucian I. Last -Date: Tue Apr 4 10:59:43 2023 +0200 - - Merge branch 'main' into add-send-in-blue-intergration - -commit 74a34b044102fb84eb633929cc1a067a9869da7b -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Apr 3 19:35:26 2023 +0200 - - New translations translation.json (German) - -3 3 frontend/public/locales/de/translation.json - -commit 6d61c1363e560ac528b4b8f80775cb6fc16b203d -Merge: 5a481e9f 41a7e399 -Author: Lucian I. Last -Date: Mon Apr 3 18:10:02 2023 +0200 - - Merge remote-tracking branch 'origin/l10n_main' - -commit 41a7e399650633f84d774d650166571b9b64decb -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Apr 3 18:01:24 2023 +0200 - - New translations someone_is_interested_in_joining_your_loop.gohtml (Dutch) - -1 1 server/internal/views/emails/nl/someone_is_interested_in_joining_your_loop.gohtml - -commit c8e10c0796528cb8e0b5efadaa3b19d2ddbc75a5 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Apr 3 18:01:23 2023 +0200 - - New translations translation.json (Dutch) - -1 1 frontend/public/locales/nl/translation.json - -commit 60cd17bd2db139b719c799d66c0a6944ec5a3f59 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Apr 3 18:01:21 2023 +0200 - - New translations subscribed_to_newsletter.gohtml (Italian) - -3 3 server/internal/views/emails/it/subscribed_to_newsletter.gohtml - -commit f1e2aa7c336aa5693685603ed75868ab15f94cd2 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Apr 3 18:01:19 2023 +0200 - - New translations an_admin_denied_your_join_request.gohtml (Hebrew) - -1 1 server/internal/views/emails/he/an_admin_denied_your_join_request.gohtml - -commit 569ebc135756ffcbfe73893527f40b04fa1cab31 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Apr 3 18:01:18 2023 +0200 - - New translations an_admin_approved_your_join_request.gohtml (Hebrew) - -1 1 server/internal/views/emails/he/an_admin_approved_your_join_request.gohtml - -commit 5ed0b0b5c6284dd78572d2029d4443fbc97d2ec1 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Apr 3 18:01:15 2023 +0200 - - New translations someone_is_interested_in_joining_your_loop.gohtml (Hebrew) - -2 2 server/internal/views/emails/he/someone_is_interested_in_joining_your_loop.gohtml - -commit 8eb2661f8147709ce4dd4a2d5d2b0060cc28e488 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Apr 3 18:01:11 2023 +0200 - - New translations faq.json (Italian) - -6 6 frontend/public/locales/it/faq.json - -commit 5a481e9fa0df01cebe111d1240670287ca6d634e -Author: Lucian I. Last -Date: Mon Apr 3 17:44:48 2023 +0200 - - Add italian to acc - -7 0 frontend/public/images/flags/it.svg -2 1 frontend/src/languages.js -2 1 server/internal/views/email.go - -commit 0a1ba630ec434576fdd574d7888a43963c961510 -Author: Lucian I. Last -Date: Mon Apr 3 16:12:42 2023 +0200 - - Add better faker event details - -17 10 server/internal/tests/mocks/mock-tables.go - -commit 9743a12172af601d383c241278722ecd1ed4d040 -Author: Lucian I. Last -Date: Mon Apr 3 16:12:20 2023 +0200 - - Fix copy button for events - -7 7 frontend/src/components/Footer.tsx -22 31 frontend/src/pages/EventDetails.tsx -39 45 frontend/src/pages/Events.tsx -14 24 frontend/src/util/to-clipboard.hooks.ts - -commit 47959516ba30a119a31dd20d35834b4d4df77b51 -Author: Lucian I. Last -Date: Mon Apr 3 14:44:19 2023 +0200 - - Fix rtl support - -6 6 frontend/src/pages/EventDetails.tsx - -commit 6edbb646f119a35ba79932ad2e40122f40052d01 -Author: Lucian I. Last -Date: Mon Apr 3 14:03:14 2023 +0200 - - Change layout for smaller custom image - -129 110 frontend/src/pages/EventDetails.tsx -7 0 frontend/src/util/dayjs.ts - -commit 6cc3a4ec89435ef90b4d16b40b1a46f333ffcb2b -Author: Lucian I. Last -Date: Mon Apr 3 12:42:18 2023 +0200 - - Add to clipboard hook and use in eventDetails page - -9 37 frontend/src/components/Footer.tsx -56 29 frontend/src/pages/EventDetails.tsx -46 0 frontend/src/util/to-clipboard.hooks.ts - -commit 47a7d6846ebe92698c123d946feb96570d63c49a -Author: Lucian I. Last -Date: Mon Apr 3 10:54:41 2023 +0200 - - Improve a11y of event - -43 38 frontend/src/pages/EventDetails.tsx -36 17 frontend/src/pages/Events.tsx -1 1 frontend/src/util/form.hooks.ts - -commit 722dced349b9b1a853a5aa333500385a57e05090 -Author: Lucian I. Last -Date: Mon Apr 3 10:54:27 2023 +0200 - - Fix mock event add a mock address - -2 1 server/internal/tests/mocks/mock-tables.go - -commit 4b6ca3ddb0404e1b341d574b8a0f302460268919 -Author: Lucian I. Last -Date: Mon Apr 3 09:23:57 2023 +0200 - - Replace test image uploadcare - -1 1 frontend/src/pages/Events.tsx - -commit e9c1ccf1651361dafa3249db656ab911acf33a43 -Author: Lucian I. Last -Date: Mon Apr 3 09:20:15 2023 +0200 - - Fix merge - -22 21 server/go.mod -51 4 server/go.sum -4 4 server/internal/controllers/event.go - -commit 8a1d030475b7244971ef3a1138f2ea97053dbc26 -Merge: 75407020 bcc9925b -Author: Lucian I. Last -Date: Mon Apr 3 09:14:33 2023 +0200 - - Merge branch 'main' into calendar-ical-#363 - -commit bcc9925b8a2f34881f859ee2bff42d7be304de62 -Merge: 708486f4 1b900890 -Author: Lucian I. Last -Date: Mon Apr 3 09:09:48 2023 +0200 - - Merge remote-tracking branch 'origin/l10n_main' - -commit 439bee0df90f90645d776a4567a7dd6cd6ddce7a -Author: Natalie -Date: Sun Apr 2 18:06:08 2023 -0700 - - map with marker and slider to select radius - -6 1 frontend/src/App.tsx -8 6 frontend/src/pages/Events.tsx -232 0 frontend/src/pages/LocationModal.tsx - -commit 466a730be14d87b1a2a66dfab4a7f80aec8fab77 -Author: Natalie -Date: Sun Apr 2 12:42:13 2023 -0700 - - get rid of unused state - -16 22 frontend/src/pages/CreateEvent.tsx - -commit 7b2db23b300f1e94ccd660dc67dfbb36996d6c6e -Author: Natalie -Date: Sun Apr 2 12:32:23 2023 -0700 - - get rid of hardcoded address - -1 1 frontend/src/pages/EventDetails.tsx - -commit 1b90089070d6efd696ce2a0ef59b208af83b8d3c -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Sun Apr 2 21:27:22 2023 +0200 - - New translations faq.json (Italian) - -36 0 frontend/public/locales/it/faq.json - -commit a361f7f6f852d17043fc67685c095e19300b7733 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Sun Apr 2 20:15:22 2023 +0200 - - New translations subscribed_to_newsletter.gohtml (Italian) - -8 8 server/internal/views/emails/it/subscribed_to_newsletter.gohtml - -commit 708486f4c245d907b113572e3054ac08fb4dd62a -Author: Lucian I. Last -Date: Fri Mar 31 18:54:44 2023 +0200 - - Centralize languages listing in frontend - -3 1 frontend/sitemap.js -3 4 frontend/src/App.tsx -6 23 frontend/src/components/LanguageSwitcher.tsx -3 5 frontend/src/i18n.tsx -38 0 frontend/src/languages.js - -commit c543c18b674720b5e45b477197428cd1c1b2f88f -Author: Lucian I. Last -Date: Fri Mar 31 18:31:00 2023 +0200 - - Fix rtl donation form - -6 6 frontend/src/pages/Donations/DonationForm.tsx - -commit e37bb319acb3fd49a44cd6abd2e94a0ba9cfe55d -Merge: 21945e5a 340528a9 -Author: Lucian I. Last -Date: Fri Mar 31 18:17:37 2023 +0200 - - Merge branch 'rtl-support' - -commit 340528a950ba9a562aa82191579c31c65f7413e7 -Author: Lucian I. Last -Date: Fri Mar 31 18:17:24 2023 +0200 - - Fix rtl FAQ page - -2 2 frontend/src/pages/FAQ.tsx - -commit bc30a0533f529805b2c22a7408a7ce6294ad37a9 -Author: Lucian I. Last -Date: Fri Mar 31 18:15:38 2023 +0200 - - Fix rtl find chain page - -3 3 frontend/src/pages/FindChain.tsx - -commit 92fc7c1d213968d48420d4cc3013ea39d4828053 -Author: Lucian I. Last -Date: Fri Mar 31 18:07:46 2023 +0200 - - Fix rtl in chain create page - -6 6 frontend/src/components/ChainDetailsForm.tsx -1 1 frontend/src/components/FormFields.tsx -1 1 frontend/src/pages/FindChain.tsx -3 3 frontend/src/pages/Signup.tsx -5 1 frontend/src/tailwind.css - -commit 21945e5af6efe73dca6ab5849fae003786d299f1 -Merge: 6514aa42 9b49897a -Author: Lucian I. Last -Date: Fri Mar 31 15:08:14 2023 +0200 - - Merge branch 'rtl-support' - -commit 9b49897a21b06246be3c13b35ae7a2c7d1134047 -Author: Lucian I. Last -Date: Fri Mar 31 15:07:51 2023 +0200 - - Fix arrows and admin pages - -5 2 frontend/src/components/Badges.tsx -1 1 frontend/src/components/CategoriesDropdown.tsx -2 1 frontend/src/components/ChainDetailsForm.tsx -3 2 frontend/src/components/ChainsList.tsx -1 1 frontend/src/components/DataExport.tsx -2 1 frontend/src/components/Navbar.tsx -5 5 frontend/src/pages/AdminDashboard.tsx -5 5 frontend/src/pages/ChainMemberList.tsx -2 1 frontend/src/pages/Contacts.tsx -6 4 frontend/src/pages/FindChain.tsx -4 3 frontend/src/pages/Login.tsx -2 1 frontend/src/pages/NewChainSignup.tsx -2 1 frontend/src/pages/Signup.tsx -2 1 frontend/src/pages/UserEdit.tsx -9 0 frontend/src/tailwind.css - -commit 3e45648f504e65f87e6aa41c499e6331d9ef2c2c -Author: Lucian I. Last -Date: Fri Mar 31 12:24:52 2023 +0200 - - Fix homepage - -1 1 frontend/src/components/Carousel.tsx -1 1 frontend/src/components/CategoriesDropdown.tsx -2 1 frontend/src/components/Counters/Counters.tsx -2 2 frontend/src/components/FindChain/SearchBar.tsx -7 7 frontend/src/components/Footer.tsx -8 4 frontend/src/components/Navbar.tsx -7 3 frontend/src/components/Newsletter.tsx -1 1 frontend/src/components/SizesDropdown.tsx -35 10 frontend/src/components/Testimonials.tsx -14 9 frontend/src/pages/Home.tsx -2 2 frontend/src/tailwind.css - -commit 17bc72d425c9d4d9cf26140a50a35b03a8d8031a -Author: Lucian I. Last -Date: Fri Mar 31 10:58:16 2023 +0200 - - Set default dir to ltr - -1 1 frontend/src/App.tsx - -commit 6514aa42543cc5da7240f52252a28859662d17a2 -Merge: 4e0d7788 1a6df65a -Author: Lucian I. Last -Date: Fri Mar 31 10:46:32 2023 +0200 - - Merge remote-tracking branch 'origin/l10n_main' - -commit a009a01b5c7c8921f05ad93a4b3ab6a98ce29441 -Author: Natalie -Date: Thu Mar 30 17:26:22 2023 -0700 - - Add error handling for if a user goes to create-event url when not logged in - -105 89 frontend/src/pages/CreateEvent.tsx - -commit f22582029de168a2a9edcccd1e46ad3b7687722a -Author: Natalie -Date: Thu Mar 30 17:09:52 2023 -0700 - - Better placement of create event button - -30 28 frontend/src/pages/Events.tsx - -commit c8f7fef0769e786ecfa47549664681b1f416a6ae -Author: Natalie -Date: Thu Mar 30 16:36:10 2023 -0700 - - Add categories dropdown, make description optional and have a larger text field - -35 13 frontend/src/pages/CreateEvent.tsx - -commit 8569a4c66871823dc0f8e71f5c195655b0d88a56 -Author: Natalie -Date: Thu Mar 30 16:02:51 2023 -0700 - - Added create event page - -6 1 frontend/src/App.tsx -2 1 frontend/src/api/event.ts -168 0 frontend/src/pages/CreateEvent.tsx -12 1 frontend/src/pages/Events.tsx - -commit 1a6df65a6887ff905a041f9d9c93f9a988211b53 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Mar 30 22:50:30 2023 +0200 - - New translations poke.gohtml (Hebrew) - -4 4 server/internal/views/emails/he/poke.gohtml - -commit 07e6f9f04c60c48a9fe4f166f27e0e3269524fd4 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Mar 30 22:50:29 2023 +0200 - - New translations an_admin_denied_your_join_request.gohtml (Hebrew) - -8 8 server/internal/views/emails/he/an_admin_denied_your_join_request.gohtml - -commit 50c37ec584f859bfbbf1269dcc4cd963bf2e9ed5 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Mar 30 22:50:28 2023 +0200 - - New translations an_admin_approved_your_join_request.gohtml (Hebrew) - -3 3 server/internal/views/emails/he/an_admin_approved_your_join_request.gohtml - -commit b5f10c14144b74845c0a196cffabc58a6eb9fdde -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Mar 30 22:50:27 2023 +0200 - - New translations register_verification.gohtml (Hebrew) - -5 5 server/internal/views/emails/he/register_verification.gohtml - -commit a0d997020ce8dc635f63caabe84fc63e5881121f -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Mar 30 22:50:27 2023 +0200 - - New translations login_verification.gohtml (Hebrew) - -5 5 server/internal/views/emails/he/login_verification.gohtml - -commit 3f628a1b307eb311e5483fa65e159761baac240c -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Mar 30 22:50:26 2023 +0200 - - New translations subscribed_to_newsletter.gohtml (Hebrew) - -9 9 server/internal/views/emails/he/subscribed_to_newsletter.gohtml - -commit 7f268e2f63ad2fff85acbea72f957f64dafb87d2 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Mar 30 22:50:25 2023 +0200 - - New translations contact_confirmation.gohtml (Hebrew) - -6 6 server/internal/views/emails/he/contact_confirmation.gohtml - -commit 4b889d90be53ef3406d5a2e3957cbf08cec6b501 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Mar 30 22:50:24 2023 +0200 - - New translations someone_is_interested_in_joining_your_loop.gohtml (Hebrew) - -9 9 server/internal/views/emails/he/someone_is_interested_in_joining_your_loop.gohtml - -commit 7aab246c9a2e3ffc99782c1dfdf4a548c0839f12 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Mar 30 21:54:53 2023 +0200 - - New translations about.json (Hebrew) - -2 2 frontend/public/locales/he/about.json - -commit bf5a9cc5ac3ac50ce0aa6ab7e91a7683be6f5e6f -Author: Lucian I. Last -Date: Thu Mar 30 18:52:04 2023 +0200 - - Add send in blue to locations where newsletter is altered - -7 0 server/internal/controllers/contact.go -7 0 server/internal/controllers/users.go - -commit 53cb3fab5204df6b1007ac556f6990020e06a563 -Author: Lucian I. Last -Date: Thu Mar 30 18:51:13 2023 +0200 - - Add sendinblue api key & move sendinblue to app package - -22 21 server/internal/app/config.go -14 11 server/internal/app/{sendinblue => }/sendinblue.go -4 0 server/internal/server.go - -commit 337e16b21987f14d433f346860b5a82574e6c667 -Author: Lucian I. Last -Date: Thu Mar 30 12:38:00 2023 +0200 - - Add sendinblue connection with thier go sdk - -5 0 server/go.mod -357 0 server/go.sum -64 0 server/internal/app/sendinblue/sendinblue.go - -commit 4e0d7788f5795cc084da668e1e403f590b0b358b -Merge: 3bce5568 b2033aa5 -Author: Lucian I. Last -Date: Thu Mar 30 07:14:55 2023 +0200 - - Merge pull request #440 from the-clothing-loop/l10n_main - -commit b2033aa5868a33da2c71858e55069e47aad0f6cb -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Mar 29 18:36:02 2023 +0200 - - New translations about.json (Portuguese) - -2 2 frontend/public/locales/pt/about.json - -commit ffef2fc8f173cec28b37622c2e0455e8b236ff0f -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Mar 29 17:19:09 2023 +0200 - - New translations about.json (Portuguese) - -4 4 frontend/public/locales/pt/about.json - -commit 3bce5568733fead4334323de4e02c2c67add8ae2 -Author: Lucian I. Last -Date: Wed Mar 29 16:21:38 2023 +0200 - - Add test language hebrew and rtl - -14 0 frontend/public/images/flags/il.svg -11 4 frontend/src/App.tsx -3 1 frontend/src/components/LanguageSwitcher.tsx -1 1 frontend/src/i18n.tsx -2 1 server/internal/views/email.go - -commit 14ef4267ffd255f688e4bad2ff1b8f13eb12f2cc -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Mar 29 15:47:30 2023 +0200 - - New translations about.json (Portuguese) - -4 4 frontend/public/locales/pt/about.json - -commit 17f6c241374151bca444ea28c671bdffec332d7f -Author: Lucian I. Last -Date: Wed Mar 29 15:44:25 2023 +0200 - - Less margin from tabs to table in members - -3 3 frontend/src/pages/ChainMemberList.tsx - -commit f2e59b9b2b9374dc43437b96297af2def1b17a07 -Merge: 3d084f6d cc0e09a5 -Author: Lucian I. Last -Date: Wed Mar 29 15:40:20 2023 +0200 - - Merge branch 'main' of github.com:the-clothing-loop/website - -commit 3d084f6ddba3390ef2aaf7283c1527f69919ae97 -Author: Lucian I. Last -Date: Wed Mar 29 15:40:15 2023 +0200 - - Perfect tab colors - -4 4 frontend/src/pages/ChainMemberList.tsx - -commit cc0e09a53a2495543e9f640953dd9963d74bb297 -Merge: cad70673 763b5395 -Author: Lucian I. Last -Date: Wed Mar 29 15:38:41 2023 +0200 - - Merge pull request #439 from the-clothing-loop/l10n_main - - New Crowdin updates - -commit cad7067331bdd22811973839934f2118a3b48d36 -Author: Lucian I. Last -Date: Wed Mar 29 15:09:52 2023 +0200 - - Increase step even more - -2 2 frontend/src/components/Counters/Counters.tsx - -commit 3235ebfa34c8ddf5ad24c6d0e333c6b94bcf0623 -Author: Lucian I. Last -Date: Wed Mar 29 11:37:14 2023 +0200 - - Fix radius value - - https://www.openstreetmap.org/directions?engine=graphhopper_bicycle&route=52.3719%2C4.9635%3B52.4176%2C4.8658#map=13/52.3948/4.9169 - Zeeburgereiland to Noorder IJplas was used to test the radius with is around 11km - -2 2 frontend/src/components/ChainDetailsForm.tsx - -commit 155e64676d096483e95c6510893ab26d6b6f2023 -Author: Lucian I. Last -Date: Wed Mar 29 11:33:55 2023 +0200 - - Update edit loop circle - -3 3 frontend/src/components/ChainDetailsForm.tsx - -commit 43e6a7aa503452d6ade543b3cfb3e488a77d6a06 -Author: Lucian I. Last -Date: Wed Mar 29 11:16:23 2023 +0200 - - Update tabs for route,edit,new - -338 109 frontend/package-lock.json -1 1 frontend/package.json -11 7 frontend/src/pages/ChainMemberList.tsx - -commit 763b539504ff9b360e0f262078636d6937d2496e -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Mar 28 23:01:32 2023 +0200 - - New translations headers.json (Hebrew) - -8 8 server/internal/views/emails/he/headers.json - -commit f9b3c1197bff441e29265c86a04cd6d7d73caaba -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Mar 28 23:01:31 2023 +0200 - - New translations translation.json (Hebrew) - -28 28 frontend/public/locales/he/translation.json - -commit 7b702f46dff652d91186673b6c5a6c9806bd81ab -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Mar 28 21:57:56 2023 +0200 - - New translations translation.json (Hebrew) - -24 24 frontend/public/locales/he/translation.json - -commit 6dd591ec8d1046c8078bcc3b8235f7ce47f47911 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Mar 28 20:54:47 2023 +0200 - - New translations faq.json (Hebrew) - -5 5 frontend/public/locales/he/faq.json - -commit d5b53cca0faf60e5964e7620aa9c867ac7ba6d38 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Mar 28 20:54:46 2023 +0200 - - New translations testimonials.json (Hebrew) - -5 5 frontend/public/locales/he/testimonials.json - -commit 11a3730ce312171af094dae508d34942b598f631 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Mar 28 18:42:07 2023 +0200 - - New translations faq.json (Hebrew) - -16 16 frontend/public/locales/he/faq.json - -commit 6bd084ce18077df2a1d86e4a0a16c6a37864d698 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Mar 28 18:42:06 2023 +0200 - - New translations about.json (Hebrew) - -2 2 frontend/public/locales/he/about.json - -commit bff2a2b589b49602ade91786fcbdb2c2b913d79c -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Mar 28 17:40:01 2023 +0200 - - New translations about.json (Hebrew) - -1 1 frontend/public/locales/he/about.json - -commit 7d9d8ac4893245110c4c2a8ecd50107bf787b08a -Author: Lucian I. Last -Date: Tue Mar 28 15:20:57 2023 +0200 - - Replace airbrake with goscope2 - -0 9 .github/workflows/deploy-production.yml -10 166 frontend/package-lock.json -1 1 frontend/package.json -2 27 frontend/src/goscope.ts -2 1 frontend/src/providers/ToastProvider.tsx -1 2 frontend/src/window.d.ts - -commit f70a5225fca817d9f89f2bd3abddb9df9f07f759 -Author: Lucian I. Last -Date: Tue Mar 28 15:19:32 2023 +0200 - - Remove double space in class - -2 2 frontend/src/components/ChainsList.tsx - -commit 9e68734b3f8e64ffeb526846c3385d5353670c41 -Author: Lucian I. Last -Date: Tue Mar 28 14:57:10 2023 +0200 - - Add grey hover in loops page - -5 1 frontend/src/components/ChainsList.tsx - -commit 9e838a9185ddfd877757d0b037363881d4f16991 -Author: Lucian I. Last -Date: Tue Mar 28 14:51:52 2023 +0200 - - Update to new github url - -2 2 README.md - -commit 08803c06d4be03d5fd8be7b4f350ce291d45cd55 -Merge: 6ade4eb4 8b132861 -Author: Lucian I. Last -Date: Tue Mar 28 14:32:12 2023 +0200 - - Merge remote-tracking branch 'origin/l10n_main' - -commit 6ade4eb48f483eb9caa242621c9d5bcf1d41d5f9 -Merge: 5668442e 03dace90 -Author: Lucian I. Last -Date: Tue Mar 28 14:30:22 2023 +0200 - - Merge branch 'main' of github.com:the-clothing-loop/website - -commit 5668442e435e542b831ba11f5a5a6c219e5b6810 -Author: Lucian I. Last -Date: Tue Mar 28 14:30:18 2023 +0200 - - Set translation of search location bar on i18n change - -15 7 frontend/src/pages/Geocoding.tsx - -commit 8b1328619a31ae3fd19fa124d7b875a97329983d -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Mar 27 23:28:35 2023 +0200 - - New translations faq.json (Italian) - -36 0 frontend/public/locales/it/faq.json - -commit 0204d457fbb92e0f64c0960c4cf15c4002de606c -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Mar 27 19:22:56 2023 +0200 - - New translations about.json (Hebrew) - -1 1 frontend/public/locales/he/about.json - -commit 75407020adaa2ec5c5474867b53e391bcd9f32f9 -Author: Lucian I. Last -Date: Mon Mar 27 18:25:08 2023 +0200 - - Remove enums from api/enums - -2 20 frontend/public/locales/en/translation.json -0 61 frontend/src/api/enums.ts -1 1 frontend/src/components/ChainsList.tsx -10 13 frontend/src/components/DistanceDropdown.tsx -2 0 frontend/src/components/LanguageSwitcher.tsx -0 76 frontend/src/components/WhenDropdown.tsx -2 16 frontend/src/pages/ChainMemberList.tsx -88 96 frontend/src/pages/EventDetails.tsx -170 298 frontend/src/pages/Events.tsx -10 0 frontend/src/util/dayjs.ts -21 0 frontend/src/util/simplify-days.ts - -commit 95140e67744f9ab57c0023fba1f68f1e30cad224 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Mar 27 17:15:51 2023 +0200 - - New translations poke.gohtml (German) - -1 1 server/internal/views/emails/de/poke.gohtml - -commit a0460873dcc832038f3e1c540dc57a80d3f85b58 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Mar 27 16:11:15 2023 +0200 - - New translations poke.gohtml (German) - -3 3 server/internal/views/emails/de/poke.gohtml - -commit d7837179e58c2e5dd61b4119138a3a93a4aba4d2 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Mar 27 16:11:14 2023 +0200 - - New translations translation.json (German) - -1 1 frontend/public/locales/de/translation.json - -commit dd82da88476efd99d57db92f9fdcf49f60c6a85d -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Mar 27 16:11:13 2023 +0200 - - New translations translation.json (Hebrew) - -184 184 frontend/public/locales/he/translation.json - -commit eb76d7e44836d77068e1a957f2ba3ad934664e87 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Mar 27 16:11:12 2023 +0200 - - New translations testimonials.json (Hebrew) - -9 9 frontend/public/locales/he/testimonials.json - -commit d443fa0c801d96d3dd8c42b4576cc452ed54d3fa -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Mar 27 13:43:54 2023 +0200 - - New translations testimonials.json (Hebrew) - -3 3 frontend/public/locales/he/testimonials.json - -commit 03dace9058b2bec6dfa0b01755a1d4ad671df6e5 -Merge: f429e875 a892d1cb -Author: Lucian I. Last -Date: Sun Mar 26 22:13:33 2023 +0200 - - Merge pull request #437 from the-clothing-loop/l10n_main - -commit a892d1cb63e7f437d1ff2bf7928bb943b34b0d4c -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Sun Mar 26 14:29:09 2023 +0200 - - New translations testimonials.json (Hebrew) - -1 1 frontend/public/locales/he/testimonials.json - -commit 72c3b7e75b3a89966a67a6d6beaccf0e36affa88 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Sun Mar 26 14:29:08 2023 +0200 - - New translations faq.json (Hebrew) - -5 5 frontend/public/locales/he/faq.json - -commit 16276be57569a03f3e55d451f257362946d742df -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Sun Mar 26 13:22:22 2023 +0200 - - New translations faq.json (Hebrew) - -12 12 frontend/public/locales/he/faq.json - -commit f429e87598b312fe41206122e2f8f636925c5490 -Merge: d3e73dbf 1bacae57 -Author: Lucian I. Last -Date: Sun Mar 26 13:20:20 2023 +0200 - - Merge pull request #436 from the-clothing-loop/l10n_main - -commit 1bacae5717a61fd02f5e8d4ef9e5fa44e6ec5b78 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Sun Mar 26 10:38:08 2023 +0200 - - New translations faq.json (Hebrew) - -11 11 frontend/public/locales/he/faq.json - -commit 643dbaa068dfc344c61aec6e60001214bd3995c0 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Sun Mar 26 09:25:32 2023 +0200 - - New translations faq.json (Hebrew) - -3 3 frontend/public/locales/he/faq.json - -commit d3e73dbf6c1f0b77e4fc78d7f1dc5e165df97871 -Merge: e456cd66 32f0df70 -Author: Lucian I. Last -Date: Sat Mar 25 22:58:50 2023 +0100 - - Merge pull request #435 from the-clothing-loop/l10n_main - -commit 32f0df700d64dce6854bde543b9cd5539df5a772 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Sat Mar 25 21:38:24 2023 +0100 - - New translations faq.json (Hebrew) - -16 16 frontend/public/locales/he/faq.json - -commit f24503d96513940a9c22fbad6a6cc78a646a389e -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Sat Mar 25 21:38:24 2023 +0100 - - New translations about.json (Hebrew) - -1 1 frontend/public/locales/he/about.json - -commit cf581b89ce62597598617b896c895d5703b8a685 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Sat Mar 25 20:07:37 2023 +0100 - - New translations about.json (Hebrew) - -5 5 frontend/public/locales/he/about.json - -commit 07bed5231c5a0d99b9eba30db1854aa352acff2e -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Sat Mar 25 18:55:02 2023 +0100 - - New translations about.json (Hebrew) - -2 2 frontend/public/locales/he/about.json - -commit 1c118a12c90e09c1d4053acb37af688bf7c6b713 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Sat Mar 25 12:58:12 2023 +0100 - - New translations translation.json (Dutch) - -1 1 frontend/public/locales/nl/translation.json - -commit b6f9a43b0d9a7670f83f35f6f2c16a0de76fb244 -Merge: f0ced6ea 7a104aef -Author: Lucian I. Last -Date: Fri Mar 24 11:59:43 2023 +0100 - - Merge pull request #433 from NatalieWilson19/calendar-page-live-swapping-parties-frontend-#387 - - Calendar page live swapping parties frontend #387 - -commit e456cd666de9579e60c6e59f802c63f293071b76 -Merge: 9a9d97b0 9d7fb32c -Author: Lucian I. Last -Date: Fri Mar 24 11:53:26 2023 +0100 - - Merge remote-tracking branch 'origin/l10n_main' - -commit 9a9d97b00bc5dfd87736fbdc0756651dd7368bdc -Author: Lucian I. Last -Date: Fri Mar 24 11:50:34 2023 +0100 - - Fix overflow padding dashboard - -6 2 frontend/src/components/ChainsList.tsx - -commit 9d7fb32c02192c75af5aac44675a5049ac540396 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Mar 24 11:46:08 2023 +0100 - - New translations translation.json (Hebrew) - -1 0 frontend/public/locales/he/translation.json - -commit f26c389daa144c4dd6aeffdc9a44f458279e8dfd -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Mar 24 11:46:07 2023 +0100 - - New translations translation.json (Polish) - -1 0 frontend/public/locales/pl/translation.json - -commit 6fe5584f6a29706614bc3549174cfc1f6aec5400 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Mar 24 11:46:07 2023 +0100 - - New translations translation.json (Japanese) - -1 0 frontend/public/locales/ja/translation.json - -commit e4d92ec699008c267a60e43f9926ae49eae7b79a -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Mar 24 11:46:06 2023 +0100 - - New translations translation.json (Korean) - -1 0 frontend/public/locales/ko/translation.json - -commit a3f97492d1b8c52519aab2fa69d69264f20b78f2 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Mar 24 11:46:05 2023 +0100 - - New translations translation.json (Swedish) - -1 0 frontend/public/locales/sv/translation.json - -commit 70ea2c1cfd714cac7d505b7c4944847375e13558 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Mar 24 11:46:04 2023 +0100 - - New translations translation.json (Portuguese) - -1 0 frontend/public/locales/pt/translation.json - -commit 3a0b0a17fd19ede672472f949b258b12c617f53d -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Mar 24 11:46:03 2023 +0100 - - New translations translation.json (Dutch) - -1 0 frontend/public/locales/nl/translation.json - -commit 71f3246d2d4f3603e42d9859e1d53b259a1f7744 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Mar 24 11:46:02 2023 +0100 - - New translations translation.json (Italian) - -1 0 frontend/public/locales/it/translation.json - -commit 00a055ae20acb1946eae8b58989b622ceb79ff45 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Mar 24 11:46:01 2023 +0100 - - New translations translation.json (German) - -1 0 frontend/public/locales/de/translation.json - -commit 4aead547f05ecc55bdd9211f0f078e630caa16d7 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Mar 24 11:46:00 2023 +0100 - - New translations translation.json (Spanish) - -1 0 frontend/public/locales/es/translation.json - -commit 5bee957b6b34eccb1cdac60449ae4ce9d06afdd8 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Mar 24 11:45:59 2023 +0100 - - New translations translation.json (French) - -1 0 frontend/public/locales/fr/translation.json - -commit ac655735c48febfd244f92fe4832b93145b4093f -Author: Lucian I. Last -Date: Fri Mar 24 11:45:40 2023 +0100 - - text to lighter grey - -1 1 frontend/src/components/ChainsList.tsx - -commit 43cc0fcb3b852a383aa0bf6c611f9c292dcd8b75 -Merge: eff33f58 5f040188 -Author: Lucian I. Last -Date: Fri Mar 24 11:43:04 2023 +0100 - - Merge branch 'wait-a-week-poke' - -commit 5f0401888b18d1f4ebe58da6c778d6108257b62a -Author: Lucian I. Last -Date: Fri Mar 24 11:42:45 2023 +0100 - - ui tweaks from paloeka - -1 1 frontend/public/locales/en/translation.json -15 9 frontend/src/components/ChainsList.tsx - -commit 7a104aefe21f7e89d097d9b992e0f5d5530e0fc2 -Author: Natalie -Date: Thu Mar 23 17:53:39 2023 -0700 - - Prettier - -1 3 frontend/src/components/DistanceDropdown.tsx -1 2 frontend/src/components/WhenDropdown.tsx - -commit c6fe883a77d199a622013a9ee808822bdcbf5c51 -Author: Natalie -Date: Thu Mar 23 17:50:02 2023 -0700 - - Prettier - -2 2 frontend/src/pages/Events.tsx - -commit fcef2c1ffc13f64e65d939ce377810cad683661f -Author: Natalie -Date: Thu Mar 23 17:37:31 2023 -0700 - - get rid of unnecessary files changes - -1 13 frontend/src/providers/ToastProvider.tsx -20 18 server/go.mod -1 1 server/go.sum - -commit fb45002a0e679d283c2aab06431c357b0ecea6ea -Author: Natalie -Date: Thu Mar 23 17:33:03 2023 -0700 - - better distance dropdown values - -4 4 frontend/src/api/enums.ts -9 10 frontend/src/pages/Events.tsx - -commit 0e2a4a394a6218188e0c6a7828af1a97d5cc35a8 -Author: Natalie -Date: Thu Mar 23 17:11:07 2023 -0700 - - better function names - -7 13 frontend/src/pages/Events.tsx - -commit 7af8c1d3960a73b5a3a9f56648fba998f6f732c5 -Author: Natalie -Date: Thu Mar 23 16:41:04 2023 -0700 - - add missing when translation key - -1 0 frontend/public/locales/en/translation.json - -commit 86bfe20b0780ae6c2e74b54ab14bfd0a2f3fb5fa -Author: Natalie -Date: Thu Mar 23 16:40:48 2023 -0700 - - get rid of unused reference - -0 1 frontend/src/pages/Events.tsx - -commit fbac15d17b725a0a969c504b05ce3cbaeb4f259b -Author: Natalie -Date: Thu Mar 23 16:08:21 2023 -0700 - - added any distance and any day options of dropdowns - -1 1 frontend/src/components/WhenDropdown.tsx -22 23 frontend/src/pages/Events.tsx - -commit ab9f49d71555868e8d7290fda3c5b6be30646be8 -Author: Natalie -Date: Thu Mar 23 16:07:34 2023 -0700 - - added any distance and any day options of dropdowns - -4 0 frontend/src/api/enums.ts -0 2 frontend/src/components/DistanceDropdown.tsx -1 3 frontend/src/components/WhenDropdown.tsx - -commit 2f9556a9df6f588e698256afbda8dcc8e265ce03 -Author: Natalie -Date: Thu Mar 23 15:10:06 2023 -0700 - - get rid of unnecessary code in dropdowns - -5 24 frontend/src/components/DistanceDropdown.tsx -6 28 frontend/src/components/WhenDropdown.tsx - -commit a43ee48045bbce627e8ecaa3d605ee0bbf08d971 -Author: Natalie -Date: Thu Mar 23 14:46:45 2023 -0700 - - change feather icon next to host's phone number to phone feather icon - -6 6 frontend/src/pages/EventDetails.tsx - -commit 2c56be2f028a97c879dd8de918672fd6e1eee4f2 -Author: Natalie -Date: Thu Mar 23 14:44:29 2023 -0700 - - remove hover state for now - -18 34 frontend/src/pages/Events.tsx - -commit eff33f58c2d405ffb86254f71f46dce23ce523e1 -Author: Lucian I. Last -Date: Thu Mar 23 12:32:01 2023 +0100 - - white background info button members page - -1 1 frontend/src/pages/ChainMemberList.tsx - -commit b988ec29c7518edc2faba417108f60b7de6a9db9 -Author: Lucian I. Last -Date: Thu Mar 23 12:25:10 2023 +0100 - - Add border line during drag - -11 2 frontend/src/pages/ChainMemberList.tsx - -commit 1de971c6a1473b8cb3ad686b7054f3c378b9ad70 -Author: Lucian I. Last -Date: Thu Mar 23 12:08:23 2023 +0100 - - Change drag arrow to up-down - -1 1 frontend/src/pages/ChainMemberList.tsx - -commit a2a18d4ba75ea769a33d6fe16998d617f0f22a7a -Author: Lucian I. Last -Date: Thu Mar 23 11:59:07 2023 +0100 - - Improve design - -1 1 frontend/public/locales/en/translation.json -8 3 frontend/src/components/ChainsList.tsx - -commit 90891d391358e291ce15bcdcbd9955c4bca121ca -Author: Lucian I. Last -Date: Thu Mar 23 11:42:10 2023 +0100 - - Add notice - -1 0 frontend/public/locales/en/translation.json -14 5 frontend/src/components/ChainsList.tsx - -commit b041dfbea7c914df5f6843f0bd682645d5a95f6c -Author: Lucian I. Last -Date: Thu Mar 23 11:11:37 2023 +0100 - - Add ring animation for join a loop in mobile - -16 5 frontend/src/pages/Home.tsx - -commit ec51d9dbf6070a18171720efbda2afa2d6593ec7 -Author: Lucian I. Last -Date: Thu Mar 23 10:54:22 2023 +0100 - - Set counters to prime 43 - -2 2 frontend/src/components/Counters/Counters.tsx - -commit 461387675878cb848acecb80c3c9e1cdb4a3fc64 -Author: Lucian I. Last -Date: Thu Mar 23 10:54:06 2023 +0100 - - make hook intersection more useful - -1 9 frontend/src/components/Counters/Counters.tsx -17 7 frontend/src/components/Counters/hooks.tsx - -commit 6eff08b5bd37010773e4a33716b0266e7913e060 -Merge: d09836e2 6ceeb2df -Author: Lucian I. Last -Date: Thu Mar 23 10:17:29 2023 +0100 - - Merge commit '6ceeb2dfced909a6a2c598e3fd4ae2aecc09dd67' - -commit d09836e2885b32a004c2c330b2ffdd645f3efa35 -Author: Lucian I. Last -Date: Thu Mar 23 10:16:29 2023 +0100 - - Add error log to user purge - -45 5 server/internal/controllers/users.go - -commit 4b29325657f086f6d8ddd862314745c6d7634fbb -Author: Natalie -Date: Wed Mar 22 16:12:53 2023 -0700 - - added months and days to enums and english translations - -20 1 frontend/public/locales/en/translation.json -26 1 frontend/src/api/enums.ts -6 26 frontend/src/pages/EventDetails.tsx -6 24 frontend/src/pages/Events.tsx - -commit c3b6f11eae3a0399c57304e99b22633119eb1b23 -Author: Natalie -Date: Wed Mar 22 15:37:33 2023 -0700 - - add english translations for events/event details - -14 1 frontend/public/locales/en/translation.json -4 4 frontend/src/components/DistanceDropdown.tsx -14 17 frontend/src/pages/EventDetails.tsx -34 42 frontend/src/pages/Events.tsx - -commit 94c9f72fcf184caa8da9f27bfadfa2fe5ce22171 -Author: Natalie -Date: Wed Mar 22 14:55:28 2023 -0700 - - delete unused code - -5 16 frontend/src/pages/EventDetails.tsx - -commit 57b4726b3aa4822a79858fe27f8027794f55f2d7 -Author: Natalie -Date: Wed Mar 22 14:49:30 2023 -0700 - - moved event's filter bar component code into events page - -0 57 frontend/src/components/EventsFilterBar.tsx -52 40 frontend/src/pages/Events.tsx - -commit 1275e39e5f5bdacc4213bd14afdb553fbb6c60d4 -Author: Natalie -Date: Wed Mar 22 14:06:59 2023 -0700 - - get rid of distance from search values - -1 2 frontend/src/pages/Events.tsx - -commit 53f7b4d1a66a84468a32cc772f01fef0dae01ec4 -Author: Natalie -Date: Wed Mar 22 14:03:39 2023 -0700 - - update formatting of events page - -7 9 frontend/src/pages/Events.tsx - -commit 5631286fea6922764758c635c7574c73bd7dabd9 -Author: Natalie -Date: Wed Mar 22 13:03:04 2023 -0700 - - got rid of unnecessary code - -1 2 frontend/src/components/EventsFilterBar.tsx - -commit 781080ffda811e1d5c510f843de24a83765ff690 -Author: Natalie -Date: Wed Mar 22 13:01:58 2023 -0700 - - added host phone number - -9 2 frontend/src/pages/EventDetails.tsx - -commit 3ebad894ff7edf9eee45e7e67e1250b24422213d -Author: Natalie -Date: Wed Mar 22 13:00:00 2023 -0700 - - add handling for when no events match filtering; took distance out of createFilterFunc - -128 146 frontend/src/pages/Events.tsx - -commit 34d7be0c4c189e235b87305b4214ab4c6c509177 -Merge: f159763e f0ced6ea -Author: Natalie -Date: Wed Mar 22 12:17:15 2023 -0700 - - Merge branch 'calendar-ical-#363' of https://github.com/the-clothing-loop/website into calendar-page-live-swapping-parties-frontend-#387 - merge new ical changes into frontend branch - -commit f159763ef183b23c97f352d0093c7375cd512f02 -Author: Natalie -Date: Wed Mar 22 12:16:18 2023 -0700 - - update distance filtering - -6 6 frontend/src/components/DistanceDropdown.tsx -0 5 frontend/src/components/EventsFilterBar.tsx -160 132 frontend/src/pages/Events.tsx - -commit fb05d0e18c000b8ccedcecb76f51fff0ad4a70e8 -Author: Natalie -Date: Wed Mar 22 12:15:22 2023 -0700 - - change code to use eventGetAll call instead of eventGet - -13 6 frontend/src/pages/EventDetails.tsx - -commit 6ceeb2dfced909a6a2c598e3fd4ae2aecc09dd67 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Mar 22 11:32:18 2023 +0100 - - New translations translation.json (Spanish) - -1 1 frontend/public/locales/es/translation.json - -commit 27736d873ce2e1b1e41733c8bfdb809d0b02b20d -Author: Lucian I. Last -Date: Wed Mar 22 09:04:49 2023 +0100 - - Remove chains export - -1 9 frontend/src/components/ChainsList.tsx -7 49 frontend/src/components/DataExport.tsx - -commit 6b8214a15bd3376144a2d9988fdd675bab1fc194 -Author: Lucian I. Last -Date: Wed Mar 22 08:59:01 2023 +0100 - - Use updated github url - -3 3 server/cmd/generate-fake-data/main.go -2 2 server/cmd/server-fcgi/main.go -2 2 server/cmd/server/main.go -1 1 server/go.mod -2 2 server/internal/app/auth/auth.go -3 3 server/internal/app/auth/auth_test.go -1 1 server/internal/app/auth/cookie.go -1 1 server/internal/app/auth/testmain_test.go -1 1 server/internal/app/auth/token.go -3 3 server/internal/app/auth/token_test.go -1 1 server/internal/app/database.go -2 2 server/internal/app/mail.go -4 4 server/internal/controllers/chain.go -3 3 server/internal/controllers/contact.go -1 1 server/internal/controllers/info.go -4 4 server/internal/controllers/login.go -3 3 server/internal/controllers/payments.go -3 3 server/internal/controllers/poke.go -2 2 server/internal/controllers/route.go -3 3 server/internal/controllers/users.go -1 1 server/internal/models/chain_route_order_test.go -1 1 server/internal/models/testmain_test.go -3 3 server/internal/server.go -4 4 server/internal/tests/integration_tests/chain_add_user_test.go -3 3 server/internal/tests/integration_tests/register_basic_user_test.go -3 3 server/internal/tests/integration_tests/register_chain_admin_test.go -1 1 server/internal/tests/integration_tests/testmain_test.go -3 3 server/internal/tests/integration_tests/user_get_test.go -2 2 server/internal/tests/mocks/mock-tables.go -2 2 server/internal/tests/mocks/mock-tables_test.go -1 1 server/internal/tests/mocks/testmain_test.go -1 1 server/internal/views/email.go -1 1 server/internal/views/embed.go - -commit c4894178336c1edc5f63e2049b70bbcde7c61105 -Author: Lucian I. Last -Date: Wed Mar 22 08:50:50 2023 +0100 - - Align language dropdown - -6 2 frontend/src/components/LanguageSwitcher.tsx - -commit b810deb18382c3e137eb37f0744054fcdac53587 -Author: Lucian I. Last -Date: Wed Mar 22 08:45:19 2023 +0100 - - Fix zoom cluster bug - -7 7 frontend/src/pages/FindChain.tsx - -commit d29fb6a5c85a8630b4b12fb1768a21e9a4595795 -Author: Lucian I. Last -Date: Wed Mar 22 08:38:48 2023 +0100 - - Add generate-fake-data-500 - -3 0 server/Makefile - -commit 4b4990e248cc56f1fafe6047481db5e7402cd2db -Author: Lucian I. Last -Date: Wed Mar 22 08:36:43 2023 +0100 - - Change to mock to sometimes set dutch geolocation - -12 3 server/internal/tests/mocks/mock-tables.go - -commit f0ced6ead5f4b6312db5b4303bda9983b13e27b0 -Author: Lucian I. Last -Date: Wed Mar 22 08:17:01 2023 +0100 - - Order event by date - -1 0 server/internal/controllers/event.go - -commit 72c49fe009d77198ee6d49e695862fa00db6ff39 -Author: Lucian I. Last -Date: Wed Mar 22 08:16:48 2023 +0100 - - Event list filter future events only - -3 2 server/internal/controllers/event.go - -commit 79572d72208335e8c0779f5e1793d45f6f6d4818 -Author: Lucian I. Last -Date: Wed Mar 22 08:01:29 2023 +0100 - - Add user_phone and update ts types - -4 0 frontend/src/api/types.ts -1 0 server/internal/controllers/event.go -1 0 server/internal/models/event.go - -commit 2b0dc267f9b634fb1c71d9da69ded0cd81a33db6 -Merge: 1e1682e3 458810c7 -Author: Natalie -Date: Tue Mar 21 12:35:03 2023 -0700 - - merge ical changes into events frontend - -commit 458810c730100df653134b3eeee175d977e0e554 -Author: Lucian I. Last -Date: Tue Mar 21 09:36:04 2023 +0100 - - Add user_name user_email chain_name to event results - -20 19 server/internal/controllers/event.go -17 14 server/internal/models/event.go - -commit 23db7e94be38fe098a281a28ec7d1aadacac3f61 -Author: Lucian I. Last -Date: Tue Mar 21 09:35:27 2023 +0100 - - Remove single event route - -0 21 server/internal/controllers/event.go -0 1 server/internal/server.go - -commit 99ea9dee7dba7407c109056027b5cfef631fb56f -Merge: d5483f99 d29fff4d -Author: Lucian I. Last -Date: Tue Mar 21 08:38:16 2023 +0100 - - Merge branch 'main' into calendar-ical-#363 - -commit d29fff4d2b6db17d73bf67abacce78707d555521 -Author: Lucian I. Last -Date: Mon Mar 20 16:51:55 2023 +0100 - - Improve error messages - -7 2 frontend/src/components/ChainsList.tsx -1 1 frontend/src/components/Newsletter.tsx -9 2 frontend/src/goscope.ts -2 2 frontend/src/pages/ChainEdit.tsx -1 1 frontend/src/pages/ChainMemberList.tsx -1 1 frontend/src/pages/Contacts.tsx -1 1 frontend/src/pages/FindChain.tsx -1 1 frontend/src/pages/Login.tsx -1 1 frontend/src/pages/NewChainLocation.tsx -3 3 frontend/src/providers/ToastProvider.tsx - -commit 69dd4be4bd62d745fd601de61c7464f2b7975442 -Author: Lucian I. Last -Date: Mon Mar 20 16:05:21 2023 +0100 - - Remove log for "Email is not yet registered" - -0 1 server/internal/controllers/login.go - -commit b47294d857ae7e7476ee47c90c22aac1c25c16b5 -Author: Lucian I. Last -Date: Mon Mar 20 15:45:35 2023 +0100 - - Update goscope to allow filtering by severity - -1 1 server/go.mod -2 2 server/go.sum - -commit 1e1682e3108d23e9e429196922d3914171a013e6 -Author: Natalie -Date: Sun Mar 19 15:08:12 2023 -0700 - - cleanup unused variablea and libraries - -1 4 frontend/src/components/EventsFilterBar.tsx - -commit 003db7e873017fbf1397e9feb5deb47a39a28cd3 -Author: Natalie -Date: Sun Mar 19 15:07:12 2023 -0700 - - cleanup unused variablea and libraries - -6 12 frontend/src/pages/Events.tsx - -commit d1cbae60e1c49e28f7ab0eb156a94373e47373ec -Author: Natalie -Date: Sun Mar 19 15:04:11 2023 -0700 - - cleanup getDistance fuction - -15 14 frontend/src/pages/Events.tsx - -commit c39ac448f7de78fc418e8522513c779dac6cfc2e -Author: Natalie -Date: Fri Mar 17 16:12:59 2023 -0700 - - filtering by distance works - -73 8 frontend/src/pages/Events.tsx - -commit be0f74095034268388a170ef36e069142f56b6db -Author: Natalie -Date: Fri Mar 17 15:35:50 2023 -0700 - - prettier - -2 7 frontend/src/pages/Events.tsx - -commit efe08ebb864faa168380159448153ad5647d351a -Merge: 671f6d96 596d3c08 -Author: Natalie -Date: Fri Mar 17 15:33:11 2023 -0700 - - merged - -commit 671f6d96247b14ddce9f162c8b67c4830fe9d61a -Author: Natalie -Date: Fri Mar 17 15:28:11 2023 -0700 - - put when filtering inside a helper function - -65 53 frontend/src/pages/Events.tsx - -commit c9ea90d716f5d030df8f43837045e230c1eeab62 -Author: Natalie -Date: Fri Mar 17 14:41:20 2023 -0700 - - fixed when filtering - -39 19 frontend/src/pages/Events.tsx - -commit 30dd221ba5ca4b1afd5b049d973334c33c2de6b4 -Author: Lucian I. Last -Date: Thu Mar 16 16:58:10 2023 +0100 - - Fix goscope sort FiLo - -1 1 server/go.mod -2 2 server/go.sum - -commit 8c66d31da64d7f42d1ee972fdc2876d35a10f113 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Mar 16 16:57:56 2023 +0100 - - New translations faq.json (Swedish) - -28 0 frontend/public/locales/sv/faq.json - -commit 71bf105ee47f0e082db125609481c5630cd65291 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Mar 16 16:57:54 2023 +0100 - - New translations faq.json (Italian) - -36 0 frontend/public/locales/it/faq.json - -commit 5ed7c859d14e10dfe873403bc7392ca00f2a559d -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Mar 16 16:57:52 2023 +0100 - - New translations faq.json (French) - -36 0 frontend/public/locales/fr/faq.json - -commit 6b947fbcab33e1f2a13fc6f1108777b12486f8a9 -Author: Lucian I. Last -Date: Thu Mar 16 16:05:39 2023 +0100 - - use translated the for other languages - -1 1 frontend/public/locales/de/faq.json -1 1 frontend/public/locales/es/about.json -1 1 frontend/public/locales/fr/about.json -1 1 frontend/public/locales/he/about.json -1 1 frontend/public/locales/it/about.json - -commit 702e66dc7806b56c737d4006b10aba8e18cddae7 -Merge: c0533d51 319e1541 -Author: Lucian I. Last -Date: Thu Mar 16 16:00:33 2023 +0100 - - Merge remote-tracking branch 'origin/l10n_main' - -commit c0533d51402ca571c3b9b8b818f8cb56748d5fe9 -Author: Lucian I. Last -Date: Thu Mar 16 15:48:38 2023 +0100 - - Add german and spanish - -1 1 frontend/sitemap.js -1 1 frontend/src/App.tsx -9 5 frontend/src/components/LanguageSwitcher.tsx -2 2 frontend/src/i18n.tsx -6 2 server/internal/views/email.go - -commit 20c4b0973f1593598c709e86556f068a4a0da932 -Author: Lucian I. Last -Date: Thu Mar 16 15:34:23 2023 +0100 - - replace image denise on admin dashboard - -39 7 frontend/src/pages/AdminDashboard.tsx -12 0 frontend/src/util/escape.hooks.ts - -commit 319e15410439fc2949108ec77096018fe56ef873 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Mar 16 12:01:01 2023 +0100 - - New translations an_admin_denied_your_join_request.gohtml (Hebrew) - -3 3 server/internal/views/emails/he/an_admin_denied_your_join_request.gohtml - -commit dc2479dc390781b24e91a5af378dc6807f7a4108 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Mar 16 12:01:00 2023 +0100 - - New translations translation.json (Hebrew) - -0 1 frontend/public/locales/he/translation.json - -commit 1f9fc74ab6a63d187d80bf90a11e4b65426505ba -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Mar 16 12:00:59 2023 +0100 - - New translations an_admin_denied_your_join_request.gohtml (Polish) - -3 3 server/internal/views/emails/pl/an_admin_denied_your_join_request.gohtml - -commit 9e35e9b138681e1ecb26c93ba770b1e7a5d36408 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Mar 16 12:00:58 2023 +0100 - - New translations translation.json (Polish) - -0 1 frontend/public/locales/pl/translation.json - -commit 0a1335d0e52b3110d555da332c8715190c33ca19 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Mar 16 12:00:57 2023 +0100 - - New translations an_admin_denied_your_join_request.gohtml (Japanese) - -3 3 server/internal/views/emails/ja/an_admin_denied_your_join_request.gohtml - -commit cb5c54169db9b49f396ee1e2c2f2c8946eab8f3a -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Mar 16 12:00:56 2023 +0100 - - New translations translation.json (Japanese) - -0 1 frontend/public/locales/ja/translation.json - -commit 20bddc405c401ee0716355581c2a71c8edd2f0ed -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Mar 16 12:00:55 2023 +0100 - - New translations an_admin_denied_your_join_request.gohtml (Korean) - -3 3 server/internal/views/emails/ko/an_admin_denied_your_join_request.gohtml - -commit 9d465f6fdf7c3773505c2988b5625c8978b18970 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Mar 16 12:00:54 2023 +0100 - - New translations translation.json (Korean) - -0 1 frontend/public/locales/ko/translation.json - -commit ce5360a8a80a104cd4d369cf5a1d1d6d4b664f08 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Mar 16 12:00:53 2023 +0100 - - New translations an_admin_denied_your_join_request.gohtml (Swedish) - -3 3 server/internal/views/emails/sv/an_admin_denied_your_join_request.gohtml - -commit a14b459409de5e73baa306dedb1e69bb038adcd8 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Mar 16 12:00:52 2023 +0100 - - New translations an_admin_denied_your_join_request.gohtml (Portuguese) - -3 3 server/internal/views/emails/pt/an_admin_denied_your_join_request.gohtml - -commit bb3c42fc9dc3bd007d9b94af637644206f601e12 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Mar 16 12:00:51 2023 +0100 - - New translations an_admin_denied_your_join_request.gohtml (Dutch) - -3 3 server/internal/views/emails/nl/an_admin_denied_your_join_request.gohtml - -commit decb6ee90db5f40d329dabeeaebc31475b3d2e56 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Mar 16 12:00:51 2023 +0100 - - New translations an_admin_denied_your_join_request.gohtml (Italian) - -3 3 server/internal/views/emails/it/an_admin_denied_your_join_request.gohtml - -commit 57947fb581e1c94d2e95b5905f802305078295d8 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Mar 16 12:00:50 2023 +0100 - - New translations an_admin_denied_your_join_request.gohtml (German) - -3 3 server/internal/views/emails/de/an_admin_denied_your_join_request.gohtml - -commit 94fe3d219e689cd0b43e108e5484342e181bbbb5 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Mar 16 12:00:49 2023 +0100 - - New translations an_admin_denied_your_join_request.gohtml (Spanish) - -3 3 server/internal/views/emails/es/an_admin_denied_your_join_request.gohtml - -commit 69c178b84f1d891d680faa8b255619c491ddbc01 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Mar 16 12:00:48 2023 +0100 - - New translations an_admin_denied_your_join_request.gohtml (French) - -3 3 server/internal/views/emails/fr/an_admin_denied_your_join_request.gohtml - -commit cb06c3e6b9201c6eace638b58d12ee8d36ad6d0b -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Mar 16 12:00:47 2023 +0100 - - New translations translation.json (Swedish) - -0 1 frontend/public/locales/sv/translation.json - -commit efd51195c0652968b5ee9d1fb6b8d87a892e545a -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Mar 16 12:00:45 2023 +0100 - - New translations translation.json (Portuguese) - -0 1 frontend/public/locales/pt/translation.json - -commit 05a87945e178804709ae843b1ede3cfc19e52675 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Mar 16 12:00:45 2023 +0100 - - New translations translation.json (Dutch) - -0 1 frontend/public/locales/nl/translation.json - -commit 3511017dee6b7020518ac880b65ec6fa38a19dfc -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Mar 16 12:00:44 2023 +0100 - - New translations translation.json (Italian) - -0 1 frontend/public/locales/it/translation.json - -commit 62ed3b51701744b02e4f8f5380b92b5aeba5b240 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Mar 16 12:00:43 2023 +0100 - - New translations translation.json (German) - -0 1 frontend/public/locales/de/translation.json - -commit 053a968b5fecd32a66b1abab7bf44e6220aad17b -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Mar 16 12:00:42 2023 +0100 - - New translations translation.json (Spanish) - -0 1 frontend/public/locales/es/translation.json - -commit dc244aebf5ef889351cd76973f2231a5894be868 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Mar 16 12:00:41 2023 +0100 - - New translations translation.json (French) - -0 1 frontend/public/locales/fr/translation.json - -commit 2c48759362de70f78f2481cd8c9071766c5fce87 -Author: Lucian I. Last -Date: Thu Mar 16 11:55:51 2023 +0100 - - fix not a method but has arguments - -3 3 server/internal/views/emails/de/an_admin_denied_your_join_request.gohtml -3 3 server/internal/views/emails/en/an_admin_denied_your_join_request.gohtml -3 3 server/internal/views/emails/es/an_admin_denied_your_join_request.gohtml -3 3 server/internal/views/emails/fr/an_admin_denied_your_join_request.gohtml -3 3 server/internal/views/emails/it/an_admin_denied_your_join_request.gohtml -3 3 server/internal/views/emails/ja/an_admin_denied_your_join_request.gohtml -3 3 server/internal/views/emails/ko/an_admin_denied_your_join_request.gohtml -3 3 server/internal/views/emails/nl/an_admin_denied_your_join_request.gohtml -3 3 server/internal/views/emails/pl/an_admin_denied_your_join_request.gohtml -3 3 server/internal/views/emails/pt/an_admin_denied_your_join_request.gohtml -3 3 server/internal/views/emails/sv/an_admin_denied_your_join_request.gohtml - -commit c8144ce76c7549de3cdb61633304c4d1dcce150c -Author: Lucian I. Last -Date: Thu Mar 16 11:23:41 2023 +0100 - - Remove text from login - -0 1 frontend/public/locales/ar/translation.json -0 1 frontend/public/locales/da/translation.json -0 1 frontend/public/locales/de/translation.json -0 1 frontend/public/locales/en/translation.json -0 1 frontend/public/locales/es/translation.json -0 1 frontend/public/locales/fr/translation.json -0 1 frontend/public/locales/it/translation.json -0 1 frontend/public/locales/ja/translation.json -0 1 frontend/public/locales/ko/translation.json -0 1 frontend/public/locales/nl/translation.json -0 1 frontend/public/locales/pl/translation.json -0 1 frontend/public/locales/pt/translation.json -0 1 frontend/public/locales/sv/translation.json -0 1 frontend/public/locales/zh/translation.json -1 9 frontend/src/pages/Login.tsx - -commit cf0acd66fd217115491fb03392eda1b5d7ce85f7 -Author: Lucian I. Last -Date: Thu Mar 16 10:33:05 2023 +0100 - - Change to location - -1 0 frontend/src/components/FindChain/SearchBar.tsx -2 0 frontend/src/pages/Geocoding.tsx - -commit dfc1ee1fa03fb17892f2513c4ba865f5370291c5 -Author: Lucian I. Last -Date: Thu Mar 16 10:28:46 2023 +0100 - - change to countries 12 - -1 1 frontend/src/components/Counters/Counters.tsx - -commit 5d60b17e8ccecb9a4087e5d20e247004e5022353 -Author: Lucian I. Last -Date: Thu Mar 16 10:27:06 2023 +0100 - - Add date & If too old turn red (30 days) - -53 23 frontend/src/pages/ChainMemberList.tsx - -commit f44708cf60bc0e7753f2eb177b33689582354d62 -Author: Lucian I. Last -Date: Thu Mar 16 09:13:43 2023 +0100 - - Re-order media links - -28 28 frontend/src/components/Footer.tsx - -commit 096e7b0ffc997c7c2e3d644d3d96151f9dcaca1a -Author: Natalie -Date: Wed Mar 15 17:05:01 2023 -0700 - - code cleanup - -15 25 frontend/src/pages/Events.tsx - -commit 0387aae672fd719bffd327d8ac4a2cd8ca573b50 -Author: Natalie -Date: Wed Mar 15 16:11:45 2023 -0700 - - added filtering for when attribute - -10 8 frontend/src/api/enums.ts -7 3 frontend/src/components/WhenDropdown.tsx -71 6 frontend/src/pages/Events.tsx - -commit 596d3c084f4e448237bd2465af20e0a22ab697c4 -Author: Natalie -Date: Wed Mar 15 16:11:45 2023 -0700 - - added filtering for when attribte - -10 8 frontend/src/api/enums.ts -7 3 frontend/src/components/WhenDropdown.tsx -71 6 frontend/src/pages/Events.tsx - -commit 60a7b6429f60cd385594c560db91866b758896b1 -Author: Natalie -Date: Wed Mar 15 15:20:03 2023 -0700 - - changed gender badges - -8 10 frontend/src/pages/Events.tsx - -commit 6213aca81b32252bf9790688c112871d7cc6a33f -Author: Natalie -Date: Wed Mar 15 14:57:12 2023 -0700 - - added event's name field - -1 1 frontend/src/pages/EventDetails.tsx - -commit bf2e5cc19bc7f82dc85b04c3b0be2821e19317ff -Author: Natalie -Date: Wed Mar 15 14:52:39 2023 -0700 - - added event values - -184 108 frontend/src/pages/EventDetails.tsx - -commit fd16bbe29e82da41e8a746cc48ee7d23cf9ca030 -Author: Natalie -Date: Wed Mar 15 12:32:42 2023 -0700 - - links to specific event - -1 1 frontend/src/App.tsx -2 2 frontend/src/pages/Events.tsx - -commit 3257fcfb7096df2009b9dd1392afe6bb1b0ef89d -Merge: 2e846c23 d5483f99 -Author: Natalie -Date: Wed Mar 15 12:01:10 2023 -0700 - - pull new ical changes intro branch - -commit 11c90f3996525ae40eb3ff31e18b7aa3202c68d7 -Author: Lucian I. Last -Date: Wed Mar 15 17:36:13 2023 +0100 - - Move options to left on edit tab in members page - -12 21 frontend/src/pages/ChainMemberList.tsx - -commit 9711250a4778c859fb863be30c3f6f953ce508d5 -Author: Lucian I. Last -Date: Wed Mar 15 17:33:00 2023 +0100 - - Change cluster ux in find loop page - -43 15 frontend/src/pages/FindChain.tsx - -commit b878a9ee13533863d232b7ea71b759ce3db6b5fd -Author: Lucian I. Last -Date: Wed Mar 15 17:32:30 2023 +0100 - - Remove videos from public - -- - frontend/public/videos/TCL-video.mp4 -- - frontend/public/videos/impact-rapport.mp4 -- - frontend/public/videos/impact-rapport.webm - -commit 991e40a31f98119e041ba878c4bb08fa4d0b76f3 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Mar 15 14:43:52 2023 +0100 - - New translations poke.gohtml (Hebrew) - -7 0 server/internal/views/emails/he/poke.gohtml - -commit a3683efce3bdb43528bb6a9f038046fbd1adc3ff -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Mar 15 14:43:50 2023 +0100 - - New translations an_admin_denied_your_join_request.gohtml (Hebrew) - -17 0 server/internal/views/emails/he/an_admin_denied_your_join_request.gohtml - -commit 80760b838298f12c7cd814bde70753feb5146055 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Mar 15 14:43:50 2023 +0100 - - New translations an_admin_approved_your_join_request.gohtml (Hebrew) - -5 0 server/internal/views/emails/he/an_admin_approved_your_join_request.gohtml - -commit a4324a341825ce3e7cafef4af952fda342ece2de -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Mar 15 14:43:49 2023 +0100 - - New translations register_verification.gohtml (Hebrew) - -8 0 server/internal/views/emails/he/register_verification.gohtml - -commit b411598528d7eae1535b0d36e4278d27329ce53a -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Mar 15 14:43:48 2023 +0100 - - New translations login_verification.gohtml (Hebrew) - -8 0 server/internal/views/emails/he/login_verification.gohtml - -commit c34a323e4624e1f56e71054fecb5584c2e9f4375 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Mar 15 14:43:47 2023 +0100 - - New translations subscribed_to_newsletter.gohtml (Hebrew) - -14 0 server/internal/views/emails/he/subscribed_to_newsletter.gohtml - -commit dbcbf365cf6f53937c7fdb0f4ce3381df204c864 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Mar 15 14:43:46 2023 +0100 - - New translations headers.json (Hebrew) - -10 0 server/internal/views/emails/he/headers.json - -commit 5097b122341904757c30e3f94649b069ab7d3916 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Mar 15 14:43:44 2023 +0100 - - New translations contact_confirmation.gohtml (Hebrew) - -12 0 server/internal/views/emails/he/contact_confirmation.gohtml - -commit 51b01ce2e6c2d3ca467519e9d5ff2d3715442ead -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Mar 15 14:43:43 2023 +0100 - - New translations someone_is_interested_in_joining_your_loop.gohtml (Hebrew) - -16 0 server/internal/views/emails/he/someone_is_interested_in_joining_your_loop.gohtml - -commit e607963d5f993e5da16181b3f3714fbdb76b40f9 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Mar 15 14:43:42 2023 +0100 - - New translations translation.json (Hebrew) - -240 0 frontend/public/locales/he/translation.json - -commit 307b8856427ba8cd09d98b7dd82ffc58f581ae73 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Mar 15 14:43:41 2023 +0100 - - New translations testimonials.json (Hebrew) - -29 0 frontend/public/locales/he/testimonials.json - -commit 73ef3bbfaa1469c9c5c74643a383279396bfea2b -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Mar 15 14:43:40 2023 +0100 - - New translations faq.json (Hebrew) - -96 0 frontend/public/locales/he/faq.json - -commit e3efc907d0884d6b08bb5974071ee806ecd91c13 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Mar 15 14:43:39 2023 +0100 - - New translations about.json (Hebrew) - -11 0 frontend/public/locales/he/about.json - -commit 83560270c2233b062dc58c485629edf283c87f58 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Mar 15 14:43:38 2023 +0100 - - New translations translation.json (Dutch) - -1 1 frontend/public/locales/nl/translation.json - -commit 1bc2f8bb214cb45f35ae16c65c7446a679e67a2b -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Mar 15 14:43:37 2023 +0100 - - New translations about.json (Dutch) - -1 1 frontend/public/locales/nl/about.json - -commit edd1bf3be7c4ed0b38439c92c028ad0d03f95238 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Mar 15 09:52:51 2023 +0100 - - New translations about.json (Polish) - -5 5 frontend/public/locales/pl/about.json - -commit 949b3bd6c986e7fb50a2731c582471081671f213 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Mar 15 09:52:44 2023 +0100 - - New translations faq.json (Japanese) - -36 0 frontend/public/locales/ja/faq.json - -commit 7fa7924beda70cbc73e960826598bd72f93e3e0d -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Mar 15 09:52:32 2023 +0100 - - New translations faq.json (Korean) - -36 0 frontend/public/locales/ko/faq.json - -commit f3bb57bc8b2f09a1636d0b38bc458cf6a7de8668 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Mar 15 09:51:50 2023 +0100 - - New translations faq.json (Swedish) - -28 0 frontend/public/locales/sv/faq.json - -commit 1fdffd6314dccdc2e75654437bcaa36c181c495d -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Mar 15 09:51:49 2023 +0100 - - New translations faq.json (Portuguese) - -36 0 frontend/public/locales/pt/faq.json - -commit 4f31adeb18269be7fc6afd9dcf0f34f32f6d47d2 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Mar 15 09:51:48 2023 +0100 - - New translations faq.json (Italian) - -36 0 frontend/public/locales/it/faq.json - -commit 484006dd79adb84363a5dacee0838c1fde56008b -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Mar 15 09:51:46 2023 +0100 - - New translations faq.json (French) - -36 0 frontend/public/locales/fr/faq.json - -commit 2388623d653fe2e3fa15479e3eff061e19d41ada -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Mar 15 09:51:45 2023 +0100 - - New translations about.json (Swedish) - -5 5 frontend/public/locales/sv/about.json - -commit 34af9238456bdcceab41e5876ced7ecaa98030f2 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Mar 15 09:51:43 2023 +0100 - - New translations about.json (Dutch) - -5 5 frontend/public/locales/nl/about.json - -commit aea1a4d29d625ac1c03978a99f6b9897e87d362a -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Mar 15 09:51:41 2023 +0100 - - New translations about.json (Italian) - -5 5 frontend/public/locales/it/about.json - -commit 94b73d10ff84bef3cee53e911766410343701cd5 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Mar 15 09:51:40 2023 +0100 - - New translations about.json (German) - -5 5 frontend/public/locales/de/about.json - -commit 54418244cc1486846871499ee36eb62428c9d755 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Mar 15 09:51:39 2023 +0100 - - New translations about.json (Spanish) - -5 5 frontend/public/locales/es/about.json - -commit c142420c369ccfb24f86c054c0632a80f8bb2f03 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Mar 15 09:51:38 2023 +0100 - - New translations about.json (French) - -6 6 frontend/public/locales/fr/about.json - -commit 1c7810fbcb97c0bb90c718931e0968eec4360d09 -Merge: 96a7d0b5 57658b87 -Author: Lucian I. Last -Date: Wed Mar 15 09:48:44 2023 +0100 - - Merge pull request #422 from NatalieWilson19/about-page-update - - About page update - -commit 57658b87aa5943433ee516c8dc4e8700bb557943 -Author: Lucian I. Last -Date: Wed Mar 15 09:47:32 2023 +0100 - - Add Mohamed - -1 1 frontend/public/locales/ar/about.json -1 1 frontend/public/locales/da/about.json -1 1 frontend/public/locales/de/about.json -1 1 frontend/public/locales/en/about.json -1 1 frontend/public/locales/es/about.json -1 1 frontend/public/locales/fr/about.json -1 1 frontend/public/locales/it/about.json -1 1 frontend/public/locales/ja/about.json -1 1 frontend/public/locales/ko/about.json -1 1 frontend/public/locales/nl/about.json -1 1 frontend/public/locales/pt/about.json -1 1 frontend/public/locales/sv/about.json -1 1 frontend/public/locales/zh/about.json -5 0 frontend/src/pages/About.tsx - -commit 92c1c1b737ea11c87bb134a3beb2731f358a48a5 -Author: Lucian I. Last -Date: Wed Mar 15 09:30:51 2023 +0100 - - Fix press clippings size - -3 3 frontend/src/pages/About.tsx - -commit 2704fb28ab2668d354580695e8a3dce15153726b -Merge: 9b0509a2 96a7d0b5 -Author: Lucian I. Last -Date: Wed Mar 15 09:15:02 2023 +0100 - - Merge branch 'main' into about-page-update - -commit 9b0509a26d780043c52827397957cfbcf7996fd7 -Author: Lucian I. Last -Date: Wed Mar 15 09:06:00 2023 +0100 - - Add sync images playbook - -2 1 devops/.gitignore -28 0 devops/sync-images.yml - -commit 8fec0112916d688ba095ee252c6a676c41fe4981 -Author: Natalie -Date: Tue Mar 14 12:28:25 2023 -0700 - - fixed missing bracket on closing tab - -1 1 frontend/public/locales/es/about.json - -commit c9fc087af339f8d794de1507601b21084297f832 -Author: Natalie -Date: Tue Mar 14 12:23:26 2023 -0700 - - get rid of empty classname - -1 1 frontend/src/pages/About.tsx - -commit 96a7d0b5f0182c8041dc46a40915cebde1e2cb5b -Author: Lucian I. Last -Date: Tue Mar 14 18:12:03 2023 +0100 - - Fix instant timeout on counters - -2 2 frontend/src/components/Counters/Counters.tsx -3 4 frontend/src/components/Counters/SingleCounter.tsx - -commit 1288b2a54de5645b276aa3f0b974adeb27582701 -Author: Lucian I. Last -Date: Tue Mar 14 12:55:45 2023 +0100 - - improve media icons - -19 15 frontend/src/components/Footer.tsx - -commit cc76943957c8e53d9a0e35e1e051e616e9fd41b0 -Author: Lucian I. Last -Date: Tue Mar 14 12:32:29 2023 +0100 - - Add facebook link - -11 2 frontend/src/components/Footer.tsx -10 0 frontend/src/tailwind.css - -commit 56730726781c8b36276ce35d5c21fd3381847abb -Author: Lucian I. Last -Date: Tue Mar 14 12:19:23 2023 +0100 - - Move last images to images.clothingloop.org - -1 1 devops/templates/maint/index.html -3 3 frontend/src/pages/About.tsx -7 7 frontend/src/pages/Home.tsx - -commit aeeeb84ef9c9a2fd34bf04e3fa7b37206f51486a -Merge: b89316ee a5ae2731 -Author: Lucian I. Last -Date: Tue Mar 14 11:30:25 2023 +0100 - - Merge remote-tracking branch 'origin/l10n_main' - -commit d5483f99a4a6953df78894ba2af38119d9f4c0b3 -Author: Lucian I. Last -Date: Tue Mar 14 10:54:56 2023 +0100 - - Remove user_event in favour of one user per event - -3 5 server/internal/app/auth/auth.go -0 8 server/internal/app/database.go -31 45 server/internal/controllers/event.go -18 33 server/internal/models/event.go -7 8 server/internal/models/user.go -0 7 server/internal/models/user_event.go -1 2 server/internal/tests/mocks/mock-tables.go -16 3 server/sql/dev-purge.sql - -commit eb14aeb560b80c9b3cbb5d23d3041af0a1c4f568 -Merge: d2a19967 b89316ee -Author: Lucian I. Last -Date: Tue Mar 14 10:53:24 2023 +0100 - - Merge branch 'main' into calendar-ical-#363 - -commit a5ae2731251686c936248ed8eff28ec5cfca98c3 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Mar 14 10:05:53 2023 +0100 - - New translations translation.json (Polish) - -1 0 frontend/public/locales/pl/translation.json - -commit c208075a77f0a47458a4cdfe34d1383e2b3953cf -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Mar 14 10:05:51 2023 +0100 - - New translations translation.json (Japanese) - -1 0 frontend/public/locales/ja/translation.json - -commit 9dff61781e528d2494054bc569a6dc914c25c128 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Mar 14 10:05:50 2023 +0100 - - New translations translation.json (Korean) - -1 0 frontend/public/locales/ko/translation.json - -commit 560694f2b975df4225bac401314de1f2d208fade -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Mar 14 10:05:49 2023 +0100 - - New translations translation.json (Swedish) - -1 0 frontend/public/locales/sv/translation.json - -commit c916ec5beb66e38def353bdd7f1eb5c29d3411eb -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Mar 14 10:05:48 2023 +0100 - - New translations translation.json (Portuguese) - -1 0 frontend/public/locales/pt/translation.json - -commit 74ffd705c932104cc2fe70a43a76580aa314bf57 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Mar 14 10:05:47 2023 +0100 - - New translations translation.json (Dutch) - -1 0 frontend/public/locales/nl/translation.json - -commit 24de8cfcd160509d5c1a9700710ba0b897c173cc -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Mar 14 10:05:46 2023 +0100 - - New translations translation.json (Italian) - -1 0 frontend/public/locales/it/translation.json - -commit 51f3ce46605e583686fc21ca7dca5bced4f05142 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Mar 14 10:05:45 2023 +0100 - - New translations translation.json (German) - -1 0 frontend/public/locales/de/translation.json - -commit c47d078ffd42235f3fb0fd83b5da84c1f68368c7 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Mar 14 10:05:44 2023 +0100 - - New translations translation.json (Spanish) - -1 0 frontend/public/locales/es/translation.json - -commit 6b03bd1129a03f0d6d95b71d491500ed2fa3763c -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Mar 14 10:05:43 2023 +0100 - - New translations translation.json (French) - -1 0 frontend/public/locales/fr/translation.json - -commit b89316ee8ef29a6afc734ecc352107eb5100b46f -Merge: 1d99ab8e e61bc838 -Author: Lucian I. Last -Date: Tue Mar 14 09:47:33 2023 +0100 - - Merge branch 'route-sort-v2' - -commit e61bc8381a7afe3f789d2db75e55b594668de724 -Merge: bfb444c4 1d99ab8e -Author: Lucian I. Last -Date: Tue Mar 14 09:43:05 2023 +0100 - - Merge branch 'main' into route-sort-v2 - -commit 1d99ab8e2b338ee4df1a0905ac3b9094581dd094 -Author: Lucian I. Last -Date: Tue Mar 14 09:40:35 2023 +0100 - - change findchain circle - -10 7 frontend/src/pages/FindChain.tsx - -commit 4dc868256822ce7df5a3ec9ed0da99cc60a61a83 -Author: Lucian I. Last -Date: Tue Mar 14 08:40:03 2023 +0100 - - Add sync images playbook - -2 1 devops/.gitignore -28 0 devops/sync-images.yml - -commit 419485563c532b9555fd1a87c3648822869cd5ea -Author: Lucian I. Last -Date: Tue Mar 14 07:36:32 2023 +0100 - - Add repeat to generate fake data - -14 2 server/cmd/generate-fake-data/main.go - -commit 225c58af4374772675f2197f2feab692d517358a -Author: Natalie -Date: Mon Mar 13 18:33:12 2023 -0700 - - Prettier - -1 1 frontend/public/locales/fr/about.json - -commit 2b7890f1b5843c3dee41024571be448dd55eee31 -Author: Natalie -Date: Mon Mar 13 18:29:38 2023 -0700 - - Updated translations - -3 3 frontend/public/locales/de/about.json -4 4 frontend/public/locales/es/about.json -5 5 frontend/public/locales/fr/about.json -3 3 frontend/public/locales/it/about.json -3 3 frontend/public/locales/nl/about.json -3 3 frontend/public/locales/pl/about.json -4 4 frontend/public/locales/sv/about.json - -commit d55bf2865bf39407ffb49c598f49827cf525aaa0 -Author: Lucian I. Last -Date: Mon Mar 13 17:02:40 2023 +0100 - - Disable cgo for true transportable builds - -3 3 server/Makefile - -commit 47a187b8c1f35b9804d227fa07b485268e8e9b68 -Merge: b372bd96 1a629fc4 -Author: Lucian I. Last -Date: Mon Mar 13 16:46:44 2023 +0100 - - Merge branch 'goscope' - -commit 1a629fc453a3db192255ced3730f349db91b9692 -Author: Lucian I. Last -Date: Mon Mar 13 16:05:54 2023 +0100 - - update go versions to 1.20 - -1 1 .github/workflows/deploy-acceptance.yml -1 1 .github/workflows/deploy-production.yml - -commit 813cec95e9954a3b4375430be6d235fbb46e9f71 -Author: Lucian I. Last -Date: Mon Mar 13 16:03:58 2023 +0100 - - Remove allowed origin because it didn't work - -1 0 frontend/.env-acceptance -1 0 frontend/.env-production -0 32 frontend/src/airbrake.ts -49 0 frontend/src/goscope.ts -1 1 frontend/src/index.tsx -1 1 server/go.mod -2 2 server/go.sum -5 6 server/internal/app/goscope/goscope.go - -commit cd79595a846da68020dc2d69b6658279e9c827aa -Author: Lucian I. Last -Date: Mon Mar 13 13:34:18 2023 +0100 - - Run tests - -2 2 server/internal/app/auth/token_test.go -2 2 server/internal/controllers/info.go -3 4 server/internal/models/chain.go -7 11 server/internal/models/chain_route_order_test.go -6 4 server/internal/tests/mocks/mock-tables.go - -commit 3b43e872a61e66fc07656fea1adc2b9113301d61 -Author: Lucian I. Last -Date: Mon Mar 13 13:04:28 2023 +0100 - - Add backend monitoring - -4 0 devops/group_vars/all.yml.example -4 0 devops/setup-4-api.yml -3 0 devops/templates/config.yml.j2 -1 1 server/cmd/server/main.go -3 0 server/config.example.yml -19 17 server/go.mod -38 62 server/go.sum -0 24 server/internal/app/airbrake.go -14 16 server/internal/app/auth/auth.go -2 0 server/internal/app/config.go -0 15 server/internal/app/gin_utils/ginabort.go -25 0 server/internal/app/goscope/goscope.go -4 5 server/internal/app/mail.go -34 32 server/internal/controllers/chain.go -6 7 server/internal/controllers/contact.go -5 3 server/internal/controllers/info.go -31 29 server/internal/controllers/login.go -16 15 server/internal/controllers/payments.go -6 8 server/internal/controllers/poke.go -4 5 server/internal/controllers/route.go -27 28 server/internal/controllers/users.go -6 2 server/internal/server.go -4 2 server/internal/tests/mocks/mock-tables.go -2 1 server/internal/tests/mocks/testmain_test.go -4 3 server/internal/views/email.go -4 5 server/internal/views/embed.go - -commit b372bd96385567aeb80e5c3929a8eeaec24fa488 -Merge: 89e25f32 24cdf77c -Author: Lucian I. Last -Date: Mon Mar 13 11:50:00 2023 +0100 - - Merge pull request #424 from Mohamed-AH/patch-1 - - Update ONBOARDING_DEVS.md - -commit 24cdf77cb13d9383578f48ac01f509c5227f0be1 -Author: Lucian I. Last -Date: Mon Mar 13 11:49:13 2023 +0100 - - Fix git clone docs - -1 1 ONBOARDING_DEVS.md - -commit ea544da1225529755e4c37ad53074f4f3cfac7a0 -Author: Mohamed A Hameed -Date: Mon Mar 13 13:34:59 2023 +0300 - - Update ONBOARDING_DEVS.md - - reflect the change from clothing-loop.git to website.git - -1 1 ONBOARDING_DEVS.md - -commit 89e25f329a04bb6a35da5469ab2c2cfa108ec47d -Merge: ca08cd93 510fa7e2 -Author: Lucian I. Last -Date: Mon Mar 13 11:29:35 2023 +0100 - - Merge pull request #423 from Mohamed-AH/main - - accessibility improvements - -commit 510fa7e276a746bdd393d7626ff41ac10dd6e286 -Author: Mohamed-AH -Date: Mon Mar 13 13:24:07 2023 +0300 - - accessibility improvement - -1 1 frontend/src/components/FindChain/SearchBar.tsx - -commit e2a600690ded36881fd314fe6c59c586eb9e7732 -Author: Mohamed-AH -Date: Mon Mar 13 13:10:38 2023 +0300 - - accessibility improvements - -1 0 frontend/src/components/Counters/Counters.tsx -4 1 frontend/src/components/FindChain/SearchBar.tsx -1 0 frontend/src/components/Navbar.tsx -2 2 frontend/src/components/Newsletter.tsx -2 0 frontend/src/components/Testimonials.tsx -1 0 frontend/src/pages/Home.tsx - -commit c1c3e6dc8122e05d48dfd93acc6e97929da25369 -Author: Natalie -Date: Sun Mar 12 18:02:08 2023 -0700 - - fixed order of people1 and people2 - -2 2 frontend/public/locales/de/about.json -2 2 frontend/public/locales/es/about.json -2 2 frontend/public/locales/fr/about.json -2 2 frontend/public/locales/it/about.json -2 2 frontend/public/locales/nl/about.json -2 2 frontend/public/locales/pl/about.json -2 2 frontend/public/locales/sv/about.json - -commit 8083edd0c455c8d87189ef2b1024b6f116bec980 -Author: Natalie -Date: Sun Mar 12 17:51:32 2023 -0700 - - Changed picture of Nichon and Paloeka - -2 2 frontend/src/pages/About.tsx - -commit c38f7063b5acd9cf5204afbf18a2ed16957397e0 -Merge: 538bbe10 ca08cd93 -Author: Natalie -Date: Sun Mar 12 17:43:05 2023 -0700 - - merge with main repo - -commit 538bbe1064dd4d066a0dccadf1df97efa0a17556 -Author: Natalie -Date: Sun Mar 12 17:31:04 2023 -0700 - - added Nichon's instagram link to translations - -5 5 frontend/public/locales/ar/about.json -5 5 frontend/public/locales/da/about.json -1 1 frontend/public/locales/de/about.json -1 1 frontend/public/locales/en/about.json -1 1 frontend/public/locales/es/about.json -2 2 frontend/public/locales/fr/about.json -3 3 frontend/public/locales/it/about.json -5 5 frontend/public/locales/ja/about.json -5 5 frontend/public/locales/ko/about.json -1 1 frontend/public/locales/nl/about.json -5 5 frontend/public/locales/pl/about.json -5 5 frontend/public/locales/pt/about.json -1 1 frontend/public/locales/sv/about.json -5 5 frontend/public/locales/zh/about.json -1 1 frontend/src/pages/About.tsx - -commit 2e846c238c1ef26c26a7344caec877f39cd17fdb -Author: Natalie -Date: Sun Mar 12 16:53:42 2023 -0700 - - Fix formatting for search button - -2 2 frontend/src/components/EventsFilterBar.tsx - -commit 69de6ff0df163f94e366b75fc80d008297651d97 -Author: Natalie -Date: Sun Mar 12 16:51:13 2023 -0700 - - code clean-up - -5 18 frontend/src/pages/Events.tsx - -commit 6febdb449d895d062b4fd2ecc2e6793f8d6836ca -Author: Natalie -Date: Sun Mar 12 16:44:05 2023 -0700 - - fixed filtering not resetting before new query - -12 13 frontend/src/pages/Events.tsx - -commit 29ab0ac4f1aa59b7bf89554ef5531045baf585f8 -Author: Natalie -Date: Sun Mar 12 13:52:56 2023 -0700 - - clean up EventsFilterBar - -0 4 frontend/src/components/EventsFilterBar.tsx - -commit 0bd80e96a5c83c8bdeec4d622c3b0f4b60eb97ba -Author: Natalie -Date: Sun Mar 12 13:51:41 2023 -0700 - - Clean up enterLocation modal - -12 67 frontend/src/providers/ToastProvider.tsx - -commit 20d90e5fb58aa301c6f756b352e3ee0e8bf6958a -Author: Natalie -Date: Sun Mar 12 13:51:10 2023 -0700 - - filtering works for genders - -70 0 frontend/src/components/EventsFilterBar.tsx -165 131 frontend/src/pages/Events.tsx - -commit 4c32bfd33172335a0810f8574d9a48194ee12c6d -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Sat Mar 11 15:36:34 2023 +0100 - - New translations an_admin_denied_your_join_request.gohtml (German) - -5 5 server/internal/views/emails/de/an_admin_denied_your_join_request.gohtml - -commit 6b3eb5e74837e9bd5d3788a02ee58ad0c954bb32 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Sat Mar 11 15:36:33 2023 +0100 - - New translations headers.json (German) - -1 1 server/internal/views/emails/de/headers.json - -commit e4f3182c0adcb98fee7ed71223661ee177c2f500 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Sat Mar 11 15:36:32 2023 +0100 - - New translations someone_is_interested_in_joining_your_loop.gohtml (German) - -1 1 server/internal/views/emails/de/someone_is_interested_in_joining_your_loop.gohtml - -commit c12b744ef65df7b05ce53cf31bafe808699bb3dd -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Sat Mar 11 15:36:31 2023 +0100 - - New translations translation.json (German) - -25 25 frontend/public/locales/de/translation.json - -commit d42fc601ee62c3b03c5c92934383f0e7ec0ee19f -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Sat Mar 11 14:34:18 2023 +0100 - - New translations translation.json (German) - -12 12 frontend/public/locales/de/translation.json - -commit e29cf0e3f25a6df4dc987b87b0fcb764aa4287a1 -Author: Natalie -Date: Fri Mar 10 16:18:48 2023 -0800 - - sort events by date - -4 2 frontend/src/pages/Events.tsx - -commit b2adcb7e7855dcc29d9c9997c6e625e092456b9b -Author: Natalie -Date: Fri Mar 10 15:52:43 2023 -0800 - - added key to badges - -2 1 frontend/src/pages/Events.tsx - -commit f3b825f2e23c7d3046de7a7f4598c7117ef4ccf3 -Author: Natalie -Date: Fri Mar 10 15:31:39 2023 -0800 - - Size badges display correctly - -27 15 frontend/src/pages/Events.tsx - -commit 3f5aeda25cb9eca151418cd007bc3c84a4f9f48c -Author: Natalie -Date: Fri Mar 10 15:24:18 2023 -0800 - - Displays from data base, correct date is displayed - -0 7 frontend/src/pages/EventDetails.tsx -115 76 frontend/src/pages/Events.tsx - -commit 36f70691a87608bea8267f0f02adb7ea33cb1782 -Author: Natalie -Date: Fri Mar 10 15:23:14 2023 -0800 - - Fixed missing Event from types import - -1 1 frontend/src/api/event.ts - -commit b2747d7a00f7d210d8c82996d1647f52ad86acfe -Merge: 26fcb0f6 d2a19967 -Author: Natalie -Date: Thu Mar 9 12:35:07 2023 -0800 - - Merge branch 'calendar-ical-#363' of https://github.com/the-clothing-loop/website into calendar-page-live-swapping-parties-frontend-#387 - merging lucian's changes into my events page# the commit. - -commit 26fcb0f6158a98163184561eb33607ea8e8bab57 -Merge: e80195ec aff656a7 -Author: Natalie -Date: Thu Mar 9 12:14:23 2023 -0800 - - Merge branch 'calendar-page-live-swapping-parties-frontend-#387' of https://github.com/NatalieWilson19/clothing-loop into calendar-page-live-swapping-parties-frontend-#387 - - Merging changes into swapping parties - -commit aff656a720fd78c87a4ae940c89e41571ec61b88 -Merge: ec11ad55 ca08cd93 -Author: Natalie Wilson <38057767+NatalieWilson19@users.noreply.github.com> -Date: Thu Mar 9 12:12:28 2023 -0800 - - Merge branch 'the-clothing-loop:main' into calendar-page-live-swapping-parties-frontend-#387 - -commit d2a199674147ce08b25e77831b13e26c1c63d77b -Author: Lucian I. Last -Date: Thu Mar 9 16:55:25 2023 +0100 - - Add event ical organizer - -14 1 server/internal/controllers/event.go - -commit 197baa6dc745fcb3b31465490905b58ebd21725d -Author: Lucian I. Last -Date: Thu Mar 9 16:40:04 2023 +0100 - - Test get, get all, delete - -1 1 server/internal/app/auth/auth.go -20 7 server/internal/controllers/event.go -1 11 server/internal/models/event.go - -commit 4f8c62e9e73691627526855264b2efad478ebe4c -Author: Lucian I. Last -Date: Thu Mar 9 16:05:56 2023 +0100 - - Fix generate fake data - -5 1 server/cmd/generate-fake-data/main.go -9 1 server/internal/app/database.go -2 1 server/internal/tests/mocks/mock-tables.go -4 0 server/sql/dev-purge.sql - -commit 9e74dfe5966850fc4fcd8ee94ffa299fd97f0e3e -Author: Lucian I. Last -Date: Thu Mar 9 15:29:33 2023 +0100 - - Add event functions to frontend - -37 0 frontend/src/api/event.ts -12 0 frontend/src/api/types.ts -34 15 server/internal/controllers/event.go -1 0 server/internal/models/event.go -1 1 server/internal/server.go - -commit 3fc9c3f0804a5af7018de1f7e67d9301187e4d5c -Author: Lucian I. Last -Date: Thu Mar 9 14:35:58 2023 +0100 - - Add get all - -37 1 server/internal/controllers/event.go -13 36 server/internal/models/event.go -1 0 server/internal/server.go - -commit d8f864ee3025285de676f026b0e3323f1e099200 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Mar 9 13:39:30 2023 +0100 - - New translations poke.gohtml (Spanish) - -4 4 server/internal/views/emails/es/poke.gohtml - -commit ff03821128a543d4757539bd532ee2614be45402 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Mar 9 13:39:29 2023 +0100 - - New translations an_admin_denied_your_join_request.gohtml (Spanish) - -8 8 server/internal/views/emails/es/an_admin_denied_your_join_request.gohtml - -commit 23e20ac010350585036babc60331f0852dbcf629 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Mar 9 13:39:27 2023 +0100 - - New translations an_admin_approved_your_join_request.gohtml (Spanish) - -3 3 server/internal/views/emails/es/an_admin_approved_your_join_request.gohtml - -commit 341167b8085aad4c764eac26fa1af11ca244f4b8 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Mar 9 13:39:27 2023 +0100 - - New translations register_verification.gohtml (Spanish) - -5 5 server/internal/views/emails/es/register_verification.gohtml - -commit 6277c5af93d94a4840f1626b3cb1b301fbbe5be3 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Mar 9 13:39:25 2023 +0100 - - New translations login_verification.gohtml (Spanish) - -5 5 server/internal/views/emails/es/login_verification.gohtml - -commit 56587f811ff65a495efabfea5ff8100a72815c22 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Mar 9 13:39:24 2023 +0100 - - New translations headers.json (Spanish) - -8 8 server/internal/views/emails/es/headers.json - -commit e827f70c876ac82b927badd0f569d4f054d7bbb0 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Mar 9 13:39:24 2023 +0100 - - New translations contact_confirmation.gohtml (Spanish) - -6 6 server/internal/views/emails/es/contact_confirmation.gohtml - -commit 57a0ba31d3f665caca11b709ec946c66700db8ca -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Mar 9 13:39:23 2023 +0100 - - New translations someone_is_interested_in_joining_your_loop.gohtml (Spanish) - -8 8 server/internal/views/emails/es/someone_is_interested_in_joining_your_loop.gohtml - -commit 745b76449168f6489658575277273595d2606d96 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Mar 9 13:39:22 2023 +0100 - - New translations translation.json (Spanish) - -42 42 frontend/public/locales/es/translation.json - -commit c473776b0524ad2c09b2e545ed3b763ecdc17b22 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Mar 9 12:39:46 2023 +0100 - - New translations translation.json (Spanish) - -4 4 frontend/public/locales/es/translation.json - -commit ad105aed184952eba704d7d15ecb595b24457849 -Author: Lucian I. Last -Date: Thu Mar 9 12:17:09 2023 +0100 - - Add update - -81 1 server/internal/controllers/event.go -1 1 server/internal/server.go - -commit fc5d0771132449699d75c2659abd3b0001ab5517 -Author: Lucian I. Last -Date: Thu Mar 9 10:32:13 2023 +0100 - - Fix faker - -2 3 server/cmd/generate-fake-data/main.go -3 2 server/internal/tests/mocks/mock-tables.go - -commit 7639a3a2f652e1d6be1d3ee48de650002cc5501a -Author: Lucian I. Last -Date: Thu Mar 9 10:24:12 2023 +0100 - - Add event get - -20 0 server/internal/controllers/event.go -39 6 server/internal/models/event.go -1 0 server/internal/server.go - -commit 99219eaed5f6a923b7bbafb7d5bf2aff3034b857 -Author: Lucian I. Last -Date: Thu Mar 9 09:59:22 2023 +0100 - - Rename to events & Add create, delete event - -2 2 server/cmd/generate-fake-data/main.go -22 0 server/internal/app/auth/auth.go -1 1 server/internal/app/database.go -0 46 server/internal/controllers/calendar.go -134 0 server/internal/controllers/event.go -0 17 server/internal/models/calendar.go -55 0 server/internal/models/event.go -16 0 server/internal/models/user.go -7 0 server/internal/models/user_event.go -5 2 server/internal/server.go -7 7 server/internal/tests/mocks/mock-tables.go - -commit f10864c6dfced321f4df19cf7d2722d7d8baf785 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Mar 8 11:53:33 2023 +0100 - - New translations someone_is_interested_in_joining_your_loop.gohtml (Dutch) - -1 1 server/internal/views/emails/nl/someone_is_interested_in_joining_your_loop.gohtml - -commit bfb444c432aa147882145b97f4b9f18b335bf501 -Merge: 75053c52 ca08cd93 -Author: Lucian I. Last -Date: Tue Mar 7 17:31:34 2023 +0100 - - Merge branch 'main' into route-sort-v2 - -commit ca08cd93a1e3263c3c6a2b053b2e9a2466d3288c -Merge: 2267fa74 90e07ba0 -Author: Lucian I. Last -Date: Tue Mar 7 14:45:16 2023 +0100 - - Merge branch 'main-v3.9.x' - -commit 90e07ba0c767104a094c1a7e040cda8099d2b6a4 -Author: Lucian I. Last -Date: Tue Mar 7 14:38:31 2023 +0100 - - lint - -1 2 frontend/src/pages/About.tsx - -commit 6ce07a5c00a49b7f48c0cf4205ace8bd6e9f8392 -Author: Lucian I. Last -Date: Tue Mar 7 14:38:04 2023 +0100 - - Revert "Hide video until scrolled down" - - This reverts commit 55d40a84341c059a21cef934127eda2636bda853. - -19 40 frontend/src/pages/Home.tsx - -commit 8324a823b46b5a454ac10c952a1f69d1cd8c2c05 -Author: Lucian I. Last -Date: Tue Mar 7 14:33:33 2023 +0100 - - First batch removal of uploadcare - -1 1 frontend/index.html -2 2 frontend/src/components/Carousel.tsx -1 1 frontend/src/components/Navbar.tsx -1 1 frontend/src/index.tsx -2 2 frontend/src/pages/About.tsx -1 1 frontend/src/pages/AdminDashboard.tsx -1 1 frontend/src/pages/Donations/DonationCompleted.tsx -14 20 frontend/src/pages/Home.tsx -2 3 frontend/src/pages/Login.tsx -1 1 frontend/src/pages/Signup.tsx -2 2 frontend/src/pages/Thankyou.tsx - -commit c37c99a89b05512d2b14402ed8a8cebe317326d6 -Author: Lucian I. Last -Date: Tue Mar 7 13:24:34 2023 +0100 - - Add imageproxy - -2 1 devops/.gitignore -1 0 devops/setup-2-caddy.yml -34 0 devops/setup-7-imageserver.yml -10 0 devops/templates/Caddyfile -13 0 devops/templates/image.service.j2 - -commit 56bf2ed5e39c9809e536306f8b18260a6b2e37c1 -Author: Lucian I. Last -Date: Mon Mar 6 22:55:08 2023 +0100 - - Use local videos for impact report - -- - frontend/public/videos/impact-rapport.mp4 -- - frontend/public/videos/impact-rapport.webm -2 2 frontend/src/pages/Home.tsx - -commit 2267fa745c6f2937312ea5019d8d56cae3de98ed -Author: Lucian I. Last -Date: Mon Mar 6 22:55:08 2023 +0100 - - Use local videos for impact report - -- - frontend/public/videos/impact-rapport.mp4 -- - frontend/public/videos/impact-rapport.webm -2 2 frontend/src/pages/Home.tsx - -commit 384efd50097dceaa7fa47e910f0b29445ea90e7b -Author: Lucian I. Last -Date: Thu Mar 2 13:46:32 2023 +0100 - - LAN support - -7 0 frontend/README.md -1 0 frontend/package.json - -commit 8fefcc9ac1226a02966ff1373ec4f699afd1275b -Author: Lucian I. Last -Date: Mon Mar 6 16:54:58 2023 +0100 - - Add sort to badges - -18 14 frontend/src/components/Badges.tsx - -commit ac258772aa8611b50988b2e8d9fbc1173fd14018 -Author: Lucian I. Last -Date: Mon Mar 6 16:40:16 2023 +0100 - - Replace last gorm orm query - -12 8 server/internal/controllers/chain.go - -commit d2de85f2a70a789a0bad44762ce522ba2dc58354 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Mar 6 15:49:02 2023 +0100 - - New translations headers.json (Polish) - -1 1 server/internal/views/emails/pl/headers.json - -commit a5d4589f5a527bd9363ae178ebf4adb64d86a025 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Mar 6 15:49:00 2023 +0100 - - New translations someone_is_interested_in_joining_your_loop.gohtml (Polish) - -16 0 server/internal/views/emails/pl/someone_is_interested_in_joining_your_loop.gohtml - -commit dce24b56349da15e9aec418a40e39a2c6bf7ee1a -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Mar 6 15:48:54 2023 +0100 - - New translations headers.json (Japanese) - -1 1 server/internal/views/emails/ja/headers.json - -commit 5d752cf6ee303b85f20d07ba297939349d956a2f -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Mar 6 15:48:52 2023 +0100 - - New translations someone_is_interested_in_joining_your_loop.gohtml (Japanese) - -16 0 server/internal/views/emails/ja/someone_is_interested_in_joining_your_loop.gohtml - -commit 586cdf22e68915faff817211a917bc627ec7926c -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Mar 6 15:48:50 2023 +0100 - - New translations faq.json (Japanese) - -36 0 frontend/public/locales/ja/faq.json - -commit d3dce9bfcdd0ad12bc2920fce2a90bbc2cbce7d3 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Mar 6 15:48:41 2023 +0100 - - New translations headers.json (Korean) - -1 1 server/internal/views/emails/ko/headers.json - -commit 4994a519d252bb3a26d4b97dd490e6909b54c032 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Mar 6 15:48:40 2023 +0100 - - New translations someone_is_interested_in_joining_your_loop.gohtml (Korean) - -16 0 server/internal/views/emails/ko/someone_is_interested_in_joining_your_loop.gohtml - -commit 6193da2988019ba2eb8d6383c4eec27e96ffeae6 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Mar 6 15:48:38 2023 +0100 - - New translations faq.json (Korean) - -36 0 frontend/public/locales/ko/faq.json - -commit 4a60edd1508a6cd486c4acb632a0045543913c26 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Mar 6 15:48:36 2023 +0100 - - New translations an_admin_denied_your_join_request.gohtml (Swedish) - -13 1 server/internal/views/emails/sv/an_admin_denied_your_join_request.gohtml - -commit 4191d7466b85de1cc66fb192f2717ac637e55c4d -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Mar 6 15:48:15 2023 +0100 - - New translations headers.json (Swedish) - -1 1 server/internal/views/emails/sv/headers.json - -commit cb81c47c2668db96b9396faf11db7e85c315fa90 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Mar 6 15:48:14 2023 +0100 - - New translations headers.json (Portuguese) - -1 1 server/internal/views/emails/pt/headers.json - -commit cd620905ef15411611b615235c32f483ddf87ec0 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Mar 6 15:48:13 2023 +0100 - - New translations headers.json (Dutch) - -1 1 server/internal/views/emails/nl/headers.json - -commit 2aec57298aca70042e3ced1a4ee7025dedb9ff00 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Mar 6 15:48:12 2023 +0100 - - New translations headers.json (Italian) - -1 1 server/internal/views/emails/it/headers.json - -commit 3bd61aacdfde3dab0d7c48a95656d81d858e7e95 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Mar 6 15:48:11 2023 +0100 - - New translations headers.json (German) - -1 1 server/internal/views/emails/de/headers.json - -commit 4520771ceab0fdac88b1cd0274d40ceaeee48979 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Mar 6 15:48:10 2023 +0100 - - New translations headers.json (Spanish) - -1 1 server/internal/views/emails/es/headers.json - -commit cea6c24953e64a00ecfbece2b3c70273e026cc64 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Mar 6 15:48:09 2023 +0100 - - New translations headers.json (French) - -1 1 server/internal/views/emails/fr/headers.json - -commit 6d6df79b238c46b6299c0baeaa235c6d1ca6f8df -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Mar 6 15:48:04 2023 +0100 - - New translations someone_is_interested_in_joining_your_loop.gohtml (Swedish) - -16 0 server/internal/views/emails/sv/someone_is_interested_in_joining_your_loop.gohtml - -commit 5ab2367e8ff5d146fc0ae15237b5f118295cf8b6 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Mar 6 15:48:03 2023 +0100 - - New translations someone_is_interested_in_joining_your_loop.gohtml (Portuguese) - -16 0 server/internal/views/emails/pt/someone_is_interested_in_joining_your_loop.gohtml - -commit 212757e55292450e801c373834d1445fd950dc38 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Mar 6 15:48:01 2023 +0100 - - New translations someone_is_interested_in_joining_your_loop.gohtml (Dutch) - -16 0 server/internal/views/emails/nl/someone_is_interested_in_joining_your_loop.gohtml - -commit 95ffc4f4363f250457f3ae49e0c286061407caa0 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Mar 6 15:48:01 2023 +0100 - - New translations someone_is_interested_in_joining_your_loop.gohtml (Italian) - -16 0 server/internal/views/emails/it/someone_is_interested_in_joining_your_loop.gohtml - -commit 59a908c22cf0288cdb5ad53d918042bc1f23b328 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Mar 6 15:47:59 2023 +0100 - - New translations someone_is_interested_in_joining_your_loop.gohtml (German) - -16 0 server/internal/views/emails/de/someone_is_interested_in_joining_your_loop.gohtml - -commit 5c9a88855d936e82cc3de0508ade5fabaa0a795f -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Mar 6 15:47:58 2023 +0100 - - New translations someone_is_interested_in_joining_your_loop.gohtml (Spanish) - -16 0 server/internal/views/emails/es/someone_is_interested_in_joining_your_loop.gohtml - -commit 3c0bc7a69c9b33536d313e4081bbd2cc2955fd99 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Mar 6 15:47:57 2023 +0100 - - New translations someone_is_interested_in_joining_your_loop.gohtml (French) - -16 0 server/internal/views/emails/fr/someone_is_interested_in_joining_your_loop.gohtml - -commit 09b9c09b0deab4180fb72814374826c0cbcb9bc8 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Mar 6 15:47:46 2023 +0100 - - New translations faq.json (Swedish) - -28 0 frontend/public/locales/sv/faq.json - -commit 786847c75168890e0f98367b8a18c9bcfa10ffd5 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Mar 6 15:47:45 2023 +0100 - - New translations faq.json (Portuguese) - -36 0 frontend/public/locales/pt/faq.json - -commit 90634b044a8fea68bcc2873ae3aee6efa12b4d0b -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Mar 6 15:47:43 2023 +0100 - - New translations faq.json (Italian) - -36 0 frontend/public/locales/it/faq.json - -commit 06baa57637a562ce2590f3a9fac86f8fc3f320f1 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Mar 6 15:47:41 2023 +0100 - - New translations faq.json (French) - -36 0 frontend/public/locales/fr/faq.json - -commit e455b90459f1ca3d485fa2b21d98c6cdfae71a6e -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Mar 6 15:47:38 2023 +0100 - - New translations about.json (Dutch) - -1 1 frontend/public/locales/nl/about.json - -commit 70e6283dadd822df8e32d440eb52bd9c78bdc9f2 -Merge: e349a09c fd8ffac5 -Author: Lucian I. Last -Date: Mon Mar 6 15:34:15 2023 +0100 - - Merge pull request #418 from jnorlando/emails - - Emails - -commit fd8ffac5714fa88a21a181634688daedf7b6bde9 -Author: Lucian I. Last -Date: Mon Mar 6 15:33:10 2023 +0100 - - Keep consistency - -3 3 server/internal/controllers/chain.go -3 3 server/internal/controllers/login.go -2 2 server/internal/views/email.go -1 1 server/internal/views/emails/en/someone_is_interested_in_joining_your_loop.gohtml - -commit 94874f861a37822124695049d040caaf5e72f775 -Author: jnorlando -Date: Sun Mar 5 20:02:22 2023 -0500 - - changed relevant files to someone is interested in - joining your loop - -2 2 server/internal/views/email.go -1 1 server/internal/views/emails/en/headers.json -0 0 server/internal/views/emails/en/{a_participant_joined_the_loop.gohtml => someone_is_interested_in_joining_your_loop.gohtml} - -commit 68f349b2047befe59f0a0b66e50f0b67b50e72bb -Author: jnorlando -Date: Sun Mar 5 19:53:59 2023 -0500 - - Added left join for chains.names, modified - relevant emails and corresponding functions. - -6 3 server/internal/controllers/chain.go -7 1 server/internal/controllers/login.go -2 0 server/internal/views/email.go -1 1 server/internal/views/emails/en/a_participant_joined_the_loop.gohtml - -commit e80195ec117ff9d7a0d3a361893393e100acd5cc -Author: Natalie -Date: Sun Mar 5 15:00:49 2023 -0800 - - Added dummy serach button - -1 0 frontend/src/pages/Events.tsx - -commit e09ffa8508ffe2a0c4855c95185cb09e8fd13b08 -Author: Natalie -Date: Sun Mar 5 14:39:18 2023 -0800 - - Added when dropdown - -14 0 frontend/src/api/enums.ts -97 0 frontend/src/components/WhenDropdown.tsx -9 2 frontend/src/pages/Events.tsx - -commit 6aca523a2ef56d0fbb99d5c0fa686dde2a44e680 -Author: Natalie -Date: Sun Mar 5 14:23:53 2023 -0800 - - Rename componenet - -1 1 frontend/src/components/DistanceDropdown.tsx - -commit bd78b79d3d9ff65f0378893d229c62f50a9f6588 -Author: Natalie -Date: Sun Mar 5 14:21:56 2023 -0800 - - Code cleanup - -0 5 frontend/src/components/DistanceDropdown.tsx - -commit a437c4f9aadb8d0976e9b2862a5b21a30de07328 -Author: Natalie -Date: Sun Mar 5 14:13:43 2023 -0800 - - Added distance dropdown - -16 0 frontend/src/api/enums.ts -104 0 frontend/src/components/DistanceDropdown.tsx -9 2 frontend/src/pages/Events.tsx - -commit 98495d29662b3aed0a904ca088e19977031f0c9f -Author: Natalie -Date: Sun Mar 5 13:15:45 2023 -0800 - - larger image, bolded sections changed - -2 2 frontend/public/locales/en/about.json -1 1 frontend/src/pages/About.tsx - -commit f74862fceef997e90e2939e990643c4f2d670603 -Author: Natalie -Date: Sun Mar 5 12:26:54 2023 -0800 - - Added set location functionality and subscribe dummy button - -18 3 frontend/src/pages/EventDetails.tsx -52 2 frontend/src/pages/Events.tsx -69 2 frontend/src/providers/ToastProvider.tsx - -commit e349a09ceb45a6f5f6fbe1d295bc3ba46388281d -Merge: c136cf67 ba214cd7 -Author: Lucian I. Last -Date: Sat Mar 4 22:20:58 2023 +0100 - - Merge pull request #417 from the-clothing-loop/l10n_main - -commit ba214cd7f94b1eb58c155908b3c5ea76bdd41a41 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Mar 3 15:26:46 2023 +0100 - - New translations about.json (Polish) - -7 7 frontend/public/locales/pl/about.json - -commit 3c274eba8b7778f1feec8f34d4973d49a663b36e -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Mar 3 14:08:53 2023 +0100 - - New translations about.json (Polish) - -1 1 frontend/public/locales/pl/about.json - -commit ab9da73f96d5eb71892c0c3144f5a5887493f016 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Mar 3 10:14:50 2023 +0100 - - New translations about.json (Italian) - -2 2 frontend/public/locales/it/about.json - -commit 964e2f0aed3b23fa3b0385b8818ac5db3e95dc6b -Author: Natalie -Date: Thu Mar 2 14:28:13 2023 -0800 - - Updated about page per Nichon's feedback - -5 5 frontend/public/locales/en/about.json -13 5 frontend/src/pages/About.tsx -1 1 frontend/tailwind.config.cjs - -commit 3c6732bba10ad2dd9c2a5cd12f1dfcf12dbe163e -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Mar 2 19:03:02 2023 +0100 - - New translations about.json (Italian) - -1 1 frontend/public/locales/it/about.json - -commit c136cf678668ef8330f2963d13eed8d9c7b049f9 -Merge: c5c1da51 e0d065c7 -Author: Lucian I. Last -Date: Thu Mar 2 17:16:15 2023 +0100 - - Merge pull request #415 from the-clothing-loop/l10n_main - - New Crowdin updates - -commit e0d065c7ee4913bed4ae55d693ce59c29fc56590 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Mar 2 16:37:54 2023 +0100 - - New translations translation.json (Polish) - -1 0 frontend/public/locales/pl/translation.json - -commit e51ccf024ac6859d353d33cb63ccddc389d7f613 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Mar 2 16:37:53 2023 +0100 - - New translations translation.json (Japanese) - -1 0 frontend/public/locales/ja/translation.json - -commit b7a09579cc6098e8c1bf41f36eeeb7e92ff4f89c -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Mar 2 16:37:52 2023 +0100 - - New translations translation.json (Korean) - -1 0 frontend/public/locales/ko/translation.json - -commit c12be5fbc6fcb195871d23317c41f10f680c5eb5 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Mar 2 16:37:51 2023 +0100 - - New translations translation.json (Swedish) - -1 0 frontend/public/locales/sv/translation.json - -commit 3fbfbeda487cbe55ff93ca3d48879c3c4ee185cb -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Mar 2 16:37:50 2023 +0100 - - New translations translation.json (Portuguese) - -1 0 frontend/public/locales/pt/translation.json - -commit 95201f9bf99695ac1c123d3310ae3eaab70e84bb -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Mar 2 16:37:49 2023 +0100 - - New translations translation.json (Dutch) - -1 0 frontend/public/locales/nl/translation.json - -commit ec226321f8d9571171866b28ad4382f3d81b3101 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Mar 2 16:37:48 2023 +0100 - - New translations translation.json (Italian) - -1 0 frontend/public/locales/it/translation.json - -commit f4c6ea3474ae39eb7fe8cadac98c22f4487faa2c -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Mar 2 16:37:47 2023 +0100 - - New translations translation.json (German) - -1 0 frontend/public/locales/de/translation.json - -commit ab930c5e70666f08ee05d4958d68148b69ef937d -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Mar 2 16:37:46 2023 +0100 - - New translations translation.json (Spanish) - -1 0 frontend/public/locales/es/translation.json - -commit abc9f73edd1f8a5d039f03241bd5a2b6a7b83229 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Mar 2 16:37:45 2023 +0100 - - New translations translation.json (French) - -1 0 frontend/public/locales/fr/translation.json - -commit c5c1da51056eb4a0eee287552390c53568431355 -Merge: 66ac616f 9b966a8c -Author: Lucian I. Last -Date: Thu Mar 2 16:28:00 2023 +0100 - - Merge pull request #414 from NatalieWilson19/when-loggedin-join-2-step-q-#396 - - When loggedin join 2 step q #396 - -commit 9b966a8c36a484afe5a364681044c7dbfdd40a4c -Author: Lucian I. Last -Date: Thu Mar 2 16:26:30 2023 +0100 - - Fix pr merge props chain and chainUID - -6 10 frontend/src/pages/FindChain.tsx - -commit 66ac616f45dfe6d5576760f527197ebcf284fb14 -Merge: 9ef430f9 744349f7 -Author: Lucian I. Last -Date: Thu Mar 2 16:18:33 2023 +0100 - - Merge branch 'l10n_main' - -commit 75053c52dff325cfe8bcbda312b06ab715f86308 -Merge: 41020530 9ef430f9 -Author: Lucian I. Last -Date: Thu Mar 2 14:36:09 2023 +0100 - - Merge remote-tracking branch 'origin/main' into route-sort-v2 - -commit 41020530bffc3929f7b5b0ad9a4f5a63daed62ad -Author: Lucian I. Last -Date: Thu Mar 2 14:32:29 2023 +0100 - - Add info button On unapprove set to default - -112 176 frontend/src/pages/ChainMemberList.tsx - -commit 125c2edd3148a37f04802f5562714933afaf54fa -Author: Lucian I. Last -Date: Thu Mar 2 13:46:32 2023 +0100 - - LAN support - -7 0 frontend/README.md -1 0 frontend/package.json - -commit 9ef430f9f73a1b6be375b3731ac621171f48044a -Merge: 3ed15cce 83037067 -Author: Lucian I. Last -Date: Thu Mar 2 08:23:35 2023 +0100 - - Merge pull request #406 from the-clothing-loop/remove-newsletter-from-csv-and-improve-sizes-#399 - - Remove newsletter from csv and improve sizes #399 - -commit 7bd31cb84b81b935f0e128fd198f4944d21a3871 -Author: Natalie -Date: Wed Mar 1 15:34:29 2023 -0800 - - Added modal to handleJoinLoop - -1 0 frontend/public/locales/en/translation.json -28 11 frontend/src/pages/FindChain.tsx - -commit ec11ad55e107f9a8a9a6c073c0b0a241141947f9 -Author: Natalie -Date: Wed Mar 1 13:09:40 2023 -0800 - - Added sizes and category dropdown - -2 2 frontend/src/pages/EventDetails.tsx -38 9 frontend/src/pages/Events.tsx - -commit 744349f77cba8d22d41ed19773deeb7f6c0b0536 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Mar 1 15:37:16 2023 +0100 - - New translations poke.gohtml (Dutch) - -4 4 server/internal/views/emails/nl/poke.gohtml - -commit 0dbf0e454427695e82e9ea60dc8b06c5eb928a84 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Mar 1 15:37:15 2023 +0100 - - New translations an_admin_denied_your_join_request.gohtml (Dutch) - -9 9 server/internal/views/emails/nl/an_admin_denied_your_join_request.gohtml - -commit 3fda2923eed21628e4bd053adfe87cb2f8092ef1 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Mar 1 15:37:14 2023 +0100 - - New translations headers.json (Dutch) - -3 3 server/internal/views/emails/nl/headers.json - -commit c0e7f671ed5c8409685539a967f5a06e19cd0491 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Mar 1 15:37:13 2023 +0100 - - New translations a_participant_joined_the_loop.gohtml (Dutch) - -1 1 server/internal/views/emails/nl/a_participant_joined_the_loop.gohtml - -commit 16280a9a9edd8d6dfbdf656f72ddbf3577b2627d -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Mar 1 15:37:12 2023 +0100 - - New translations translation.json (Dutch) - -23 23 frontend/public/locales/nl/translation.json - -commit ec4e67efc9db3135875b04da8f0cfb91eaeb8dde -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Mar 1 15:37:11 2023 +0100 - - New translations translation.json (German) - -13 13 frontend/public/locales/de/translation.json - -commit 99975dbcacfe4b66291ba56efca4b353ab438701 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Mar 1 15:37:09 2023 +0100 - - New translations faq.json (Dutch) - -2 2 frontend/public/locales/nl/faq.json - -commit 28ae86c656628d6d4a972990b6e6985557ece5e8 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Mar 1 15:37:08 2023 +0100 - - New translations faq.json (German) - -5 5 frontend/public/locales/de/faq.json - -commit 3b273605960d092364ba1e2107e38fe9589117f0 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Mar 1 14:29:38 2023 +0100 - - New translations poke.gohtml (Polish) - -7 0 server/internal/views/emails/pl/poke.gohtml - -commit b849e3f227acc7e5808ce495073e73064bd579ac -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Mar 1 14:29:37 2023 +0100 - - New translations an_admin_denied_your_join_request.gohtml (Polish) - -17 0 server/internal/views/emails/pl/an_admin_denied_your_join_request.gohtml - -commit e3df85e558a48b41066ad648115468f87f40a4f3 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Mar 1 14:29:36 2023 +0100 - - New translations an_admin_approved_your_join_request.gohtml (Polish) - -5 0 server/internal/views/emails/pl/an_admin_approved_your_join_request.gohtml - -commit 1335585f590b3ce3a83e4eb9d3cd0a4b728dbc37 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Mar 1 14:29:36 2023 +0100 - - New translations register_verification.gohtml (Polish) - -8 0 server/internal/views/emails/pl/register_verification.gohtml - -commit a003c3eb1a55b824bb9251f4305c03dba586c644 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Mar 1 14:29:35 2023 +0100 - - New translations login_verification.gohtml (Polish) - -8 0 server/internal/views/emails/pl/login_verification.gohtml - -commit 9ac526831b6871766cb740aa460272eeda8074e5 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Mar 1 14:29:34 2023 +0100 - - New translations subscribed_to_newsletter.gohtml (Polish) - -14 0 server/internal/views/emails/pl/subscribed_to_newsletter.gohtml - -commit e3bade8494027415adcbe79db669863edd68eac9 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Mar 1 14:29:33 2023 +0100 - - New translations headers.json (Polish) - -10 0 server/internal/views/emails/pl/headers.json - -commit 004f686dedb1308fd113a6a0b87b7e03dc33d8ab -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Mar 1 14:29:32 2023 +0100 - - New translations contact_confirmation.gohtml (Polish) - -12 0 server/internal/views/emails/pl/contact_confirmation.gohtml - -commit 2b8ee15521ea85f91c253b7b468779a3be79cb47 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Mar 1 14:29:31 2023 +0100 - - New translations a_participant_joined_the_loop.gohtml (Polish) - -16 0 server/internal/views/emails/pl/a_participant_joined_the_loop.gohtml - -commit fa4edf9a4016c21c2f903b301b10226b10da95c8 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Mar 1 14:29:30 2023 +0100 - - New translations translation.json (Polish) - -238 0 frontend/public/locales/pl/translation.json - -commit c83375d886adb5a206b59d4ab3d4d88c70e75c1b -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Mar 1 14:29:29 2023 +0100 - - New translations testimonials.json (Polish) - -29 0 frontend/public/locales/pl/testimonials.json - -commit 8746a2f64804dae99e3cec1738da948caf2cdc34 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Mar 1 14:29:28 2023 +0100 - - New translations faq.json (Polish) - -96 0 frontend/public/locales/pl/faq.json - -commit 612713af2f5547060c998765b6e985bf81a20674 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Mar 1 14:29:27 2023 +0100 - - New translations about.json (Polish) - -11 0 frontend/public/locales/pl/about.json - -commit a3625deeb30b51b8fddd88025fea5c77ef8b4d12 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Mar 1 14:29:26 2023 +0100 - - New translations translation.json (German) - -1 1 frontend/public/locales/de/translation.json - -commit a3e46d325ceb946e01cd579366762d1a6e1fc597 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Mar 1 14:29:25 2023 +0100 - - New translations faq.json (Dutch) - -10 10 frontend/public/locales/nl/faq.json - -commit 3bfbd67d86ba10fb10e6d963bfef2b666d0ccadd -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Mar 1 14:29:24 2023 +0100 - - New translations faq.json (German) - -3 3 frontend/public/locales/de/faq.json - -commit 31ef051362d0a140d9bf310bab8d55dae81f5437 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Mar 1 13:08:58 2023 +0100 - - New translations faq.json (Dutch) - -36 0 frontend/public/locales/nl/faq.json - -commit e95454bc99bf1eec788d13adc2ad9ae31768072c -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 28 19:53:00 2023 +0100 - - New translations faq.json (Swedish) - -36 0 frontend/public/locales/sv/faq.json - -commit 48fc0ae5d4ca2c2d492b0024fede8f747db68ef8 -Author: Lucian I. Last -Date: Tue Feb 28 13:27:45 2023 +0100 - - Functionally working seperation of order, edit, approvals - -2006 2340 frontend/package-lock.json -1 0 frontend/public/locales/en/translation.json -463 162 frontend/src/pages/ChainMemberList.tsx -9 0 frontend/src/tailwind.css - -commit 6b3b85ed018372454b05764557655e4938a151be -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Feb 27 15:08:26 2023 +0100 - - New translations faq.json (German) - -2 2 frontend/public/locales/de/faq.json - -commit 471d2afac73d13c5ef4036adcfb09c1029e38036 -Author: Natalie -Date: Sun Feb 26 12:59:29 2023 -0800 - - Event details page created - -6 3 frontend/src/App.tsx -117 0 frontend/src/pages/EventDetails.tsx -56 49 frontend/src/pages/Events.tsx - -commit 3ed15cced0a1914e49f6a1c1068e8fb7aedb6665 -Merge: 37fc9496 8d67688e -Author: Lucian I. Last -Date: Sat Feb 25 05:38:00 2023 +0000 - - Merge pull request #412 from the-clothing-loop/l10n_main - -commit 8189601911a31d964c482f1978903c142725766e -Author: Natalie -Date: Fri Feb 24 13:04:20 2023 -0800 - - function for an event item - -6 0 frontend/src/App.tsx -12 0 frontend/src/components/Navbar.tsx -98 0 frontend/src/pages/Events.tsx - -commit 37fc94961c5fcf69c5ab264d620d787865176c66 -Merge: 901cf918 d572e9ba -Author: Lucian I. Last -Date: Fri Feb 24 17:26:11 2023 +0000 - - Merge pull request #405 from jnorlando/route-sort-v2 - - Route sort v2 - -commit d572e9ba9563a577a634b6c4873d8a413c4bb1d7 -Author: Lucian I. Last -Date: Fri Feb 24 18:25:12 2023 +0100 - - Fix merge conflicts with Justin - -34 66 frontend/src/pages/ChainMemberList.tsx -2 2 server/internal/models/chain.go - -commit fc5b2ae29001685ece71b40f12d8d13a346379c9 -Merge: b185de62 901cf918 -Author: jnorlando <78573103+jnorlando@users.noreply.github.com> -Date: Fri Feb 24 10:48:58 2023 -0500 - - Merge branch 'the-clothing-loop:main' into route-sort-v2 - -commit 8d67688ee020d59e20abcfdf0aa8aeb96b74498e -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Feb 24 16:44:19 2023 +0100 - - New translations an_admin_denied_your_join_request.gohtml (German) - -12 0 server/internal/views/emails/de/an_admin_denied_your_join_request.gohtml - -commit fe57d92b6b3da43ca38caec055d19f13ffd5aa48 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Feb 24 16:44:18 2023 +0100 - - New translations headers.json (German) - -1 1 server/internal/views/emails/de/headers.json - -commit 6efcb1c234d1808be91aa20e2d81fdf1e9e64446 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Feb 24 16:44:17 2023 +0100 - - New translations translation.json (German) - -134 134 frontend/public/locales/de/translation.json - -commit 58494a8a2f4c3f6e434c3e7a031836ddd0abcb48 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Feb 24 16:44:16 2023 +0100 - - New translations faq.json (German) - -14 14 frontend/public/locales/de/faq.json - -commit 0c492bd0133cc33c25a46c0ddceddfec53fe6dd3 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Feb 24 15:30:31 2023 +0100 - - New translations faq.json (German) - -36 0 frontend/public/locales/de/faq.json - -commit ec405c7e0a307a9fbb47e6427d7e0c7860b0dee0 -Merge: eb4af942 901cf918 -Author: Lucian I. Last -Date: Fri Feb 24 13:10:40 2023 +0100 - - Merge branch 'main' into calendar-ical-#363 - -commit 901cf918be11c09e19c635979e838f6d278eef63 -Merge: ce7305e2 0be51405 -Author: Lucian I. Last -Date: Fri Feb 24 12:23:39 2023 +0100 - - Fix old imgTeam in dutch about page - -commit ce7305e2fd74d1cc691d79c109a848cccc85e9de -Author: Lucian I. Last -Date: Fri Feb 24 11:02:50 2023 +0100 - - Shadow on text restained by ... in find chains #400 - -2 2 frontend/src/pages/FindChain.tsx - -commit 83037067f70eac6ed522e1165be1c3c815a623c2 -Author: Lucian I. Last -Date: Fri Feb 24 10:17:43 2023 +0100 - - Change sizes names - -17 10 frontend/src/components/DataExport.tsx - -commit 9a61582f74fb0c870a8b1f4dac2af65062e99b15 -Author: Lucian I. Last -Date: Fri Feb 24 10:17:04 2023 +0100 - - Remove newsletter - -0 3 frontend/src/components/DataExport.tsx - -commit b185de6240f12743a44959ca92237fc7bcc228e7 -Author: jnorlando -Date: Thu Feb 23 20:21:44 2023 -0500 - - reran lint - -15 16 frontend/src/pages/ChainMemberList.tsx - -commit 7d40ced9e05c641d21a6fb98e204c1d9c06fb7e8 -Author: jnorlando -Date: Thu Feb 23 20:18:31 2023 -0500 - - fixed bug where new user's were added to the front of the route - -3 0 frontend/src/pages/ChainMemberList.tsx - -commit 96c14bfdcbadbcd3f2ce6cf9e6b65686d3dd1740 -Author: jnorlando -Date: Thu Feb 23 20:04:37 2023 -0500 - - fixed bug that added pending users to route - -1 0 frontend/src/pages/ChainMemberList.tsx -3 1 server/internal/models/chain.go - -commit 0d0f3e9b6d0f148b9b3954f7eafdb71876f956ee -Author: jnorlando -Date: Thu Feb 23 19:39:42 2023 -0500 - - Removed merge conflicts with main; Identified a bug with route order with new layout, - unapproval all pending users are also assigned a route # - -15 0 frontend/src/api/route.ts -139 20 frontend/src/pages/ChainMemberList.tsx - -commit 0be514057488094d0c9a4427254f3e3e351ebd11 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Feb 23 17:18:46 2023 +0100 - - New translations an_admin_denied_your_join_request.gohtml (Swedish) - -13 1 server/internal/views/emails/sv/an_admin_denied_your_join_request.gohtml - -commit cb4ea36806c931e83e872b211adb601e7dbfcd07 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Feb 23 17:18:44 2023 +0100 - - New translations an_admin_denied_your_join_request.gohtml (German) - -12 0 server/internal/views/emails/de/an_admin_denied_your_join_request.gohtml - -commit 3fd310342adab4ce8983edee6e40b45f9ac566ff -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Feb 23 17:18:16 2023 +0100 - - New translations faq.json (Swedish) - -36 0 frontend/public/locales/sv/faq.json - -commit 7e83de23d69fd67a9d4360d7eed01de99aa5b5f6 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Feb 23 17:18:15 2023 +0100 - - New translations faq.json (Dutch) - -36 0 frontend/public/locales/nl/faq.json - -commit 996e5c3ebcee8bb4a79b0112e2ec6c51adb552f7 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Feb 23 17:18:14 2023 +0100 - - New translations faq.json (German) - -36 0 frontend/public/locales/de/faq.json - -commit e98cd24400027205256f3579ef727bd8723dc597 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Feb 23 17:18:12 2023 +0100 - - New translations faq.json (French) - -36 0 frontend/public/locales/fr/faq.json - -commit 4cb675d287b382baea41490b8a89d00b9e565b40 -Merge: b836cf32 2bc35035 -Author: Lucian I. Last -Date: Thu Feb 23 17:00:55 2023 +0100 - - Merge remote-tracking branch 'origin/l10n_main' - -commit eb4af942f808e08e4ac1de5c031ca0a7370bba08 -Author: Lucian I. Last -Date: Thu Feb 23 16:57:20 2023 +0100 - - Add calendar data to ical - -8 11 server/internal/controllers/calendar.go - -commit 74662b42f9ac2e01089dc06dde464b93b7a7c8ec -Author: Lucian I. Last -Date: Thu Feb 23 16:47:59 2023 +0100 - - First attempt - -4 0 server/cmd/generate-fake-data/main.go -1 0 server/go.mod -4 0 server/go.sum -1 0 server/internal/app/database.go -49 0 server/internal/controllers/calendar.go -17 0 server/internal/models/calendar.go -3 0 server/internal/server.go -30 0 server/internal/tests/mocks/mock-tables.go - -commit 2bc3503546b9fdd756a1b98a19efb1342d258229 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Feb 23 16:12:21 2023 +0100 - - New translations headers.json (Japanese) - -1 1 server/internal/views/emails/ja/headers.json - -commit 3eebb3cd3fe53cf970e229d5fbfe842b268482fe -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Feb 23 16:12:20 2023 +0100 - - New translations translation.json (Japanese) - -7 6 frontend/public/locales/ja/translation.json - -commit 85566143ece351aa7d95f2ebbad053c9fdde01e2 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Feb 23 16:12:19 2023 +0100 - - New translations headers.json (Korean) - -1 1 server/internal/views/emails/ko/headers.json - -commit 4b8afce57aca3ea795baeb505ed67d502d77e4cb -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Feb 23 16:12:18 2023 +0100 - - New translations translation.json (Korean) - -7 6 frontend/public/locales/ko/translation.json - -commit 980d04e743fa67f302e91b076eb7a22ef877227e -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Feb 23 16:12:17 2023 +0100 - - New translations headers.json (Swedish) - -1 1 server/internal/views/emails/sv/headers.json - -commit e59f09e59fa9a3ccbb014c61d43546f14e9fcb10 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Feb 23 16:12:16 2023 +0100 - - New translations headers.json (Portuguese) - -1 1 server/internal/views/emails/pt/headers.json - -commit aecd210f884893c5c15352c37aca78f41eee12b1 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Feb 23 16:12:15 2023 +0100 - - New translations headers.json (Dutch) - -1 1 server/internal/views/emails/nl/headers.json - -commit 37484b9f75a5d7792688d85bd35bfed6f5b2d5ba -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Feb 23 16:12:14 2023 +0100 - - New translations headers.json (Italian) - -1 1 server/internal/views/emails/it/headers.json - -commit b4e7e65f2136192e83f56ebdd48501e31b3da0ca -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Feb 23 16:12:13 2023 +0100 - - New translations headers.json (German) - -1 1 server/internal/views/emails/de/headers.json - -commit 355fabfe5dbf89734cc3761994dd9479a492a4e8 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Feb 23 16:12:12 2023 +0100 - - New translations headers.json (Spanish) - -1 1 server/internal/views/emails/es/headers.json - -commit eeede9bf250e94add99efd95f482bf8841033042 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Feb 23 16:12:11 2023 +0100 - - New translations headers.json (French) - -1 1 server/internal/views/emails/fr/headers.json - -commit 7b5087db1f09971e039f40e362e644cd4f4ef253 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Feb 23 16:12:11 2023 +0100 - - New translations translation.json (Swedish) - -7 6 frontend/public/locales/sv/translation.json - -commit 984c3e0be4876a529ceef479866f8232f7c93619 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Feb 23 16:12:09 2023 +0100 - - New translations translation.json (Portuguese) - -7 6 frontend/public/locales/pt/translation.json - -commit 3f4bc6061184cafec565e5e2100e8b40cf1e2fce -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Feb 23 16:12:08 2023 +0100 - - New translations translation.json (Dutch) - -7 6 frontend/public/locales/nl/translation.json - -commit 28fd113c324266432d476fe5ed70046b8172bbe2 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Feb 23 16:12:07 2023 +0100 - - New translations translation.json (Italian) - -7 6 frontend/public/locales/it/translation.json - -commit d42e97f5945d08eb5aca495f31bf72efec7d293e -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Feb 23 16:12:06 2023 +0100 - - New translations translation.json (German) - -7 6 frontend/public/locales/de/translation.json - -commit f3ee81022897040f587c9662a684a4c167ad3018 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Feb 23 16:12:05 2023 +0100 - - New translations translation.json (Spanish) - -7 6 frontend/public/locales/es/translation.json - -commit c2ecc190c61e21a700f536a12b86b686fa17d5de -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Feb 23 16:12:04 2023 +0100 - - New translations translation.json (French) - -7 6 frontend/public/locales/fr/translation.json - -commit b836cf3244f8a0800435388de94826f0fc9a5181 -Author: Lucian I. Last -Date: Thu Feb 23 15:39:06 2023 +0100 - - Replace admin with host in website text - -3 3 frontend/public/locales/ar/translation.json -3 3 frontend/public/locales/da/translation.json -3 3 frontend/public/locales/de/translation.json -7 3 frontend/public/locales/en/translation.json -1 1 frontend/public/locales/fr/translation.json -3 3 frontend/public/locales/it/translation.json -3 3 frontend/public/locales/ja/translation.json -3 3 frontend/public/locales/ko/translation.json -1 1 frontend/public/locales/nl/translation.json -3 3 frontend/public/locales/pt/translation.json -3 3 frontend/public/locales/zh/translation.json -5 2 frontend/src/pages/ChainMemberList.tsx -1 1 server/internal/views/emails/ar/headers.json -1 1 server/internal/views/emails/da/headers.json -1 1 server/internal/views/emails/en/headers.json -1 1 server/internal/views/emails/es/headers.json -1 1 server/internal/views/emails/fr/headers.json -1 1 server/internal/views/emails/it/headers.json -1 1 server/internal/views/emails/ja/headers.json -1 1 server/internal/views/emails/ko/headers.json -1 1 server/internal/views/emails/nl/headers.json -1 1 server/internal/views/emails/pt/headers.json -1 1 server/internal/views/emails/zh/headers.json - -commit a7b4cd83f4e242454a8934664f9ed5db0b6d4444 -Author: Lucian I. Last -Date: Thu Feb 23 15:18:52 2023 +0100 - - Remove old chain translations - -0 3 frontend/public/locales/ar/translation.json -0 3 frontend/public/locales/da/translation.json -0 3 frontend/public/locales/de/translation.json -0 3 frontend/public/locales/en/translation.json -0 3 frontend/public/locales/es/translation.json -0 3 frontend/public/locales/fr/translation.json -0 3 frontend/public/locales/it/translation.json -0 3 frontend/public/locales/ja/translation.json -0 3 frontend/public/locales/ko/translation.json -0 3 frontend/public/locales/nl/translation.json -0 3 frontend/public/locales/pt/translation.json -0 3 frontend/public/locales/sv/translation.json -0 3 frontend/public/locales/zh/translation.json -1 1 frontend/src/pages/FindChain.tsx - -commit 40ad6d9bebe04890579c0cca613d8fcd00bec37a -Author: Lucian I. Last -Date: Thu Feb 23 15:13:40 2023 +0100 - - Set country counter to 11 - -3 1 frontend/src/components/Counters/Counters.tsx - -commit 7d528f6195a9f26021d314905cfd151d57a85620 -Author: Lucian I. Last -Date: Thu Feb 23 15:12:01 2023 +0100 - - Square toasts and Fix focusTrap bug - -1 1 frontend/src/pages/ChainMemberList.tsx -49 30 frontend/src/providers/ToastProvider.tsx - -commit 4e8862b0c86a7431c23f5a366a6260b0beba6126 -Author: Lucian I. Last -Date: Thu Feb 23 12:01:23 2023 +0100 - - Fix react error due to missing keys - -23 25 frontend/src/components/SizesDropdown.tsx -7 4 frontend/src/providers/ToastProvider.tsx - -commit 55d40a84341c059a21cef934127eda2636bda853 -Author: Lucian I. Last -Date: Wed Feb 22 16:44:21 2023 +0100 - - Hide video until scrolled down - -39 19 frontend/src/pages/Home.tsx - -commit 6b4acc7a411141a3189d945c94e7856fa4858249 -Author: Lucian I. Last -Date: Wed Feb 22 15:34:37 2023 +0100 - - Add sql for find chains with 5+ hosts - -4 0 server/sql/find-chain-with-5-or-more-hosts.sql - -commit 1c01c0152425b6571f70cdfcf64ecc66193c119a -Author: Lucian I. Last -Date: Wed Feb 22 13:31:51 2023 +0100 - - Remove spin from faq minus plus - -1 3 frontend/src/pages/FAQ.tsx - -commit d7c33ce9d30cb07aa90afe978c03f7182b47adb2 -Author: Lucian I. Last -Date: Wed Feb 22 13:29:32 2023 +0100 - - Fix max height restraint after action - -14 7 frontend/src/pages/FAQ.tsx -2 4 frontend/tailwind.config.cjs - -commit b8f69cdafb6152d1659742c20310a4906f5e2836 -Merge: 236b19f3 72eb59b1 -Author: Lucian I. Last -Date: Wed Feb 22 11:38:27 2023 +0000 - - Merge pull request #383 from NatalieWilson19/add-slider-transition-in-FAQ-#285 - - Add slider transition in FAQ #285 - -commit 72eb59b104f84b5ee0d04e9fe8379884d1f27017 -Author: Lucian I. Last -Date: Wed Feb 22 12:37:03 2023 +0100 - - Fix transition - -90 79 frontend/src/pages/FAQ.tsx -14 4 frontend/tailwind.config.cjs - -commit 0cc49a0e325d2355984e616b3f6035470e9f0c43 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 21 18:52:39 2023 +0100 - - New translations faq.json (Japanese) - -36 0 frontend/public/locales/ja/faq.json - -commit 1f69f8ff0c161faffeb2cf4fd93ac3b74d6a5867 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 21 18:52:27 2023 +0100 - - New translations faq.json (Korean) - -36 0 frontend/public/locales/ko/faq.json - -commit 67c46d62597262c8ecb52b6d087cdaeeb6584ffa -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 21 18:52:25 2023 +0100 - - New translations an_admin_denied_your_join_request.gohtml (Swedish) - -13 1 server/internal/views/emails/sv/an_admin_denied_your_join_request.gohtml - -commit 7576dacf98dd455ce8c26b11d65c759ac00d71d4 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 21 18:52:23 2023 +0100 - - New translations an_admin_denied_your_join_request.gohtml (German) - -12 0 server/internal/views/emails/de/an_admin_denied_your_join_request.gohtml - -commit 36462d6dfda45d903ad4f64ee10e5ddb4400a98a -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 21 18:51:43 2023 +0100 - - New translations faq.json (Swedish) - -36 0 frontend/public/locales/sv/faq.json - -commit 87d9f28e846f0466366ac4d06e29aa37ff38db98 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 21 18:51:42 2023 +0100 - - New translations faq.json (Portuguese) - -36 0 frontend/public/locales/pt/faq.json - -commit e46aa0d7e42787bd3faff22d1a97753d1ad02c87 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 21 18:51:41 2023 +0100 - - New translations faq.json (Dutch) - -36 0 frontend/public/locales/nl/faq.json - -commit 4e862d6efd93c007a065bb16f5e7b19023fb5f69 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 21 18:51:40 2023 +0100 - - New translations faq.json (Italian) - -36 0 frontend/public/locales/it/faq.json - -commit c3cb11e9e4e20a155f109e979afb4c6a81e85ffb -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 21 18:51:39 2023 +0100 - - New translations faq.json (German) - -36 0 frontend/public/locales/de/faq.json - -commit 06b81ae8edfbbae86f7d14badf14f5d1ce618d1e -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 21 18:51:38 2023 +0100 - - New translations faq.json (French) - -36 0 frontend/public/locales/fr/faq.json - -commit 053305308ed62b3c1c4486964f43f9997aa9e345 -Merge: 979b5240 0e9b1981 -Author: Lucian I. Last -Date: Tue Feb 21 16:35:24 2023 +0100 - - Merge branch 'add-slider-transition-in-FAQ-#285' of github.com:NatalieWilson19/clothing-loop into add-slider-transition-in-FAQ-#285 - -commit 979b5240ee64173f487d2b6094e56dd0bdd2b866 -Merge: c048bbac 236b19f3 -Author: Lucian I. Last -Date: Tue Feb 21 16:35:18 2023 +0100 - - Merge branch 'main' into add-slider-transition-in-FAQ-#285 - -commit 236b19f3b776bec9525ab8c18705f8a42da4dc84 -Merge: 7bbd7679 b6861724 -Author: Lucian I. Last -Date: Tue Feb 21 16:34:37 2023 +0100 - - Merge remote-tracking branch 'origin/l10n_main' - -commit 7bbd7679a4ab059238bb7333156c2f4acd84c884 -Author: Lucian I. Last -Date: Tue Feb 21 16:29:39 2023 +0100 - - Footer margin smaller - -1 1 frontend/src/components/ChainsList.tsx -1 1 frontend/src/components/Footer.tsx -1 1 frontend/src/pages/AdminDashboard.tsx - -commit 06d2eca01659edd2db72870e229091f03b25ccf9 -Author: Lucian I. Last -Date: Tue Feb 21 16:15:04 2023 +0100 - - Show toolkit only for chain admins - -19 12 frontend/src/pages/AdminDashboard.tsx - -commit b6861724ce39beeaa4b1d5e7752e0419ce85d81c -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 21 15:53:22 2023 +0100 - - New translations an_admin_denied_your_join_request.gohtml (Japanese) - -13 1 server/internal/views/emails/ja/an_admin_denied_your_join_request.gohtml - -commit fd648bc8e8f75c23c44659907eadc5791d29ef3d -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 21 15:53:21 2023 +0100 - - New translations translation.json (Japanese) - -6 2 frontend/public/locales/ja/translation.json - -commit a6c2582968c5ee88a494132ae456af2d56dd827b -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 21 15:53:20 2023 +0100 - - New translations an_admin_denied_your_join_request.gohtml (Korean) - -13 1 server/internal/views/emails/ko/an_admin_denied_your_join_request.gohtml - -commit dfd45385c258652085a9c6d23d0c3b25f8510aa6 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 21 15:53:19 2023 +0100 - - New translations translation.json (Korean) - -6 2 frontend/public/locales/ko/translation.json - -commit b65c79fd99b561e1ab858de1f7c3dfb41a162d83 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 21 15:53:18 2023 +0100 - - New translations an_admin_denied_your_join_request.gohtml (Swedish) - -13 1 server/internal/views/emails/sv/an_admin_denied_your_join_request.gohtml - -commit 9ffed0eba22eab4dd894b3c08d5c97f8a6fb9d10 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 21 15:53:18 2023 +0100 - - New translations an_admin_denied_your_join_request.gohtml (Portuguese) - -13 1 server/internal/views/emails/pt/an_admin_denied_your_join_request.gohtml - -commit 25f6fb3d696e22351d9b88fe33d15f1c3bc47450 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 21 15:53:17 2023 +0100 - - New translations an_admin_denied_your_join_request.gohtml (Dutch) - -13 1 server/internal/views/emails/nl/an_admin_denied_your_join_request.gohtml - -commit 3caa6b7a228a4b84773fe52e6d688c5c299404ff -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 21 15:53:16 2023 +0100 - - New translations an_admin_denied_your_join_request.gohtml (Italian) - -13 1 server/internal/views/emails/it/an_admin_denied_your_join_request.gohtml - -commit 4b68b03ab565c83b9728bd0f1b3df50187bc124f -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 21 15:53:15 2023 +0100 - - New translations an_admin_denied_your_join_request.gohtml (German) - -13 1 server/internal/views/emails/de/an_admin_denied_your_join_request.gohtml - -commit 0664e32acb38f4a9c62a95cfb598e9dd7877d78c -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 21 15:53:14 2023 +0100 - - New translations an_admin_denied_your_join_request.gohtml (Spanish) - -13 1 server/internal/views/emails/es/an_admin_denied_your_join_request.gohtml - -commit e4064aea6aa31c7c8579f28bbbda193adf7d94a0 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 21 15:53:13 2023 +0100 - - New translations an_admin_denied_your_join_request.gohtml (French) - -13 1 server/internal/views/emails/fr/an_admin_denied_your_join_request.gohtml - -commit 04da4f5f497d4464c58fa77445f93e2d3037842d -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 21 15:53:12 2023 +0100 - - New translations translation.json (Swedish) - -6 2 frontend/public/locales/sv/translation.json - -commit 05dad6d6672d98348006cc569f9ed65a65051ceb -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 21 15:53:11 2023 +0100 - - New translations translation.json (Portuguese) - -6 2 frontend/public/locales/pt/translation.json - -commit 8b443134563080c307f2875c315b1803633a7d6c -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 21 15:53:10 2023 +0100 - - New translations translation.json (Dutch) - -6 2 frontend/public/locales/nl/translation.json - -commit 16d2dd6efde402663f74890fa8c15f38b18f6e82 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 21 15:53:09 2023 +0100 - - New translations translation.json (Italian) - -6 2 frontend/public/locales/it/translation.json - -commit a9cf755cadece7bb9f29b56932922936f4245d26 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 21 15:53:08 2023 +0100 - - New translations translation.json (German) - -6 2 frontend/public/locales/de/translation.json - -commit 21179ae548c04222d54ceef8fb5582c8e75da458 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 21 15:53:07 2023 +0100 - - New translations translation.json (Spanish) - -6 2 frontend/public/locales/es/translation.json - -commit 651c8bb1f372d84f3f2d98af911fd95529355b3e -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 21 15:53:06 2023 +0100 - - New translations translation.json (French) - -6 2 frontend/public/locales/fr/translation.json - -commit 881ee9f6d2f9be9ab3409addbff720db9a7856ff -Author: Lucian I. Last -Date: Tue Feb 21 15:40:48 2023 +0100 - - Fix merge conflict previous merge - -0 23 server/internal/views/email.go - -commit d6b6a17f4b06f7ad7f8725d52d6926946826c0db -Merge: bf077f58 6d8a3d8f -Author: Lucian I. Last -Date: Tue Feb 21 15:37:25 2023 +0100 - - Merge branch 'add-reason-to-deny-user-#349' - -commit 6d8a3d8f4eb8e34ddd7f054ebe91aaded1070ae0 -Author: Lucian I. Last -Date: Tue Feb 21 15:36:24 2023 +0100 - - Fix browser dialog styling - -2 2 frontend/src/providers/ToastProvider.tsx - -commit 6c4675c9f5a64a331634373b4142caa90997f22a -Merge: 91f0ff80 bf077f58 -Author: Lucian I. Last -Date: Tue Feb 21 15:30:00 2023 +0100 - - Merge remote-tracking branch 'origin/main' into add-reason-to-deny-user-#349 - -commit 91f0ff805d602236fb984fb99d559d7ea5e8b735 -Author: Lucian I. Last -Date: Tue Feb 21 15:17:20 2023 +0100 - - Add focus trap for a11y - -27 0 frontend/package-lock.json -1 0 frontend/package.json -11 0 frontend/src/providers/ToastProvider.tsx - -commit 75dc6b784024f4c7ed7a4a00ebe1ba5e33ae3f41 -Author: Lucian I. Last -Date: Tue Feb 21 15:17:00 2023 +0100 - - Move static toasts to modals - -3 4 frontend/src/components/ChainsList.tsx -4 5 frontend/src/pages/AdminDashboard.tsx -9 13 frontend/src/pages/ChainMemberList.tsx -3 4 frontend/src/pages/Signup.tsx -87 48 frontend/src/providers/ToastProvider.tsx - -commit 0e9b1981396e6748b4786ffc1bc0ed5fc8797efe -Author: Natalie -Date: Mon Feb 20 16:09:04 2023 -0800 - - Prettier - -0 1 frontend/src/pages/FAQ.tsx - -commit a8362a9bddf5752c9970c915d947cab774ffcac4 -Author: Natalie -Date: Mon Feb 20 16:07:40 2023 -0800 - - Closing transition with summary element's height works - -10 14 frontend/src/pages/FAQ.tsx - -commit d49aa49927ded08ae66ef769352cce6df059c95f -Author: Natalie -Date: Mon Feb 20 16:00:11 2023 -0800 - - detailsEl actually grabs the details element instead of summary - -3 3 frontend/src/pages/FAQ.tsx - -commit 9797037e9f828ba31b815d1a268626aaef1bd44c -Author: Lucian I. Last -Date: Mon Feb 20 16:52:04 2023 +0100 - - Change structure of large toasts - -1 1 frontend/src/pages/ChainMemberList.tsx -7 1 frontend/src/providers/ToastProvider.tsx - -commit bf077f58d2e6357ee2aa402e972ef09a3bb52ef3 -Merge: 89f4008b e3469aac -Author: Lucian I. Last -Date: Mon Feb 20 15:38:13 2023 +0000 - - Merge pull request #386 from the-clothing-loop/l10n_main - - New Crowdin updates - -commit 1247389fd2cb7067744317a97fbf5e04c1af7f98 -Author: Lucian I. Last -Date: Mon Feb 20 16:37:20 2023 +0100 - - Add email reason alterations & Translations - -5 1 frontend/public/locales/en/translation.json -2 2 frontend/src/api/chain.ts -6 6 frontend/src/pages/ChainMemberList.tsx -9 3 server/internal/controllers/chain.go -6 6 server/internal/views/email.go -13 1 server/internal/views/emails/en/an_admin_denied_your_join_request.gohtml - -commit e3469aac0e0062f29798628fc2874714794b0ada -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Feb 20 12:16:07 2023 +0100 - - New translations translation.json (Japanese) - -0 1 frontend/public/locales/ja/translation.json - -commit 3afdb72ed0155d3c7d5553bb2baf938ece5ace0d -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Feb 20 12:16:06 2023 +0100 - - New translations translation.json (Korean) - -0 1 frontend/public/locales/ko/translation.json - -commit b01219f7e36aa014d41937ce0bb7732fb7bc14a1 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Feb 20 12:16:06 2023 +0100 - - New translations translation.json (Swedish) - -0 1 frontend/public/locales/sv/translation.json - -commit 3367ae7b3cd09d28f9ff55ccbc3c9fc465ad621f -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Feb 20 12:16:05 2023 +0100 - - New translations translation.json (Portuguese) - -0 1 frontend/public/locales/pt/translation.json - -commit ccee5f66509f285920f53d6e6c6b2bc07f142668 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Feb 20 12:16:04 2023 +0100 - - New translations translation.json (Dutch) - -0 1 frontend/public/locales/nl/translation.json - -commit ee12a0fb500895fac77ce5f054348ec041c51e0f -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Feb 20 12:16:03 2023 +0100 - - New translations translation.json (Italian) - -0 1 frontend/public/locales/it/translation.json - -commit 387c9cff774c80750262d327bb35bdc6e8fd7a19 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Feb 20 12:16:02 2023 +0100 - - New translations translation.json (German) - -0 1 frontend/public/locales/de/translation.json - -commit 8e3561adf8209329b9027c00b30f95a55ae2ce52 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Feb 20 12:16:01 2023 +0100 - - New translations translation.json (Spanish) - -0 1 frontend/public/locales/es/translation.json - -commit 35e1031c4d44d9b565cdd4916ac41de894c0e827 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Feb 20 12:16:00 2023 +0100 - - New translations translation.json (French) - -0 1 frontend/public/locales/fr/translation.json - -commit 9cc2438eb3da01b4a9ba44f12ff7b3c19b7a6617 -Author: Lucian I. Last -Date: Mon Feb 20 11:57:26 2023 +0100 - - Merge branch 'main' into add-reason-to-deny-user-#349 - -2 2 .github/workflows/deploy-production.yml -21 6 frontend/package-lock.json -1 0 frontend/package.json -6 2 frontend/public/locales/ar/about.json -6 1 frontend/public/locales/ar/translation.json -11 0 frontend/public/locales/da/about.json -0 0 frontend/public/locales/{fa => da}/faq.json -0 0 frontend/public/locales/{fa => da}/testimonials.json -6 1 frontend/public/locales/{fa => da}/translation.json -7 3 frontend/public/locales/de/about.json -18 18 frontend/public/locales/de/faq.json -32 26 frontend/public/locales/de/translation.json -6 2 frontend/public/locales/en/about.json -54 18 frontend/public/locales/en/faq.json -4 1 frontend/public/locales/en/translation.json -9 5 frontend/public/locales/es/about.json -64 28 frontend/public/locales/es/faq.json -9 9 frontend/public/locales/es/testimonials.json -190 184 frontend/public/locales/es/translation.json -0 7 frontend/public/locales/fa/about.json -6 2 frontend/public/locales/fr/about.json -7 1 frontend/public/locales/fr/translation.json -6 2 frontend/public/locales/it/about.json -7 1 frontend/public/locales/it/translation.json -11 0 frontend/public/locales/ja/about.json -60 0 frontend/public/locales/ja/faq.json -29 0 frontend/public/locales/ja/testimonials.json -234 0 frontend/public/locales/ja/translation.json -11 0 frontend/public/locales/ko/about.json -60 0 frontend/public/locales/ko/faq.json -29 0 frontend/public/locales/ko/testimonials.json -234 0 frontend/public/locales/ko/translation.json -6 2 frontend/public/locales/nl/about.json -10 4 frontend/public/locales/nl/translation.json -6 2 frontend/public/locales/pt/about.json -8 2 frontend/public/locales/pt/translation.json -9 5 frontend/public/locales/sv/about.json -28 28 frontend/public/locales/sv/faq.json -9 9 frontend/public/locales/sv/testimonials.json -222 216 frontend/public/locales/sv/translation.json -6 2 frontend/public/locales/zh/about.json -6 1 frontend/public/locales/zh/translation.json -1 1 frontend/sitemap.js -2 2 frontend/src/App.tsx -19 3 frontend/src/api/chain.ts -62 7 frontend/src/components/ChainsList.tsx -1 1 frontend/src/components/Counters/Counters.tsx -5 0 frontend/src/components/GeocoderSelector.tsx -1 0 frontend/src/components/LanguageSwitcher.tsx -17 7 frontend/src/components/Layouts.tsx -2 2 frontend/src/i18n.tsx -139 62 frontend/src/pages/About.tsx -314 370 frontend/src/pages/ChainMemberList.tsx -10 10 frontend/src/pages/Donations/DonationCompleted.tsx -4 4 frontend/src/pages/FAQ.tsx -13 9 frontend/src/pages/FindChain.tsx -17 5 frontend/src/pages/Home.tsx -6 3 frontend/src/pages/Login.tsx -143 56 frontend/src/pages/Signup.tsx -18 18 frontend/src/pages/Thankyou.tsx -5 0 frontend/src/tailwind.css -4 0 frontend/tailwind.config.cjs -3 4 server/go.mod -6 6 server/go.sum -7 1 server/internal/controllers/chain.go -1 1 server/internal/controllers/login.go -74 0 server/internal/controllers/poke.go -59 0 server/internal/controllers/route.go -37 0 server/internal/models/chain.go -40 0 server/internal/models/chain_route_order_test.go -14 0 server/internal/models/testmain_test.go -14 27 server/internal/models/user.go -36 0 server/internal/models/user_chain.go -11 0 server/internal/models/user_token.go -5 0 server/internal/server.go -2 0 server/internal/tests/mocks/mock-tables.go -24 1 server/internal/views/email.go -2 1 server/internal/views/emails/ar/headers.json -7 0 server/internal/views/emails/ar/poke.gohtml -0 0 server/internal/views/emails/{fa => da}/a_participant_joined_the_loop.gohtml -0 0 server/internal/views/emails/{fa => da}/an_admin_approved_your_join_request.gohtml -0 0 server/internal/views/emails/{fa => da}/an_admin_denied_your_join_request.gohtml -0 0 server/internal/views/emails/{fa => da}/contact_confirmation.gohtml -2 1 server/internal/views/emails/{fa => da}/headers.json -0 0 server/internal/views/emails/{fa => da}/login_verification.gohtml -7 0 server/internal/views/emails/da/poke.gohtml -0 0 server/internal/views/emails/{fa => da}/register_verification.gohtml -0 0 server/internal/views/emails/{fa => da}/subscribed_to_newsletter.gohtml -6 6 server/internal/views/emails/de/a_participant_joined_the_loop.gohtml -2 2 server/internal/views/emails/de/an_admin_approved_your_join_request.gohtml -2 2 server/internal/views/emails/de/an_admin_denied_your_join_request.gohtml -5 5 server/internal/views/emails/de/contact_confirmation.gohtml -8 7 server/internal/views/emails/de/headers.json -4 4 server/internal/views/emails/de/login_verification.gohtml -7 0 server/internal/views/emails/de/poke.gohtml -4 4 server/internal/views/emails/de/register_verification.gohtml -8 8 server/internal/views/emails/de/subscribed_to_newsletter.gohtml -2 1 server/internal/views/emails/en/headers.json -7 0 server/internal/views/emails/en/poke.gohtml -2 1 server/internal/views/emails/es/headers.json -7 0 server/internal/views/emails/es/poke.gohtml -9 9 server/internal/views/emails/es/subscribed_to_newsletter.gohtml -2 1 server/internal/views/emails/fr/headers.json -7 0 server/internal/views/emails/fr/poke.gohtml -1 1 server/internal/views/emails/fr/subscribed_to_newsletter.gohtml -2 1 server/internal/views/emails/it/headers.json -7 0 server/internal/views/emails/it/poke.gohtml -16 0 server/internal/views/emails/ja/a_participant_joined_the_loop.gohtml -5 0 server/internal/views/emails/ja/an_admin_approved_your_join_request.gohtml -5 0 server/internal/views/emails/ja/an_admin_denied_your_join_request.gohtml -12 0 server/internal/views/emails/ja/contact_confirmation.gohtml -10 0 server/internal/views/emails/ja/headers.json -8 0 server/internal/views/emails/ja/login_verification.gohtml -7 0 server/internal/views/emails/ja/poke.gohtml -8 0 server/internal/views/emails/ja/register_verification.gohtml -14 0 server/internal/views/emails/ja/subscribed_to_newsletter.gohtml -16 0 server/internal/views/emails/ko/a_participant_joined_the_loop.gohtml -5 0 server/internal/views/emails/ko/an_admin_approved_your_join_request.gohtml -5 0 server/internal/views/emails/ko/an_admin_denied_your_join_request.gohtml -12 0 server/internal/views/emails/ko/contact_confirmation.gohtml -10 0 server/internal/views/emails/ko/headers.json -8 0 server/internal/views/emails/ko/login_verification.gohtml -7 0 server/internal/views/emails/ko/poke.gohtml -8 0 server/internal/views/emails/ko/register_verification.gohtml -14 0 server/internal/views/emails/ko/subscribed_to_newsletter.gohtml -3 3 server/internal/views/emails/nl/an_admin_approved_your_join_request.gohtml -2 1 server/internal/views/emails/nl/headers.json -7 0 server/internal/views/emails/nl/poke.gohtml -2 1 server/internal/views/emails/pt/headers.json -7 0 server/internal/views/emails/pt/poke.gohtml -9 9 server/internal/views/emails/sv/a_participant_joined_the_loop.gohtml -3 3 server/internal/views/emails/sv/an_admin_approved_your_join_request.gohtml -3 3 server/internal/views/emails/sv/an_admin_denied_your_join_request.gohtml -6 6 server/internal/views/emails/sv/contact_confirmation.gohtml -8 7 server/internal/views/emails/sv/headers.json -5 5 server/internal/views/emails/sv/login_verification.gohtml -7 0 server/internal/views/emails/sv/poke.gohtml -5 5 server/internal/views/emails/sv/register_verification.gohtml -8 8 server/internal/views/emails/sv/subscribed_to_newsletter.gohtml -2 1 server/internal/views/emails/zh/headers.json -7 0 server/internal/views/emails/zh/poke.gohtml -10 7 server/sql/find-chain-without-host.sql - -commit 89f4008b71673bbaae2a275a289c9cbf363f045a -Merge: 368a6b69 1ce0bb2a -Author: Lucian I. Last -Date: Mon Feb 20 09:37:52 2023 +0000 - - Merge pull request #384 from the-clothing-loop/l10n_main - - New Crowdin updates - -commit 1ce0bb2a824f8e4366b6e5e08822d7def15d7be4 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Feb 20 10:37:12 2023 +0100 - - New translations translation.json (Japanese) - -1 1 frontend/public/locales/ja/translation.json - -commit e05458ad765e5e6c0915396d530bf6c9b4c9cc31 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Feb 20 10:37:11 2023 +0100 - - New translations translation.json (Korean) - -1 1 frontend/public/locales/ko/translation.json - -commit 26a2a1483ecb084fb04189191bcce369b5a1b932 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Feb 20 10:37:09 2023 +0100 - - New translations translation.json (Portuguese) - -1 1 frontend/public/locales/pt/translation.json - -commit a89f48f7f971e3495b90f812347dfc1d822fd5ae -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Feb 20 10:37:09 2023 +0100 - - New translations translation.json (Dutch) - -1 1 frontend/public/locales/nl/translation.json - -commit c048bbaca0089d48884c6e20cbe2354169f5db75 -Author: Lucian I. Last -Date: Mon Feb 20 10:04:06 2023 +0100 - - ID is not necessary - -4 8 frontend/src/pages/FAQ.tsx - -commit 368a6b69a5b3f8912ab9222ed81ddd7d081f7a26 -Merge: 5c3831f7 a1d7ac2d -Author: Lucian I. Last -Date: Mon Feb 20 08:32:56 2023 +0000 - - Merge pull request #385 from the-clothing-loop/dependabot/go_modules/server/golang.org/x/net-0.7.0 - - Bump golang.org/x/net from 0.4.0 to 0.7.0 in /server - -commit 2ab84a40c76fd39c10826010aa989d771e7e9593 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Sun Feb 19 19:23:41 2023 +0100 - - New translations translation.json (Spanish) - -12 12 frontend/public/locales/es/translation.json - -commit 88aff24928fa7e71e1e9434a644fef3134111edd -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Sun Feb 19 19:23:40 2023 +0100 - - New translations faq.json (Spanish) - -7 7 frontend/public/locales/es/faq.json - -commit e0ec02e3d1c3ee6e475c484f2ac72a8598c8488b -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Sun Feb 19 18:28:15 2023 +0100 - - New translations faq.json (Spanish) - -20 20 frontend/public/locales/es/faq.json - -commit d3dc1a955fb05514012c10f0b6981a84259e14fa -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Sun Feb 19 17:30:17 2023 +0100 - - New translations subscribed_to_newsletter.gohtml (Spanish) - -9 9 server/internal/views/emails/es/subscribed_to_newsletter.gohtml - -commit 05b8cf7284ffd658196b22cbcf97f10cd387520e -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Sun Feb 19 17:30:16 2023 +0100 - - New translations translation.json (Spanish) - -62 62 frontend/public/locales/es/translation.json - -commit 71cb53c83397f0876dc64f013f8f49ebc9609521 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Sun Feb 19 17:30:15 2023 +0100 - - New translations faq.json (Spanish) - -55 19 frontend/public/locales/es/faq.json - -commit f87e56ad088eab36ecf08cc628d2cf97345ef142 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Sun Feb 19 16:16:09 2023 +0100 - - New translations translation.json (Spanish) - -29 29 frontend/public/locales/es/translation.json - -commit c75f7394e4b00d3e08eab32a131d506ddae05b0b -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Sun Feb 19 15:13:51 2023 +0100 - - New translations translation.json (Spanish) - -37 37 frontend/public/locales/es/translation.json - -commit 5f339e7f50a34ca04d4ba0076f84cac4b0774e3f -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Sun Feb 19 13:59:06 2023 +0100 - - New translations translation.json (Spanish) - -50 50 frontend/public/locales/es/translation.json - -commit 270df73c031bd0da4d28ca47fb5efcb9b6694728 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Sun Feb 19 13:59:05 2023 +0100 - - New translations testimonials.json (Spanish) - -2 2 frontend/public/locales/es/testimonials.json - -commit 3e82eef7b278a74f7bb2bd7dd6662a0128e4c8d3 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Sun Feb 19 13:02:41 2023 +0100 - - New translations testimonials.json (Spanish) - -1 1 frontend/public/locales/es/testimonials.json - -commit 134ebb1c6233dcd3b5d8e74825f2b3442cc4c59c -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Sat Feb 18 18:58:49 2023 +0100 - - New translations testimonials.json (Spanish) - -2 2 frontend/public/locales/es/testimonials.json - -commit 6e2a8b4a6408dd7eb746584d263c992a1b8706b6 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Sat Feb 18 18:00:49 2023 +0100 - - New translations testimonials.json (Spanish) - -2 2 frontend/public/locales/es/testimonials.json - -commit a1d7ac2d7d0e1da7f571037799d8ef1839b110cc -Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> -Date: Sat Feb 18 03:38:49 2023 +0000 - - Bump golang.org/x/net from 0.4.0 to 0.7.0 in /server - - Bumps [golang.org/x/net](https://github.com/golang/net) from 0.4.0 to 0.7.0. - - [Release notes](https://github.com/golang/net/releases) - - [Commits](https://github.com/golang/net/compare/v0.4.0...v0.7.0) - - --- - updated-dependencies: - - dependency-name: golang.org/x/net - dependency-type: indirect - ... - - Signed-off-by: dependabot[bot] - -3 4 server/go.mod -6 6 server/go.sum - -commit 9381feccbe78119a57ba95286e843bbd7a04189f -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Feb 17 23:27:56 2023 +0100 - - New translations testimonials.json (Spanish) - -2 2 frontend/public/locales/es/testimonials.json - -commit ed2fa236a0c31fdc792d89ea35eb0b23f7911500 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Feb 17 21:08:52 2023 +0100 - - New translations testimonials.json (Spanish) - -1 1 frontend/public/locales/es/testimonials.json - -commit a2977c119d1695707d67635c78fc9b371df446c5 -Author: Natalie -Date: Thu Feb 16 17:34:46 2023 -0800 - - Prettier - -1 1 frontend/src/pages/FAQ.tsx - -commit d62c8cdde2311dd7423c06af9ab35feb5003a27e -Author: Natalie -Date: Thu Feb 16 17:04:47 2023 -0800 - - Get rid of unused useRef library - -1 1 frontend/src/pages/FAQ.tsx - -commit bce14ac58f705c49b6d261cfb0196bdf96570b8c -Author: Natalie -Date: Thu Feb 16 16:51:20 2023 -0800 - - Transition works for both opening and closing the accordion - -14 9 frontend/src/pages/FAQ.tsx - -commit 5c3831f7d7538b6fc25d09ea5b77d094b7892127 -Author: Lucian I. Last -Date: Thu Feb 16 23:09:10 2023 +0100 - - Fix address missing in edit page - -5 0 frontend/src/components/GeocoderSelector.tsx - -commit f7ee8f26d910e7bff8724cd88434418e139fa78c -Merge: 43d7aedd 0da98d89 -Author: Lucian I. Last -Date: Thu Feb 16 22:14:59 2023 +0100 - - Merge branch 'main-v3.8.x' of github.com:the-clothing-loop/website - -commit 43d7aedd2968a7bcf696afaf06c3bf4eb4cd062b -Author: Lucian I. Last -Date: Thu Feb 16 22:14:33 2023 +0100 - - Add guard for open_to_new_members - -4 0 server/internal/controllers/chain.go -1 1 server/internal/controllers/login.go - -commit 2c1d734a297ba6b3735c86de8a2eef3e9a20d0c0 -Merge: 5b75634d 000985fb -Author: Natalie -Date: Thu Feb 16 11:35:42 2023 -0800 - - Merge new changes from main - -commit 0da98d892cab9a9d5d3aaf3d8515250f3b83bd90 -Author: Lucian I. Last -Date: Thu Feb 16 16:02:00 2023 +0100 - - Add button functionality on signup in loggedin state - -11 2 frontend/src/pages/Signup.tsx - -commit 551e3f498fff6af6f0de11d9e94d073b06fd5da6 -Author: Lucian I. Last -Date: Thu Feb 16 15:40:55 2023 +0100 - - Fix People cannot signup for loop bug - -4 6 frontend/src/pages/FindChain.tsx -127 54 frontend/src/pages/Signup.tsx - -commit 000985fb97bd666229a41b8b8c9998de10445676 -Author: Lucian I. Last -Date: Thu Feb 16 16:02:00 2023 +0100 - - Add button functionality on signup in loggedin state - -11 2 frontend/src/pages/Signup.tsx - -commit c9603a19f95865589c25fd8d9f0a89d24d6f7ae9 -Author: Lucian I. Last -Date: Thu Feb 16 15:40:55 2023 +0100 - - Fix People cannot signup for loop bug - -4 6 frontend/src/pages/FindChain.tsx -127 54 frontend/src/pages/Signup.tsx - -commit d3cd138a362a4490c9efaf4548405afe979d0af5 -Author: Lucian I. Last -Date: Thu Feb 16 14:34:04 2023 +0100 - - Add min max on Radius on chain update call - -1 1 server/internal/controllers/chain.go - -commit 651e2606dd0181409c216f6d200d67e09e01a71c -Author: Lucian I. Last -Date: Thu Feb 16 14:22:17 2023 +0100 - - Add invisible border for more clickable surface - -2 1 frontend/src/pages/FindChain.tsx - -commit 56d48c4b90ee0f1cc10ea2ca93d5119dcf5b356a -Author: Lucian I. Last -Date: Thu Feb 16 14:34:04 2023 +0100 - - Add min max on Radius on chain update call - -1 1 server/internal/controllers/chain.go - -commit 1af2fe20f0c740c52fc09da3032f4c65e7628854 -Author: Lucian I. Last -Date: Thu Feb 16 14:22:17 2023 +0100 - - Add invisible border for more clickable surface - -2 1 frontend/src/pages/FindChain.tsx - -commit e2114da613c4af62642cad68648286483f964b46 -Merge: 291e7ec4 81d07a9a -Author: Lucian I. Last -Date: Thu Feb 16 11:56:39 2023 +0100 - - Merge branch 'l10n_main' - -commit 291e7ec4e157bc2d43b3ea9f1480237048a9ce30 -Author: Lucian I. Last -Date: Thu Feb 16 11:48:03 2023 +0100 - - Fix find chains without host - -10 7 server/sql/find-chain-without-host.sql - -commit 81d07a9aacefd2b93a86351912fc48de469141bc -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Feb 16 11:12:37 2023 +0100 - - New translations translation.json (Japanese) - -1 0 frontend/public/locales/ja/translation.json - -commit 2e633f5f1ae41f3e185adf44e52149e3b6669d59 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Feb 16 11:12:36 2023 +0100 - - New translations faq.json (Japanese) - -54 18 frontend/public/locales/ja/faq.json - -commit 8b50f72f486b81585ec6605929ab2fcfec4a3ed7 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Feb 16 11:12:31 2023 +0100 - - New translations translation.json (Korean) - -1 0 frontend/public/locales/ko/translation.json - -commit f474507dfb18468e05f62d913641263f3c78bf58 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Feb 16 11:12:30 2023 +0100 - - New translations faq.json (Korean) - -54 18 frontend/public/locales/ko/faq.json - -commit 5c2f9cb474981af779050d86242dfb31c632a60c -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Feb 16 11:12:00 2023 +0100 - - New translations translation.json (Swedish) - -1 0 frontend/public/locales/sv/translation.json - -commit 6a1f017ccaf4f8422747fec01f6b9d518f76abd9 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Feb 16 11:11:59 2023 +0100 - - New translations translation.json (Portuguese) - -1 0 frontend/public/locales/pt/translation.json - -commit 0f5a9a68c34dee118231949f9c67ce7b01cec7b7 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Feb 16 11:11:58 2023 +0100 - - New translations translation.json (Dutch) - -1 0 frontend/public/locales/nl/translation.json - -commit 9154ea9126fbd5953573d38d1ef5b1ac86dd2423 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Feb 16 11:11:57 2023 +0100 - - New translations translation.json (Italian) - -1 0 frontend/public/locales/it/translation.json - -commit 1f246faf9aafc7da0cfa13966a4db3cb61ad7f8e -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Feb 16 11:11:56 2023 +0100 - - New translations translation.json (German) - -1 0 frontend/public/locales/de/translation.json - -commit e5b25ae2840fd7742f06984f523dff53d543ecf5 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Feb 16 11:11:55 2023 +0100 - - New translations translation.json (Spanish) - -1 0 frontend/public/locales/es/translation.json - -commit b5eba0da50a29bfa9b0034359105442e2350975f -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Feb 16 11:11:54 2023 +0100 - - New translations translation.json (French) - -1 0 frontend/public/locales/fr/translation.json - -commit 1f58ee29bd7fc2c53bd53c8f4c5af760bb7b2bb3 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Feb 16 11:11:49 2023 +0100 - - New translations faq.json (Swedish) - -62 26 frontend/public/locales/sv/faq.json - -commit 0ab2725e45269c90b1299127c099f63ec0565e6e -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Feb 16 11:11:48 2023 +0100 - - New translations faq.json (Portuguese) - -54 18 frontend/public/locales/pt/faq.json - -commit 6b13a6def9080a2313287a8139f899a79ba02f56 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Feb 16 11:11:46 2023 +0100 - - New translations faq.json (Dutch) - -62 26 frontend/public/locales/nl/faq.json - -commit f466423bcacfe06da9462ac93860ea7976ea6a2a -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Feb 16 11:11:45 2023 +0100 - - New translations faq.json (Italian) - -62 26 frontend/public/locales/it/faq.json - -commit a9fd7ebc7fdf987d6338c5a497f26b87aea43dd2 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Feb 16 11:11:45 2023 +0100 - - New translations faq.json (German) - -61 25 frontend/public/locales/de/faq.json - -commit a0831bf83b0716ca1772603488ec3f7faa91e48d -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Feb 16 11:11:44 2023 +0100 - - New translations faq.json (Spanish) - -59 23 frontend/public/locales/es/faq.json - -commit 4b3dee83b43904ac6bcddb4a12eea738e6e7b6c7 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Feb 16 11:11:43 2023 +0100 - - New translations faq.json (French) - -62 26 frontend/public/locales/fr/faq.json - -commit ab48ae78311442a4a1d906a53a86d62215e0e3dc -Merge: fbc0160e b35b0b2e -Author: Lucian I. Last -Date: Thu Feb 16 10:40:26 2023 +0100 - - Merge branch 'add-new-faq-text-#350' - -commit b35b0b2e02c5f78ffda6c1d4d46fe3d2392a47de -Author: Lucian I. Last -Date: Thu Feb 16 10:37:51 2023 +0100 - - Fix links - -4 4 frontend/public/locales/en/faq.json - -commit 82a27ced6b4408d17dcc74f5499332496b67012f -Author: Lucian I. Last -Date: Thu Feb 16 10:22:11 2023 +0100 - - Fix faq styling removing rounded corners - -3 3 frontend/src/pages/FAQ.tsx - -commit 9e93e6825de5c056cdeb16601c944f967c9753c6 -Author: Lucian I. Last -Date: Thu Feb 16 10:21:39 2023 +0100 - - Add default faq for hosts - -1 1 frontend/src/pages/FAQ.tsx - -commit f9ae929805ffbbd08232a56a2a8b8a44f1e1af5a -Merge: 77f83a4f fbc0160e -Author: Lucian I. Last -Date: Thu Feb 16 10:10:29 2023 +0100 - - Merge branch 'main' into add-new-faq-text-#350 - -commit fbc0160e402fea8c0d2df33f36dfb682a7bc2371 -Merge: 0ef860d3 90b4d9db -Author: Lucian I. Last -Date: Thu Feb 16 08:59:57 2023 +0000 - - Merge pull request #375 from NatalieWilson19/improve-ux-checkbox-to-dropdown-#344 - - Improve ux checkbox to dropdown #344 - -commit 90b4d9dbf49a09d798faa519276eaa8def7378c2 -Author: Lucian I. Last -Date: Thu Feb 16 09:58:06 2023 +0100 - - Move add cohost from host table to ChainMemberList - -124 113 frontend/src/pages/ChainMemberList.tsx - -commit 0ef860d3cd7b84170187eddb04e546646fbaa56a -Merge: 1d2d96b2 41fba724 -Author: Lucian I. Last -Date: Thu Feb 16 07:12:58 2023 +0000 - - Merge pull request #381 from the-clothing-loop/l10n_main - -commit 41fba724673d79d7b2b2e39319ff2b94c6959db7 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Feb 15 20:55:47 2023 +0100 - - New translations faq.json (Spanish) - -19 19 frontend/public/locales/es/faq.json - -commit 23826f9d91f24ebc32e95593fa72052b1d5da195 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Feb 15 18:20:45 2023 +0100 - - New translations faq.json (Spanish) - -1 1 frontend/public/locales/es/faq.json - -commit 1eafa2ce8e4a762ee65cac8eb56e94d25f583890 -Author: Lucian I. Last -Date: Wed Feb 15 09:46:54 2023 +0100 - - Update daisyui - -10 6 frontend/package-lock.json - -commit b66f789d3a6baf2c4500c4ea0bf7aac740dfcab3 -Author: Lucian I. Last -Date: Wed Feb 15 09:46:43 2023 +0100 - - Move menu to front when in mobile - - Remove rounded corners from tables - -100 87 frontend/src/pages/ChainMemberList.tsx -1 1 frontend/src/tailwind.css - -commit 7aebc4c37b622a575bd46938a0b17e821e4e7bd9 -Author: Lucian I. Last -Date: Wed Feb 15 07:57:42 2023 +0100 - - Add hover row color to table - -10 4 frontend/src/pages/ChainMemberList.tsx - -commit 571562f7155f747146f06ef7146d103b34c7151d -Author: Lucian I. Last -Date: Wed Feb 15 07:57:04 2023 +0100 - - Set smaller table on xs - -5 8 frontend/src/pages/ChainMemberList.tsx -5 0 frontend/src/tailwind.css - -commit d1e68d1cbdf16f72bf780d66f76a20811e52e0fb -Author: Lucian I. Last -Date: Wed Feb 15 07:19:23 2023 +0100 - - Add error handling to member list page - -55 31 frontend/src/pages/ChainMemberList.tsx - -commit 5b75634da8ed8f4393ecb8320d4646bfe723e682 -Author: Natalie -Date: Tue Feb 14 12:12:59 2023 -0800 - - Get rid of unused getHeight function and code cleanup - -3 17 frontend/src/pages/FAQ.tsx - -commit 11ac9af351915a4803761a30e6bb9bc949522688 -Author: Natalie -Date: Tue Feb 14 12:11:31 2023 -0800 - - shortened transition - -6 4 frontend/src/pages/FAQ.tsx - -commit 1d2d96b26d60f24af3b29d3db3addefaa9efe131 -Author: Lucian I. Last -Date: Tue Feb 14 17:23:29 2023 +0100 - - Delete norwegian - -0 11 frontend/public/locales/no/about.json -0 60 frontend/public/locales/no/faq.json -0 29 frontend/public/locales/no/testimonials.json -0 233 frontend/public/locales/no/translation.json -0 16 server/internal/views/emails/no/a_participant_joined_the_loop.gohtml -0 5 server/internal/views/emails/no/an_admin_approved_your_join_request.gohtml -0 5 server/internal/views/emails/no/an_admin_denied_your_join_request.gohtml -0 12 server/internal/views/emails/no/contact_confirmation.gohtml -0 10 server/internal/views/emails/no/headers.json -0 8 server/internal/views/emails/no/login_verification.gohtml -0 7 server/internal/views/emails/no/poke.gohtml -0 8 server/internal/views/emails/no/register_verification.gohtml -0 14 server/internal/views/emails/no/subscribed_to_newsletter.gohtml - -commit 3942231159134b8196e10dccf9125a13142052a7 -Author: Lucian I. Last -Date: Tue Feb 14 17:22:35 2023 +0100 - - Remove finnish - -0 11 frontend/public/locales/fi/about.json -0 60 frontend/public/locales/fi/faq.json -0 29 frontend/public/locales/fi/testimonials.json -0 233 frontend/public/locales/fi/translation.json -0 16 server/internal/views/emails/fi/a_participant_joined_the_loop.gohtml -0 5 server/internal/views/emails/fi/an_admin_approved_your_join_request.gohtml -0 5 server/internal/views/emails/fi/an_admin_denied_your_join_request.gohtml -0 12 server/internal/views/emails/fi/contact_confirmation.gohtml -0 10 server/internal/views/emails/fi/headers.json -0 8 server/internal/views/emails/fi/login_verification.gohtml -0 7 server/internal/views/emails/fi/poke.gohtml -0 8 server/internal/views/emails/fi/register_verification.gohtml -0 14 server/internal/views/emails/fi/subscribed_to_newsletter.gohtml - -commit db89bf83b998d2e1c840037b4289b382c8e4d53d -Author: Lucian I. Last -Date: Tue Feb 14 17:21:50 2023 +0100 - - Remove persian - -0 5 frontend/public/locales/fa/about.json -0 60 frontend/public/locales/fa/faq.json -0 29 frontend/public/locales/fa/testimonials.json -0 233 frontend/public/locales/fa/translation.json -0 16 server/internal/views/emails/fa/a_participant_joined_the_loop.gohtml -0 5 server/internal/views/emails/fa/an_admin_approved_your_join_request.gohtml -0 5 server/internal/views/emails/fa/an_admin_denied_your_join_request.gohtml -0 12 server/internal/views/emails/fa/contact_confirmation.gohtml -0 10 server/internal/views/emails/fa/headers.json -0 8 server/internal/views/emails/fa/login_verification.gohtml -0 7 server/internal/views/emails/fa/poke.gohtml -0 8 server/internal/views/emails/fa/register_verification.gohtml -0 14 server/internal/views/emails/fa/subscribed_to_newsletter.gohtml - -commit 9facdbc44108784828e7ee8bfa1181faebd9cee9 -Author: Lucian I. Last -Date: Tue Feb 14 17:19:35 2023 +0100 - - wip - -79 127 frontend/src/pages/ChainMemberList.tsx - -commit f9c48739bac1ea39aed87cb4aef28270ebfb492b -Merge: 73a16271 ef831161 -Author: Lucian I. Last -Date: Tue Feb 14 13:42:40 2023 +0000 - - Merge pull request #377 from the-clothing-loop/l10n_main - -commit ef831161ad6320fd209b704fa8ea774ba3b73730 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 14 14:10:14 2023 +0100 - - New translations poke.gohtml (Norwegian) - -7 0 server/internal/views/emails/no/poke.gohtml - -commit 14c9b4a9bd002e11fc54669ae9fd202fd097497b -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 14 14:10:13 2023 +0100 - - New translations an_admin_denied_your_join_request.gohtml (Norwegian) - -5 0 server/internal/views/emails/no/an_admin_denied_your_join_request.gohtml - -commit f131c26aaae65b8a66b2d1ebc35903d2b1ae4020 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 14 14:10:12 2023 +0100 - - New translations an_admin_approved_your_join_request.gohtml (Norwegian) - -5 0 server/internal/views/emails/no/an_admin_approved_your_join_request.gohtml - -commit 098093a6b4fc9b7f12faa4eca43e841d89439fa1 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 14 14:10:12 2023 +0100 - - New translations register_verification.gohtml (Norwegian) - -8 0 server/internal/views/emails/no/register_verification.gohtml - -commit 0c47b6f81acf4bbef5310891e7bfbdd8010c86d6 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 14 14:10:11 2023 +0100 - - New translations login_verification.gohtml (Norwegian) - -8 0 server/internal/views/emails/no/login_verification.gohtml - -commit 307f4e068e4a212727effe37874c396e1309416b -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 14 14:10:10 2023 +0100 - - New translations subscribed_to_newsletter.gohtml (Norwegian) - -14 0 server/internal/views/emails/no/subscribed_to_newsletter.gohtml - -commit cc102104ef5e220c88628bee4e1ea9334200070b -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 14 14:10:09 2023 +0100 - - New translations headers.json (Norwegian) - -10 0 server/internal/views/emails/no/headers.json - -commit 8b983d7f97cc6b800582054c53e2365bd6d94081 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 14 14:09:58 2023 +0100 - - New translations contact_confirmation.gohtml (Norwegian) - -12 0 server/internal/views/emails/no/contact_confirmation.gohtml - -commit 687d8b70e3044cabb1c3734f695e6be0fe4541da -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 14 14:09:57 2023 +0100 - - New translations a_participant_joined_the_loop.gohtml (Norwegian) - -16 0 server/internal/views/emails/no/a_participant_joined_the_loop.gohtml - -commit 61e831863bdbf859dd37e172789fee1d5ac2ead1 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 14 14:09:56 2023 +0100 - - New translations translation.json (Norwegian) - -233 0 frontend/public/locales/no/translation.json - -commit 38d21c76af108c984879f0ad794dbe5c4d88afbd -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 14 14:09:55 2023 +0100 - - New translations testimonials.json (Norwegian) - -29 0 frontend/public/locales/no/testimonials.json - -commit 717727dd295fd5430e3ce9180dcaecef7d90de0a -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 14 14:09:55 2023 +0100 - - New translations faq.json (Norwegian) - -60 0 frontend/public/locales/no/faq.json - -commit 78008c2d5511e5234eab784371b306f4d9ae9789 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 14 14:09:54 2023 +0100 - - New translations about.json (Norwegian) - -11 0 frontend/public/locales/no/about.json - -commit 84994f88c9b5fafc6549f42b867bc7d07fa8327d -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 14 14:09:53 2023 +0100 - - New translations poke.gohtml (Japanese) - -7 0 server/internal/views/emails/ja/poke.gohtml - -commit a87259a34a54540ff89ea36f13b46b5b1614c8a4 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 14 14:09:52 2023 +0100 - - New translations an_admin_denied_your_join_request.gohtml (Japanese) - -5 0 server/internal/views/emails/ja/an_admin_denied_your_join_request.gohtml - -commit 3a8e189d70ddd04ac6c9e2ff34b4428591f10c6c -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 14 14:09:51 2023 +0100 - - New translations an_admin_approved_your_join_request.gohtml (Japanese) - -5 0 server/internal/views/emails/ja/an_admin_approved_your_join_request.gohtml - -commit 68f4e46f768dc24a2a8fa5f076da8606ee0faaf7 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 14 14:09:50 2023 +0100 - - New translations register_verification.gohtml (Japanese) - -8 0 server/internal/views/emails/ja/register_verification.gohtml - -commit 1efe2e502226061cf8a9c2e00a92edddf07fd732 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 14 14:09:49 2023 +0100 - - New translations login_verification.gohtml (Japanese) - -8 0 server/internal/views/emails/ja/login_verification.gohtml - -commit 73d9bb140b55b3608612a2d27c4c6b10b87392e5 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 14 14:09:48 2023 +0100 - - New translations subscribed_to_newsletter.gohtml (Japanese) - -14 0 server/internal/views/emails/ja/subscribed_to_newsletter.gohtml - -commit 117db7fc3b7cd3836ae525afe2620488a5cfcf17 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 14 14:09:47 2023 +0100 - - New translations headers.json (Japanese) - -10 0 server/internal/views/emails/ja/headers.json - -commit 33f15106c9636390367fd4467774f3ad1daad815 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 14 14:09:46 2023 +0100 - - New translations contact_confirmation.gohtml (Japanese) - -12 0 server/internal/views/emails/ja/contact_confirmation.gohtml - -commit a8f5f3a89cee59fad4a52477972209de75cc8ee3 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 14 14:09:45 2023 +0100 - - New translations a_participant_joined_the_loop.gohtml (Japanese) - -16 0 server/internal/views/emails/ja/a_participant_joined_the_loop.gohtml - -commit d66faf159e1ce4c3da6993a7b301b383241a2ed5 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 14 14:09:44 2023 +0100 - - New translations translation.json (Japanese) - -233 0 frontend/public/locales/ja/translation.json - -commit 1e4b08c0f22cc305bf9ef796763f6fae420ae52c -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 14 14:09:43 2023 +0100 - - New translations testimonials.json (Japanese) - -29 0 frontend/public/locales/ja/testimonials.json - -commit b1ad70869b03aae5c8f43a558db33178302ebe8e -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 14 14:09:43 2023 +0100 - - New translations faq.json (Japanese) - -60 0 frontend/public/locales/ja/faq.json - -commit 831df34252a8d6f7830eb1e38b995e64d6d0224a -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 14 14:09:42 2023 +0100 - - New translations about.json (Japanese) - -11 0 frontend/public/locales/ja/about.json - -commit 63f918cc2e3d0d35cb829d2ba9616db5a3b4aac5 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 14 14:09:41 2023 +0100 - - New translations poke.gohtml (Danish) - -7 0 server/internal/views/emails/da/poke.gohtml - -commit 35201b75224871ca493a3b1117b53fd927022d2a -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 14 14:09:40 2023 +0100 - - New translations an_admin_denied_your_join_request.gohtml (Danish) - -5 0 server/internal/views/emails/da/an_admin_denied_your_join_request.gohtml - -commit e8299640bfe118b3f51a2083790a2949ba28aa18 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 14 14:09:39 2023 +0100 - - New translations an_admin_approved_your_join_request.gohtml (Danish) - -5 0 server/internal/views/emails/da/an_admin_approved_your_join_request.gohtml - -commit c36e75b39422b9ecea872ea59871ca0f6b796763 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 14 14:09:38 2023 +0100 - - New translations register_verification.gohtml (Danish) - -8 0 server/internal/views/emails/da/register_verification.gohtml - -commit 3b6c31ee1f2a00ab414b4d28c3f387ea79128c82 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 14 14:09:37 2023 +0100 - - New translations login_verification.gohtml (Danish) - -8 0 server/internal/views/emails/da/login_verification.gohtml - -commit f13957a87d518345fb16d58d56591e10668befd2 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 14 14:09:36 2023 +0100 - - New translations subscribed_to_newsletter.gohtml (Danish) - -14 0 server/internal/views/emails/da/subscribed_to_newsletter.gohtml - -commit 6b6ab7bfec0a21606d0b0684503ea94400e66a85 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 14 14:09:36 2023 +0100 - - New translations headers.json (Danish) - -10 0 server/internal/views/emails/da/headers.json - -commit 70f9abfb0300d76a3ec4c3b01ee115166bc7d63d -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 14 14:09:35 2023 +0100 - - New translations contact_confirmation.gohtml (Danish) - -12 0 server/internal/views/emails/da/contact_confirmation.gohtml - -commit ca14602119b3ff45a4acaefba32c1426923e55b8 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 14 14:09:33 2023 +0100 - - New translations a_participant_joined_the_loop.gohtml (Danish) - -16 0 server/internal/views/emails/da/a_participant_joined_the_loop.gohtml - -commit 9555574947f3f8a240c27795dfa7951134df1153 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 14 14:09:32 2023 +0100 - - New translations translation.json (Danish) - -233 0 frontend/public/locales/da/translation.json - -commit 1fc65b2273fa9ff87ac158b811ca5bfedffe712b -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 14 14:09:31 2023 +0100 - - New translations testimonials.json (Danish) - -29 0 frontend/public/locales/da/testimonials.json - -commit 5420097bae23b9f1a7c8f8b9e76172e916613036 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 14 14:09:29 2023 +0100 - - New translations faq.json (Danish) - -60 0 frontend/public/locales/da/faq.json - -commit 2bc8d73e0aee2f024e34f80494b6812514099191 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 14 14:09:29 2023 +0100 - - New translations about.json (Danish) - -11 0 frontend/public/locales/da/about.json - -commit 7f24b28aa815de76b4dfc9cdcaeb5503eaedaeff -Author: Lucian I. Last -Date: Tue Feb 14 11:23:17 2023 +0100 - - Code cleanup - -26 41 frontend/src/pages/ChainMemberList.tsx - -commit 861a8d9ae87b847e2b437b1110d1a899587fe582 -Author: Lucian I. Last -Date: Mon Feb 13 21:55:16 2023 +0100 - - wip - -47 52 frontend/src/pages/ChainMemberList.tsx - -commit 71bf1fbaf06771a90d2ad8af7e7302b06c1cf572 -Merge: 2d980ed4 73a16271 -Author: Lucian I. Last -Date: Mon Feb 13 21:44:14 2023 +0100 - - Merge branch 'main' into improve-ux-checkbox-to-dropdown-#344 - -commit 73a162716a181a1bb863fd0d1ac2640a9599b85c -Merge: 0ca61769 6ae5a871 -Author: Lucian I. Last -Date: Mon Feb 13 20:37:48 2023 +0000 - - Merge pull request #361 from jnorlando/293-sort - - Issue #293 sort - -commit 6ae5a87132e84bd0efc6ef89bb3562beb3dfa643 -Author: Lucian I. Last -Date: Mon Feb 13 21:30:42 2023 +0100 - - Revert frontend changes - -0 15 frontend/src/api/route.ts -13 122 frontend/src/pages/ChainMemberList.tsx - -commit f93c36363f28ac49b64c5ee168fbac4c4a387ded -Author: Lucian I. Last -Date: Mon Feb 13 21:21:17 2023 +0100 - - Revert old route values in UserChain and Chain in fe - -0 2 frontend/src/api/types.ts - -commit a41f03a53fc1d53d81d37e069897f5c12b49e75b -Author: Lucian I. Last -Date: Mon Feb 13 21:13:40 2023 +0100 - - wip fe - -19 38 frontend/src/pages/ChainMemberList.tsx - -commit 1cb5b4bac33d0612fe91f53d89493826dc3c2f52 -Author: Lucian I. Last -Date: Mon Feb 13 21:12:47 2023 +0100 - - Add frontend api routes for route order - -4 2 frontend/src/api/route.ts - -commit 41d02133c74ae23128ccf89c1577257872cfbf98 -Author: Lucian I. Last -Date: Mon Feb 13 21:11:45 2023 +0100 - - Remove i typo dependency - -0 14 frontend/package-lock.json -0 1 frontend/package.json - -commit 0ca617696613693b7f2a601e0cdefe53e137ea7b -Merge: 92567358 c0b68d22 -Author: Lucian I. Last -Date: Mon Feb 13 17:24:46 2023 +0000 - - Merge pull request #376 from the-clothing-loop/l10n_main - -commit bd702b22220505904b863f4a876e0b5a4993b1cb -Author: Lucian I. Last -Date: Mon Feb 13 16:41:23 2023 +0100 - - Add frontend api - -13 0 frontend/src/api/route.ts - -commit 29bd1fe61e33d8653bdb8010e8ebedc23c8b7fae -Author: Lucian I. Last -Date: Mon Feb 13 16:15:06 2023 +0100 - - Add tests - -11 5 server/internal/models/chain.go -8 3 server/internal/models/chain_route_order_test.go - -commit c0b68d22d9058c2f105b86f12ec9e3e9f0d94a3f -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Feb 13 15:42:11 2023 +0100 - - New translations translation.json (German) - -3 3 frontend/public/locales/de/translation.json - -commit 8833c5a5cbd26f805156def571263e6e85e7724d -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Feb 13 15:42:10 2023 +0100 - - New translations faq.json (German) - -3 3 frontend/public/locales/de/faq.json - -commit a93676d6adac94ce9fa7b312bf4582ae8b2e075e -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Feb 13 14:45:48 2023 +0100 - - New translations faq.json (German) - -2 2 frontend/public/locales/de/faq.json - -commit 534ae3d907d7076d93f0332f0b0f4d727b9800e6 -Author: Lucian I. Last -Date: Mon Feb 13 11:30:39 2023 +0100 - - Add tests - -35 0 server/internal/models/chain_route_order_test.go -14 0 server/internal/models/testmain_test.go -2 0 server/internal/tests/mocks/mock-tables.go - -commit 1ca4737387c0ab4aa21852ade1b47663dac1f09b -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Feb 13 11:21:43 2023 +0100 - - New translations poke.gohtml (Persian) - -7 0 server/internal/views/emails/fa/poke.gohtml - -commit 0a663cc7ceb657b39c0d15859cf7554e3ce56604 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Feb 13 11:21:42 2023 +0100 - - New translations poke.gohtml (Chinese Simplified) - -7 0 server/internal/views/emails/zh/poke.gohtml - -commit 028809576ee1c58e3b7e11ca6c5ec2ee51355433 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Feb 13 11:21:41 2023 +0100 - - New translations poke.gohtml (Swedish) - -7 0 server/internal/views/emails/sv/poke.gohtml - -commit b6f10e39178ebd9facc60b92f2b8e271337eb3d2 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Feb 13 11:21:40 2023 +0100 - - New translations poke.gohtml (Portuguese) - -7 0 server/internal/views/emails/pt/poke.gohtml - -commit 9faef75ae6fa3a2186502d9708e031755602c956 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Feb 13 11:21:39 2023 +0100 - - New translations poke.gohtml (Dutch) - -7 0 server/internal/views/emails/nl/poke.gohtml - -commit 8866fe111021f8a4b7dea01db82959d46f080686 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Feb 13 11:21:38 2023 +0100 - - New translations poke.gohtml (Korean) - -7 0 server/internal/views/emails/ko/poke.gohtml - -commit da29bc9c72f5a50c10e63f8c7a8f8a3f80df7967 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Feb 13 11:21:37 2023 +0100 - - New translations poke.gohtml (Italian) - -7 0 server/internal/views/emails/it/poke.gohtml - -commit 13babb6209309a55db2233f87ed6464d144c8a89 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Feb 13 11:21:36 2023 +0100 - - New translations poke.gohtml (Finnish) - -7 0 server/internal/views/emails/fi/poke.gohtml - -commit 5f6642c90cc560e6319476dfe5bdc22e0f7cd0c1 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Feb 13 11:21:36 2023 +0100 - - New translations poke.gohtml (German) - -7 0 server/internal/views/emails/de/poke.gohtml - -commit 4bc2d6cf5a8099f69eb95048b2293afb648cab8b -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Feb 13 11:21:35 2023 +0100 - - New translations poke.gohtml (Arabic) - -7 0 server/internal/views/emails/ar/poke.gohtml - -commit 55cd2af3235c6259d8fd476170e831dd5d65f761 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Feb 13 11:21:34 2023 +0100 - - New translations poke.gohtml (Spanish) - -7 0 server/internal/views/emails/es/poke.gohtml - -commit e3a235a3514f76176e9bf09f50aa8b479061be2c -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Feb 13 11:21:33 2023 +0100 - - New translations poke.gohtml (French) - -7 0 server/internal/views/emails/fr/poke.gohtml - -commit 1b2e8b21dca32446730b99063c4bd9e4c335c8c7 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Feb 13 11:21:32 2023 +0100 - - New translations headers.json (Korean) - -2 1 server/internal/views/emails/ko/headers.json - -commit cb36e33c26d6ecdde4176bd396f5b7dd37b4e841 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Feb 13 11:21:31 2023 +0100 - - New translations translation.json (Korean) - -3 1 frontend/public/locales/ko/translation.json - -commit 0d22bc2a9fc463f3c45ea68d1f2f16963138238c -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Feb 13 11:21:30 2023 +0100 - - New translations headers.json (Persian) - -2 1 server/internal/views/emails/fa/headers.json - -commit 2c52acfca6c4676e21b7adcc92e928aaaf362093 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Feb 13 11:21:29 2023 +0100 - - New translations headers.json (Chinese Simplified) - -2 1 server/internal/views/emails/zh/headers.json - -commit 10fea3a78ad412c781acfc39ac767ae30f4c34fd -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Feb 13 11:21:28 2023 +0100 - - New translations headers.json (Swedish) - -2 1 server/internal/views/emails/sv/headers.json - -commit b9cad21d6ff8b7cedad02cbf2462b27e4cab8f19 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Feb 13 11:21:27 2023 +0100 - - New translations headers.json (Portuguese) - -2 1 server/internal/views/emails/pt/headers.json - -commit 2a28c5aa49186b6b501fafc58cb0a442b86418a3 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Feb 13 11:21:26 2023 +0100 - - New translations headers.json (Dutch) - -2 1 server/internal/views/emails/nl/headers.json - -commit 8eb8c5175d938eef555cb708510dc71e2b525440 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Feb 13 11:21:25 2023 +0100 - - New translations headers.json (Italian) - -2 1 server/internal/views/emails/it/headers.json - -commit dc222e63a7f3d609f526f3c10ac3d8b147649f93 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Feb 13 11:21:24 2023 +0100 - - New translations headers.json (Finnish) - -2 1 server/internal/views/emails/fi/headers.json - -commit 555997622a602c66173775f47f5f6810fbdba35d -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Feb 13 11:21:23 2023 +0100 - - New translations headers.json (German) - -2 1 server/internal/views/emails/de/headers.json - -commit 4a2031551ff3b177ff84a700b9851b22ceb4cf2c -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Feb 13 11:21:23 2023 +0100 - - New translations headers.json (Arabic) - -2 1 server/internal/views/emails/ar/headers.json - -commit 8f862e372774446e1af2214177d920102eafc38d -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Feb 13 11:21:22 2023 +0100 - - New translations headers.json (Spanish) - -2 1 server/internal/views/emails/es/headers.json - -commit aed05a5362e1221b6e0ef8251d6a0fc94aeda22c -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Feb 13 11:21:21 2023 +0100 - - New translations headers.json (French) - -2 1 server/internal/views/emails/fr/headers.json - -commit 3f6e3fc67b30d658b7f2bd57f17fe1abdb0dbbaa -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Feb 13 11:21:20 2023 +0100 - - New translations translation.json (Persian) - -3 1 frontend/public/locales/fa/translation.json - -commit 7624ecdbd60a222aebc12036f256ffd20ce386d3 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Feb 13 11:21:19 2023 +0100 - - New translations translation.json (Chinese Simplified) - -3 1 frontend/public/locales/zh/translation.json - -commit f7cbc53b0f32f7f83a21402024b2c87e7857718c -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Feb 13 11:21:18 2023 +0100 - - New translations translation.json (Swedish) - -3 1 frontend/public/locales/sv/translation.json - -commit 017f3df544fbfc8977bf92857efaeb4d6adcb908 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Feb 13 11:21:17 2023 +0100 - - New translations translation.json (Portuguese) - -3 1 frontend/public/locales/pt/translation.json - -commit 5eb720bee190cbf5fb1126a874aa06905929db9a -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Feb 13 11:21:16 2023 +0100 - - New translations translation.json (Dutch) - -3 1 frontend/public/locales/nl/translation.json - -commit f46a475f3eb86edc64bae85d835cbfffdff696fa -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Feb 13 11:21:15 2023 +0100 - - New translations translation.json (Italian) - -3 1 frontend/public/locales/it/translation.json - -commit 5ca1bb09cb89c3e67d0abc0a6bebfe5de9b4165b -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Feb 13 11:21:14 2023 +0100 - - New translations translation.json (Finnish) - -3 1 frontend/public/locales/fi/translation.json - -commit 06c98d6193c5da7a70b57494d0bf9685333a2473 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Feb 13 11:21:13 2023 +0100 - - New translations translation.json (German) - -3 1 frontend/public/locales/de/translation.json - -commit a4662b64b31f46ba160d23297c7b64f4ca438ee7 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Feb 13 11:21:12 2023 +0100 - - New translations translation.json (Arabic) - -3 1 frontend/public/locales/ar/translation.json - -commit cc2434b03d3709b1660402888665bea9fb2bc2eb -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Feb 13 11:21:11 2023 +0100 - - New translations translation.json (Spanish) - -3 1 frontend/public/locales/es/translation.json - -commit d52dfb7504a495fd068a5982c1bd43576928a406 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Feb 13 11:21:10 2023 +0100 - - New translations translation.json (French) - -3 1 frontend/public/locales/fr/translation.json - -commit 92567358d723806822d26211ed66e46370c34bea -Merge: 8e331ee6 7e6e54d0 -Author: Lucian I. Last -Date: Mon Feb 13 10:12:14 2023 +0000 - - Merge pull request #369 from the-clothing-loop/poke - - Poke - -commit 4f72cb39e0c8525b488e61494491d71e5b9c423e -Author: Lucian I. Last -Date: Mon Feb 13 11:09:18 2023 +0100 - - Seperate route order from chain api calls - -0 9 server/internal/app/database.go -1 8 server/internal/controllers/chain.go -59 0 server/internal/controllers/route.go -32 2 server/internal/models/chain.go -1 27 server/internal/models/user.go -36 0 server/internal/models/user_chain.go -11 0 server/internal/models/user_token.go -4 0 server/internal/server.go - -commit 13717789e796c1bec6715486d16512a438307e70 -Author: Natalie -Date: Sun Feb 12 19:16:52 2023 -0800 - - Transition works on fixed max-height - -39 5 frontend/src/pages/FAQ.tsx - -commit 2d980ed4793c81ba865b8347799e4814b2aa9b92 -Author: Natalie -Date: Sun Feb 12 18:47:53 2023 -0800 - - Prettier - -0 1 frontend/src/pages/ChainMemberList.tsx - -commit 4356818c78221d42e7980846b413a981fc1c38d4 -Author: Natalie -Date: Sun Feb 12 18:46:29 2023 -0800 - - Get rid of unused functions displayKebabMenu and onChangeSelect - -2 3 frontend/public/locales/en/translation.json -1 0 frontend/src/pages/ChainMemberList.tsx - -commit 4410e88a919627dd6304f34b4b2aa4dace7b5bd0 -Merge: a3018c22 3955eb05 -Author: Natalie -Date: Sun Feb 12 18:39:52 2023 -0800 - - Merge branch 'improve-ux-checkbox-to-dropdown-#344' of https://github.com/NatalieWilson19/clothing-loop into improve-ux-checkbox-to-dropdown-#344 - - Merge main into branch# - -commit a3018c223ca7cb393c16288a877c1fa87f4a22d0 -Author: Natalie -Date: Sun Feb 12 17:57:25 2023 -0800 - - Revert "Revert "Get rid of unused onChangeSelect function"" - - This reverts commit 90bcbfb1157a65a363a42b7a97b0c53880d61b0b. - -0 17 frontend/src/pages/ChainMemberList.tsx - -commit 90bcbfb1157a65a363a42b7a97b0c53880d61b0b -Author: Natalie -Date: Sun Feb 12 17:56:09 2023 -0800 - - Revert "Get rid of unused onChangeSelect function" - - This reverts commit 6a27353f4eb894ecefbb5762dd2bd1860baf03f4. - -17 0 frontend/src/pages/ChainMemberList.tsx - -commit 6a27353f4eb894ecefbb5762dd2bd1860baf03f4 -Author: Natalie -Date: Sun Feb 12 17:44:52 2023 -0800 - - Get rid of unused onChangeSelect function - -0 17 frontend/src/pages/ChainMemberList.tsx - -commit 53352b31c0bdda0d72493a05da899f8690414e72 -Author: Natalie -Date: Sun Feb 12 17:43:32 2023 -0800 - - Get rid of unnecessary displayKebabMenu funciton - -79 82 frontend/src/pages/ChainMemberList.tsx - -commit 3955eb0518b58d6e68eaa48b36aad12a3179b416 -Merge: a841eb87 8e331ee6 -Author: Natalie Wilson <38057767+NatalieWilson19@users.noreply.github.com> -Date: Sun Feb 12 17:23:25 2023 -0800 - - Merge branch 'the-clothing-loop:main' into improve-ux-checkbox-to-dropdown-#344 - -commit 66d6edf7a046365c4d1b41bb897885084a76f13c -Merge: aa901775 8e331ee6 -Author: Lucian I. Last -Date: Sun Feb 12 16:48:48 2023 +0100 - - Merge remote-tracking branch 'origin/main' into 293-sort - -commit 8e331ee690b060567eeb95e4ed5a653f707f2329 -Merge: 98365251 af05b702 -Author: Lucian I. Last -Date: Sun Feb 12 16:45:21 2023 +0100 - - Merge pull request #372 from the-clothing-loop/l10n_main - - New Crowdin updates - -commit af05b702a00f797a5fdfbcbd1a28abc3b75c7146 -Author: Lucian I. Last -Date: Sun Feb 12 16:43:43 2023 +0100 - - Revert "New translations about.json (Persian)" - - This reverts commit 4266178608ee6d7039e1822cb87568ef61a17edf. - -1 7 frontend/public/locales/fa/about.json - -commit 0f7c39539348613a570a43388c9835f2dd21cd2e -Author: Lucian I. Last -Date: Sun Feb 12 16:43:38 2023 +0100 - - Revert "New translations about.json (Swedish)" - - This reverts commit cbb61bee4bcfef849c71cdf2968fbfd942c405eb. - -6 6 frontend/public/locales/sv/about.json - -commit b0a8c235bce7c113f6840e6affd73ce77166c3fc -Author: Lucian I. Last -Date: Sun Feb 12 16:43:31 2023 +0100 - - Revert "New translations about.json (Dutch)" - - This reverts commit 296e7b6f39a10eef07868959e04737ee0fff8313. - -6 6 frontend/public/locales/nl/about.json - -commit ddfcd2153987b862de488d83292129377e9d89a8 -Author: Lucian I. Last -Date: Sun Feb 12 16:43:21 2023 +0100 - - Revert "New translations about.json (Italian)" - - This reverts commit 1c038a8f464da7f490934eabae5264dd18bf1959. - -6 6 frontend/public/locales/it/about.json - -commit ea159875f06ef238d1419d6e01c8c31c616347c3 -Author: Lucian I. Last -Date: Sun Feb 12 16:43:07 2023 +0100 - - Revert "New translations about.json (German)" - - This reverts commit e80c7d8f36dab0eeb6b51950cb8f31719cb3e24b. - -6 6 frontend/public/locales/de/about.json - -commit 6089d8b912704ef18852efaef83e7161a8906f20 -Author: Lucian I. Last -Date: Sun Feb 12 16:42:53 2023 +0100 - - Revert "New translations about.json (Spanish)" - - This reverts commit 5ac276c177c1e0916974926e1be7cee5c102c48b. - -6 6 frontend/public/locales/es/about.json - -commit 2fcb058cb98fb91788fe0c1759bb3e4f5eea91b8 -Author: Lucian I. Last -Date: Sun Feb 12 16:42:40 2023 +0100 - - Revert "New translations about.json (French)" - - This reverts commit a7a9e8f9c79c1eab9570504e43670b9997d86f8e. - -6 6 frontend/public/locales/fr/about.json - -commit 4266178608ee6d7039e1822cb87568ef61a17edf -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Sun Feb 12 16:11:31 2023 +0100 - - New translations about.json (Persian) - -7 1 frontend/public/locales/fa/about.json - -commit cbb61bee4bcfef849c71cdf2968fbfd942c405eb -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Sun Feb 12 16:11:30 2023 +0100 - - New translations about.json (Swedish) - -6 6 frontend/public/locales/sv/about.json - -commit 296e7b6f39a10eef07868959e04737ee0fff8313 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Sun Feb 12 16:11:29 2023 +0100 - - New translations about.json (Dutch) - -6 6 frontend/public/locales/nl/about.json - -commit 1c038a8f464da7f490934eabae5264dd18bf1959 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Sun Feb 12 16:11:29 2023 +0100 - - New translations about.json (Italian) - -6 6 frontend/public/locales/it/about.json - -commit e80c7d8f36dab0eeb6b51950cb8f31719cb3e24b -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Sun Feb 12 16:11:28 2023 +0100 - - New translations about.json (German) - -6 6 frontend/public/locales/de/about.json - -commit 5ac276c177c1e0916974926e1be7cee5c102c48b -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Sun Feb 12 16:11:27 2023 +0100 - - New translations about.json (Spanish) - -6 6 frontend/public/locales/es/about.json - -commit a7a9e8f9c79c1eab9570504e43670b9997d86f8e -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Sun Feb 12 16:11:26 2023 +0100 - - New translations about.json (French) - -6 6 frontend/public/locales/fr/about.json - -commit 98365251d01ae1a2c5f56e507f8c643fab08c02d -Merge: a9dec0bf de8ac92f -Author: Lucian I. Last -Date: Sun Feb 12 16:10:24 2023 +0100 - - Merge branch 'l10n_main' - -commit de8ac92f3097900eafd85edc0e4191068b254e85 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Sun Feb 12 16:02:40 2023 +0100 - - New translations about.json (Korean) - -7 1 frontend/public/locales/ko/about.json - -commit 6054b79c8ae24d8600e754631e611358d0bf5530 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Sun Feb 12 16:01:48 2023 +0100 - - New translations about.json (Persian) - -7 1 frontend/public/locales/fa/about.json - -commit 1b30dc1499971453d2e182c071d10f4859ecf957 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Sun Feb 12 16:01:47 2023 +0100 - - New translations about.json (Chinese Simplified) - -7 1 frontend/public/locales/zh/about.json - -commit 5aea5817a7fbf79b202d44ca0c865aa510e0456c -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Sun Feb 12 16:01:46 2023 +0100 - - New translations about.json (Swedish) - -6 6 frontend/public/locales/sv/about.json - -commit d2acdd9e598a35ba805e62f87838434c945b6a26 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Sun Feb 12 16:01:45 2023 +0100 - - New translations about.json (Portuguese) - -7 1 frontend/public/locales/pt/about.json - -commit f4e798fc05a74e566014924deb5b605d219b767f -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Sun Feb 12 16:01:44 2023 +0100 - - New translations about.json (Dutch) - -6 6 frontend/public/locales/nl/about.json - -commit d5fdce27abf73813c4649231ffd4328f8da36790 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Sun Feb 12 16:01:43 2023 +0100 - - New translations about.json (Italian) - -6 6 frontend/public/locales/it/about.json - -commit bda7cccfa7425f4f358021e2b2e3424db975eebd -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Sun Feb 12 16:01:42 2023 +0100 - - New translations about.json (Finnish) - -7 1 frontend/public/locales/fi/about.json - -commit 6cbd3670701cd11954eb00fda74e4b497c08316e -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Sun Feb 12 16:01:41 2023 +0100 - - New translations about.json (German) - -6 6 frontend/public/locales/de/about.json - -commit 27863d00de536303b28ee2529c2ef9b6ce5248b8 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Sun Feb 12 16:01:40 2023 +0100 - - New translations about.json (Arabic) - -7 1 frontend/public/locales/ar/about.json - -commit f93d4533d6db71974c825a20beeb0c34452d9faa -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Sun Feb 12 16:01:39 2023 +0100 - - New translations about.json (Spanish) - -6 6 frontend/public/locales/es/about.json - -commit ea1769fc9abd7411bda08345e36bd7605fedffdb -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Sun Feb 12 16:01:38 2023 +0100 - - New translations about.json (French) - -6 6 frontend/public/locales/fr/about.json - -commit a9dec0bf010e659fba539c77546c0f154fa1b6a3 -Merge: d6b39a43 07ffa3f5 -Author: Lucian I. Last -Date: Sun Feb 12 15:51:13 2023 +0100 - - Merge pull request #365 from NatalieWilson19/main - - Too much text in one paragraph in the about page #307 - -commit 07ffa3f5342be49eec92b94bf24972a165173f58 -Author: Lucian I. Last -Date: Sun Feb 12 15:49:29 2023 +0100 - - Delete old keys - -1 3 frontend/public/locales/ar/about.json -1 3 frontend/public/locales/fa/about.json -1 3 frontend/public/locales/fi/about.json -1 3 frontend/public/locales/ko/about.json -1 3 frontend/public/locales/pt/about.json -1 3 frontend/public/locales/zh/about.json - -commit 2a607d203a8774f57780d52f762c7cef37cda1ad -Author: Lucian I. Last -Date: Sun Feb 12 15:33:38 2023 +0100 - - lint - -1 1 frontend/public/locales/de/about.json -2 1 frontend/public/locales/fr/about.json -2 2 frontend/public/locales/it/about.json -2 1 frontend/public/locales/sv/about.json -1 1 frontend/src/pages/About.tsx - -commit d48385660d96f8ffcd8de3de3c1a2456993a42ca -Author: Lucian I. Last -Date: Sun Feb 12 15:32:53 2023 +0100 - - Add strong to languages - -1 1 frontend/public/locales/es/about.json -3 3 frontend/public/locales/fr/about.json -2 2 frontend/public/locales/it/about.json -5 2 frontend/public/locales/sv/about.json - -commit 5597002dbe947543df3ecd684e1dd8eb67850205 -Author: Lucian I. Last -Date: Sat Feb 11 22:21:43 2023 +0100 - - Italian and Dutch translations - -6 2 frontend/public/locales/it/about.json -6 2 frontend/public/locales/nl/about.json - -commit 88b9f9e82d0803428b462b3e3242e6aef97e7e5b -Author: Lucian I. Last -Date: Sat Feb 11 18:12:35 2023 +0100 - - Translate want to join - -2 1 frontend/public/locales/de/about.json -2 1 frontend/public/locales/en/about.json -6 2 frontend/public/locales/es/about.json -5 2 frontend/public/locales/fr/about.json -1 1 frontend/src/pages/About.tsx - -commit 47ff5a939ec1afa7d3cb369f62519daa935e40d1 -Author: Lucian I. Last -Date: Sat Feb 11 17:05:36 2023 +0100 - - Fix german translations - -5 2 frontend/public/locales/de/about.json - -commit dab0bb457ecd5d5f020de51059bc7af80c603a5c -Author: Lucian I. Last -Date: Sat Feb 11 17:05:16 2023 +0100 - - Move space to after strong tag ending - -2 2 frontend/public/locales/en/about.json - -commit ecaec80f8ebc9dc874b4e19501d5be82b67ba60c -Author: Lucian I. Last -Date: Sat Feb 11 16:43:27 2023 +0100 - - Fix styling on WantToJoin text - -18 19 frontend/src/pages/About.tsx - -commit 6e8742f3436c3f3e311ba6e0a6b54cd8509848f0 -Merge: c8044e61 fe52cd84 -Author: Lucian I. Last -Date: Sat Feb 11 10:49:19 2023 +0100 - - Merge branch 'main' into NatalieWilson19/main - -commit 7e6e54d085fdec4e4c75b0a5048b36d47a8d48ef -Author: Lucian I. Last -Date: Sat Feb 11 10:43:59 2023 +0100 - - lint - -1 1 frontend/public/locales/en/translation.json - -commit d6b39a43c17182ca42fe54740b2a3b2f95c3963c -Merge: fe52cd84 6cb2c5ee -Author: Lucian I. Last -Date: Sat Feb 11 08:42:54 2023 +0100 - - Merge pull request #370 from the-clothing-loop/l10n_main - - New Crowdin updates - -commit a841eb87732a23aca65c97068fd5b94925778824 -Author: Natalie -Date: Fri Feb 10 12:19:10 2023 -0800 - - Seperated approve and deny into seperate dropdown items for unapproved users - -3 1 frontend/public/locales/en/translation.json -41 13 frontend/src/pages/ChainMemberList.tsx - -commit 6cb2c5eedf96a623b238278df3780c40b6dd417f -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Feb 10 17:18:51 2023 +0100 - - New translations translation.json (German) - -17 17 frontend/public/locales/de/translation.json - -commit e36c71e5b4343414d2bbb3910938339542bc3f77 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Feb 10 15:01:27 2023 +0100 - - New translations translation.json (German) - -5 5 frontend/public/locales/de/translation.json - -commit f30d8f6684382a576b2518b1064afa22ec95e9c3 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Feb 10 15:01:26 2023 +0100 - - New translations faq.json (German) - -5 5 frontend/public/locales/de/faq.json - -commit 0898dcd3c2fb706e5bc56dd66e72f69e9ace52d6 -Author: Lucian I. Last -Date: Fri Feb 10 11:45:46 2023 +0100 - - Use dayjs for simplify days function - -3 3 frontend/src/pages/ChainMemberList.tsx - -commit 01bd88c9eecb8205131d0336135459338165af74 -Author: Lucian I. Last -Date: Fri Feb 10 11:38:54 2023 +0100 - - Add poke translations & Add time buffers with a cookie - -11 0 frontend/package-lock.json -1 0 frontend/package.json -3 1 frontend/public/locales/en/translation.json -25 9 frontend/src/components/ChainsList.tsx - -commit d400f6cb67bb412a403c56ec34a5bf4bba614abb -Author: Lucian I. Last -Date: Fri Feb 10 10:59:38 2023 +0100 - - Add proper email title - -1 1 server/internal/views/email.go -1 1 server/internal/views/emails/en/headers.json - -commit 77f83a4f01c430b7ea3f457de13c9e945048d5ba -Merge: 74a29a98 fe52cd84 -Author: Lucian I. Last -Date: Fri Feb 10 10:51:28 2023 +0100 - - Merge branch 'main' into add-new-faq-text-#350 - -commit 13b0b158ddac1a03868641325da0b25af68e02e9 -Author: Lucian I. Last -Date: Thu Feb 9 09:56:46 2023 +0100 - - Fix api call bugs & Return to prev dropdown size on single item - -25 12 frontend/src/components/ChainsList.tsx -41 18 server/internal/controllers/poke.go -3 3 server/internal/models/user.go -9 10 server/internal/views/email.go -2 1 server/internal/views/emails/en/headers.json -7 0 server/internal/views/emails/en/poke.gohtml - -commit f4891836c988ac2282319b73996f2b5177ef27a4 -Author: Lucian I. Last -Date: Thu Feb 9 08:02:48 2023 +0100 - - Fix overflow y from dropdown - -3 3 frontend/src/components/ChainsList.tsx - -commit d2fb7f83a76b9ae121c6abee47f63f1931b83b01 -Author: Lucian I. Last -Date: Thu Feb 9 07:36:50 2023 +0100 - - Add frontend WIP - -6 0 frontend/src/api/chain.ts -31 5 frontend/src/components/ChainsList.tsx -1 0 server/internal/server.go - -commit 4d824422b147df48464a886a4bed3ebd2a334e53 -Author: Lucian I. Last -Date: Thu Feb 9 07:21:23 2023 +0100 - - backend wip - -51 0 server/internal/controllers/poke.go -13 0 server/internal/models/user.go -24 0 server/internal/views/email.go - -commit 5e6ef8222258013529e7b91a30824bf78c5ea727 -Author: Natalie -Date: Wed Feb 8 17:17:36 2023 -0800 - - switched remove and edit in dropdown - -37 37 frontend/src/pages/ChainMemberList.tsx - -commit 78453321c88bf9e72acc72b26a7290a87cd94533 -Author: Natalie -Date: Wed Feb 8 17:11:35 2023 -0800 - - fixed overflow issue - -2 2 frontend/src/pages/ChainMemberList.tsx - -commit cd925feef03126c04767749985ee7b8432d35aa5 -Author: Natalie -Date: Wed Feb 8 13:21:25 2023 -0800 - - Better ux for dropdown menu - -4 5 frontend/src/pages/ChainMemberList.tsx - -commit 5b9ca41d2dabd0b2cb5bf8a36eede30c0abffc9e -Author: Natalie -Date: Wed Feb 8 13:02:26 2023 -0800 - - Changed from buttons to text - -31 41 frontend/src/pages/ChainMemberList.tsx - -commit fe52cd8426ed7bd821a3c6a9d1d8f3c4efe336d9 -Author: Lucian I. Last -Date: Wed Feb 8 17:28:39 2023 +0100 - - Fix deployment action typo - -2 2 .github/workflows/deploy-production.yml - -commit 5348438d226e16a64dddbb37597ddedc07eb736b -Author: Lucian I. Last -Date: Wed Feb 8 13:44:17 2023 +0100 - - Show closed for chains not open to new members - -6 1 frontend/src/pages/FindChain.tsx - -commit cce24228ce73d922f1f231d48003ac8c1067f1c7 -Merge: a93449a1 c9d215c3 -Author: Lucian I. Last -Date: Wed Feb 8 12:40:25 2023 +0100 - - Merge pull request #366 from the-clothing-loop/l10n_main - - New Crowdin updates - -commit c9d215c39577d0b3db35076462674f44bf38ef2a -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Feb 8 12:38:58 2023 +0100 - - New translations an_admin_denied_your_join_request.gohtml (Korean) - -5 0 server/internal/views/emails/ko/an_admin_denied_your_join_request.gohtml - -commit 5baf767954a8abd47341366aa28b8feb02267d1c -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Feb 8 12:38:57 2023 +0100 - - New translations an_admin_approved_your_join_request.gohtml (Korean) - -5 0 server/internal/views/emails/ko/an_admin_approved_your_join_request.gohtml - -commit 9e40c2d32f6341d4163127cb7e6b4e9401ea7fe0 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Feb 8 12:38:56 2023 +0100 - - New translations register_verification.gohtml (Korean) - -8 0 server/internal/views/emails/ko/register_verification.gohtml - -commit 5fd560b55a8187b3178284e411eae94de28ce001 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Feb 8 12:38:55 2023 +0100 - - New translations login_verification.gohtml (Korean) - -8 0 server/internal/views/emails/ko/login_verification.gohtml - -commit 34802424e845b84683fb1472a8a96eba7d8cbad6 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Feb 8 12:38:54 2023 +0100 - - New translations subscribed_to_newsletter.gohtml (Korean) - -14 0 server/internal/views/emails/ko/subscribed_to_newsletter.gohtml - -commit e469a337c0986b3ded62a970ef136c45aef7400b -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Feb 8 12:38:53 2023 +0100 - - New translations headers.json (Korean) - -9 0 server/internal/views/emails/ko/headers.json - -commit 83c4f9a83ceb57b9b789f8f89ed7e53e00a51e43 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Feb 8 12:38:52 2023 +0100 - - New translations contact_confirmation.gohtml (Korean) - -12 0 server/internal/views/emails/ko/contact_confirmation.gohtml - -commit ac53fcf48a5b7486cc4dffcdc9ab683d215e37b3 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Feb 8 12:38:51 2023 +0100 - - New translations a_participant_joined_the_loop.gohtml (Korean) - -16 0 server/internal/views/emails/ko/a_participant_joined_the_loop.gohtml - -commit 6033b208a9ef533c02cce7e39c6430c2e7f025a4 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Feb 8 12:38:50 2023 +0100 - - New translations translation.json (Korean) - -231 0 frontend/public/locales/ko/translation.json - -commit ab4cb26e35b7002ef8864d76a7cebaefabcb0827 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Feb 8 12:38:50 2023 +0100 - - New translations testimonials.json (Korean) - -29 0 frontend/public/locales/ko/testimonials.json - -commit 6d1c413cb9785f0b182c74180f6d8c3e3b13f919 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Feb 8 12:38:49 2023 +0100 - - New translations faq.json (Korean) - -60 0 frontend/public/locales/ko/faq.json - -commit f934c0025045460694519ff14eb1a035d53be551 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Feb 8 12:38:48 2023 +0100 - - New translations about.json (Korean) - -7 0 frontend/public/locales/ko/about.json - -commit a93449a11990d7bdc5b11d96ac2eb44b432feef9 -Author: Lucian I. Last -Date: Wed Feb 8 12:37:47 2023 +0100 - - Change to 9 countries - -1 1 frontend/src/components/Counters/Counters.tsx - -commit 2ecd987e46e5870511f12489bcddfc82ee2d7aa4 -Author: Lucian I. Last -Date: Wed Feb 8 12:35:25 2023 +0100 - - Add swedish lang - -1 1 frontend/sitemap.js -2 2 frontend/src/App.tsx -1 0 frontend/src/components/LanguageSwitcher.tsx -2 2 frontend/src/i18n.tsx -1 1 server/internal/views/email.go - -commit 65ddba48cab0f4f27beafa4595e4d77e379c8739 -Merge: 452ce4a5 99d519c2 -Author: Lucian I. Last -Date: Wed Feb 8 11:22:37 2023 +0100 - - Merge remote-tracking branch 'origin/l10n_main' - -commit 452ce4a59763e79791f4575e828eeb01e1079cde -Author: Lucian I. Last -Date: Wed Feb 8 11:11:17 2023 +0100 - - Fix unwanted x overflow from popup in find page - -1 1 frontend/src/pages/FindChain.tsx - -commit c683e8e8ea9053333dfb404086e00fd54bb359e1 -Merge: 7a196c45 087ab0e7 -Author: Lucian I. Last -Date: Wed Feb 8 10:02:27 2023 +0100 - - Merge pull request #362 from the-clothing-loop/add-credit-to-more-photos-#358 - -commit c8044e61b9a9c24b5b04744f9f5e2a86eec98c20 -Merge: fd29bc03 8ac9a2b2 -Author: Natalie -Date: Tue Feb 7 11:33:33 2023 -0800 - - Merge branch 'main' of https://github.com/NatalieWilson19/clothing-loop - -commit fd29bc03652bf698630b48ff8902d0bf2ce5dc73 -Author: Natalie -Date: Tue Feb 7 11:31:03 2023 -0800 - - Prettier - -25 29 frontend/src/pages/About.tsx - -commit 8ac9a2b2a21f32f4782fd81181413e27d229f105 -Merge: 8688f753 7a196c45 -Author: Natalie Wilson <38057767+NatalieWilson19@users.noreply.github.com> -Date: Tue Feb 7 11:14:05 2023 -0800 - - Merge branch 'the-clothing-loop:main' into main - -commit 8688f7536afc1476abd0ca90ee2cb8a5250e4c54 -Author: Natalie -Date: Tue Feb 7 11:13:32 2023 -0800 - - Fixed formatting issue in team section - -1 1 frontend/public/locales/en/about.json -8 4 frontend/src/pages/About.tsx - -commit 123c8f52c264f42a00483337c1391dea5d8c7b68 -Author: Natalie -Date: Tue Feb 7 11:00:51 2023 -0800 - - Prettier - -85 112 frontend/src/pages/ChainMemberList.tsx - -commit 99d519c2d6c0cbae27fc0a2f79abe8dc5ea105ab -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 7 17:55:17 2023 +0100 - - New translations an_admin_denied_your_join_request.gohtml (Swedish) - -3 3 server/internal/views/emails/sv/an_admin_denied_your_join_request.gohtml - -commit 6a67c1ef9014714508033811590c27075cf5c9db -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 7 17:55:15 2023 +0100 - - New translations an_admin_denied_your_join_request.gohtml (Finnish) - -5 0 server/internal/views/emails/fi/an_admin_denied_your_join_request.gohtml - -commit 8a8b47e32a79d7772e00d15e72184a9bc1274b68 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 7 17:55:14 2023 +0100 - - New translations an_admin_denied_your_join_request.gohtml (German) - -2 2 server/internal/views/emails/de/an_admin_denied_your_join_request.gohtml - -commit 4e590334e34bbb9c332888bac01741e8d95e387b -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 7 17:55:10 2023 +0100 - - New translations an_admin_approved_your_join_request.gohtml (Swedish) - -3 3 server/internal/views/emails/sv/an_admin_approved_your_join_request.gohtml - -commit ec612bbcc0158928f9f196ab1e3906aa666b8291 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 7 17:55:08 2023 +0100 - - New translations an_admin_approved_your_join_request.gohtml (Dutch) - -3 3 server/internal/views/emails/nl/an_admin_approved_your_join_request.gohtml - -commit 9e6804ea068643d46afc9974e4d9982321cd6ab3 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 7 17:55:07 2023 +0100 - - New translations an_admin_approved_your_join_request.gohtml (Finnish) - -5 0 server/internal/views/emails/fi/an_admin_approved_your_join_request.gohtml - -commit 71f2f05224e54553c488f1851c425d4efbf7a167 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 7 17:55:06 2023 +0100 - - New translations an_admin_approved_your_join_request.gohtml (German) - -2 2 server/internal/views/emails/de/an_admin_approved_your_join_request.gohtml - -commit ea82f397b00ab425d8525a4421b1c2d3d17e5352 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 7 17:55:02 2023 +0100 - - New translations register_verification.gohtml (Swedish) - -5 5 server/internal/views/emails/sv/register_verification.gohtml - -commit a9d0b22d2fb2d9cdcdf8bcfe788010f4b77e505e -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 7 17:54:59 2023 +0100 - - New translations register_verification.gohtml (Finnish) - -8 0 server/internal/views/emails/fi/register_verification.gohtml - -commit bb2f319487add56e0b256617ba082a474f931f20 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 7 17:54:58 2023 +0100 - - New translations register_verification.gohtml (German) - -4 4 server/internal/views/emails/de/register_verification.gohtml - -commit e24d31023c1784807900deef5e316a1c39449ca2 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 7 17:54:54 2023 +0100 - - New translations login_verification.gohtml (Swedish) - -5 5 server/internal/views/emails/sv/login_verification.gohtml - -commit a4510580b2b0514b6ac81ba1601b23275d577708 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 7 17:54:51 2023 +0100 - - New translations login_verification.gohtml (Finnish) - -8 0 server/internal/views/emails/fi/login_verification.gohtml - -commit 3767a4019e29e5cfd5dce9d49ef6918b048a5f8b -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 7 17:54:50 2023 +0100 - - New translations login_verification.gohtml (German) - -4 4 server/internal/views/emails/de/login_verification.gohtml - -commit 69d8d763fe7a4f1b57f2bef0c14f23ec5660dc2d -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 7 17:54:46 2023 +0100 - - New translations subscribed_to_newsletter.gohtml (Swedish) - -8 8 server/internal/views/emails/sv/subscribed_to_newsletter.gohtml - -commit fc033f51a99fa15b21be6eb473edc607e4c5a0f8 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 7 17:54:42 2023 +0100 - - New translations subscribed_to_newsletter.gohtml (Finnish) - -14 0 server/internal/views/emails/fi/subscribed_to_newsletter.gohtml - -commit 80a09d556d4af629883d92ec5101944b4a7c6086 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 7 17:54:41 2023 +0100 - - New translations subscribed_to_newsletter.gohtml (German) - -8 8 server/internal/views/emails/de/subscribed_to_newsletter.gohtml - -commit 157af1c35861633b03220fff80edaa975f487966 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 7 17:54:39 2023 +0100 - - New translations subscribed_to_newsletter.gohtml (French) - -1 1 server/internal/views/emails/fr/subscribed_to_newsletter.gohtml - -commit 44a355dc24744f5f7642f1f3dd01094056886a5c -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 7 17:54:37 2023 +0100 - - New translations headers.json (Swedish) - -7 7 server/internal/views/emails/sv/headers.json - -commit ae7fecac713597c294e4ecb62fe800003f9d57cb -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 7 17:54:34 2023 +0100 - - New translations headers.json (Finnish) - -9 0 server/internal/views/emails/fi/headers.json - -commit 6667a993d745304600c96051ae8ad656069ba705 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 7 17:54:33 2023 +0100 - - New translations headers.json (German) - -7 7 server/internal/views/emails/de/headers.json - -commit e73180541858125d14a550bfc24fcc1f7c192995 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 7 17:54:29 2023 +0100 - - New translations contact_confirmation.gohtml (Swedish) - -6 6 server/internal/views/emails/sv/contact_confirmation.gohtml - -commit 2f6973810ef49eb1fc3bb1d930121710e2e4e3f2 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 7 17:54:26 2023 +0100 - - New translations contact_confirmation.gohtml (Finnish) - -12 0 server/internal/views/emails/fi/contact_confirmation.gohtml - -commit b85a5db639348e5a5a40d2f64dfda4ae7f554389 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 7 17:54:25 2023 +0100 - - New translations contact_confirmation.gohtml (German) - -5 5 server/internal/views/emails/de/contact_confirmation.gohtml - -commit bcc796008778fda340cf6c3b994c22e46c59a775 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 7 17:54:21 2023 +0100 - - New translations a_participant_joined_the_loop.gohtml (Swedish) - -9 9 server/internal/views/emails/sv/a_participant_joined_the_loop.gohtml - -commit 1354febaa4780e88b54c92f8507699e59c65d9c8 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 7 17:54:19 2023 +0100 - - New translations a_participant_joined_the_loop.gohtml (Finnish) - -16 0 server/internal/views/emails/fi/a_participant_joined_the_loop.gohtml - -commit 58a9b18b238d87852636bccb1a906c0855dc4554 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 7 17:54:18 2023 +0100 - - New translations a_participant_joined_the_loop.gohtml (German) - -6 6 server/internal/views/emails/de/a_participant_joined_the_loop.gohtml - -commit 1481effc7b9bd55f66199d8fcfdb7388e0415ac6 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 7 17:54:15 2023 +0100 - - New translations translation.json (Persian) - -4 2 frontend/public/locales/fa/translation.json - -commit e5fdef448c394efa8bc49cdf2f23471861d23802 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 7 17:54:14 2023 +0100 - - New translations translation.json (Chinese Simplified) - -4 2 frontend/public/locales/zh/translation.json - -commit 064ac50dca419003afab992bd9e1a0d7b220e0c2 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 7 17:54:13 2023 +0100 - - New translations translation.json (Swedish) - -219 217 frontend/public/locales/sv/translation.json - -commit e7d45c46f633ca80a3ea42ad6e299b643f828b50 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 7 17:54:12 2023 +0100 - - New translations translation.json (Portuguese) - -4 2 frontend/public/locales/pt/translation.json - -commit 039c23fd79a3409bad2fa278810d6583e1260604 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 7 17:54:11 2023 +0100 - - New translations translation.json (Dutch) - -6 4 frontend/public/locales/nl/translation.json - -commit c168eeeaa3b90310b400b85782c51f0f406ca074 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 7 17:54:10 2023 +0100 - - New translations translation.json (Italian) - -4 2 frontend/public/locales/it/translation.json - -commit cdf46a50e043f1f508034b6ec459d1d517f6cd04 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 7 17:54:09 2023 +0100 - - New translations translation.json (Finnish) - -231 0 frontend/public/locales/fi/translation.json - -commit e4989e25d00bbde8265eb926760362e28de12f0f -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 7 17:54:08 2023 +0100 - - New translations translation.json (German) - -4 2 frontend/public/locales/de/translation.json - -commit f5d9a853c80ec38c0d51af55e07fba453854c0ce -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 7 17:54:07 2023 +0100 - - New translations translation.json (Arabic) - -4 2 frontend/public/locales/ar/translation.json - -commit 1d63e01a9e4c02e7f946361e804ec69e16372d5b -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 7 17:54:06 2023 +0100 - - New translations translation.json (Spanish) - -4 2 frontend/public/locales/es/translation.json - -commit de4a427b4d5918e9c416c638e6453add2b6a0468 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 7 17:54:04 2023 +0100 - - New translations translation.json (French) - -4 2 frontend/public/locales/fr/translation.json - -commit ee36c3d56c8ff62e699a6e077f5b6d9aecb478e9 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 7 17:54:01 2023 +0100 - - New translations testimonials.json (Swedish) - -9 9 frontend/public/locales/sv/testimonials.json - -commit fb2b8266b7ee8eacbe4e5614836bdab67e685019 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 7 17:53:59 2023 +0100 - - New translations testimonials.json (Finnish) - -29 0 frontend/public/locales/fi/testimonials.json - -commit 19412a973872565b30eccbb34088b71cf1754ec8 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 7 17:53:54 2023 +0100 - - New translations faq.json (Swedish) - -28 28 frontend/public/locales/sv/faq.json - -commit 76a7142d427e7ed5247215ca0d22f681a9cf5b4d -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 7 17:53:51 2023 +0100 - - New translations faq.json (Finnish) - -60 0 frontend/public/locales/fi/faq.json - -commit c5205900fbf2c505cdbaed10e86476cde4b7d090 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 7 17:53:50 2023 +0100 - - New translations faq.json (German) - -8 8 frontend/public/locales/de/faq.json - -commit ee8cbafd8afdf9f47fbb7f5f17842cd31407aaea -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 7 17:53:46 2023 +0100 - - New translations about.json (Swedish) - -5 5 frontend/public/locales/sv/about.json - -commit a6f1830f84ab0557a80c766878dc7a08e9e31f53 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 7 17:53:45 2023 +0100 - - New translations about.json (Dutch) - -1 1 frontend/public/locales/nl/about.json - -commit ef16f21cda134f33dc558cd1aae14ba1e94a831f -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 7 17:53:43 2023 +0100 - - New translations about.json (Finnish) - -7 0 frontend/public/locales/fi/about.json - -commit 42a50bf97df6c563e6c362950a9e0e1e0b47d091 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 7 17:53:42 2023 +0100 - - New translations about.json (German) - -2 2 frontend/public/locales/de/about.json - -commit d063c84fbf5dca32b98730fa6258fdc50eac7868 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Feb 7 17:53:40 2023 +0100 - - New translations about.json (Spanish) - -5 5 frontend/public/locales/es/about.json - -commit 087ab0e7801f426f360bf2dd6f3471d5fff25fbf -Author: Lucian I. Last -Date: Tue Feb 7 14:05:28 2023 +0100 - - Add MEAX logo - -17 5 frontend/src/pages/Home.tsx - -commit 603379d80cfbe1350dcd6a17fa169a6ce9a6c8dd -Author: Lucian I. Last -Date: Tue Feb 7 13:45:06 2023 +0100 - - Add image credit Anke Teunissen - -17 7 frontend/src/components/Layouts.tsx -10 10 frontend/src/pages/Donations/DonationCompleted.tsx -6 3 frontend/src/pages/Login.tsx -6 1 frontend/src/pages/Signup.tsx -18 18 frontend/src/pages/Thankyou.tsx - -commit 74a29a98e93c206b3ffa0d16490defac68957928 -Author: Lucian I. Last -Date: Tue Feb 7 12:47:19 2023 +0100 - - lint - -14 7 frontend/public/locales/en/faq.json - -commit 800fb9fdcf6b2894619f5a48c86203c3da6d0195 -Author: Lucian I. Last -Date: Tue Feb 7 12:44:27 2023 +0100 - - Add more edits - -13 17 frontend/public/locales/en/faq.json -3 0 frontend/tailwind.config.cjs - -commit ad7571be6ee9fd049828e88e503d145bedcf95f4 -Author: Lucian I. Last -Date: Tue Feb 7 11:46:28 2023 +0100 - - Add more missing links - -2 2 frontend/public/locales/en/faq.json - -commit 7a196c456705ed752fcafc6ed861072396c07169 -Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> -Date: Tue Feb 7 11:10:03 2023 +0100 - - Bump http-cache-semantics from 4.1.0 to 4.1.1 in /frontend (#360) - - Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. - - [Release notes](https://github.com/kornelski/http-cache-semantics/releases) - - [Commits](https://github.com/kornelski/http-cache-semantics/compare/v4.1.0...v4.1.1) - - --- - updated-dependencies: - - dependency-name: http-cache-semantics - dependency-type: indirect - ... - - Signed-off-by: dependabot[bot] - Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> - -6 6 frontend/package-lock.json - -commit c9240f0fa3034d5a666a805111d23091f5dcb360 -Author: jnorlando -Date: Mon Feb 6 21:34:23 2023 -0500 - - minor revisions to userDenial - -3 3 frontend/src/pages/ChainMemberList.tsx - -commit c9a652eb6b00daa60136c72ef9f1c99981002206 -Author: jnorlando -Date: Mon Feb 6 21:24:27 2023 -0500 - - Added denial function which displays toast for reason for denial - and deletes the user - Modified the delete unapproved query struct to include reason - Modified emailLoopParticipant to take a textbody param - -6 6 frontend/package-lock.json -2 2 frontend/src/api/chain.ts -74 12 frontend/src/pages/ChainMemberList.tsx -8 2 server/internal/controllers/chain.go -2 0 server/internal/views/email.go -1 1 server/internal/views/emails/en/an_admin_denied_your_join_request.gohtml - -commit aa901775bd965d3efc14e8ae7b37821e8306f914 -Author: jnorlando -Date: Mon Feb 6 01:23:47 2023 -0500 - - linted - -110 79 frontend/src/pages/ChainMemberList.tsx - -commit b37a0510b58b0185081ddc9c9f5955fefc33fd04 -Author: jnorlando -Date: Mon Feb 6 01:20:55 2023 -0500 - - removed comments - -1 1 frontend/src/pages/ChainMemberList.tsx - -commit 8b366526f94203c7bc1a9a9e2e3ecc94e07a6658 -Author: jnorlando -Date: Sat Feb 4 20:16:50 2023 -0500 - - Simplified code, using DragOver events - -29 41 frontend/src/pages/ChainMemberList.tsx - -commit 28c04c78ddd6332bcc62e7022a68e02d8c23810d -Author: Natalie -Date: Sat Feb 4 16:15:34 2023 -0800 - - Code cleanup - -1 30 frontend/src/pages/ChainMemberList.tsx - -commit ad706da64a3be24d30f702419258e323822314eb -Author: Natalie -Date: Sat Feb 4 15:05:31 2023 -0800 - - Got rid of redundant buttons and select text - -2 51 frontend/src/pages/ChainMemberList.tsx - -commit 3230afd99926152db58ddfb45a4a34028de1bf8e -Author: Natalie -Date: Sat Feb 4 13:56:21 2023 -0800 - - Fixed edit bug - -21 2 frontend/src/pages/ChainMemberList.tsx - -commit f11adf133e43b2570d26915456252088b8d122ce -Author: Natalie -Date: Sat Feb 4 12:29:59 2023 -0800 - - Buttons in Kebab menu are fully functional - -55 32 frontend/src/pages/ChainMemberList.tsx - -commit 7977515c33e466bc1c1ecb4d5351062fb9925f8e -Author: jnorlando -Date: Fri Feb 3 21:44:01 2023 -0500 - - Route order drag and drop - -38 2 frontend/src/pages/ChainMemberList.tsx - -commit b4d12c5745fca497aac1dd3ea2349d54a19fee0d -Author: Natalie -Date: Fri Feb 3 14:57:10 2023 -0800 - - Created DisplayKebabMenu function - -101 96 frontend/src/pages/ChainMemberList.tsx - -commit dfc2046eba968640f9c1841725e10edccbeca700 -Author: Natalie -Date: Fri Feb 3 12:39:17 2023 -0800 - - approveOn is now functional in the dropdown kebab menu - -113 48 frontend/src/pages/ChainMemberList.tsx - -commit 864b1bfe50819837b0c2491698e645c10594efe2 -Author: jnorlando -Date: Fri Feb 3 15:32:51 2023 -0500 - - Changed method for draggable - -2 2 frontend/src/pages/ChainMemberList.tsx - -commit d5dc222e14c959effdddbb01e1fb024ab93b6033 -Merge: 9b2b83a2 8c048c94 -Author: Natalie -Date: Fri Feb 3 12:29:50 2023 -0800 - - Merge branch 'main' of https://github.com/NatalieWilson19/clothing-loop - -commit 0b4adafe92df3ee36769ce3a27b494207666986f -Author: jnorlando -Date: Fri Feb 3 15:27:00 2023 -0500 - - Added sort by route, began working on drag and drop functionality - -27 5 frontend/src/pages/ChainMemberList.tsx - -commit 4359388ba5428f2b6d628a9369a3624f2bac95d7 -Author: jnorlando -Date: Fri Feb 3 14:33:34 2023 -0500 - - bug fix - -5 4 frontend/src/pages/ChainMemberList.tsx -1 0 server/internal/models/chain.go - -commit 34937f29c1a2f6c63c279b2c460d29f455426023 -Author: jnorlando -Date: Thu Feb 2 22:05:35 2023 -0500 - - set to update route array when user is approved or removed from chain - -2 0 frontend/src/api/types.ts -54 4 frontend/src/pages/ChainMemberList.tsx -9 0 server/internal/controllers/chain.go -1 1 server/internal/models/chain.go - -commit 1a778be42328167cd1a559daaf13335a18697e09 -Merge: 58de5c79 8c048c94 -Author: jnorlando <78573103+jnorlando@users.noreply.github.com> -Date: Thu Feb 2 16:28:17 2023 -0500 - - Merge branch 'the-clothing-loop:main' into 293-sort - -commit 58de5c79720e86c2b22cf1f05d6175ebbe8c9304 -Author: jnorlando -Date: Thu Feb 2 16:27:25 2023 -0500 - - added route column to chain - -14 0 frontend/package-lock.json -1 0 frontend/package.json -9 0 server/internal/app/database.go -1 1 server/internal/models/chain.go - -commit 20e656547f11f732569971ffa1577b241ec2fb0b -Author: Lucian I. Last -Date: Thu Feb 2 12:03:01 2023 +0100 - - Add new faq text - -57 24 frontend/public/locales/en/faq.json -1 0 frontend/tailwind.config.cjs - -commit 972e85765b852c11ec0e60a7963a993f932bf4d1 -Author: Lucian I. Last -Date: Thu Feb 2 01:39:47 2023 +0100 - - Add html styling in faq answers - -1 1 frontend/src/pages/FAQ.tsx - -commit 8c048c94e27a6bccfb6875c1fa7a8624fe76724e -Author: Lucian I. Last -Date: Thu Feb 2 00:58:38 2023 +0100 - - Add Home link in menu for mobile #354 - -8 0 frontend/src/components/Navbar.tsx - -commit 31f58115a89e7a5c83b71552db8e3443985be838 -Author: Lucian I. Last -Date: Thu Feb 2 00:49:22 2023 +0100 - - Deactivate login for 2 min - -2 1 frontend/src/pages/Login.tsx - -commit fb380a0a0be9d0525a4ce4551fb1c6ed3b8a769c -Author: Lucian I. Last -Date: Thu Feb 2 00:49:00 2023 +0100 - - Fix more alignment issues - -120 120 frontend/src/components/ChainsList.tsx -5 2 frontend/src/components/Newsletter.tsx - -commit 27b1a9dd194e95edb41611323dad0bb9c9f37375 -Author: Lucian I. Last -Date: Thu Feb 2 00:29:35 2023 +0100 - - Fix overflow issues in mobile - -9 7 frontend/src/components/ChainDetailsForm.tsx -3 3 frontend/src/pages/ChainMemberList.tsx - -commit 52b33e6c1e4cb51a57121bb387e79ce15ad42955 -Author: Lucian I. Last -Date: Thu Feb 2 00:07:00 2023 +0100 - - Remove old ChainParticipantsTable - -0 110 frontend/src/components/ChainParticipantsTable.tsx - -commit 0d42cb1eef15080e43b72e8ffe3ac97cb9f63642 -Merge: 5078bc69 6877dbb7 -Author: Lucian I. Last -Date: Wed Feb 1 23:29:32 2023 +0100 - - Merge branch 'add-linkenin-social-button-#359' - -commit 6877dbb71d78b86ad8b8044838f42ba65fa618c1 -Author: Lucian I. Last -Date: Wed Feb 1 23:24:43 2023 +0100 - - Add linkedin url - -2 1 frontend/src/components/Footer.tsx - -commit 699166f4bed175475e0d2b830d82117bb1b60d34 -Merge: 5078bc69 e8f451ec -Author: Lucian I. Last -Date: Wed Feb 1 23:21:01 2023 +0100 - - Merge branch 'add-linkedin' into add-linkenin-social-button-#359 - -commit 5078bc69a8afd7c6ec8039a6ba529104df97632f -Author: Lucian I. Last -Date: Wed Feb 1 23:15:50 2023 +0100 - - Change minified size names #355 - -9 9 frontend/src/components/Badges.tsx - -commit a0fdab903657a1eedbefbe490d57c9434d0471b8 -Merge: 3bd90d7f 1032c042 -Author: Lucian I. Last -Date: Wed Feb 1 23:03:57 2023 +0100 - - Merge branch 'last-host-of-loop-cannot-leave-#357' - -commit 1032c0427b36d77b76d95cd8d969418c3d5cb98d -Author: Lucian I. Last -Date: Wed Feb 1 23:00:48 2023 +0100 - - Throw error if last chain admin of loop is trying to remove themself - -11 14 frontend/src/components/ChainsList.tsx -11 2 frontend/src/pages/ChainMemberList.tsx -13 14 server/internal/controllers/chain.go - -commit 97694f714b6277cb366a37b837d5461cbfff9247 -Author: Lucian I. Last -Date: Wed Feb 1 17:40:01 2023 +0100 - - Fix error in dev-setup-users - -6 6 server/sql/dev-setup-users.sql - -commit b5dffd97dd7a82819886f642bca231f438e7cb5d -Author: Lucian I. Last -Date: Wed Feb 1 17:39:47 2023 +0100 - - Improve GroupBy statement to first filter with WHERE - -3 2 server/internal/controllers/users.go - -commit 8649147a1ca8bfbf75c6c671ee63b3a6bfcf7f8f -Author: Lucian I. Last -Date: Wed Feb 1 17:11:16 2023 +0100 - - Add more sql scripts - -6 0 server/sql/README.md -6 0 server/sql/show-chain-connections.sql -5 0 server/sql/show-users-by-chain-id.sql - -commit b5b7f2a10c7144a4751363f7b6ca7eddaa562057 -Author: Lucian I. Last -Date: Wed Feb 1 17:09:05 2023 +0100 - - Documentation dev setup users - -1 6 server/README.md -7 0 server/sql/dev-setup-users.sql - -commit 3a0800c7a351ec69307f56d3853a2aa547c48444 -Author: Lucian I. Last -Date: Wed Feb 1 16:44:47 2023 +0100 - - Add dbeaver to sql dir - -1 0 server/.gitignore -12 0 server/sql/.project - -commit 3bd90d7fe1e5c56e886658bd612dbef7759f8eff -Author: Lucian I. Last -Date: Wed Feb 1 14:01:53 2023 +0100 - - Break text in title desc in loop page #356 - -2 2 frontend/src/pages/ChainMemberList.tsx -1 1 frontend/src/pages/FindChain.tsx - -commit ea3cf0942a025868184def001f4bdddfd6a18bd5 -Author: Lucian I. Last -Date: Wed Feb 1 13:58:02 2023 +0100 - - Fix published/draft/allow new members toggles #353 - -2 0 frontend/src/pages/ChainMemberList.tsx - -commit 8f022dd3faa1a8037cf28f2c329fa15b9c8c4ccd -Author: Lucian I. Last -Date: Wed Feb 1 13:50:55 2023 +0100 - - Slow down submit button on login #347 - -30 7 frontend/src/pages/Login.tsx - -commit bcda1da0f77fdf862dd5c614b0de3e091d06abcd -Merge: 546a7b76 1fb5b60f -Author: Lucian I. Last -Date: Wed Feb 1 12:50:45 2023 +0100 - - Merge branch 'findings-check-browser-compatibility-#289' - -commit 1fb5b60f48c17defe99805dc5b55af42640e367b -Author: Lucian I. Last -Date: Wed Feb 1 11:39:58 2023 +0100 - - Add email address to change user flow#348 - -1 6 frontend/src/components/FormFields.tsx - -commit 0b4e10e0a943fe22dc5cb10be90e3ee57e18354c -Author: Lucian I. Last -Date: Wed Feb 1 09:47:52 2023 +0100 - - Change to using axios param - -6 4 frontend/src/api/user.ts - -commit d45f78c6a41a89a7be63943565debd5152487ef5 -Author: Lucian I. Last -Date: Wed Feb 1 09:44:31 2023 +0100 - - Fix user Edit - -11 17 frontend/src/api/user.ts -1 1 frontend/src/pages/AdminDashboard.tsx -28 18 frontend/src/pages/UserEdit.tsx -1 1 frontend/src/providers/AuthProvider.tsx -1 1 server/internal/controllers/users.go -1 1 server/internal/models/newsletter.go - -commit 9b2b83a27c2e1dc881d91227380fa17f905b8729 -Author: Natalie -Date: Tue Jan 31 14:06:15 2023 -0800 - - added bolded sentences - -3 3 frontend/public/locales/en/about.json - -commit d4e79c4e45fe739ed321af00bb71ab733d5a30af -Author: Natalie -Date: Mon Jan 30 12:14:34 2023 -0800 - - Moved collage out of team section - -9 7 frontend/src/pages/About.tsx - -commit ec8ff0c3c8194f6b103720dfcf96cd7decfa29a6 -Author: Lucian I. Last -Date: Mon Jan 30 11:27:53 2023 +0100 - - Fix impact report video for ios - -10 2 frontend/src/pages/Home.tsx - -commit 6f4231e5d17df9825c3f7b7ee61141e9eaddf777 -Author: Lucian I. Last -Date: Mon Jan 30 11:05:19 2023 +0100 - - Fix carousel scrolling issue for android - -8 0 frontend/src/tailwind.css - -commit 9a1434122c25846ae15a7cc7fce4e6267a6d5f00 -Merge: 01fc994d 546a7b76 -Author: Lucian I. Last -Date: Mon Jan 30 08:39:55 2023 +0100 - - Merge remote-tracking branch 'origin/main' into findings-check-browser-compatibility-#289 - -commit 546a7b76511d4a9d1ab20855eeb60cd6f9f643f3 -Merge: 397174e7 a285eae7 -Author: Lucian I. Last -Date: Mon Jan 30 07:50:01 2023 +0100 - - Merge pull request #346 from the-clothing-loop/delete-middle-page-#300 - -commit c4e7ed360dac1a49c634888ddaeca1c05d3b317a -Author: Natalie -Date: Sun Jan 29 16:07:27 2023 -0800 - - Better for mobile - -12 15 frontend/src/pages/About.tsx - -commit dc4cfd436bced9856aeac6dd18ea7cd5a77dc593 -Author: Natalie -Date: Sat Jan 28 19:41:18 2023 -0800 - - Added circle img and blue backgrounds - -32 10 frontend/src/pages/About.tsx - -commit bab4eb82ad9d85ce947cbfec1c39be1b14f68a7b -Author: Natalie -Date: Sat Jan 28 17:41:17 2023 -0800 - - Better formatting and spacing - -2 2 frontend/public/locales/en/about.json -67 53 frontend/src/pages/About.tsx - -commit dd6a3df00cdb246ffd60c882bde824b5950429fd -Author: Natalie -Date: Sat Jan 28 15:41:07 2023 -0800 - - Basic formatting changes, wider screen, columns - -5 2 frontend/public/locales/en/about.json -80 37 frontend/src/pages/About.tsx - -commit 01fc994d1172799a61d60cb83fea4faf60702a56 -Author: Lucian I. Last -Date: Fri Jan 27 15:39:58 2023 +0100 - - Update github url - -1 1 frontend/src/components/Footer.tsx - -commit 3cc12c53978c4043946dda780e5042c7c4b5e7e5 -Author: Lucian I. Last -Date: Fri Jan 27 15:26:05 2023 +0100 - - Change video size in mobile in about page - -1 1 frontend/src/pages/About.tsx - -commit db388b5d0bee1cdf4c2f6d06cc2f1edabd7c7460 -Author: Lucian I. Last -Date: Fri Jan 27 15:20:38 2023 +0100 - - Add newsletter homepage section improvements - -37 31 frontend/src/components/Newsletter.tsx - -commit 6cff0d5a77da213249fadf66772e70a73207149a -Author: Lucian I. Last -Date: Fri Jan 27 15:20:19 2023 +0100 - - Add more home page improvements - -12 8 frontend/src/pages/Home.tsx - -commit 7860912feece3274c1c65458837c3a5083bdf020 -Author: Lucian I. Last -Date: Fri Jan 27 13:59:36 2023 +0100 - - Improve mobile door image - -6 8 frontend/src/pages/Home.tsx - -commit 97fda56cbc8101590d11d82f7bfa57ec7e050ab3 -Author: Lucian I. Last -Date: Fri Jan 27 13:24:49 2023 +0100 - - Add correct alt test from images - -2 2 frontend/src/pages/Home.tsx - -commit c0c83174e7fa580c75e5d576e70d34352c6e5dad -Author: Lucian I. Last -Date: Fri Jan 27 13:24:26 2023 +0100 - - Better smartphone look selfies - -3 3 frontend/src/pages/Home.tsx - -commit 54ff0eb090e011687b7a20e86de1f66901298eb8 -Author: Lucian I. Last -Date: Fri Jan 27 10:12:57 2023 +0100 - - Improve ipad Martijn van den Dobbelsteen photo home page - -9 13 frontend/src/pages/Home.tsx - -commit a285eae7026fb314522a7eb6ab8085b1c8751454 -Author: Lucian I. Last -Date: Thu Jan 26 12:00:38 2023 +0100 - - Remove line - -0 1 frontend/public/locales/ar/translation.json -0 1 frontend/public/locales/de/translation.json -0 1 frontend/public/locales/en/translation.json -0 1 frontend/public/locales/es/translation.json -0 1 frontend/public/locales/fa/translation.json -0 1 frontend/public/locales/fr/translation.json -0 1 frontend/public/locales/it/translation.json -0 1 frontend/public/locales/nl/translation.json -0 1 frontend/public/locales/pt/translation.json -0 1 frontend/public/locales/sv/translation.json -0 1 frontend/public/locales/zh/translation.json - -commit bb0566e1431b85d87184d90a0233828348531ca0 -Author: Lucian I. Last -Date: Thu Jan 26 11:57:38 2023 +0100 - - lint - -1 1 frontend/public/locales/ar/translation.json -1 1 frontend/public/locales/de/translation.json -1 1 frontend/public/locales/en/translation.json -1 1 frontend/public/locales/es/translation.json -1 1 frontend/public/locales/fa/translation.json -1 1 frontend/public/locales/fr/translation.json -1 1 frontend/public/locales/it/translation.json -1 1 frontend/public/locales/nl/translation.json -1 1 frontend/public/locales/pt/translation.json -1 1 frontend/public/locales/sv/translation.json -1 1 frontend/public/locales/zh/translation.json - -commit 449604f2eaf0a1db62e824db9b54d3bced28933a -Author: Lucian I. Last -Date: Thu Jan 26 11:57:10 2023 +0100 - - Add more margin between top section and loops list - -1 1 frontend/src/pages/AdminDashboard.tsx - -commit 1b71e7d8c10f3b1c8ba09daf1e3c73a79aba5382 -Author: Lucian I. Last -Date: Thu Jan 26 11:56:32 2023 +0100 - - Fix redirect - -1 1 frontend/src/App.tsx - -commit 397174e748981a59c7ab9467fede8b57f73df74f -Author: Lucian I. Last -Date: Thu Jan 26 11:44:58 2023 +0100 - - Add mapbox key to example - -2 2 frontend/.env-example -1 1 frontend/README.md - -commit ac8d07c83d728214962b7b298832a11ff3f8bbe5 -Author: Lucian I. Last -Date: Wed Jan 25 17:34:32 2023 +0100 - - Add chainList to admin page - -2 1 frontend/public/locales/en/translation.json -3 3 frontend/src/components/ChainsList.tsx -17 7 frontend/src/pages/AdminDashboard.tsx - -commit 533e639de2db4f2d4fcda806a2393aaa48aebe3b -Author: Lucian I. Last -Date: Wed Jan 25 17:16:55 2023 +0100 - - Remove translations for viewLoops - -1 1 frontend/public/locales/ar/translation.json -1 1 frontend/public/locales/de/translation.json -1 1 frontend/public/locales/en/translation.json -1 1 frontend/public/locales/es/translation.json -1 1 frontend/public/locales/fa/translation.json -1 1 frontend/public/locales/fr/translation.json -1 1 frontend/public/locales/it/translation.json -1 1 frontend/public/locales/nl/translation.json -1 1 frontend/public/locales/pt/translation.json -1 1 frontend/public/locales/sv/translation.json -1 1 frontend/public/locales/zh/translation.json - -commit fc8dc5372c65655935df548e566cca8a15e6aa16 -Author: Lucian I. Last -Date: Wed Jan 25 17:16:34 2023 +0100 - - Change Admin Dashboard to section - -3 1 frontend/public/locales/en/translation.json -55 29 frontend/src/pages/AdminDashboard.tsx - -commit 3311e2c8eebcf5b4e9331c2b7ebbd81eb38fcaa1 -Author: Lucian I. Last -Date: Wed Jan 25 17:10:28 2023 +0100 - - Move chainlist to components & Redirect loops to admin page - -5 2 frontend/src/App.tsx -0 0 frontend/src/{pages => components}/ChainsList.tsx - -commit 5544a1ab9267e176aefba7c5d29184ecaf01596d -Author: Lucian I. Last -Date: Wed Jan 25 12:09:08 2023 +0100 - - Add metrics - -12 0 frontend/src/pages/ChainMemberList.tsx -18 0 frontend/src/pages/NewChainLocation.tsx -6 0 frontend/src/pages/Signup.tsx - -commit 3c973ddafbb527f7bbb975339ba156ad702bb773 -Author: Lucian I. Last -Date: Wed Jan 25 11:41:37 2023 +0100 - - Add find chain without host sql - -14 0 server/sql/find-chain-without-host.sql - -commit f074b6eada27f7376aded7e1bdc5fe5439ffa7cc -Author: Lucian I. Last -Date: Wed Jan 25 10:25:12 2023 +0100 - - Change install private key like prev commit for production - -6 6 .github/workflows/deploy-production.yml - -commit 4fd1f39375879429cbda7707f36bb36ef4ddf582 -Author: Lucian I. Last -Date: Wed Jan 25 10:20:45 2023 +0100 - - Change from shimataro to benoitchantre for installing ssh keys - -6 6 .github/workflows/deploy-acceptance.yml - -commit bd3c766b1ebf2fb3cfbd498643b69dfbbabe726f -Author: Lucian I. Last -Date: Wed Jan 25 09:56:56 2023 +0100 - - Added more options to search - - - locality - - neighborhood - - poi - -10 1 frontend/src/components/FindChain/SearchBar.tsx - -commit 1a0af4b9764c16e3285da06cdc5a170bb2b6c9b7 -Author: Lucian I. Last -Date: Tue Jan 24 17:24:26 2023 +0100 - - Add french to production - -1 1 frontend/sitemap.js -1 1 frontend/src/components/LanguageSwitcher.tsx - -commit 5e95294f4be5ac6523bd886a260ee7cd3fc6b7d0 -Author: Lucian I. Last -Date: Tue Jan 24 17:20:24 2023 +0100 - - Fix Our impact padding - -1 1 frontend/src/pages/Home.tsx - -commit 4b00a44edbd0ebb44f538cc508b199ad9e486563 -Author: Lucian I. Last -Date: Tue Jan 24 17:17:03 2023 +0100 - - Fix french language on productions - -2 2 frontend/src/App.tsx - -commit f73a8ceed8f9fbdcf9868911379d560501b7ea38 -Author: Lucian I. Last -Date: Tue Jan 24 17:15:05 2023 +0100 - - Fix root admin loops page - -25 22 frontend/src/pages/ChainsList.tsx - -commit ad38cd3c2d9ff31f3913269227ed9ec8d8e57b0b -Author: Lucian I. Last -Date: Tue Jan 24 13:49:42 2023 +0100 - - Set sender in config - -1 1 devops/templates/config.yml.j2 - -commit 20038e169c95f864aba93831ed43d0ce539d4f8a -Author: Lucian I. Last -Date: Tue Jan 24 13:48:16 2023 +0100 - - Separate user and sender for smtp settings - -2 2 server/internal/app/mail.go - -commit 8e5a61c6ae8a51c775ec0660578aa8e28ddfb89f -Author: Lucian I. Last -Date: Tue Jan 24 11:17:11 2023 +0100 - - Fix previous commit - -3 1 devops/setup-4-api.yml - -commit 7d06bd00484701050390460bb2c0347a44e09932 -Author: Lucian I. Last -Date: Tue Jan 24 10:58:23 2023 +0100 - - Improve ansible scripts - -11 5 devops/maint-start.yml -2 2 devops/maint-stop.yml -4 4 devops/setup-1-firewall.yml -8 8 devops/setup-2-caddy.yml -2 2 devops/setup-3-mariadb.yml -14 14 devops/setup-4-api.yml -3 3 devops/setup-5-cron.yml -4 4 devops/setup-6-phpmyadmin.yml -1 1 devops/status.yml - -commit fa936b563c75261cd3108234b66eb990b4af0003 -Author: Lucian I. Last -Date: Mon Jan 23 14:55:27 2023 +0100 - - Improve buttons on find loops page - -110 87 frontend/src/pages/FindChain.tsx - -commit 16d245b4380849d78ec73219f244e3d57c227860 -Author: Lucian I. Last -Date: Mon Jan 23 11:57:58 2023 +0100 - - Set created_at to NOW on approve call - -1 1 server/internal/controllers/chain.go - -commit 5640620f570f71915b32538dacc5652e719a1630 -Author: Lucian I. Last -Date: Mon Jan 23 11:44:46 2023 +0100 - - Fix create chain api calls stuck in unapproved - -5 1 server/internal/controllers/chain.go -2 0 server/internal/controllers/login.go - -commit b0f2293e4a292dbdb1df156fdd95503790c4eddb -Author: Lucian I. Last -Date: Fri Jan 20 11:10:22 2023 +0100 - - Change images to homepage#342 - -9 4 frontend/src/pages/Home.tsx - -commit fd890f21a248dcd5f1429173693cc1d056066d7f -Author: Lucian I. Last -Date: Fri Jan 20 10:22:35 2023 +0100 - - Set focus to submit button on result of SearchBar - -10 2 frontend/src/components/FindChain/SearchBar.tsx -2 0 frontend/src/pages/Geocoding.tsx - -commit 7ebe49262c16a30b3f7800adbaa46e7d8f24310c -Author: Lucian I. Last -Date: Fri Jan 20 09:38:59 2023 +0100 - - Fix sort & Use date format after 7 days - -0 1 frontend/public/locales/ar/translation.json -0 1 frontend/public/locales/de/translation.json -0 1 frontend/public/locales/en/translation.json -0 1 frontend/public/locales/es/translation.json -0 1 frontend/public/locales/fa/translation.json -0 1 frontend/public/locales/fr/translation.json -0 1 frontend/public/locales/it/translation.json -0 1 frontend/public/locales/nl/translation.json -0 1 frontend/public/locales/pt/translation.json -0 1 frontend/public/locales/sv/translation.json -0 1 frontend/public/locales/zh/translation.json -11 34 frontend/src/pages/ChainMemberList.tsx - -commit b72cca3b953544f67280f5fd447342884af75c19 -Author: Lucian I. Last -Date: Fri Jan 20 09:21:48 2023 +0100 - - Add flags and icons documentation - -11 1 frontend/README.md - -commit dedc9daa9c2762e4eef4a4e0aec4c33b83ed2ea0 -Author: Lucian I. Last -Date: Fri Jan 20 09:10:43 2023 +0100 - - Add non square flags - -0 5 frontend/public/icons/flags/de.svg -0 547 frontend/public/icons/flags/es.svg -0 7 frontend/public/icons/flags/fr.svg -0 7 frontend/public/icons/flags/gb.svg -0 5 frontend/public/icons/flags/nl.svg -0 4 frontend/public/icons/flags/se.svg -5 0 frontend/public/images/flags/de.svg -544 0 frontend/public/images/flags/es.svg -7 0 frontend/public/images/flags/fr.svg -7 0 frontend/public/images/flags/gb.svg -5 0 frontend/public/images/flags/nl.svg -4 0 frontend/public/images/flags/se.svg -5 5 frontend/src/components/LanguageSwitcher.tsx - -commit 2e665e8f696e4808e5a7be4b12cff90825e8a59f -Merge: 2c55082e dd4d3c1a -Author: Lucian I. Last -Date: Fri Jan 20 08:53:53 2023 +0100 - - Merge branch 'main' of github.com:CollActionteam/clothing-loop - -commit 2c55082edda2f9aff43dfe22e667fefd5980ca5f -Author: Lucian I. Last -Date: Fri Jan 20 08:53:08 2023 +0100 - - Add spanish to test languages - -2 1 frontend/src/components/LanguageSwitcher.tsx - -commit dd4d3c1ac8b1fe4dc75cd15fe4806bc40d274665 -Merge: f24db304 d24fe3e8 -Author: Lucian I. Last -Date: Thu Jan 19 17:31:28 2023 +0100 - - Merge pull request #339 from the-clothing-loop/l10n_main - -commit d24fe3e89fd876912c7c29c61ee209d610a7852f -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jan 19 17:29:15 2023 +0100 - - New translations translation.json (Persian) - -2 1 frontend/public/locales/fa/translation.json - -commit d2505118107dab2221e873697d59ee14244b091d -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jan 19 17:29:14 2023 +0100 - - New translations translation.json (Chinese Simplified) - -2 1 frontend/public/locales/zh/translation.json - -commit 4b1746d831f1316f4b035196198530aeaaec9100 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jan 19 17:29:13 2023 +0100 - - New translations translation.json (Swedish) - -2 0 .github/FUNDING.yml -71 0 .github/workflows/deploy-acceptance.yml -79 0 .github/workflows/deploy-production.yml -41 0 .github/workflows/lint.yml -3 0 .gitignore -9 0 CONTRIBUTING.md -21 0 LICENSE -87 0 ONBOARDING_DEVS.md -31 0 README.md -24 0 clothingloop.code-workspace -7 0 crowdin.yml -2 0 devops/.gitignore -0 0 devops/.prettierrc -53 0 devops/README.md -7 0 devops/ansible.cfg -16 0 devops/group_vars/all.yml.example -2 0 devops/hosts -10 0 devops/lint-caddy-files.sh -11 0 devops/maint-start.yml -14 0 devops/maint-stop.yml -30 0 devops/setup-1-firewall.yml -68 0 devops/setup-2-caddy.yml -49 0 devops/setup-3-mariadb.yml -103 0 devops/setup-4-api.yml -14 0 devops/setup-5-cron.yml -27 0 devops/setup-6-phpmyadmin.yml -8 0 devops/status.yml -113 0 devops/templates/Caddyfile -41 0 devops/templates/Caddyfile.maint -16 0 devops/templates/api.service.j2 -23 0 devops/templates/config.yml.j2 -419 0 devops/templates/maint/index.html -3 0 devops/templates/maint/src/build.sh -1 0 devops/templates/maint/src/style.min.css -29 0 devops/templates/maint/src/tailwind.config.js -14 0 frontend/.editorconfig -8 0 frontend/.env-acceptance -8 0 frontend/.env-example -11 0 frontend/.env-production -25 0 frontend/.gitignore -17 0 frontend/.prettierignore -0 0 frontend/.prettierrc.yml -3 0 frontend/.vscode/extensions.json -3 0 frontend/.vscode/settings.json -76 0 frontend/PALETTE.md -55 0 frontend/README.md -74 0 frontend/index.html -9773 0 frontend/package-lock.json -76 0 frontend/package.json -6 0 frontend/postcss.config.cjs -- - frontend/public/favicon.ico -- - frontend/public/fonts/montserrat/JTUQjIg1_i6t8kCHKm459WxRxC7mw9c.woff2 -- - frontend/public/fonts/montserrat/JTUQjIg1_i6t8kCHKm459WxRxi7mw9c.woff2 -- - frontend/public/fonts/montserrat/JTUQjIg1_i6t8kCHKm459WxRxy7mw9c.woff2 -- - frontend/public/fonts/montserrat/JTUQjIg1_i6t8kCHKm459WxRyS7m.woff2 -- - frontend/public/fonts/montserrat/JTUQjIg1_i6t8kCHKm459WxRzS7mw9c.woff2 -- - frontend/public/fonts/montserrat/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2 -- - frontend/public/fonts/montserrat/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2 -- - frontend/public/fonts/montserrat/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2 -- - frontend/public/fonts/montserrat/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2 -- - frontend/public/fonts/montserrat/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2 -900 0 frontend/public/fonts/montserrat/style.css -- - frontend/public/fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2 -- - frontend/public/fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2 -- - frontend/public/fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2 -- - frontend/public/fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2 -- - frontend/public/fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7.woff2 -- - frontend/public/fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk72xU.woff2 -- - frontend/public/fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk72xU.woff2 -- - frontend/public/fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk72xU.woff2 -400 0 frontend/public/fonts/playfair-display/style.css -279 0 frontend/public/icons/feather/feather.svg -- - frontend/public/icons/feather/feather.ttf -- - frontend/public/icons/feather/feather.woff -832 0 frontend/public/icons/feather/style.css -5 0 frontend/public/icons/flags/de.svg -547 0 frontend/public/icons/flags/es.svg -7 0 frontend/public/icons/flags/fr.svg -7 0 frontend/public/icons/flags/gb.svg -5 0 frontend/public/icons/flags/nl.svg -4 0 frontend/public/icons/flags/se.svg -- - frontend/public/images/payment-methods/amex.png -- - frontend/public/images/payment-methods/applepay.png -- - frontend/public/images/payment-methods/bancontact.png -- - frontend/public/images/payment-methods/creditcard.png -- - frontend/public/images/payment-methods/ideal.png -- - frontend/public/images/payment-methods/mastercard.png -- - frontend/public/images/payment-methods/visa.png -7 0 frontend/public/locales/ar/about.json -60 0 frontend/public/locales/ar/faq.json -29 0 frontend/public/locales/ar/testimonials.json -230 0 frontend/public/locales/ar/translation.json -7 0 frontend/public/locales/de/about.json -60 0 frontend/public/locales/de/faq.json -29 0 frontend/public/locales/de/testimonials.json -230 0 frontend/public/locales/de/translation.json -7 0 frontend/public/locales/en/about.json -60 0 frontend/public/locales/en/faq.json -29 0 frontend/public/locales/en/testimonials.json -230 0 frontend/public/locales/en/translation.json -7 0 frontend/public/locales/es/about.json -60 0 frontend/public/locales/es/faq.json -29 0 frontend/public/locales/es/testimonials.json -230 0 frontend/public/locales/es/translation.json -7 0 frontend/public/locales/fa/about.json -60 0 frontend/public/locales/fa/faq.json -29 0 frontend/public/locales/fa/testimonials.json -229 0 frontend/public/locales/fa/translation.json -7 0 frontend/public/locales/fr/about.json -60 0 frontend/public/locales/fr/faq.json -29 0 frontend/public/locales/fr/testimonials.json -230 0 frontend/public/locales/fr/translation.json -7 0 frontend/public/locales/it/about.json -60 0 frontend/public/locales/it/faq.json -29 0 frontend/public/locales/it/testimonials.json -230 0 frontend/public/locales/it/translation.json -7 0 frontend/public/locales/nl/about.json -60 0 frontend/public/locales/nl/faq.json -29 0 frontend/public/locales/nl/testimonials.json -230 0 frontend/public/locales/nl/translation.json -7 0 frontend/public/locales/pt/about.json -60 0 frontend/public/locales/pt/faq.json -29 0 frontend/public/locales/pt/testimonials.json -230 0 frontend/public/locales/pt/translation.json -7 0 frontend/public/locales/sv/about.json -60 0 frontend/public/locales/sv/faq.json -29 0 frontend/public/locales/sv/testimonials.json -230 0 frontend/public/locales/sv/translation.json -7 0 frontend/public/locales/zh/about.json -60 0 frontend/public/locales/zh/faq.json -29 0 frontend/public/locales/zh/testimonials.json -229 0 frontend/public/locales/zh/translation.json -- - frontend/public/logo192.png -- - frontend/public/logo512.png -25 0 frontend/public/manifest.json -3 0 frontend/public/robots.txt -- - frontend/public/videos/TCL-video.mp4 -61 0 frontend/sitemap.js -207 0 frontend/src/App.tsx -32 0 frontend/src/airbrake.ts -5 0 frontend/src/api/axios.ts -66 0 frontend/src/api/chain.ts -21 0 frontend/src/api/contact.ts -39 0 frontend/src/api/enums.ts -10 0 frontend/src/api/info.ts -50 0 frontend/src/api/login.ts -26 0 frontend/src/api/payment.ts -35 0 frontend/src/api/types.ts -60 0 frontend/src/api/user.ts -36 0 frontend/src/components/Badges.tsx -31 0 frontend/src/components/Carousel.tsx -80 0 frontend/src/components/CategoriesDropdown.tsx -313 0 frontend/src/components/ChainDetailsForm.tsx -110 0 frontend/src/components/ChainParticipantsTable.tsx -80 0 frontend/src/components/Counters/Counters.tsx -35 0 frontend/src/components/Counters/SingleCounter.tsx -18 0 frontend/src/components/Counters/hooks.tsx -113 0 frontend/src/components/DataExport.tsx -118 0 frontend/src/components/FindChain/SearchBar.tsx -22 0 frontend/src/components/FindChain/StandaloneSearchBar.tsx -166 0 frontend/src/components/Footer.tsx -108 0 frontend/src/components/FormFields.tsx -58 0 frontend/src/components/GeocoderSelector.tsx -88 0 frontend/src/components/LanguageSwitcher.tsx -21 0 frontend/src/components/Layouts.tsx -149 0 frontend/src/components/Navbar.tsx -99 0 frontend/src/components/Newsletter.tsx -19 0 frontend/src/components/Popover.tsx -44 0 frontend/src/components/ProgressBar.tsx -95 0 frontend/src/components/SizesDropdown.tsx -96 0 frontend/src/components/Testimonials.tsx -50 0 frontend/src/components/formActions.tsx -31 0 frontend/src/i18n.tsx -51 0 frontend/src/index.tsx -89 0 frontend/src/pages/About.tsx -64 0 frontend/src/pages/AdminDashboard.tsx -77 0 frontend/src/pages/ChainEdit.tsx -774 0 frontend/src/pages/ChainMemberList.tsx -195 0 frontend/src/pages/ChainsList.tsx -114 0 frontend/src/pages/Contacts.tsx -26 0 frontend/src/pages/Donations/Donate.tsx -22 0 frontend/src/pages/Donations/DonationCompleted.tsx -358 0 frontend/src/pages/Donations/DonationForm.tsx -112 0 frontend/src/pages/FAQ.tsx -507 0 frontend/src/pages/FindChain.tsx -79 0 frontend/src/pages/Geocoding.tsx -371 0 frontend/src/pages/Home.tsx -111 0 frontend/src/pages/Login.tsx -47 0 frontend/src/pages/LoginEmailFinished.tsx -34 0 frontend/src/pages/Logout.tsx -38 0 frontend/src/pages/MessageSubmitted.tsx -120 0 frontend/src/pages/NewChainLocation.tsx -157 0 frontend/src/pages/NewChainSignup.tsx -348 0 frontend/src/pages/PrivacyPolicy.tsx -197 0 frontend/src/pages/Signup.tsx -333 0 frontend/src/pages/TermsOfUse.tsx -96 0 frontend/src/pages/Thankyou.tsx -186 0 frontend/src/pages/UserEdit.tsx -146 0 frontend/src/providers/AuthProvider.tsx -19 0 frontend/src/providers/ChainsProvider.tsx -162 0 frontend/src/providers/ToastProvider.tsx -5 0 frontend/src/setupTests.ts -117 0 frontend/src/tailwind.css -29 0 frontend/src/util/categories.ts -61 0 frontend/src/util/dropdown.hooks.ts -15 0 frontend/src/util/form-jup.ts -19 0 frontend/src/util/form.hooks.ts -24 0 frontend/src/util/gin-errors.ts -321 0 frontend/src/util/goatcounter.js -3 0 frontend/src/util/maps.ts -1 0 frontend/src/util/phoneRegExp.ts -13 0 frontend/src/util/scrollToTop.tsx -3 0 frontend/src/util/sleep.ts -1 0 frontend/src/vite-env.d.ts -44 0 frontend/src/window.d.ts -104 0 frontend/tailwind.config.cjs -20 0 frontend/tsconfig.json -17 0 frontend/vite.config.ts -18 0 server/.editorconfig -14 0 server/.gitignore -3 0 server/.vscode/extensions.json -45 0 server/Makefile -135 0 server/README.md -61 0 server/cmd/generate-fake-data/main.go -20 0 server/cmd/server-fcgi/main.go -5 0 server/cmd/server-fcgi/static/.htaccess -35 0 server/cmd/server/main.go -23 0 server/config.example.yml -28 0 server/docker/docker-compose.yml -49 0 server/go.mod -140 0 server/go.sum -24 0 server/internal/app/airbrake.go -157 0 server/internal/app/auth/auth.go -162 0 server/internal/app/auth/auth_test.go -44 0 server/internal/app/auth/cookie.go -14 0 server/internal/app/auth/testmain_test.go -128 0 server/internal/app/auth/token.go -86 0 server/internal/app/auth/token_test.go -79 0 server/internal/app/config.go -17 0 server/internal/app/config_test.go -104 0 server/internal/app/database.go -15 0 server/internal/app/gin_utils/ginabort.go -55 0 server/internal/app/mail.go -18 0 server/internal/app/testutils.go -454 0 server/internal/controllers/chain.go -70 0 server/internal/controllers/contact.go -39 0 server/internal/controllers/info.go -281 0 server/internal/controllers/login.go -20 0 server/internal/controllers/middleware.go -154 0 server/internal/controllers/payments.go -331 0 server/internal/controllers/users.go -33 0 server/internal/models/chain.go -23 0 server/internal/models/gender.go -41 0 server/internal/models/gender_test.go -17 0 server/internal/models/mail.go -29 0 server/internal/models/newsletter.go -30 0 server/internal/models/payment.go -31 0 server/internal/models/size.go -47 0 server/internal/models/size_test.go -107 0 server/internal/models/user.go -85 0 server/internal/server.go -52 0 server/internal/tests/integration_tests/chain_add_user_test.go -60 0 server/internal/tests/integration_tests/register_basic_user_test.go -72 0 server/internal/tests/integration_tests/register_chain_admin_test.go -16 0 server/internal/tests/integration_tests/testmain_test.go -51 0 server/internal/tests/integration_tests/user_get_test.go -55 0 server/internal/tests/mocks/mock-gin-context.go -140 0 server/internal/tests/mocks/mock-tables.go -29 0 server/internal/tests/mocks/mock-tables_test.go -20 0 server/internal/tests/mocks/testmain_test.go -181 0 server/internal/views/email.go -16 0 server/internal/views/emails/ar/a_participant_joined_the_loop.gohtml -5 0 server/internal/views/emails/ar/an_admin_approved_your_join_request.gohtml -5 0 server/internal/views/emails/ar/an_admin_denied_your_join_request.gohtml -12 0 server/internal/views/emails/ar/contact_confirmation.gohtml -9 0 server/internal/views/emails/ar/headers.json -8 0 server/internal/views/emails/ar/login_verification.gohtml -8 0 server/internal/views/emails/ar/register_verification.gohtml -14 0 server/internal/views/emails/ar/subscribed_to_newsletter.gohtml -16 0 server/internal/views/emails/de/a_participant_joined_the_loop.gohtml -5 0 server/internal/views/emails/de/an_admin_approved_your_join_request.gohtml -5 0 server/internal/views/emails/de/an_admin_denied_your_join_request.gohtml -12 0 server/internal/views/emails/de/contact_confirmation.gohtml -9 0 server/internal/views/emails/de/headers.json -8 0 server/internal/views/emails/de/login_verification.gohtml -8 0 server/internal/views/emails/de/register_verification.gohtml -14 0 server/internal/views/emails/de/subscribed_to_newsletter.gohtml -16 0 server/internal/views/emails/en/a_participant_joined_the_loop.gohtml -5 0 server/internal/views/emails/en/an_admin_approved_your_join_request.gohtml -5 0 server/internal/views/emails/en/an_admin_denied_your_join_request.gohtml -12 0 server/internal/views/emails/en/contact_confirmation.gohtml -9 0 server/internal/views/emails/en/headers.json -8 0 server/internal/views/emails/en/login_verification.gohtml -8 0 server/internal/views/emails/en/register_verification.gohtml -14 0 server/internal/views/emails/en/subscribed_to_newsletter.gohtml -16 0 server/internal/views/emails/es/a_participant_joined_the_loop.gohtml -5 0 server/internal/views/emails/es/an_admin_approved_your_join_request.gohtml -5 0 server/internal/views/emails/es/an_admin_denied_your_join_request.gohtml -12 0 server/internal/views/emails/es/contact_confirmation.gohtml -9 0 server/internal/views/emails/es/headers.json -8 0 server/internal/views/emails/es/login_verification.gohtml -8 0 server/internal/views/emails/es/register_verification.gohtml -14 0 server/internal/views/emails/es/subscribed_to_newsletter.gohtml -16 0 server/internal/views/emails/fa/a_participant_joined_the_loop.gohtml -5 0 server/internal/views/emails/fa/an_admin_approved_your_join_request.gohtml -5 0 server/internal/views/emails/fa/an_admin_denied_your_join_request.gohtml -12 0 server/internal/views/emails/fa/contact_confirmation.gohtml -9 0 server/internal/views/emails/fa/headers.json -8 0 server/internal/views/emails/fa/login_verification.gohtml -8 0 server/internal/views/emails/fa/register_verification.gohtml -14 0 server/internal/views/emails/fa/subscribed_to_newsletter.gohtml -16 0 server/internal/views/emails/fr/a_participant_joined_the_loop.gohtml -5 0 server/internal/views/emails/fr/an_admin_approved_your_join_request.gohtml -5 0 server/internal/views/emails/fr/an_admin_denied_your_join_request.gohtml -12 0 server/internal/views/emails/fr/contact_confirmation.gohtml -9 0 server/internal/views/emails/fr/headers.json -8 0 server/internal/views/emails/fr/login_verification.gohtml -8 0 server/internal/views/emails/fr/register_verification.gohtml -14 0 server/internal/views/emails/fr/subscribed_to_newsletter.gohtml -16 0 server/internal/views/emails/it/a_participant_joined_the_loop.gohtml -5 0 server/internal/views/emails/it/an_admin_approved_your_join_request.gohtml -5 0 server/internal/views/emails/it/an_admin_denied_your_join_request.gohtml -12 0 server/internal/views/emails/it/contact_confirmation.gohtml -9 0 server/internal/views/emails/it/headers.json -8 0 server/internal/views/emails/it/login_verification.gohtml -8 0 server/internal/views/emails/it/register_verification.gohtml -14 0 server/internal/views/emails/it/subscribed_to_newsletter.gohtml -16 0 server/internal/views/emails/nl/a_participant_joined_the_loop.gohtml -5 0 server/internal/views/emails/nl/an_admin_approved_your_join_request.gohtml -5 0 server/internal/views/emails/nl/an_admin_denied_your_join_request.gohtml -12 0 server/internal/views/emails/nl/contact_confirmation.gohtml -9 0 server/internal/views/emails/nl/headers.json -8 0 server/internal/views/emails/nl/login_verification.gohtml -8 0 server/internal/views/emails/nl/register_verification.gohtml -14 0 server/internal/views/emails/nl/subscribed_to_newsletter.gohtml -16 0 server/internal/views/emails/pt/a_participant_joined_the_loop.gohtml -5 0 server/internal/views/emails/pt/an_admin_approved_your_join_request.gohtml -5 0 server/internal/views/emails/pt/an_admin_denied_your_join_request.gohtml -12 0 server/internal/views/emails/pt/contact_confirmation.gohtml -9 0 server/internal/views/emails/pt/headers.json -8 0 server/internal/views/emails/pt/login_verification.gohtml -8 0 server/internal/views/emails/pt/register_verification.gohtml -14 0 server/internal/views/emails/pt/subscribed_to_newsletter.gohtml -16 0 server/internal/views/emails/sv/a_participant_joined_the_loop.gohtml -5 0 server/internal/views/emails/sv/an_admin_approved_your_join_request.gohtml -5 0 server/internal/views/emails/sv/an_admin_denied_your_join_request.gohtml -12 0 server/internal/views/emails/sv/contact_confirmation.gohtml -9 0 server/internal/views/emails/sv/headers.json -8 0 server/internal/views/emails/sv/login_verification.gohtml -8 0 server/internal/views/emails/sv/register_verification.gohtml -14 0 server/internal/views/emails/sv/subscribed_to_newsletter.gohtml -16 0 server/internal/views/emails/zh/a_participant_joined_the_loop.gohtml -5 0 server/internal/views/emails/zh/an_admin_approved_your_join_request.gohtml -5 0 server/internal/views/emails/zh/an_admin_denied_your_join_request.gohtml -12 0 server/internal/views/emails/zh/contact_confirmation.gohtml -9 0 server/internal/views/emails/zh/headers.json -8 0 server/internal/views/emails/zh/login_verification.gohtml -8 0 server/internal/views/emails/zh/register_verification.gohtml -14 0 server/internal/views/emails/zh/subscribed_to_newsletter.gohtml -34 0 server/internal/views/embed.go -13 0 server/sql/README.md -11 0 server/sql/count-chains-and-users-of-province.sql -2 0 server/sql/delete-chain.sql -3 0 server/sql/delete-user.sql -18 0 server/sql/dev-purge.sql -13 0 server/sql/export-newsletter-chain-admins.sql -5 0 server/sql/find-chain-by-user-email.sql -19 0 server/sql/find-duplicates.sql -9 0 server/sql/find-users-of-multipule-chains.sql -25 0 server/sql/merge-chain-users.sql -4 0 server/sql/set-user-chain-admin.sql -4 0 server/staticcheck.conf - -commit f24db304b38892faeab59ad7b2c0ab49b2156ea9 -Merge: 27a6f3ea 30815b78 -Author: Lucian I. Last -Date: Thu Jan 19 17:01:14 2023 +0100 - - Merge remote-tracking branch 'origin/HEAD' - -commit 30815b7851eafac43cd9d0f2c6d7f32574ad3207 -Merge: c388a560 bac51397 -Author: Lucian I. Last -Date: Thu Jan 19 16:59:56 2023 +0100 - - Merge pull request #338 from the-clothing-loop/l10n_main - - New Crowdin updates - -commit 27a6f3ea615d3094285483bc056a344efb197ce2 -Author: Lucian I. Last -Date: Thu Jan 19 16:58:17 2023 +0100 - - Change swap dont shop to english - -0 1 frontend/public/locales/ar/translation.json -0 1 frontend/public/locales/de/translation.json -0 1 frontend/public/locales/en/translation.json -0 1 frontend/public/locales/es/translation.json -0 1 frontend/public/locales/fa/translation.json -0 1 frontend/public/locales/fr/translation.json -0 1 frontend/public/locales/it/translation.json -0 1 frontend/public/locales/nl/translation.json -0 1 frontend/public/locales/pt/translation.json -0 1 frontend/public/locales/sv/translation.json -0 1 frontend/public/locales/zh/translation.json -7 4 frontend/src/pages/Home.tsx - -commit c388a56030c4888d9ad4fa86ba316be4346e6a47 -Author: Lucian I. Last -Date: Thu Jan 19 16:49:06 2023 +0100 - - lint - -2 0 .github/FUNDING.yml -71 0 .github/workflows/deploy-acceptance.yml -79 0 .github/workflows/deploy-production.yml -41 0 .github/workflows/lint.yml -3 0 .gitignore -9 0 CONTRIBUTING.md -21 0 LICENSE -87 0 ONBOARDING_DEVS.md -31 0 README.md -24 0 clothingloop.code-workspace -7 0 crowdin.yml -2 0 devops/.gitignore -0 0 devops/.prettierrc -53 0 devops/README.md -7 0 devops/ansible.cfg -16 0 devops/group_vars/all.yml.example -2 0 devops/hosts -10 0 devops/lint-caddy-files.sh -11 0 devops/maint-start.yml -14 0 devops/maint-stop.yml -30 0 devops/setup-1-firewall.yml -68 0 devops/setup-2-caddy.yml -49 0 devops/setup-3-mariadb.yml -103 0 devops/setup-4-api.yml -14 0 devops/setup-5-cron.yml -27 0 devops/setup-6-phpmyadmin.yml -8 0 devops/status.yml -113 0 devops/templates/Caddyfile -41 0 devops/templates/Caddyfile.maint -16 0 devops/templates/api.service.j2 -23 0 devops/templates/config.yml.j2 -419 0 devops/templates/maint/index.html -3 0 devops/templates/maint/src/build.sh -1 0 devops/templates/maint/src/style.min.css -29 0 devops/templates/maint/src/tailwind.config.js -14 0 frontend/.editorconfig -8 0 frontend/.env-acceptance -8 0 frontend/.env-example -11 0 frontend/.env-production -25 0 frontend/.gitignore -17 0 frontend/.prettierignore -0 0 frontend/.prettierrc.yml -3 0 frontend/.vscode/extensions.json -3 0 frontend/.vscode/settings.json -76 0 frontend/PALETTE.md -55 0 frontend/README.md -74 0 frontend/index.html -9773 0 frontend/package-lock.json -76 0 frontend/package.json -6 0 frontend/postcss.config.cjs -- - frontend/public/favicon.ico -- - frontend/public/fonts/montserrat/JTUQjIg1_i6t8kCHKm459WxRxC7mw9c.woff2 -- - frontend/public/fonts/montserrat/JTUQjIg1_i6t8kCHKm459WxRxi7mw9c.woff2 -- - frontend/public/fonts/montserrat/JTUQjIg1_i6t8kCHKm459WxRxy7mw9c.woff2 -- - frontend/public/fonts/montserrat/JTUQjIg1_i6t8kCHKm459WxRyS7m.woff2 -- - frontend/public/fonts/montserrat/JTUQjIg1_i6t8kCHKm459WxRzS7mw9c.woff2 -- - frontend/public/fonts/montserrat/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2 -- - frontend/public/fonts/montserrat/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2 -- - frontend/public/fonts/montserrat/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2 -- - frontend/public/fonts/montserrat/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2 -- - frontend/public/fonts/montserrat/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2 -900 0 frontend/public/fonts/montserrat/style.css -- - frontend/public/fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2 -- - frontend/public/fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2 -- - frontend/public/fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2 -- - frontend/public/fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2 -- - frontend/public/fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7.woff2 -- - frontend/public/fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk72xU.woff2 -- - frontend/public/fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk72xU.woff2 -- - frontend/public/fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk72xU.woff2 -400 0 frontend/public/fonts/playfair-display/style.css -279 0 frontend/public/icons/feather/feather.svg -- - frontend/public/icons/feather/feather.ttf -- - frontend/public/icons/feather/feather.woff -832 0 frontend/public/icons/feather/style.css -5 0 frontend/public/icons/flags/de.svg -547 0 frontend/public/icons/flags/es.svg -7 0 frontend/public/icons/flags/fr.svg -7 0 frontend/public/icons/flags/gb.svg -5 0 frontend/public/icons/flags/nl.svg -4 0 frontend/public/icons/flags/se.svg -- - frontend/public/images/payment-methods/amex.png -- - frontend/public/images/payment-methods/applepay.png -- - frontend/public/images/payment-methods/bancontact.png -- - frontend/public/images/payment-methods/creditcard.png -- - frontend/public/images/payment-methods/ideal.png -- - frontend/public/images/payment-methods/mastercard.png -- - frontend/public/images/payment-methods/visa.png -7 0 frontend/public/locales/ar/about.json -60 0 frontend/public/locales/ar/faq.json -29 0 frontend/public/locales/ar/testimonials.json -228 0 frontend/public/locales/ar/translation.json -7 0 frontend/public/locales/de/about.json -60 0 frontend/public/locales/de/faq.json -29 0 frontend/public/locales/de/testimonials.json -228 0 frontend/public/locales/de/translation.json -7 0 frontend/public/locales/en/about.json -60 0 frontend/public/locales/en/faq.json -29 0 frontend/public/locales/en/testimonials.json -231 0 frontend/public/locales/en/translation.json -7 0 frontend/public/locales/es/about.json -60 0 frontend/public/locales/es/faq.json -29 0 frontend/public/locales/es/testimonials.json -228 0 frontend/public/locales/es/translation.json -7 0 frontend/public/locales/fa/about.json -60 0 frontend/public/locales/fa/faq.json -29 0 frontend/public/locales/fa/testimonials.json -228 0 frontend/public/locales/fa/translation.json -7 0 frontend/public/locales/fr/about.json -60 0 frontend/public/locales/fr/faq.json -29 0 frontend/public/locales/fr/testimonials.json -228 0 frontend/public/locales/fr/translation.json -7 0 frontend/public/locales/it/about.json -60 0 frontend/public/locales/it/faq.json -29 0 frontend/public/locales/it/testimonials.json -228 0 frontend/public/locales/it/translation.json -7 0 frontend/public/locales/nl/about.json -60 0 frontend/public/locales/nl/faq.json -29 0 frontend/public/locales/nl/testimonials.json -228 0 frontend/public/locales/nl/translation.json -7 0 frontend/public/locales/pt/about.json -60 0 frontend/public/locales/pt/faq.json -29 0 frontend/public/locales/pt/testimonials.json -228 0 frontend/public/locales/pt/translation.json -7 0 frontend/public/locales/sv/about.json -60 0 frontend/public/locales/sv/faq.json -29 0 frontend/public/locales/sv/testimonials.json -228 0 frontend/public/locales/sv/translation.json -7 0 frontend/public/locales/zh/about.json -60 0 frontend/public/locales/zh/faq.json -29 0 frontend/public/locales/zh/testimonials.json -228 0 frontend/public/locales/zh/translation.json -- - frontend/public/logo192.png -- - frontend/public/logo512.png -25 0 frontend/public/manifest.json -3 0 frontend/public/robots.txt -- - frontend/public/videos/TCL-video.mp4 -61 0 frontend/sitemap.js -207 0 frontend/src/App.tsx -32 0 frontend/src/airbrake.ts -5 0 frontend/src/api/axios.ts -66 0 frontend/src/api/chain.ts -21 0 frontend/src/api/contact.ts -39 0 frontend/src/api/enums.ts -10 0 frontend/src/api/info.ts -50 0 frontend/src/api/login.ts -26 0 frontend/src/api/payment.ts -35 0 frontend/src/api/types.ts -60 0 frontend/src/api/user.ts -36 0 frontend/src/components/Badges.tsx -31 0 frontend/src/components/Carousel.tsx -80 0 frontend/src/components/CategoriesDropdown.tsx -313 0 frontend/src/components/ChainDetailsForm.tsx -110 0 frontend/src/components/ChainParticipantsTable.tsx -80 0 frontend/src/components/Counters/Counters.tsx -35 0 frontend/src/components/Counters/SingleCounter.tsx -18 0 frontend/src/components/Counters/hooks.tsx -113 0 frontend/src/components/DataExport.tsx -118 0 frontend/src/components/FindChain/SearchBar.tsx -22 0 frontend/src/components/FindChain/StandaloneSearchBar.tsx -166 0 frontend/src/components/Footer.tsx -108 0 frontend/src/components/FormFields.tsx -58 0 frontend/src/components/GeocoderSelector.tsx -88 0 frontend/src/components/LanguageSwitcher.tsx -21 0 frontend/src/components/Layouts.tsx -149 0 frontend/src/components/Navbar.tsx -99 0 frontend/src/components/Newsletter.tsx -19 0 frontend/src/components/Popover.tsx -44 0 frontend/src/components/ProgressBar.tsx -95 0 frontend/src/components/SizesDropdown.tsx -96 0 frontend/src/components/Testimonials.tsx -50 0 frontend/src/components/formActions.tsx -31 0 frontend/src/i18n.tsx -51 0 frontend/src/index.tsx -89 0 frontend/src/pages/About.tsx -64 0 frontend/src/pages/AdminDashboard.tsx -77 0 frontend/src/pages/ChainEdit.tsx -774 0 frontend/src/pages/ChainMemberList.tsx -195 0 frontend/src/pages/ChainsList.tsx -114 0 frontend/src/pages/Contacts.tsx -26 0 frontend/src/pages/Donations/Donate.tsx -22 0 frontend/src/pages/Donations/DonationCompleted.tsx -358 0 frontend/src/pages/Donations/DonationForm.tsx -112 0 frontend/src/pages/FAQ.tsx -507 0 frontend/src/pages/FindChain.tsx -79 0 frontend/src/pages/Geocoding.tsx -368 0 frontend/src/pages/Home.tsx -111 0 frontend/src/pages/Login.tsx -47 0 frontend/src/pages/LoginEmailFinished.tsx -34 0 frontend/src/pages/Logout.tsx -38 0 frontend/src/pages/MessageSubmitted.tsx -120 0 frontend/src/pages/NewChainLocation.tsx -157 0 frontend/src/pages/NewChainSignup.tsx -348 0 frontend/src/pages/PrivacyPolicy.tsx -197 0 frontend/src/pages/Signup.tsx -333 0 frontend/src/pages/TermsOfUse.tsx -96 0 frontend/src/pages/Thankyou.tsx -186 0 frontend/src/pages/UserEdit.tsx -146 0 frontend/src/providers/AuthProvider.tsx -19 0 frontend/src/providers/ChainsProvider.tsx -162 0 frontend/src/providers/ToastProvider.tsx -5 0 frontend/src/setupTests.ts -117 0 frontend/src/tailwind.css -29 0 frontend/src/util/categories.ts -61 0 frontend/src/util/dropdown.hooks.ts -15 0 frontend/src/util/form-jup.ts -19 0 frontend/src/util/form.hooks.ts -24 0 frontend/src/util/gin-errors.ts -321 0 frontend/src/util/goatcounter.js -3 0 frontend/src/util/maps.ts -1 0 frontend/src/util/phoneRegExp.ts -13 0 frontend/src/util/scrollToTop.tsx -3 0 frontend/src/util/sleep.ts -1 0 frontend/src/vite-env.d.ts -44 0 frontend/src/window.d.ts -104 0 frontend/tailwind.config.cjs -20 0 frontend/tsconfig.json -17 0 frontend/vite.config.ts -18 0 server/.editorconfig -14 0 server/.gitignore -3 0 server/.vscode/extensions.json -45 0 server/Makefile -135 0 server/README.md -61 0 server/cmd/generate-fake-data/main.go -20 0 server/cmd/server-fcgi/main.go -5 0 server/cmd/server-fcgi/static/.htaccess -35 0 server/cmd/server/main.go -23 0 server/config.example.yml -28 0 server/docker/docker-compose.yml -49 0 server/go.mod -140 0 server/go.sum -24 0 server/internal/app/airbrake.go -157 0 server/internal/app/auth/auth.go -162 0 server/internal/app/auth/auth_test.go -44 0 server/internal/app/auth/cookie.go -14 0 server/internal/app/auth/testmain_test.go -128 0 server/internal/app/auth/token.go -86 0 server/internal/app/auth/token_test.go -79 0 server/internal/app/config.go -17 0 server/internal/app/config_test.go -104 0 server/internal/app/database.go -15 0 server/internal/app/gin_utils/ginabort.go -55 0 server/internal/app/mail.go -18 0 server/internal/app/testutils.go -454 0 server/internal/controllers/chain.go -70 0 server/internal/controllers/contact.go -39 0 server/internal/controllers/info.go -281 0 server/internal/controllers/login.go -20 0 server/internal/controllers/middleware.go -154 0 server/internal/controllers/payments.go -331 0 server/internal/controllers/users.go -33 0 server/internal/models/chain.go -23 0 server/internal/models/gender.go -41 0 server/internal/models/gender_test.go -17 0 server/internal/models/mail.go -29 0 server/internal/models/newsletter.go -30 0 server/internal/models/payment.go -31 0 server/internal/models/size.go -47 0 server/internal/models/size_test.go -107 0 server/internal/models/user.go -85 0 server/internal/server.go -52 0 server/internal/tests/integration_tests/chain_add_user_test.go -60 0 server/internal/tests/integration_tests/register_basic_user_test.go -72 0 server/internal/tests/integration_tests/register_chain_admin_test.go -16 0 server/internal/tests/integration_tests/testmain_test.go -51 0 server/internal/tests/integration_tests/user_get_test.go -55 0 server/internal/tests/mocks/mock-gin-context.go -140 0 server/internal/tests/mocks/mock-tables.go -29 0 server/internal/tests/mocks/mock-tables_test.go -20 0 server/internal/tests/mocks/testmain_test.go -181 0 server/internal/views/email.go -16 0 server/internal/views/emails/ar/a_participant_joined_the_loop.gohtml -5 0 server/internal/views/emails/ar/an_admin_approved_your_join_request.gohtml -5 0 server/internal/views/emails/ar/an_admin_denied_your_join_request.gohtml -12 0 server/internal/views/emails/ar/contact_confirmation.gohtml -9 0 server/internal/views/emails/ar/headers.json -8 0 server/internal/views/emails/ar/login_verification.gohtml -8 0 server/internal/views/emails/ar/register_verification.gohtml -14 0 server/internal/views/emails/ar/subscribed_to_newsletter.gohtml -16 0 server/internal/views/emails/de/a_participant_joined_the_loop.gohtml -5 0 server/internal/views/emails/de/an_admin_approved_your_join_request.gohtml -5 0 server/internal/views/emails/de/an_admin_denied_your_join_request.gohtml -12 0 server/internal/views/emails/de/contact_confirmation.gohtml -9 0 server/internal/views/emails/de/headers.json -8 0 server/internal/views/emails/de/login_verification.gohtml -8 0 server/internal/views/emails/de/register_verification.gohtml -14 0 server/internal/views/emails/de/subscribed_to_newsletter.gohtml -16 0 server/internal/views/emails/en/a_participant_joined_the_loop.gohtml -5 0 server/internal/views/emails/en/an_admin_approved_your_join_request.gohtml -5 0 server/internal/views/emails/en/an_admin_denied_your_join_request.gohtml -12 0 server/internal/views/emails/en/contact_confirmation.gohtml -9 0 server/internal/views/emails/en/headers.json -8 0 server/internal/views/emails/en/login_verification.gohtml -8 0 server/internal/views/emails/en/register_verification.gohtml -14 0 server/internal/views/emails/en/subscribed_to_newsletter.gohtml -16 0 server/internal/views/emails/es/a_participant_joined_the_loop.gohtml -5 0 server/internal/views/emails/es/an_admin_approved_your_join_request.gohtml -5 0 server/internal/views/emails/es/an_admin_denied_your_join_request.gohtml -12 0 server/internal/views/emails/es/contact_confirmation.gohtml -9 0 server/internal/views/emails/es/headers.json -8 0 server/internal/views/emails/es/login_verification.gohtml -8 0 server/internal/views/emails/es/register_verification.gohtml -14 0 server/internal/views/emails/es/subscribed_to_newsletter.gohtml -16 0 server/internal/views/emails/fa/a_participant_joined_the_loop.gohtml -5 0 server/internal/views/emails/fa/an_admin_approved_your_join_request.gohtml -5 0 server/internal/views/emails/fa/an_admin_denied_your_join_request.gohtml -12 0 server/internal/views/emails/fa/contact_confirmation.gohtml -9 0 server/internal/views/emails/fa/headers.json -8 0 server/internal/views/emails/fa/login_verification.gohtml -8 0 server/internal/views/emails/fa/register_verification.gohtml -14 0 server/internal/views/emails/fa/subscribed_to_newsletter.gohtml -16 0 server/internal/views/emails/fr/a_participant_joined_the_loop.gohtml -5 0 server/internal/views/emails/fr/an_admin_approved_your_join_request.gohtml -5 0 server/internal/views/emails/fr/an_admin_denied_your_join_request.gohtml -12 0 server/internal/views/emails/fr/contact_confirmation.gohtml -9 0 server/internal/views/emails/fr/headers.json -8 0 server/internal/views/emails/fr/login_verification.gohtml -8 0 server/internal/views/emails/fr/register_verification.gohtml -14 0 server/internal/views/emails/fr/subscribed_to_newsletter.gohtml -16 0 server/internal/views/emails/it/a_participant_joined_the_loop.gohtml -5 0 server/internal/views/emails/it/an_admin_approved_your_join_request.gohtml -5 0 server/internal/views/emails/it/an_admin_denied_your_join_request.gohtml -12 0 server/internal/views/emails/it/contact_confirmation.gohtml -9 0 server/internal/views/emails/it/headers.json -8 0 server/internal/views/emails/it/login_verification.gohtml -8 0 server/internal/views/emails/it/register_verification.gohtml -14 0 server/internal/views/emails/it/subscribed_to_newsletter.gohtml -16 0 server/internal/views/emails/nl/a_participant_joined_the_loop.gohtml -5 0 server/internal/views/emails/nl/an_admin_approved_your_join_request.gohtml -5 0 server/internal/views/emails/nl/an_admin_denied_your_join_request.gohtml -12 0 server/internal/views/emails/nl/contact_confirmation.gohtml -9 0 server/internal/views/emails/nl/headers.json -8 0 server/internal/views/emails/nl/login_verification.gohtml -8 0 server/internal/views/emails/nl/register_verification.gohtml -14 0 server/internal/views/emails/nl/subscribed_to_newsletter.gohtml -16 0 server/internal/views/emails/pt/a_participant_joined_the_loop.gohtml -5 0 server/internal/views/emails/pt/an_admin_approved_your_join_request.gohtml -5 0 server/internal/views/emails/pt/an_admin_denied_your_join_request.gohtml -12 0 server/internal/views/emails/pt/contact_confirmation.gohtml -9 0 server/internal/views/emails/pt/headers.json -8 0 server/internal/views/emails/pt/login_verification.gohtml -8 0 server/internal/views/emails/pt/register_verification.gohtml -14 0 server/internal/views/emails/pt/subscribed_to_newsletter.gohtml -16 0 server/internal/views/emails/sv/a_participant_joined_the_loop.gohtml -5 0 server/internal/views/emails/sv/an_admin_approved_your_join_request.gohtml -5 0 server/internal/views/emails/sv/an_admin_denied_your_join_request.gohtml -12 0 server/internal/views/emails/sv/contact_confirmation.gohtml -9 0 server/internal/views/emails/sv/headers.json -8 0 server/internal/views/emails/sv/login_verification.gohtml -8 0 server/internal/views/emails/sv/register_verification.gohtml -14 0 server/internal/views/emails/sv/subscribed_to_newsletter.gohtml -16 0 server/internal/views/emails/zh/a_participant_joined_the_loop.gohtml -5 0 server/internal/views/emails/zh/an_admin_approved_your_join_request.gohtml -5 0 server/internal/views/emails/zh/an_admin_denied_your_join_request.gohtml -12 0 server/internal/views/emails/zh/contact_confirmation.gohtml -9 0 server/internal/views/emails/zh/headers.json -8 0 server/internal/views/emails/zh/login_verification.gohtml -8 0 server/internal/views/emails/zh/register_verification.gohtml -14 0 server/internal/views/emails/zh/subscribed_to_newsletter.gohtml -34 0 server/internal/views/embed.go -13 0 server/sql/README.md -11 0 server/sql/count-chains-and-users-of-province.sql -2 0 server/sql/delete-chain.sql -3 0 server/sql/delete-user.sql -18 0 server/sql/dev-purge.sql -13 0 server/sql/export-newsletter-chain-admins.sql -5 0 server/sql/find-chain-by-user-email.sql -19 0 server/sql/find-duplicates.sql -9 0 server/sql/find-users-of-multipule-chains.sql -25 0 server/sql/merge-chain-users.sql -4 0 server/sql/set-user-chain-admin.sql -4 0 server/staticcheck.conf - -commit bac51397c690d8d470b49723bd1b43283598e935 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Jan 19 15:13:44 2023 +0100 - - New translations translation.json (Persian) - -2 0 .github/FUNDING.yml -71 0 .github/workflows/deploy-acceptance.yml -79 0 .github/workflows/deploy-production.yml -41 0 .github/workflows/lint.yml -3 0 .gitignore -9 0 CONTRIBUTING.md -21 0 LICENSE -87 0 ONBOARDING_DEVS.md -31 0 README.md -24 0 clothingloop.code-workspace -7 0 crowdin.yml -2 0 devops/.gitignore -0 0 devops/.prettierrc -53 0 devops/README.md -7 0 devops/ansible.cfg -16 0 devops/group_vars/all.yml.example -2 0 devops/hosts -10 0 devops/lint-caddy-files.sh -11 0 devops/maint-start.yml -14 0 devops/maint-stop.yml -30 0 devops/setup-1-firewall.yml -68 0 devops/setup-2-caddy.yml -49 0 devops/setup-3-mariadb.yml -103 0 devops/setup-4-api.yml -14 0 devops/setup-5-cron.yml -27 0 devops/setup-6-phpmyadmin.yml -8 0 devops/status.yml -113 0 devops/templates/Caddyfile -41 0 devops/templates/Caddyfile.maint -16 0 devops/templates/api.service.j2 -23 0 devops/templates/config.yml.j2 -419 0 devops/templates/maint/index.html -3 0 devops/templates/maint/src/build.sh -1 0 devops/templates/maint/src/style.min.css -29 0 devops/templates/maint/src/tailwind.config.js -14 0 frontend/.editorconfig -8 0 frontend/.env-acceptance -8 0 frontend/.env-example -11 0 frontend/.env-production -25 0 frontend/.gitignore -17 0 frontend/.prettierignore -0 0 frontend/.prettierrc.yml -3 0 frontend/.vscode/extensions.json -3 0 frontend/.vscode/settings.json -76 0 frontend/PALETTE.md -55 0 frontend/README.md -74 0 frontend/index.html -9773 0 frontend/package-lock.json -76 0 frontend/package.json -6 0 frontend/postcss.config.cjs -- - frontend/public/favicon.ico -- - frontend/public/fonts/montserrat/JTUQjIg1_i6t8kCHKm459WxRxC7mw9c.woff2 -- - frontend/public/fonts/montserrat/JTUQjIg1_i6t8kCHKm459WxRxi7mw9c.woff2 -- - frontend/public/fonts/montserrat/JTUQjIg1_i6t8kCHKm459WxRxy7mw9c.woff2 -- - frontend/public/fonts/montserrat/JTUQjIg1_i6t8kCHKm459WxRyS7m.woff2 -- - frontend/public/fonts/montserrat/JTUQjIg1_i6t8kCHKm459WxRzS7mw9c.woff2 -- - frontend/public/fonts/montserrat/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2 -- - frontend/public/fonts/montserrat/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2 -- - frontend/public/fonts/montserrat/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2 -- - frontend/public/fonts/montserrat/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2 -- - frontend/public/fonts/montserrat/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2 -900 0 frontend/public/fonts/montserrat/style.css -- - frontend/public/fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2 -- - frontend/public/fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2 -- - frontend/public/fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2 -- - frontend/public/fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2 -- - frontend/public/fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7.woff2 -- - frontend/public/fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk72xU.woff2 -- - frontend/public/fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk72xU.woff2 -- - frontend/public/fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk72xU.woff2 -400 0 frontend/public/fonts/playfair-display/style.css -279 0 frontend/public/icons/feather/feather.svg -- - frontend/public/icons/feather/feather.ttf -- - frontend/public/icons/feather/feather.woff -832 0 frontend/public/icons/feather/style.css -5 0 frontend/public/icons/flags/de.svg -547 0 frontend/public/icons/flags/es.svg -7 0 frontend/public/icons/flags/fr.svg -7 0 frontend/public/icons/flags/gb.svg -5 0 frontend/public/icons/flags/nl.svg -4 0 frontend/public/icons/flags/se.svg -- - frontend/public/images/payment-methods/amex.png -- - frontend/public/images/payment-methods/applepay.png -- - frontend/public/images/payment-methods/bancontact.png -- - frontend/public/images/payment-methods/creditcard.png -- - frontend/public/images/payment-methods/ideal.png -- - frontend/public/images/payment-methods/mastercard.png -- - frontend/public/images/payment-methods/visa.png -7 0 frontend/public/locales/ar/about.json -60 0 frontend/public/locales/ar/faq.json -29 0 frontend/public/locales/ar/testimonials.json -230 0 frontend/public/locales/ar/translation.json -7 0 frontend/public/locales/de/about.json -60 0 frontend/public/locales/de/faq.json -29 0 frontend/public/locales/de/testimonials.json -230 0 frontend/public/locales/de/translation.json -7 0 frontend/public/locales/en/about.json -60 0 frontend/public/locales/en/faq.json -29 0 frontend/public/locales/en/testimonials.json -230 0 frontend/public/locales/en/translation.json -7 0 frontend/public/locales/es/about.json -60 0 frontend/public/locales/es/faq.json -29 0 frontend/public/locales/es/testimonials.json -230 0 frontend/public/locales/es/translation.json -7 0 frontend/public/locales/fa/about.json -60 0 frontend/public/locales/fa/faq.json -29 0 frontend/public/locales/fa/testimonials.json -230 0 frontend/public/locales/fa/translation.json -7 0 frontend/public/locales/fr/about.json -60 0 frontend/public/locales/fr/faq.json -29 0 frontend/public/locales/fr/testimonials.json -230 0 frontend/public/locales/fr/translation.json -7 0 frontend/public/locales/it/about.json -60 0 frontend/public/locales/it/faq.json -29 0 frontend/public/locales/it/testimonials.json -230 0 frontend/public/locales/it/translation.json -7 0 frontend/public/locales/nl/about.json -60 0 frontend/public/locales/nl/faq.json -29 0 frontend/public/locales/nl/testimonials.json -230 0 frontend/public/locales/nl/translation.json -7 0 frontend/public/locales/pt/about.json -60 0 frontend/public/locales/pt/faq.json -29 0 frontend/public/locales/pt/testimonials.json -230 0 frontend/public/locales/pt/translation.json -7 0 frontend/public/locales/sv/about.json -60 0 frontend/public/locales/sv/faq.json -29 0 frontend/public/locales/sv/testimonials.json -230 0 frontend/public/locales/sv/translation.json -7 0 frontend/public/locales/zh/about.json -60 0 frontend/public/locales/zh/faq.json -29 0 frontend/public/locales/zh/testimonials.json -230 0 frontend/public/locales/zh/translation.json -- - frontend/public/logo192.png -- - frontend/public/logo512.png -25 0 frontend/public/manifest.json -3 0 frontend/public/robots.txt -- - frontend/public/videos/TCL-video.mp4 -61 0 frontend/sitemap.js -207 0 frontend/src/App.tsx -32 0 frontend/src/airbrake.ts -5 0 frontend/src/api/axios.ts -66 0 frontend/src/api/chain.ts -21 0 frontend/src/api/contact.ts -39 0 frontend/src/api/enums.ts -10 0 frontend/src/api/info.ts -50 0 frontend/src/api/login.ts -26 0 frontend/src/api/payment.ts -35 0 frontend/src/api/types.ts -60 0 frontend/src/api/user.ts -36 0 frontend/src/components/Badges.tsx -31 0 frontend/src/components/Carousel.tsx -80 0 frontend/src/components/CategoriesDropdown.tsx -310 0 frontend/src/components/ChainDetailsForm.tsx -110 0 frontend/src/components/ChainParticipantsTable.tsx -80 0 frontend/src/components/Counters/Counters.tsx -35 0 frontend/src/components/Counters/SingleCounter.tsx -18 0 frontend/src/components/Counters/hooks.tsx -113 0 frontend/src/components/DataExport.tsx -118 0 frontend/src/components/FindChain/SearchBar.tsx -22 0 frontend/src/components/FindChain/StandaloneSearchBar.tsx -166 0 frontend/src/components/Footer.tsx -108 0 frontend/src/components/FormFields.tsx -58 0 frontend/src/components/GeocoderSelector.tsx -88 0 frontend/src/components/LanguageSwitcher.tsx -21 0 frontend/src/components/Layouts.tsx -149 0 frontend/src/components/Navbar.tsx -99 0 frontend/src/components/Newsletter.tsx -19 0 frontend/src/components/Popover.tsx -44 0 frontend/src/components/ProgressBar.tsx -95 0 frontend/src/components/SizesDropdown.tsx -96 0 frontend/src/components/Testimonials.tsx -50 0 frontend/src/components/formActions.tsx -31 0 frontend/src/i18n.tsx -51 0 frontend/src/index.tsx -89 0 frontend/src/pages/About.tsx -64 0 frontend/src/pages/AdminDashboard.tsx -77 0 frontend/src/pages/ChainEdit.tsx -774 0 frontend/src/pages/ChainMemberList.tsx -195 0 frontend/src/pages/ChainsList.tsx -114 0 frontend/src/pages/Contacts.tsx -26 0 frontend/src/pages/Donations/Donate.tsx -22 0 frontend/src/pages/Donations/DonationCompleted.tsx -357 0 frontend/src/pages/Donations/DonationForm.tsx -112 0 frontend/src/pages/FAQ.tsx -508 0 frontend/src/pages/FindChain.tsx -79 0 frontend/src/pages/Geocoding.tsx -368 0 frontend/src/pages/Home.tsx -111 0 frontend/src/pages/Login.tsx -47 0 frontend/src/pages/LoginEmailFinished.tsx -34 0 frontend/src/pages/Logout.tsx -38 0 frontend/src/pages/MessageSubmitted.tsx -114 0 frontend/src/pages/NewChainLocation.tsx -157 0 frontend/src/pages/NewChainSignup.tsx -348 0 frontend/src/pages/PrivacyPolicy.tsx -197 0 frontend/src/pages/Signup.tsx -333 0 frontend/src/pages/TermsOfUse.tsx -96 0 frontend/src/pages/Thankyou.tsx -186 0 frontend/src/pages/UserEdit.tsx -146 0 frontend/src/providers/AuthProvider.tsx -19 0 frontend/src/providers/ChainsProvider.tsx -170 0 frontend/src/providers/ToastProvider.tsx -5 0 frontend/src/setupTests.ts -117 0 frontend/src/tailwind.css -29 0 frontend/src/util/categories.ts -61 0 frontend/src/util/dropdown.hooks.ts -15 0 frontend/src/util/form-jup.ts -19 0 frontend/src/util/form.hooks.ts -24 0 frontend/src/util/gin-errors.ts -321 0 frontend/src/util/goatcounter.js -3 0 frontend/src/util/maps.ts -1 0 frontend/src/util/phoneRegExp.ts -13 0 frontend/src/util/scrollToTop.tsx -3 0 frontend/src/util/sleep.ts -1 0 frontend/src/vite-env.d.ts -44 0 frontend/src/window.d.ts -104 0 frontend/tailwind.config.cjs -20 0 frontend/tsconfig.json -17 0 frontend/vite.config.ts -18 0 server/.editorconfig -14 0 server/.gitignore -3 0 server/.vscode/extensions.json -45 0 server/Makefile -135 0 server/README.md -61 0 server/cmd/generate-fake-data/main.go -20 0 server/cmd/server-fcgi/main.go -5 0 server/cmd/server-fcgi/static/.htaccess -35 0 server/cmd/server/main.go -23 0 server/config.example.yml -28 0 server/docker/docker-compose.yml -49 0 server/go.mod -140 0 server/go.sum -24 0 server/internal/app/airbrake.go -157 0 server/internal/app/auth/auth.go -162 0 server/internal/app/auth/auth_test.go -44 0 server/internal/app/auth/cookie.go -14 0 server/internal/app/auth/testmain_test.go -128 0 server/internal/app/auth/token.go -86 0 server/internal/app/auth/token_test.go -79 0 server/internal/app/config.go -17 0 server/internal/app/config_test.go -104 0 server/internal/app/database.go -15 0 server/internal/app/gin_utils/ginabort.go -55 0 server/internal/app/mail.go -18 0 server/internal/app/testutils.go -454 0 server/internal/controllers/chain.go -70 0 server/internal/controllers/contact.go -39 0 server/internal/controllers/info.go -281 0 server/internal/controllers/login.go -20 0 server/internal/controllers/middleware.go -154 0 server/internal/controllers/payments.go -331 0 server/internal/controllers/users.go -33 0 server/internal/models/chain.go -23 0 server/internal/models/gender.go -41 0 server/internal/models/gender_test.go -17 0 server/internal/models/mail.go -29 0 server/internal/models/newsletter.go -30 0 server/internal/models/payment.go -31 0 server/internal/models/size.go -47 0 server/internal/models/size_test.go -107 0 server/internal/models/user.go -85 0 server/internal/server.go -52 0 server/internal/tests/integration_tests/chain_add_user_test.go -60 0 server/internal/tests/integration_tests/register_basic_user_test.go -72 0 server/internal/tests/integration_tests/register_chain_admin_test.go -16 0 server/internal/tests/integration_tests/testmain_test.go -51 0 server/internal/tests/integration_tests/user_get_test.go -55 0 server/internal/tests/mocks/mock-gin-context.go -140 0 server/internal/tests/mocks/mock-tables.go -29 0 server/internal/tests/mocks/mock-tables_test.go -20 0 server/internal/tests/mocks/testmain_test.go -181 0 server/internal/views/email.go -16 0 server/internal/views/emails/ar/a_participant_joined_the_loop.gohtml -5 0 server/internal/views/emails/ar/an_admin_approved_your_join_request.gohtml -5 0 server/internal/views/emails/ar/an_admin_denied_your_join_request.gohtml -12 0 server/internal/views/emails/ar/contact_confirmation.gohtml -9 0 server/internal/views/emails/ar/headers.json -8 0 server/internal/views/emails/ar/login_verification.gohtml -8 0 server/internal/views/emails/ar/register_verification.gohtml -14 0 server/internal/views/emails/ar/subscribed_to_newsletter.gohtml -16 0 server/internal/views/emails/de/a_participant_joined_the_loop.gohtml -5 0 server/internal/views/emails/de/an_admin_approved_your_join_request.gohtml -5 0 server/internal/views/emails/de/an_admin_denied_your_join_request.gohtml -12 0 server/internal/views/emails/de/contact_confirmation.gohtml -9 0 server/internal/views/emails/de/headers.json -8 0 server/internal/views/emails/de/login_verification.gohtml -8 0 server/internal/views/emails/de/register_verification.gohtml -14 0 server/internal/views/emails/de/subscribed_to_newsletter.gohtml -16 0 server/internal/views/emails/en/a_participant_joined_the_loop.gohtml -5 0 server/internal/views/emails/en/an_admin_approved_your_join_request.gohtml -5 0 server/internal/views/emails/en/an_admin_denied_your_join_request.gohtml -12 0 server/internal/views/emails/en/contact_confirmation.gohtml -9 0 server/internal/views/emails/en/headers.json -8 0 server/internal/views/emails/en/login_verification.gohtml -8 0 server/internal/views/emails/en/register_verification.gohtml -14 0 server/internal/views/emails/en/subscribed_to_newsletter.gohtml -16 0 server/internal/views/emails/es/a_participant_joined_the_loop.gohtml -5 0 server/internal/views/emails/es/an_admin_approved_your_join_request.gohtml -5 0 server/internal/views/emails/es/an_admin_denied_your_join_request.gohtml -12 0 server/internal/views/emails/es/contact_confirmation.gohtml -9 0 server/internal/views/emails/es/headers.json -8 0 server/internal/views/emails/es/login_verification.gohtml -8 0 server/internal/views/emails/es/register_verification.gohtml -14 0 server/internal/views/emails/es/subscribed_to_newsletter.gohtml -16 0 server/internal/views/emails/fa/a_participant_joined_the_loop.gohtml -5 0 server/internal/views/emails/fa/an_admin_approved_your_join_request.gohtml -5 0 server/internal/views/emails/fa/an_admin_denied_your_join_request.gohtml -12 0 server/internal/views/emails/fa/contact_confirmation.gohtml -9 0 server/internal/views/emails/fa/headers.json -8 0 server/internal/views/emails/fa/login_verification.gohtml -8 0 server/internal/views/emails/fa/register_verification.gohtml -14 0 server/internal/views/emails/fa/subscribed_to_newsletter.gohtml -16 0 server/internal/views/emails/fr/a_participant_joined_the_loop.gohtml -5 0 server/internal/views/emails/fr/an_admin_approved_your_join_request.gohtml -5 0 server/internal/views/emails/fr/an_admin_denied_your_join_request.gohtml -12 0 server/internal/views/emails/fr/contact_confirmation.gohtml -9 0 server/internal/views/emails/fr/headers.json -8 0 server/internal/views/emails/fr/login_verification.gohtml -8 0 server/internal/views/emails/fr/register_verification.gohtml -14 0 server/internal/views/emails/fr/subscribed_to_newsletter.gohtml -16 0 server/internal/views/emails/it/a_participant_joined_the_loop.gohtml -5 0 server/internal/views/emails/it/an_admin_approved_your_join_request.gohtml -5 0 server/internal/views/emails/it/an_admin_denied_your_join_request.gohtml -12 0 server/internal/views/emails/it/contact_confirmation.gohtml -9 0 server/internal/views/emails/it/headers.json -8 0 server/internal/views/emails/it/login_verification.gohtml -8 0 server/internal/views/emails/it/register_verification.gohtml -14 0 server/internal/views/emails/it/subscribed_to_newsletter.gohtml -16 0 server/internal/views/emails/nl/a_participant_joined_the_loop.gohtml -5 0 server/internal/views/emails/nl/an_admin_approved_your_join_request.gohtml -5 0 server/internal/views/emails/nl/an_admin_denied_your_join_request.gohtml -12 0 server/internal/views/emails/nl/contact_confirmation.gohtml -9 0 server/internal/views/emails/nl/headers.json -8 0 server/internal/views/emails/nl/login_verification.gohtml -8 0 server/internal/views/emails/nl/register_verification.gohtml -14 0 server/internal/views/emails/nl/subscribed_to_newsletter.gohtml -16 0 server/internal/views/emails/pt/a_participant_joined_the_loop.gohtml -5 0 server/internal/views/emails/pt/an_admin_approved_your_join_request.gohtml -5 0 server/internal/views/emails/pt/an_admin_denied_your_join_request.gohtml -12 0 server/internal/views/emails/pt/contact_confirmation.gohtml -9 0 server/internal/views/emails/pt/headers.json -8 0 server/internal/views/emails/pt/login_verification.gohtml -8 0 server/internal/views/emails/pt/register_verification.gohtml -14 0 server/internal/views/emails/pt/subscribed_to_newsletter.gohtml -16 0 server/internal/views/emails/sv/a_participant_joined_the_loop.gohtml -5 0 server/internal/views/emails/sv/an_admin_approved_your_join_request.gohtml -5 0 server/internal/views/emails/sv/an_admin_denied_your_join_request.gohtml -12 0 server/internal/views/emails/sv/contact_confirmation.gohtml -9 0 server/internal/views/emails/sv/headers.json -8 0 server/internal/views/emails/sv/login_verification.gohtml -8 0 server/internal/views/emails/sv/register_verification.gohtml -14 0 server/internal/views/emails/sv/subscribed_to_newsletter.gohtml -16 0 server/internal/views/emails/zh/a_participant_joined_the_loop.gohtml -5 0 server/internal/views/emails/zh/an_admin_approved_your_join_request.gohtml -5 0 server/internal/views/emails/zh/an_admin_denied_your_join_request.gohtml -12 0 server/internal/views/emails/zh/contact_confirmation.gohtml -9 0 server/internal/views/emails/zh/headers.json -8 0 server/internal/views/emails/zh/login_verification.gohtml -8 0 server/internal/views/emails/zh/register_verification.gohtml -14 0 server/internal/views/emails/zh/subscribed_to_newsletter.gohtml -34 0 server/internal/views/embed.go -13 0 server/sql/README.md -11 0 server/sql/count-chains-and-users-of-province.sql -2 0 server/sql/delete-chain.sql -3 0 server/sql/delete-user.sql -18 0 server/sql/dev-purge.sql -13 0 server/sql/export-newsletter-chain-admins.sql -5 0 server/sql/find-chain-by-user-email.sql -19 0 server/sql/find-duplicates.sql -9 0 server/sql/find-users-of-multipule-chains.sql -25 0 server/sql/merge-chain-users.sql -4 0 server/sql/set-user-chain-admin.sql -4 0 server/staticcheck.conf - -commit e8f451ec507abd02be1e83b762532767df2f105c -Author: Lucian I. Last -Date: Wed Jan 4 16:04:36 2023 +0100 - - Add LinkedIn link - -9 1 frontend/src/components/Footer.tsx - -commit 5afa13fc002e057c0518b28d62ebf5a586dd1bf6 -Author: Lucian I. Last -Date: Wed Jan 4 15:38:49 2023 +0100 - - Fix centering mobile menu - -2 2 frontend/src/components/Navbar.tsx - -commit dcd4b626e92b45c0120b29f5262503111559b15b -Author: Lucian I. Last -Date: Wed Jan 4 15:30:01 2023 +0100 - - Add x to open mobile menu & Fix z index search - -4 6 frontend/src/components/Navbar.tsx -2 2 frontend/tailwind.config.cjs - -commit 5d9783c5f8c7a029656f17d6a6d73d88abed82a3 -Author: Lucian I. Last -Date: Wed Jan 4 14:56:34 2023 +0100 - - Change text color on primary outine buttons - -4 0 frontend/src/tailwind.css - -commit 2c46e2bda42634ec0aacab5c2f117e6525aef2f3 -Author: Lucian I. Last -Date: Wed Jan 4 14:55:46 2023 +0100 - - Add most important color contrasts to palette - -20 1 frontend/PALETTE.md - -commit 274823657b584e9f523e0b9e46b0515018b6bb44 -Author: Lucian I. Last -Date: Tue Jan 3 14:51:34 2023 +0100 - - Add onboarding devs - -87 0 ONBOARDING_DEVS.md -4 1 README.md - -commit 17795bfc0997eac5fcf174d1a57eba54b9a06405 -Author: Lucian I. Last -Date: Tue Jan 3 13:58:18 2023 +0100 - - Update to docker compose as sup query from docker - -2 2 server/Makefile - -commit ef803b111b9265d7d8b85d3378204707a69aa771 -Author: Lucian I. Last -Date: Tue Jan 3 12:21:51 2023 +0100 - - Replace Array.at with [n] - - To support safari browser versions <15.4 - -2 2 frontend/src/components/FindChain/SearchBar.tsx -1 1 frontend/src/components/GeocoderSelector.tsx -1 1 frontend/src/pages/FindChain.tsx -1 1 frontend/src/pages/Geocoding.tsx -1 1 frontend/src/util/gin-errors.ts - -commit f0d4d815efad52fac69cbe7dac2ef092b3eba3ba -Merge: c16b9662 31ff38d7 -Author: Lucian I. Last -Date: Tue Jan 3 11:21:02 2023 +0100 - - Merge branch 'colour-palette' - -commit 31ff38d74201b3a0ded10eadefbd51f087a11364 -Author: Lucian I. Last -Date: Tue Jan 3 11:20:47 2023 +0100 - - Add missing contrasts - -14 14 frontend/PALETTE.md - -commit c16b9662bf903de8d908efa2a3309ab2e76f45ff -Author: Lucian I. Last -Date: Tue Jan 3 10:47:09 2023 +0100 - - Add lint to PRs - -1 0 .github/workflows/lint.yml - -commit 6c6f9901b452040e93962ae769fbc63535cda690 -Author: Lucian I. Last -Date: Tue Jan 3 10:45:01 2023 +0100 - - Fix text overflow on home page - -37 35 frontend/src/components/Counters/Counters.tsx -4 4 frontend/src/pages/Home.tsx - -commit e64a61a542d9461aa3ecbf96daae4e6ea7f12df1 -Author: Lucian I. Last -Date: Thu Dec 29 15:40:06 2022 +0100 - - Rename to PALETTE & Add contrast links - -0 53 frontend/Colours.md -57 0 frontend/PALETTE.md - -commit 39baf554dfd64d45fa82a6306c8cb76c17aca283 -Merge: 8a9b1786 ca0da7ca -Author: Lucian I. Last -Date: Thu Dec 29 13:24:12 2022 +0100 - - Merge branch 'main' into colour-palette - -commit ca0da7cac85dce78680935f3f09a7c09b9f4b2cd -Author: Lucian I. Last -Date: Thu Dec 29 12:25:59 2022 +0100 - - Update json5 against npm audit - -6 6 frontend/package-lock.json - -commit 8c034a2eb2fc90e6f92c87dabccbc9ef73eeb676 -Author: Lucian I. Last -Date: Thu Dec 29 12:25:20 2022 +0100 - - Remove old CRA configuration - -1 16 frontend/package.json -1 4 frontend/tsconfig.json - -commit e377afd1fc578d79dd3116cf23e390be8552446e -Author: Lucian I. Last -Date: Thu Dec 29 12:14:37 2022 +0100 - - Fix typescript compilation from prev commit - -1 1 frontend/src/pages/NewChainSignup.tsx -1 1 frontend/src/pages/Signup.tsx - -commit 51a18d89ca35f67e7af512b5783e1bb7fb35947b -Author: Lucian I. Last -Date: Wed Dec 28 18:15:48 2022 +0100 - - Fix filter in find chain - -34 22 frontend/src/pages/FindChain.tsx - -commit c45326f2210743dba0a55f1a9a18db0e4d04a2f8 -Author: Lucian I. Last -Date: Wed Dec 28 17:07:03 2022 +0100 - - Add allow unknown address to geocoder - -5 24 frontend/src/components/FindChain/SearchBar.tsx -17 2 frontend/src/components/GeocoderSelector.tsx -18 19 frontend/src/pages/Geocoding.tsx -1 1 frontend/src/pages/UserEdit.tsx -0 11 frontend/src/types.ts - -commit bfb077d5220c6aff8faaad4657a308060bcb9040 -Author: Lucian I. Last -Date: Wed Dec 28 11:56:54 2022 +0100 - - Fix translations that crowdin has overridden - -1 1 frontend/public/locales/nl/about.json -6 6 server/internal/views/emails/nl/a_participant_joined_the_loop.gohtml - -commit fde7abbd3470b6b99b8085a4ac7030af3c0d6d7c -Author: Lucian I. Last -Date: Wed Dec 28 11:48:55 2022 +0100 - - update peopleWithCount - -31 17 frontend/package-lock.json -1 1 frontend/package.json -0 1 frontend/src/pages/ChainMemberList.tsx - -commit 2efe4c08a64a11b53488c51b6b089e9352990291 -Author: Lucian I. Last -Date: Wed Dec 28 11:38:18 2022 +0100 - - Fix regression Select participant on desktop - - See 9399fa864e4b8a3466d4b84c63bd8b8a2a530c5e - -2 2 frontend/src/pages/ChainMemberList.tsx - -commit bc834b7967373050beecc9acd1ec89f075593c61 -Author: Lucian I. Last -Date: Wed Dec 28 11:16:19 2022 +0100 - - Add SQL script merge chain users - -39 0 server/sql/merge-chain-users.sql - -commit 79a4b2d0f9f2180de2d4814767d247d7a277bd24 -Merge: 575f4757 e19e0c61 -Author: Lucian I. Last -Date: Tue Dec 27 16:18:41 2022 +0100 - - Merge remote-tracking branch 'paloeka/crowdin' - -commit e19e0c615a1127c1b09a4080303295986ed51477 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Dec 27 16:17:31 2022 +0100 - - New translations a_participant_joined_the_loop.gohtml (Persian) - -1 1 server/internal/views/emails/fa/a_participant_joined_the_loop.gohtml - -commit 34dcac963358fb0d8ecaa3a8e40bbacd64a5addf -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Dec 27 16:17:30 2022 +0100 - - New translations a_participant_joined_the_loop.gohtml (Chinese Simplified) - -1 1 server/internal/views/emails/zh/a_participant_joined_the_loop.gohtml - -commit fe49a731e1ce94c31c1a4b36ad4d6525f50e7a73 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Dec 27 16:17:29 2022 +0100 - - New translations a_participant_joined_the_loop.gohtml (Swedish) - -1 1 server/internal/views/emails/sv/a_participant_joined_the_loop.gohtml - -commit 488c65b47aef02efa638ac56c206a23dafc8696d -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Dec 27 16:17:28 2022 +0100 - - New translations a_participant_joined_the_loop.gohtml (Portuguese) - -1 1 server/internal/views/emails/pt/a_participant_joined_the_loop.gohtml - -commit 4d94fd49ed15822ccfdfe19ef43016256db36719 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Dec 27 16:17:27 2022 +0100 - - New translations a_participant_joined_the_loop.gohtml (Dutch) - -1 1 server/internal/views/emails/nl/a_participant_joined_the_loop.gohtml - -commit ba62d8fef0bf0cd671087b0fc56d1facdcebb2ef -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Dec 27 16:17:26 2022 +0100 - - New translations a_participant_joined_the_loop.gohtml (Italian) - -1 1 server/internal/views/emails/it/a_participant_joined_the_loop.gohtml - -commit debe16f2f6e208cec1f0cdccfbd31285ba7ea1b2 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Dec 27 16:17:25 2022 +0100 - - New translations a_participant_joined_the_loop.gohtml (German) - -1 1 server/internal/views/emails/de/a_participant_joined_the_loop.gohtml - -commit 763265c1a2dfd80a7fab498752f38e316cf596f0 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Dec 27 16:17:25 2022 +0100 - - New translations a_participant_joined_the_loop.gohtml (Arabic) - -1 1 server/internal/views/emails/ar/a_participant_joined_the_loop.gohtml - -commit e298f6b7a0e4eaf52672921ddcd5107423c0ec95 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Dec 27 16:17:24 2022 +0100 - - New translations a_participant_joined_the_loop.gohtml (Spanish) - -1 1 server/internal/views/emails/es/a_participant_joined_the_loop.gohtml - -commit 357029c4b08e15f3e24fdf16e21e66884e75c4eb -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Dec 27 16:17:23 2022 +0100 - - New translations a_participant_joined_the_loop.gohtml (French) - -1 1 server/internal/views/emails/fr/a_participant_joined_the_loop.gohtml - -commit b742a42b56b111b11dc2867db9fd26985cfbfc7b -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Dec 27 16:17:22 2022 +0100 - - New translations about.json (Persian) - -1 1 frontend/public/locales/fa/about.json - -commit 143c15995b642dae5b08cb4521136427f0a7aaa9 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Dec 27 16:17:21 2022 +0100 - - New translations about.json (Chinese Simplified) - -1 1 frontend/public/locales/zh/about.json - -commit 64242e1cf621afc8315cc9c75c4d2b89c4fb22dc -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Dec 27 16:17:20 2022 +0100 - - New translations about.json (Swedish) - -1 1 frontend/public/locales/sv/about.json - -commit 0250685fef02db083fbc131cf4280be267004e2f -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Dec 27 16:17:19 2022 +0100 - - New translations about.json (Portuguese) - -1 1 frontend/public/locales/pt/about.json - -commit 29390788b68d9764e9a4c7cf4a08d9d3688f5770 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Dec 27 16:17:18 2022 +0100 - - New translations about.json (Dutch) - -1 1 frontend/public/locales/nl/about.json - -commit dc6922a071666a603cf846b7abd3af7445937b3b -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Dec 27 16:17:17 2022 +0100 - - New translations about.json (Italian) - -1 1 frontend/public/locales/it/about.json - -commit 9a224bff317a95edc3ec7feb4d0f5ba1a8523d89 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Dec 27 16:17:16 2022 +0100 - - New translations about.json (German) - -1 1 frontend/public/locales/de/about.json - -commit 7a813cee60064a29c622953f9fcf32db89170e77 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Dec 27 16:17:15 2022 +0100 - - New translations about.json (Arabic) - -1 1 frontend/public/locales/ar/about.json - -commit f7b881da24ceda711c2b93590dd875198eb47e27 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Dec 27 16:17:14 2022 +0100 - - New translations about.json (Spanish) - -1 1 frontend/public/locales/es/about.json - -commit eafd223623783446cdd4d5d96376c9c250e83b96 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Dec 27 16:17:13 2022 +0100 - - New translations about.json (French) - -1 1 frontend/public/locales/fr/about.json - -commit 575f47577f5548e185ae1a6761d94d707078fbd3 -Merge: 0f8db848 79b6bfd5 -Author: Lucian I. Last -Date: Tue Dec 27 16:08:44 2022 +0100 - - Merge remote-tracking branch 'paloeka/crowdin' - -commit 1ef2510164a40312d31a63e1d24d8d5ff037d917 -Merge: bd9ec93d 0f8db848 -Author: Lucian I. Last -Date: Tue Dec 27 16:08:00 2022 +0100 - - Merge branch 'CollActionteam:main' into main - -commit bd9ec93d39da64b21c21b81becc12f875cadf67d -Merge: a4ecc6ec 79b6bfd5 -Author: Lucian I. Last -Date: Tue Dec 27 16:07:49 2022 +0100 - - Merge pull request #16 from paloeka/crowdin - - New Crowdin updates - -commit 8a9b1786afe0289eb033dffa32424dc46e904ac8 -Author: Lucian I. Last -Date: Tue Dec 27 13:57:35 2022 +0100 - - Add current colour palette - -18 0 frontend/Colours.md - -commit 1a2f600c459cb0a2eee0db500a51bb0a17056541 -Author: Lucian I. Last -Date: Tue Dec 27 13:57:17 2022 +0100 - - Change to lowercase hex colours - -11 11 frontend/tailwind.config.cjs - -commit 771a25cecf3955102a077beee75354b22d604c78 -Author: Lucian I. Last -Date: Tue Dec 27 12:59:01 2022 +0100 - - Add colours markdown - -35 0 frontend/Colours.md - -commit 0f8db848f1056824e0f741aa74552a9da97a0d6d -Author: Lucian I. Last -Date: Tue Dec 27 12:04:22 2022 +0100 - - Add frontend documentation - -13 0 frontend/README.md - -commit 8ab5355f70d1a51fd9b6eeb6211499950054ca44 -Author: Lucian I. Last -Date: Tue Dec 27 11:25:47 2022 +0100 - - New text for someone joined loop email - -1 1 server/internal/views/emails/en/a_participant_joined_the_loop.gohtml - -commit dab789dbf496fc8a638b7922ea63d6b3eef8b2da -Author: Lucian I. Last -Date: Tue Dec 27 11:23:44 2022 +0100 - - Change text about page & Add Lucian Last - -1 1 frontend/public/locales/en/about.json - -commit 79b6bfd51fd366523abd31f673fc1c68631914c4 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Dec 27 10:41:16 2022 +0100 - - New translations about.json (Dutch) - -1 1 frontend/public/locales/nl/about.json - -commit 11b2e72b20fe0b3f1eeb2020a23d5862479d93b4 -Author: Lucian I. Last -Date: Tue Dec 27 10:21:25 2022 +0100 - - Change api open to new members to snake_case - -1 1 frontend/src/api/types.ts -2 2 frontend/src/pages/ChainMemberList.tsx -36 32 server/internal/controllers/chain.go - -commit f6841dbb2caef79a9b6c01324e9317b9807603c7 -Author: Lucian I. Last -Date: Tue Dec 27 09:50:12 2022 +0100 - - Add privacy policy changes - -9 6 frontend/src/pages/PrivacyPolicy.tsx - -commit 83c013f3a8866f020cf5a35fb41dac641e224540 -Author: Lucian I. Last -Date: Thu Dec 22 14:00:35 2022 +0100 - - Fix missing endpoint - -5 7 frontend/index.html - -commit 7a6ee80646f880771c7d32ef7114f5728b6ac7e2 -Author: Lucian I. Last -Date: Thu Dec 22 13:54:26 2022 +0100 - - Use local goatcounter and remove querys from location - -3 4 frontend/index.html -17 0 frontend/src/providers/AuthProvider.tsx -1 1 frontend/src/util/goatcounter.js -36 0 frontend/src/window.d.ts - -commit a30ea3f3e49cbd7752cea82264f739a0c23a6b6d -Author: Lucian I. Last -Date: Thu Dec 22 13:52:39 2022 +0100 - - Add goat counter locally - -321 0 frontend/src/util/goatcounter.js - -commit 31abfabae29e9374a664e2fccfcddf297b929540 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Dec 22 13:26:33 2022 +0100 - - New translations about.json (Italian) - -1 1 frontend/public/locales/it/about.json - -commit a4ecc6ecb4971db83b43d237257f2c89ce95db57 -Merge: b8819861 41a2dd9c -Author: Lucian I. Last -Date: Thu Dec 22 10:28:10 2022 +0100 - - Merge remote-tracking branch 'paloeka/crowdin' - -commit b881986179a285e84e095aede5d222796560845f -Author: Lucian I. Last -Date: Thu Dec 22 10:25:07 2022 +0100 - - Add mapbox css - -3 0 frontend/src/index.tsx - -commit b355b002e3f9e56058e79347cc20ecd941dcf4f8 -Author: Lucian I. Last -Date: Thu Dec 22 10:24:54 2022 +0100 - - Fix removed as host bug - -1 1 server/internal/controllers/chain.go - -commit 399a93295581dd279467466adaed5a6a81f06bdc -Merge: 871dcb36 ccb262a0 -Author: Lucian I. Last -Date: Thu Dec 22 09:22:39 2022 +0100 - - Merge branch 'user-already-exists-notification' - -commit 871dcb36adc9e27533d937243db8680830310833 -Merge: 7ff8dc05 86e09a50 -Author: Lucian I. Last -Date: Thu Dec 22 09:10:37 2022 +0100 - - Merge branch 'fix-maps' - -commit 86e09a50f6edb8e090c1b4cb63eff872ba3eb2f9 -Author: Lucian I. Last -Date: Thu Dec 22 09:10:22 2022 +0100 - - Change opacity for partial transparency - -1 1 frontend/src/pages/FindChain.tsx - -commit 443b2aeb766d9011183d58cdd1dc3345b0155598 -Author: Lucian I. Last -Date: Thu Dec 22 09:07:52 2022 +0100 - - Re-Add circle blur - -2 1 frontend/src/components/ChainDetailsForm.tsx -3 2 frontend/src/pages/FindChain.tsx - -commit 447d62c1db215d8e81ec0cbd3c4c0dc9eb123721 -Merge: 3595ba3e 7ff8dc05 -Author: Lucian I. Last -Date: Thu Dec 22 08:59:01 2022 +0100 - - Merge branch 'main' into fix-maps - -commit 7ff8dc0505dbbcf1fd2a187d1189069257d7201a -Author: Lucian I. Last -Date: Wed Dec 21 14:32:02 2022 +0100 - - Improve documentation frontend - -3 7 frontend/README.md - -commit d39f5a53ff0bb659db5a0c1f3958022a6f85aeb7 -Author: Lucian I. Last -Date: Wed Dec 21 14:15:17 2022 +0100 - - Improve documentation - -12 6 server/README.md -1 1 server/config.example.yml - -commit 41a2dd9c6ccdeed1f525c913762ae248f97d2458 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Dec 21 13:33:50 2022 +0100 - - New translations translation.json (Dutch) - -1 1 frontend/public/locales/nl/translation.json - -commit 0dcfea5af91127edcefdfc4877631a5312628274 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Dec 21 13:33:47 2022 +0100 - - New translations translation.json (French) - -1 1 frontend/public/locales/fr/translation.json - -commit fdeccc159a08ec360306138028e1f68d4d42d7d5 -Author: Lucian I. Last -Date: Wed Dec 21 13:21:17 2022 +0100 - - Change our goals button to reactOurImpactReport - -1 1 frontend/public/locales/ar/translation.json -1 1 frontend/public/locales/de/translation.json -1 1 frontend/public/locales/en/translation.json -1 1 frontend/public/locales/es/translation.json -1 1 frontend/public/locales/fa/translation.json -1 1 frontend/public/locales/fr/translation.json -1 1 frontend/public/locales/it/translation.json -1 1 frontend/public/locales/nl/translation.json -1 1 frontend/public/locales/pt/translation.json -1 1 frontend/public/locales/sv/translation.json -1 1 frontend/public/locales/zh/translation.json -1 1 frontend/src/components/Counters/Counters.tsx - -commit e4cd0235f9aeb7b4ab992f026b6800b23665f0ad -Author: Lucian I. Last -Date: Wed Dec 21 09:00:39 2022 +0100 - - Add minimum size to loop on find page - -12 1 frontend/src/pages/FindChain.tsx - -commit 48919b63d930a11d196efce028a9a5d17b6afccb -Author: Lucian I. Last -Date: Wed Dec 21 08:21:49 2022 +0100 - - Fix gin errors handling - -12 10 frontend/src/util/gin-errors.ts - -commit ccb262a081fc65092e6107637641a63df5c9b00e -Author: Lucian I. Last -Date: Wed Dec 21 08:26:24 2022 +0100 - - Change conflict handling signup - -18 2 frontend/src/pages/Signup.tsx - -commit 8ca197abe42326fb18482892b1debb3aeae8b0e3 -Author: Lucian I. Last -Date: Wed Dec 21 08:25:58 2022 +0100 - - Rename addToastStatic & Close toast on button click - -77 61 frontend/src/providers/ToastProvider.tsx - -commit 61b950cbc40c385fa48587b8a6781741f3cb66b0 -Author: Lucian I. Last -Date: Wed Dec 21 08:21:49 2022 +0100 - - Fix gin errors handling - -12 10 frontend/src/util/gin-errors.ts - -commit 0f6573e0aa0162037175717518852476fd40711b -Author: Lucian I. Last -Date: Tue Dec 20 15:42:29 2022 +0100 - - Fix react missing key - -2 2 frontend/src/components/CategoriesDropdown.tsx -4 4 frontend/src/components/SizesDropdown.tsx -8 4 frontend/src/pages/Home.tsx - -commit 8ea9aca45c8e0fb71df1e3081fd4afd78802e00c -Author: Lucian I. Last -Date: Tue Dec 20 14:30:43 2022 +0100 - - Merge remote-tracking branch 'paloeka/crowdin' - -1 0 frontend/public/locales/ar/translation.json -1 0 frontend/public/locales/de/translation.json -1 0 frontend/public/locales/es/translation.json -1 0 frontend/public/locales/fa/translation.json -1 0 frontend/public/locales/fr/translation.json -1 0 frontend/public/locales/it/translation.json -1 0 frontend/public/locales/nl/translation.json -1 0 frontend/public/locales/pt/translation.json -1 0 frontend/public/locales/sv/translation.json -1 0 frontend/public/locales/zh/translation.json - -commit 7ae45dfab59da44b8ce5a48399b24db70a78a8cd -Author: Lucian I. Last -Date: Tue Dec 20 14:21:45 2022 +0100 - - go fmt - -1 1 server/internal/views/email.go - -commit 398576c7d2d0421436be046de7b63cac71c2faf8 -Merge: 65e6ed45 3595ba3e -Author: Lucian I. Last -Date: Tue Dec 20 14:13:12 2022 +0100 - - Merge pull request #281 from CollActionteam/fix-maps - - - Remove react-mapbox dependency - - Add map size & gender sorting - - Add map search - - Fix mapbox vite bundling - -commit 3595ba3efe5c0b5981a2509d0263378c2eb24688 -Author: Lucian I. Last -Date: Tue Dec 20 13:28:01 2022 +0100 - - lint - -0 1 frontend/src/components/ChainDetailsForm.tsx - -commit 20342cff4b08694681d31fb84b3a39a5e8881802 -Author: Lucian I. Last -Date: Tue Dec 20 13:26:44 2022 +0100 - - Fix Mapbox on signup page - -2 1 frontend/src/components/GeocoderSelector.tsx - -commit 1d7f7733b0545e3ed80eac624f374e13d5f8f9eb -Author: Lucian I. Last -Date: Tue Dec 20 13:22:34 2022 +0100 - - Add url search parameter back into address input - -1 0 frontend/src/components/FindChain/SearchBar.tsx -2 1 frontend/src/pages/Geocoding.tsx - -commit a280d7b1a6788810e0943ea7af4850a39d3da348 -Author: Lucian I. Last -Date: Tue Dec 20 13:21:23 2022 +0100 - - Fix mapbox post merge - -0 4 frontend/index.html -303 480 frontend/package-lock.json -3 1 frontend/package.json -0 2 frontend/src/index.tsx -3 2 frontend/src/pages/FindChain.tsx - -commit bb5a3a3ed78589470b10bc3f6dd3eae7f85ac010 -Merge: e07d08c7 65e6ed45 -Author: Lucian I. Last -Date: Tue Dec 20 12:57:15 2022 +0100 - - Merge remote-tracking branch 'origin/main' into fix-maps - -commit e07d08c7289b2673fb05b1e80d6b67b1278255a6 -Author: Lucian I. Last -Date: Tue Dec 20 12:52:18 2022 +0100 - - Improve popover with less js - -4 1 frontend/src/components/FormFields.tsx -1 13 frontend/src/components/Popover.tsx - -commit 093f5fafd696d8c924caea8376603a276c6364d0 -Author: Lucian I. Last -Date: Tue Dec 20 12:51:47 2022 +0100 - - Tweaks console.log - -1 1 frontend/src/pages/Donations/DonationForm.tsx -1 2 frontend/src/pages/FindChain.tsx - -commit cdd6a8fcd1c617ed71c226342de14a8c5dbffc56 -Author: Lucian I. Last -Date: Tue Dec 20 12:51:11 2022 +0100 - - Fix map on chain edit - -122 98 frontend/src/components/ChainDetailsForm.tsx -1 1 frontend/src/pages/FindChain.tsx - -commit 41fe3f41fd2ee8a666a1189895128cc35b8c4d55 -Author: Lucian I. Last -Date: Tue Dec 20 11:00:41 2022 +0100 - - Fix search on find page and home page - -82 33 frontend/src/components/FindChain/SearchBar.tsx -8 26 frontend/src/components/FindChain/StandaloneSearchBar.tsx -1 32 frontend/src/components/GeocoderSelector.tsx -56 28 frontend/src/pages/FindChain.tsx -57 25 frontend/src/pages/Geocoding.tsx - -commit 65e6ed456e2bd072f7ecec0647be52585a2650a6 -Merge: 3db667c4 083a1492 -Author: Lucian I. Last -Date: Tue Dec 20 09:37:45 2022 +0100 - - Merge pull request #269 from CollActionteam/dependabot/npm_and_yarn/frontend/moment-2.29.4 - -commit 5798ecb8e55c7fe0f3cfdb089481021b14d7ad35 -Author: Lucian I. Last -Date: Mon Dec 19 17:33:41 2022 +0100 - - Add filter of gender and sizes to findChain page - -138 225 frontend/src/pages/FindChain.tsx - -commit 597abfd75ed0237df7e508e5cd33cef38feababc -Author: Lucian I. Last -Date: Mon Dec 19 12:41:44 2022 +0100 - - Add generic error to translations - -1 0 frontend/public/locales/en/translation.json -3 3 frontend/src/components/Newsletter.tsx -5 9 frontend/src/pages/ChainEdit.tsx -3 3 frontend/src/pages/ChainsList.tsx -3 7 frontend/src/pages/Contacts.tsx -1 1 frontend/src/pages/Donations/DonationForm.tsx -3 5 frontend/src/pages/Login.tsx -8 7 frontend/src/pages/Signup.tsx -2 2 frontend/src/pages/UserEdit.tsx -8 4 frontend/src/util/gin-errors.ts - -commit 3db667c4a38ba8338f47fd0044be8b3c509fac92 -Author: Lucian I. Last -Date: Mon Dec 19 12:13:27 2022 +0100 - - Change from google firebase to webdock hosting in privacy policy - -9 9 frontend/src/pages/PrivacyPolicy.tsx - -commit 7f30454a05edf602c30cbc46969f7e5aea23ddaa -Author: Lucian I. Last -Date: Mon Dec 19 12:12:42 2022 +0100 - - Add goatcounter privacy policy - -27 0 frontend/src/pages/PrivacyPolicy.tsx - -commit bb1e3697ba21d2f09383b77b603a824782048497 -Merge: ef93a0ed 4bb00caa -Author: Lucian I. Last -Date: Mon Dec 19 11:49:35 2022 +0100 - - Merge remote-tracking branch 'origin/analytics' - -commit ef93a0edbe79d1b8c4e1d7a289b9559faf67e55c -Author: Lucian I. Last -Date: Mon Dec 19 11:46:28 2022 +0100 - - Change api response user_chain.created_at - -1 0 frontend/src/api/types.ts -1 1 server/internal/models/user.go - -commit 2b29f5d1c653df81e56b5bf449d39619af514cec -Author: Lucian I. Last -Date: Fri Dec 16 12:40:36 2022 +0100 - - Only show addresses on GeocoderSelector - -2 31 frontend/src/components/GeocoderSelector.tsx -0 1 frontend/src/pages/Contacts.tsx - -commit 3bd8b40147bea97192bc27b7ad3a9b07ff0fde0f -Merge: 82a57432 35854aa8 -Author: Lucian I. Last -Date: Thu Dec 15 16:22:07 2022 +0100 - - Merge commit '35854aa8f1275cc21446d655c960695156b10540' - -commit 82a574329932c01d5d717bd3c0b93c6294965bf2 -Author: Lucian I. Last -Date: Thu Dec 15 16:19:44 2022 +0100 - - Remove airbrake from development - -0 10 server/internal/app/airbrake.go - -commit 56b501df664496ac838dc7cde77ef7d55f5f5714 -Author: Lucian I. Last -Date: Thu Dec 15 16:12:29 2022 +0100 - - responsive jewellery image - -3 3 frontend/src/pages/Home.tsx - -commit e3b713c104c392f3d345fed9d6110d87f01e855a -Author: Lucian I. Last -Date: Thu Dec 15 16:05:39 2022 +0100 - - Add glog to production - -15 4 server/cmd/server/main.go -4 3 server/go.mod -12 11 server/go.sum -14 1 server/internal/app/airbrake.go -4 2 server/internal/app/auth/auth.go -7 2 server/internal/app/gin_utils/ginabort.go -2 1 server/internal/app/mail.go -4 3 server/internal/controllers/chain.go -6 5 server/internal/controllers/login.go -6 6 server/internal/controllers/payments.go -7 6 server/internal/controllers/users.go -2 2 server/internal/server.go -3 3 server/internal/tests/mocks/mock-tables.go -6 0 server/internal/tests/mocks/testmain_test.go -3 3 server/internal/views/email.go -3 3 server/internal/views/embed.go - -commit 3bc9c1e6fc96c0dcd82d85c943b0a9e582314208 -Author: Lucian I. Last -Date: Thu Dec 15 13:53:07 2022 +0100 - - Fix the carousel on mobile - -12 25 frontend/src/components/Carousel.tsx -9 0 frontend/tailwind.config.cjs - -commit 9399fa864e4b8a3466d4b84c63bd8b8a2a530c5e -Author: Lucian I. Last -Date: Thu Dec 15 11:21:00 2022 +0100 - - Fix mobile members page - -14 11 frontend/src/pages/ChainMemberList.tsx - -commit 86c2337ef3ee2ad9ca0f3ebe23d7108345885dc1 -Author: Lucian I. Last -Date: Thu Dec 15 11:11:01 2022 +0100 - - Add max w to home sections - -28 25 frontend/src/pages/Home.tsx - -commit f468278e1f3125b59ab781491d42d858d5b2c7f8 -Author: Lucian I. Last -Date: Thu Dec 15 10:56:55 2022 +0100 - - Fix vite api connection - -1 1 frontend/.env-example -5 1 frontend/vite.config.ts - -commit 1014b318285f4ebd79ec2370bd490265c87b8569 -Author: Lucian I. Last -Date: Thu Dec 15 10:52:20 2022 +0100 - - Fix carousel to a infinite scroll - -32 18 frontend/src/components/Carousel.tsx -2 5 frontend/tailwind.config.cjs - -commit e87efa3ac231da4b1e65c0dd28f3c946e7a4048a -Author: Lucian I. Last -Date: Wed Dec 14 14:04:27 2022 +0100 - - Use SQL true instead of golang true - -6 6 server/internal/app/auth/token.go -4 4 server/internal/app/auth/token_test.go -4 4 server/internal/controllers/info.go -6 6 server/internal/controllers/users.go - -commit 16c5eb24eb99c503bc36d10ec9016abcf5a659fb -Author: Lucian I. Last -Date: Wed Dec 14 13:40:37 2022 +0100 - - Remove images that are hosted on uploadcare - -0 56 devops/templates/maint/src/index.html -- - devops/templates/maint/src/logo.webp -- - frontend/public/images/Denise.jpg -- - frontend/public/images/Denise.png -- - frontend/public/images/Join-Loop.jpg -- - frontend/public/images/Kirsten en Rosan.jpg -- - frontend/public/images/Kirsten-Rosan.jpg -- - frontend/public/images/Login.jpg -- - frontend/public/images/Naamloze-presentatie.jpeg -- - frontend/public/images/Nichon_zelfportret.jpg -- - frontend/public/images/Selfies.jpg -- - frontend/public/images/TCL-Jewellery.jpg -- - frontend/public/images/Tassen-voor-carrousel2.jpg -- - frontend/public/images/Tassen-voor-carrousel3.jpg -- - frontend/public/images/Team-pics.jpg -- - frontend/public/images/Utrecht.jpeg -- - frontend/public/images/carousel_image_one.png -- - frontend/public/images/carousel_image_two.png -- - frontend/public/images/circles.png -- - frontend/public/images/clothes.png -- - frontend/public/images/hero-image.png -- - frontend/public/images/image_3.png -- - frontend/public/images/logos/DOEN.png -- - frontend/public/images/logos/Logo-CollAction.png -- - frontend/public/images/logos/Logo_WDCD.png -- - frontend/public/images/logos/Logo_impact_hub.png -- - frontend/public/images/logos/PNH_logo.png -- - frontend/public/images/logos/The_Clothing_Loop_thumbnail.png -0 3 frontend/public/images/logos/essense-logo.svg -0 31 frontend/public/images/logos/logo-impacthub.svg -- - frontend/public/images/logos/sfm_logo.png -- - frontend/public/images/logos/the_clothing_loop_logo.png -- - frontend/public/images/map_image.png -- - frontend/public/images/numbered-bag-outdoors.jpg -- - frontend/public/images/numbered-bag-outdoors.png -- - frontend/public/images/party-image.jpg -- - frontend/public/images/press-clippings-site.jpg - -commit e12117c62d041a53d59632b7599135326606ab36 -Author: Lucian I. Last -Date: Wed Dec 14 13:40:14 2022 +0100 - - Host images on uploadcare - -1 1 devops/templates/maint/index.html -4 2 frontend/src/components/Carousel.tsx -2 1 frontend/src/components/Navbar.tsx -3 3 frontend/src/pages/About.tsx -1 1 frontend/src/pages/AdminDashboard.tsx -1 1 frontend/src/pages/Donations/DonationCompleted.tsx -28 15 frontend/src/pages/Home.tsx -4 2 frontend/src/pages/Login.tsx -1 1 frontend/src/pages/Signup.tsx -2 2 frontend/src/pages/Thankyou.tsx - -commit 35854aa8f1275cc21446d655c960695156b10540 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Dec 14 11:51:40 2022 +0100 - - New translations translation.json (Dutch) - -3 3 frontend/public/locales/nl/translation.json - -commit 33435c248da85dfcbe4ce91ea7c6c6527bdf640b -Author: Lucian I. Last -Date: Wed Dec 14 10:42:10 2022 +0100 - - Add airbrake server monitoring - -4 0 server/go.mod -13 20 server/go.sum -21 0 server/internal/app/airbrake.go -1 0 server/internal/server.go - -commit ae8d3cfe4584ddad3a027c7d0112010da1c12bd3 -Author: Lucian I. Last -Date: Wed Dec 14 10:21:44 2022 +0100 - - lus to Loop - -3 3 frontend/public/locales/nl/translation.json - -commit 15066c4a600fd369557c61deba0595be1873a4cb -Author: Lucian I. Last -Date: Wed Dec 14 10:20:41 2022 +0100 - - Add airbrake deploy tracking - -9 0 .github/workflows/deploy-production.yml - -commit 4fbeb1fd766d0dc3ea93f8f2f4b9c90367747557 -Author: Lucian I. Last -Date: Wed Dec 14 10:14:39 2022 +0100 - - Update to node 18 lts - -1 1 .github/workflows/deploy-acceptance.yml -1 1 .github/workflows/deploy-production.yml - -commit c2ca0b4354d92978b8311f5de43387e5435107b7 -Merge: eb91ad3a 2e738350 -Author: Lucian I. Last -Date: Wed Dec 14 09:49:23 2022 +0100 - - Merge remote-tracking branch 'paloeka/crowdin' - -commit 2e738350182cb7db1cee43256df0d9f470f92217 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Dec 14 09:45:18 2022 +0100 - - New translations register_verification.gohtml (Persian) - -8 0 server/internal/views/emails/fa/register_verification.gohtml - -commit 650291e9f3b629f9756fb9f07edf8a7a4d37e608 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Dec 14 09:45:17 2022 +0100 - - New translations register_verification.gohtml (Chinese Simplified) - -8 0 server/internal/views/emails/zh/register_verification.gohtml - -commit 4f7f5096f7d39cbbad875e78f31a3533bae86fef -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Dec 14 09:45:17 2022 +0100 - - New translations register_verification.gohtml (Swedish) - -8 0 server/internal/views/emails/sv/register_verification.gohtml - -commit 0c9bca93884d6ea72645f7b1c4a6cf63238a6edb -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Dec 14 09:45:16 2022 +0100 - - New translations register_verification.gohtml (Portuguese) - -8 0 server/internal/views/emails/pt/register_verification.gohtml - -commit 156d5d73884977dc25061ac92984c7e8ebc4c928 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Dec 14 09:45:15 2022 +0100 - - New translations register_verification.gohtml (Dutch) - -1 1 server/internal/views/emails/nl/register_verification.gohtml - -commit 74e7695b185c7fe44447fc460e273b23c11ed4b8 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Dec 14 09:45:14 2022 +0100 - - New translations register_verification.gohtml (Italian) - -8 0 server/internal/views/emails/it/register_verification.gohtml - -commit 99279d26c042ccc6948ff4b85f963e14011d30a9 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Dec 14 09:45:13 2022 +0100 - - New translations register_verification.gohtml (German) - -8 0 server/internal/views/emails/de/register_verification.gohtml - -commit bdc8046c3d1717799c57bb711caf3e44e1b03295 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Dec 14 09:45:12 2022 +0100 - - New translations register_verification.gohtml (Arabic) - -8 0 server/internal/views/emails/ar/register_verification.gohtml - -commit 808fc06e97ee2ad50ca52341ca4bc0e8d2330e4e -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Dec 14 09:45:11 2022 +0100 - - New translations register_verification.gohtml (Spanish) - -8 0 server/internal/views/emails/es/register_verification.gohtml - -commit dcabcf49866b917080bdc287739ed75334957860 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Dec 14 09:45:11 2022 +0100 - - New translations register_verification.gohtml (French) - -8 0 server/internal/views/emails/fr/register_verification.gohtml - -commit aff0fd798f5f449390ee212e8dec8185da858f3f -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Dec 14 09:45:10 2022 +0100 - - New translations login_verification.gohtml (Persian) - -8 0 server/internal/views/emails/fa/login_verification.gohtml - -commit 7d31df634eff4eeb264f2fa9e4f29669787d7286 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Dec 14 09:45:09 2022 +0100 - - New translations login_verification.gohtml (Chinese Simplified) - -8 0 server/internal/views/emails/zh/login_verification.gohtml - -commit 6cd3a3f3f809e6485c084dd3976932bb9f1115f5 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Dec 14 09:45:08 2022 +0100 - - New translations login_verification.gohtml (Swedish) - -8 0 server/internal/views/emails/sv/login_verification.gohtml - -commit 6812d69e480fd51be48a1e8b238a4257aee55d98 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Dec 14 09:45:07 2022 +0100 - - New translations login_verification.gohtml (Portuguese) - -8 0 server/internal/views/emails/pt/login_verification.gohtml - -commit 8bdad340b5b392b57c892ffbd04cd6415d9eb4e7 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Dec 14 09:45:06 2022 +0100 - - New translations login_verification.gohtml (Dutch) - -1 1 server/internal/views/emails/nl/login_verification.gohtml - -commit 2a6bbbbacc3c982c50b701856056b4a4b8fd6730 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Dec 14 09:45:05 2022 +0100 - - New translations login_verification.gohtml (Italian) - -8 0 server/internal/views/emails/it/login_verification.gohtml - -commit a476716a0ef400a33b187fed6ec0477967d434d3 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Dec 14 09:45:04 2022 +0100 - - New translations login_verification.gohtml (German) - -8 0 server/internal/views/emails/de/login_verification.gohtml - -commit dc6d66bcea6b4844cacf776e4f09a3deef8ef10f -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Dec 14 09:45:04 2022 +0100 - - New translations login_verification.gohtml (Arabic) - -8 0 server/internal/views/emails/ar/login_verification.gohtml - -commit 40e94f1128a1ece123f00ac6993b7002c0db4a3c -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Dec 14 09:45:02 2022 +0100 - - New translations login_verification.gohtml (Spanish) - -8 0 server/internal/views/emails/es/login_verification.gohtml - -commit 3fbb417406f43d780731e04b2a9f9e5fa497c019 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Dec 14 09:45:01 2022 +0100 - - New translations login_verification.gohtml (French) - -8 0 server/internal/views/emails/fr/login_verification.gohtml - -commit f208dc777809968a30c49bc2ecd99ed96ea51a7a -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Dec 14 09:44:55 2022 +0100 - - New translations headers.json (Persian) - -3 1 server/internal/views/emails/fa/headers.json - -commit 5faa2784b9f38b8d813398f5b9dc9d7cc0ffc070 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Dec 14 09:44:54 2022 +0100 - - New translations headers.json (Chinese Simplified) - -3 1 server/internal/views/emails/zh/headers.json - -commit 4c5b695c747a2c36558a4aaf082b0f200c629fb8 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Dec 14 09:44:53 2022 +0100 - - New translations headers.json (Swedish) - -3 1 server/internal/views/emails/sv/headers.json - -commit 8e4895a857e41cc6a1ae9ee8f40d4650ded58895 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Dec 14 09:44:52 2022 +0100 - - New translations headers.json (Portuguese) - -3 1 server/internal/views/emails/pt/headers.json - -commit caf716c02f4d4783dafae1227cbeae7a5f011195 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Dec 14 09:44:51 2022 +0100 - - New translations headers.json (Italian) - -3 1 server/internal/views/emails/it/headers.json - -commit ec2deadee122e1a3f4aafd7b02d2ae86e2bc7a35 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Dec 14 09:44:50 2022 +0100 - - New translations headers.json (German) - -3 1 server/internal/views/emails/de/headers.json - -commit bf1c6591f64ffdee536434ab500a65a6303143df -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Dec 14 09:44:50 2022 +0100 - - New translations headers.json (Arabic) - -3 1 server/internal/views/emails/ar/headers.json - -commit 269491b6c4c295a9869f71d1dbf856b18ef5cbf6 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Dec 14 09:44:49 2022 +0100 - - New translations headers.json (Spanish) - -3 1 server/internal/views/emails/es/headers.json - -commit 87fc9758a5b0970301c2ea90a1ae7deb95b5a935 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Dec 14 09:44:48 2022 +0100 - - New translations headers.json (French) - -3 1 server/internal/views/emails/fr/headers.json - -commit 8faa8da31620fc4517fc1a571ec67ed5fcbf3a5f -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Dec 14 09:44:39 2022 +0100 - - New translations a_participant_joined_the_loop.gohtml (Dutch) - -5 5 server/internal/views/emails/nl/a_participant_joined_the_loop.gohtml - -commit 08b0a4fab7d85c7e3e2c8bd544bcf39fad9026d4 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Dec 14 09:44:33 2022 +0100 - - New translations translation.json (Dutch) - -6 6 frontend/public/locales/nl/translation.json - -commit eb91ad3ab65738feba9a7301c082676f321b9dd1 -Author: Lucian I. Last -Date: Wed Dec 14 09:35:50 2022 +0100 - - Separate registration emails & translate - -16 16 server/internal/controllers/login.go -40 8 server/internal/views/email.go -3 1 server/internal/views/emails/en/headers.json -8 0 server/internal/views/emails/en/login_verification.gohtml -8 0 server/internal/views/emails/en/register_verification.gohtml -3 1 server/internal/views/emails/nl/headers.json -8 0 server/internal/views/emails/nl/login_verification.gohtml -8 0 server/internal/views/emails/nl/register_verification.gohtml - -commit a33edbded135621440aeffd507db32b1add1a30a -Merge: 88559809 c86dfaf0 -Author: Lucian I. Last -Date: Wed Dec 14 08:54:30 2022 +0100 - - Merge branch 'update-deps' - -commit c86dfaf099e6aabbbca4036ffc397e8c3397a025 -Author: Lucian I. Last -Date: Wed Dec 14 08:51:47 2022 +0100 - - Run audit fix - -146 212 frontend/package-lock.json - -commit 4612b5c13df00fedbbbdca994bd567407366bda7 -Merge: 88559809 8d5774cf -Author: Lucian I. Last -Date: Wed Dec 14 08:46:06 2022 +0100 - - Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/frontend/d3-color-and-deck.gl-3.1.0' into update-deps - -commit 88559809e066ad2045b13e9ad2bcd9b4239da772 -Author: Lucian I. Last -Date: Tue Dec 13 18:28:26 2022 +0100 - - Update maint as well - -9 16 devops/templates/Caddyfile.maint - -commit f5c76d82230a1b680941fe7fa9e8c998273216f3 -Author: Lucian I. Last -Date: Tue Dec 13 18:26:52 2022 +0100 - - Set www to base url prod - -2 2 devops/setup-4-api.yml - -commit a0ce97f1b120cba563f4362e3b42f660e9433f00 -Author: Lucian I. Last -Date: Tue Dec 13 18:26:15 2022 +0100 - - Apply cache values per path - -12 0 devops/templates/Caddyfile -24 9 devops/templates/Caddyfile.maint - -commit 084d59967477976204e707c1ad0f8044a37ae11f -Author: Lucian I. Last -Date: Tue Dec 13 18:25:24 2022 +0100 - - Fix receive empty login credentials - -4 4 server/internal/app/auth/token.go - -commit 38cc0dbdf34724e2687991feb67b7b30d105d9f3 -Author: Lucian I. Last -Date: Tue Dec 13 18:10:41 2022 +0100 - - Add caddy linter - -10 0 devops/lint-caddy-files.sh - -commit 4c3331f303932263e47d0ca11bf098996662f97a -Author: Lucian I. Last -Date: Tue Dec 13 18:10:27 2022 +0100 - - Fix contact page - -12 2 frontend/src/pages/Contacts.tsx -2 4 frontend/src/pages/MessageSubmitted.tsx - -commit e1a8b4c87b48960ed808a8fd499bbeae6fcd35b7 -Author: Lucian I. Last -Date: Tue Dec 13 13:19:35 2022 +0100 - - Add missing translations for a participant joined the loop - -5 5 server/internal/views/emails/nl/a_participant_joined_the_loop.gohtml - -commit 7bcfa1d46679b63c676e8c963dfdeaa892badcf9 -Merge: 90ff5215 72796f9c -Author: Lucian I. Last -Date: Tue Dec 13 13:16:17 2022 +0100 - - Merge remote-tracking branch 'paloeka/crowdin' - -commit 90ff52151ef844534779cc2fa193938598b07294 -Author: Lucian I. Last -Date: Tue Dec 13 13:15:30 2022 +0100 - - Readd enabled - -3 8 server/internal/app/auth/token.go -3 0 server/internal/controllers/login.go - -commit 84392d1d2805954888ffcbf1a474983196d6963f -Author: Lucian I. Last -Date: Tue Dec 13 13:07:35 2022 +0100 - - Fix too many a participant just joined your loop - -15 5 server/internal/app/auth/token.go -1 1 server/internal/app/auth/token_test.go -3 18 server/internal/controllers/login.go - -commit 87ecbbf27cf04cd530ea39a6d4c02086de23608b -Author: Lucian I. Last -Date: Tue Dec 13 12:35:43 2022 +0100 - - Relace value for checked on React radio inputs - -9 7 frontend/src/pages/Donations/DonationForm.tsx - -commit 01cce69b9526219613b69645f1264e666b2dd7c7 -Author: Lucian I. Last -Date: Tue Dec 13 12:25:06 2022 +0100 - - Add euro sign infront of text input - -15 9 frontend/src/pages/Donations/DonationForm.tsx - -commit c21184467fa62284217fd466eeaef01eb9338769 -Author: Lucian I. Last -Date: Tue Dec 13 11:57:05 2022 +0100 - - Fix donation form js - -36 23 frontend/src/pages/Donations/DonationForm.tsx - -commit 72796f9c6a28762405960ae730ae729d16509c02 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Dec 13 11:45:17 2022 +0100 - - New translations a_participant_joined_the_loop.gohtml (Dutch) - -3 3 server/internal/views/emails/nl/a_participant_joined_the_loop.gohtml - -commit 1ae4167e13c0a00194f79009c13d0d64b02429af -Author: Lucian I. Last -Date: Tue Dec 13 11:29:34 2022 +0100 - - Use AirBrake only for ToastProvider - -11 12 frontend/src/airbrake.ts -1 0 frontend/src/providers/ToastProvider.tsx -8 0 frontend/src/window.d.ts - -commit 8d5774cfbc0a2bfbdd278fe1a8cb72049102ab43 -Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> -Date: Tue Dec 13 02:09:45 2022 +0000 - - Bump d3-color and deck.gl in /frontend - - Bumps [d3-color](https://github.com/d3/d3-color) to 3.1.0 and updates ancestor dependency [deck.gl](https://github.com/visgl/deck.gl). These dependencies need to be updated together. - - - Updates `d3-color` from 2.0.0 to 3.1.0 - - [Release notes](https://github.com/d3/d3-color/releases) - - [Commits](https://github.com/d3/d3-color/compare/v2.0.0...v3.1.0) - - Updates `deck.gl` from 8.7.8 to 8.8.20 - - [Release notes](https://github.com/visgl/deck.gl/releases) - - [Changelog](https://github.com/visgl/deck.gl/blob/v8.8.20/CHANGELOG.md) - - [Commits](https://github.com/visgl/deck.gl/compare/v8.7.8...v8.8.20) - - --- - updated-dependencies: - - dependency-name: d3-color - dependency-type: indirect - - dependency-name: deck.gl - dependency-type: direct:production - ... - - Signed-off-by: dependabot[bot] - -1267 764 frontend/package-lock.json -1 1 frontend/package.json - -commit e479f039a82c5a7a776a5d26eda70869a7987842 -Author: Lucian I. Last -Date: Tue Dec 13 03:08:28 2022 +0100 - - Move to vite and use airbrake - -8 8 frontend/.env-acceptance -8 8 frontend/.env-example -11 8 frontend/.env-production -8 9 frontend/{public => }/index.html -7445 33840 frontend/package-lock.json -8 12 frontend/package.json -6 0 frontend/postcss.config.cjs -0 8 frontend/src/App.test.tsx -33 0 frontend/src/airbrake.ts -1 1 frontend/src/api/axios.ts -3 3 frontend/src/api/payment.ts -1 1 frontend/src/components/ChainDetailsForm.tsx -2 3 frontend/src/components/GeocoderSelector.tsx -1 1 frontend/src/components/LanguageSwitcher.tsx -3 6 frontend/src/index.tsx -1 1 frontend/src/pages/Donations/DonationForm.tsx -1 3 frontend/src/pages/FindChain.tsx -3 4 frontend/src/pages/Geocoding.tsx -0 1 frontend/src/react-app-env.d.ts -0 15 frontend/src/reportWebVitals.ts -0 9 frontend/src/util/mapbox-gl.ts -1 0 frontend/src/vite-env.d.ts -0 0 frontend/{tailwind.config.js => tailwind.config.cjs} -13 0 frontend/vite.config.ts -1 1 server/README.md - -commit ba0577cd0a33576cab25042217b7416099f59aec -Author: Lucian I. Last -Date: Tue Dec 13 00:39:42 2022 +0100 - - Set default LongLat to amsterdam & extract mapbox imports - -3 3 frontend/src/components/ChainDetailsForm.tsx -1 7 frontend/src/pages/FindChain.tsx -9 0 frontend/src/util/mapbox-gl.ts - -commit 07bc4ae7fc18a9a42ddc1f58e6895f0a0b37d778 -Author: Lucian I. Last -Date: Tue Dec 13 00:01:32 2022 +0100 - - add created_at to user_chains - -7 6 server/internal/models/user.go - -commit 91ce289ee7ddb544907bed1109dec7bd6a80ee1f -Author: Lucian I. Last -Date: Mon Dec 12 17:15:00 2022 +0100 - - Fix hidden address map - -2 9 frontend/package.json -1 1 frontend/src/components/ChainDetailsForm.tsx -1 2 frontend/src/components/GeocoderSelector.tsx -4 1 frontend/tsconfig.json - -commit 08cc85d8c04a0fa186a4f537bd31ed5cf7fe9a07 -Author: Lucian I. Last -Date: Mon Dec 12 11:19:46 2022 +0100 - - circles must be of correct size - -14 3 frontend/src/pages/FindChain.tsx -3 0 frontend/src/util/maps.ts - -commit 8f69bcb8694b8a313bc38a1cbb7afa4c9fedc7d9 -Merge: 99777a3b 3b2dd11c -Author: Lucian I. Last -Date: Mon Dec 12 10:06:23 2022 +0100 - - Merge branch 'main' into fix-maps - -commit 3b2dd11c250b1651aa8f7a81404cc15f78e9010d -Author: Lucian I. Last -Date: Sun Dec 11 13:48:36 2022 +0100 - - maintenance site returns 503 - -0 10 devops/setup-2-caddy.yml -5 1 devops/templates/Caddyfile.maint -365 2 devops/templates/maint/index.html -0 0 devops/templates/maint/{ => src}/build.sh -56 0 devops/templates/maint/src/index.html -- - devops/templates/maint/{ => src}/logo.webp -1 0 devops/templates/maint/src/style.min.css -0 0 devops/templates/maint/{ => src}/tailwind.config.js - -commit 94d2aa6a6e05c7f9eb2c9cfdb49a058b8c5f52d4 -Author: Lucian I. Last -Date: Sun Dec 11 03:22:19 2022 +0100 - - Revert back to e.Send() - -1 14 server/internal/app/mail.go - -commit fe6d1a46578e30a7b72d8c16ce8e38e8116c25b8 -Author: Lucian I. Last -Date: Sun Dec 11 03:08:40 2022 +0100 - - Revert "Try using StartTLS" - - This reverts commit 70c4939601ea83e8e2526b51a66b0d79038142b0. - -5 4 server/internal/app/mail.go - -commit 70c4939601ea83e8e2526b51a66b0d79038142b0 -Author: Lucian I. Last -Date: Sun Dec 11 02:50:14 2022 +0100 - - Try using StartTLS - -4 5 server/internal/app/mail.go - -commit 1d6018ace6a1111be469b185da1de0271a2d5f4b -Author: Lucian I. Last -Date: Sun Dec 11 02:41:00 2022 +0100 - - Add skip verify tls email - -7 2 server/internal/app/mail.go - -commit 3e67da451ce95a204db8a848332fa509d50fb322 -Author: Lucian I. Last -Date: Sun Dec 11 02:34:49 2022 +0100 - - Try to fix sending emails - -9 1 server/internal/app/mail.go - -commit a707fdc7f954315028ba63b52320416aef285a06 -Author: Lucian I. Last -Date: Sun Dec 11 02:00:53 2022 +0100 - - Fix error when logging in with an email that does not exist - -1 1 server/internal/controllers/login.go - -commit b288631543e489beee1974ad2f913c4a936bdfab -Author: Lucian I. Last -Date: Sun Dec 11 01:53:59 2022 +0100 - - Add error checking TokenCreateUnverified - -3 3 server/internal/app/auth/token.go -3 3 server/internal/app/auth/token_test.go -3 2 server/internal/controllers/login.go - -commit 18ae828650de042e62408e50357c387d3868e0a5 -Author: Lucian I. Last -Date: Sun Dec 11 01:47:34 2022 +0100 - - Allow acc during maintenance - -20 1 devops/templates/Caddyfile.maint - -commit b7a8324bc76be0f3850fa190e8a2a335811ec846 -Author: Lucian I. Last -Date: Sun Dec 11 01:13:53 2022 +0100 - - Add mail error to logs - -1 0 server/internal/app/mail.go - -commit 99777a3bf006eea588459b68068878d821da7484 -Author: Lucian I. Last -Date: Fri Dec 9 17:15:31 2022 +0100 - - Fix find chains - -1 1 frontend/src/components/ChainDetailsForm.tsx -0 129 frontend/src/components/FindChain/FindChainSearchBarContainer.tsx -31 29 frontend/src/components/FindChain/SearchBar.tsx -17 23 frontend/src/components/FindChain/StandaloneSearchBar.tsx -127 62 frontend/src/pages/FindChain.tsx -1 1 frontend/src/pages/Home.tsx -1 1 frontend/src/pages/NewChainLocation.tsx -2 2 frontend/src/util/form.hooks.ts -1 1 frontend/tsconfig.json - -commit 4d524ca52fee6cc006a8b981dcd831aa53fc66b2 -Merge: c4170ddd c64a2553 -Author: Lucian I. Last -Date: Fri Dec 9 10:13:39 2022 +0100 - - Merge branch 'github-actions-caching' - -commit c4170ddd4a618d59940d30c48f6e2a8acdced42d -Merge: e1a7f947 307dec65 -Author: Lucian I. Last -Date: Fri Dec 9 10:10:20 2022 +0100 - - Merge commit '307dec65d0819104676b99c72db7223830b3a266' - -commit 0264141e2a74b3bf8d8785892412891025bc80fe -Author: Lucian I. Last -Date: Fri Dec 9 10:06:27 2022 +0100 - - update lock - -7 8 frontend/package-lock.json - -commit 1f830e1fe44ed1742242eeed43d2a178f346e15b -Author: Lucian I. Last -Date: Sun Nov 27 11:22:28 2022 +0100 - - Attempt to use pure js mapbox - - Cherry pick of 038211537e19a99bf1955b6cf01b8f5866ceb468 - -797 5582 frontend/package-lock.json -16 35 frontend/package.json -7 11 frontend/src/components/ChainDetailsForm.tsx -27 62 frontend/src/components/FindChain/FindChainSearchBarContainer.tsx -3 1 frontend/src/pages/FindChain.tsx -2 2 frontend/src/types.ts - -commit 28bfaeb6382f3b473a828e225a5dbae33a6a65c8 -Author: Lucian I. Last -Date: Fri Dec 9 09:56:09 2022 +0100 - - wip - -20 15 frontend/src/components/FindChain/{index.tsx => FindChainSearchBarContainer.tsx} -379 320 frontend/src/pages/FindChain.tsx - -commit 307dec65d0819104676b99c72db7223830b3a266 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Dec 8 18:27:56 2022 +0100 - - New translations translation.json (Dutch) - -4 4 frontend/public/locales/nl/translation.json - -commit 9c9554b1e6607c845082350b199dd6fc160c8cca -Author: Lucian I. Last -Date: Thu Dec 8 17:41:50 2022 +0100 - - Improve error handling at chain edit - -1 5 frontend/src/components/ChainDetailsForm.tsx -13 11 frontend/src/pages/ChainEdit.tsx - -commit 5de5357aff09cd20985ba1db6d007bf78b3253a3 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Dec 8 17:12:47 2022 +0100 - - New translations translation.json (Dutch) - -1 1 frontend/public/locales/nl/translation.json - -commit e1a7f947307abd6f914ec0ce9ba0f57580981aac -Author: Lucian I. Last -Date: Thu Dec 8 17:06:52 2022 +0100 - - Fix missing headers.json - -1 1 server/internal/views/email.go - -commit 5badaf1b920c67d92c5b9de4b94aca6e42de73f3 -Author: Lucian I. Last -Date: Thu Dec 8 16:50:06 2022 +0100 - - Fix spaces between word loop - -2 2 frontend/public/locales/nl/translation.json - -commit 5ed2decadc19c3e6042d9cc33fd4c415deff85a6 -Author: Lucian I. Last -Date: Thu Dec 8 16:47:33 2022 +0100 - - Replace lus with Loop - -3 3 frontend/public/locales/nl/translation.json - -commit 18cb98b22e890704b02b79c7bea5198e465b3446 -Merge: 3bb3b112 82f134e2 -Author: Lucian I. Last -Date: Thu Dec 8 13:54:30 2022 +0100 - - Merge pull request #9 from paloeka/crowdin - - New Crowdin updates - -commit 82f134e2c1cede7f6a3459a92a397d6db7259e13 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Dec 8 13:53:13 2022 +0100 - - New translations subscribed_to_newsletter.gohtml (Dutch) - -1 1 server/internal/views/emails/nl/subscribed_to_newsletter.gohtml - -commit 3bb3b1128f03610da65fd88e4e6a675497633905 -Merge: b9c23c7b 693f9b63 -Author: Lucian I. Last -Date: Thu Dec 8 13:50:50 2022 +0100 - - Merge branch 'crowdin' - -commit 693f9b639f1ee71082f894775ef8d5b559ae2843 -Merge: 4e52f19f b9c23c7b -Author: Lucian I. Last -Date: Thu Dec 8 13:50:23 2022 +0100 - - Merge branch 'main' into crowdin - -commit 4e52f19fbbd1d10c801dbdddfe016bedf65136b9 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Dec 8 13:43:45 2022 +0100 - - New translations subscribed_to_newsletter.gohtml (Persian) - -14 0 server/internal/views/emails/fa/subscribed_to_newsletter.gohtml - -commit cfa6409c0f7ccd55e4e56fbe7828f6236d225cdc -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Dec 8 13:43:45 2022 +0100 - - New translations subscribed_to_newsletter.gohtml (Chinese Simplified) - -14 0 server/internal/views/emails/zh/subscribed_to_newsletter.gohtml - -commit 5db078031db053d3986eee2cc64b1b7994a97fd6 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Dec 8 13:43:44 2022 +0100 - - New translations subscribed_to_newsletter.gohtml (Swedish) - -14 0 server/internal/views/emails/sv/subscribed_to_newsletter.gohtml - -commit 26fa4004d7aa34dc288b5459d5fff634a987c6b8 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Dec 8 13:43:42 2022 +0100 - - New translations subscribed_to_newsletter.gohtml (Portuguese) - -14 0 server/internal/views/emails/pt/subscribed_to_newsletter.gohtml - -commit aa970164a1605172c21f32eaa397c38925701040 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Dec 8 13:43:41 2022 +0100 - - New translations subscribed_to_newsletter.gohtml (Dutch) - -14 0 server/internal/views/emails/nl/subscribed_to_newsletter.gohtml - -commit b8b4b22e846b9bd6121768374955f7e000d5928b -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Dec 8 13:43:41 2022 +0100 - - New translations subscribed_to_newsletter.gohtml (Italian) - -14 0 server/internal/views/emails/it/subscribed_to_newsletter.gohtml - -commit 5db43b26822517de6cee08583dc84f0ae2d27c51 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Dec 8 13:43:40 2022 +0100 - - New translations subscribed_to_newsletter.gohtml (German) - -14 0 server/internal/views/emails/de/subscribed_to_newsletter.gohtml - -commit 7951382430f36d9299c0c59c2dea9d4aca737ef8 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Dec 8 13:43:38 2022 +0100 - - New translations subscribed_to_newsletter.gohtml (Arabic) - -14 0 server/internal/views/emails/ar/subscribed_to_newsletter.gohtml - -commit 531f9707ba56517bbda34c4d9c4f0240278ed156 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Dec 8 13:43:38 2022 +0100 - - New translations subscribed_to_newsletter.gohtml (Spanish) - -14 0 server/internal/views/emails/es/subscribed_to_newsletter.gohtml - -commit 154973060878abb5e50fa7883b530bc05dd45cfc -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Dec 8 13:43:37 2022 +0100 - - New translations subscribed_to_newsletter.gohtml (French) - -14 0 server/internal/views/emails/fr/subscribed_to_newsletter.gohtml - -commit 0796c1ec1d9b618f864e08b7e5414a1b2ddeda91 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Dec 8 13:43:36 2022 +0100 - - New translations headers.json (Persian) - -5 0 server/internal/views/emails/fa/headers.json - -commit f43b1f8fb955b4bb22480c172e24e5631b89bc6e -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Dec 8 13:43:35 2022 +0100 - - New translations headers.json (Chinese Simplified) - -5 0 server/internal/views/emails/zh/headers.json - -commit f3ebb90440c36c1452f46d945ec340c5e309a86b -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Dec 8 13:43:34 2022 +0100 - - New translations headers.json (Swedish) - -5 0 server/internal/views/emails/sv/headers.json - -commit b00a85134283ac4831eb5f57b126e7db88574f45 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Dec 8 13:43:33 2022 +0100 - - New translations headers.json (Portuguese) - -5 0 server/internal/views/emails/pt/headers.json - -commit 6989309d5b762892840c6e45a8f284038a571a5a -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Dec 8 13:43:32 2022 +0100 - - New translations headers.json (Dutch) - -5 0 server/internal/views/emails/nl/headers.json - -commit 9c17042ce6ffd32259075c96d5385d3178c31185 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Dec 8 13:43:31 2022 +0100 - - New translations headers.json (Italian) - -5 0 server/internal/views/emails/it/headers.json - -commit 4aec285b4e44dc0f87a33cea1a5ba722da620901 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Dec 8 13:43:30 2022 +0100 - - New translations headers.json (German) - -5 0 server/internal/views/emails/de/headers.json - -commit bbc6de1288bd0b664daabf4ad1c1071b96b0d0a2 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Dec 8 13:43:29 2022 +0100 - - New translations headers.json (Arabic) - -5 0 server/internal/views/emails/ar/headers.json - -commit d299e40a94d14779a3159a37efe28e92ae8b91f2 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Dec 8 13:43:28 2022 +0100 - - New translations headers.json (Spanish) - -5 0 server/internal/views/emails/es/headers.json - -commit 30a2e04fb9a1548e1534b782a32c8bfffa50bfe1 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Dec 8 13:43:28 2022 +0100 - - New translations headers.json (French) - -5 0 server/internal/views/emails/fr/headers.json - -commit d3f8932b73692b429d53c302c24028e86128c26d -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Dec 8 13:43:27 2022 +0100 - - New translations contact_confirmation.gohtml (Persian) - -12 0 server/internal/views/emails/fa/contact_confirmation.gohtml - -commit 50f62718a5d17bf23266af07036976ff169f60ac -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Dec 8 13:43:26 2022 +0100 - - New translations contact_confirmation.gohtml (Chinese Simplified) - -12 0 server/internal/views/emails/zh/contact_confirmation.gohtml - -commit 16915db6e0c8390ef2fd4a2134d58c731bc167ab -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Dec 8 13:43:25 2022 +0100 - - New translations contact_confirmation.gohtml (Swedish) - -12 0 server/internal/views/emails/sv/contact_confirmation.gohtml - -commit 5525891cf1acf1cb0f9c128e32b0256c0b9511d4 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Dec 8 13:43:24 2022 +0100 - - New translations contact_confirmation.gohtml (Portuguese) - -12 0 server/internal/views/emails/pt/contact_confirmation.gohtml - -commit 99faa118d0a6f49931fb0d480268b7f5d283c4e3 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Dec 8 13:43:23 2022 +0100 - - New translations contact_confirmation.gohtml (Dutch) - -12 0 server/internal/views/emails/nl/contact_confirmation.gohtml - -commit 80792a168bbe5bc34ee077195200bd4110d0dfe0 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Dec 8 13:43:22 2022 +0100 - - New translations contact_confirmation.gohtml (Italian) - -12 0 server/internal/views/emails/it/contact_confirmation.gohtml - -commit 3f7c984e810893542ce873a7a89362e43356ac4a -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Dec 8 13:43:21 2022 +0100 - - New translations contact_confirmation.gohtml (German) - -12 0 server/internal/views/emails/de/contact_confirmation.gohtml - -commit 339276a5250cc337337798c7ed3fa71cb022bab4 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Dec 8 13:43:20 2022 +0100 - - New translations contact_confirmation.gohtml (Arabic) - -12 0 server/internal/views/emails/ar/contact_confirmation.gohtml - -commit a792f35d3ede7d8ed5404b4c129712aa8f612d1d -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Dec 8 13:43:20 2022 +0100 - - New translations contact_confirmation.gohtml (Spanish) - -12 0 server/internal/views/emails/es/contact_confirmation.gohtml - -commit d4f07d1dbbc5b971d0430fd28ddd9948a47f7ea8 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Dec 8 13:43:19 2022 +0100 - - New translations contact_confirmation.gohtml (French) - -12 0 server/internal/views/emails/fr/contact_confirmation.gohtml - -commit 90b6c025b3e2e0e3281c1e7a1a2948dcb63a2f2f -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Dec 8 13:43:18 2022 +0100 - - New translations a_participant_joined_the_loop.gohtml (Persian) - -16 0 server/internal/views/emails/fa/a_participant_joined_the_loop.gohtml - -commit 21eedc4e47c80ce802f21ffcb58cd4e4b78acbc1 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Dec 8 13:43:17 2022 +0100 - - New translations a_participant_joined_the_loop.gohtml (Chinese Simplified) - -16 0 server/internal/views/emails/zh/a_participant_joined_the_loop.gohtml - -commit 0fc534eac992932eabc371b1b5c983a841780587 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Dec 8 13:43:16 2022 +0100 - - New translations a_participant_joined_the_loop.gohtml (Swedish) - -16 0 server/internal/views/emails/sv/a_participant_joined_the_loop.gohtml - -commit 7e018406b7380ed37e12d75227a456fb52dc7b58 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Dec 8 13:43:15 2022 +0100 - - New translations a_participant_joined_the_loop.gohtml (Portuguese) - -16 0 server/internal/views/emails/pt/a_participant_joined_the_loop.gohtml - -commit 897799cc2bd8c34b22cff798bb170cf3b76b2a70 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Dec 8 13:43:14 2022 +0100 - - New translations a_participant_joined_the_loop.gohtml (Dutch) - -16 0 server/internal/views/emails/nl/a_participant_joined_the_loop.gohtml - -commit a00ecb2443b434a8aaa37394c18858c8debed572 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Dec 8 13:43:13 2022 +0100 - - New translations a_participant_joined_the_loop.gohtml (Italian) - -16 0 server/internal/views/emails/it/a_participant_joined_the_loop.gohtml - -commit 03a928844fd22d6c9e14d9bcb2a2abe8d7d714ff -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Dec 8 13:43:13 2022 +0100 - - New translations a_participant_joined_the_loop.gohtml (German) - -16 0 server/internal/views/emails/de/a_participant_joined_the_loop.gohtml - -commit 9cb3a066e93f2da5d1cd9477e2616fa5254a5bb8 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Dec 8 13:43:12 2022 +0100 - - New translations a_participant_joined_the_loop.gohtml (Arabic) - -16 0 server/internal/views/emails/ar/a_participant_joined_the_loop.gohtml - -commit 7d6e63d27c29aa499f8e4417b1676d0d9e9bafb6 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Dec 8 13:43:11 2022 +0100 - - New translations a_participant_joined_the_loop.gohtml (Spanish) - -16 0 server/internal/views/emails/es/a_participant_joined_the_loop.gohtml - -commit a30e21082d594385c53dec126a6079e228040afe -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Dec 8 13:43:10 2022 +0100 - - New translations a_participant_joined_the_loop.gohtml (French) - -16 0 server/internal/views/emails/fr/a_participant_joined_the_loop.gohtml - -commit b9c23c7b9ec15e8d5bca9f3d5f1ec45eb64ee0fd -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Dec 8 13:42:11 2022 +0100 - - Update Crowdin configuration file - -2 3 crowdin.yml - -commit f54578c0111de355b654747071152e91c9c8a07e -Author: Lucian I. Last -Date: Thu Dec 8 13:39:41 2022 +0100 - - Fix crowdin glob config - -2 2 crowdin.yml - -commit 61d29dbc973c7c83f39126a026c8021d38e55bcd -Merge: a02a5a10 b48a0947 -Author: Lucian I. Last -Date: Thu Dec 8 13:36:39 2022 +0100 - - Merge branch 'emails-i18n' - -commit b48a0947cad626fe9cf0493fa188b592c4650001 -Author: Lucian I. Last -Date: Thu Dec 8 13:34:56 2022 +0100 - - use separate lang dirs - -0 1 crowdin.yml -8 4 server/internal/views/email.go - -commit a58327a536c3d735f5762ac6c9cf95099d7d792e -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Dec 8 13:32:05 2022 +0100 - - New translations en_subscribed_to_newsletter.gohtml (Persian) - -14 0 server/internal/views/emails/fa_subscribed_to_newsletter.gohtml - -commit f068407a5a9fb690d4cfad4dd8dca9652fc2ee78 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Dec 8 13:32:03 2022 +0100 - - New translations en_headers.json (Persian) - -3 0 server/internal/views/emails/fa_headers.json - -commit d547329c84452f0795dd7c88a6a99e967515840b -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Dec 8 13:32:02 2022 +0100 - - New translations en_subscribed_to_newsletter.gohtml (Chinese Simplified) - -14 0 server/internal/views/emails/zh_subscribed_to_newsletter.gohtml - -commit 281c1448e9f8a8a094f74be25528462651ab9bb4 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Dec 8 13:32:01 2022 +0100 - - New translations en_headers.json (Chinese Simplified) - -3 0 server/internal/views/emails/zh_headers.json - -commit 34b6ff9e0c52aaaa68e4c237f6a64d18bd61e436 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Dec 8 13:32:01 2022 +0100 - - New translations en_subscribed_to_newsletter.gohtml (Swedish) - -14 0 server/internal/views/emails/sv_subscribed_to_newsletter.gohtml - -commit e3fddc5007b0a93810177a03847408c301db8cd0 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Dec 8 13:32:00 2022 +0100 - - New translations en_headers.json (Swedish) - -3 0 server/internal/views/emails/sv_headers.json - -commit dca0d886c32651656f034721e4664231d246ba9a -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Dec 8 13:31:59 2022 +0100 - - New translations en_subscribed_to_newsletter.gohtml (Portuguese) - -14 0 server/internal/views/emails/pt_subscribed_to_newsletter.gohtml - -commit 29f5b7adbd0f41d57d6d12f43a32c8e5197cbb38 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Dec 8 13:31:58 2022 +0100 - - New translations en_headers.json (Portuguese) - -3 0 server/internal/views/emails/pt_headers.json - -commit 9b5be38f9162c3040e7597969d84269d0817edd9 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Dec 8 13:31:57 2022 +0100 - - New translations en_subscribed_to_newsletter.gohtml (Dutch) - -11 7 server/internal/views/emails/nl_subscribed_to_newsletter.gohtml - -commit 57d6f1f96087118400a572152082bc685db9cd12 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Dec 8 13:31:56 2022 +0100 - - New translations en_headers.json (Dutch) - -1 1 server/internal/views/emails/nl_headers.json - -commit a87e490c5179f4d4b664b721e7f288d2ed999f87 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Dec 8 13:31:55 2022 +0100 - - New translations en_subscribed_to_newsletter.gohtml (Italian) - -14 0 server/internal/views/emails/it_subscribed_to_newsletter.gohtml - -commit be83f83caf58d3f2603717985bd39be2dddbeb01 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Dec 8 13:31:55 2022 +0100 - - New translations en_headers.json (Italian) - -3 0 server/internal/views/emails/it_headers.json - -commit d4b195fe9dc046f0c2bd92907ecb2bfe376270b4 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Dec 8 13:31:54 2022 +0100 - - New translations en_subscribed_to_newsletter.gohtml (German) - -14 0 server/internal/views/emails/de_subscribed_to_newsletter.gohtml - -commit d67079942fb4f18984a0dcb468af35cbca2a4128 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Dec 8 13:31:53 2022 +0100 - - New translations en_headers.json (German) - -3 0 server/internal/views/emails/de_headers.json - -commit 82aaa40b953e9559f67443d676486010e4e3da98 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Dec 8 13:31:52 2022 +0100 - - New translations en_subscribed_to_newsletter.gohtml (Arabic) - -14 0 server/internal/views/emails/ar_subscribed_to_newsletter.gohtml - -commit 65763ef837cde3011d294ffef22e857ca3a57b42 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Dec 8 13:31:51 2022 +0100 - - New translations en_headers.json (Arabic) - -3 0 server/internal/views/emails/ar_headers.json - -commit b3f5ab619bc2e36c11715e15a4d692a8beb10dfd -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Dec 8 13:31:50 2022 +0100 - - New translations en_subscribed_to_newsletter.gohtml (Spanish) - -14 0 server/internal/views/emails/es_subscribed_to_newsletter.gohtml - -commit 12d0034d9745d8ed3ace4dbfa900d74c198ea90f -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Dec 8 13:31:49 2022 +0100 - - New translations en_headers.json (Spanish) - -3 0 server/internal/views/emails/es_headers.json - -commit f2f95bd9613aa3110e0a005b56b64c6dc27054c4 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Dec 8 13:31:48 2022 +0100 - - New translations en_subscribed_to_newsletter.gohtml (French) - -14 0 server/internal/views/emails/fr_subscribed_to_newsletter.gohtml - -commit 3f09eef861c260a4190b3aeeb7861f92bca8b6ab -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Dec 8 13:31:48 2022 +0100 - - New translations en_headers.json (French) - -3 0 server/internal/views/emails/fr_headers.json - -commit 06cf3e3d2bfff8a9f185569fa6c5f1a7cf08c668 -Author: Lucian I. Last -Date: Thu Dec 8 13:31:09 2022 +0100 - - Rename to fit crowdin - -0 0 server/internal/views/emails/{en_a_participant_joined_the_loop.gohtml => en/a_participant_joined_the_loop.gohtml} -0 0 server/internal/views/emails/{en_contact_confirmation.gohtml => en/contact_confirmation.gohtml} -0 0 server/internal/views/emails/{en_headers.json => en/headers.json} -0 0 server/internal/views/emails/{en_subscribed_to_newsletter.gohtml => en/subscribed_to_newsletter.gohtml} -0 0 server/internal/views/emails/{nl_a_participant_joined_the_loop.gohtml => nl/a_participant_joined_the_loop.gohtml} -0 0 server/internal/views/emails/{nl_contact_confirmation.gohtml => nl/contact_confirmation.gohtml} -0 0 server/internal/views/emails/{nl_headers.json => nl/headers.json} -0 0 server/internal/views/emails/{nl_subscribed_to_newsletter.gohtml => nl/subscribed_to_newsletter.gohtml} - -commit a02a5a100ae8a0108af13c0bab22a8c3bd281315 -Author: Lucian I. Last -Date: Thu Dec 8 13:25:31 2022 +0100 - - Move from array to object - -1 1 crowdin.yml - -commit fb715a6c65f394701ae7796a0cada79353491164 -Author: Lucian I. Last -Date: Thu Dec 8 13:23:14 2022 +0100 - - Last attempt to fix crowdin - -1 1 crowdin.yml - -commit 27fabbd4722ab6a1ea109b77cb76ef3d6a0a1a23 -Author: Lucian I. Last -Date: Thu Dec 8 13:18:49 2022 +0100 - - Fix crowdin config - -2 1 crowdin.yml - -commit ba66225a2a2f1c2e541f74718b2ff839bc8f9820 -Merge: d4d0c77c 83e62424 -Author: Lucian I. Last -Date: Thu Dec 8 13:11:54 2022 +0100 - - Merge commit '83e624248f9c7a5093b0acba77383aceaf046fca' - -commit 18aa6521a0d6287e424e4ad13e74ae0e346f1a13 -Author: Lucian I. Last -Date: Thu Dec 8 13:10:59 2022 +0100 - - Add all emails to translations - -29 31 server/internal/views/email.go -16 0 server/internal/views/emails/en_a_participant_joined_the_loop.gohtml -12 0 server/internal/views/emails/en_contact_confirmation.gohtml -3 1 server/internal/views/emails/en_headers.json -16 0 server/internal/views/emails/nl_a_participant_joined_the_loop.gohtml -12 0 server/internal/views/emails/nl_contact_confirmation.gohtml -3 1 server/internal/views/emails/nl_headers.json - -commit 83e624248f9c7a5093b0acba77383aceaf046fca -Author: Lucian I. Last -Date: Thu Dec 8 12:49:08 2022 +0100 - - Update dependencies - -11 10 server/go.mod -22 0 server/go.sum - -commit 899503862c65bd34d47aadc733da4cb59f1db9e3 -Author: Lucian I. Last -Date: Thu Dec 8 12:48:58 2022 +0100 - - Use translation files for subscribed_to_newsletter - -42 14 server/internal/views/email.go -34 0 server/internal/views/embed.go - -commit 048b029e608a3a45e942abb65601d5696c768729 -Author: Lucian I. Last -Date: Thu Dec 8 12:47:43 2022 +0100 - - Add translations - -3 0 crowdin.yml -3 0 server/internal/views/emails/en_headers.json -14 0 server/internal/views/emails/en_subscribed_to_newsletter.gohtml -3 0 server/internal/views/emails/nl_headers.json -10 0 server/internal/views/emails/nl_subscribed_to_newsletter.gohtml - -commit d014d51e4341f6a864a87450fa3c051d94e95ff8 -Author: Lucian I. Last -Date: Thu Dec 8 12:46:21 2022 +0100 - - Fix unsub newsletter - -1 1 server/internal/controllers/contact.go - -commit d4d0c77c11e8f51ddfc834f3281027fba118eb52 -Author: Lucian I. Last -Date: Thu Dec 8 09:50:10 2022 +0100 - - Update readme s - -1 9 frontend/README.md -2 2 server/README.md - -commit 7c3e38c8c200c85db8475ceb03f414e6fd0df1ef -Author: Lucian I. Last -Date: Thu Dec 8 09:40:53 2022 +0100 - - Rename local to internal go package - -3 3 server/cmd/generate-fake-data/main.go -2 2 server/cmd/server-fcgi/main.go -2 2 server/cmd/server/main.go -2 2 server/{local => internal}/app/auth/auth.go -3 3 server/{local => internal}/app/auth/auth_test.go -1 1 server/{local => internal}/app/auth/cookie.go -1 1 server/{local => internal}/app/auth/testmain_test.go -1 1 server/{local => internal}/app/auth/token.go -3 3 server/{local => internal}/app/auth/token_test.go -0 0 server/{local => internal}/app/config.go -0 0 server/{local => internal}/app/config_test.go -1 1 server/{local => internal}/app/database.go -0 0 server/{local => internal}/app/gin_utils/ginabort.go -2 2 server/{local => internal}/app/mail.go -0 0 server/{local => internal}/app/testutils.go -4 4 server/{local => internal}/controllers/chain.go -3 3 server/{local => internal}/controllers/contact.go -1 1 server/{local => internal}/controllers/info.go -5 5 server/{local => internal}/controllers/login.go -0 0 server/{local => internal}/controllers/middleware.go -3 3 server/{local => internal}/controllers/payments.go -3 3 server/{local => internal}/controllers/users.go -0 0 server/{local => internal}/models/chain.go -0 0 server/{local => internal}/models/gender.go -0 0 server/{local => internal}/models/gender_test.go -0 0 server/{local => internal}/models/mail.go -0 0 server/{local => internal}/models/newsletter.go -0 0 server/{local => internal}/models/payment.go -0 0 server/{local => internal}/models/size.go -0 0 server/{local => internal}/models/size_test.go -0 0 server/{local => internal}/models/user.go -3 3 server/{local => internal}/server.go -1 1 server/{local => internal}/tests/integration_tests/testmain_test.go -3 3 server/{local => internal}/tests/integration_tests/users_test.go -0 0 server/{local => internal}/tests/mocks/mock-gin-context.go -1 1 server/{local => internal}/tests/mocks/mock-tables.go -2 2 server/{local => internal}/tests/mocks/mock-tables_test.go -1 1 server/{local => internal}/tests/mocks/testmain_test.go -1 1 server/{local => internal}/views/email.go - -commit fd488892563336dff463c1a58a870e767b1f663a -Author: Lucian I. Last -Date: Thu Dec 8 09:24:54 2022 +0100 - - smaller header on mobile - -1 2 frontend/src/components/Navbar.tsx - -commit c64a2553a0c5f4fef0602ef746353dd06a405bd8 -Author: Lucian I. Last -Date: Wed Dec 7 16:50:29 2022 +0100 - - Add cache to production pipeline - -9 0 .github/workflows/deploy-production.yml - -commit f74cbf379e37a4bb80fcb360fca3b4a8277b0132 -Author: Lucian I. Last -Date: Wed Dec 7 16:49:00 2022 +0100 - - Add deployment badge - -3 2 README.md - -commit afaa44f5d1d9a7f92345e2dc42913973fc87889a -Merge: 305f8969 def8f596 -Author: Lucian I. Last -Date: Wed Dec 7 16:42:55 2022 +0100 - - Merge pull request #279 from CollActionteam/github-actions-caching - - Add caching on acceptance and lint - -commit def8f5967148a71fd42b6fd2237869195d31c654 -Author: Lucian I. Last -Date: Wed Dec 7 16:37:37 2022 +0100 - - Add caching on acceptance and lint - -10 1 .github/workflows/{deploy-acceptance-v2.yml => deploy-acceptance.yml} -1 1 .github/workflows/{deploy-production-v2.yml => deploy-production.yml} -9 0 .github/workflows/{lint-v2.yml => lint.yml} - -commit 305f896931a04b490ef5df049d64c0f4223bc82b -Author: Lucian I. Last -Date: Wed Dec 7 08:45:02 2022 +0100 - - Fix lint cra - -1 1 frontend/src/pages/NewChainLocation.tsx - -commit 02fe0ad2c9c6de736431367667f1923d73597b2b -Author: Lucian I. Last -Date: Tue Dec 6 17:00:06 2022 +0100 - - Fix /loops/new link in logged out state - -11 13 frontend/src/pages/NewChainLocation.tsx -19 26 frontend/src/pages/NewChainSignup.tsx - -commit ef66905ea4cadbc3cd50c36f46c4f816bd83c813 -Author: Lucian I. Last -Date: Tue Dec 6 16:28:21 2022 +0100 - - Move tooltip to top on edit ChainMemberList - -6 12 frontend/src/pages/ChainMemberList.tsx - -commit 3f8d20fbbbbbb6f684f35dc0026d502c44495477 -Author: Lucian I. Last -Date: Tue Dec 6 16:19:23 2022 +0100 - - Add address to emails when joining loop - -1 0 server/local/controllers/chain.go -1 0 server/local/controllers/login.go -3 0 server/local/views/email.go - -commit d26911ec851ec8abf689aeaf4f4f92d1a2df2e4e -Author: Lucian I. Last -Date: Tue Dec 6 16:13:48 2022 +0100 - - Fix join button click during a logged in state - -1 1 server/local/app/auth/auth.go -5 3 server/local/controllers/chain.go - -commit afb49dc9feee6649b0e103df0ae1e2b58ac7f8c6 -Author: Lucian I. Last -Date: Tue Dec 6 16:04:17 2022 +0100 - - Only show find loops button if start loop is hidden - -2 11 frontend/src/components/Navbar.tsx - -commit 41d46b2adfe98b1db1ac74522d95f81736225bcf -Author: Lucian I. Last -Date: Tue Dec 6 15:48:29 2022 +0100 - - Mobile friendly donation page - -4 4 frontend/src/pages/Donations/DonationForm.tsx - -commit 05d6b34f977032025c67f5c53b2bf27a72a0c4a3 -Author: Lucian I. Last -Date: Tue Dec 6 15:31:45 2022 +0100 - - Remove unused images - -0 3 frontend/public/images/arrow_vector.svg -- - frontend/public/images/clothing-loop.png -0 3 frontend/public/images/horizontal_arrow.svg -0 3 frontend/public/images/horizontal_arrow_large.svg -0 1 frontend/public/images/icon-instagram.svg -0 1 frontend/public/images/icon-quote.svg -0 3 frontend/public/images/right-arrow-white.svg -0 3 frontend/public/images/right-arrow-yellow.svg - -commit 4bb00caa8743f3337d3b30ea334193f5714b1f46 -Merge: 4af3ade1 113cfa87 -Author: Lucian I. Last -Date: Tue Dec 6 13:22:31 2022 +0100 - - Merge branch 'main' into analytics - -commit 113cfa87c5f18aa8df51a16bcb03bc28016a36c5 -Author: Lucian I. Last -Date: Tue Dec 6 13:18:57 2022 +0100 - - Add a header for translators - -8 0 README.md - -commit 0a4bc5ae303e8041a34a8af9c7f4595dfac8313a -Author: Lucian I. Last -Date: Tue Dec 6 13:11:06 2022 +0100 - - Add shields on top of the readme - -2 0 README.md - -commit 1e84aac10e9cb19623779da95ff706fb7bf1748a -Author: Lucian I. Last -Date: Tue Dec 6 13:07:46 2022 +0100 - - Fix email address - -4 4 frontend/src/components/Footer.tsx - -commit b758748d90965776a28564a0de5782a932cebe98 -Author: Lucian I. Last -Date: Tue Dec 6 12:31:21 2022 +0100 - - Fix data export - -14 28 frontend/src/components/DataExport.tsx -1 1 frontend/src/pages/ChainMemberList.tsx - -commit 1669e7618cc850a25d5280e31af1c058aca871ea -Author: Lucian I. Last -Date: Tue Dec 6 12:19:50 2022 +0100 - - Fix show checkboxs - -11 26 frontend/src/pages/ChainMemberList.tsx - -commit e20abed3481520b702828ee7e947ed6fd6457650 -Merge: e39e8380 53d953ea -Author: Lucian I. Last -Date: Tue Dec 6 11:58:08 2022 +0100 - - Merge branch 'add-payment-icons' - -commit 53d953ea8d2873834dc154d704bcfa8f38c82866 -Author: Lucian I. Last -Date: Tue Dec 6 11:57:31 2022 +0100 - - add payment methods - -- - frontend/public/images/payment-methods/amex.png -- - frontend/public/images/payment-methods/applepay.png -- - frontend/public/images/payment-methods/bancontact.png -- - frontend/public/images/payment-methods/creditcard.png -- - frontend/public/images/payment-methods/ideal.png -- - frontend/public/images/payment-methods/mastercard.png -- - frontend/public/images/payment-methods/visa.png -23 2 frontend/src/pages/Donations/DonationForm.tsx - -commit e39e838061d54dcd820e3ec2b5ff718bcb6da656 -Author: Lucian I. Last -Date: Tue Dec 6 11:17:54 2022 +0100 - - Remove old firebase ci/cd - -0 54 .github/workflows/deploy-firebase-acc.yml.bak -0 53 .github/workflows/deploy-firebase-prod.yml.bak - -commit 96e89a98f837e5a9f1cbf530ce37096e25d82776 -Merge: 0747f4c3 6b26f2b5 -Author: Lucian I. Last -Date: Tue Dec 6 11:15:42 2022 +0100 - - Merge remote-tracking branch 'paloeka/crowdin' - -commit 6b26f2b5cc1016c572c04e6d3cf4187d5aed59ba -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Dec 2 18:57:17 2022 +0100 - - New translations translation.json (German) - -1 1 frontend/public/locales/de/translation.json - -commit 0b1b2dc7cf84ca6eed46e2084d6f383767504dec -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Dec 2 11:45:30 2022 +0100 - - New translations translation.json (Dutch) - -1 1 frontend/public/locales/nl/translation.json - -commit 0747f4c352c4c37514ba76acd0e7c238d288651b -Author: Lucian I. Last -Date: Fri Dec 2 00:55:18 2022 +0100 - - Fix carousel - -15 13 frontend/src/components/Carousel.tsx -1 1 frontend/tailwind.config.js - -commit 7cbd0e7c2a4925bdc38063cf860e8b9944538e57 -Author: Lucian I. Last -Date: Fri Dec 2 00:44:25 2022 +0100 - - Fix mobile searchbar & loop not found popup - -6 4 frontend/src/components/FindChain/SearchBar.tsx -28 19 frontend/src/components/FindChain/index.tsx - -commit 0ac578069f8f389ed69651a7c631b481da51f3ba -Author: Lucian I. Last -Date: Fri Dec 2 00:17:35 2022 +0100 - - Fix data export excel - -23 21 frontend/src/components/DataExport.tsx -1 1 frontend/src/pages/ChainsList.tsx - -commit 586fac835c5d1608d0db56aff77b5c05642ddfd7 -Author: Lucian I. Last -Date: Thu Dec 1 23:55:38 2022 +0100 - - Mobile sign up - -12 6 frontend/src/pages/Signup.tsx - -commit e64818aa1fb0a39332cf8707572f2226558c3d3f -Author: Lucian I. Last -Date: Thu Dec 1 23:55:25 2022 +0100 - - Fix testimonials mobile - -2 2 frontend/src/components/Testimonials.tsx - -commit d118bd129a6f02458a0120ef0195b9e0fc33c01f -Author: Lucian I. Last -Date: Thu Dec 1 23:39:37 2022 +0100 - - Add test languages - -14 1 frontend/src/components/LanguageSwitcher.tsx - -commit dea7caf26e51d8af7f2782b3a871294b39d2bb8f -Author: Lucian I. Last -Date: Thu Dec 1 23:39:27 2022 +0100 - - Fix mobile navbar - -1 1 frontend/src/components/FindChain/SearchBar.tsx -31 19 frontend/src/components/Navbar.tsx - -commit 080463462ca5da547ac9ad9dc9ed81a1417d081f -Author: Lucian I. Last -Date: Thu Dec 1 23:08:05 2022 +0100 - - Style find page - -3 3 frontend/src/components/FindChain/SearchBar.tsx -1 1 frontend/src/components/FindChain/StandaloneSearchBar.tsx -4 4 frontend/src/components/FindChain/index.tsx -36 31 frontend/src/pages/FindChain.tsx -4 0 frontend/src/tailwind.css - -commit 48bd2bbb67634a76cef3dfc1596c53aefb6e743c -Author: Lucian I. Last -Date: Thu Dec 1 22:30:57 2022 +0100 - - mobile homepage - -5 3 frontend/src/components/Testimonials.tsx -44 40 frontend/src/pages/Home.tsx - -commit 682c05eb29415453709ea3fcb586fbc55185a3d5 -Author: Lucian I. Last -Date: Thu Dec 1 22:30:45 2022 +0100 - - decrease toast timeout to 5s - -1 1 frontend/src/providers/ToastProvider.tsx - -commit 3b6e598346f1e9401897faa2f5dda56f487a0e94 -Author: Lucian I. Last -Date: Thu Dec 1 21:23:39 2022 +0100 - - Impove login - -8 10 frontend/src/pages/Login.tsx -6 10 frontend/src/pages/LoginEmailFinished.tsx - -commit 72bb78b1808a4deec8e62a78e7812015d37f2e30 -Author: Lucian I. Last -Date: Thu Dec 1 21:23:21 2022 +0100 - - Fix user edit - -3 1 frontend/src/api/user.ts -2 0 frontend/src/pages/UserEdit.tsx - -commit ed5feacbd43911c1d07911e71bc2bb4a8ef88576 -Merge: 7d518c1f c27ba60f -Author: Lucian I. Last -Date: Thu Dec 1 17:34:19 2022 +0100 - - Merge remote-tracking branch 'paloeka/crowdin' - -commit 7d518c1f8db493528299aeedc7586ce5314d05e5 -Merge: 15feedde 4bf531b5 -Author: Lucian I. Last -Date: Thu Dec 1 17:32:31 2022 +0100 - - Merge branch 'style' - -commit 4bf531b566e91a6cf7c69ade3170ca9d2596cf59 -Author: Lucian I. Last -Date: Thu Dec 1 17:29:26 2022 +0100 - - Fix authentication - -67 10 server/local/app/auth/auth.go -87 0 server/local/app/auth/auth_test.go -1 2 server/local/controllers/chain.go -8 5 server/local/controllers/users.go -11 10 server/local/models/user.go - -commit 719244dbc4039fe75c6d6c86c30d8790fcb323f9 -Author: Lucian I. Last -Date: Wed Nov 30 16:54:26 2022 +0100 - - style chain edit - -7 6 frontend/src/components/ChainDetailsForm.tsx -2 2 frontend/src/components/DataExport.tsx -4 0 frontend/src/components/FormFields.tsx -4 3 frontend/src/pages/ChainEdit.tsx -45 37 frontend/src/pages/UserEdit.tsx - -commit 808c53a181f818c2f724d97048579f4b2d6e98e0 -Author: Lucian I. Last -Date: Wed Nov 30 13:10:35 2022 +0100 - - Fix remove user from chain - -1 1 frontend/src/pages/ChainMemberList.tsx -13 5 server/local/controllers/chain.go - -commit 4af3ade1fb93818a0aeb7a0284b65b8e61e26c2e -Author: Lucian I. Last -Date: Wed Nov 30 12:24:43 2022 +0100 - - Add goat counter and only run in prod - -11 0 frontend/public/index.html - -commit 273c6945a745b0e90165c838e34f59c0ac572f26 -Merge: e2758e48 15feedde -Author: Lucian I. Last -Date: Wed Nov 30 12:09:20 2022 +0100 - - Merge commit '15feeddeeb027a21312f208a4b42d0ed5b6d4633' into style - -commit 15feeddeeb027a21312f208a4b42d0ed5b6d4633 -Author: Lucian I. Last -Date: Wed Nov 30 12:08:58 2022 +0100 - - Use heysine - -1 1 frontend/src/components/Counters/Counters.tsx - -commit 927ecb5870015967a8ea7904acc230a3ea762740 -Author: Lucian I. Last -Date: Wed Nov 30 11:25:31 2022 +0100 - - Add issuu link to goals - -5 7 frontend/src/components/Counters/Counters.tsx - -commit e2758e48285e156e145a0bee959496cc37c29d63 -Author: Lucian I. Last -Date: Wed Nov 30 11:06:26 2022 +0100 - - fix mobile padding - -2 2 frontend/src/components/Layouts.tsx -1 1 frontend/src/components/Newsletter.tsx -3 3 frontend/src/pages/About.tsx -1 1 frontend/src/pages/FAQ.tsx -1 1 frontend/src/pages/Login.tsx -1 1 frontend/src/pages/NewChainLocation.tsx -1 1 frontend/src/pages/NewChainSignup.tsx -1 1 frontend/src/pages/PrivacyPolicy.tsx -1 1 frontend/src/pages/TermsOfUse.tsx - -commit c6af96459513c82e43f8fb51c151ef8fff358358 -Author: Lucian I. Last -Date: Wed Nov 30 10:45:24 2022 +0100 - - footer improve padding - -5 5 frontend/src/components/Footer.tsx -4 4 frontend/src/components/Newsletter.tsx - -commit e3f8beb136e7d1049ecf427bccff86d946c5be56 -Author: Lucian I. Last -Date: Wed Nov 30 10:45:07 2022 +0100 - - Change to pointer for faq summary - -1 1 frontend/src/pages/FAQ.tsx - -commit 6a511bdd295cd5fd9349395dbbd49eb7296dd8fd -Merge: 6d0ab298 6c5fddd5 -Author: Lucian I. Last -Date: Tue Nov 29 17:14:28 2022 +0100 - - Merge branch 'style-register' - -commit 6c5fddd51ed7964b60b9cf632643989e49be474b -Author: Lucian I. Last -Date: Tue Nov 29 17:14:08 2022 +0100 - - Move Thankyou and Style FAQ - -2 5 frontend/src/App.tsx -0 15 frontend/src/components/AccordionFaq.tsx -112 0 frontend/src/pages/FAQ.tsx -0 5 frontend/src/pages/FAQ/FAQ.module.css -0 69 frontend/src/pages/FAQ/FAQ.tsx -1 1 frontend/src/pages/{Thankyou => }/Thankyou.tsx - -commit 0b1b761d353be589981334c905ebc804644e8305 -Author: Lucian I. Last -Date: Tue Nov 29 16:30:15 2022 +0100 - - Remove unused layout - -0 10 frontend/src/components/Layouts.tsx - -commit e7263a70b00018c45f5b5b471c1065b0851e28ee -Author: Lucian I. Last -Date: Tue Nov 29 16:30:04 2022 +0100 - - Layout mobile contact us - -1 1 frontend/src/pages/Contacts.tsx - -commit d91fb4111309f6a9b0bf8cf5f8359fbb907a3226 -Author: Lucian I. Last -Date: Tue Nov 29 16:26:52 2022 +0100 - - Fix layouts - -10 6 frontend/src/components/Layouts.tsx -1 1 frontend/src/pages/AdminDashboard.tsx -35 27 frontend/src/pages/Thankyou/Thankyou.tsx - -commit 6b22ecf1352ab9bf7b67b9cf066f5e5baca5bf87 -Author: Lucian I. Last -Date: Tue Nov 29 16:26:44 2022 +0100 - - Style and Fix register flow - -5 1 frontend/src/components/CategoriesDropdown.tsx -98 49 frontend/src/components/ChainDetailsForm.tsx -1 1 frontend/src/components/FindChain/index.tsx -11 11 frontend/src/components/FormFields.tsx -13 3 frontend/src/components/GeocoderSelector.tsx -2 2 frontend/src/components/Newsletter.tsx -29 6 frontend/src/components/ProgressBar.tsx -6 2 frontend/src/components/formActions.tsx -1 1 frontend/src/pages/About.tsx -3 3 frontend/src/pages/Home.tsx -18 7 frontend/src/pages/NewChainLocation.tsx -93 87 frontend/src/pages/NewChainSignup.tsx -8 12 frontend/src/pages/Signup.tsx -2 2 frontend/src/pages/UserEdit.tsx -2 2 frontend/src/tailwind.css -1 1 server/local/controllers/chain.go -1 1 server/local/controllers/users.go - -commit 6d0ab2989bb1521556a5e893ae073a8a6798fd41 -Author: Lucian I. Last -Date: Tue Nov 29 14:57:41 2022 +0100 - - Add export newsletter chain admins - -13 0 server/sql/export-newsletter-chain-admins.sql - -commit c27ba60fbb219d9961766fdb3d6b740d20558be6 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Nov 29 14:44:58 2022 +0100 - - New translations about.json (Italian) - -1 1 frontend/public/locales/it/about.json - -commit e333e561b767ad13784dfefed5215f882450f080 -Author: Lucian I. Last -Date: Tue Nov 29 08:48:38 2022 +0100 - - Add sql script - -11 0 server/sql/count-chains-and-users-of-province.sql - -commit 0ee4973b811f66dc094deb8e78fd4369576808c7 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Nov 28 16:04:48 2022 +0100 - - New translations testimonials.json (German) - -1 1 frontend/public/locales/de/testimonials.json - -commit b7fadd9f9e18367c84aa108b6e468c3a9cdfccf5 -Author: Lucian I. Last -Date: Mon Nov 28 11:55:19 2022 +0100 - - style mobile first section of home page - -4 4 frontend/src/pages/Home.tsx - -commit 70b98fd5b27e415305682f47b885a3e41a2b1d28 -Author: Lucian I. Last -Date: Sun Nov 27 21:06:02 2022 +0100 - - fix footer grid on 1080p screens - -1 1 frontend/src/components/Footer.tsx - -commit 62749fb17c9baee0ebc1c7abc5a885ffa710f113 -Author: Lucian I. Last -Date: Sun Nov 27 21:05:08 2022 +0100 - - Automatically close mobile navbar when clicking a link - -9 2 frontend/src/components/LanguageSwitcher.tsx -8 0 frontend/src/components/Navbar.tsx - -commit c643555a0cdaf02b3e00ee6c172a82041aab4622 -Author: Lucian I. Last -Date: Sun Nov 27 11:18:25 2022 +0100 - - lint - -1 1 frontend/package.json -1 1 frontend/public/locales/en/translation.json -2 2 frontend/src/pages/UserEdit.tsx -1 1 server/local/app/auth/auth.go -1 1 server/local/controllers/chain.go -1 1 server/local/controllers/login.go -1 1 server/local/controllers/users.go -1 1 server/local/models/user.go - -commit a558467b95664562a5163b0322b234f289f64602 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Sat Nov 26 20:13:43 2022 +0100 - - New translations translation.json (Dutch) - -12 12 frontend/public/locales/nl/translation.json - -commit 999f77c699bc91aacf3487b2de8f577b8c692c84 -Author: Lucian I. Last -Date: Sat Nov 26 14:53:44 2022 +0100 - - Fix when user has multiple loops - -1 1 server/local/controllers/login.go - -commit 711b024a193b6a477cef9cd32446568714946c6a -Author: Lucian I. Last -Date: Sat Nov 26 14:48:45 2022 +0100 - - Add more defined error messages - -6 1 server/local/app/auth/auth.go -9 2 server/local/controllers/chain.go -3 3 server/local/controllers/login.go -1 1 server/local/controllers/payments.go -3 3 server/local/controllers/users.go -2 0 server/local/models/user.go - -commit 33a186e54c7f8df25a11e019aee1fdd5fb8eb918 -Author: Lucian I. Last -Date: Sat Nov 26 14:17:10 2022 +0100 - - Add log import - -0 1 server/local/controllers/login.go - -commit f2afa6e83857c0024baefba67f90380dd3932311 -Author: Lucian I. Last -Date: Sat Nov 26 14:15:51 2022 +0100 - - Add error logs - -4 0 server/local/controllers/login.go -2 2 server/local/controllers/payments.go -5 0 server/local/controllers/users.go - -commit 805f61d72965d3b1710003c2df258b5a42406bbb -Merge: 5a2bb1b4 1da45f57 -Author: Lucian I. Last -Date: Wed Nov 23 17:33:13 2022 +0100 - - Merge remote-tracking branch 'paloeka/crowdin' - -commit 1da45f571237994d7b8a438b91142f1a4e4e5580 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Nov 23 17:31:15 2022 +0100 - - New translations translation.json (Persian) - -14 0 frontend/public/locales/fa/translation.json - -commit 362551470eabdf2c0e64e9313030047c0ad571d5 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Nov 23 17:31:06 2022 +0100 - - New translations translation.json (Dutch) - -14 0 frontend/public/locales/nl/translation.json - -commit 7e482f658ce208c26b0753d3fa34830743a6662e -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Nov 23 17:31:04 2022 +0100 - - New translations translation.json (German) - -14 0 frontend/public/locales/de/translation.json - -commit 2bc01fa59f6862907694ac9fbdd48f3cbfcf58a6 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Nov 23 17:31:01 2022 +0100 - - New translations translation.json (French) - -14 0 frontend/public/locales/fr/translation.json - -commit be8ff9a2b247b749b24f7917617659d124d96b60 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Nov 23 17:30:57 2022 +0100 - - New translations translation.json (Chinese Simplified) - -14 0 frontend/public/locales/zh/translation.json - -commit fa7e008ca247fcbcd2aa49716d7f8960984f5aee -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Nov 23 17:30:56 2022 +0100 - - New translations translation.json (Swedish) - -14 0 frontend/public/locales/sv/translation.json - -commit f3ebda31001e77300a1bfcda8a1fdf1d95a4cfb2 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Nov 23 17:30:55 2022 +0100 - - New translations translation.json (Portuguese) - -14 0 frontend/public/locales/pt/translation.json - -commit dbee8775b71149bd87fc3a622fb6b503e99c7a85 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Nov 23 17:30:53 2022 +0100 - - New translations translation.json (Italian) - -14 0 frontend/public/locales/it/translation.json - -commit eb5d49495309ad2478eeff80f62135b644451f47 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Nov 23 17:30:52 2022 +0100 - - New translations translation.json (Arabic) - -14 0 frontend/public/locales/ar/translation.json - -commit e9bccf4abbb867496cc6bd204275739721578869 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Wed Nov 23 17:30:50 2022 +0100 - - New translations translation.json (Spanish) - -14 0 frontend/public/locales/es/translation.json - -commit 5a2bb1b4ba16d182899cfa534b427220e0896fb1 -Merge: 4073ec93 9d0f96d1 -Author: Lucian I. Last -Date: Wed Nov 23 17:27:29 2022 +0100 - - Merge remote-tracking branch 'paloeka/crowdin' - -commit 4073ec93a24dc40876970cb80a97859c147d23ad -Author: Lucian I. Last -Date: Wed Nov 23 17:24:14 2022 +0100 - - Add i18n key demote & remove loops - -2 0 frontend/public/locales/en/translation.json -14 8 frontend/src/pages/ChainMemberList.tsx - -commit 94eeb672c2fe8fdb2a6ba5ca11f18e983f133b60 -Author: Lucian I. Last -Date: Wed Nov 23 17:23:33 2022 +0100 - - Remove unnecessary eslint ignores - -0 1 frontend/src/pages/ChainMemberList.tsx -0 1 frontend/src/providers/AuthProvider.tsx - -commit 28fd6991d40e7e0cfb77d33e71f46a626cdb9a6b -Author: Lucian I. Last -Date: Wed Nov 23 16:51:45 2022 +0100 - - Treating warnings as errors forces me to hide warnings - -4 4 frontend/package.json - -commit e7096b0a28dfa15f443b4fb8c6d6bfd537b5db60 -Author: Lucian I. Last -Date: Wed Nov 23 16:46:44 2022 +0100 - - Fix eslint errors - -6 1 frontend/package.json -1 1 frontend/src/components/FindChain/SearchBar.tsx -6 8 frontend/src/components/Footer.tsx -6 6 frontend/src/components/LanguageSwitcher.tsx -1 1 frontend/src/components/SizesDropdown.tsx -1 1 frontend/src/components/Testimonials.tsx -2 0 frontend/src/pages/About.tsx -3 2 frontend/src/pages/ChainMemberList.tsx -25 4 frontend/src/pages/Home.tsx -8 19 frontend/src/pages/Logout.tsx -7 2 frontend/src/pages/PrivacyPolicy.tsx -1 1 frontend/src/pages/UserEdit.tsx -3 2 frontend/src/providers/AuthProvider.tsx -2 2 frontend/src/providers/ToastProvider.tsx -3 7 frontend/src/util/dropdown.hooks.ts - -commit 5e6f03b37ee2fd35d102ef6feb67d1df88aa9f8c -Merge: b33c8527 30875482 -Author: Lucian I. Last -Date: Wed Nov 23 15:46:52 2022 +0100 - - Merge branch 'tailwind' - -commit 308754826648e0161952f8762bfea9c565cc9486 -Author: Lucian I. Last -Date: Wed Nov 23 15:44:50 2022 +0100 - - Style join loop - -14 9 frontend/src/components/FormFields.tsx -28 37 frontend/src/components/GeocoderSelector.tsx -6 1 frontend/src/components/formActions.tsx -39 37 frontend/src/pages/Signup.tsx -13 0 frontend/src/tailwind.css -3 3 frontend/src/util/gin-errors.ts -3 3 server/local/controllers/users.go - -commit 8efb06b4d703ed084f0aa3adc9109399ab6371e4 -Author: Lucian I. Last -Date: Wed Nov 23 12:02:20 2022 +0100 - - Remove tailwind prefix and mui override - -0 2 frontend/README.md -1 1 frontend/src/App.tsx -3 6 frontend/src/components/AccordionFaq.tsx -2 2 frontend/src/components/Badges.tsx -3 3 frontend/src/components/Carousel.tsx -6 8 frontend/src/components/CategoriesDropdown.tsx -15 18 frontend/src/components/ChainDetailsForm.tsx -5 5 frontend/src/components/ChainParticipantsTable.tsx -14 14 frontend/src/components/Counters/Counters.tsx -4 4 frontend/src/components/DataExport.tsx -9 13 frontend/src/components/FindChain/SearchBar.tsx -2 5 frontend/src/components/FindChain/index.tsx -36 48 frontend/src/components/Footer.tsx -11 20 frontend/src/components/FormFields.tsx -2 2 frontend/src/components/GeocoderSelector.tsx -8 16 frontend/src/components/LanguageSwitcher.tsx -8 12 frontend/src/components/Layouts.tsx -25 47 frontend/src/components/Navbar.tsx -16 16 frontend/src/components/Newsletter.tsx -2 2 frontend/src/components/Popover.tsx -2 2 frontend/src/components/ProgressBar.tsx -11 11 frontend/src/components/SizesDropdown.tsx -12 17 frontend/src/components/Testimonials.tsx -10 14 frontend/src/components/formActions.tsx -11 11 frontend/src/pages/About.tsx -6 6 frontend/src/pages/AdminDashboard.tsx -2 2 frontend/src/pages/ChainEdit.tsx -66 78 frontend/src/pages/ChainMemberList.tsx -15 19 frontend/src/pages/ChainsList.tsx -10 10 frontend/src/pages/Contacts.tsx -4 6 frontend/src/pages/Donations/DonationCompleted.tsx -29 38 frontend/src/pages/Donations/DonationForm.tsx -6 6 frontend/src/pages/FAQ/FAQ.tsx -20 20 frontend/src/pages/FindChain.tsx -77 85 frontend/src/pages/Home.tsx -12 15 frontend/src/pages/Login.tsx -6 6 frontend/src/pages/MessageSubmitted.tsx -4 4 frontend/src/pages/NewChainLocation.tsx -7 7 frontend/src/pages/NewChainSignup.tsx -3 3 frontend/src/pages/PrivacyPolicy.tsx -4 7 frontend/src/pages/Signup.tsx -3 3 frontend/src/pages/TermsOfUse.tsx -5 5 frontend/src/pages/Thankyou/Thankyou.tsx -16 20 frontend/src/pages/UserEdit.tsx -13 13 frontend/src/providers/ToastProvider.tsx -9 9 frontend/src/tailwind.css -0 2 frontend/tailwind.config.js - -commit e20d56b299b9071bfe6544b671fc84f0b1809276 -Author: Lucian I. Last -Date: Wed Nov 23 11:39:58 2022 +0100 - - Responsive footer - -101 105 frontend/src/components/Footer.tsx -2 2 frontend/src/pages/Signup.tsx - -commit 130aed180c41ac1c7fd3d9a48040e13e87c4932c -Author: Lucian I. Last -Date: Wed Nov 23 11:39:45 2022 +0100 - - Responsive chainMemberList - -20 2 frontend/src/components/Badges.tsx -100 104 frontend/src/pages/ChainMemberList.tsx - -commit deaeb0ebc14718ebc3dcc788de0fa776ff774074 -Author: Lucian I. Last -Date: Wed Nov 23 10:18:16 2022 +0100 - - Style loading in chainlist - -71 70 frontend/src/pages/ChainsList.tsx - -commit 203d0e47251e6aa3d59513445f08ad666de92e5d -Author: Lucian I. Last -Date: Wed Nov 23 10:12:35 2022 +0100 - - Too much padding inbetween header in dashboard - -1 1 frontend/src/pages/AdminDashboard.tsx - -commit c06e16b1d88e3780dfd876c5d9a7c848b0b17bd3 -Author: Lucian I. Last -Date: Wed Nov 23 10:08:14 2022 +0100 - - Responsive header - -3 3 frontend/src/components/LanguageSwitcher.tsx -79 8 frontend/src/components/Navbar.tsx -8 0 frontend/tailwind.config.js - -commit 9d0f96d1a21e8031bef1cf3f2bf62de079110b9f -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Nov 22 18:05:12 2022 +0100 - - New translations translation.json (German) - -8 8 frontend/public/locales/de/translation.json - -commit f0996219dbf676c283afc64787c869b6d97a749c -Author: Lucian I. Last -Date: Tue Nov 22 17:44:55 2022 +0100 - - Change container padding on mobile - -1 1 frontend/src/components/FindChain/SearchBar.tsx -1 1 frontend/src/components/Navbar.tsx -1 1 frontend/src/components/Testimonials.tsx -2 2 frontend/src/pages/About.tsx -1 1 frontend/src/pages/ChainEdit.tsx -1 1 frontend/src/pages/ChainsList.tsx -1 1 frontend/src/pages/FAQ/FAQ.tsx -1 1 frontend/src/pages/MessageSubmitted.tsx -1 1 frontend/src/pages/NewChainLocation.tsx -1 1 frontend/src/pages/PrivacyPolicy.tsx -1 1 frontend/src/pages/TermsOfUse.tsx - -commit 499bb42a9b3370d8436dcc200c2734fb2724d590 -Author: Lucian I. Last -Date: Tue Nov 22 17:44:35 2022 +0100 - - Responsive footer - -113 104 frontend/src/components/Footer.tsx -1 1 frontend/src/components/Newsletter.tsx - -commit 4950d8e91acd536a50f489cead71d2e749da7c04 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Nov 22 16:55:53 2022 +0100 - - New translations translation.json (German) - -5 5 frontend/public/locales/de/translation.json - -commit 81705ad5b55ab8157eb3c525376fcbc3e6e980b0 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Nov 22 16:55:52 2022 +0100 - - New translations testimonials.json (German) - -8 8 frontend/public/locales/de/testimonials.json - -commit 2b80a2df6be458ad8181349c4edf6115942bc16f -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Nov 22 16:55:51 2022 +0100 - - New translations about.json (German) - -2 2 frontend/public/locales/de/about.json - -commit 5c084c54bc4da6284e7d5f946beb5dbf88b1f696 -Merge: 51deede2 b33c8527 -Author: Lucian I. Last -Date: Tue Nov 22 12:20:39 2022 +0100 - - Merge branch 'main' into tailwind - -commit b33c85272cb74e2039263f1c714f29522d8ae11d -Author: Lucian I. Last -Date: Tue Nov 22 11:18:53 2022 +0100 - - Add radius min max - -1 1 server/local/controllers/chain.go - -commit a0b51d0eca716c16ae00440eaf2a49fb7bd47f8b -Author: Lucian I. Last -Date: Tue Nov 22 10:47:49 2022 +0100 - - Add enter as submit on loop search - -8 0 frontend/src/components/FindChain/SearchBar.tsx - -commit 91f39cbf9e7b83124e596edfea7970d41988bd07 -Author: Lucian I. Last -Date: Tue Nov 22 10:37:41 2022 +0100 - - Add star to signup pages - -3 1 frontend/src/components/GeocoderSelector.tsx - -commit 14648d041c086920c60608876dbcacffcb06876f -Author: Lucian I. Last -Date: Tue Nov 22 10:19:22 2022 +0100 - - Fix logging in - -23 15 frontend/src/pages/LoginEmailFinished.tsx - -commit 88a4e3ca43c8feb7950de98db4c65b58f9496c38 -Author: Lucian I. Last -Date: Tue Nov 22 09:53:00 2022 +0100 - - lint - -8 9 frontend/src/components/DataExport.tsx - -commit 7e93884da2d13cc8537669a035d5dd295833909a -Author: Lucian I. Last -Date: Tue Nov 22 09:49:54 2022 +0100 - - data export only known chains & sort chains - -10 12 frontend/src/components/DataExport.tsx -6 5 frontend/src/pages/ChainsList.tsx - -commit 32f7384a2e28bfc33ff829d857f4d107277cf319 -Author: Lucian I. Last -Date: Tue Nov 22 09:44:31 2022 +0100 - - Separate unpublished call from published call for GetAllChains - -8 2 frontend/src/api/chain.ts -4 3 frontend/src/pages/ChainsList.tsx -1 1 frontend/src/providers/ChainsProvider.tsx -6 3 server/local/controllers/chain.go - -commit 51deede2d3231155853400a382eb84f2f1afbd64 -Author: Lucian I. Last -Date: Tue Nov 22 09:07:31 2022 +0100 - - let CRA generate tailwind css - -19301 31421 frontend/package-lock.json -7 11 frontend/package.json -1 1 frontend/src/index.tsx - -commit eed1dc5e33e61bdcb6eda659b030ac8a2550b110 -Author: Lucian I. Last -Date: Mon Nov 21 19:24:24 2022 +0100 - - Change btn newsletter - -1 4 frontend/src/components/Newsletter.tsx - -commit 6a14e39cd6a2eb1f9ca07f007868aa15747a60ae -Merge: 0487985d 1ca2667a -Author: Lucian I. Last -Date: Mon Nov 21 16:26:25 2022 +0100 - - Merge remote-tracking branch 'paloeka/crowdin' - -commit 0487985d5a6975640448f098f62a9e48f2517b6d -Author: Lucian I. Last -Date: Mon Nov 21 16:18:38 2022 +0100 - - Update countries to 6 - -1 1 frontend/src/components/Counters/Counters.tsx - -commit 85ffc4cd97bd88fc22f7eacb19cdfe3de090e283 -Author: Lucian I. Last -Date: Mon Nov 21 16:15:06 2022 +0100 - - lint - -2 2 frontend/public/locales/en/translation.json - -commit 878cb3e717f6030509c8a98474eb9c4141b13fce -Author: Lucian I. Last -Date: Mon Nov 21 16:14:28 2022 +0100 - - use js for user edit field values - -74 72 frontend/src/pages/UserEdit.tsx - -commit a822ef76bfdcd9935b7a571b315231acbba250ba -Author: Lucian I. Last -Date: Mon Nov 21 16:13:28 2022 +0100 - - copy ui from old site - -62 54 frontend/src/components/ChainDetailsForm.tsx -37 9 frontend/src/components/FormFields.tsx -7 6 frontend/src/components/Popover.tsx -2 4 frontend/src/components/ProgressBar.tsx -9 7 frontend/src/pages/NewChainLocation.tsx -19 0 frontend/src/util/form.hooks.ts - -commit 818105577f548db289153e74ce0848bc335389c7 -Author: Lucian I. Last -Date: Mon Nov 21 12:45:18 2022 +0100 - - Fix newsletter in footer - -25 11 frontend/src/components/Footer.tsx -7 7 frontend/src/components/Newsletter.tsx - -commit a880b06770085b1d3f0457da6c744eb0ff6661dd -Author: Lucian I. Last -Date: Mon Nov 21 12:16:29 2022 +0100 - - Fix find us links in footer - -40 19 frontend/src/components/Footer.tsx -53 0 frontend/src/tailwind.css - -commit 117ac88f9e4b5b8e920d5bf6205d8cb41481e112 -Author: Lucian I. Last -Date: Mon Nov 21 11:35:28 2022 +0100 - - Remove animation to dropdown sizes & genders - -2 1 frontend/src/components/CategoriesDropdown.tsx -1 1 frontend/src/components/ChainDetailsForm.tsx -4 2 frontend/src/components/SizesDropdown.tsx - -commit 8aa09bf445a78df76ea055119c866bd5c1b0d3e9 -Author: Lucian I. Last -Date: Fri Nov 18 12:12:22 2022 +0100 - - Crude move to tailwind removing mui - -13 1225 frontend/package-lock.json -1 10 frontend/package.json -86 112 frontend/src/App.tsx -16 26 frontend/src/components/AccordionFaq.tsx -170 261 frontend/src/components/ChainDetailsForm.tsx -0 46 frontend/src/components/FindChain/ChainNotFound.tsx -49 11 frontend/src/components/FindChain/index.tsx -53 191 frontend/src/components/FormFields.tsx -13 19 frontend/src/components/GeocoderSelector.tsx -7 36 frontend/src/components/Popover.tsx -12 29 frontend/src/components/ProgressBar.tsx -14 22 frontend/src/components/SizesDropdown.tsx -0 26 frontend/src/components/ThreeColumnLayout.tsx -0 11 frontend/src/components/Typography.tsx -37 56 frontend/src/components/formActions.tsx -1 1 frontend/src/pages/About.tsx -0 115 frontend/src/pages/AddChainAdmin.tsx -14 23 frontend/src/pages/ChainEdit.tsx -2 2 frontend/src/pages/Contacts.tsx -15 15 frontend/src/pages/FAQ/FAQ.tsx -19 43 frontend/src/pages/FindChain.tsx -16 36 frontend/src/pages/LoginEmailFinished.tsx -14 18 frontend/src/pages/Logout.tsx -23 31 frontend/src/pages/MessageSubmitted.tsx -8 14 frontend/src/pages/NewChainLocation.tsx -98 174 frontend/src/pages/NewChainSignup.tsx -104 154 frontend/src/pages/Signup.tsx -26 33 frontend/src/pages/Thankyou/Thankyou.tsx -95 140 frontend/src/pages/UserEdit.tsx -25 1 frontend/src/providers/ToastProvider.tsx -0 1589 frontend/src/util/theme.ts - -commit c4ccc09f127ab7b452b4afffaaf3a4f20c8c34a8 -Author: Lucian I. Last -Date: Wed Nov 16 16:17:36 2022 +0100 - - tailwind members page - -9 0 frontend/public/locales/en/translation.json -18 0 frontend/src/components/Badges.tsx -12 23 frontend/src/components/ChainParticipantsTable.tsx -0 1 frontend/src/components/DataExport.tsx -425 204 frontend/src/pages/ChainMemberList.tsx -3 9 frontend/src/pages/ChainsList.tsx -2 2 frontend/src/providers/ToastProvider.tsx -4 0 frontend/src/tailwind.css - -commit 1ca2667a1d569815e66a73389fb4c80db20527da -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Nov 15 17:12:28 2022 +0100 - - New translations translation.json (Dutch) - -2 2 frontend/public/locales/nl/translation.json - -commit 920ceefe15f66a74a6df951e80a440a758e0c0fd -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Nov 15 15:59:43 2022 +0100 - - New translations translation.json (Dutch) - -2 2 frontend/public/locales/nl/translation.json - -commit 202864d646df2a105faf765a825355317623c1f3 -Merge: 0550d4c9 79fdf826 -Author: Lucian I. Last -Date: Tue Nov 15 15:30:37 2022 +0100 - - Merge branch 'main' into tailwind - -commit 79fdf826f4e4f673fcd2c24979cdebecc0dcb5d4 -Author: Lucian I. Last -Date: Tue Nov 15 15:08:06 2022 +0100 - - Remove logs - -0 1 server/local/controllers/login.go - -commit 229efe891671ba13bbbc65a960a27f5d01ab2cc2 -Author: Lucian I. Last -Date: Tue Nov 15 15:00:11 2022 +0100 - - Fix chain admins not getting notified on user creation - -16 13 server/local/controllers/chain.go -42 0 server/local/controllers/login.go - -commit 3f320f7838f07bea464b196cd0fb7f6da8a35215 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Nov 15 13:11:46 2022 +0100 - - New translations translation.json (Dutch) - -16 16 frontend/public/locales/nl/translation.json - -commit cfa4cee4418dc3d9cd59b1a8782982fd839530ad -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Nov 15 13:11:45 2022 +0100 - - New translations testimonials.json (Dutch) - -1 1 frontend/public/locales/nl/testimonials.json - -commit 7d5f09820bc3315a54ce7b6375e76c12f46fcc63 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Nov 15 13:11:44 2022 +0100 - - New translations faq.json (Dutch) - -4 4 frontend/public/locales/nl/faq.json - -commit b420081c7032064f730f9440953d747c7d8747a2 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Nov 15 09:56:57 2022 +0100 - - New translations testimonials.json (Dutch) - -1 1 frontend/public/locales/nl/testimonials.json - -commit 0c5f2bbb93034a1460ea7b8dc1f579d74407b246 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Nov 15 09:56:56 2022 +0100 - - New translations faq.json (Dutch) - -1 1 frontend/public/locales/nl/faq.json - -commit 0550d4c95760610cabb4e63a81a2a4db8fa09178 -Author: Lucian I. Last -Date: Sun Nov 13 19:18:52 2022 +0100 - - WIP Remove mui - -26 45 frontend/src/pages/ChainsList.tsx - -commit a32d77593f46d9c24b32deb5c1c7ab8d9e16cfb7 -Author: Lucian I. Last -Date: Sun Nov 13 19:18:22 2022 +0100 - - Add contribute link in footer - -1 0 frontend/public/locales/en/translation.json -7 0 frontend/src/components/Footer.tsx - -commit 6c232a13d26c4a2efebfd99bdf3f64547eabb5bc -Author: Lucian I. Last -Date: Sun Nov 13 18:48:35 2022 +0100 - - Tailwind admin dashboard - -2 3 frontend/src/App.tsx -0 54 frontend/src/components/AdminControlsNav.tsx -39 0 frontend/src/pages/AdminDashboard.tsx - -commit f4857f2e1deb6a45f4f00f27f0c8088159b89c71 -Author: Lucian I. Last -Date: Sun Nov 13 18:15:10 2022 +0100 - - Fix history is undefined error - -10 11 frontend/src/App.tsx -15 7 frontend/src/providers/AuthProvider.tsx - -commit 1e358231259bcc94b9d1ac3a71c0603a2c6e64ed -Author: Lucian I. Last -Date: Sun Nov 13 14:09:24 2022 +0100 - - Add fallback if toast message is not a string & Remove logs - -2 4 frontend/src/providers/ToastProvider.tsx - -commit 5aa58599739a1b896f5defc2f4f0a808a4f23c7d -Author: Lucian I. Last -Date: Sun Nov 13 14:07:54 2022 +0100 - - Move newsletter to components dir and use native validation - -1 1 frontend/src/components/Footer.tsx -26 22 frontend/src/components/{Newsletter => }/Newsletter.tsx -0 3 frontend/src/components/Newsletter/arrow-right.svg - -commit 74c8f7fac09cb6381b345e4ce356ad6ca11a8c0b -Author: Lucian I. Last -Date: Sun Nov 13 13:49:38 2022 +0100 - - Change contacts page and use ginParseError - -1 1 frontend/src/pages/About.tsx -75 120 frontend/src/pages/Contacts.tsx -11 10 frontend/src/pages/Donations/DonationForm.tsx -5 2 frontend/src/pages/Login.tsx -4 3 frontend/src/util/form-jup.ts -18 0 frontend/src/util/gin-errors.ts - -commit 66c28f52b21e64d0e715e049babf9242f7b877d8 -Author: Lucian I. Last -Date: Sun Nov 13 09:04:03 2022 +0100 - - Fix carousel - -7 2 frontend/src/components/Carousel.tsx -4 4 frontend/tailwind.config.js - -commit 8269ca29ce79c8a9e487b249260cfb264c5b762d -Author: Lucian I. Last -Date: Fri Nov 11 14:26:48 2022 +0100 - - tailwind about - -61 48 frontend/src/pages/About.tsx -1 1 frontend/src/tailwind.css - -commit 23762b9c1dfed883c926e98a28e851a309738b58 -Author: Lucian I. Last -Date: Fri Nov 11 13:53:55 2022 +0100 - - Tailwind login - -23 57 frontend/src/components/Layouts.tsx -2 2 frontend/src/pages/Donations/DonationForm.tsx -69 79 frontend/src/pages/Login.tsx -2 3 frontend/src/pages/UserEdit.tsx -1 3 frontend/src/providers/ToastProvider.tsx - -commit 5b87e3c60d3f2920ed57afdf0367d87f6e538cf0 -Author: Lucian I. Last -Date: Fri Nov 11 12:51:45 2022 +0100 - - leaner donation form - -1 1 frontend/public/locales/en/translation.json -90 83 frontend/src/App.tsx -0 328 frontend/src/components/Donation/DonationForm.tsx -1 3 frontend/src/components/Footer.tsx -9 16 frontend/src/pages/Donations/Donate.tsx -3 5 frontend/src/{components/Donation => pages/Donations}/DonationCompleted.tsx -323 0 frontend/src/pages/Donations/DonationForm.tsx -4 4 frontend/src/providers/AuthProvider.tsx -6 7 frontend/src/providers/ChainsProvider.tsx -133 0 frontend/src/providers/ToastProvider.tsx -14 0 frontend/src/util/form-jup.ts -2 2 server/local/controllers/payments.go - -commit 23f949e79d8da5f5cf9bfb20d20373e6049da457 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Fri Nov 11 01:52:36 2022 +0100 - - New translations translation.json (French) - -19 19 frontend/public/locales/fr/translation.json - -commit 2479a2f3200585839821ffe396b95d22e9fcc524 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Nov 10 22:54:36 2022 +0100 - - New translations translation.json (French) - -3 3 frontend/public/locales/fr/translation.json - -commit d7916864ab8b2afa359075cab18e8d417ec069ad -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Nov 10 22:54:35 2022 +0100 - - New translations testimonials.json (French) - -1 1 frontend/public/locales/fr/testimonials.json - -commit 6d06637b4109e105786f44926cecabca62885b96 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Thu Nov 10 22:54:34 2022 +0100 - - New translations about.json (French) - -1 1 frontend/public/locales/fr/about.json - -commit 15c37edb17e3695bbc251bebf7080d94785d7763 -Author: Lucian I. Last -Date: Thu Nov 10 14:22:25 2022 +0100 - - Add typography and use in legal pages - -52 0 frontend/package-lock.json -1 0 frontend/package.json -291 289 frontend/src/pages/PrivacyPolicy.tsx -313 318 frontend/src/pages/TermsOfUse.tsx -4 0 frontend/src/tailwind.css -9 1 frontend/tailwind.config.js - -commit d3c1dba7acb1b01785739d36957f399179bb5059 -Author: Lucian I. Last -Date: Thu Nov 10 12:59:02 2022 +0100 - - Migrate footer to tailwind - -2 0 frontend/public/locales/en/translation.json -2 7 frontend/src/components/Carousel.tsx -0 138 frontend/src/components/Donations.tsx -89 33 frontend/src/components/Footer.tsx -0 83 frontend/src/components/FooterMobile.tsx -61 127 frontend/src/components/Newsletter/Newsletter.tsx -73 193 frontend/src/components/Testimonials.tsx -37 22 frontend/src/pages/Home.tsx -1 1 frontend/tailwind.config.js - -commit b9157170cec956d9835ce8c8f120f594fcf9006e -Author: Lucian I. Last -Date: Thu Nov 10 00:32:03 2022 +0100 - - Move to tailwind css Home - -31 35 frontend/src/components/Counters/Counters.tsx -226 151 frontend/src/pages/Home.tsx -23 0 frontend/src/tailwind.css -1 0 frontend/tailwind.config.js - -commit 3fddeb698e1e3d12963c5605ff83e2c25ecc71e8 -Author: Lucian I. Last -Date: Wed Nov 9 11:50:22 2022 +0100 - - Delete css files - -0 553 frontend/src/App.css -0 1 frontend/src/App.tsx -0 147 frontend/src/components/Donation/Donation.module.css -16 15 frontend/src/components/Donation/DonationCompleted.tsx -20 70 frontend/src/components/Donation/DonationForm.tsx -1 4 frontend/src/pages/Home.tsx -0 15 frontend/src/pages/LandingPage.tsx -0 107 frontend/src/pages/LandingPageMobile.tsx -0 24 frontend/src/pages/Thankyou/Thankyou.module.css -3 6 frontend/src/pages/Thankyou/Thankyou.tsx -0 1 frontend/src/util/theme.ts - -commit 974fdbfeb0dcb8bd4cc79a86cec1be49ac56790b -Author: Lucian I. Last -Date: Wed Nov 9 11:17:36 2022 +0100 - - Replace button and typography with html - -3 10 frontend/src/components/AccordionFaq.tsx -2 7 frontend/src/components/AdminControlsNav.tsx -13 9 frontend/src/components/ChainDetailsForm.tsx -2 3 frontend/src/components/Donation/DonationForm.tsx -9 19 frontend/src/components/FindChain/ChainNotFound.tsx -0 1 frontend/src/components/Footer.tsx -17 27 frontend/src/components/Newsletter/Newsletter.tsx -4 10 frontend/src/components/Popover.tsx -16 33 frontend/src/components/Testimonials.tsx -1 6 frontend/src/components/Typography.tsx -3 6 frontend/src/components/formActions.tsx -7 13 frontend/src/pages/About.tsx -8 15 frontend/src/pages/AddChainAdmin.tsx -3 10 frontend/src/pages/ChainEdit.tsx -4 14 frontend/src/pages/ChainMemberList.tsx -1 1 frontend/src/pages/ChainsList.tsx -5 12 frontend/src/pages/Contacts.tsx -3 7 frontend/src/pages/FAQ/FAQ.tsx -69 74 frontend/src/pages/FindChain.tsx -6 16 frontend/src/pages/LandingPage.tsx -7 12 frontend/src/pages/Login.tsx -6 11 frontend/src/pages/MessageSubmitted.tsx -2 7 frontend/src/pages/NewChainLocation.tsx -22 51 frontend/src/pages/NewChainSignup.tsx -85 120 frontend/src/pages/PrivacyPolicy.tsx -13 10 frontend/src/pages/Signup.tsx -37 58 frontend/src/pages/TermsOfUse.tsx -11 28 frontend/src/pages/Thankyou/Thankyou.tsx -9 21 frontend/src/pages/UserEdit.tsx - -commit 26b77cbb8937d3f7d35d1b3d9115efb4bbfc517a -Author: Lucian I. Last -Date: Wed Nov 9 09:27:47 2022 +0100 - - Fix search responsive - -1 1 frontend/src/components/CategoriesDropdown.tsx -8 13 frontend/src/components/FindChain/SearchBar.tsx -1 1 frontend/src/components/SizesDropdown.tsx - -commit d934ca9f8333430ba9f89430ca809716805096c1 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Nov 8 23:41:15 2022 +0100 - - New translations faq.json (German) - -9 9 frontend/public/locales/de/faq.json - -commit 7b71dc67c78349e70ae84c0bcb84ec332681a2ad -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Nov 8 23:41:14 2022 +0100 - - New translations about.json (German) - -1 1 frontend/public/locales/de/about.json - -commit 3e4c25b71eb033603dfc1951323502453706298a -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Nov 8 22:40:54 2022 +0100 - - New translations about.json (German) - -1 1 frontend/public/locales/de/about.json - -commit 8638f5e2fbf32bfced4d6cdb22686a45b8443c65 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Nov 8 19:03:50 2022 +0100 - - New translations translation.json (Dutch) - -6 6 frontend/public/locales/nl/translation.json - -commit 05e7ebebeaced417614e7ece819a0d21364119c5 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Nov 8 19:03:48 2022 +0100 - - New translations testimonials.json (Dutch) - -1 1 frontend/public/locales/nl/testimonials.json - -commit 670b010a94a1e7c50daee0ef4ad078e4df48c456 -Author: Lucian I. Last -Date: Tue Nov 8 17:14:52 2022 +0100 - - Move to daisy tables - -2 2 frontend/src/App.css -4 10 frontend/src/components/AdminControlsNav.tsx -31 102 frontend/src/components/ChainParticipantsTable.tsx -20 29 frontend/src/components/DataExport.tsx -50 45 frontend/src/components/Footer.tsx -57 89 frontend/src/pages/ChainsList.tsx - -commit 6d4a5b2d55f8bc10a9b2e325bbcaf963bedace82 -Author: Lucian I. Last -Date: Tue Nov 8 15:08:08 2022 +0100 - - Hide active language - -18 11 frontend/src/components/LanguageSwitcher.tsx - -commit 54e31c3003a19ec5ddf081b54a67b05fe3bb15c7 -Author: Lucian I. Last -Date: Tue Nov 8 14:34:19 2022 +0100 - - Add sql find users connected to multiple loops - -9 0 server/sql/find-users-of-multipule-chains.sql - -commit e19e26d4429aca2e57052c6ea32bc02a8f082d86 -Merge: 4b4df9c0 244e88a7 -Author: Lucian I. Last -Date: Tue Nov 8 14:32:50 2022 +0100 - - Merge branch 'main' into tailwind - -commit 244e88a74ee3816debd1cca0bb279fdd7cf7dd1c -Merge: 34cd7c2f 53304ce2 -Author: Lucian I. Last -Date: Tue Nov 8 14:01:15 2022 +0100 - - Merge branch 'set-statictics-counter-to-live-data' - -commit 53304ce2419db77e754c3d508c7a10dbabea7c1a -Author: Lucian I. Last -Date: Tue Nov 8 13:58:23 2022 +0100 - - Ensure counter ends precisely - -4 1 frontend/src/components/Counters/SingleCounter.tsx - -commit a54416061e6d37ff07a0102ef21bcd0c61d6d2f9 -Author: Lucian I. Last -Date: Tue Nov 8 13:52:06 2022 +0100 - - Revert "Revert info statistics to static values" - - This reverts commit ea289594e7bf078ed8da846c51d1ff146af1dac1. - -20 8 frontend/src/components/Counters/Counters.tsx - -commit 34cd7c2fd7e427f1fe4967f249c3df90bf0cc59a -Author: Lucian I. Last -Date: Tue Nov 8 13:47:22 2022 +0100 - - Fix flag position - -5 1 frontend/src/components/LanguageSwitcher.tsx - -commit 25cb22dbb1f75713ae21a2af1ea224b82d111c68 -Author: Lucian I. Last -Date: Tue Nov 8 13:06:03 2022 +0100 - - Remove netlify - -0 36 frontend/netlify.toml -0 2 netlify.toml - -commit c9d568601f96bef3c330b41e92e764a5d36ba6ba -Merge: fa0f8637 ae83911c -Author: Lucian I. Last -Date: Tue Nov 8 13:01:25 2022 +0100 - - Merge pull request #2 from paloeka/crowdin - - New Crowdin updates - -commit fa0f8637a733918b03000f185404dfd5c3da1941 -Merge: ad700579 b34eb1be -Author: Lucian I. Last -Date: Tue Nov 8 12:39:19 2022 +0100 - - Merge pull request #266 from CollActionteam/add-donation-in-nav - - Add donation link - -commit b34eb1be635732a804f8f8bc7b2213b1273ce41a -Merge: 9a00f9b9 3275f868 -Author: Lucian I. Last -Date: Tue Nov 8 12:23:29 2022 +0100 - - Merge branch 'main' into add-donation-in-nav - -commit ae83911c7a80f028fbc88650cb35663c05b9dea0 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Nov 8 10:43:03 2022 +0100 - - New translations translation.json (Persian) - -192 0 frontend/public/locales/fa/translation.json - -commit cf317b273e8a0436b14fcadf0c5f9c0e7ba6e41f -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Nov 8 10:43:02 2022 +0100 - - New translations testimonials.json (Arabic) - -29 0 frontend/public/locales/ar/testimonials.json - -commit 52b9996f368fc51e36a98d27d3b58ec2dcea39af -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Nov 8 10:43:01 2022 +0100 - - New translations translation.json (Arabic) - -192 0 frontend/public/locales/ar/translation.json - -commit 9f931ebaa255b6b33b1bcf85d779f3b8974e92df -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Nov 8 10:42:58 2022 +0100 - - New translations about.json (Italian) - -7 0 frontend/public/locales/it/about.json - -commit fa949b803de0ac4fb27bb7e61f6824894b766ded -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Nov 8 10:42:57 2022 +0100 - - New translations faq.json (Italian) - -60 0 frontend/public/locales/it/faq.json - -commit fb8282b40073b72f57a1925b0029ed3970098745 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Nov 8 10:42:55 2022 +0100 - - New translations testimonials.json (Italian) - -29 0 frontend/public/locales/it/testimonials.json - -commit 34a6061388410dcf264a3c8e911fdae51b48f1e3 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Nov 8 10:42:54 2022 +0100 - - New translations translation.json (Italian) - -192 0 frontend/public/locales/it/translation.json - -commit 3b3c6e6530e210975856047b190af6583cad2fbb -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Nov 8 10:42:52 2022 +0100 - - New translations about.json (Portuguese) - -7 0 frontend/public/locales/pt/about.json - -commit 68b9ac14d1bf2d3ab6bbd348d38fa030f2eb2251 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Nov 8 10:42:51 2022 +0100 - - New translations faq.json (Portuguese) - -60 0 frontend/public/locales/pt/faq.json - -commit 1f73981edffb6aebba91163ddd007d67fe3a555b -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Nov 8 10:42:50 2022 +0100 - - New translations faq.json (Arabic) - -60 0 frontend/public/locales/ar/faq.json - -commit 63c26dcbfa256cc30dd1ad435d4a17de3c8c7e95 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Nov 8 10:42:47 2022 +0100 - - New translations testimonials.json (Portuguese) - -29 0 frontend/public/locales/pt/testimonials.json - -commit 821d0701d0396fd0af0f214a66b85c2fa21e0d9f -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Nov 8 10:42:46 2022 +0100 - - New translations about.json (Chinese Traditional) - -7 0 frontend/public/locales/zh/about.json - -commit b5ce63604b5632eec097424bf315e65470c57b60 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Nov 8 10:42:45 2022 +0100 - - New translations faq.json (Chinese Traditional) - -60 0 frontend/public/locales/zh/faq.json - -commit 4becdc2ddc6ee7774e5b4af959d63c32362303d9 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Nov 8 10:42:44 2022 +0100 - - New translations testimonials.json (Chinese Traditional) - -29 0 frontend/public/locales/zh/testimonials.json - -commit 52f30ca034f4c14198ed6f11a608cc167295f348 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Nov 8 10:42:43 2022 +0100 - - New translations translation.json (Chinese Traditional) - -192 0 frontend/public/locales/zh/translation.json - -commit c5dddf7ed831940533ff8b5c74c8c63b30a27ab6 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Nov 8 10:42:41 2022 +0100 - - New translations about.json (Persian) - -7 0 frontend/public/locales/fa/about.json - -commit 11a93b4ba964991d0069ffc1a221b979d94dbb60 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Nov 8 10:42:39 2022 +0100 - - New translations faq.json (Persian) - -60 0 frontend/public/locales/fa/faq.json - -commit 68ae9526f2520c09eed9b5e184b74327fc452899 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Nov 8 10:42:38 2022 +0100 - - New translations testimonials.json (Persian) - -29 0 frontend/public/locales/fa/testimonials.json - -commit 57fae81e99a149e97704051f63722916e1cd4f52 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Nov 8 10:42:37 2022 +0100 - - New translations translation.json (Portuguese) - -192 0 frontend/public/locales/pt/translation.json - -commit 1f554f6548d1a171c42b6d681d0dc45e8d77c7c8 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Nov 8 10:42:36 2022 +0100 - - New translations about.json (Arabic) - -7 0 frontend/public/locales/ar/about.json - -commit ad7005792b37ffcb95818d13a44504c2ee69a07b -Author: Lucian I. Last -Date: Tue Nov 8 09:35:27 2022 +0100 - - Add crowdin badge - -2 0 README.md - -commit d1fb8c4b4009e479b116b95ee2267f9a842f02c5 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Nov 8 09:32:46 2022 +0100 - - New translations translation.json (Swedish) - -192 0 frontend/public/locales/sv/translation.json - -commit 430317907eb44cf2ef8f91c2a3490f3a1944b01f -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Nov 8 09:32:45 2022 +0100 - - New translations testimonials.json (Swedish) - -29 0 frontend/public/locales/sv/testimonials.json - -commit e90ace248c2fd894e602e7e249bc8f7fc83f5a9e -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Nov 8 09:32:44 2022 +0100 - - New translations faq.json (Swedish) - -60 0 frontend/public/locales/sv/faq.json - -commit 77c6b812c2aa4581aaa482a535a94a910db1cbf2 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Nov 8 09:32:43 2022 +0100 - - New translations about.json (Swedish) - -7 0 frontend/public/locales/sv/about.json - -commit 7e441ae7d28fb3ebe44eaf6896f13c21aecdfe9d -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Nov 8 09:32:42 2022 +0100 - - New translations translation.json (Spanish) - -192 0 frontend/public/locales/es/translation.json - -commit 94c48771e9d70956ef759d8043c8447e7c9230b3 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Nov 8 09:32:41 2022 +0100 - - New translations testimonials.json (Spanish) - -29 0 frontend/public/locales/es/testimonials.json - -commit 349b0aacddf7080299eabb052d6d035b8891fe09 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Nov 8 09:32:40 2022 +0100 - - New translations faq.json (Spanish) - -60 0 frontend/public/locales/es/faq.json - -commit 8b5b019346fc67a1520be65f0b829d1fa96f72a2 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Nov 8 09:32:39 2022 +0100 - - New translations about.json (Spanish) - -7 0 frontend/public/locales/es/about.json - -commit c336941dd84aa61d1992c2fea0ebed38cb2a13ed -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Nov 8 09:32:38 2022 +0100 - - New translations translation.json (French) - -192 0 frontend/public/locales/fr/translation.json - -commit a2ce8a9321af379c8e69a1dc2b80aa656caceec8 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Nov 8 09:32:37 2022 +0100 - - New translations testimonials.json (French) - -29 0 frontend/public/locales/fr/testimonials.json - -commit 060e0f05932e2d8f2baf7ba2e4485cbc0b6504a2 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Nov 8 09:32:36 2022 +0100 - - New translations faq.json (French) - -60 0 frontend/public/locales/fr/faq.json - -commit f33607cfb0dc34043dd9178928e3f5fc85d47dc4 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Tue Nov 8 09:32:35 2022 +0100 - - New translations about.json (French) - -7 0 frontend/public/locales/fr/about.json - -commit 3275f868e5a8a333a93d8132486411c73c5f9f5a -Author: Lucian I. Last -Date: Tue Nov 8 01:30:50 2022 +0100 - - Add flags icons - - From https://flagicons.lipis.dev/ - -5 0 frontend/public/icons/flags/de.svg -547 0 frontend/public/icons/flags/es.svg -7 0 frontend/public/icons/flags/fr.svg -7 0 frontend/public/icons/flags/gb.svg -5 0 frontend/public/icons/flags/nl.svg -4 0 frontend/public/icons/flags/se.svg -7 2 frontend/src/components/LanguageSwitcher.tsx - -commit 9c8208de6173596c7c4ea1c74282b51fa32cf92a -Merge: b8aa76ec 21d80ba0 -Author: Lucian I. Last -Date: Tue Nov 8 00:02:50 2022 +0100 - - Merge branch 'fix-members-page' - -commit 21d80ba04aafe1d1a93430f95e96e1ad9bfb2c8a -Author: Lucian I. Last -Date: Mon Nov 7 23:50:26 2022 +0100 - - Add text is not string fail save - -21 7 frontend/src/components/ChainParticipantsTable.tsx -30 31 frontend/src/pages/ChainMemberList.tsx -1 1 frontend/src/providers/AuthProvider.tsx - -commit 119335add1dcc94209b4045537750e7e5b515896 -Author: Lucian I. Last -Date: Mon Nov 7 23:47:20 2022 +0100 - - Fix json null string returing object - -0 2 server/cmd/firebase-migrate/.gitignore -0 106 server/cmd/firebase-migrate/README.md -0 111 server/cmd/firebase-migrate/local/fromfireauth.go -0 291 server/cmd/firebase-migrate/local/fromfirestore.go -0 16 server/cmd/firebase-migrate/local/fromunix.go -0 26 server/cmd/firebase-migrate/local/fromunix_test.go -0 272 server/cmd/firebase-migrate/main.go -0 11 server/cmd/spreadsheet-migrate/README.md -0 103 server/cmd/spreadsheet-migrate/local/fromxlsx.go -0 62 server/cmd/spreadsheet-migrate/local/log.go -0 277 server/cmd/spreadsheet-migrate/main.go -9 16 server/go.mod -19 49 server/go.sum -1 1 server/local/app/auth/auth.go -2 2 server/local/app/mail.go -3 3 server/local/controllers/login.go -2 2 server/local/controllers/payments.go -4 4 server/local/models/chain.go -4 3 server/local/models/mail.go -2 1 server/local/models/payment.go -18 17 server/local/models/user.go -2 2 server/local/tests/mocks/mock-tables.go - -commit b8aa76ece862763d454273089a90a2a609bda24c -Merge: e64e7f71 8b3215fe -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Nov 7 17:05:11 2022 +0100 - - Merge pull request #1 from paloeka/crowdin - - New Crowdin updates - -commit 8b3215fe2837a3718f207e55a4bedbe57c07403d -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Nov 7 17:02:33 2022 +0100 - - New translations translation.json (German) - -192 0 frontend/public/locales/de/translation.json - -commit bba3157d1d70759470b6257b61fb33c30196c05d -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Nov 7 17:02:32 2022 +0100 - - New translations testimonials.json (German) - -29 0 frontend/public/locales/de/testimonials.json - -commit 492a1b90b0cfacc89a3f2ccb1b88d26f1665ad63 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Nov 7 17:02:30 2022 +0100 - - New translations faq.json (German) - -60 0 frontend/public/locales/de/faq.json - -commit 1d8531b39e775b66b59c3ac7efcc6a48048690f9 -Author: paloeka <108399021+paloeka@users.noreply.github.com> -Date: Mon Nov 7 17:02:28 2022 +0100 - - New translations about.json (German) - -7 0 frontend/public/locales/de/about.json - -commit 4b4df9c05cdcee620c4998d2653b6e479efedaff -Author: Lucian I. Last -Date: Mon Nov 7 16:38:29 2022 +0100 - - wip - -4 3 frontend/src/components/Footer.tsx - -commit f572849e35ccfb55ae37c5bea4cac356ee39ca39 -Author: Lucian I. Last -Date: Mon Nov 7 15:51:55 2022 +0100 - - Remove mui from navbar - -- - frontend/public/images/logos/{The_Clothing_Loop_Logo.png => the_clothing_loop_logo.png} -6 13 frontend/src/components/Navbar.tsx - -commit eddc66387725891e53d5be1c439b5be7d6371fdb -Author: Lucian I. Last -Date: Mon Nov 7 15:18:31 2022 +0100 - - Add flags icons - - From https://flagicons.lipis.dev/ - -5 0 frontend/public/icons/flags/de.svg -547 0 frontend/public/icons/flags/es.svg -7 0 frontend/public/icons/flags/fr.svg -7 0 frontend/public/icons/flags/gb.svg -5 0 frontend/public/icons/flags/nl.svg -4 0 frontend/public/icons/flags/se.svg -3 3 frontend/src/components/CategoriesDropdown.tsx -48 48 frontend/src/components/LanguageSwitcher.tsx -9 3 frontend/src/components/Navbar.tsx -3 3 frontend/src/components/SizesDropdown.tsx -35 13 frontend/src/util/dropdown.hooks.ts - -commit 7028e24a0bd3bf9dd37ba33453712d67a79749bf -Author: Lucian I. Last -Date: Mon Nov 7 12:49:05 2022 +0100 - - Move images to public - -- - frontend/{src => public}/images/Denise.jpg -- - frontend/{src => public}/images/Denise.png -- - frontend/{src => public}/images/Join-Loop.jpg -- - frontend/{src => public}/images/Kirsten en Rosan.jpg -- - frontend/{src => public}/images/Kirsten-Rosan.jpg -- - frontend/{src => public}/images/Login.jpg -- - frontend/{src => public}/images/Naamloze-presentatie.jpeg -- - frontend/{src => public}/images/Nichon_zelfportret.jpg -- - frontend/{src => public}/images/Selfies.jpg -- - frontend/{src => public}/images/TCL-Jewellery.jpg -- - frontend/{src => public}/images/Tassen-voor-carrousel2.jpg -- - frontend/{src => public}/images/Tassen-voor-carrousel3.jpg -- - frontend/{src => public}/images/Team-pics.jpg -- - frontend/{src => public}/images/Utrecht.jpeg -0 0 frontend/{src => public}/images/arrow_vector.svg -- - frontend/{src => public}/images/carousel_image_one.png -- - frontend/{src => public}/images/carousel_image_two.png -- - frontend/{src => public}/images/circles.png -- - frontend/{src => public}/images/clothes.png -- - frontend/{src => public}/images/clothing-loop.png -- - frontend/{src => public}/images/hero-image.png -0 0 frontend/{src => public}/images/horizontal_arrow.svg -0 0 frontend/{src => public}/images/horizontal_arrow_large.svg -0 0 frontend/{src => public}/images/icon-instagram.svg -1 0 frontend/public/images/icon-quote.svg -- - frontend/{src => public}/images/image_3.png -- - frontend/{src => public}/images/logos/DOEN.png -- - frontend/{src => public}/images/logos/Logo-CollAction.png -- - frontend/{src => public}/images/logos/Logo_WDCD.png -- - frontend/{src => public}/images/logos/Logo_impact_hub.png -- - frontend/{src => public}/images/logos/PNH_logo.png -- - frontend/{src => public}/images/logos/The_Clothing_Loop_Logo.png -- - frontend/{src => public}/images/logos/The_Clothing_Loop_thumbnail.png -0 0 frontend/{src => public}/images/logos/essense-logo.svg -0 0 frontend/{src => public}/images/logos/logo-impacthub.svg -- - frontend/{src => public}/images/logos/sfm_logo.png -- - frontend/{src => public}/images/map_image.png -- - frontend/{src => public}/images/numbered-bag-outdoors.jpg -- - frontend/{src => public}/images/numbered-bag-outdoors.png -- - frontend/{src => public}/images/party-image.jpg -- - frontend/{src => public}/images/press-clippings-site.jpg -0 0 frontend/{src => public}/images/right-arrow-white.svg -0 0 frontend/{src => public}/images/right-arrow-yellow.svg -1 2 frontend/src/components/AdminControlsNav.tsx -2 2 frontend/src/components/Carousel.tsx -2 3 frontend/src/components/ChainDetailsForm.tsx -1 2 frontend/src/components/Donation/DonationCompleted.tsx -4 4 frontend/src/components/Donations.tsx -2 10 frontend/src/components/Footer.tsx -2 3 frontend/src/components/Navbar.tsx -7 9 frontend/src/pages/About.tsx -1 1 frontend/src/pages/AddChainAdmin.tsx -1 1 frontend/src/pages/ChainsList.tsx -1 1 frontend/src/pages/Contacts.tsx -1 1 frontend/src/pages/FindChain.tsx -18 18 frontend/src/pages/Home.tsx -2 2 frontend/src/pages/LandingPageMobile.tsx -5 6 frontend/src/pages/Login.tsx -1 1 frontend/src/pages/NewChainSignup.tsx -2 4 frontend/src/pages/Signup.tsx -2 3 frontend/src/pages/Thankyou/Thankyou.tsx -1 1 frontend/src/pages/UserEdit.tsx - -commit fa8cfc72dda9d0034e266993f779fae4794e9125 -Author: Lucian I. Last -Date: Mon Nov 7 12:12:41 2022 +0100 - - Move navbar to daisyui - -16 37 frontend/src/components/Navbar.tsx -1 0 frontend/src/tailwind.css - -commit 07171479a2947fa2015492d6a623752570e18699 -Author: Lucian I. Last -Date: Mon Nov 7 11:54:17 2022 +0100 - - Fix search bar & Add daisyui - -4442 231 frontend/package-lock.json -1 0 frontend/package.json -270 270 frontend/public/icons/feather/style.css -1 3 frontend/src/components/AccordionFaq.tsx -61 104 frontend/src/components/CategoriesDropdown.tsx -5 12 frontend/src/components/ChainDetailsForm.tsx -2 2 frontend/src/components/ChainParticipantsTable.tsx -1 1 frontend/src/components/Counters/Counters.tsx -2 2 frontend/src/components/DataExport.tsx -1 1 frontend/src/components/FindChain/ChainNotFound.tsx -28 22 frontend/src/components/FindChain/SearchBar.tsx -1 9 frontend/src/components/FindChain/index.tsx -8 4 frontend/src/components/Navbar.tsx -1 1 frontend/src/components/Popover.tsx -77 150 frontend/src/components/SizesDropdown.tsx -3 3 frontend/src/components/Testimonials.tsx -1 1 frontend/src/components/Typography.tsx -3 5 frontend/src/pages/ChainMemberList.tsx -2 2 frontend/src/pages/ChainsList.tsx -3 3 frontend/src/pages/FindChain.tsx -3 8 frontend/src/pages/Signup.tsx -3 8 frontend/src/pages/UserEdit.tsx -2 2 frontend/src/tailwind.css -43 0 frontend/src/util/dropdown.hooks.ts -1 53 frontend/src/util/theme.ts -44 25 frontend/tailwind.config.js - -commit 901e0b364352083d16cae4901c1897ddb9853b82 -Author: Lucian I. Last -Date: Sun Nov 6 01:31:03 2022 +0100 - - fix lint - -2 0 frontend/.prettierignore -898 809 frontend/public/fonts/montserrat/style.css -398 359 frontend/public/fonts/playfair-display/style.css -5 6 frontend/public/icons/feather/style.css -1 1 frontend/src/tailwind.css - -commit 852b3869182107ab07f46c9f28779b1cce59d754 -Author: Lucian I. Last -Date: Sun Nov 6 01:26:04 2022 +0100 - - WIP removal mui icons - -0 1 frontend/package-lock.json -0 1 frontend/package.json -3 2 frontend/src/components/AccordionFaq.tsx -3 6 frontend/src/components/ChainParticipantsTable.tsx -1 2 frontend/src/components/Counters/Counters.tsx -2 3 frontend/src/components/DataExport.tsx -1 2 frontend/src/components/FindChain/ChainNotFound.tsx -4 2 frontend/src/components/Footer.tsx -0 1 frontend/src/components/Navbar.tsx -1 2 frontend/src/components/Popover.tsx -3 8 frontend/src/components/Testimonials.tsx -1 0 frontend/src/images/icon-instagram.svg -3 7 frontend/src/pages/ChainMemberList.tsx -2 7 frontend/src/pages/ChainsList.tsx -3 8 frontend/src/pages/FindChain.tsx -0 1 frontend/src/pages/Home.tsx - -commit 09abe6b1cb22471d9872c43c489b59c29393019a -Author: Lucian I. Last -Date: Sun Nov 6 01:15:01 2022 +0100 - - Move navbar to tailwind - -62 64 frontend/src/components/Navbar.tsx - -commit 2a73653436df8c7a302b1ba5c84be5bf541508d5 -Author: Lucian I. Last -Date: Sat Nov 5 18:34:57 2022 +0100 - - Remove mui from SearchBar - -45 64 frontend/src/components/FindChain/SearchBar.tsx -5 2 frontend/src/tailwind.css -5 2 frontend/tailwind.config.js - -commit 5120bd59428048f5cf98d03d1034c18d18dd6520 -Author: Lucian I. Last -Date: Sat Nov 5 17:56:46 2022 +0100 - - Update caniuse - -6 6 frontend/package-lock.json - -commit 4dbbe3be5e2e54fbcb33c10d6b9085da4d15b6be -Author: Lucian I. Last -Date: Sat Nov 5 17:56:30 2022 +0100 - - Move from google fonts to local fonts - -- - frontend/public/fonts/montserrat/JTUQjIg1_i6t8kCHKm459WxRxC7mw9c.woff2 -- - frontend/public/fonts/montserrat/JTUQjIg1_i6t8kCHKm459WxRxi7mw9c.woff2 -- - frontend/public/fonts/montserrat/JTUQjIg1_i6t8kCHKm459WxRxy7mw9c.woff2 -- - frontend/public/fonts/montserrat/JTUQjIg1_i6t8kCHKm459WxRyS7m.woff2 -- - frontend/public/fonts/montserrat/JTUQjIg1_i6t8kCHKm459WxRzS7mw9c.woff2 -- - frontend/public/fonts/montserrat/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2 -- - frontend/public/fonts/montserrat/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2 -- - frontend/public/fonts/montserrat/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2 -- - frontend/public/fonts/montserrat/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2 -- - frontend/public/fonts/montserrat/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2 -811 0 frontend/public/fonts/montserrat/style.css -- - frontend/public/fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2 -- - frontend/public/fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2 -- - frontend/public/fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2 -- - frontend/public/fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2 -- - frontend/public/fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7.woff2 -- - frontend/public/fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk72xU.woff2 -- - frontend/public/fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk72xU.woff2 -- - frontend/public/fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk72xU.woff2 -361 0 frontend/public/fonts/playfair-display/style.css -279 0 frontend/public/icons/feather/feather.svg -- - frontend/public/icons/feather/feather.ttf -- - frontend/public/icons/feather/feather.woff -833 0 frontend/public/icons/feather/style.css -8 22 frontend/public/index.html -2 2 frontend/src/App.css - -commit d73362956abaee4f2e01babb1f5852a9170d5197 -Merge: e64e7f71 736586a6 -Author: Lucian I. Last -Date: Sat Nov 5 17:53:28 2022 +0100 - - Merge remote-tracking branch 'origin/tailwind' into tailwind - -commit e64e7f7102e7d304b482e5884350bb94b690cc21 -Author: Lucian I. Last -Date: Thu Nov 3 13:59:19 2022 +0100 - - Fix missing footer - -33 33 frontend/src/components/Footer.tsx - -commit f8422a2f4139179935f004ec85f320faa1d90673 -Merge: 2f780065 05a0654b -Author: Lucian I. Last -Date: Thu Nov 3 11:02:07 2022 +0100 - - Merge pull request #274 from CollActionteam/fix-clothingloop-name-in-emails - - Fix Clothing Loop name in emails - -commit 2f780065fc0dd10b2b013e6983c3fbb19f1b03d8 -Author: Lucian I. Last -Date: Thu Nov 3 10:31:45 2022 +0100 - - Revert "Fix hidden users after migration" - - This reverts commit cc2299f30d4d887579aa7a61939f3e1e4f50221b. - -3 3 server/local/controllers/users.go - -commit 70a3736fbedc47fdc5fa8d80954557ac5306d229 -Merge: 62cb3766 cc2299f3 -Author: Lucian I. Last -Date: Thu Nov 3 10:23:29 2022 +0100 - - Merge pull request #275 from CollActionteam/spreadsheet-migration - - Spreadsheet migration - -commit cc2299f30d4d887579aa7a61939f3e1e4f50221b -Author: Lucian I. Last -Date: Thu Nov 3 10:21:20 2022 +0100 - - Fix hidden users after migration - -3 3 server/local/controllers/users.go - -commit 77601e36cf5b90b4fba90c6e0c4f28f0c66570f7 -Author: Lucian I. Last -Date: Thu Nov 3 10:18:24 2022 +0100 - - Final version before migration - -1 1 server/cmd/spreadsheet-migrate/local/fromxlsx.go -60 39 server/cmd/spreadsheet-migrate/main.go - -commit 05a0654b6b2de5c4d2880cc484f22cd2b26ee5c5 -Author: Lucian I. Last -Date: Wed Nov 2 20:22:06 2022 +0100 - - Fix Clothing Loop name - -2 2 server/local/controllers/login.go -4 4 server/local/views/email.go - -commit 61a431c1f015d0544067947d8e481b76d8509365 -Author: Lucian I. Last -Date: Wed Nov 2 20:17:54 2022 +0100 - - Add show alike users during creation - -28 3 server/cmd/spreadsheet-migrate/main.go - -commit 576d986aea3c16a49db82c89350e2617721bde0f -Author: Lucian I. Last -Date: Wed Nov 2 15:15:46 2022 +0100 - - better logs - -1 0 server/.gitignore -12 6 server/cmd/spreadsheet-migrate/local/fromxlsx.go -62 0 server/cmd/spreadsheet-migrate/local/log.go -30 45 server/cmd/spreadsheet-migrate/main.go -8 5 server/go.mod -28 5 server/go.sum - -commit 92c6b55ceb7702ce7026932663568c14d4cb650a -Merge: 7cc25802 62cb3766 -Author: Lucian I. Last -Date: Tue Nov 1 10:03:36 2022 +0100 - - Merge branch 'main' into spreadsheet-migration - -commit 62cb3766269d7b10947a1ab63437a066fbe24261 -Author: Lucian I. Last -Date: Tue Nov 1 10:02:37 2022 +0100 - - Add more sql scripts - -9 8 server/sql/dev-purge.sql -19 0 server/sql/find-duplicates.sql - -commit 7cc258024377efc462ddddbd727d3ce4285d4053 -Author: Lucian I. Last -Date: Tue Oct 25 12:40:50 2022 +0200 - - dummy email is too strict look for all with cxm suffix - -1 1 server/cmd/spreadsheet-migrate/local/fromxlsx.go - -commit 34ecd4b1c065ceefc53803e5f8685c68a84d8772 -Author: Lucian I. Last -Date: Tue Oct 25 12:40:08 2022 +0200 - - Add chain UID to spreadsheet - -2 0 server/cmd/spreadsheet-migrate/local/fromxlsx.go -8 7 server/cmd/spreadsheet-migrate/main.go - -commit 5cb3c12eb152c0157a55dcf96a9373584d2a3116 -Author: Lucian I. Last -Date: Mon Oct 24 15:05:04 2022 +0200 - - Add list of new chain admin emails & Fix sql - -18 3 server/cmd/spreadsheet-migrate/main.go - -commit 3ed5da22f1a950503bf8704cc27b62da82bd90ce -Author: Lucian I. Last -Date: Mon Oct 24 12:38:50 2022 +0200 - - Add documentation to sql files - -13 0 server/sql/README.md -3 0 server/sql/dev-purge.sql -2 1 server/sql/set-user-chain-admin.sql - -commit b6324bea43648168c8065b9977091efb371c7f8a -Author: Lucian I. Last -Date: Mon Oct 24 11:20:12 2022 +0200 - - Put errors back inline - -3 8 server/cmd/spreadsheet-migrate/local/fromxlsx.go - -commit 0a636b3b4ff0183419c51ff765523d710613e82e -Author: Lucian I. Last -Date: Mon Oct 24 11:19:38 2022 +0200 - - Allow nullable users.email - -1 1 server/cmd/firebase-migrate/local/fromfireauth.go -1 1 server/cmd/firebase-migrate/local/fromfirestore.go -6 1 server/cmd/spreadsheet-migrate/local/fromxlsx.go -11 3 server/cmd/spreadsheet-migrate/main.go -1 1 server/local/controllers/chain.go -4 3 server/local/controllers/login.go -2 2 server/local/controllers/users.go -1 1 server/local/models/user.go -2 1 server/local/tests/mocks/mock-tables.go - -commit bc181cd517d889057e2b76a2272182673ed76613 -Author: Lucian I. Last -Date: Mon Oct 24 08:55:09 2022 +0200 - - Remove create in batches due to complexity - -7 15 server/cmd/spreadsheet-migrate/main.go - -commit a6e89c4dc052015fbef9b13325dba01edde84502 -Author: Lucian I. Last -Date: Mon Oct 24 00:00:20 2022 +0200 - - Add another sql example - -5 0 server/sql/find-chain-by-user-email.sql - -commit 5894a085979a66eae91ad1a5b4bbde61bfcc9a20 -Author: Lucian I. Last -Date: Sun Oct 23 23:58:52 2022 +0200 - - Add create clauses in if user or chain does not exist - -2 2 server/cmd/spreadsheet-migrate/local/fromxlsx.go -83 30 server/cmd/spreadsheet-migrate/main.go - -commit 5cb332d45076d6a1e05cb5b38878c07058f04d21 -Author: Lucian I. Last -Date: Thu Oct 20 15:12:09 2022 +0200 - - Redirects should work along with the uri - -1 1 devops/templates/Caddyfile - -commit b7d0520219f2d1e3a62abc584bc2006183b9beb0 -Merge: 1c1d49c1 6a4ed544 -Author: Lucian I. Last -Date: Thu Oct 20 12:38:32 2022 +0200 - - Merge branch 'main' into spreadsheet-migration - -commit 6a4ed544c8e4fe821af8c5ef41e15c1ecec3dab8 -Author: Lucian I. Last -Date: Thu Oct 20 12:24:08 2022 +0200 - - Use CollAction keys - -1 1 frontend/.env-production - -commit d3d6bcfbaf52e5d3d1be16c47ee9040192b30a01 -Author: Lucian I. Last -Date: Thu Oct 20 12:17:17 2022 +0200 - - Fix 9d5b785de8f66d7d70e32930b5cb777b2d9ea91b - -1 1 devops/templates/Caddyfile - -commit 9d5b785de8f66d7d70e32930b5cb777b2d9ea91b -Author: Lucian I. Last -Date: Thu Oct 20 11:55:25 2022 +0200 - - Enforce good separation between www and no subdomain - -5 1 devops/templates/Caddyfile -1 1 devops/templates/Caddyfile.maint -1 1 frontend/.env-production - -commit bb67694c8fbed660fb7abda8b95664cfd6e7dd2a -Author: Lucian I. Last -Date: Thu Oct 20 11:30:54 2022 +0200 - - Add sql snippets - -2 0 server/sql/delete-chain.sql -3 0 server/sql/delete-user.sql -3 0 server/sql/set-user-chain-admin.sql - -commit 1c1d49c1e6a212d7c776f3b1e337da70d839fce4 -Author: Lucian I. Last -Date: Thu Oct 20 11:29:02 2022 +0200 - - WIP - -95 0 server/cmd/spreadsheet-migrate/local/fromxlsx.go -177 0 server/cmd/spreadsheet-migrate/main.go -1 0 server/go.mod -3 0 server/go.sum - -commit 3a66f7f782c06ea76713674bd6563d132576dcec -Author: Lucian I. Last -Date: Thu Oct 20 00:05:03 2022 +0200 - - Setup spreadsheet-migrate files - -2 0 server/.gitignore -2 0 server/Makefile -11 0 server/cmd/spreadsheet-migrate/README.md - -commit 268f96a4fb77d1d268fc1a9f3db52abb36071039 -Merge: 0600d578 4fa926b0 -Author: Lucian I. Last -Date: Wed Oct 19 17:34:33 2022 +0200 - - Merge branch 'get-ready-for-crowdin' - -commit 4fa926b00070690bf9917e911c1ab34a6f2bdf21 -Author: Lucian I. Last -Date: Wed Oct 19 17:33:13 2022 +0200 - - Add License MIT to project - -21 0 LICENSE -4 0 README.md - -commit 083a1492562bca57ce0de2eeb2ac05d9f1606878 -Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> -Date: Wed Oct 19 15:16:38 2022 +0000 - - Bump moment from 2.29.3 to 2.29.4 in /frontend - - Bumps [moment](https://github.com/moment/moment) from 2.29.3 to 2.29.4. - - [Release notes](https://github.com/moment/moment/releases) - - [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md) - - [Commits](https://github.com/moment/moment/compare/2.29.3...2.29.4) - - --- - updated-dependencies: - - dependency-name: moment - dependency-type: indirect - ... - - Signed-off-by: dependabot[bot] - -6 6 frontend/package-lock.json - -commit 0600d57875d17a50f691bf83a7ad4d4423ae9269 -Merge: 76a78ea7 e42a722f -Author: Lucian I. Last -Date: Wed Oct 19 17:15:30 2022 +0200 - - Merge branch 'delete-firebase' - -commit 76a78ea7f739757f67ccb48951fd6c11bffa9997 -Merge: fdf35e7b cbc70eee -Author: Lucian I. Last -Date: Wed Oct 19 17:14:53 2022 +0200 - - Merge branch 'allow-loop-creation-as-loggedin-user' - -commit cbc70eee685afed5e20fdf0a460e7c0eab062c21 -Author: Lucian I. Last -Date: Wed Oct 19 17:12:05 2022 +0200 - - Ensure that logout means logout - -3 1 frontend/src/pages/Logout.tsx - -commit fd6ec94b25aa0ebfb9ae0b577b9975bfdcba3ad9 -Author: Lucian I. Last -Date: Wed Oct 19 17:11:45 2022 +0200 - - Add sql dev-purge example - -14 0 server/sql/dev-purge.sql - -commit 90a6342e43c14785c426d75ace8666427a7a2e2f -Author: Lucian I. Last -Date: Wed Oct 19 17:11:20 2022 +0200 - - Remove authChainUID completely - -18 5 frontend/src/components/ChainParticipantsTable.tsx -18 13 frontend/src/pages/ChainMemberList.tsx -18 14 frontend/src/pages/UserEdit.tsx -0 13 frontend/src/providers/AuthProvider.tsx - -commit 4626c3e6c38944276aa615301d1e07e158a8f678 -Merge: 24a61afc fdf35e7b -Author: Lucian I. Last -Date: Wed Oct 19 15:23:44 2022 +0200 - - Merge remote-tracking branch 'origin/main' into allow-loop-creation-as-loggedin-user - -commit fdf35e7b1542b09d7ddf36a4aedb85361b937354 -Merge: c44a3f20 efc14691 -Author: Lucian I. Last -Date: Wed Oct 19 15:22:14 2022 +0200 - - Merge pull request #267 from CollActionteam/l10n_main - - New Crowdin updates - -commit efc14691f8bc31a9d62af72b735414ccbd149ae3 -Author: Tim Stokman <41363+timstokman@users.noreply.github.com> -Date: Wed Oct 19 12:42:34 2022 +0000 - - New translations translation.json (Dutch) - -1 1 frontend/public/locales/nl/translation.json - -commit c44a3f204b0bf053edf9fee31f1d5bb58c65b3e6 -Merge: c39659e4 24a61afc -Author: Lucian I. Last -Date: Wed Oct 19 14:25:36 2022 +0200 - - Merge branch 'allow-loop-creation-as-loggedin-user' - -commit 24a61afc79a158d98694da5f57e52eec75d4b25d -Author: Lucian I. Last -Date: Wed Oct 19 14:21:59 2022 +0200 - - Fix user login freeze - -1 2 frontend/src/pages/ChainEdit.tsx -6 3 frontend/src/pages/LoginEmailFinished.tsx -3 2 frontend/src/pages/NewChainLocation.tsx -38 18 frontend/src/providers/AuthProvider.tsx - -commit 37f9969a946ebd4953856c99a095b20533048ab1 -Author: Lucian I. Last -Date: Wed Oct 19 13:10:49 2022 +0200 - - Fix imports AdminControlsNav - -4 4 frontend/src/components/AdminControlsNav.tsx - -commit ae9bccf52db02f9a67a10b9427c0490666019b7c -Author: Lucian I. Last -Date: Wed Oct 19 13:10:29 2022 +0200 - - Remove authIsChainAdmin from auth provider - -1 1 frontend/src/components/Navbar.tsx -11 19 frontend/src/pages/ChainMemberList.tsx -1 1 frontend/src/pages/NewChainLocation.tsx -0 7 frontend/src/providers/AuthProvider.tsx - -commit 43cded592793fbeae45f6e5423ff7bcb34340367 -Author: Lucian I. Last -Date: Wed Oct 19 12:57:40 2022 +0200 - - Move providers into thier own dir - -2 2 frontend/src/App.tsx -1 1 frontend/src/components/FindChain/index.tsx -1 1 frontend/src/components/Footer.tsx -1 1 frontend/src/components/Navbar.tsx -1 1 frontend/src/pages/ChainMemberList.tsx -2 2 frontend/src/pages/ChainsList.tsx -2 2 frontend/src/pages/FindChain.tsx -1 1 frontend/src/pages/Home.tsx -1 1 frontend/src/pages/LoginEmailFinished.tsx -1 1 frontend/src/pages/Logout.tsx -1 1 frontend/src/pages/NewChainLocation.tsx -1 1 frontend/src/pages/NewChainSignup.tsx -1 1 frontend/src/pages/UserEdit.tsx -0 0 frontend/src/{components => providers}/AuthProvider.tsx -0 0 frontend/src/{components => providers}/ChainsProvider.tsx - -commit e61c85362328cb080439dd594cd9a42b27ce805b -Author: Lucian I. Last -Date: Wed Oct 19 12:55:17 2022 +0200 - - Clean unnecessary directories - -1 1 frontend/src/App.tsx -1 1 frontend/src/components/{AccordionFaq => }/AccordionFaq.tsx -0 0 frontend/src/components/{AdminControlsNav => }/AdminControlsNav.tsx -1 1 frontend/src/pages/FAQ/FAQ.tsx - -commit 2353ba125b3bfd283fd0792d7e74372d7c2bdbb5 -Author: Lucian I. Last -Date: Wed Oct 19 12:47:57 2022 +0200 - - Sort sizes and genders - -2 2 frontend/src/pages/FindChain.tsx - -commit b0d7ea95bc956a2a345533a96680728898745342 -Author: Lucian I. Last -Date: Wed Oct 19 12:47:34 2022 +0200 - - Show start new loop button logged in and out - -2 3 frontend/src/components/Navbar.tsx - -commit 28100cc06cb1e8eaea512dd464083ca789bde22b -Author: Lucian I. Last -Date: Wed Oct 19 12:46:33 2022 +0200 - - Remove toolkit button - -0 1 frontend/public/locales/en/translation.json -0 1 frontend/public/locales/nl/translation.json -2 14 frontend/src/components/Navbar.tsx - -commit a493e33d54b2d3bb3984e255ccab07e7fc9f356e -Author: Lucian I. Last -Date: Wed Oct 19 12:35:22 2022 +0200 - - Change admin to account - -1 1 frontend/public/locales/en/translation.json -1 1 frontend/public/locales/nl/translation.json -1 1 frontend/src/components/Navbar.tsx - -commit ff34b093255beb46dbb2219e2a7cf83aa98dda84 -Author: Lucian I. Last -Date: Wed Oct 19 11:11:59 2022 +0200 - - Remove ok logging during user get - -0 3 server/local/controllers/users.go - -commit e42a722f8bc6e4fd01cca9be6fc802eb3ae840ed -Author: Lucian I. Last -Date: Wed Oct 19 09:59:43 2022 +0200 - - Remove filebase from vscode workspace - -23 26 clothingloop.code-workspace - -commit 5e2770db02f7a4a72c8448463f733ef39f75caaf -Author: Lucian I. Last -Date: Wed Oct 19 09:59:00 2022 +0200 - - delete firebase files - -0 5 firebase/.firebaserc -0 69 firebase/.gitignore -0 9 firebase/.prettierrc -0 27 firebase/firebase.json -0 4 firebase/firestore.indexes.json -0 17 firebase/firestore.rules -0 42 firebase/functions/.eslintrc.js -0 11 firebase/functions/.gitignore -0 7911 firebase/functions/package-lock.json -0 33 firebase/functions/package.json -0 563 firebase/functions/src/index.ts -0 194 firebase/functions/src/payments.ts -0 5 firebase/functions/tsconfig.dev.json -0 15 firebase/functions/tsconfig.json - -commit b3407d89358ef5662f6b234280930b3e9bfcb03a -Author: Lucian I. Last -Date: Wed Oct 19 09:46:19 2022 +0200 - - Add root README - -11 0 README.md - -commit 9a00f9b948a77a351d203bbff65ea30111b7dc77 -Author: Lucian I. Last -Date: Wed Oct 19 09:17:57 2022 +0200 - - Add donation link - -9 0 frontend/src/components/Navbar.tsx - -commit c39659e4f0a358ae33409b1b5be1fc660214954b -Merge: 00718523 a6009474 -Author: Lucian I. Last -Date: Tue Oct 18 21:33:50 2022 +0200 - - Merge pull request #265 from CollActionteam/root-admin-loops-listing - - Root admin loops listing - -commit 0071852348d7f6f14f5cb4b5087e319a97dfec46 -Merge: bd426994 56ef140e -Author: Lucian I. Last -Date: Tue Oct 18 21:31:15 2022 +0200 - - Merge pull request #264 from CollActionteam/l10n_main - - New Crowdin updates - -commit a6009474a78eec31cba5d5fa404284bc22aa6e75 -Author: Lucian I. Last -Date: Tue Oct 18 21:30:19 2022 +0200 - - show view button for root admin - -1 1 frontend/src/pages/ChainsList.tsx - -commit f70294285098eb515c8e1a12fd8d6674064418e6 -Author: Lucian I. Last -Date: Tue Oct 18 21:29:37 2022 +0200 - - Remove disabled if not chainAdmin - -0 2 frontend/src/pages/ChainMemberList.tsx - -commit a36b33fe3885971e7d9e573d7b8bdafc5cb1dea1 -Author: Lucian I. Last -Date: Tue Oct 18 21:29:04 2022 +0200 - - Fix expected response of user type - -1 1 frontend/src/api/types.ts -2 2 frontend/src/components/ChainParticipantsTable.tsx -2 2 frontend/src/components/Navbar.tsx -9 4 frontend/src/pages/ChainsList.tsx -4 4 frontend/src/pages/FindChain.tsx -1 1 frontend/src/pages/UserEdit.tsx - -commit 56ef140eb72ce3bef38b3e2a4372ae7f8ce9e4bd -Merge: 8b49381c bd426994 -Author: Lucian I. Last -Date: Tue Oct 18 20:55:31 2022 +0200 - - Merge branch 'main' into l10n_main - -commit bd4269940c5a4dfcabb8988bf113ef3e6c64d049 -Author: Lucian I. Last -Date: Tue Oct 18 19:32:27 2022 +0200 - - Use main for acceptance deployments - -1 1 .github/workflows/deploy-acceptance-v2.yml -1 3 .github/workflows/lint-v2.yml - -commit 7f2f2c1f082ac1afa66cba2610eaf2937181f7ae -Merge: 0f48aab8 9a2b8264 -Author: Lucian I. Last -Date: Tue Oct 18 19:26:25 2022 +0200 - - Merge commit '9a2b826494f0ec12185a544b2e85dab720df2d5b' - -commit 9a2b826494f0ec12185a544b2e85dab720df2d5b -Author: Lucian I. Last -Date: Tue Oct 18 19:25:53 2022 +0200 - - Fix migration readme - -6 5 server/cmd/firebase-migrate/README.md - -commit 2f11c776e7e00897b1ee2a274630318463919844 -Author: Lucian I. Last -Date: Tue Oct 18 19:25:17 2022 +0200 - - Changes as it was during first migration - -20 5 server/cmd/firebase-migrate/local/fromfireauth.go -32 8 server/cmd/firebase-migrate/local/fromfirestore.go -25 21 server/cmd/firebase-migrate/main.go - -commit 8b49381c444fafc93c0d959f4d996f561f5f462a -Author: Tim Stokman <41363+timstokman@users.noreply.github.com> -Date: Tue Oct 18 10:59:28 2022 +0000 - - New translations translation.json (Dutch) - -1 0 frontend/public/locales/nl/translation.json - -commit 0f48aab8819c9dbc29d9d8cef37540de7644f6fa -Merge: 3573b2b8 2bd64ee4 -Author: Lucian I. Last -Date: Tue Oct 18 12:56:56 2022 +0200 - - Merge pull request #263 from CollActionteam/golang - - Golang Server - -commit 2bd64ee42bf776037aa00b57f00318ca981b526e -Merge: d1277a71 3573b2b8 -Author: Lucian I. Last -Date: Tue Oct 18 12:48:24 2022 +0200 - - Merge branch 'main' into golang - -commit d1277a71241a0ad52d635fd347fc19c8a3a63e1b -Author: Lucian I. Last -Date: Tue Oct 18 10:47:22 2022 +0200 - - Production api url without host - -1 1 frontend/.env-example -1 1 frontend/.env-production - -commit 3a923a866ecd77ab2ac43e74f970bd668c198e81 -Author: Lucian I. Last -Date: Tue Oct 18 10:38:46 2022 +0200 - - Test acceptance api url without host - -1 1 frontend/.env-acceptance - -commit 42a50e6f0567a427db61dca442e6c3da995c90ec -Author: Lucian I. Last -Date: Tue Oct 18 10:17:05 2022 +0200 - - fix typo - -1 1 devops/templates/maint/index.html - -commit 4654e5090ea1a91990596aea82d40d0e3cb94bec -Author: Lucian I. Last -Date: Tue Oct 18 10:15:32 2022 +0200 - - Add maintenance - -1 0 devops/.gitignore -11 0 devops/maint-start.yml -14 0 devops/maint-stop.yml -28 0 devops/setup-2-caddy.yml -10 0 devops/templates/Caddyfile.maint -3 0 devops/templates/maint/build.sh -56 0 devops/templates/maint/index.html -- - devops/templates/maint/logo.webp -29 0 devops/templates/maint/tailwind.config.js - -commit 8272d7f2312442b347846f9c2de4708b51870aae -Author: Lucian I. Last -Date: Mon Oct 17 14:18:38 2022 +0200 - - New chain set to published - -1 1 server/local/controllers/login.go - -commit 2dc84979e0ea919c057a81002465d6202d5eed31 -Author: Lucian I. Last -Date: Mon Oct 17 13:37:45 2022 +0200 - - Fix users.last_signed_in_at column - -12 6 server/cmd/firebase-migrate/local/fromfireauth.go -16 0 server/cmd/firebase-migrate/local/fromunix.go -26 0 server/cmd/firebase-migrate/local/fromunix_test.go -12 0 server/local/app/auth/token.go -1 1 server/local/models/user.go - -commit 070544492ce085f21c232e1b73759d2df7025ad8 -Author: Lucian I. Last -Date: Mon Oct 17 13:36:30 2022 +0200 - - fix firebase-migrate make command - -1 1 server/Makefile - -commit 075ffc8dc0ee8bab9b2e01d4a44e8dcdcafd97d4 -Author: Lucian I. Last -Date: Mon Oct 17 11:10:52 2022 +0200 - - Set deletion of chains to soft - -64 57 frontend/src/pages/ChainsList.tsx -1 1 server/local/app/auth/auth.go -2 1 server/local/controllers/chain.go -1 1 server/local/controllers/info.go -1 1 server/local/controllers/login.go -1 1 server/local/controllers/users.go -1 0 server/local/models/chain.go - -commit ea289594e7bf078ed8da846c51d1ff146af1dac1 -Author: Lucian I. Last -Date: Mon Oct 17 09:12:12 2022 +0200 - - Revert info statistics to static values - -8 20 frontend/src/components/Counters/Counters.tsx - -commit f227cb3db243aa732d099372b250cce20cbc1ab1 -Author: Lucian I. Last -Date: Mon Oct 17 09:03:31 2022 +0200 - - Change back to "Swap dont shop" in NL i18n - -1 1 frontend/public/locales/nl/translation.json - -commit d1f56ef4e166458e4a196600de3856e3a8b85cf9 -Merge: cf623bf3 7c7eb895 -Author: Lucian I. Last -Date: Thu Oct 13 18:07:38 2022 +0200 - - Merge pull request #262 from CollActionteam/v2/create-migration-tool - - V2/create migration tool - -commit 7c7eb895d18cbad2edfd7b380519932dedfa1941 -Author: Lucian I. Last -Date: Thu Oct 13 18:01:51 2022 +0200 - - Add tldr - -22 0 server/cmd/firebase-migrate/README.md - -commit c8641c7688d694c82876e4cb94eef24c8651ceb5 -Author: Lucian I. Last -Date: Thu Oct 13 17:43:04 2022 +0200 - - Lint & Ignore credentials.json - -1 1 server/.editorconfig -2 1 server/.gitignore -1 1 server/Makefile - -commit 6da4a2ad8a9488ce8326cb8f483b943d533c7100 -Author: Lucian I. Last -Date: Thu Oct 13 17:17:59 2022 +0200 - - Add gitignore for json files - -5 1 server/.gitignore - -commit a63fe6ffa3b7b942f49c3b53efe181b048acc0b3 -Author: Lucian I. Last -Date: Thu Oct 13 17:16:39 2022 +0200 - - Complete firebase migrate tool - -2 2 server/cmd/firebase-migrate/local/fromfireauth.go -1 1 server/cmd/firebase-migrate/local/fromfirestore.go -206 71 server/cmd/firebase-migrate/main.go -4 3 server/local/app/mail.go -1 1 server/local/models/mail.go - -commit 7cdecd2471ef1cc6f12d44f75132ce4ce5d5feac -Author: Lucian I. Last -Date: Wed Oct 12 17:18:01 2022 +0200 - - Working import of newsletters and payments - -90 0 server/cmd/firebase-migrate/local/fromfireauth.go -6 5 server/cmd/firebase-migrate/local/fromfirestore.go -59 36 server/cmd/firebase-migrate/main.go -2 1 server/local/controllers/payments.go -3 2 server/local/models/chain.go -2 1 server/local/models/mail.go -3 2 server/local/models/payment.go -17 15 server/local/models/user.go - -commit 868f844f8e9f741e8e9b7786ab79b5fdd22eb311 -Author: Lucian I. Last -Date: Wed Oct 12 14:23:35 2022 +0200 - - get from firestore - -83 0 server/cmd/firebase-migrate/README.md -266 0 server/cmd/firebase-migrate/local/fromfirestore.go -73 195 server/cmd/firebase-migrate/main.go -3 0 server/go.mod -6 0 server/go.sum - -commit af4b7988b278061b188719abe67b9ba0b72b2fe4 -Author: Lucian I. Last -Date: Tue Oct 11 21:05:27 2022 +0200 - - Add FID for Firebase export - -1 0 server/local/models/chain.go -1 0 server/local/models/mail.go -2 1 server/local/models/payment.go -1 0 server/local/models/user.go - -commit 3573b2b837a7e7a81c4bd76cd8f83b6e8c15e951 -Author: Lucian I. Last -Date: Tue Oct 11 16:40:57 2022 +0200 - - Change back to "Swap dont shop" in NL i18n - -1 1 frontend/public/locales/nl/translation.json - -commit cf623bf3ffa3c2393e355cdfc5a3ddce4f4d719f -Merge: d9a53892 b863f126 -Author: Lucian I. Last -Date: Mon Oct 10 15:31:51 2022 +0200 - - Merge branch 'faster-builds' into golang - -commit b863f126329ed39c31e75e16700ebaa2e0a4f2ff -Author: Lucian I. Last -Date: Mon Oct 10 15:23:34 2022 +0200 - - Fix typo and Use rsync more - -3 2 .github/workflows/deploy-acceptance-v2.yml -3 2 .github/workflows/deploy-production-v2.yml - -commit 1fb5de1f52fbfe4d0f605bbe707301f8a6b558ca -Author: Lucian I. Last -Date: Mon Oct 10 15:05:01 2022 +0200 - - Fix production caddy config - -1 2 devops/templates/Caddyfile - -commit c8d12e39cb840723fc4406cd8531cfe3e7f15089 -Author: Lucian I. Last -Date: Mon Oct 10 15:04:46 2022 +0200 - - Use rsync more - -5 6 .github/workflows/deploy-acceptance-v2.yml -5 6 .github/workflows/deploy-production-v2.yml -1 1 devops/setup-2-caddy.yml - -commit d9a53892ea49ec639e5123ba6145fb23cc6c21ca -Merge: db130645 8d0d16dd -Author: Lucian I. Last -Date: Mon Oct 10 13:24:49 2022 +0200 - - Merge branch 'v2/show-language-switcher' into golang - -commit 7c029e1ddf7670f7f99ee2d4a129b4d32bd6131b -Merge: 52907f46 05257348 -Author: Lucian I. Last -Date: Mon Oct 10 13:16:17 2022 +0200 - - Merge pull request #261 from CollActionteam/show-language-switcher - - Show language switcher - -commit 052573480056e640a893de3790323ebc71e6802c -Author: Lucian I. Last -Date: Mon Oct 10 12:44:22 2022 +0200 - - lint faq - -59 59 frontend/public/locales/en/faq.json -59 59 frontend/public/locales/nl/faq.json - -commit 2f5b5391e7badadac9a1b5a1b67cec9366c39a98 -Author: Lucian I. Last -Date: Mon Oct 10 11:45:51 2022 +0200 - - Remove duplitate imports - -0 4 frontend/src/components/LanguageSwitcher.tsx - -commit a3a35083c6d6ffd29ff5531364f79e2b627ac395 -Author: Lucian I. Last -Date: Mon Oct 10 10:54:00 2022 +0200 - - Change i18n dropdown to only show other options - -0 9 frontend/src/App.css -24 8 frontend/src/components/LanguageSwitcher.tsx -0 5 frontend/src/util/theme.ts - -commit 8d0d16dd7b10e0b5a396e948ed29b843cbae1b01 -Author: Lucian I. Last -Date: Mon Oct 10 10:48:37 2022 +0200 - - Change i18n dropdown to only show other options - -0 9 frontend/src/App.css -12 5 frontend/src/components/LanguageSwitcher.tsx -0 5 frontend/src/util/theme.ts - -commit 08c577bac8b19591c242eebc1f0182526cdd40f1 -Merge: 9d1f4552 a733c007 -Author: Lucian I. Last -Date: Thu Oct 6 17:22:38 2022 +0200 - - Merge commit 'a733c0077dfc1f495f075e751dcca2d138208646' into faster-builds - -commit 9d1f4552ee82b79621eab984906c5990c68ee074 -Author: Lucian I. Last -Date: Thu Oct 6 17:18:46 2022 +0200 - - Copy to production deployment - -24 29 .github/workflows/deploy-production-v2.yml - -commit 5b8e97e9bd5aef153bcfaa1aecf510990a6ccf96 -Author: Lucian I. Last -Date: Thu Oct 6 17:08:33 2022 +0200 - - Fix rsync and other typos - -5 5 .github/workflows/deploy-acceptance-v2.yml - -commit 2c4bfeac20f3ba48891d2a081fa1a0fb3a323f56 -Author: Lucian I. Last -Date: Thu Oct 6 16:50:23 2022 +0200 - - Move to shimataro/ssh-key-action - -24 29 .github/workflows/deploy-acceptance-v2.yml - -commit db13064503a514a71acb8d4012eca8381ae9fca2 -Author: Lucian I. Last -Date: Thu Oct 6 14:01:32 2022 +0200 - - Run on creation of release - -2 3 .github/workflows/deploy-production-v2.yml - -commit 17a29fb67816d2337436761ebd76dae329748dc9 -Author: Lucian I. Last -Date: Thu Oct 6 14:03:39 2022 +0200 - - Add production deployment v2 - -67 0 .github/workflows/deploy-production-v2.yml - -commit 52907f460a0fef1c92f48b9909dc0ff6ab572846 -Author: Lucian I. Last -Date: Thu Oct 6 14:01:32 2022 +0200 - - Run on creation of release - -2 3 .github/workflows/deploy-production-v2.yml - -commit 77ca0d878b11e5b49050e812352712b0c246f6f2 -Author: Lucian I. Last -Date: Thu Oct 6 13:52:54 2022 +0200 - - Add production deployment v2 - -2 0 .github/workflows/deploy-acceptance-v2.yml -67 0 .github/workflows/deploy-production-v2.yml - -commit a733c0077dfc1f495f075e751dcca2d138208646 -Author: Lucian I. Last -Date: Thu Oct 6 13:30:25 2022 +0200 - - enable production caddy config - -10 5 devops/templates/Caddyfile - -commit a3085ec06b1912fe44b66516a118d3deb9316bc4 -Author: Lucian I. Last -Date: Thu Oct 6 11:49:55 2022 +0200 - - Add phpmyadmin to website - -27 0 devops/setup-6-phpmyadmin.yml -12 0 devops/templates/Caddyfile - -commit b260afa25ae74491907825e8cbb970819b067fa9 -Merge: b977b399 1c02449e -Author: Lucian I. Last -Date: Wed Oct 5 12:44:52 2022 +0200 - - Merge commit '1c02449eaba46f9d47d2ef3902e1558591f008ab' into v2/show-language-switcher - -commit 1c02449eaba46f9d47d2ef3902e1558591f008ab -Author: Lucian I. Last -Date: Wed Oct 5 12:44:28 2022 +0200 - - Remove Guilia and Mirjam from about page - -- - frontend/src/images/Team-pics.jpg - -commit 715e2631c83e77e0a9d227b198517a67cdecaae5 -Author: Lucian I. Last -Date: Wed Oct 5 12:17:33 2022 +0200 - - Fix testimonials err - -3 1 frontend/src/components/Testimonials.tsx - -commit b977b3997dd5ccedf0d18eeb30e4aef5ce1d4564 -Author: Lucian I. Last -Date: Wed Oct 5 12:16:25 2022 +0200 - - Fix testimonials err - -3 1 frontend/src/components/Testimonials.tsx - -commit 0c197193bf144828f924626113cf5622b1640958 -Author: Lucian I. Last -Date: Wed Oct 5 12:08:40 2022 +0200 - - Lint json - -5 5 frontend/public/locales/en/about.json -27 27 frontend/public/locales/en/testimonials.json -5 5 frontend/public/locales/nl/about.json -27 27 frontend/public/locales/nl/testimonials.json - -commit e0489044ea4d0a792cecec29272492ce5d74bbc0 -Author: Lucian I. Last -Date: Wed Oct 5 11:51:53 2022 +0200 - - lint - -14 0 frontend/.editorconfig -5 5 frontend/public/locales/en/about.json -27 27 frontend/public/locales/en/testimonials.json -5 5 frontend/public/locales/nl/about.json -27 27 frontend/public/locales/nl/testimonials.json - -commit b11c2c9ec9a0c952b0f3ac2fccc847b4caaf2762 -Merge: 879a6829 4433b1a1 -Author: Lucian I. Last -Date: Wed Oct 5 11:41:27 2022 +0200 - - Merge branch 'show-language-switcher' into v2/show-language-switcher - -commit 4433b1a1eb4c4037a370362461ad8053671bce5a -Author: Lucian I. Last -Date: Wed Oct 5 11:31:30 2022 +0200 - - Add translation changes from Google Docs - - file: Vertaling Clothing Loop - -3 3 frontend/public/locales/en/about.json -29 0 frontend/public/locales/en/testimonials.json -32 31 frontend/public/locales/en/translation.json -3 3 frontend/public/locales/nl/about.json -29 0 frontend/public/locales/nl/testimonials.json -49 48 frontend/public/locales/nl/translation.json -10 37 frontend/src/components/Testimonials.tsx -3 6 frontend/src/pages/NewChainSignup.tsx - -commit 879e6b6a31f3f5337eddaf95f03967c58bceeecc -Author: Lucian I. Last -Date: Tue Oct 4 11:38:50 2022 +0200 - - Show language switcher - -1 1 frontend/src/components/Navbar.tsx - -commit 879a68290f12b8df9bb67e12fdfd7e847e3cbefd -Author: Lucian I. Last -Date: Tue Oct 4 09:52:21 2022 +0200 - - Update documentation - -14 47 frontend/README.md -8 34 server/README.md -0 24 server/notes.md - -commit ff843991e3f8387aa358e799750ffbeb43bb0589 -Author: Lucian I. Last -Date: Tue Oct 4 08:52:47 2022 +0200 - - Change sum to count in IsPartOfChain - -4 4 server/local/models/user.go - -commit 05595b428996b87b1fa97f4b5737d4bb5b1c03db -Author: Lucian I. Last -Date: Tue Oct 4 08:51:05 2022 +0200 - - Total users & chains from live data - -10 0 frontend/src/api/info.ts -21 5 frontend/src/components/Counters/Counters.tsx -39 0 server/local/controllers/info.go -3 0 server/local/server.go - -commit 9a80e01a7c81456571213ce9c4fb8b90f04ff2ca -Author: Lucian I. Last -Date: Sun Oct 2 14:31:12 2022 +0200 - - Fix donations - -0 2 frontend/src/components/Donation/Donation.module.css -0 152 frontend/src/components/Donation/Donation.module.scss -75 55 frontend/src/components/Donation/DonationForm.tsx -1 1 server/Makefile -17 89 server/local/controllers/payments.go - -commit 8994fa25dca43651bde1dac500d70aeaeea7ee80 -Author: Lucian I. Last -Date: Thu Sep 29 16:22:49 2022 +0200 - - Fix config creation & only allow production email to be sent - -4 0 devops/group_vars/all.yml.example -5 1 devops/setup-4-api.yml -3 3 devops/templates/config.yml.j2 -4 0 server/local/app/mail.go - -commit ce583732ffb72c620db71d85bb32e7fa2df79a85 -Author: Lucian I. Last -Date: Thu Sep 29 12:14:32 2022 +0200 - - Use async for payment & Move price keys to env - -4 1 frontend/.env-acceptance -3 0 frontend/.env-example -3 0 frontend/.env-production -3 5 frontend/src/api/payment.ts -31 21 frontend/src/components/Donation/DonationForm.tsx - -commit 9aed28b7dd5b9cfe3aea1023a21ad8ef3c76f623 -Author: Lucian I. Last -Date: Thu Sep 29 09:56:51 2022 +0200 - - Keep variables in one place - -0 1 devops/.gitignore -8 0 devops/group_vars/all.yml.example -25 3 devops/setup-4-api.yml -23 0 devops/templates/config.yml.j2 - -commit 5ab2d837772c532d25d2108299f97a1408f91f0e -Author: Lucian I. Last -Date: Wed Sep 28 16:07:40 2022 +0200 - - Multi chain - -15 30 frontend/src/components/AdminControlsNav/AdminControlsNav.tsx -9 4 frontend/src/components/ChainDetailsForm.tsx -9 8 frontend/src/pages/ChainEdit.tsx -6 14 frontend/src/pages/ChainMemberList.tsx -15 6 frontend/src/pages/UserEdit.tsx - -commit 12630b56711452b7efd904f55f31c436a12888da -Author: Lucian I. Last -Date: Wed Sep 28 15:01:30 2022 +0200 - - Fix chain list - -65 16 frontend/src/pages/ChainMemberList.tsx -77 83 frontend/src/pages/ChainsList.tsx - -commit df06f306de3b7a1f78fe6e62d1ed4bcc6c923991 -Author: Lucian I. Last -Date: Wed Sep 28 14:14:46 2022 +0200 - - Replace dot-active and inactive with colored icon - -0 18 frontend/src/App.css -7 2 frontend/src/pages/ChainsList.tsx - -commit c6e8ddf53e944e33b1ca8bcf06d0ec991ae30a80 -Author: Lucian I. Last -Date: Wed Sep 28 14:02:50 2022 +0200 - - Fix ChainDataExport - -25 6 frontend/src/components/DataExport.tsx - -commit 21a41bc05abb8fd7fa537c2956454dbbc88c1ef4 -Author: Lucian I. Last -Date: Wed Sep 28 14:02:38 2022 +0200 - - Fix UserData export - -24 6 frontend/src/components/DataExport.tsx - -commit 2e8164f38723993420084f00e6a9f90f48017af7 -Author: Lucian I. Last -Date: Mon Sep 26 21:34:42 2022 +0200 - - Add redirect after submit add chain admin - -9 3 frontend/src/pages/AddChainAdmin.tsx - -commit bd22e006355cfc691f3803178fbb744429ca5e77 -Author: Lucian I. Last -Date: Mon Sep 26 21:19:39 2022 +0200 - - Fix add co-host - -13 3 frontend/src/pages/AddChainAdmin.tsx -37 38 server/local/controllers/chain.go - -commit e94d7817e4bb672ecb4f1216db13a3f97744e661 -Author: Lucian I. Last -Date: Mon Sep 26 17:26:40 2022 +0200 - - More fixes - -2 2 frontend/src/App.tsx -1 1 frontend/src/components/AuthProvider.tsx -22 29 frontend/src/pages/AddChainAdmin.tsx -1 1 frontend/src/pages/ChainMemberList.tsx -1 2 frontend/src/pages/NewChainSignup.tsx -1 2 frontend/src/pages/Signup.tsx -42 47 frontend/src/pages/UserEdit.tsx -1 0 frontend/src/util/phoneRegExp.ts -8 6 server/local/controllers/users.go - -commit 3bfd03415e155449f8409859cccf3d1ab0dad578 -Author: Lucian I. Last -Date: Mon Sep 26 15:20:41 2022 +0200 - - Fix participants table - -1 0 frontend/public/locales/en/translation.json -1 0 frontend/public/locales/nl/translation.json -38 22 frontend/src/components/ChainParticipantsTable.tsx -10 25 frontend/src/pages/ChainMemberList.tsx - -commit 5c693601fc2ae46dc27201bdc69e8daeafc7bbfc -Author: Lucian I. Last -Date: Mon Sep 26 13:32:17 2022 +0200 - - Fix invisible controls - -14 13 frontend/src/pages/ChainMemberList.tsx -37 29 server/local/controllers/chain.go - -commit c91a6df98dff683f31bc1a04b0319c66321e7cbe -Author: Lucian I. Last -Date: Thu Sep 22 15:04:06 2022 +0200 - - Fix gender resp from chain get - -1 1 server/local/controllers/chain.go - -commit bf8181c9c6fd22bf3a19ff0b93bc1f1bd3a74c90 -Author: Lucian I. Last -Date: Thu Sep 22 12:33:15 2022 +0200 - - Add name to newsletter - -6 1 frontend/src/api/contact.ts -1 1 frontend/src/components/Newsletter/Newsletter.tsx -2 1 server/local/controllers/contact.go - -commit 42cacf0ce3d6aafb072aceeb0bf0848bcf380584 -Author: Lucian I. Last -Date: Thu Sep 22 12:08:02 2022 +0200 - - Remove unnecessary true value from react props - -3 3 frontend/src/components/ChainDetailsForm.tsx -3 5 frontend/src/components/FormFields.tsx -1 1 frontend/src/components/formActions.tsx -1 1 frontend/src/pages/Contacts.tsx -3 3 frontend/src/pages/FindChain.tsx -1 1 frontend/src/pages/UserEdit.tsx - -commit f84b77aafc83b038f68a0d77a4f834209f460356 -Author: Lucian I. Last -Date: Wed Sep 21 15:44:38 2022 +0200 - - Fix frontend api calls - -1 1 frontend/.env-acceptance -1 1 frontend/.env-production - -commit 8e6d028406cfa8258dabab4c735c2bda6c88b3a9 -Author: Lucian I. Last -Date: Wed Sep 21 15:34:43 2022 +0200 - - Remove e.message as this came from firebase - -1 1 frontend/src/pages/ChainMemberList.tsx -1 1 frontend/src/pages/Contacts.tsx -2 2 frontend/src/pages/NewChainLocation.tsx -1 1 frontend/src/pages/Signup.tsx -1 1 frontend/src/pages/UserEdit.tsx - -commit 0f9549504365158d69af89e7171b815c6402438c -Author: Lucian I. Last -Date: Wed Sep 21 15:24:18 2022 +0200 - - Fix error message handling - -1 1 frontend/src/pages/ChainMemberList.tsx -1 1 frontend/src/pages/Contacts.tsx -2 2 frontend/src/pages/Login.tsx -3 3 frontend/src/pages/NewChainLocation.tsx -0 2 frontend/src/pages/NewChainSignup.tsx -1 1 frontend/src/pages/UserEdit.tsx - -commit e4256e9f494e8e30e2caaebbb1f7bbcac0efca11 -Author: Lucian I. Last -Date: Wed Sep 21 15:11:55 2022 +0200 - - Show error on signup failed - -2 2 frontend/src/pages/Signup.tsx - -commit bdf1b11b832d5117731096c7f7e8692a1e2bd1ba -Author: Lucian I. Last -Date: Wed Sep 21 14:54:20 2022 +0200 - - Response to stringified error - -6 5 server/local/app/auth/auth.go -10 0 server/local/app/gin_utils/ginabort.go -2 1 server/local/app/mail.go -24 23 server/local/controllers/chain.go -3 2 server/local/controllers/contact.go -18 17 server/local/controllers/login.go -11 10 server/local/controllers/payments.go -16 15 server/local/controllers/users.go - -commit 6f81fe7634c6967a0e84178dbae731bad4a82ffc -Author: Lucian I. Last -Date: Wed Sep 21 12:50:03 2022 +0200 - - Update all dependencies - -8 8 server/go.mod -16 15 server/go.sum - -commit 862ab70fd9a60693181f6e582879b791f28d2213 -Author: Lucian I. Last -Date: Wed Sep 21 12:49:44 2022 +0200 - - Remove go-boom dependency - -0 1 server/go.mod -0 2 server/go.sum -8 6 server/local/app/auth/auth.go -3 2 server/local/app/mail.go -26 26 server/local/controllers/chain.go -4 3 server/local/controllers/contact.go -18 18 server/local/controllers/login.go -11 11 server/local/controllers/payments.go -17 16 server/local/controllers/users.go -3 0 server/local/models/chain.go -1 1 server/local/models/gender.go -1 1 server/local/models/size.go -3 0 server/local/models/user.go -4 0 server/staticcheck.conf - -commit dc7ddf2b03b36cad8a56e74d8ef70eea978c512b -Author: Lucian I. Last -Date: Wed Sep 21 11:07:46 2022 +0200 - - Fix newsletter on signup - -15 1 server/local/app/auth/token.go -3 2 server/local/controllers/contact.go -23 3 server/local/controllers/login.go -1 0 server/local/models/newsletter.go -1 1 server/local/views/email.go - -commit 3d2c6f56cf24ba7f2f1116b0c56b68c63177fa2a -Author: Lucian I. Last -Date: Wed Sep 21 09:06:03 2022 +0200 - - Fix basic user signup - -19 12 frontend/src/pages/Signup.tsx - -commit 6da9ba0c84b5a7c1a3c3b4474133354fa1cbc2f2 -Author: Lucian I. Last -Date: Tue Sep 20 17:42:31 2022 +0200 - - Auto redirect to home page on logout - -7 0 frontend/src/pages/Logout.tsx -3 0 frontend/src/util/sleep.ts - -commit b95137235b646dc08059058ad702c704f8f3f438 -Author: Lucian I. Last -Date: Tue Sep 20 17:38:10 2022 +0200 - - Fix re-authentication on refresh - -10 3 frontend/src/components/AuthProvider.tsx - -commit b0407e36a6198f816b2ebd05ebf6b319e335b363 -Author: Lucian I. Last -Date: Tue Sep 20 17:37:31 2022 +0200 - - Change Toolkit to link that opens in a new tab - -5 4 frontend/src/components/Navbar.tsx - -commit 172952093fa7eb3be9a839d9e7b59bf0191f1881 -Author: Lucian I. Last -Date: Tue Sep 20 16:52:33 2022 +0200 - - Fix register basic user - -3 3 frontend/src/pages/Signup.tsx - -commit dfaa590db61941104b250a2a181034f2455088f8 -Author: Lucian I. Last -Date: Tue Sep 20 16:34:26 2022 +0200 - - Fix register admin user & Use enum Size and Gender - -4 3 frontend/src/api/login.ts -13 14 frontend/src/components/CategoriesDropdown.tsx -13 12 frontend/src/components/ChainDetailsForm.tsx -19 28 frontend/src/components/SizesDropdown.tsx -1 1 frontend/src/pages/NewChainLocation.tsx -21 20 frontend/src/pages/NewChainSignup.tsx -5 5 frontend/src/pages/Signup.tsx -1 1 frontend/src/pages/UserEdit.tsx -20 6 frontend/src/util/categories.ts - -commit 7e6c096f409365286b83efe446b7c9e60907279c -Author: Lucian I. Last -Date: Tue Sep 20 10:11:02 2022 +0200 - - Fix logout - -1 1 frontend/src/api/user.ts -3 0 frontend/src/components/AuthProvider.tsx - -commit 38c56f6e80f6e1c5f44fbcf18c8a86e8c58f4dff -Author: Lucian I. Last -Date: Tue Sep 20 10:10:49 2022 +0200 - - Remove TestConfigWithProductionEnv - -1 6 server/local/app/config_test.go - -commit fe5ffcd3987fe9406346a66bcc65b5ab98e13e08 -Author: Lucian I. Last -Date: Tue Sep 20 10:10:24 2022 +0200 - - Fix login basic user - -1 1 frontend/src/api/login.ts -1 0 frontend/src/pages/Login.tsx -3 3 server/local/controllers/login.go - -commit ab63830d4037fbaa3b8e052faf95ae70f9f44577 -Author: Lucian I. Last -Date: Tue Sep 20 09:27:24 2022 +0200 - - Fix log fatal - -1 1 server/local/server.go - -commit 26bf08265984c080c52dbf6e5a0eb16a8ef948a5 -Author: Lucian I. Last -Date: Tue Sep 20 09:26:58 2022 +0200 - - Fix auth token - -24 6 server/local/app/auth/token.go -4 1 server/local/app/auth/token_test.go - -commit 7d06f3277618d2c7d0a8026d82a2bb96144251fe -Author: Lucian I. Last -Date: Mon Sep 19 16:52:28 2022 +0200 - - Test basic user login - -22 2 frontend/src/api/enums.ts -4 3 frontend/src/api/login.ts -4 4 frontend/src/components/ChainParticipantsTable.tsx -6 1 frontend/src/components/FormFields.tsx -3 1 frontend/src/components/SizesDropdown.tsx -7 3 frontend/src/pages/ChainMemberList.tsx -3 3 frontend/src/pages/FindChain.tsx -11 1 frontend/src/pages/NewChainLocation.tsx -2 0 frontend/src/pages/NewChainSignup.tsx -19 10 frontend/src/pages/Signup.tsx -14 21 server/local/controllers/login.go -9 0 server/local/controllers/users.go - -commit 1ac379259829e78f6fdc96762f166ac77c5ab7dc -Author: Lucian I. Last -Date: Mon Sep 19 13:11:38 2022 +0200 - - Remove unnecessary firebase dependency - -42 1077 frontend/package-lock.json -0 1 frontend/package.json - -commit 5f494cdf6966c84ccf91b51b08807b07c37e9b32 -Author: Lucian I. Last -Date: Mon Sep 19 13:09:21 2022 +0200 - - wrap try catch around chain get in signup - -4 6 frontend/src/pages/Signup.tsx - -commit e260c9a91a5217b4f671628f5a1d4429f469f6af -Author: Lucian I. Last -Date: Mon Sep 19 13:08:09 2022 +0200 - - Move from a body to query for get chain - -2 4 frontend/src/api/chain.ts -0 2 frontend/src/components/AdminControlsNav/AdminControlsNav.tsx -15 22 server/local/controllers/chain.go - -commit 496efdc109329d05936ff77918da9a07a0f2830f -Author: Lucian I. Last -Date: Mon Sep 19 13:04:54 2022 +0200 - - Change Test prefix to Fake - -2 2 server/local/tests/mocks/mock-tables.go - -commit 0d12fc1b5f8138595c20f047f96e7c0055cfa36c -Author: Lucian I. Last -Date: Mon Sep 19 09:47:52 2022 +0200 - - Revert "Add option to close loop to new members (#245)" - - This reverts commit 1ac856894c6361793cd0293753d86e716de4700f. - -0 15 firebase/functions/src/index.ts -1 8 frontend/public/locales/en/translation.json -1 8 frontend/public/locales/nl/translation.json -0 1 frontend/src/components/DataExport.tsx -2 3 frontend/src/components/Popover.tsx -3 1 frontend/src/pages/ChainEdit.tsx -20 64 frontend/src/pages/ChainMemberList.tsx -25 30 frontend/src/pages/FindChain.tsx -0 4 frontend/src/util/theme.ts - -commit 12461678156bd51e9d1df3b81a7aa6b34a7c75d0 -Author: Lucian I. Last -Date: Wed Sep 14 21:59:07 2022 +0200 - - Move api subdomain to /api/ reverse proxy - -18 15 devops/templates/Caddyfile -1 1 frontend/.env-example -7 7 frontend/src/api/chain.ts -2 2 frontend/src/api/contact.ts -4 4 frontend/src/api/login.ts -1 1 frontend/src/api/payment.ts -5 5 frontend/src/api/user.ts - -commit d596c3439fc15fdd4ac304cbfdfd4f06a3120dbb -Author: Lucian I. Last -Date: Wed Sep 14 16:30:36 2022 +0200 - - Move to v2 - -26 21 server/local/server.go - -commit 564b0eaa48bc3b445626318030d4ac1149c1c5c4 -Author: Lucian I. Last -Date: Wed Sep 14 14:45:44 2022 +0200 - - Add chmod to fix permissions - -1 0 .github/workflows/deploy-acceptance-v2.yml - -commit 3b1369d397b82456b10b226157be7cab15ca0a3f -Merge: 3d946b14 1ff4162c -Author: Lucian I. Last -Date: Wed Sep 14 14:23:45 2022 +0200 - - Merge branch 'v2/errors-logging' into golang - -commit 3d946b14170364d4d69a0529a7c5f1cdfae8f045 -Author: Lucian I. Last -Date: Wed Sep 14 14:21:49 2022 +0200 - - Remove old js files in frontend - -1 0 .github/workflows/deploy-acceptance-v2.yml - -commit 1ff4162c8dc203eaa20d8b41a9d26cffe434516c -Author: Lucian I. Last -Date: Wed Sep 14 14:17:32 2022 +0200 - - Add log file for acceptance and production - -8 0 devops/setup-4-api.yml -14 1 server/local/server.go - -commit 7ec8bf21997503e393237a7eb0247b1d3538923e -Author: Lucian I. Last -Date: Wed Sep 14 14:16:55 2022 +0200 - - Fix panic on normal stop of server - -1 1 server/cmd/server/main.go - -commit fc33d9bbfa15df95c0bf1e765b72940fcb875076 -Author: Lucian I. Last -Date: Tue Sep 13 13:49:07 2022 +0200 - - Unable to get a stable phpmyadmin installation - -0 1 devops/group_vars/all.yml.example -0 29 devops/setup-2-caddy.yml -0 39 devops/setup-6-phpmyadmin.yml -1 9 devops/templates/Caddyfile -0 160 devops/templates/phpmyadmin.config.php - -commit db28f181c583f34a220cb01169ec7223baa6b499 -Author: Lucian I. Last -Date: Tue Sep 13 13:04:40 2022 +0200 - - Setup phpmyadmin - -1 0 devops/group_vars/all.yml.example -30 1 devops/setup-2-caddy.yml -39 0 devops/setup-6-phpmyadmin.yml -30 1 devops/templates/Caddyfile -160 0 devops/templates/phpmyadmin.config.php - -commit 7be3ef0ba9d9a99d2f4a2fb96a6c7df59feb23d3 -Author: Lucian I. Last -Date: Tue Sep 13 13:03:21 2022 +0200 - - Enable api service - -8 8 devops/setup-4-api.yml - -commit 46a7650e0387e31620ec19778187b69244304b32 -Author: Lucian I. Last -Date: Mon Sep 12 16:47:50 2022 +0200 - - Fix systemctl call - -2 3 .github/workflows/deploy-acceptance-v2.yml - -commit f797cee66671273ea21446f115a3a2fc854ceecb -Author: Lucian I. Last -Date: Mon Sep 12 16:47:50 2022 +0200 - - Fix systemctl call - -2 3 .github/workflows/deploy-acceptance-v2.yml - -commit fe44821cae637a5a4187b4e2a0592e96c7663364 -Author: Lucian I. Last -Date: Mon Sep 12 16:29:29 2022 +0200 - - First remove all files before adding new - -1 0 .github/workflows/deploy-acceptance-v2.yml - -commit 8575ddd91ff1d5ffb8a82730949b161eed7d75f7 -Author: Lucian I. Last -Date: Mon Sep 12 16:29:29 2022 +0200 - - First remove all files before adding new - -1 0 .github/workflows/deploy-acceptance-v2.yml - -commit 83251733da32b039016cac755a110fddc29773fd -Author: Lucian I. Last -Date: Mon Sep 12 16:26:08 2022 +0200 - - Fix api calls location - -2 2 frontend/.env-acceptance -1 1 frontend/.env-example -2 2 frontend/.env-production -1 1 frontend/src/pages/Login.tsx - -commit c3f700a8756b5982bc31c9caa7f6b0ea03292877 -Author: Lucian I. Last -Date: Mon Sep 12 16:13:13 2022 +0200 - - Fix deployment issues - -3 4 .github/workflows/deploy-acceptance-v2.yml - -commit 3d6904f73a2c73eb1397a6c2fdd58e2148760444 -Author: Lucian I. Last -Date: Mon Sep 12 16:13:13 2022 +0200 - - Fix deployment issues - -3 4 .github/workflows/deploy-acceptance-v2.yml - -commit 0672c606749b76dc946e3d67398eaf5cac3eadeb -Author: Lucian I. Last -Date: Mon Sep 12 16:11:38 2022 +0200 - - Fix caddy - -1 1 devops/templates/Caddyfile - -commit 170953ad0530d13f7b435e093d8927e5744f43a3 -Merge: f682a392 0c322e8d -Author: Lucian I. Last -Date: Mon Sep 12 15:54:16 2022 +0200 - - Merge branch 'v2/fix-cd' into golang - -commit b81993a2102f2a00783a4213f2629b82169d5b2f -Author: Lucian I. Last -Date: Mon Sep 12 15:50:13 2022 +0200 - - Fix pipeline issues - -2 2 .github/workflows/deploy-acceptance-v2.yml - -commit 0c322e8da62a8a0aa721758c05a8b7ba3166f64a -Author: Lucian I. Last -Date: Mon Sep 12 15:49:04 2022 +0200 - - Fix tar issue - -1 1 .github/workflows/deploy-acceptance-v2.yml - -commit 805cede954621e90fb7fbb88fe1a41390d88faef -Author: Lucian I. Last -Date: Mon Sep 12 15:41:05 2022 +0200 - - Fix typo - -1 1 .github/workflows/deploy-acceptance-v2.yml - -commit f682a3922cc5a2c7f92d99f9cef2653b48f8443a -Merge: c6d4eb32 738492c5 -Author: Lucian I. Last -Date: Mon Sep 12 15:37:41 2022 +0200 - - Merge pull request #260 from CollActionteam/v2/fix-cd - - V2/fix cd - -commit 670c5d1c9fdea97b98919cdcab7b7a0e68bb5112 -Author: Lucian I. Last -Date: Mon Sep 12 15:35:48 2022 +0200 - - Copy deploy acc v2 from v2/fix-cd - -17 8 .github/workflows/deploy-acceptance-v2.yml - -commit 738492c533875d09ee0f128e0981b1b5afe6e861 -Author: Lucian I. Last -Date: Mon Sep 12 13:51:41 2022 +0200 - - Remove add group clothingloop to admin - -0 5 devops/setup-4-api.yml - -commit 27f40b77ab9ea4039dcac8282ad9387e22fe3555 -Author: Lucian I. Last -Date: Mon Sep 12 13:38:39 2022 +0200 - - Change user app to clothingloop - -17 8 .github/workflows/deploy-acceptance-v2.yml -74 0 devops/setup-4-api.yml -0 64 devops/setup-4-app.yml -16 0 devops/templates/api.service.j2 -0 16 devops/templates/app.service.j2 - -commit c6d4eb321390088644bb36ef6e5bd38a9d3ba1ca -Merge: af9d629d a3efc9e6 -Author: Lucian I. Last -Date: Mon Sep 12 10:58:11 2022 +0200 - - Merge pull request #259 from CollActionteam/v2/devops-frontend-acceptance-deployment - - V2/devops frontend acceptance deployment - -commit 3631fa08edf3f3e8834bc8634ff23dc0fc65643a -Author: Lucian I. Last -Date: Mon Sep 12 10:46:24 2022 +0200 - - As server is a file -R flag is unnecessary - -1 1 .github/workflows/deploy-acceptance-v2.yml - -commit a3efc9e603902eedd01aaac4d9e0a07a9b9ea5b5 -Author: Lucian I. Last -Date: Mon Sep 12 10:46:24 2022 +0200 - - As server is a file -R flag is unnecessary - -1 1 .github/workflows/deploy-acceptance-v2.yml - -commit fa005d53b3477f12ef9a34d73db2ee5afe4d92d2 -Author: Lucian I. Last -Date: Mon Sep 12 10:43:11 2022 +0200 - - Lint yaml variable - -1 1 devops/setup-2-caddy.yml - -commit f90e26a76fb4a9504161308a53c73679500515c1 -Author: Lucian I. Last -Date: Mon Sep 12 10:34:18 2022 +0200 - - Remove .env from devops/templates - -1 2 devops/.gitignore - -commit 8d8474e1582b8721153fc57155deb281f42452fb -Merge: be71b700 dad05865 -Author: Lucian I. Last -Date: Mon Sep 12 09:45:19 2022 +0200 - - Merge pull request #258 from CollActionteam/v2/github-actions - - Add frontend Continuous Deployment - -commit 7fd0fb7e0c0981e08e9b304684d3458301b87dde -Merge: eacd06f0 dad05865 -Author: Lucian I. Last -Date: Mon Sep 12 09:43:40 2022 +0200 - - Merge remote-tracking branch 'origin/v2/github-actions' into v2/devops-frontend-acceptance-deployment - -commit eacd06f0f0bb1553514f1a92b46b7110e3b3a7b1 -Merge: d62ca9cb af9d629d -Author: Lucian I. Last -Date: Mon Sep 12 09:43:13 2022 +0200 - - Merge remote-tracking branch 'origin/golang' into v2/devops-frontend-acceptance-deployment - -commit dad058657cfc5362b6d6eded8f2d0a822b2b4fe6 -Merge: 1339d4b7 be71b700 -Author: Lucian I. Last -Date: Mon Sep 12 09:39:28 2022 +0200 - - Merge remote-tracking branch 'origin/main' into v2/github-actions - -commit 1339d4b77dcd59a19988a604c8142267cd82299a -Author: Lucian I. Last -Date: Mon Sep 12 09:24:41 2022 +0200 - - Add frontend - -27 2 .github/workflows/deploy-acceptance-v2.yml - -commit af9d629d9447dc57da497f01d66056eeb86a4830 -Merge: eb523525 be71b700 -Author: Lucian I. Last -Date: Thu Sep 8 22:58:25 2022 +0200 - - Merge remote-tracking branch 'origin/main' into golang - -commit be71b7000ad9cb504dadb6a825cb5d192d210e31 -Author: Lucian I. Last -Date: Thu Sep 8 22:52:52 2022 +0200 - - Fix deployment of api.acc - -5 5 .github/workflows/deploy-acceptance-v2.yml - -commit d62ca9cb89763dcd4efaad67f300fe672c11ed25 -Author: Lucian I. Last -Date: Thu Sep 8 22:11:24 2022 +0200 - - work on frontend deployment on vps - -24 1 .github/workflows/deploy-acceptance-v2.yml -11 0 devops/setup-2-caddy.yml -5 0 devops/templates/Caddyfile -5 0 frontend/.env-acceptance -0 0 frontend/{.env.example => .env-example} -5 0 frontend/.env-production -0 3 frontend/.gitignore -2 0 frontend/package.json - -commit eb523525f80a02baf4bb4c90a60d1978567a824f -Merge: 8f5146e1 29535c31 -Author: Lucian I. Last -Date: Thu Sep 8 22:05:37 2022 +0200 - - Merge pull request #256 from CollActionteam/v2/devops-debian - - Create a continuous deployment pipline for acceptance and production - - Document installation/setup/updates of VPS - -commit 29535c310f493f4a24b9cba2f8433022f4e92d14 -Author: Lucian I. Last -Date: Thu Sep 8 15:38:35 2022 +0200 - - Update caddyfile - - A space was required after the comma - -10 4 devops/setup-2-caddy.yml -6 6 devops/templates/Caddyfile - -commit 8ab9fb2eae99a4cfb77ebdcdd2872100b255e1f1 -Author: Lucian I. Last -Date: Thu Sep 8 12:30:37 2022 +0200 - - Remove duplicate github action - -0 32 .github/workflows/deploy-acceptance.yml - -commit 00d21b98b9c06e9f056c0ffda22d5b18230ce8d6 -Merge: 6914c7d2 5adac54b -Author: Lucian I. Last -Date: Thu Sep 8 12:29:36 2022 +0200 - - Merge remote-tracking branch 'origin/main' into v2/devops-debian - -commit 5adac54b6ce7aa3ff52a40434008649737defbbb -Merge: e5d09d38 c776d660 -Author: Lucian I. Last -Date: Thu Sep 8 11:23:22 2022 +0200 - - Merge pull request #257 from CollActionteam/v2/github-actions - - V2/GitHub actions - - Having the VPS setup I'm going to test the related github action. - - Current firebase github actions are disabled to make sure no unnecessary deployments happen. - - To re-enable firebase github actions run the following in your git branch - git revert b3ce815c15f16b1494bb9316f241f4caa40ea5d2 - -commit c776d6607e217606d1d887a53386a4e256910978 -Author: Lucian I. Last -Date: Thu Sep 8 11:14:35 2022 +0200 - - Rename to indicate that it is acceptance - -1 1 .github/workflows/deploy-acceptance-v2.yml - -commit 375542e8cba846c654ccf590f165b126de98365f -Author: Lucian I. Last -Date: Thu Sep 8 11:10:25 2022 +0200 - - Add deploy acc v2 - -32 0 .github/workflows/deploy-acceptance-v2.yml - -commit b3ce815c15f16b1494bb9316f241f4caa40ea5d2 -Author: Lucian I. Last -Date: Thu Sep 8 11:10:06 2022 +0200 - - Rename firebase actions to backup files - -0 0 .github/workflows/{deploy-firebase-acc.yml => deploy-firebase-acc.yml.bak} -0 0 .github/workflows/{deploy-firebase-prod.yml => deploy-firebase-prod.yml.bak} - -commit 6914c7d253cc95ad4b1968b71aa8f7585348a015 -Author: Lucian I. Last -Date: Wed Sep 7 16:34:30 2022 +0200 - - Fix scp in github action - -3 1 .github/workflows/deploy-acceptance.yml - -commit 88ec8e237c57894eaae08a3761c303748cb35647 -Author: Lucian I. Last -Date: Wed Sep 7 16:18:30 2022 +0200 - - Testing caddy & app setup - -4 0 devops/setup-2-caddy.yml -7 4 devops/setup-4-app.yml -3 3 devops/templates/Caddyfile -1 0 devops/templates/app.service.j2 - -commit 728771f301d42d8a78c40f5564349cbbafc5619a -Author: Lucian I. Last -Date: Wed Sep 7 15:25:50 2022 +0200 - - Add status playbook - -8 0 devops/status.yml - -commit 00c89fe5b7315d3cbbe5d3249945eb39b59146e3 -Author: Lucian I. Last -Date: Wed Sep 7 15:16:12 2022 +0200 - - Add github deployment action - -30 0 .github/workflows/deploy-acceptance.yml - -commit 61da2047d4d78d0ce8b2ecaac325c9fdb3ac50b2 -Author: Lucian I. Last -Date: Wed Sep 7 15:07:09 2022 +0200 - - Remove crowdin as github-actions dont work - -0 24 .github/workflows/crowdin.yml - -commit e12f4dc98fefe303de4f442f2f5cf248ad465db2 -Author: Lucian I. Last -Date: Wed Sep 7 15:06:39 2022 +0200 - - add setup 5 cron with commented out app restarts - -14 0 devops/setup-5-cron.yml - -commit 86a2edf84571df5055b8d50b9639ced2ea413b5a -Author: Lucian I. Last -Date: Wed Sep 7 15:06:05 2022 +0200 - - working on setup-4 - -1 0 devops/.gitignore -4 4 devops/setup-2-caddy.yml -16 0 devops/setup-4-app.yml -0 4 devops/templates/.env-example -7 2 devops/templates/Caddyfile -1 0 devops/templates/app.service.j2 -0 44 devops/templates/docker-compose.yml -35 7 server/README.md -1 3 server/config.example.yml -3 5 server/go.mod -4 10 server/go.sum -34 29 server/local/app/config.go - -commit 5978029d364a876f51211a9db0af456a2369192e -Author: Lucian I. Last -Date: Tue Sep 6 23:16:49 2022 +0200 - - Add app service - -2 0 devops/README.md -45 0 devops/setup-4-app.yml -14 0 devops/templates/app.service.j2 - -commit faa7e9355e1a024e7a80f08ab95a20fa175be60a -Author: Lucian I. Last -Date: Tue Sep 6 13:15:32 2022 +0200 - - Add setup mariadb - -3 0 devops/group_vars/all.yml.example -49 0 devops/setup-3-mariadb.yml - -commit b164859befc270740b0fab8f4a033fb210991803 -Author: Lucian I. Last -Date: Tue Sep 6 13:15:08 2022 +0200 - - Move add caddyfile back to setup-2-caddy - -7 1 devops/setup-2-caddy.yml -0 7 devops/tasks/add-caddyfile.yml -0 16 devops/update.yml - -commit 4f836bc99f3c8ff4ab9d498b825fcca9f16ca646 -Author: Lucian I. Last -Date: Tue Sep 6 11:20:50 2022 +0200 - - remove docker and install on bare vps - -2 1 devops/.gitignore -47 3 devops/README.md -1 0 devops/group_vars/all.yml.example -1 1 devops/hosts -30 0 devops/setup-1-firewall.yml -15 0 devops/setup-2-caddy.yml -0 77 devops/setup.yml -7 0 devops/tasks/add-caddyfile.yml -2 2 devops/templates/Caddyfile - -commit 49e3689f0bcd67f7f337ed16f01d8a30c7b4e95a -Author: Lucian I. Last -Date: Mon Sep 5 15:45:24 2022 +0200 - - Add devops - -3 0 clothingloop.code-workspace -1 0 devops/.gitignore -0 0 devops/.prettierrc -7 0 devops/README.md -7 0 devops/ansible.cfg -2 0 devops/hosts -77 0 devops/setup.yml -4 0 devops/templates/.env-example -3 0 devops/templates/Caddyfile -44 0 devops/templates/docker-compose.yml -16 0 devops/update.yml - -commit 8f5146e18427d420db67cfcc7447530d367e0349 -Merge: f2fd3dc6 5c5ee562 -Author: Lucian I. Last -Date: Mon Sep 5 12:40:00 2022 +0200 - - Merge pull request #255 from CollActionteam/v2/migrate-login-and-user - - V2/migrate off of firebase - -commit 5c5ee5621b297cfc2057fa84a71b84c66378068c -Author: Lucian I. Last -Date: Mon Sep 5 12:34:11 2022 +0200 - - Fix example env variables - -2 2 frontend/.env.example -3 1 server/.gitignore -4 5 server/{config.dev.yml => config.example.yml} -0 21 server/config.test.yml - -commit 3279b08e58ba53eba41201683577a72dc9829825 -Merge: 42d28353 f2fd3dc6 -Author: Lucian I. Last -Date: Sat Sep 3 07:59:48 2022 +0200 - - Merge remote-tracking branch 'origin/golang' into v2/migrate-login-and-user - -commit 42d283532061f1a958521a27a5fdf65a6725f865 -Author: Lucian I. Last -Date: Sat Sep 3 07:47:01 2022 +0200 - - stipe price ids only used for recurring payments - -6 4 frontend/src/api/payment.ts -1 1 server/local/controllers/payments.go - -commit 6fca172eee91efd6e8297713fa4d172da5ebc0fc -Author: Lucian I. Last -Date: Wed Aug 31 20:07:58 2022 +0200 - - Add missing return on error - -1 0 server/local/controllers/payments.go - -commit b67279e76300030a5147f50c789da93e844b7030 -Author: Lucian I. Last -Date: Wed Aug 31 15:48:01 2022 +0200 - - Working webhook route - -109 14 server/local/controllers/payments.go -20 6 server/local/models/payment.go - -commit 0853cf0d088ad70a33617d96a59c80b188733e8f -Author: Lucian I. Last -Date: Wed Aug 31 12:39:11 2022 +0200 - - PaymentInit is working with metadata being received - -2 2 frontend/src/api/payment.ts -10 3 frontend/src/components/Donation/DonationForm.tsx -3 0 server/Makefile -6 1 server/config.dev.yml -2 1 server/local/app/config.go -1 1 server/local/controllers/login.go -31 25 server/local/controllers/payments.go - -commit 75224c2b77c0693bec2bbf2ba69a52f52d0265ef -Author: Lucian I. Last -Date: Mon Aug 29 21:14:55 2022 +0200 - - Fix lint errors and add max bytes reader for safety - -7 3 server/local/controllers/payments.go - -commit 84c2bd42de132bc44a461e86295113274589ae1f -Author: Lucian I. Last -Date: Mon Aug 29 14:57:29 2022 +0200 - - ignore all .env.*.local - -1 0 frontend/.gitignore - -commit fcf1c5a725a514b7639119418fca9770852710f4 -Author: Lucian I. Last -Date: Mon Aug 29 14:57:08 2022 +0200 - - Improve donation form - -10 1 frontend/src/api/payment.ts -67 59 frontend/src/components/Donation/DonationForm.tsx - -commit 1d50ff03d96375a4675f59d7efa9ab717bd46f3b -Author: Lucian I. Last -Date: Mon Aug 29 14:56:30 2022 +0200 - - Add .env example with secure values replaced - -5 0 frontend/.env.example - -commit c19ec66b1dc72bc0c20565e164ad1ab36cba2f3b -Author: Lucian I. Last -Date: Mon Aug 29 14:55:38 2022 +0200 - - Add server payment functionality (WIP) - -2 2 server/local/app/config.go -1 0 server/local/app/database.go -32 5 server/local/controllers/payments.go -2 1 server/local/models/payment.go -2 3 server/local/server.go - -commit f7dfa3dbc275fd3b99cd687319334a3c9a1fb602 -Author: Lucian I. Last -Date: Mon Aug 29 10:32:03 2022 +0200 - - Created PaymentsInitiate server call - -2 1 server/go.mod -7 0 server/go.sum -4 0 server/local/app/config.go -81 1 server/local/controllers/payments.go -12 0 server/local/models/payment.go - -commit f2fd3dc66051a11bc2b85db0f42d8aa3b19569c8 -Merge: c73d1114 6f941a11 -Author: Lucian I. Last -Date: Fri Aug 26 19:32:16 2022 +0200 - - Merge pull request #254 from CollActionteam/v2/documentation-insomnia - -commit 63f06b878d1104acfde76a74b529f5561815a868 -Author: Lucian I. Last -Date: Fri Aug 26 18:01:25 2022 +0200 - - migrate payments just FE - -17 0 frontend/src/api/payment.ts -6 6 frontend/src/components/Donation/DonationForm.tsx -0 22 frontend/src/util/firebase/firebaseConfig.ts -0 32 frontend/src/util/firebase/payments.ts - -commit dc46745b820d550dc926d06e9515d3e0574a52f3 -Author: Lucian I. Last -Date: Fri Aug 26 17:41:01 2022 +0200 - - migrate mail - -10 4 frontend/src/pages/Contacts.tsx -0 24 frontend/src/util/firebase/mail.ts - -commit 6ae20cb81cb1cf0b63808b6369b65861b7734ce4 -Author: Lucian I. Last -Date: Fri Aug 26 17:34:06 2022 +0200 - - migrate newsletter - -2 2 frontend/src/api/contact.ts -2 2 frontend/src/components/Newsletter/Newsletter.tsx -0 24 frontend/src/util/firebase/newsletter.ts - -commit 6f941a110a7f7918396d62e73bc927f1b9b3458a -Author: Lucian I. Last -Date: Fri Aug 26 17:24:35 2022 +0200 - - Change to working url - - Using a different branch turns out to be impossible atm - -1 7 server/README.md - -commit 66ad469cf96b3e6b712313a55666341cde9dc95b -Author: Lucian I. Last -Date: Fri Aug 26 16:11:12 2022 +0200 - - Add insomnia documentation - -49 0 server/README.md - -commit 65f70e06c836d75d4772f4c1029c8b6642a5e05b -Author: Lucian I. Last -Date: Wed Aug 24 15:58:56 2022 +0200 - - Improve README - -46 8 server/README.md - -commit da6b1a7b10dcb23e8dde7cdad6a301239b05291f -Author: Lucian I. Last -Date: Fri Aug 26 13:35:55 2022 +0200 - - lint - -1 3 frontend/.vscode/extensions.json - -commit b1350c439b960983b956cfe8b4b71b37f1ca8d44 -Author: Lucian I. Last -Date: Fri Aug 26 11:40:13 2022 +0200 - - Backend changes to accommodate prev commit - -16 2 server/cmd/generate-fake-data/main.go -2 2 server/local/app/auth/auth.go -58 8 server/local/controllers/chain.go -24 13 server/local/controllers/login.go -36 15 server/local/controllers/users.go -18 7 server/local/models/user.go -1 1 server/local/server.go - -commit aff3f7b455deb8e653a64a86d38d8e4c5376f8a7 -Author: Lucian I. Last -Date: Fri Aug 26 11:38:50 2022 +0200 - - First runnable moment after user, chain firebase removal - -3 0 frontend/.vscode/settings.json -0 1 frontend/package.json -5 5 frontend/src/App.tsx -9 3 frontend/src/api/chain.ts -27 4 frontend/src/api/login.ts -16 6 frontend/src/api/user.ts -9 7 frontend/src/components/AdminControlsNav/AdminControlsNav.tsx -68 27 frontend/src/components/AuthProvider.tsx -3 3 frontend/src/components/CategoriesDropdown.tsx -18 12 frontend/src/components/ChainDetailsForm.tsx -33 23 frontend/src/components/ChainParticipantsTable.tsx -10 11 frontend/src/components/DataExport.tsx -3 3 frontend/src/components/FindChain/SearchBar.tsx -2 2 frontend/src/components/Footer.tsx -8 8 frontend/src/components/Navbar.tsx -11 17 frontend/src/components/SizesDropdown.tsx -16 9 frontend/src/pages/ChainEdit.tsx -46 40 frontend/src/pages/ChainMemberList.tsx -7 16 frontend/src/pages/FindChain.tsx -2 7 frontend/src/pages/Login.tsx -25 32 frontend/src/pages/LoginEmailFinished.tsx -4 4 frontend/src/pages/Logout.tsx -48 18 frontend/src/pages/NewChainLocation.tsx -38 33 frontend/src/pages/NewChainSignup.tsx -14 12 frontend/src/pages/Signup.tsx -42 39 frontend/src/pages/UserEdit.tsx -0 17 frontend/src/types.ts -0 1 frontend/src/util/firebase/payments.ts -0 91 frontend/src/util/firebase/user.ts - -commit c73d11142f52ad1b4e94bef95cac4aa3b5f74537 -Merge: fcc049d3 28955b5e -Author: Lucian I. Last -Date: Thu Aug 25 13:59:57 2022 +0200 - - Merge pull request #253 from CollActionteam/v2/lint - -commit 5334a83320b7c0c62e5d835235789883f00e6645 -Author: Lucian I. Last -Date: Wed Aug 24 21:46:53 2022 +0200 - - lint with .vscode json - -4 4 frontend/.vscode/extensions.json -2 5 server/.vscode/extensions.json - -commit 031eecf2f405ccfa33b05a0ec0fe77c8d7820616 -Author: Lucian I. Last -Date: Wed Aug 24 17:20:25 2022 +0200 - - Add GetUsersByChain call - -68 13 server/local/controllers/users.go -5 2 server/local/models/chain.go -26 21 server/local/models/user.go -1 0 server/local/server.go - -commit 12b89a7986c80e5f79eaae1ab54869e4925f08fa -Author: Lucian I. Last -Date: Wed Aug 24 15:58:56 2022 +0200 - - Improve README - -46 8 server/README.md - -commit 57e85bd08dd830074b84d592e70d2a5c6f2683b1 -Author: Lucian I. Last -Date: Wed Aug 24 14:58:25 2022 +0200 - - Add generate-fake-data command - -3 0 server/Makefile -46 0 server/cmd/generate-fake-data/main.go -0 1 server/local/tests/mocks/mock-tables.go - -commit cd38b19fb9a9f013165168a07a3064f93a020f4a -Author: Lucian I. Last -Date: Wed Aug 24 09:48:08 2022 +0200 - - Add vscode recommendations - -24 0 clothingloop.code-workspace -5 0 frontend/.vscode/extensions.json -6 0 server/.vscode/extensions.json - -commit 28955b5e57a8e7e8d5ddd976df4a0bbf81d6f76d -Author: Lucian I. Last -Date: Wed Aug 24 09:26:12 2022 +0200 - - lint package.json - -1 1 frontend/package.json - -commit b5004a5ab108d5bbee7df1b9bb685de3e81b362d -Merge: 80ee4fd2 e5d09d38 -Author: Lucian I. Last -Date: Wed Aug 24 09:23:59 2022 +0200 - - Merge branch 'main' into v2/lint - -commit e5d09d38d72bb42f531d0dc0ec7a5b18459bcbcd -Author: Lucian I. Last -Date: Wed Aug 24 09:22:22 2022 +0200 - - Attempt to fix setup-go - -0 2 .github/workflows/lint-v2.yml - -commit 80ee4fd2b3353ea12156dcdbef6622f1789d6cb2 -Author: Lucian I. Last -Date: Tue Aug 23 17:57:12 2022 +0200 - - Frontend lint - -0 9 frontend/.prettierrc -0 0 frontend/.prettierrc.yml -4 1 frontend/package.json -6 6 frontend/public/locales/en/about.json -59 59 frontend/public/locales/en/faq.json -6 6 frontend/public/locales/nl/about.json -59 59 frontend/public/locales/nl/faq.json -1 1 frontend/src/components/AccordionFaq/AccordionFaq.tsx -0 1 frontend/src/components/ChainDetailsForm.tsx -4 4 frontend/src/components/ChainsProvider.tsx -1 1 frontend/src/components/Counters/Counters.tsx -15 7 frontend/src/components/Donation/Donation.module.css -2 4 frontend/src/components/Donation/DonationCompleted.tsx -7 3 frontend/src/components/Donation/DonationForm.tsx -6 2 frontend/src/components/Donations.tsx -0 1 frontend/src/components/FindChain/index.tsx -1 1 frontend/src/components/FooterMobile.tsx -8 3 frontend/src/components/LanguageSwitcher.tsx -1 1 frontend/src/components/Newsletter/Newsletter.tsx -5 5 frontend/src/index.tsx -15 8 frontend/src/pages/About.tsx -5 5 frontend/src/pages/ChainEdit.tsx -3 5 frontend/src/pages/ChainMemberList.tsx -5 5 frontend/src/pages/FAQ/FAQ.tsx -57 48 frontend/src/pages/FindChain.tsx -19 19 frontend/src/pages/Home.tsx -5 3 frontend/src/pages/LandingPageMobile.tsx -3 1 frontend/src/pages/Login.tsx -1 1 frontend/src/pages/Thankyou/Thankyou.tsx -7 5 frontend/src/util/firebase/payments.ts -1 1 frontend/src/util/theme.ts - -commit 95a0e8b48fbb947a43036e328cd2de36c487e090 -Author: Lucian I. Last -Date: Tue Aug 23 17:52:37 2022 +0200 - - Revert "Lint frontend" - - This reverts commit 9afade8af893194c7a125e3084f81d1d464ec329. - -9 0 frontend/.prettierrc -0 1 frontend/.prettierrc.yml -45893 45893 frontend/package-lock.json -105 108 frontend/package.json -24 24 frontend/public/index.html -6 6 frontend/public/locales/en/about.json -59 59 frontend/public/locales/en/faq.json -196 196 frontend/public/locales/en/translation.json -6 6 frontend/public/locales/nl/about.json -59 59 frontend/public/locales/nl/faq.json -196 196 frontend/public/locales/nl/translation.json -23 23 frontend/public/manifest.json -845 845 frontend/src/App.css -3 3 frontend/src/App.test.tsx -106 106 frontend/src/App.tsx -1 1 frontend/src/api/axios.ts -19 19 frontend/src/api/chain.ts -9 9 frontend/src/api/contact.ts -14 14 frontend/src/api/enums.ts -5 5 frontend/src/api/login.ts -23 23 frontend/src/api/types.ts -23 23 frontend/src/api/user.ts -23 23 frontend/src/components/AccordionFaq/AccordionFaq.tsx -57 57 frontend/src/components/AdminControlsNav/AdminControlsNav.tsx -34 34 frontend/src/components/AuthProvider.tsx -10 10 frontend/src/components/Carousel.tsx -101 101 frontend/src/components/CategoriesDropdown.tsx -272 271 frontend/src/components/ChainDetailsForm.tsx -118 118 frontend/src/components/ChainParticipantsTable.tsx -11 11 frontend/src/components/ChainsProvider.tsx -47 47 frontend/src/components/Counters/Counters.tsx -19 19 frontend/src/components/Counters/SingleCounter.tsx -10 10 frontend/src/components/Counters/hooks.tsx -67 67 frontend/src/components/DataExport.tsx -94 102 frontend/src/components/Donation/Donation.module.css -129 129 frontend/src/components/Donation/Donation.module.scss -14 12 frontend/src/components/Donation/DonationCompleted.tsx -288 292 frontend/src/components/Donation/DonationForm.tsx -118 122 frontend/src/components/Donations.tsx -40 40 frontend/src/components/FindChain/ChainNotFound.tsx -65 65 frontend/src/components/FindChain/SearchBar.tsx -31 31 frontend/src/components/FindChain/StandaloneSearchBar.tsx -106 105 frontend/src/components/FindChain/index.tsx -59 59 frontend/src/components/Footer.tsx -70 70 frontend/src/components/FooterMobile.tsx -158 158 frontend/src/components/FormFields.tsx -57 57 frontend/src/components/GeocoderSelector.tsx -38 43 frontend/src/components/LanguageSwitcher.tsx -37 37 frontend/src/components/Layouts.tsx -91 91 frontend/src/components/Navbar.tsx -153 153 frontend/src/components/Newsletter/Newsletter.tsx -49 49 frontend/src/components/Popover.tsx -24 24 frontend/src/components/ProgressBar.tsx -164 164 frontend/src/components/SizesDropdown.tsx -225 225 frontend/src/components/Testimonials.tsx -11 11 frontend/src/components/ThreeColumnLayout.tsx -6 6 frontend/src/components/Typography.tsx -50 50 frontend/src/components/formActions.tsx -14 14 frontend/src/i18n.tsx -11 11 frontend/src/index.tsx -58 65 frontend/src/pages/About.tsx -91 91 frontend/src/pages/AddChainAdmin.tsx -60 60 frontend/src/pages/ChainEdit.tsx -278 276 frontend/src/pages/ChainMemberList.tsx -150 150 frontend/src/pages/ChainsList.tsx -130 130 frontend/src/pages/Contacts.tsx -15 15 frontend/src/pages/Donations/Donate.tsx -3 3 frontend/src/pages/FAQ/FAQ.module.css -52 52 frontend/src/pages/FAQ/FAQ.tsx -404 413 frontend/src/pages/FindChain.tsx -34 34 frontend/src/pages/Geocoding.tsx -202 202 frontend/src/pages/Home.tsx -13 13 frontend/src/pages/LandingPage.tsx -82 84 frontend/src/pages/LandingPageMobile.tsx -99 101 frontend/src/pages/Login.tsx -52 52 frontend/src/pages/LoginEmailFinished.tsx -27 27 frontend/src/pages/Logout.tsx -37 37 frontend/src/pages/MessageSubmitted.tsx -50 50 frontend/src/pages/NewChainLocation.tsx -211 211 frontend/src/pages/NewChainSignup.tsx -333 333 frontend/src/pages/PrivacyPolicy.tsx -185 185 frontend/src/pages/Signup.tsx -338 338 frontend/src/pages/TermsOfUse.tsx -13 13 frontend/src/pages/Thankyou/Thankyou.module.css -84 84 frontend/src/pages/Thankyou/Thankyou.tsx -180 180 frontend/src/pages/UserEdit.tsx -9 9 frontend/src/reportWebVitals.ts -18 18 frontend/src/types.ts -5 5 frontend/src/util/categories.ts -7 7 frontend/src/util/firebase/firebaseConfig.ts -7 7 frontend/src/util/firebase/mail.ts -7 7 frontend/src/util/firebase/newsletter.ts -17 19 frontend/src/util/firebase/payments.ts -49 49 frontend/src/util/firebase/user.ts -5 5 frontend/src/util/scrollToTop.tsx -1668 1668 frontend/src/util/theme.ts -18 18 frontend/tsconfig.json - -commit 445c1edd4df0292a12f704d03174077f32633b40 -Author: Lucian I. Last -Date: Tue Aug 23 17:50:19 2022 +0200 - - add lint commands go - -2 2 server/Makefile - -commit 9afade8af893194c7a125e3084f81d1d464ec329 -Author: Lucian I. Last -Date: Tue Aug 23 17:48:34 2022 +0200 - - Lint frontend - -0 9 frontend/.prettierrc -1 0 frontend/.prettierrc.yml -45893 45893 frontend/package-lock.json -108 105 frontend/package.json -24 24 frontend/public/index.html -6 6 frontend/public/locales/en/about.json -59 59 frontend/public/locales/en/faq.json -196 196 frontend/public/locales/en/translation.json -6 6 frontend/public/locales/nl/about.json -59 59 frontend/public/locales/nl/faq.json -196 196 frontend/public/locales/nl/translation.json -23 23 frontend/public/manifest.json -845 845 frontend/src/App.css -3 3 frontend/src/App.test.tsx -106 106 frontend/src/App.tsx -1 1 frontend/src/api/axios.ts -19 19 frontend/src/api/chain.ts -9 9 frontend/src/api/contact.ts -14 14 frontend/src/api/enums.ts -5 5 frontend/src/api/login.ts -23 23 frontend/src/api/types.ts -23 23 frontend/src/api/user.ts -23 23 frontend/src/components/AccordionFaq/AccordionFaq.tsx -57 57 frontend/src/components/AdminControlsNav/AdminControlsNav.tsx -34 34 frontend/src/components/AuthProvider.tsx -10 10 frontend/src/components/Carousel.tsx -101 101 frontend/src/components/CategoriesDropdown.tsx -271 272 frontend/src/components/ChainDetailsForm.tsx -118 118 frontend/src/components/ChainParticipantsTable.tsx -11 11 frontend/src/components/ChainsProvider.tsx -47 47 frontend/src/components/Counters/Counters.tsx -19 19 frontend/src/components/Counters/SingleCounter.tsx -10 10 frontend/src/components/Counters/hooks.tsx -67 67 frontend/src/components/DataExport.tsx -102 94 frontend/src/components/Donation/Donation.module.css -129 129 frontend/src/components/Donation/Donation.module.scss -12 14 frontend/src/components/Donation/DonationCompleted.tsx -292 288 frontend/src/components/Donation/DonationForm.tsx -122 118 frontend/src/components/Donations.tsx -40 40 frontend/src/components/FindChain/ChainNotFound.tsx -65 65 frontend/src/components/FindChain/SearchBar.tsx -31 31 frontend/src/components/FindChain/StandaloneSearchBar.tsx -105 106 frontend/src/components/FindChain/index.tsx -59 59 frontend/src/components/Footer.tsx -70 70 frontend/src/components/FooterMobile.tsx -158 158 frontend/src/components/FormFields.tsx -57 57 frontend/src/components/GeocoderSelector.tsx -43 38 frontend/src/components/LanguageSwitcher.tsx -37 37 frontend/src/components/Layouts.tsx -91 91 frontend/src/components/Navbar.tsx -153 153 frontend/src/components/Newsletter/Newsletter.tsx -49 49 frontend/src/components/Popover.tsx -24 24 frontend/src/components/ProgressBar.tsx -164 164 frontend/src/components/SizesDropdown.tsx -225 225 frontend/src/components/Testimonials.tsx -11 11 frontend/src/components/ThreeColumnLayout.tsx -6 6 frontend/src/components/Typography.tsx -50 50 frontend/src/components/formActions.tsx -14 14 frontend/src/i18n.tsx -11 11 frontend/src/index.tsx -65 58 frontend/src/pages/About.tsx -91 91 frontend/src/pages/AddChainAdmin.tsx -60 60 frontend/src/pages/ChainEdit.tsx -276 278 frontend/src/pages/ChainMemberList.tsx -150 150 frontend/src/pages/ChainsList.tsx -130 130 frontend/src/pages/Contacts.tsx -15 15 frontend/src/pages/Donations/Donate.tsx -3 3 frontend/src/pages/FAQ/FAQ.module.css -52 52 frontend/src/pages/FAQ/FAQ.tsx -413 404 frontend/src/pages/FindChain.tsx -34 34 frontend/src/pages/Geocoding.tsx -202 202 frontend/src/pages/Home.tsx -13 13 frontend/src/pages/LandingPage.tsx -84 82 frontend/src/pages/LandingPageMobile.tsx -101 99 frontend/src/pages/Login.tsx -52 52 frontend/src/pages/LoginEmailFinished.tsx -27 27 frontend/src/pages/Logout.tsx -37 37 frontend/src/pages/MessageSubmitted.tsx -50 50 frontend/src/pages/NewChainLocation.tsx -211 211 frontend/src/pages/NewChainSignup.tsx -333 333 frontend/src/pages/PrivacyPolicy.tsx -185 185 frontend/src/pages/Signup.tsx -338 338 frontend/src/pages/TermsOfUse.tsx -13 13 frontend/src/pages/Thankyou/Thankyou.module.css -84 84 frontend/src/pages/Thankyou/Thankyou.tsx -180 180 frontend/src/pages/UserEdit.tsx -9 9 frontend/src/reportWebVitals.ts -18 18 frontend/src/types.ts -5 5 frontend/src/util/categories.ts -7 7 frontend/src/util/firebase/firebaseConfig.ts -7 7 frontend/src/util/firebase/mail.ts -7 7 frontend/src/util/firebase/newsletter.ts -19 17 frontend/src/util/firebase/payments.ts -49 49 frontend/src/util/firebase/user.ts -5 5 frontend/src/util/scrollToTop.tsx -1668 1668 frontend/src/util/theme.ts -18 18 frontend/tsconfig.json - -commit fcc049d3a3de5aceb8a5478f79c73f940566a57e -Merge: 58e1bc1f 2db8c3fe -Author: Lucian I. Last -Date: Tue Aug 23 17:41:34 2022 +0200 - - Merge pull request #252 from CollActionteam/v2/migrate-call-to-get-all-chains - - V2/migrate call to get all chains - -commit 6d487cfb382f8e8175f420a546e0ffced6b307ba -Merge: 6653b4fa 53860330 -Author: Lucian I. Last -Date: Tue Aug 23 15:56:40 2022 +0200 - - Merge branch 'main' into v2/lint - -commit 53860330e06a4b30f6cdf5038253ee88a51ca14a -Author: Lucian I. Last -Date: Tue Aug 23 15:56:08 2022 +0200 - - Fix unexpected error from actions/setup-go - -1 0 .github/workflows/deploy-firebase-acc.yml -2 1 .github/workflows/lint-v2.yml - -commit 6653b4fa6e45b4a6c43e718b1138805026e8f8bf -Merge: 33788bef 64d26b05 -Author: Lucian I. Last -Date: Tue Aug 23 15:37:37 2022 +0200 - - Merge branch 'main' into v2/lint - -commit 64d26b05057151027a6a2824e60743fa4410733b -Author: Lucian I. Last -Date: Tue Aug 23 13:53:24 2022 +0200 - - Add lint workflow - -34 0 .github/workflows/lint-v2.yml - -commit 33788befbfbd93bac6f19f9920d0a21a633d1673 -Author: Lucian I. Last -Date: Tue Aug 23 15:02:16 2022 +0200 - - Add golang lint to makefile - -7 0 server/Makefile -29 6 server/cmd/firebase-migrate/main.go - -commit c3c6e74b57840bddd852ac9eef83f05e9f565686 -Author: Lucian I. Last -Date: Tue Aug 23 14:06:41 2022 +0200 - - Add lint and lint:test commands for frontend - -15 0 frontend/.prettierignore -4 2 frontend/package.json - -commit 2db8c3febb569d75b35c95d7d351c4161defc826 -Author: Lucian I. Last -Date: Tue Aug 23 13:14:55 2022 +0200 - - Add stronger typing - -19 14 frontend/src/pages/FindChain.tsx - -commit 968a5ac544ea9051c831966e68bb86439e4df18a -Author: Lucian I. Last -Date: Tue Aug 23 10:16:11 2022 +0200 - - Return call logs to stdout - -1 0 server/local/server.go - -commit d89adfc9fea1f32266b9b3880a2cc783d9199180 -Author: Lucian I. Last -Date: Tue Aug 23 00:09:42 2022 +0200 - - fix Find Chain page - -18 18 frontend/src/api/enums.ts -1 3 frontend/src/api/types.ts -1 2 frontend/src/api/user.ts -3 3 frontend/src/pages/ChainMemberList.tsx -7 9 frontend/src/pages/FindChain.tsx - -commit d6515244b0ad233abf0221bedaa45634ae2dfc9e -Author: Lucian I. Last -Date: Mon Aug 22 22:58:55 2022 +0200 - - First attempt - -79 244 frontend/package-lock.json -2 0 frontend/package.json -4 12 frontend/src/components/ChainDetailsForm.tsx -7 6 frontend/src/components/DataExport.tsx -2 2 frontend/src/components/FindChain/index.tsx -2 2 frontend/src/pages/AddChainAdmin.tsx -11 15 frontend/src/pages/ChainEdit.tsx -16 13 frontend/src/pages/ChainMemberList.tsx -1 1 frontend/src/pages/ChainsList.tsx -7 14 frontend/src/pages/FindChain.tsx -2 2 frontend/src/pages/NewChainLocation.tsx -5 5 frontend/src/pages/Signup.tsx -0 50 frontend/src/types.ts -0 70 frontend/src/util/firebase/chain.ts - -commit 38f8635c121c535476f659afde55d16e5d4e1257 -Author: Lucian I. Last -Date: Mon Aug 22 21:30:34 2022 +0200 - - Add api functions with redaxios included - -5 0 frontend/src/api/axios.ts -13 16 frontend/src/api/chain.ts -3 3 frontend/src/api/contact.ts -5 5 frontend/src/api/login.ts -2 2 frontend/src/api/types.ts -5 5 frontend/src/api/user.ts - -commit dd6905f3f165a0eda6f31394eed511d55f0068b5 -Author: Lucian I. Last -Date: Mon Aug 22 21:29:24 2022 +0200 - - Allow ChainGetAll to receive empty body - -2 1 server/local/controllers/chain.go - -commit 5595be7c4ae2efecccc40edfb66b01b930dd9893 -Author: Lucian I. Last -Date: Sat Aug 20 23:46:57 2022 +0200 - - moving to apt call - -1 1 frontend/src/api/types.ts -7 7 frontend/src/components/ChainsProvider.tsx -5 6 frontend/src/components/FindChain/index.tsx -1 1 frontend/src/pages/ChainsList.tsx -16 14 frontend/src/pages/FindChain.tsx - -commit 58e1bc1fe90437e96e5455d23079bafb507e79f0 -Author: Lucian I. Last -Date: Sat Aug 20 23:15:21 2022 +0200 - - Add api calls - -46 0 frontend/src/api/chain.ts -19 0 frontend/src/api/enums.ts -13 4 frontend/src/api/login.ts -35 0 frontend/src/api/types.ts -15 19 frontend/src/api/user.ts - -commit 4a1ab4fc95dd7be451cdcc9feabafc84783d8dc2 -Author: Lucian I. Last -Date: Sat Aug 20 23:14:51 2022 +0200 - - users.genders is never required - -9 5 server/local/controllers/chain.go -0 12 server/local/controllers/login.go -0 1 server/local/models/user.go -0 1 server/local/tests/mocks/mock-tables.go - -commit 5b807a415e8bfd95e8005ad39a5068c16def2c3f -Author: Lucian I. Last -Date: Sat Aug 20 22:59:58 2022 +0200 - - Working npm install - -756 1322 frontend/package-lock.json -13 4 frontend/package.json - -commit 8a60e123f20037260e7736e6602ef2b5c9538a49 -Author: Lucian I. Last -Date: Sat Aug 20 12:02:24 2022 +0200 - - Fix chain get all & chain get all filtered - -19 22 server/local/controllers/chain.go - -commit 0fa6d5150a80cdf8042258509cf8619f77a795fe -Author: Lucian I. Last -Date: Sat Aug 20 11:20:34 2022 +0200 - - Add gender to chain and user - -0 1 server/go.mod -0 2 server/go.sum -0 1 server/local/app/database.go -88 26 server/local/controllers/chain.go -26 10 server/local/controllers/login.go -3 5 server/local/controllers/users.go -2 52 server/local/models/chain.go -23 0 server/local/models/gender.go -41 0 server/local/models/gender_test.go -31 0 server/local/models/size.go -13 0 server/local/models/{chain_test.go => size_test.go} -1 0 server/local/models/user.go -50 2 server/local/tests/mocks/mock-tables.go - -commit 5078fbdec25872f9198e52d483398d6028fda2e1 -Author: Lucian I. Last -Date: Fri Aug 19 00:38:15 2022 +0200 - - Working call to get all chains - -1 1 server/local/app/auth/auth.go -45 12 server/local/controllers/chain.go -2 2 server/local/controllers/login.go -3 3 server/local/models/chain.go -10 9 server/local/models/user.go -1 1 server/local/server.go -2 2 server/local/tests/mocks/mock-tables.go - -commit 9ce360484a826dc349d2615197d46e2ed0670d5e -Author: Lucian I. Last -Date: Fri Aug 19 00:37:20 2022 +0200 - - Update dependencies - -12 12 server/go.mod -19 19 server/go.sum - -commit 304889748c6e77ff1f249a048e0bedbb132d0d35 -Author: Lucian I. Last -Date: Thu Aug 18 22:20:20 2022 +0200 - - started on firebase-migrate tool - -4 1 server/Makefile -2 0 server/cmd/firebase-migrate/.gitignore -209 0 server/cmd/firebase-migrate/main.go -1 0 server/go.mod -3 0 server/go.sum - -commit 5f9628673189748b4c82f40e75811b4424cb0bab -Author: Lucian I. Last -Date: Wed Aug 17 22:46:27 2022 +0200 - - Add commented out tests (75 to 79% coverage) - -14 14 server/local/app/auth/auth_test.go - -commit 9ffff05711209c3b3bc248bbcaf02baae57de47a -Author: Lucian I. Last -Date: Wed Aug 17 15:07:25 2022 +0200 - - Move test file for better coverage reporting - -3 0 server/Makefile -6 5 server/local/{tests => app/auth}/auth_test.go -14 0 server/local/app/auth/testmain_test.go -59 2 server/local/app/auth/token_test.go -18 0 server/local/app/testutils.go -14 0 server/local/tests/integration_tests/testmain_test.go -4 3 server/local/tests/{ => integration_tests}/users_test.go -2 4 server/local/tests/{ => mocks}/mock-gin-context.go -22 21 server/local/tests/{ => mocks}/mock-tables.go -4 3 server/local/tests/{ => mocks}/mock-tables_test.go -14 0 server/local/tests/mocks/testmain_test.go -0 34 server/local/tests/testmain_test.go -0 63 server/local/tests/token_test.go - -commit ffc7031452ca458337ad0f3ab78f828fc75d857f -Author: Lucian I. Last -Date: Tue Aug 16 15:50:14 2022 +0200 - - Fix test files - -1 1 server/local/app/auth/auth.go -0 43 server/local/app/auth/testutils.go.bak -74 0 server/local/tests/auth_test.go -23 10 server/local/tests/mock-tables.go -28 0 server/local/tests/mock-tables_test.go -4 7 server/local/tests/testmain_test.go -1 1 server/local/tests/token_test.go -3 1 server/local/tests/users_test.go - -commit c87658b0fe926669c12049b8174cb363068e8fbb -Author: Lucian I. Last -Date: Mon Aug 15 20:37:00 2022 +0200 - - Working authorization - -2 0 server/go.mod -4 0 server/go.sum -90 0 server/local/app/auth/auth.go -43 0 server/local/app/auth/testutils.go.bak -18 15 server/local/app/auth/token.go -15 56 server/local/app/auth/token_test.go -0 1 server/local/app/database.go -34 33 server/local/controllers/chain.go -36 35 server/local/controllers/login.go -0 58 server/local/controllers/middleware.go -34 29 server/local/controllers/users.go -3 42 server/local/models/chain.go -15 7 server/local/models/chain_test.go -36 41 server/local/models/user.go -2 2 server/local/server.go -57 0 server/local/tests/mock-gin-context.go -81 0 server/local/tests/mock-tables.go -37 0 server/local/tests/testmain_test.go -63 0 server/local/tests/token_test.go -50 0 server/local/tests/users_test.go - -commit df22ecca7d418290882bef97ba8a967724cd6240 -Author: Lucian I. Last -Date: Mon Aug 1 20:07:53 2022 +0200 - - Use genders/ sizes from list - -2 13 server/local/controllers/chain.go -3 14 server/local/controllers/login.go - -commit ccedb0385fd57f0270bb95b95b94e6a5bb8ae198 -Author: Lucian I. Last -Date: Mon Aug 1 19:59:19 2022 +0200 - - update - -1 1 server/cmd/server-fcgi/main.go -1 1 server/cmd/server/main.go -0 1 server/config.dev.yml -1 2 server/config.test.yml -2 0 server/docker/docker-compose.yml -0 133 server/docs/db-structure.puml -7 3 server/go.mod -6 5 server/go.sum -0 142 server/local/app/auth.go -20 0 server/local/app/auth/cookie.go -76 0 server/local/app/auth/token.go -67 0 server/local/app/auth/token_test.go -30 21 server/local/app/config.go -22 0 server/local/app/config_test.go -12 5 server/local/app/database.go -109 18 server/local/controllers/chain.go -163 17 server/local/controllers/login.go -13 13 server/local/controllers/middleware.go -19 83 server/local/controllers/users.go -49 23 server/local/models/chain.go -26 0 server/local/models/chain_test.go -23 23 server/local/models/user.go -27 17 server/local/server.go -0 1 server/local/server_test.go -0 7 server/local/utils/testutils.go -0 1 server/postman.json - -commit 9ca688187a5dcae8ed1c31426253b24799bbee36 -Author: Lucian I. Last -Date: Mon Jul 25 19:25:59 2022 +0200 - - go lint - -1 1 server/local/controllers/chain.go - -commit 0a5baa7f6518f51554e4d75f2a2c722dc0f44b17 -Author: Lucian I. Last -Date: Mon Jul 25 19:23:59 2022 +0200 - - Better documentation - -5 3 server/Makefile -5 1 server/README.md - -commit c87cb63a091b17f24d9bfac00bd32ba012f53ccf -Author: Lucian I. Last -Date: Mon Jul 25 00:28:15 2022 +0200 - - A working commit - - After lots of time moving and hacking away without internet I finally - managed to get a functioning commit, this includes: - - docker with email testing - - phpmyadmin for database testing - - splitting config files properly and selecting one - using an env variable - - tested routes /contact/email/ and /contact/newsletter/ - -1 1 .gitignore -1 2 server/.gitignore -10 0 server/Makefile -2 2 server/cmd/server-fcgi/main.go -6 3 server/cmd/server/main.go -22 0 server/config.dev.yml -0 22 server/config.example.yml -9 9 server/{config.test.example.yml => config.test.yml} -12 17 server/docker/docker-compose.yml -10 15 server/go.mod -12 18 server/go.sum -23 22 server/local/{global => app}/auth.go -60 0 server/local/app/config.go -9 8 server/local/{global => app}/database.go -46 0 server/local/app/mail.go -13 10 server/local/controllers/chain.go -14 11 server/local/controllers/contact.go -23 9 server/local/controllers/login.go -23 8 server/local/controllers/middleware.go -29 22 server/local/controllers/users.go -0 35 server/local/global/config.go -0 51 server/local/global/mail.go -3 3 server/local/models/chain.go -8 8 server/local/models/mail.go -20 20 server/local/models/user.go -21 6 server/local/server.go -1 0 server/local/server_test.go -7 0 server/local/utils/testutils.go -11 9 server/local/views/email.go -1 0 server/postman.json - -commit 392431f1fd3bfe663e655dcfbf8352316907aa7b -Author: Lucian I. Last -Date: Sat Jul 23 13:17:57 2022 +0200 - - Change go mod root to - - github.com/CollActionteam/clothing-loop/server - -2 2 server/cmd/server-fcgi/main.go -2 2 server/cmd/server/main.go -1 1 server/go.mod -3 3 server/local/controllers/chain.go -3 3 server/local/controllers/contact.go -2 2 server/local/controllers/login.go -2 2 server/local/controllers/middleware.go -2 2 server/local/controllers/users.go -1 1 server/local/global/auth.go -1 1 server/local/global/database.go -1 1 server/local/global/mail.go -2 2 server/local/server.go -1 1 server/local/views/email.go - -commit e3b00c3e85fdbb83a7f37190f22049e60902afd1 -Author: Lucian I. Last -Date: Sat Jul 23 13:13:52 2022 +0200 - - Surround link with quotes - -3 1 server/config.example.yml -3 1 server/config.test.example.yml - -commit b50a6cdba6b995651f6e29838d05933a877ae1e7 -Author: Lucian I. Last -Date: Mon Jul 18 22:29:07 2022 +0200 - - Add docker to makefile Add Readme - -4 0 server/Makefile -13 0 server/README.md - -commit 8b0a40b82dadceb1c4bfa7590272ce4adae1bdfd -Author: Lucian I. Last -Date: Mon Jul 18 17:53:22 2022 +0200 - - Move to Makefile - -3 0 server/.editorconfig -8 0 server/Makefile -19 0 server/README.md -0 10 server/package.json - -commit 3a2a045324e72e70fa60d47862e00d9e1fd20489 -Author: Lucian I. Last -Date: Mon Jul 18 17:41:09 2022 +0200 - - Large commit - - * Easy startup with npm run start - * Move Config to globals - * Fix security issue where any user admin - could access other chains with similar privilages - * Add htaccess for fcgi support - -3 1 server/.gitignore -3 2 server/cmd/{server-fast-cgi => server-fcgi}/main.go -5 0 server/cmd/server-fcgi/static/.htaccess -4 3 server/cmd/server/main.go -8 2 server/config.example.yml -20 0 server/config.test.example.yml -3 7 server/local/controllers/chain.go -5 5 server/local/controllers/login.go -33 22 server/local/controllers/middleware.go -48 37 server/local/controllers/users.go -6 9 server/local/global/auth.go -35 0 server/local/global/config.go -2 8 server/local/global/database.go -3 26 server/local/global/mail.go -53 10 server/local/models/user.go -6 52 server/local/server.go -1 1 server/local/views/email.go -10 0 server/package.json - -commit a16cf5aae6e1ab0b3ab6c642e58decc3f4290aa9 -Author: Lucian I. Last -Date: Mon Jul 18 17:31:32 2022 +0200 - - start creating rest api functions - -16 0 frontend/src/api/contact.ts -13 0 frontend/src/api/login.ts -47 0 frontend/src/api/user.ts -40 0 frontend/src/types.ts - -commit 5e2eff7f8f63f1f05d1144d25ef29ece49c48be4 -Author: Lucian I. Last -Date: Sat Jul 16 00:43:01 2022 +0200 - - Fix delete newsletter - -1 1 server/local/controllers/contact.go - -commit 25bb3e72f5febba6a9769741232dfbfef872ca36 -Author: Lucian I. Last -Date: Sat Jul 16 00:42:35 2022 +0200 - - Change contact newsletter to use body - -8 8 server/local/controllers/contact.go - -commit acbe9bd674e93cafa5753b01dc96d62bd718c609 -Author: Lucian I. Last -Date: Wed Jul 13 20:43:19 2022 +0200 - - begin of golang server rewrite - -15 0 server/.editorconfig -3 0 server/.gitignore -19 0 server/cmd/server-fast-cgi/main.go -19 0 server/cmd/server/main.go -14 0 server/config.example.yml -31 0 server/docker/docker-compose.yml -133 0 server/docs/db-structure.puml -44 0 server/go.mod -122 0 server/go.sum -149 0 server/local/controllers/chain.go -56 0 server/local/controllers/contact.go -65 0 server/local/controllers/login.go -52 0 server/local/controllers/middleware.go -11 0 server/local/controllers/payments.go -211 0 server/local/controllers/users.go -144 0 server/local/global/auth.go -36 0 server/local/global/database.go -74 0 server/local/global/mail.go -87 0 server/local/models/chain.go -14 0 server/local/models/mail.go -10 0 server/local/models/newsletter.go -59 0 server/local/models/user.go -79 0 server/local/server.go -88 0 server/local/views/email.go -24 0 server/notes.md - -commit 736586a6e7b85636bcd65c4a554a728321fa53f4 -Author: Lucian I. Last -Date: Tue Jun 21 17:26:04 2022 +0200 - - More tailwind conversions - -0 170 frontend/src/App.css -4 4 frontend/src/components/AdminControlsNav/AdminControlsNav.tsx -10 3 frontend/src/components/Carousel.tsx -1 1 frontend/src/components/ChainParticipantsTable.tsx -1 1 frontend/src/components/Navbar.tsx -1 1 frontend/src/components/formActions.tsx -3 3 frontend/src/pages/AddChainAdmin.tsx -7 7 frontend/src/pages/ChainMemberList.tsx -1 1 frontend/src/pages/ChainsList.tsx -1 1 frontend/src/pages/Home.tsx -6 4 frontend/src/pages/Login.tsx -18 1 frontend/tailwind.config.js - -commit e935d2855eadfeba86ddd6391ef6a36ace628621 -Author: Lucian I. Last -Date: Tue Jun 21 16:51:49 2022 +0200 - - Move more to tailwind - -0 25 frontend/src/App.css -1 1 frontend/src/pages/FindChain.tsx -8 2 frontend/src/pages/LandingPage.tsx - -commit f330a648c41d54c66495f006d24dac2d3fdd2392 -Author: Lucian I. Last -Date: Tue Jun 21 16:38:52 2022 +0200 - - remove contact-form - -0 5 frontend/src/App.css -1 1 frontend/src/pages/Contacts.tsx - -commit 08961ac547e9070cd1310695a54a8d7b9160f1b2 -Author: Lucian I. Last -Date: Tue Jun 21 16:37:24 2022 +0200 - - chain published to tailwind - -0 30 frontend/src/App.css -2 2 frontend/src/pages/ChainsList.tsx -2 0 frontend/tailwind.config.js - -commit 125bc333a0136cc3e1c9978ce0b536f31c561352 -Merge: f13fffd7 1ac85689 -Author: Lucian I. Last -Date: Tue Jun 21 14:23:05 2022 +0200 - - Merge remote-tracking branch 'origin/main' into tailwind - -commit f13fffd773a9385f98b5b59ecd84d34037335b88 -Author: Lucian I. Last -Date: Tue Jun 21 08:55:59 2022 +0200 - - Bundle home first - -1 1 frontend/src/App.tsx - -commit f78e28222458ec3125acb4f2315b228a5d140f1b -Author: Lucian I. Last -Date: Tue Jun 21 08:47:59 2022 +0200 - - Move some css to tailwind - -0 59 frontend/src/App.css -3 3 frontend/src/pages/FindChain.tsx - -commit 5d9ca1d0d5a718fbcfa7614a434066556563eb02 -Author: Lucian I. Last -Date: Tue Jun 21 08:46:23 2022 +0200 - - Move to prettier on FindChain - -4 1 frontend/package.json -1 1 frontend/src/pages/FindChain.tsx - -commit caa4ee3b72e2e2168f3f5baf61e756d38502ce8a -Author: Lucian I. Last -Date: Tue Jun 21 08:43:00 2022 +0200 - - Lazy load pages - -31 26 frontend/src/App.tsx -2 2 frontend/src/pages/AddChainAdmin.tsx - -commit efd55ae4127bdee985e09562bf396862205dd441 -Author: Lucian I. Last -Date: Mon Jun 20 15:38:45 2022 +0200 - - Remove useless dependencies running tailwind CLI - -0 68 frontend/package-lock.json -0 2 frontend/package.json -0 6 frontend/postcss.config.js - -commit 9ae106685d2fa07597ba5ee1298cb9f41c4a6939 -Author: Lucian I. Last -Date: Mon Jun 20 11:52:12 2022 +0200 - - Add npm-run-all - -444 85 frontend/package-lock.json -2 1 frontend/package.json - -commit 774479d4ce499f628aff423daad7f976a63aa188 -Author: Lucian I. Last -Date: Mon Jun 20 11:46:42 2022 +0200 - - Responsive SearchBar using tailwind - -6 3 frontend/DOCUMENTATION.md -0 5 frontend/src/App.css -78 84 frontend/src/App.tsx -2 2 frontend/src/components/CategoriesDropdown.tsx -77 46 frontend/src/components/FindChain/SearchBar.tsx -2 2 frontend/src/components/Navbar.tsx -2 2 frontend/src/components/SizesDropdown.tsx -22 22 frontend/src/pages/Home.tsx -0 42 frontend/src/util/theme.ts -5 2 frontend/tailwind.config.js - -commit 1ac856894c6361793cd0293753d86e716de4700f -Author: tberm <49910363+tberm@users.noreply.github.com> -Date: Sun Jun 19 17:14:23 2022 +0100 - - Add option to close loop to new members (#245) - - * Add "open" switcher to loop admin page - - * Remove "join" button and show message when loop closed - - * Standardise button styling in loop popup - - * Use for text containing link - - * Firebase: check loop is open before adding a user - - * Remove duplicated guidance text for chain edit map - - * Interpolate link in translation - - * Fix alignment of popover icon with field - - * Make new loops open when creating them - - * Use "loop" instead of "ketting" in new NL translations - - * Make chains without the "open" field behave as if it is set to true - - * Deal with potentially unset "open" field in Firebase function - - * Rename new field: "open" -> "openToNewMembers" - - * Firebase: check loop is open when creating new user - - * Firebase: throw exception when loop to join is closed - -15 0 firebase/functions/src/index.ts -8 1 frontend/public/locales/en/translation.json -8 1 frontend/public/locales/nl/translation.json -1 0 frontend/src/components/DataExport.tsx -3 2 frontend/src/components/Popover.tsx -1 3 frontend/src/pages/ChainEdit.tsx -64 20 frontend/src/pages/ChainMemberList.tsx -36 37 frontend/src/pages/FindChain.tsx -2 1 frontend/src/types.ts -4 1 frontend/src/util/firebase/chain.ts -4 0 frontend/src/util/theme.ts - -commit 6377bb4605d671c43ae103223d9c0db9c60f52c3 -Author: Lucian I. Last -Date: Sun Jun 19 15:00:31 2022 +0200 - - Move back to react-scripts & Generate tailwind using cli - -1 0 frontend/.gitignore -0 7 frontend/craco.config.js -4142 1098 frontend/package-lock.json -9 5 frontend/package.json -1 1 frontend/src/index.tsx -1523 0 package-lock.json -5 0 package.json - -commit 27f020211702bada3beedacc639ec7108a0ae22c -Merge: 123cda77 e6a5bc1a -Author: Lucian I. Last -Date: Sun Jun 19 11:57:54 2022 +0200 - - Merge branch 'main' into tailwind - -commit e6a5bc1af18178a80e2cf093ae469d243a288908 -Author: Lucian I. Last -Date: Sun Jun 19 10:59:37 2022 +0200 - - Fix runtime error - -2 2 frontend/src/components/GeocoderSelector.tsx - -commit 123cda7718cf7cec3d67062a9429d634ab25fed1 -Author: Lucian I. Last -Date: Fri Jun 17 11:05:42 2022 +0200 - - Add notice about craco - -2 0 frontend/DOCUMENTATION.md - -commit d9f7dec7c8fc0d5fd46838a6b9f07758b3b71145 -Author: Lucian I. Last -Date: Fri Jun 17 10:54:15 2022 +0200 - - vscode tailwind addon recommendation - -3 0 frontend/.vscode/extensions.json - -commit 6f1893c07b752516afb265755a1363d5282eac70 -Author: Lucian I. Last -Date: Fri Jun 17 10:53:49 2022 +0200 - - Add documentation file with styling header - -15 0 frontend/DOCUMENTATION.md - -commit 6b97318eb261c1f40e3f155e8b24e73292f868d8 -Author: Lucian I. Last -Date: Fri Jun 17 10:48:04 2022 +0200 - - Add important root for higher specificity - -1 0 frontend/tailwind.config.js - -commit 06ee0a411b451c9ebcd911df53c02740fadfdad5 -Author: Lucian I. Last -Date: Fri Jun 17 09:03:56 2022 +0200 - - tailwind fonts - -1 0 frontend/src/tailwind.css -12 6 frontend/tailwind.config.js - -commit 643d0e5505cc9bcd3ba8a2a1e17203f27fb28e2d -Author: Lucian I. Last -Date: Thu Jun 16 17:19:33 2022 +0200 - - add tailwindcss - -7 0 frontend/craco.config.js -5560 4408 frontend/package-lock.json -8 5 frontend/package.json -6 0 frontend/postcss.config.js -6 5 frontend/src/index.tsx -3 0 frontend/src/tailwind.css -10 1 frontend/src/util/theme.ts -32 0 frontend/tailwind.config.js - -commit 17456194cbfc83cbbe5d6e938a01458de9203dd9 -Author: Lucian I. Last -Date: Thu Jun 16 11:00:43 2022 +0200 - - Moves all forgotten .js files to .tsx (#246) - - * Move files to typescript - - * Fix ts errors - - * use type ?string as userAddress - -1 1 frontend/src/App.tsx -5 7 frontend/src/components/ChainDetailsForm.tsx -49 30 frontend/src/components/{FormFields.js => FormFields.tsx} -11 4 frontend/src/components/{GeocoderSelector.js => GeocoderSelector.tsx} -1 0 frontend/src/components/SizesDropdown.tsx -7 2 frontend/src/components/{ThreeColumnLayout.js => ThreeColumnLayout.tsx} -14 4 frontend/src/components/formActions.tsx -3 3 frontend/src/pages/{ChainsList.js => ChainsList.tsx} -15 13 frontend/src/pages/{Contacts.js => Contacts.tsx} -7 6 frontend/src/pages/NewChainSignup.tsx -3 5 frontend/src/pages/Signup.tsx -24 21 frontend/src/pages/{UserEdit.js => UserEdit.tsx} - -commit 7e9bdec197b16a740d857e81fbe6b9849c0fa91d -Author: Lucian I. Last -Date: Tue Jun 7 15:09:44 2022 +0200 - - Add github action crowdin (#244) - -24 0 .github/workflows/crowdin.yml -3 0 crowdin.yml - -commit d63f97ba6efb5002d25827dd4554a732d7dd5b74 -Author: Lucian I. Last -Date: Mon Jun 6 17:14:37 2022 +0200 - - Move as much as possible into i18n keys (#243) - - * Show language switcher - - * Translations for Home.tsx - - * Add translation keys for LandingPageMobile and Donations - - * Add troublesWithTheSignupContactUs - - * Remove useless comment - - * Update Crowdin configuration file - - * New translations translation.json (Dutch) - - * Comment away for now the language switcher - - * New translations translation.json (Dutch) - - * Move more to translations - - * translate admin controls - - * Translate counters - - * Translations on donation and form validations - - * Add label translations - - * Allow for namespaces in crowdin - - * Add about translations - - * Add faq hosts - - * fix accordion html content - - * Add participants faq - - * Translate login - - * Add translation key for popover weWouldLikeToKnow - - * Fix bugs in language selector - - * New translations translation.json (Dutch) - - * New translations translation.json (Dutch) - - * New translations about.json (Dutch) - - * New translations faq.json (Dutch) - - * New translations translation.json (Dutch) - - * New translations faq.json (Dutch) - - * New translations translation.json (Dutch) - - * Fix crowdin config file - - * New translations translation.json (Dutch) - - * New translations faq.json (Dutch) - - * New translations translation.json (Dutch) - - * New translations about.json (Dutch) - - * New translations faq.json (Dutch) - - * New translations translation.json (Dutch) - - * New translations faq.json (Dutch) - - * New translations about.json (Dutch) - - * New translations faq.json (Dutch) - - * New translations translation.json (Dutch) - - * New translations faq.json (Dutch) - -3 0 crowdin.yml -7 0 frontend/public/locales/en/about.json -60 0 frontend/public/locales/en/faq.json -79 2 frontend/public/locales/en/translation.json -7 0 frontend/public/locales/nl/about.json -60 0 frontend/public/locales/nl/faq.json -118 41 frontend/public/locales/nl/translation.json -1 1 frontend/src/components/AccordionFaq/AccordionFaq.tsx -3 5 frontend/src/components/AdminControlsNav/AdminControlsNav.tsx -10 18 frontend/src/components/ChainDetailsForm.tsx -7 5 frontend/src/components/Counters/Counters.tsx -5 7 frontend/src/components/Donation/DonationCompleted.tsx -22 24 frontend/src/components/Donation/DonationForm.tsx -2 9 frontend/src/components/Donations.tsx -11 11 frontend/src/components/Footer.tsx -4 2 frontend/src/components/FooterMobile.tsx -3 3 frontend/src/components/FormFields.js -31 29 frontend/src/components/LanguageSwitcher.tsx -2 3 frontend/src/components/Navbar.tsx -11 10 frontend/src/components/Newsletter/Newsletter.tsx -8 10 frontend/src/components/formActions.tsx -1 0 frontend/src/index.tsx -30 82 frontend/src/pages/About.tsx -4 4 frontend/src/pages/Contacts.js -21 7 frontend/src/pages/FAQ/FAQ.tsx -0 81 frontend/src/pages/FAQ/hostsFaq.tsx -0 31 frontend/src/pages/FAQ/participantsFaq.tsx -19 49 frontend/src/pages/Home.tsx -5 9 frontend/src/pages/LandingPageMobile.tsx -8 12 frontend/src/pages/Login.tsx -17 23 frontend/src/pages/NewChainSignup.tsx -8 10 frontend/src/pages/Signup.tsx -5 5 frontend/src/pages/UserEdit.js -1 2 frontend/src/util/theme.ts - -commit 565fa35c254c7fb149352cfd6bbd6abfb3f69b8f -Author: Gilbert Emerson -Date: Thu Jun 2 15:23:37 2022 +0800 - - Refactor Dropdown (#233) - - * Remove checkbox styling to use theme color instead - - * Refactor Dropdown ListItemText styling - - * Refactor Dropdown FormControl styling - - * Refactor Dropdown renderValue - - * Set variant as props for CategoriesDropdown - - * Refactor Dropdown InputLabel styling - - * Conditionally render InputLabel - - * Refactor values and handlers - - * Change variantVal to variant - - * Change inputVisible to showInputLabel - - * Shorten code to be more concise - - * Clean dangling space - - * Add space between subsection for readability - - * Remove any type - - * Reorder and organize props in subsection - - * Refactor values and handlers - - * Remove fullWidth reference - - * Refactor SizesDropdown into 2 variants - - * Refactor CategoriesDropdown into 1 variant - - * Refactor SearchBar to use CategoriesDropdown - - * Cleanup styling - - * Cleanup import - - * Refactor AddChainAdmin styling - - * Reorder theme class - -4 9 frontend/src/App.css -64 42 frontend/src/components/CategoriesDropdown.tsx -12 12 frontend/src/components/ChainDetailsForm.tsx -16 66 frontend/src/components/FindChain/SearchBar.tsx -1 9 frontend/src/components/FindChain/StandaloneSearchBar.tsx -1 1 frontend/src/components/FormFields.js -78 79 frontend/src/components/SizesDropdown.tsx -27 12 frontend/src/pages/AddChainAdmin.tsx -5 7 frontend/src/pages/Signup.tsx -5 7 frontend/src/pages/UserEdit.js -20 87 frontend/src/util/theme.ts - -commit ef33c8b3092bcd55fee081e56862cc3f078b59da -Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> -Date: Mon May 30 12:53:07 2022 +0100 - - Error messages (#241) - - * helper link on signup forms - - * form error msg update - - * login error msg update - -1 1 frontend/public/locales/en/translation.json -1 1 frontend/public/locales/nl/translation.json -21 1 frontend/src/pages/NewChainSignup.tsx -14 1 frontend/src/pages/Signup.tsx -16 2 frontend/src/util/theme.ts - -commit 58474e99363872a09845bd07185966ae0d1e022c -Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> -Date: Thu May 19 15:56:39 2022 +0100 - - Updating several pages (#237) - - * automatically publish loop - - * removed button link - - * updated link - - * copy update - - * update radius val programmatically - -1 1 firebase/functions/src/index.ts -2 1 frontend/public/locales/en/translation.json -3 2 frontend/public/locales/nl/translation.json -0 8 frontend/src/components/AdminControlsNav/AdminControlsNav.tsx -4 1 frontend/src/components/Counters/Counters.tsx -1 1 frontend/src/components/Navbar.tsx -5 56 frontend/src/pages/FindChain.tsx -5 2 frontend/src/pages/Thankyou/Thankyou.tsx - -commit 90628c40315f05dba9ce1f723bc9156d07572c66 -Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> -Date: Wed May 18 13:18:53 2022 +0100 - - New logo (#236) - - * new thumbnail - - * new logo with logic based on location - - * bugfix on page link and navbar - - * updated email copy - - * fixed broken link path - -0 3 firebase/functions/src/index.ts -- - frontend/public/favicon.ico -- - frontend/public/logo192.png -- - frontend/public/logo512.png -21 13 frontend/src/components/Navbar.tsx -- - frontend/src/images/logos/The_Clothing_Loop_Logo.png -- - frontend/src/images/logos/The_Clothing_Loop_thumbnail.png -1 1 frontend/src/pages/ChainEdit.tsx -1 1 frontend/src/pages/ChainsList.js -1 1 frontend/src/pages/FindChain.tsx -2 2 frontend/src/pages/UserEdit.js -6 3 frontend/src/util/theme.ts - -commit 003d13be81c4a92721f5c07d102aa7b96fb28715 -Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> -Date: Tue May 17 22:36:15 2022 +0100 - - Bugfixing several pages (#235) - - * removed static dot on map - - * automatically publish new loops - - * updated emails signature - - * increased zoom val on search result - - * added plus sizes - - * updated copy for loop name input field - - * new loop signup copy update - - * updated dots colours - - * bugfix phone input field - -4 7 firebase/functions/src/index.ts -1 1 frontend/public/locales/en/translation.json -1 1 frontend/public/locales/nl/translation.json -7 0 frontend/src/App.css -1 1 frontend/src/pages/ChainMemberList.tsx -9 38 frontend/src/pages/FindChain.tsx -1 1 frontend/src/pages/NewChainLocation.tsx -1 1 frontend/src/pages/NewChainSignup.tsx -2 2 frontend/src/util/categories.ts - -commit 77ce47c92cbaf547b2b1672f743274aa79b4dce5 -Author: tberm <49910363+tberm@users.noreply.github.com> -Date: Sun May 15 09:44:00 2022 +0100 - - Fix validation error for no loop location never appearing (#234) - -1 1 frontend/src/components/ChainDetailsForm.tsx - -commit 3dafcbf3693352a6ba34ca4395044c7b0bf84c8a -Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> -Date: Thu May 12 21:15:57 2022 +0100 - - Thankyou pages update (#232) - - * component layout update - - * split content based on signup flow - - * copy update - - * signup auth email copy update - -22 29 firebase/functions/src/index.ts -6 3 frontend/public/locales/en/translation.json -6 3 frontend/public/locales/nl/translation.json -14 2 frontend/src/App.tsx -1 1 frontend/src/pages/NewChainLocation.tsx -52 8 frontend/src/pages/NewChainSignup.tsx -0 59 frontend/src/pages/Thankyou.tsx -24 0 frontend/src/pages/Thankyou/Thankyou.module.css -113 0 frontend/src/pages/Thankyou/Thankyou.tsx - -commit cc7e2106a0db4861e1902b79230e5ac08ba1ba0f -Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> -Date: Thu May 12 09:54:54 2022 +0100 - - New loop location form update (#231) - - * components layout update - - * styling update - - * translation - - * removed relevant inline styling - -1 1 frontend/public/locales/en/translation.json -1 1 frontend/public/locales/nl/translation.json -7 0 frontend/src/App.css -0 6 frontend/src/components/CategoriesDropdown.tsx -31 6 frontend/src/components/ChainDetailsForm.tsx -11 13 frontend/src/components/FormFields.js -1 0 frontend/src/components/formActions.tsx -0 3 frontend/src/pages/NewChainLocation.tsx -3 26 frontend/src/pages/NewChainSignup.tsx -1 0 frontend/src/util/theme.ts - -commit ba0ddc4c6ac0f1f1df7602c204fa927f9de19fc7 -Author: tberm <49910363+tberm@users.noreply.github.com> -Date: Tue May 10 11:43:06 2022 +0100 - - Use small/medium/large as options for men and women in both languages (#229) - -6 6 frontend/public/locales/en/translation.json -6 6 frontend/public/locales/nl/translation.json -2 2 frontend/src/util/categories.ts - -commit a3054e02ab4d26e03f6230c8b2cebd625b7a6f62 -Author: Gilbert Emerson -Date: Mon May 9 21:31:27 2022 +0800 - - Update material ui from v4 to v5 (#230) - - * Change all material-ui to mui - - * Fix Button styling in mui because span is removed in mui Button - - * Remove padding that is overriden in material-ui but resurfaces in mui - - * Change TextField variant to standard due to not being default in mui - - * Change Grid margin due to Grid behavior change in mui - - * Override padding that is previously overriden in material-ui but not overriden in mui - - * Revert to material-ui-phone-number due to support for mui and styling - - * Change TextField variant to standard due to not being default in mui - - * Override padding that is previously overriden in material-ui but not overriden in mui - - * Remove padding that is overriden in material-ui but resurfaces in mui - - * Change Grid margin due to Grid behavior change in mui - - * Remove any trace of @material-ui - - * Change Grid margin due to Grid behavior change in mui - - * Change TablePagination IconButton padding - - * Fix color to secondary as primary is the default in mui - - * Fix react-error-overlay bug that reappears - - * Remove classes that is overriden previously - - * Remove global specific class - - * Override default spacing and palette to follow previous material-ui styling - - * Remove font color to follow styling from previous material-ui - - * Override default spacing to follow previous styling from material-ui - - * Override input label focus color - - * Override font size to follow previous styling from material-ui - - * Override styling with styling from previous material-ui - - * Remove !important - - * Remove classes that gets overriden in previous material-ui - - * Change TablePagination IconButton padding - - * Style following previous material-ui as mui have different default style - - * Change material-ui to mui - - * Change Button to Typography because Button has ink splash - -12600 10942 frontend/package-lock.json -4 6 frontend/package.json -0 10 frontend/src/App.css -96 88 frontend/src/App.tsx -3 4 frontend/src/components/AccordionFaq/AccordionFaq.tsx -4 4 frontend/src/components/AdminControlsNav/AdminControlsNav.tsx -26 10 frontend/src/components/CategoriesDropdown.tsx -2 10 frontend/src/components/ChainDetailsForm.tsx -4 2 frontend/src/components/ChainParticipantsTable.tsx -2 4 frontend/src/components/Counters/Counters.tsx -2 4 frontend/src/components/DataExport.tsx -11 11 frontend/src/components/Donation/Donation.module.css -28 11 frontend/src/components/Donation/DonationForm.tsx -3 5 frontend/src/components/Donations.tsx -2 2 frontend/src/components/FindChain/ChainNotFound.tsx -17 3 frontend/src/components/FindChain/SearchBar.tsx -4 3 frontend/src/components/Footer.tsx -2 1 frontend/src/components/FooterMobile.tsx -12 7 frontend/src/components/FormFields.js -2 5 frontend/src/components/LanguageSwitcher.tsx -3 2 frontend/src/components/Layouts.tsx -34 14 frontend/src/components/Navbar.tsx -24 12 frontend/src/components/Newsletter/Newsletter.tsx -3 3 frontend/src/components/Popover.tsx -2 7 frontend/src/components/ProgressBar.tsx -37 10 frontend/src/components/SizesDropdown.tsx -7 6 frontend/src/components/Testimonials.tsx -3 2 frontend/src/components/ThreeColumnLayout.js -2 2 frontend/src/components/Typography.tsx -2 4 frontend/src/components/formActions.tsx -5 3 frontend/src/pages/About.tsx -8 4 frontend/src/pages/AddChainAdmin.tsx -3 3 frontend/src/pages/ChainEdit.tsx -13 8 frontend/src/pages/ChainMemberList.tsx -18 15 frontend/src/pages/ChainsList.js -7 6 frontend/src/pages/Contacts.js -2 2 frontend/src/pages/Donations/Donate.tsx -5 8 frontend/src/pages/FAQ/FAQ.tsx -14 11 frontend/src/pages/FindChain.tsx -3 4 frontend/src/pages/Home.tsx -1 2 frontend/src/pages/LandingPage.tsx -2 2 frontend/src/pages/LandingPageMobile.tsx -5 7 frontend/src/pages/Login.tsx -5 2 frontend/src/pages/LoginEmailFinished.tsx -2 2 frontend/src/pages/Logout.tsx -2 2 frontend/src/pages/MessageSubmitted.tsx -2 1 frontend/src/pages/NewChainLocation.tsx -3 5 frontend/src/pages/NewChainSignup.tsx -3 1 frontend/src/pages/PrivacyPolicy.tsx -4 6 frontend/src/pages/Signup.tsx -3 1 frontend/src/pages/TermsOfUse.tsx -2 2 frontend/src/pages/Thankyou.tsx -3 3 frontend/src/pages/UserEdit.js -77 24 frontend/src/util/theme.ts -0 14485 frontend/yarn.lock - -commit a48379c5d08e370cb6d474c532b4b80e68c84fb0 -Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> -Date: Sat May 7 12:53:03 2022 +0100 - - Admin controls nav (#226) - - * added component - - * translation - - * updated routing paths - - * revert irrelevant changes - - * route update - - * copy and img update - - * code refactoring - -4 4 firebase/functions/src/index.ts -3 1 frontend/public/locales/en/translation.json -3 1 frontend/public/locales/nl/translation.json -19 0 frontend/src/App.css -12 4 frontend/src/App.tsx -91 0 frontend/src/components/AdminControlsNav/AdminControlsNav.tsx -5 1 frontend/src/components/Counters/Counters.tsx -11 11 frontend/src/components/Navbar.tsx -- - frontend/src/images/Denise.jpg -- - frontend/src/images/Denise.png -0 5 frontend/src/pages/About.tsx -7 4 frontend/src/pages/LoginEmailFinished.tsx -7 0 frontend/src/util/theme.ts - -commit 82abe25c106951aa5108122e4a1230dc6d400a36 -Author: Gilbert Emerson -Date: Wed May 4 10:28:43 2022 +0800 - - Rest ful api (#224) - - * Ordered resource first before verb - - * Reordered routes - - * Cleaned routes - -18 15 frontend/src/App.tsx -1 1 frontend/src/components/FindChain/ChainNotFound.tsx -1 1 frontend/src/components/Footer.tsx -2 2 frontend/src/components/Navbar.tsx -4 4 frontend/src/pages/ChainMemberList.tsx -2 2 frontend/src/pages/FindChain.tsx -5 2 frontend/src/pages/NewChainLocation.tsx -8 2 frontend/src/pages/NewChainSignup.tsx - -commit 864332b2deac7fd236c72aadea59fa63fa44fef1 -Author: Gilbert Emerson -Date: Tue May 3 22:06:22 2022 +0800 - - Add co-host (#222) - - * Implement addUserAsChainAdmin firebase function - - * Refactor table component - - * Change loop admin to table view - - * Clean up styles - - * Create new page for adding new chain admin - - * Add back-end validation only chain admin of the chain can add new chain admin - -33 0 firebase/functions/src/index.ts -27 0 frontend/src/App.css -6 0 frontend/src/App.tsx -1 1 frontend/src/components/AuthProvider.tsx -140 0 frontend/src/components/ChainParticipantsTable.tsx -16 0 frontend/src/components/Typography.tsx -94 0 frontend/src/pages/AddChainAdmin.tsx -95 179 frontend/src/pages/ChainMemberList.tsx -1 0 frontend/src/types.ts -9 1 frontend/src/util/firebase/chain.ts -28 0 frontend/src/util/theme.ts - -commit 86dbf124632d3fc72561d8727fd7eb62e8ed392b -Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> -Date: Tue Apr 12 22:03:04 2022 +0200 - - Donations section live (#215) - - * copy, styling update - - * added donation to homepage - - * map marker styling update - -3 9 frontend/src/components/Donation/DonationForm.tsx -24 12 frontend/src/components/Donations.tsx -- - frontend/src/images/TCL-Jewellery.jpg -2 2 frontend/src/pages/FindChain.tsx -3 1 frontend/src/pages/Home.tsx - -commit e856db115e167618f606a2cfcca3ce7b32c504d2 -Author: tberm <49910363+tberm@users.noreply.github.com> -Date: Mon Apr 11 17:47:00 2022 +0100 - - Search bar on home page (#212) - - * Auto-fill search form and perform search using query string - - * Add search bar to home page - - * Remove unused import - -54 0 frontend/src/components/FindChain/StandaloneSearchBar.tsx -35 1 frontend/src/components/FindChain/index.tsx -2 2 frontend/src/components/Navbar.tsx -20 15 frontend/src/pages/FindChain.tsx -3 0 frontend/src/pages/Home.tsx - -commit 85ee2742f3880920f33c3ea0ee62d106ed6be1a1 -Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> -Date: Sun Apr 10 09:28:16 2022 +0200 - - Env var config (#211) - - * updated .yml files - - * logging var - - * logged accessToken - - * added global env var - -3 1 .github/workflows/deploy-firebase-acc.yml -3 1 .github/workflows/deploy-firebase-prod.yml -0 1 frontend/src/components/Donation/DonationForm.tsx - -commit 12a92726eb735d6573ce88bbed4cd1a0ca839c70 -Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> -Date: Sat Apr 9 10:10:03 2022 +0200 - - Env var config (#210) - - * updated .yml files - - * logging var - - * logged accessToken - -3 1 frontend/src/components/Donation/DonationForm.tsx - -commit cabd0e18d38575ede87d975ed0028779ab91aff1 -Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> -Date: Sat Apr 9 09:29:14 2022 +0200 - - Env var config (#209) - - * updated .yml files - - * logging var - -1 0 frontend/src/components/Donation/DonationForm.tsx - -commit d2d746882d71f4f5dd5373af3826b94a72b1798f -Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> -Date: Fri Apr 8 16:05:56 2022 +0200 - - updated .yml files (#208) - -1 0 .github/workflows/deploy-firebase-acc.yml -1 0 .github/workflows/deploy-firebase-prod.yml - -commit 07d362140b120be98f57eba8e0feb49d0e48bdff -Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> -Date: Fri Apr 8 09:54:53 2022 +0200 - - Donations update (#207) - - * added confirmation component - - * UI form update - - * code refactoring - - * hid recurring payments UI - - * re-added recurring payments UI - -2 0 frontend/.gitignore -1 1 frontend/src/App.tsx -56 20 frontend/src/components/Donation/Donation.module.css -103 69 frontend/src/components/Donation/Donation.module.scss -30 0 frontend/src/components/Donation/DonationCompleted.tsx -42 27 frontend/src/components/Donation/DonationForm.tsx -- - frontend/src/images/party-image.jpg -6 11 frontend/src/pages/{ => Donations}/Donate.tsx - -commit d62be3d8fa3cc5a823d3fead9b0e1340e505ab82 -Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> -Date: Fri Mar 25 09:37:26 2022 +0100 - - vimeo url update (#206) - -1 1 frontend/src/pages/About.tsx -1 1 frontend/src/pages/Home.tsx - -commit a5e005ab0717b1fa4728ef3ec33108987ff252ec -Author: Gilbert Emerson -Date: Tue Mar 22 15:02:25 2022 +0800 - - Mailchimp integration (#201) - - * Add contact to mailchimp - - * Catch error in frontend if add contact to mailchimp fails - - * Change interested_users collection id - - * Refactor repeated function - - * Log email in error clause - - * Fix bug success message is logged even if error caught - - * Fix leftover refactor - - * Fix await function - - * Only add user to newsletter if they give consent - - * Remove newlines - - * Fix missed scenario where user not added to mailchimp - - * Remove storing subscription status in firestore - - * Subscribe user to newsletter upon signup regardless status as host or participant or neither both - - * Update mailchimp subscription accordingly when user update profile - - * Grammatical fix - - * Refactoring - - * Fix grammar - - * Update deployment script - -14 1 .github/workflows/deploy-firebase-acc.yml -14 1 .github/workflows/deploy-firebase-prod.yml -299 12 firebase/functions/package-lock.json -2 0 firebase/functions/package.json -110 11 firebase/functions/src/index.ts -19 1 frontend/src/components/Newsletter/Newsletter.tsx - -commit 4ebb2634abcfa9a24d4600f497e0df3fca63c843 -Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> -Date: Mon Mar 14 10:38:58 2022 +0100 - - fixed iframe styling (#200) - -10 2 frontend/src/App.css -2 14 frontend/src/pages/About.tsx -1 8 frontend/src/pages/Home.tsx - -commit 3cc9e3b29547d814db43501eb50ab59f03997aa3 -Author: Gilbert Emerson -Date: Sun Mar 13 01:32:27 2022 +0800 - - Edit .eslintrc.json and reformat files (#203) - -13 5 firebase/functions/.eslintrc.js -284 284 firebase/functions/src/index.ts -32 32 firebase/functions/src/payments.ts - -commit ce38f4bebe6ae8efc06e21505d1b2c834069b66b -Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> -Date: Fri Mar 11 10:20:56 2022 +0100 - - updated Firebase rule for chainAdmin (#199) - -1 1 firebase/firestore.rules - -commit f3e713fcf68259b147aa46ea31ce9b1411544cde -Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> -Date: Mon Mar 7 15:57:39 2022 +0000 - - Design and copy updates (#197) - - * signup intro text - - * added iframe, copy update - - * newsletter signup copy update - - * map scrollZoom - - * url update - - * naming update - - * more naming, styling and logo update - - * cleaned code - - * lint errors fix - -2 2 firebase/functions/src/index.ts -1 1 frontend/src/components/Footer.tsx -3 2 frontend/src/components/Newsletter/Newsletter.tsx -1 1 frontend/src/components/formActions.tsx -- - frontend/src/images/logos/Logo-CollAction.png -1 1 frontend/src/pages/Donate.tsx -2 72 frontend/src/pages/FindChain.tsx -19 13 frontend/src/pages/Home.tsx -1 1 frontend/src/pages/MessageSubmitted.tsx -15 0 frontend/src/pages/NewChainSignup.tsx -7 8 frontend/src/util/theme.ts - -commit 835fd0a88e79b046621f3970222b6a10080db250 -Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> -Date: Sun Mar 6 17:22:16 2022 +0000 - - netlify config fix (#196) - -1 1 frontend/netlify.toml - -commit 14cc6bf34c53be15bd8f9651cf4bfeb28989c7bb -Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> -Date: Sun Mar 6 16:56:32 2022 +0000 - - Bugfix/netlify config (#194) - - * fix - - * removed 'self' - - * cleaned code - - * netlify config fix - - * fix - -1 1 frontend/netlify.toml - -commit 0f4ab9a887890b0d7d7c53bff41d744c6d0e174b -Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> -Date: Sun Mar 6 16:16:21 2022 +0000 - - Bugfix/netlify config (#193) - - * fix - - * removed 'self' - - * cleaned code - - * netlify config fix - -1 2 frontend/netlify.toml - -commit 2d319c670b3d63b5c860eca90fccf9af9f50a929 -Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> -Date: Sun Mar 6 08:42:26 2022 +0000 - - Bugfix/netlify config (#192) - - * fix - - * removed 'self' - - * cleaned code - -1 1 frontend/netlify.toml - -commit e2e4f7f31da821dcda69324475c5da645b922757 -Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> -Date: Fri Mar 4 08:55:50 2022 +0000 - - fix (#191) - -1 0 frontend/netlify.toml -3 4 frontend/package.json - -commit bbdfb93bb208d0645b012e913f2ad2bf9b98d003 -Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> -Date: Thu Mar 3 16:38:17 2022 +0000 - - Faq Update (#190) - - * metadata naming update - - * added faq styling - - * added AccordionFaq component - - * style fix - - * code cleaning - -2 2 frontend/public/index.html -3 3 frontend/src/App.tsx -37 0 frontend/src/components/AccordionFaq/AccordionFaq.tsx -121 114 frontend/src/pages/About.tsx -1 1 frontend/src/pages/ChainEdit.tsx -1 1 frontend/src/pages/ChainMemberList.tsx -1 1 frontend/src/pages/ChainsList.js -2 2 frontend/src/pages/Contacts.js -0 186 frontend/src/pages/FAQ.tsx -5 0 frontend/src/pages/FAQ/FAQ.module.css -62 0 frontend/src/pages/FAQ/FAQ.tsx -81 0 frontend/src/pages/FAQ/hostsFaq.tsx -31 0 frontend/src/pages/FAQ/participantsFaq.tsx -1 1 frontend/src/pages/FindChain.tsx -1 1 frontend/src/pages/Home.tsx -83 77 frontend/src/pages/LandingPageMobile.tsx -1 1 frontend/src/pages/Login.tsx -1 1 frontend/src/pages/LoginEmailFinished.tsx -1 1 frontend/src/pages/Logout.tsx -2 2 frontend/src/pages/MessageSubmitted.tsx -1 1 frontend/src/pages/NewChainLocation.tsx -1 1 frontend/src/pages/NewChainSignup.tsx -2 2 frontend/src/pages/PrivacyPolicy.tsx -1 1 frontend/src/pages/Signup.tsx -2 2 frontend/src/pages/TermsOfUse.tsx -1 1 frontend/src/pages/Thankyou.tsx -1 1 frontend/src/pages/UserEdit.js -0 2 frontend/src/util/firebase/firebaseConfig.ts -9 6 frontend/src/util/theme.ts - -commit 726fd1a0a130bdb35434757e0f77fe54383fc4a8 -Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> -Date: Tue Mar 1 15:26:19 2022 +0000 - - added correct carousel logic (#189) - -6 36 frontend/src/components/Carousel.tsx - -commit 7774c6807eff6c40131abb5885a3031651ebdeff -Author: JBijker -Date: Tue Mar 1 11:05:59 2022 +0100 - - #137 donation functionality (#157) - - * Added Stripe npm packages - - * Front-end donation flow - - * Front-end: donation form - - * Back-end: Initialize payment function - - * Back-end: Stripe webhook - - * Clean-up - - * Donations UI and styling fixes (#160) - - * added donations page and updated carousel - - * New loop location styling fix (#156) - - * form styling fix - - * merge commit - - * logos update and landing page fixes - - * fixed mobile view - - * added maxZoom and static popup to map - - * made pages responsive - - * removed unused code - - * removed unused code, updated styling - - * removed unused code - - * updated api keys - - * fixed landing page donations UI - - * made var keys configurable - - Co-authored-by: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> - Co-authored-by: Giulia Mummolo - -23 1 firebase/functions/package-lock.json -2 1 firebase/functions/package.json -12 3 firebase/functions/src/index.ts -194 0 firebase/functions/src/payments.ts -44968 0 frontend/package-lock.json -2 0 frontend/package.json -4 1 frontend/public/locales/en/translation.json -4 1 frontend/public/locales/nl/translation.json -7 0 frontend/src/App.css -2 0 frontend/src/App.tsx -36 6 frontend/src/components/Carousel.tsx -105 0 frontend/src/components/Donation/Donation.module.css -118 0 frontend/src/components/Donation/Donation.module.scss -304 0 frontend/src/components/Donation/DonationForm.tsx -131 0 frontend/src/components/Donations.tsx -- - frontend/src/images/logos/LOGO-IMPACTHUB.png -- - frontend/src/images/logos/Logo-CollAction.png -31 0 frontend/src/images/logos/logo-impacthub.svg -38 0 frontend/src/pages/Donate.tsx -71 0 frontend/src/pages/FindChain.tsx -1 0 frontend/src/pages/Home.tsx -31 0 frontend/src/util/firebase/payments.ts -16 6 frontend/src/util/theme.ts -12 0 frontend/yarn.lock - -commit 23cb943f5ed2bb6ed26a3f0fc55275d491a0f4f2 -Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> -Date: Thu Feb 24 10:47:28 2022 +0000 - - Testimonials (#181) - - * carousel logic - - * component layout - - * logic update - - * translation - - * component visibility - - * copy - -2 1 frontend/public/locales/en/translation.json -2 1 frontend/public/locales/nl/translation.json -265 0 frontend/src/components/Testimonials.tsx -- - frontend/src/images/logos/Logo-CollAction.png -5 2 frontend/src/pages/Home.tsx - -commit 7883210d1dda4367830d2f81c14de42972f9fce8 -Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> -Date: Wed Feb 23 18:07:21 2022 +0000 - - errors fix (#180) - -298 288 firebase/functions/src/index.ts - -commit a3ef52ca031b41120cee3c8f9ac1174841189e9f -Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> -Date: Thu Feb 17 10:18:48 2022 +0000 - - Landing page design fixes (#178) - - * implemented few UI remarks - - * url visibility update - - * added missing dutch translation - -1 1 frontend/public/locales/en/translation.json -1 1 frontend/public/locales/nl/translation.json -0 1 frontend/src/App.css -1 2 frontend/src/App.tsx -42 47 frontend/src/components/Footer.tsx -55 61 frontend/src/components/Navbar.tsx -4 53 frontend/src/components/formActions.tsx -5 5 frontend/src/pages/FindChain.tsx -11 13 frontend/src/pages/Home.tsx -56 19 frontend/src/util/theme.ts - -commit b71573219dddfc7046f2fbf4c1e1926ec662765a -Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> -Date: Tue Feb 15 09:41:53 2022 +0000 - - added confirmaton message (#177) - -62 47 frontend/src/components/Newsletter/Newsletter.tsx - -commit ab10f127a761300d0c56c3ccf674374438d3d6b8 -Author: tberm <49910363+tberm@users.noreply.github.com> -Date: Mon Feb 14 18:33:55 2022 +0000 - - Show dutch loops message on loops page load if user in NL (#176) - -3 1 frontend/public/locales/en/translation.json -3 1 frontend/public/locales/nl/translation.json -1 1 frontend/src/App.css -59 28 frontend/src/pages/FindChain.tsx -6 1 frontend/src/util/theme.ts - -commit 0dcd902987f5207e266c7949ee648221072aeff4 -Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> -Date: Sun Feb 13 16:43:54 2022 +0000 - - Legal copy update (#175) - - * privacy policy copy update - - * terms of use copy update - - * fixed iframe bug - - * code refactoring - -1 1 frontend/netlify.toml -30 16 frontend/src/pages/About.tsx -92 76 frontend/src/pages/PrivacyPolicy.tsx -28 21 frontend/src/pages/TermsOfUse.tsx - -commit 3ae15b379dae5e423bfc6d764e3e740e270d13a6 -Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> -Date: Wed Feb 9 11:31:08 2022 +0000 - - Few UI fixes (#174) - - * footer update - - * removed language switcher on navbar - - * media and home update - - * map and copy update - - * fixed pages scrolling bug - - * emails template - - * updated child-src directive (Safari error) - -36 7 firebase/functions/src/index.ts -1 1 frontend/netlify.toml -13 2 frontend/src/App.css -65 63 frontend/src/App.tsx -14 4 frontend/src/components/Footer.tsx -4 2 frontend/src/components/Navbar.tsx -- - frontend/src/images/Team-pics.jpg -- - frontend/src/images/numbered-bag-outdoors.jpg -- - frontend/src/images/press-clippings-site.jpg -36 19 frontend/src/pages/About.tsx -1 2 frontend/src/pages/FindChain.tsx -12 11 frontend/src/pages/Home.tsx -13 0 frontend/src/util/scrollToTop.tsx -32 4 frontend/src/util/theme.ts - -commit 952ff5a9b624242beb95e43fd359052fdfe8ff54 -Author: Gilbert Emerson -Date: Tue Feb 8 00:23:08 2022 +0800 - - Chain admin notification email (#166) - - * Send notification to chain admin when someone new joined the chain - - * Format firebase directory - -9 0 firebase/.prettierrc -52 21 firebase/functions/src/index.ts - -commit 87f4153c1b013c7f1bf4639a0745c5b579e94fa3 -Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> -Date: Tue Feb 1 22:34:01 2022 +0000 - - Donations UI and styling fix copy (#165) - - * fixed mobile view - - * added maxZoom and static popup to map - - * made pages responsive and added logos - - * fixed styling and removed unused code - - * fixed mapbox transpiling error - - * fixed login styling - -4 1 frontend/package.json -115 56 frontend/src/App.css -5 4 frontend/src/components/Footer.tsx -56 50 frontend/src/components/FooterMobile.tsx -2 2 frontend/src/components/Layouts.tsx -6 3 frontend/src/components/Newsletter/Newsletter.tsx -- - frontend/src/images/logos/DOEN.png -- - frontend/src/images/logos/Logo-CollAction.png -- - frontend/src/images/logos/Logo_impact_hub.png -- - frontend/src/images/logos/PNH_logo.png -- - frontend/src/images/map_image.png -96 7 frontend/src/pages/FindChain.tsx -57 20 frontend/src/pages/Home.tsx -145 23 frontend/src/util/theme.ts - -commit 39f2f4c541a28bb3e252c951dd1c1a037267d4f0 -Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> -Date: Tue Feb 1 18:51:20 2022 +0000 - - Text and media update (#164) - - * replaced some images and copy - - * updated links - - * more images update - - * about page - - * updated popover text - - * image update - - * legal pages - - * FAQ page and fixed links - - * email copy update and fixed more links - - * Update translation - - Co-authored-by: tberm <49910363+tberm@users.noreply.github.com> - - * Update page path - - Co-authored-by: tberm <49910363+tberm@users.noreply.github.com> - - * removed unused code and added target attribute - - Co-authored-by: tberm <49910363+tberm@users.noreply.github.com> - -303 292 firebase/functions/src/index.ts -- - frontend/public/favicon.ico -8 3 frontend/public/locales/en/translation.json -8 3 frontend/public/locales/nl/translation.json -2 1 frontend/src/App.css -13 1 frontend/src/App.tsx -2 2 frontend/src/components/Carousel.tsx -5 5 frontend/src/components/Counters/Counters.tsx -2 3 frontend/src/components/FindChain/ChainNotFound.tsx -6 7 frontend/src/components/Footer.tsx -18 54 frontend/src/components/formActions.tsx -- - frontend/src/images/Join-Loop.jpg -- - frontend/src/images/Kirsten en Rosan.jpg -- - frontend/src/images/Kirsten-Rosan.jpg -- - frontend/src/images/Login.jpg -- - frontend/src/images/Selfies.jpg -- - frontend/src/images/Tassen-voor-carrousel2.jpg -- - frontend/src/images/Tassen-voor-carrousel3.jpg -104 0 frontend/src/pages/About.tsx -20 14 frontend/src/pages/ChainMemberList.tsx -186 0 frontend/src/pages/FAQ.tsx -23 23 frontend/src/pages/Home.tsx -7 12 frontend/src/pages/Login.tsx -1 1 frontend/src/pages/MessageSubmitted.tsx -328 0 frontend/src/pages/PrivacyPolicy.tsx -2 2 frontend/src/pages/Signup.tsx -350 0 frontend/src/pages/TermsOfUse.tsx -4 3 frontend/src/pages/Thankyou.tsx -59 8 frontend/src/util/theme.ts - -commit 0e9274aede46f701f8748219ca18e339ce50e4c0 -Author: tberm <49910363+tberm@users.noreply.github.com> -Date: Sun Jan 30 16:36:27 2022 +0000 - - Add map to loop edit (#163) - - * Extract chain details form into separate component - - * Update ChainEdit page to match NewChainLocation - - * clothing type and size for a chain changed to arrays for consistency - with Firestore functions - * return undefined rather than a partial object if trying to get a - non-existent chain from Firebase - - * Reformat with prettier - -3 0 firebase/functions/src/index.ts -1 0 frontend/public/locales/en/translation.json -1 0 frontend/public/locales/nl/translation.json -1 1 frontend/src/components/CategoriesDropdown.tsx -322 0 frontend/src/components/ChainDetailsForm.tsx -0 191 frontend/src/pages/ChainEdit.js -91 0 frontend/src/pages/ChainEdit.tsx -9 5 frontend/src/pages/ChainMemberList.tsx -28 337 frontend/src/pages/NewChainLocation.tsx -6 2 frontend/src/pages/Signup.tsx -1 0 frontend/src/types.ts -3 1 frontend/src/util/firebase/chain.ts - -commit e686d0171591c0ecafb75f256cae82ac1a963845 -Author: tberm <49910363+tberm@users.noreply.github.com> -Date: Sat Jan 29 16:00:31 2022 +0000 - - Form fixes (#159) - - * Make forms less laggy by only validating on blur - - * Fixes to contact form - - * Use Formik form state rather than handling values separately - * Fix "name" field being used in place of "message" field - * Make all the fields required - - * Make validation logic consistent / formatting tweaks - - * Make loop clothing type and size required - -6 2 frontend/src/pages/ChainEdit.js -17 21 frontend/src/pages/Contacts.js -6 9 frontend/src/pages/NewChainLocation.tsx -1 0 frontend/src/pages/NewChainSignup.tsx -1 0 frontend/src/pages/Signup.tsx -2 1 frontend/src/pages/UserEdit.js - -commit 6a12b7b257fcfb89866919fdfc28816e22785482 -Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> -Date: Sat Jan 22 15:26:11 2022 +0000 - - New loop location styling fix (#156) - - * form styling fix - - * merge commit - -6 1 frontend/src/components/FormFields.js -16 7 frontend/src/pages/NewChainLocation.tsx -1 1 frontend/src/pages/Signup.tsx -39 0 frontend/src/util/theme.ts -1 1 frontend/yarn.lock - -commit 26515f1b608a149f5c71e898826f4e19d75e71a6 -Author: Gilbert Emerson -Date: Sat Jan 22 01:29:07 2022 +0800 - - Refactor SearchBar #149 (#153) - - * Convert SearchBar to controlled component - - * Fix bug - - * Abstract SearchBar related components away from FindChain page - - * Remove redundant div - -58 0 frontend/src/components/FindChain/ChainNotFound.tsx -124 0 frontend/src/components/FindChain/SearchBar.tsx -91 0 frontend/src/components/FindChain/index.tsx -0 251 frontend/src/components/SearchBar.tsx -34 11 frontend/src/pages/FindChain.tsx -5252 2778 frontend/yarn.lock - -commit 84dd8aeb14b0ac51ffab467ff84d64219523e30a -Author: tberm <49910363+tberm@users.noreply.github.com> -Date: Wed Jan 19 12:22:07 2022 +0000 - - New loop flow redesign (new location step) (#151) - - * Redesign of new chain location step: interactive map - - * cleaned lock file and fixed react error - - * contact page redesign - - * form styling, updated react-scripts, cleaned code - - * Add geocoder search bar above new loop map - - * updated font and mui components - - * updated languages, alerts and pages styling - - * yarn update - - * New chain location form layout - - * Bind form radius field with size of circle on map - - * Remove unused variable - - * Make clothing sizes nested under gender - - * Add clothing gender/size select field functionality - - * Add progress bar to new location step - - * Restore padding for grid items (removed with merge) - - * Translations for new location form and clothing type/size options - - * Place geocoder search bar inside map - - * Incorporate map into form and add validation - - * Get place name from coords and submit chain details to firebase - - * Fixes to gender/size dropdowns following changes to categories object - - * Remove differences with main that came from merge from other branch - - * Minor tweaks after reviewing branch - - * Apply prettier to modified files - - Co-authored-by: Giulia Mummolo - -1 0 frontend/package.json -17 0 frontend/public/locales/en/translation.json -17 0 frontend/public/locales/nl/translation.json -12 0 frontend/src/App.css -5 5 frontend/src/components/CategoriesDropdown.tsx -62 3 frontend/src/components/FormFields.js -3 3 frontend/src/components/SearchBar.tsx -10 10 frontend/src/components/SizesDropdown.tsx -4 5 frontend/src/index.tsx -0 2 frontend/src/pages/ChainEdit.js -12 2 frontend/src/pages/Geocoding.tsx -0 379 frontend/src/pages/NewChainLocation.js -375 0 frontend/src/pages/NewChainLocation.tsx -2 2 frontend/src/pages/NewChainSignup.tsx -1 1 frontend/src/pages/UserEdit.js -4 0 frontend/src/types.ts -13 16 frontend/src/util/categories.ts -1 1 frontend/src/util/firebase/chain.ts -12 1 frontend/src/util/theme.ts -2835 5099 frontend/yarn.lock - -commit 638ea17efd574bb222548485c046fa168ff69367 -Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> -Date: Tue Jan 18 19:01:40 2022 +0000 - - Styling update (#150) - - * base styling sheets update - - * updated few components - - * updated confirmation pages - - * confirmation pages update - - * restyled map popup - - * restyled contact form - - * restyled user/chain edit forms - - * restyled login/signup pages - - * fixed image naming - -3 2 frontend/public/locales/en/translation.json -3 2 frontend/public/locales/nl/translation.json -73 8 frontend/src/App.css -14 0 frontend/src/components/FormFields.js -1 0 frontend/src/components/LanguageSwitcher.tsx -5 1 frontend/src/components/Popover.tsx -15 10 frontend/src/components/SearchBar.tsx -6 1 frontend/src/components/SizesDropdown.tsx -- - frontend/src/images/numbered-bag-outdoors.png -3 2 frontend/src/pages/ChainEdit.js -16 8 frontend/src/pages/Contacts.js -12 20 frontend/src/pages/FindChain.tsx -78 63 frontend/src/pages/Login.tsx -23 8 frontend/src/pages/MessageSubmitted.tsx -16 5 frontend/src/pages/NewChainSignup.tsx -81 75 frontend/src/pages/Signup.tsx -16 8 frontend/src/pages/Thankyou.tsx -12 12 frontend/src/pages/UserEdit.js -158 111 frontend/src/util/theme.ts - -commit 9fe39e674aa50b6cb044b18c082b39e682b8f3a6 -Author: Gilbert Emerson -Date: Wed Jan 19 01:20:39 2022 +0800 - - Setup .prettierrc #144 (#148) - - * Setup .prettierrc - - * Run prettier on all files using the config file - -9 0 frontend/.prettierrc -18 19 frontend/src/App.css -3 3 frontend/src/App.test.tsx -14 10 frontend/src/components/AuthProvider.tsx -3 3 frontend/src/components/ChainsProvider.tsx -1 1 frontend/src/components/Counters/Counters.tsx -1 5 frontend/src/components/Counters/SingleCounter.tsx -1 1 frontend/src/components/Layouts.tsx -33 33 frontend/src/components/Newsletter/Newsletter.tsx -1 1 frontend/src/components/formActions.tsx -16 12 frontend/src/i18n.tsx -7 7 frontend/src/index.tsx -45 46 frontend/src/pages/FindChain.tsx -1 1 frontend/src/pages/Home.tsx -1 1 frontend/src/pages/LandingPageMobile.tsx -1 1 frontend/src/pages/MessageSubmitted.tsx -1 4 frontend/src/pages/NewChainSignup.tsx -2 2 frontend/src/reportWebVitals.ts -1 1 frontend/src/setupTests.ts -3 9 frontend/src/util/firebase/chain.ts -2 2 frontend/src/util/firebase/firebaseConfig.ts -3 3 frontend/src/util/firebase/mail.ts -6 6 frontend/src/util/firebase/newsletter.ts -16 16 frontend/src/util/firebase/user.ts -2 9 frontend/tsconfig.json - -commit ed4c1fc3a5eebec9be84125a47d26f9b337600cb -Author: Gilbert Emerson -Date: Wed Jan 19 01:17:03 2022 +0800 - - Use React Context for chains #136 (#143) - - * Implement ChainsProvider Context - - * Remove unefficient chains querying - - * Use ChainsProvider Context - -61 50 frontend/src/App.tsx -20 0 frontend/src/components/ChainsProvider.tsx -3 11 frontend/src/components/Counters/Counters.tsx -5 11 frontend/src/pages/ChainsList.js -9 12 frontend/src/pages/FindChain.tsx -4 13 frontend/src/pages/Home.tsx -0 7 frontend/src/util/firebase/chain.ts - -commit ef6597bd7e0ec31dd4e7210ddef49ac42d44ce3c -Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> -Date: Mon Jan 17 11:18:52 2022 +0000 - - Data export (#145) - - * added react-csv package - - * added DataExport component - - * added DataExport component to pages - -2 0 frontend/package.json -1 0 frontend/public/locales/en/translation.json -1 0 frontend/public/locales/nl/translation.json -103 0 frontend/src/components/DataExport.tsx -30 28 frontend/src/pages/ChainMemberList.tsx -3 1 frontend/src/pages/ChainsList.js -25 1 frontend/src/util/theme.ts -12 0 frontend/yarn.lock - -commit 758f9a569d893fb985dd92d509277bd17751371e -Author: Gilbert Emerson -Date: Mon Jan 17 12:18:15 2022 +0800 - - Clustering (#133) (#142) - - * Implement clustering - - * Fix only show published chain - - * Points and clusters styling - - * Fix gender precedence using include instead of first element in array (preserving older logic) - - * Fix bug unpublshed chain might be displayed erroneously - -136 36 frontend/src/pages/FindChain.tsx -916 936 frontend/yarn.lock - -commit 4b77c1734db571ae80867e2b2520f68c78fb08b2 -Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> -Date: Sat Jan 15 18:14:59 2022 +0000 - - Admin actions pages redesign (#141) - - * user edit functionality - - * edit loop functionality - - * implemented loops list - - * added attribute to component - - * removed active users field - -11 2 frontend/public/locales/en/translation.json -10 1 frontend/public/locales/nl/translation.json -3 21 frontend/src/App.css -89 0 frontend/src/components/CategoriesDropdown.tsx -4 1 frontend/src/components/GeocoderSelector.js -2 2 frontend/src/components/Layouts.tsx -1 0 frontend/src/components/SearchBar.tsx -16 1 frontend/src/components/SizesDropdown.tsx -3 0 frontend/src/images/right-arrow-white.svg -55 136 frontend/src/pages/ChainEdit.js -1 1 frontend/src/pages/ChainMemberList.tsx -121 100 frontend/src/pages/ChainsList.js -1 0 frontend/src/pages/NewChainSignup.tsx -1 0 frontend/src/pages/Signup.tsx -67 28 frontend/src/pages/UserEdit.js -86 22 frontend/src/util/theme.ts - -commit 40a7098d099d05bfc76a1a837267916b0fa9d021 -Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> -Date: Thu Jan 13 20:58:03 2022 +0000 - - added google fonts to netlify headers (#139) - -2 2 frontend/netlify.toml - -commit 2f6c16cf86ae4f3f40530ed8b9add24f30e31421 -Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> -Date: Wed Jan 12 17:26:20 2022 +0000 - - Header/footer and internationalization fix (#138) - -0 0 frontend/public/locales/{english => en}/translation.json -0 0 frontend/public/locales/{dutch => nl}/translation.json -47 39 frontend/src/components/Footer.tsx -3 4 frontend/src/components/LanguageSwitcher.tsx -64 53 frontend/src/components/Navbar.tsx - -commit 3ab6199b09fbb389b735008f8cd478069c93c57c -Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> -Date: Tue Jan 11 14:16:42 2022 +0000 - - Landing page design rebase (#135) - - * WIP - - * first redesign iteration - - * added more sections and fixed buttons styling - - * mobile view - - * WIP - - * counters logic - - removed unused package - - * styling settings migration - - * carousel and logos update - - * Newsletter (#129) (#132) - - * Install Playfair Display font - - * Implement Newsletter component with styling - - * Implement newsletter firebase functionalities - - * Fix lint error - - * counters sorting - - * header and footer redesign - - * minor styling fix - - * Navbar code refactoring - - * counters hook refactor - - Co-authored-by: Gilbert Emerson - -25 0 firebase/functions/src/index.ts -2 0 frontend/package.json -2 1 frontend/public/locales/dutch/translation.json -2 1 frontend/public/locales/english/translation.json -118 23 frontend/src/App.css -3 16 frontend/src/App.tsx -19 0 frontend/src/components/Carousel.tsx -70 0 frontend/src/components/Counters/Counters.tsx -36 0 frontend/src/components/Counters/SingleCounter.tsx -18 0 frontend/src/components/Counters/hooks.tsx -49 24 frontend/src/components/Footer.tsx -74 0 frontend/src/components/FooterMobile.tsx -1 2 frontend/src/components/LanguageSwitcher.tsx -25 25 frontend/src/components/Navbar.tsx -124 0 frontend/src/components/Newsletter/Newsletter.tsx -3 0 frontend/src/components/Newsletter/arrow-right.svg -- - frontend/src/fonts/Montserrat.ttf -- - frontend/src/images/Nichon_zelfportret.jpg -- - frontend/src/images/Utrecht.jpeg -3 0 frontend/src/images/arrow_vector.svg -- - frontend/src/images/carousel_image_one.png -- - frontend/src/images/carousel_image_two.png -- - frontend/src/images/circles.png -- - frontend/src/images/clothes.png -- - frontend/src/images/hero-image.png -3 0 frontend/src/images/horizontal_arrow.svg -3 0 frontend/src/images/horizontal_arrow_large.svg -- - frontend/src/images/image_3.png -- - frontend/src/images/logos/LOGO-IMPACTHUB.png -- - frontend/src/images/logos/Logo-CollAction.png -- - frontend/src/images/logos/Logo_WDCD.png -3 0 frontend/src/images/logos/essense-logo.svg -- - frontend/src/images/{ => logos}/sfm_logo.png -- - frontend/src/images/map_image.png -3 0 frontend/src/images/right-arrow-yellow.svg -224 42 frontend/src/pages/Home.tsx -103 0 frontend/src/pages/LandingPageMobile.tsx -16 9 frontend/src/util/firebase/chain.ts -24 0 frontend/src/util/firebase/newsletter.ts -670 38 frontend/src/util/theme.ts -93 8 frontend/yarn.lock - -commit 522b248b9de06c4d08bf64e9a10a883de63d9d87 -Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> -Date: Thu Dec 30 22:35:36 2021 +0100 - - Bugfix/header footer visibility landing (#131) - - * added check for header footer visibility - - * added comment - -15 2 frontend/src/App.tsx - -commit 9c748b4eb64b00feffa56e06edb7283602413c45 -Author: Gilbert Emerson -Date: Thu Dec 30 02:47:51 2021 +0800 - - Admin page redesign (#119) (#127) - - * Re-install font Monserrat - - * Temporary fix for react-error-overlay bug having blocking transparent iFrame - - * Add util function to remove user from chain - - * Initial overall change to admin page - - * Use emulator for local dev environment - - * Finalize styling - - * Fix bug not calling auth emulator on reload - -3 0 firebase/.gitignore -16 1 firebase/firebase.json -2 0 firebase/functions/.gitignore -1 0 firebase/functions/package-lock.json -5 0 frontend/package.json -37 45 frontend/src/App.css -5 1 frontend/src/components/AuthProvider.tsx -261 191 frontend/src/pages/ChainMemberList.tsx -1 1 frontend/src/pages/ChainsList.js -4 0 frontend/src/util/firebase/chain.ts -4 0 frontend/src/util/firebase/firebaseConfig.ts -4 0 frontend/src/util/firebase/mail.ts -23 11 frontend/src/util/firebase/user.ts -259 304 frontend/yarn.lock - -commit d92728be7cd991894da0592a8c4374059ad398e7 -Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> -Date: Wed Dec 29 15:17:38 2021 +0100 - - Feature/more styling fixes (#128) - - * contact page redesign - - * form styling, updated react-scripts, cleaned code - - * updated font and mui components - - * updated languages, alerts and pages styling - - * removed unused import - -0 6 frontend/public/index.html -6 1 frontend/public/locales/{nl => dutch}/translation.json -6 1 frontend/public/locales/{en => english}/translation.json -28 16 frontend/src/App.css -7 0 frontend/src/App.tsx -7 6 frontend/src/components/FormFields.js -0 3 frontend/src/components/GeocoderSelector.js -2 2 frontend/src/components/LanguageSwitcher.tsx -2 2 frontend/src/components/Layouts.tsx -2 8 frontend/src/components/Navbar.tsx -64 0 frontend/src/components/Popover.tsx -45 0 frontend/src/components/ProgressBar.tsx -28 17 frontend/src/components/SearchBar.tsx -5 5 frontend/src/components/SizesDropdown.tsx -- - frontend/src/fonts/Montserrat.ttf -1 1 frontend/src/pages/ChainEdit.js -94 73 frontend/src/pages/Contacts.js -2 1 frontend/src/pages/FindChain.tsx -1 1 frontend/src/pages/Home.tsx -10 2 frontend/src/pages/Login.tsx -29 11 frontend/src/pages/LoginEmailFinished.tsx -23 9 frontend/src/pages/Logout.tsx -38 0 frontend/src/pages/MessageSubmitted.tsx -7 14 frontend/src/pages/NewChainLocation.js -21 14 frontend/src/pages/NewChainSignup.tsx -16 14 frontend/src/pages/Signup.tsx -23 13 frontend/src/pages/Thankyou.tsx -0 4 frontend/src/pages/UserEdit.js -138 38 frontend/src/util/theme.ts - -commit 979a646b7f111462743a1b4c17a6c4d8ad41e9c2 -Author: tberm <49910363+tberm@users.noreply.github.com> -Date: Sun Dec 19 12:32:25 2021 +0000 - - Header redesign (#124) - - * Re-style footer and add across all pages - - * Undo accidentally committed change - - * Move styling into theme.ts - - * Move styling for top-level app wrapper from in-line to css - - * Minor cleanup tweaks before PR - - * Update nav links text to match changes in Figma design - - * Standardise font size of header elements - - * Add placeholder logo to header and tweak layout - - * Make logo in header a link to the home page - - * Add 'Download" button and show/hide buttons depending on role - - * Increase font size of header elements - - * Remove unused import; minor formatting tweak - -1 0 frontend/public/locales/en/translation.json -1 0 frontend/public/locales/nl/translation.json -61 40 frontend/src/components/Navbar.tsx -29 1 frontend/src/util/theme.ts - -commit 389b0934a90cefba4ef70d6671f1bc5f4b539752 -Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> -Date: Thu Dec 16 13:22:33 2021 +0000 - - Signup styling and minor fixes (#123) - - * merge changes - - * signup forms redesign and fixed few styling bugs - - * updated mui library - -7 5 frontend/package.json -10 3 frontend/public/locales/en/translation.json -8 1 frontend/public/locales/nl/translation.json -94 2 frontend/src/App.css -4 5 frontend/src/App.tsx -10 3 frontend/src/components/GeocoderSelector.js -20 2 frontend/src/components/Layouts.tsx -144 0 frontend/src/components/formActions.tsx -70 67 frontend/src/pages/ChainMemberList.tsx -1 1 frontend/src/pages/ChainsList.js -19 18 frontend/src/pages/FindChain.tsx -0 3 frontend/src/pages/Geocoding.tsx -58 46 frontend/src/pages/Login.tsx -1 1 frontend/src/pages/LoginEmailFinished.tsx -13 128 frontend/src/pages/NewChainSignup.tsx -13 127 frontend/src/pages/Signup.tsx -24 14 frontend/src/pages/Thankyou.tsx -94 12 frontend/src/util/theme.ts -3026 3450 frontend/yarn.lock - -commit 559ae56f2459f7debc28f8cd08376615ad07bae1 -Author: tberm <49910363+tberm@users.noreply.github.com> -Date: Thu Dec 9 13:51:25 2021 +0000 - - Footer redesign (#121) - - * Re-style footer and add across all pages - - * Undo accidentally committed change - - * Move styling into theme.ts - - * Move styling for top-level app wrapper from in-line to css - - * Minor cleanup tweaks before PR - - * Update nav links text to match changes in Figma design - - * Tweaks to code style from PR comments - -6 20 frontend/src/App.css -3 1 frontend/src/App.tsx -28 11 frontend/src/components/Footer.tsx -0 1 frontend/src/pages/Home.tsx -38 0 frontend/src/util/theme.ts - -commit db9423162d9a52abbebb46081175e5f7fb69a69f -Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> -Date: Wed Dec 8 17:15:06 2021 +0000 - - Sizing and signup redesign (#122) - - * components update - - * geocoding update - - * sizing update and part of signup redesign - -8 8 firebase/functions/src/index.ts -3 1 frontend/package.json -6 0 frontend/public/index.html -8 1 frontend/public/locales/en/translation.json -8 1 frontend/public/locales/nl/translation.json -41 6 frontend/src/App.css -13 7 frontend/src/components/FormFields.js -1 9 frontend/src/components/GeocoderSelector.js -2 2 frontend/src/components/LanguageSwitcher.tsx -46 0 frontend/src/components/Layouts.tsx -13 34 frontend/src/components/SearchBar.tsx -140 0 frontend/src/components/SizesDropdown.tsx -1 1 frontend/src/pages/ChainEdit.js -2 2 frontend/src/pages/FindChain.tsx -40 0 frontend/src/pages/Geocoding.tsx -112 97 frontend/src/pages/NewChainSignup.tsx -163 142 frontend/src/pages/Signup.tsx -2 9 frontend/src/pages/UserEdit.js -1 1 frontend/src/types.ts -13 1 frontend/src/util/categories.ts -1 1 frontend/src/util/firebase/user.ts -55 4 frontend/src/util/theme.ts -590 15 frontend/yarn.lock - -commit a16c12cad9e56342d561748ecd588572ce63615e -Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> -Date: Fri Dec 3 22:37:07 2021 +0000 - - Find loops redesign (#120) - - * find loops page and header redesign - - * removed unused variables - - * removed unused file - - * added types and refactored filter function - - * fixed type - -22 2 frontend/public/locales/en/translation.json -21 1 frontend/public/locales/nl/translation.json -45 75 frontend/src/App.css -31 17 frontend/src/components/LanguageSwitcher.tsx -12 7 frontend/src/components/Navbar.tsx -255 0 frontend/src/components/SearchBar.tsx -88 309 frontend/src/pages/FindChain.tsx -225 21 frontend/src/util/theme.ts - -commit 3c67a3c19368771556b645cd351b90f95b71ca07 -Author: emreesendir <42443790+emreesendir@users.noreply.github.com> -Date: Tue Nov 16 21:02:30 2021 +0100 - - Contact mail (#111) - - * contact mail - - * contact mail - - * contact mail - - * contact mail - - * contact mail - -2 1 .github/workflows/deploy-firebase-acc.yml -2 1 .github/workflows/deploy-firebase-prod.yml -47 0 firebase/functions/src/index.ts -26 2 frontend/src/pages/Contacts.js -20 0 frontend/src/util/firebase/mail.ts - -commit d6eee8a7cfdf8e7a509733396eaebae805070c0b -Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> -Date: Thu Oct 28 13:11:23 2021 +0100 - - added new map functionalities and styling (#105) - -4 0 frontend/package.json -51 4 frontend/src/App.css -32 10 frontend/src/components/LanguageSwitcher.tsx -2 1 frontend/src/components/Navbar.tsx -1 1 frontend/src/pages/ChainEdit.js -1 1 frontend/src/pages/ChainsList.js -56 7 frontend/src/pages/FindChain.tsx -2 2 frontend/src/pages/NewChainLocation.js -3 3 frontend/src/pages/NewChainSignup.tsx -1 1 frontend/src/pages/Signup.tsx -1 1 frontend/src/pages/UserEdit.js -6 6 frontend/src/util/theme.ts -259 4 frontend/yarn.lock - -commit 2eca491c448c18b4f345369c8aacecbad52a40a9 -Author: emreesendir <42443790+emreesendir@users.noreply.github.com> -Date: Sun Oct 24 16:54:04 2021 +0200 - - Issue #96 newsletters t&c popup (#104) - - * newsletters t&c popup - - * newsletters t&c popup - -0 2 frontend/src/App.tsx -111 8 frontend/src/pages/NewChainSignup.tsx -0 38 frontend/src/pages/PrivacyPolicy.tsx -111 8 frontend/src/pages/Signup.tsx - -commit c83f171bbe5b753cfa4af73dacd6a685a9ceb8c8 -Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> -Date: Fri Oct 22 19:45:38 2021 +0100 - - added explanatory text (#100) - - * added explanatory text - - * increased font size - -58 13 frontend/src/App.css -13 4 frontend/src/components/GeocoderSelector.js -6 1 frontend/src/pages/ChainEdit.js -0 76 frontend/src/pages/ChainInformation.js -156 134 frontend/src/pages/ChainMemberList.tsx -10 6 frontend/src/pages/ChainsList.js -30 13 frontend/src/pages/FindChain.tsx -62 55 frontend/src/pages/Login.tsx -33 8 frontend/src/pages/NewChainLocation.js -110 96 frontend/src/pages/NewChainSignup.tsx -20 7 frontend/src/pages/Signup.tsx -6 1 frontend/src/pages/UserEdit.js -4 0 frontend/src/util/theme.ts - -commit c262abd30afa81a30e6421a9a71d1237ae5dcf72 -Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> -Date: Sat Oct 9 11:18:50 2021 +0100 - - temporary landing page (#95) - - * created new landing page - - * removed empty line - -- - frontend/public/videos/TCL-video.mp4 -393 319 frontend/src/App.css -3 2 frontend/src/App.tsx -20 0 frontend/src/pages/LandingPage.tsx -4 0 frontend/src/util/theme.ts - -commit 05122c847b2360d7843ecf5cfc75083fd5df38e4 -Author: emreesendir <42443790+emreesendir@users.noreply.github.com> -Date: Thu Oct 7 22:07:20 2021 +0200 - - loop search optimization (#91) (#93) - - * loop search optimization (#91) - - * loop search optimization - - * loop search optimization - -29 12 frontend/src/pages/FindChain.tsx - -commit d817042c9e6353d17cf9007d505470c730529082 -Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> -Date: Tue Sep 28 21:01:36 2021 +0200 - - updated routing naming to loops (#92) - -3 15 frontend/src/App.css -7 12 frontend/src/App.tsx -5 5 frontend/src/components/Navbar.tsx -2 2 frontend/src/pages/ChainEdit.js -2 3 frontend/src/pages/ChainMemberList.tsx -1 1 frontend/src/pages/ChainsList.js -1 1 frontend/src/pages/FindChain.tsx -2 2 frontend/src/pages/NewChainSignup.tsx -2 2 frontend/src/pages/UserEdit.js - -commit 2a5abea767fbae5a5651ef558b787b78e8fd557c -Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> -Date: Thu Sep 23 15:35:50 2021 +0200 - - added contact us page with form (#90) - -33 0 frontend/src/App.css -33 6 frontend/src/App.tsx -24 0 frontend/src/components/Footer.tsx -16 1 frontend/src/components/FormFields.js -4 4 frontend/src/components/Navbar.tsx -103 0 frontend/src/pages/Contacts.js -3 2 frontend/src/pages/Home.tsx - -commit 6f7e889afe7b56f93671f0ff0ea3c7448c742072 -Author: kfless12 <46584348+kfless12@users.noreply.github.com> -Date: Fri Sep 17 10:59:49 2021 -0400 - - Privacy statement (#84) - - * added privacy statment and a privacy policy page with placeholder text for now - - * added privacy statment and a privacy policy page with placeholder text for now - -1 0 firebase/functions/.eslintrc.js -2 0 frontend/src/App.tsx -3 2 frontend/src/pages/NewChainSignup.tsx -38 0 frontend/src/pages/PrivacyPolicy.tsx -4 3 frontend/src/pages/Signup.tsx - -commit 15a90cc12a8a25e332d41897f57319ae34105f47 -Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> -Date: Tue Aug 31 19:46:42 2021 +0200 - - Filters and admin update (#80) - - * publish chain functionality - - * edit chain using Formik - - * merge changes - - * edit chain categories and coordinates - - * fixed few issues - - * code refactoring - - * chain filters logic update - - * added types for sizes - - * filters styling - - * keys update - - * sizes filter on new chain form - - * updated naming - - * naming update - - * updated categories filter logic - - * updated categories logic for new chain - - * categories selection refactor on edit chain - - * fixed marker location bug - - * code refactoring - - * chain filters logic update - - * keys update - - * naming update - - * categories selection refactor on edit chain - - * code refactoring - - * updated members list - - * admin pages update - - * fixed layout and more filter functionalities - - * fixed several issues - - * name convention update and user update - -12 0 frontend/src/App.css -1 1 frontend/src/components/Navbar.tsx -- - frontend/src/images/Naamloze-presentatie.jpeg -- - frontend/src/images/clothing-loop.png -1 1 frontend/src/pages/ChainEdit.js -20 14 frontend/src/pages/ChainMemberList.tsx -1 3 frontend/src/pages/FindChain.tsx -46 41 frontend/src/pages/Home.tsx -2 2 frontend/src/pages/Login.tsx -2 2 frontend/src/pages/NewChainSignup.tsx -2 2 frontend/src/pages/Signup.tsx -21 15 frontend/src/pages/Thankyou.tsx -135 43 frontend/src/pages/UserEdit.js - -commit c53fcebeb5cd51e5e886545bf6e5ddcf8915e4f4 -Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> -Date: Fri Aug 27 10:27:20 2021 +0200 - - Admin functionalities update (#79) - - * publish chain functionality - - * edit chain using Formik - - * merge changes - - * edit chain categories and coordinates - - * fixed few issues - - * code refactoring - - * chain filters logic update - - * added types for sizes - - * filters styling - - * keys update - - * sizes filter on new chain form - - * updated naming - - * naming update - - * updated categories filter logic - - * updated categories logic for new chain - - * categories selection refactor on edit chain - - * fixed marker location bug - - * code refactoring - - * chain filters logic update - - * keys update - - * naming update - - * categories selection refactor on edit chain - - * code refactoring - - * updated members list - - * admin pages update - - * fixed layout and more filter functionalities - - * fixed several issues - -87 40 frontend/src/App.css -74 27 frontend/src/pages/ChainEdit.js -2 2 frontend/src/pages/ChainInformation.js -139 64 frontend/src/pages/ChainMemberList.tsx -115 31 frontend/src/pages/ChainsList.js -57 37 frontend/src/pages/FindChain.tsx -1 1 frontend/src/pages/Home.tsx -1 1 frontend/src/pages/Login.tsx -1 1 frontend/src/pages/LoginEmailFinished.tsx -1 1 frontend/src/pages/Logout.tsx -102 40 frontend/src/pages/NewChainLocation.js -2 2 frontend/src/pages/NewChainSignup.tsx -83 74 frontend/src/pages/Signup.tsx -1 1 frontend/src/pages/Thankyou.tsx -1 1 frontend/src/pages/UserEdit.js - -commit b65ffac57e9e371d5862de311343dffd87a77522 -Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> -Date: Mon Aug 9 10:39:15 2021 +0200 - - Filters and admin update (#78) - - * publish chain functionality - - * edit chain using Formik - - * merge changes - - * edit chain categories and coordinates - - * fixed few issues - - * code refactoring - - * chain filters logic update - - * added types for sizes - - * filters styling - - * keys update - - * sizes filter on new chain form - - * updated naming - - * naming update - - * updated categories filter logic - - * updated categories logic for new chain - - * categories selection refactor on edit chain - - * fixed marker location bug - - * code refactoring - -36 0 frontend/src/App.css -49 30 frontend/src/pages/ChainEdit.js -167 57 frontend/src/pages/FindChain.tsx -52 22 frontend/src/pages/NewChainLocation.js -1 1 frontend/src/types.ts -6 0 frontend/src/util/categories.ts - -commit c5a39da1828c4f9347e380fa457a9c82a2388d28 -Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> -Date: Tue Jul 13 00:24:58 2021 +0100 - - New Chain Form Update (#77) - - * publish chain functionality - - * edit chain using Formik - - * merge changes - - * edit chain categories and coordinates - - * fixed few issues - - * code refactoring - -27 3 frontend/src/App.css -1 1 frontend/src/pages/ChainEdit.js -164 123 frontend/src/pages/NewChainLocation.js - -commit 3348d23019a9c14c7925d4e35ccae19428356198 -Author: Tim Stokman <41363+timstokman@users.noreply.github.com> -Date: Mon Jul 12 10:55:53 2021 +0200 - - Firebase deployment pipeline (#76) - -36 0 .github/workflows/deploy-firebase-acc.yml -36 0 .github/workflows/deploy-firebase-prod.yml -1258 910 firebase/functions/package-lock.json -3 3 firebase/functions/package.json -11 18 firebase/functions/src/index.ts - -commit 5438e3ff0aa51d0614f54898f05f49ed815139e3 -Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> -Date: Thu Jul 8 22:30:12 2021 +0100 - - Admin pages: publish and edit chains (#75) - - * publish chain functionality - - * edit chain using Formik - - * merge changes - - * edit chain categories and coordinates - - * fixed few issues - - * code refactoring - - * code refactoring - -19 0 frontend/src/App.css -166 53 frontend/src/pages/ChainEdit.js -135 62 frontend/src/pages/ChainMemberList.tsx -33 31 frontend/src/pages/ChainsList.js -141 141 frontend/src/pages/FindChain.tsx -14 10 frontend/src/util/firebase/chain.ts -38 18 frontend/src/util/firebase/user.ts - -commit 2b4da09cd309c9e5b41c97212e069f6cab7e83fb -Author: Tim Stokman <41363+timstokman@users.noreply.github.com> -Date: Tue Jul 6 15:19:21 2021 +0200 - - Fix numerous minor issues (#74) - - * Add page titles, fix user logout issues, fix create chain layout issues - - * Let login form use formik instead of useForm - -2 0 frontend/package.json -4 4 frontend/src/App.tsx -4 1 frontend/src/components/AuthProvider.tsx -7 3 frontend/src/pages/ChainEdit.js -8 3 frontend/src/pages/ChainInformation.js -7 2 frontend/src/pages/ChainMemberList.tsx -7 2 frontend/src/pages/ChainsList.js -9 4 frontend/src/pages/{Map.tsx => FindChain.tsx} -10 5 frontend/src/pages/{About.tsx => Home.tsx} -54 27 frontend/src/pages/Login.tsx -12 11 frontend/src/pages/LoginEmailFinished.tsx -10 6 frontend/src/pages/Logout.tsx -91 99 frontend/src/pages/NewChainLocation.js -7 2 frontend/src/pages/NewChainSignup.tsx -7 2 frontend/src/pages/Signup.tsx -7 2 frontend/src/pages/Thankyou.tsx -7 2 frontend/src/pages/UserEdit.js -27 0 frontend/yarn.lock - -commit e858b97828b1d02cc6dc9787fd1c914bdc367e3a -Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> -Date: Mon Jul 5 17:48:49 2021 +0100 - - phone validation E.164 standard and form tweaks (#73) - - * phone validation E.164 standard and form tweaks - - * fixed uncommented code - - * removed unused libraries - - * code refactor - - * removed log - - * file update - -0 3 frontend/package.json -5 10 frontend/src/components/FormFields.js -26 9 frontend/src/pages/NewChainSignup.tsx -0 50 frontend/yarn.lock - -commit df22db91b5c7d4e8612ce661bee23ec245d778e0 -Author: Tim Stokman <41363+timstokman@users.noreply.github.com> -Date: Sun Jul 4 23:13:02 2021 +0200 - - Default location in case no user location available (#72) - -36 28 frontend/src/pages/{Map.js => Map.tsx} -7 0 frontend/src/pages/NewChainLocation.js -8 0 frontend/src/types.ts - -commit 927464ccd2aa44d5031434d1648495bb44a635f0 -Author: Tim Stokman <41363+timstokman@users.noreply.github.com> -Date: Sun Jul 4 16:55:21 2021 +0200 - - Netlify config - -2 3 firebase/firestore.rules -1 1 firebase/functions/src/index.ts -36 0 frontend/netlify.toml -1 0 frontend/package.json -2 2 frontend/public/index.html -1 1 frontend/src/App.tsx -11 10 frontend/src/components/Navbar.tsx -3 1 frontend/src/pages/LoginEmailFinished.tsx -14 18 frontend/src/pages/Map.js -15 11 frontend/src/pages/NewChainLocation.js -0 6 frontend/src/util/api.ts -8 0 frontend/yarn.lock -2 0 netlify.toml - -commit 4cf30d5bb8e91114f392dbd96d1d127fc4c25e3b -Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> -Date: Sat Jul 3 18:14:27 2021 +0100 - - Customizing navbar based on user role (#70) - - * Customizing navbar based on user role - - * Customizing navbar based on user role - - * removed logs - - * removed code - - * refactored code with null coalescion operator - -1 0 firebase/functions/src/index.ts -1 1 frontend/src/App.tsx -22 5 frontend/src/components/Navbar.tsx -13 8 frontend/src/pages/LoginEmailFinished.tsx - -commit 507eab14574441441bcc12e8b3075ef3309c8ab6 -Author: Tim Stokman <41363+timstokman@users.noreply.github.com> -Date: Sat Jul 3 17:47:20 2021 +0200 - - Ensure chain admins can't publish their own chains, ensure backend validation for users reaches frontend (#69) - - * Ensure chain admins can't publish their own chains, ensure backend validation messages creating a user will arrive at the frontend - - * Lock down delete - -4 2 firebase/firestore.rules -1 0 firebase/functions/.eslintrc.js -32 12 firebase/functions/src/index.ts -0 1 frontend/src/pages/NewChainLocation.js -10 3 frontend/src/pages/NewChainSignup.tsx -17 9 frontend/src/pages/Signup.tsx -6 1 frontend/src/util/firebase/user.ts - -commit f909f894d9abe65e50c5e6be1336eac1943a0ed8 -Author: Tim Stokman <41363+timstokman@users.noreply.github.com> -Date: Thu Jul 1 22:32:32 2021 +0200 - - Fix numerous issues (#68) - - * Refactor routes - - * Tweaks - - * Update backend - - * Rest of the fixes - - * Numerous tweaks - - * Typo - -1 1 firebase/firestore.rules -137 50 firebase/functions/src/index.ts -1 0 frontend/package.json -9 0 frontend/public/locales/en/translation.json -9 0 frontend/public/locales/nl/translation.json -28 28 frontend/src/App.tsx -38 0 frontend/src/components/AuthProvider.tsx -2 2 frontend/src/components/FormFields.js -1 1 frontend/src/components/GeocoderSelector.js -14 6 frontend/src/components/Navbar.tsx -2 2 frontend/src/pages/ChainEdit.js -2 2 frontend/src/pages/ChainMemberList.tsx -7 5 frontend/src/pages/ChainsList.js -19 12 frontend/src/pages/{Login.js => Login.tsx} -39 0 frontend/src/pages/LoginEmailFinished.tsx -22 0 frontend/src/pages/Logout.tsx -48 39 frontend/src/pages/Map.js -15 15 frontend/src/pages/NewChainLocation.js -34 43 frontend/src/pages/{NewChainSignup.js => NewChainSignup.tsx} -0 108 frontend/src/pages/Signup.js -152 0 frontend/src/pages/Signup.tsx -2 2 frontend/src/pages/UserEdit.js -10 6 frontend/src/types.ts -29 10 frontend/src/util/firebase/chain.ts -26 19 frontend/src/util/firebase/user.ts -11 0 frontend/yarn.lock - -commit 226568f44e1e1d3305624240f2d1a07429fa300d -Merge: a5fa5e05 552930b6 -Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> -Date: Wed Jun 30 12:16:32 2021 +0100 - - Merge pull request #67 from CollActionteam/signup-update - - signup form refactor with Formik - -commit 552930b66495af406bfed9e02c3aad7f6cf804d4 -Author: Giulia Mummolo -Date: Wed Jun 30 10:32:00 2021 +0100 - - removed files from wrong location - -2 1 frontend/package.json -41 1 frontend/yarn.lock -0 5 package.json -0 58 yarn.lock - -commit a2502066290c969a99f658ffd32082f1445bde6f -Author: Giulia Mummolo -Date: Tue Jun 29 17:26:25 2021 +0100 - - fixed checkbox actions and phone number - -9 22 frontend/src/components/FormFields.js -28 7 frontend/src/pages/NewChainSignup.js - -commit 1c48dffccbb9a374a76ff8fd2bdcd75c7981d73f -Author: Giulia Mummolo -Date: Tue Jun 29 12:28:14 2021 +0100 - - signup form refactor with Formik - -1 1 .gitignore -1 0 frontend/package.json -71 16 frontend/src/components/FormFields.js -1 1 frontend/src/components/GeocoderSelector.js -95 46 frontend/src/pages/NewChainSignup.js -30 2 frontend/yarn.lock -5 0 package.json -58 0 yarn.lock - -commit a5fa5e059f246868be5d4331078f0bf3d5b9a9be -Merge: d577c613 f89e4d8b -Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> -Date: Mon Jun 21 18:23:18 2021 +0100 - - Merge pull request #66 from CollActionteam/UI-changes - - UI changes - -commit f89e4d8b81daed29f3dceb0d21b4e60b904896ff -Author: Giulia Mummolo -Date: Mon Jun 21 14:15:40 2021 +0100 - - filters functionality on map - -150 20 frontend/src/pages/Map.js - -commit 2b067dd66c49ff52de49e5f46d15f31403887669 -Author: Giulia Mummolo -Date: Mon Jun 21 14:14:35 2021 +0100 - - UI changes - -24 11 frontend/src/App.css -4 4 frontend/src/App.tsx -13 7 frontend/src/components/Navbar.tsx -37 1 frontend/src/pages/NewChainLocation.js -1 1 frontend/src/pages/NewChainSignup.js - -commit fc107c0d8cdb6de5e2cb9f469f34fa18120b2b32 -Author: Giulia Mummolo -Date: Mon Jun 21 14:00:34 2021 +0100 - - signup bug fix - -11 3 frontend/src/components/FormFields.js -10 3 frontend/src/pages/Signup.js - -commit d577c613afdf69f5143a54dabab27a7e38003a37 -Merge: 32531398 2ec8bbbd -Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> -Date: Mon Jun 21 13:12:57 2021 +0100 - - Merge pull request #65 from CollActionteam/useFirebaseAuth - - Get create user and login working - -commit 2ec8bbbd4c795bf0e07f53c96ae34d7bf71c6df0 -Author: Tim Stokman -Date: Mon Jun 21 03:14:22 2021 +0200 - - Tweak - -2 1 firebase/functions/src/index.ts - -commit 7e6e75ad5dcdf75e45ec1414721e24da7b7e2880 -Author: Tim Stokman -Date: Mon Jun 21 03:12:52 2021 +0200 - - Get login working - -5 4 frontend/src/pages/Login.js -2 2 frontend/src/pages/Signup.js -2 2 frontend/src/util/firebase/user.ts - -commit b263db8fdc3097535571780246b666a83819b6d1 -Author: Tim Stokman -Date: Mon Jun 21 02:46:25 2021 +0200 - - Get create user form working - -117 132 firebase/functions/src/index.ts -1 0 frontend/src/components/Navbar.tsx -6 4 frontend/src/pages/Signup.js -6 4 frontend/src/util/firebase/user.ts - -commit 698abcfec4fe9f53856a5e957eebebffb98d5a2a -Author: Tim Stokman -Date: Mon Jun 14 00:10:52 2021 +0200 - - add logging, get createUser working - -1 0 firebase/functions/.eslintrc.js -57 55 firebase/functions/src/index.ts - -commit 34e931b3105ea4735c3be7745b856ed5233bde6d -Merge: fbbf7dfc 32531398 -Author: Tim Stokman -Date: Sun Jun 13 22:56:58 2021 +0200 - - Merge branch 'main' into useFirebaseAuth - -commit 3253139891bb74830792e49f0deaaa93aa8af330 -Author: Tim Stokman <41363+timstokman@users.noreply.github.com> -Date: Mon Jun 7 19:50:48 2021 +0200 - - Use firebase auth / functions (#63) - - Firebase auth - still not functional, merge for coordination - -13 0 firebase/firestore.rules -3 2 firebase/functions/.eslintrc.js -4009 21 firebase/functions/package-lock.json -188 7 firebase/functions/src/index.ts -2 2 frontend/src/pages/ChainMemberList.tsx -40 30 frontend/src/pages/Login.js -15 8 frontend/src/pages/Map.js -10 12 frontend/src/pages/NewChainLocation.js -2 3 frontend/src/pages/Signup.js -2 2 frontend/src/pages/UserEdit.js -0 198 frontend/src/pages/signup.js~Stashed changes -4 1 frontend/src/types.ts -3 5 frontend/src/util/api.ts -10 12 frontend/src/util/firebase/chain.ts -8 8 frontend/src/util/firebase/firebaseConfig.ts -31 30 frontend/src/util/firebase/user.ts - -commit 49047d8a6dd13fdb1db1fda7e178c58d408f619b -Merge: 7e15d1bb c19285fe -Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> -Date: Fri Jun 4 17:10:55 2021 +0100 - - Merge pull request #62 from CollActionteam/admin-pages - - Admin pages - -commit c19285feef628c2893305cab9a4aec5ceb308295 -Author: Giulia Mummolo -Date: Fri Jun 4 14:39:34 2021 +0100 - - removed vsc settings - -0 3 .vscode/settings.json - -commit 308ecb16e2fd8904e6a36fed746e851f77a8412a -Author: Giulia Mummolo -Date: Fri Jun 4 14:31:07 2021 +0100 - - removed vsc setting - -1 0 .gitignore - -commit 37d54b6879873b27e2200d05beff676ef447c84b -Author: Giulia Mummolo -Date: Wed Jun 2 12:07:46 2021 +0100 - - updated chains logic - -6 8 frontend/src/pages/ChainsList.js - -commit fbbf7dfcb70b13065eb6b570cf9d3161b0ae382e -Author: Tim Stokman -Date: Mon May 31 19:49:09 2021 +0200 - - Set region - -7 6 firebase/functions/src/index.ts - -commit 8cd3830a09a06e702ae4c30bd302ce3119fa6817 -Merge: 5e0de921 9e2237a3 -Author: Giulia Mummolo -Date: Mon May 31 11:27:39 2021 +0100 - - Merge branch 'admin-pages' of https://github.com/pim0223/clothing-chain-frontend into admin-pages - -commit 5e0de92116580711635cd6648040f63fd82452df -Author: Giulia Mummolo -Date: Mon May 31 11:26:50 2021 +0100 - - code refactor: updated chains sorting - -1 1 .gitignore -29 40 frontend/src/pages/ChainsList.js -0 4 yarn.lock - -commit fd23bef709dbfff15fadb6fa1e213f7e3bb87834 -Author: Tim Stokman -Date: Sun May 30 18:25:36 2021 +0200 - - Make everything configurable - -8 8 frontend/src/util/firebase/firebaseConfig.ts - -commit f8aed46e1ca476120e67da695b8a3a06643d80df -Author: Tim Stokman -Date: Sun May 30 13:50:42 2021 +0200 - - Simplify rules - -0 4 firebase/firestore.rules - -commit 003fc9d5b79f62955ecb61c1e8ff061a52ab925b -Author: Tim Stokman -Date: Sun May 30 13:37:37 2021 +0200 - - Add error handling - -15 8 frontend/src/pages/Map.js -10 12 frontend/src/pages/NewChainLocation.js -3 5 frontend/src/util/api.ts -10 12 frontend/src/util/firebase/chain.ts - -commit cc1fff27b1d2802d2225657e7612b0dec4d38d97 -Author: Tim Stokman -Date: Sun May 30 13:09:14 2021 +0200 - - More build issues - -1 0 frontend/src/util/firebase/user.ts - -commit 1127a64840f5b682d5e56ae5bd0b19ed45b873fb -Author: Tim Stokman -Date: Sun May 30 13:08:27 2021 +0200 - - Fix build issues - -1 1 frontend/src/pages/ChainMemberList.tsx -2 1 frontend/src/pages/Login.js -1 1 frontend/src/pages/UserEdit.js -18 16 frontend/src/util/firebase/user.ts - -commit 193b02b31493769bfa827412e8e3aa2550625495 -Author: Tim Stokman -Date: Sun May 30 04:16:54 2021 +0200 - - Login form - -39 30 frontend/src/pages/Login.js - -commit 668e8b6cd47e86823bff1439a17fa944bceaf438 -Author: Tim Stokman -Date: Sun May 30 03:23:43 2021 +0200 - - Make deployable - -1 1 firebase/firestore.rules -3 2 firebase/functions/.eslintrc.js -4009 21 firebase/functions/package-lock.json -159 110 firebase/functions/src/index.ts - -commit 34b95c9c6773f7c53a631254289b90f3f36c9cdf -Author: Tim Stokman -Date: Tue May 25 04:25:15 2021 +0200 - - Backend functions + FE changes first proto - -98 8 firebase/functions/src/index.ts -1 1 frontend/src/pages/ChainMemberList.tsx -2 3 frontend/src/pages/Signup.js -1 1 frontend/src/pages/UserEdit.js -0 198 frontend/src/pages/signup.js~Stashed changes -4 1 frontend/src/types.ts -28 30 frontend/src/util/firebase/user.ts - -commit 9e2237a3d9112798396481296c4ca6a4321e5b3d -Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> -Date: Wed May 19 16:04:15 2021 +0100 - - Delete .env - -0 2 .env - -commit 1174fca8eba3410a7f94b6533c49846ea32d5c3e -Author: Giulia Mummolo -Date: Wed May 19 15:49:43 2021 +0100 - - added admin and about pages - -2 0 .env -2 0 .gitignore -3 0 .vscode/settings.json -27 2 frontend/src/App.css -15 2 frontend/src/App.tsx -1 0 frontend/src/components/Navbar.tsx -49 0 frontend/src/pages/About.tsx -71 0 frontend/src/pages/ChainInformation.js -73 0 frontend/src/pages/ChainsList.js -3 4 frontend/src/pages/NewChainLocation.js -14 0 frontend/src/util/theme.ts -4 0 yarn.lock - -commit f27299e10f93e10061e4f80e410f24a6ff975cc5 -Author: Tim Stokman -Date: Mon May 17 03:24:18 2021 +0200 - - Create user - -41 9 firebase/functions/src/index.ts - -commit a13524cd7784599b17f17d0ce1db360a5ecfe531 -Author: Tim Stokman -Date: Sun May 16 18:42:13 2021 +0200 - - E-mail rules - -5 0 firebase/firestore.rules -9 0 firebase/functions/src/index.ts - -commit 7dfac35658f1138958cdbb70c99af10aa7f9322a -Author: Tim Stokman -Date: Sun May 16 04:29:39 2021 +0200 - - Add db rules - -12 0 firebase/firestore.rules - -commit 7e15d1bb0c85ea93841bc1c5c535c456b340586a -Merge: 0d4d601e dd16a605 -Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> -Date: Sun May 9 19:21:45 2021 +0100 - - Merge pull request #61 from pim0223/start-new-chain - - revised new chain's user flow - -commit dd16a6059b58ab1e15aa2e55551ff28f103af20e -Author: Giulia Mummolo -Date: Sun May 9 18:19:00 2021 +0100 - - refactoring - -1 1 frontend/src/pages/NewChainLocation.js - -commit 6b24bb944103fd82e74570949a8bfbff2615bd6b -Author: Giulia Mummolo -Date: Sun May 9 16:45:06 2021 +0100 - - revised new chain's user flow - -16 9 frontend/src/App.css -2 2 frontend/src/App.tsx -53 48 frontend/src/pages/NewChainLocation.js -2 2 frontend/src/pages/NewChainSignup.js - -commit 0d4d601eeb60e0ee52915487b4ce10d90456dad6 -Author: Tim Stokman <41363+timstokman@users.noreply.github.com> -Date: Sun May 2 15:21:33 2021 +0200 - - Base firebase project to add functions in (#60) - - * Base firebase project - - Co-authored-by: Tim - -5 0 firebase/.firebaserc -66 0 firebase/.gitignore -12 0 firebase/firebase.json -4 0 firebase/firestore.indexes.json -3 0 firebase/firestore.rules -30 0 firebase/functions/.eslintrc.js -9 0 firebase/functions/.gitignore -3265 0 firebase/functions/package-lock.json -30 0 firebase/functions/package.json -9 0 firebase/functions/src/index.ts -5 0 firebase/functions/tsconfig.dev.json -15 0 firebase/functions/tsconfig.json -0 0 .gitignore => frontend/.gitignore -0 0 README.md => frontend/README.md -0 0 package.json => frontend/package.json -- - {public => frontend/public}/favicon.ico -0 0 {public => frontend/public}/index.html -0 0 {public => frontend/public}/locales/en/translation.json -0 0 {public => frontend/public}/locales/nl/translation.json -- - {public => frontend/public}/logo192.png -- - {public => frontend/public}/logo512.png -0 0 {public => frontend/public}/manifest.json -0 0 {public => frontend/public}/robots.txt -0 0 {src => frontend/src}/App.css -0 0 {src => frontend/src}/App.test.tsx -0 0 {src => frontend/src}/App.tsx -0 0 {src => frontend/src}/components/FormFields.js -0 0 {src => frontend/src}/components/GeocoderSelector.js -0 0 {src => frontend/src}/components/LanguageSwitcher.tsx -0 0 {src => frontend/src}/components/Navbar.tsx -0 0 {src => frontend/src}/components/ThreeColumnLayout.js -0 0 {src => frontend/src}/i18n.tsx -- - {src => frontend/src}/images/sfm_logo.png -0 0 {src => frontend/src}/index.tsx -0 0 {src => frontend/src}/pages/ChainEdit.js -0 0 {src => frontend/src}/pages/ChainMemberList.tsx -0 0 {src => frontend/src}/pages/Login.js -0 0 {src => frontend/src}/pages/Map.js -0 0 {src => frontend/src}/pages/NewChainLocation.js -0 0 {src => frontend/src}/pages/NewChainSignup.js -0 0 {src => frontend/src}/pages/Signup.js -0 0 {src => frontend/src}/pages/Thankyou.tsx -0 0 {src => frontend/src}/pages/UserEdit.js -0 0 {src => frontend/src}/pages/signup.js~Stashed changes -0 0 {src => frontend/src}/react-app-env.d.ts -0 0 {src => frontend/src}/reportWebVitals.ts -0 0 {src => frontend/src}/setupTests.ts -0 0 {src => frontend/src}/types.ts -0 0 {src => frontend/src}/util/api.ts -0 0 {src => frontend/src}/util/firebase/chain.ts -0 0 {src => frontend/src}/util/firebase/firebaseConfig.ts -0 0 {src => frontend/src}/util/firebase/user.ts -0 0 {src => frontend/src}/util/theme.ts -0 0 tsconfig.json => frontend/tsconfig.json -0 0 yarn.lock => frontend/yarn.lock - -commit 689c1eec18d4053ec49522b6bf842e9a35ed9bc7 -Merge: e947c5ac e6dda156 -Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> -Date: Sat May 1 09:35:39 2021 +0100 - - Merge pull request #58 from pim0223/edit-chain - - edit chain's details - -commit e6dda156928eca22fbed78d25359176b60c62e07 -Author: Giulia Mummolo -Date: Thu Apr 29 20:50:48 2021 +0100 - - removed logs - -0 4 src/pages/ChainEdit.js -0 1 src/pages/ChainMemberList.tsx -0 1 src/pages/UserEdit.js -198 0 src/pages/signup.js~Stashed changes - -commit 1d3aef76fbb577e748dacf8ee85a028d68da41f1 -Author: Giulia Mummolo -Date: Thu Apr 29 19:35:41 2021 +0100 - - edit chain's details - -3 1 src/App.tsx -85 0 src/pages/ChainEdit.js -33 5 src/pages/ChainMemberList.tsx -1 0 src/types.ts -16 5 src/util/firebase/chain.ts - -commit e947c5acf69d9aa2d97d315cd60aac841c407172 -Merge: c5476e28 800dfd22 -Author: pim -Date: Thu Apr 29 19:07:20 2021 +0200 - - Merge pull request #57 from pim0223/firebase-fixes - - Firebase fixes - -commit 800dfd228f273f777a83855f08c321d20ac37600 -Author: Pim Sauter -Date: Thu Apr 29 15:41:35 2021 +0200 - - Fix button labels - -1 1 public/locales/en/translation.json -1 1 public/locales/nl/translation.json -1 1 src/pages/Map.js - -commit 8ea9877485b0aced1de60e72ffbff8276d939b67 -Author: Pim Sauter -Date: Thu Apr 29 15:39:24 2021 +0200 - - fix onSubmit for newChain - -0 1 src/pages/NewChainLocation.js -3 1 src/pages/NewChainSignup.js - -commit b3f5c98bca07401b9506a15f3f09cd2254d7ebf3 -Author: Pim Sauter -Date: Thu Apr 29 15:37:10 2021 +0200 - - Add members butto to chain - -16 15 public/locales/en/translation.json -16 15 public/locales/nl/translation.json -4 3 src/App.css -11 0 src/pages/Map.js - -commit f2bb8f343250ad9dd9b9c0c653823152f061e646 -Author: Pim Sauter -Date: Thu Apr 29 15:28:33 2021 +0200 - - Use chain ID as key on map - -2 2 src/App.tsx -1 1 src/pages/ChainMemberList.tsx -0 7 src/pages/ExistingChainSignup.js -1 1 src/pages/Map.js -74 5 src/pages/NewChainSignup.js -5 5 src/{components => pages}/Signup.js -4 2 src/pages/UserEdit.js - -commit 1b100ae77a738898452555c191ac767c45a0e714 -Author: Pim Sauter -Date: Thu Apr 29 15:13:33 2021 +0200 - - FIx firebase functions - -13 6 src/components/Signup.js -24 18 src/pages/ChainMemberList.tsx -1 1 src/pages/Map.js -9 10 src/pages/UserEdit.js -5 4 src/types.ts -6 11 src/util/firebase/chain.ts -3 4 src/util/firebase/user.ts - -commit c5476e28c7392891f83390b562b809f45d843f91 -Merge: 24642260 454ba810 -Author: pim -Date: Thu Apr 29 10:49:30 2021 +0200 - - Merge pull request #56 from pim0223/geocoder-fix - - Update components - -commit 454ba81092762e101d5dde927208ab8e342df31b -Author: Pim Sauter -Date: Thu Apr 29 10:48:22 2021 +0200 - - Add useEffect array to avoid infinite loop - -1 1 src/pages/ChainMemberList.tsx - -commit 5ad8300fdf113b36fd1155307cc40433473e1537 -Author: Pim Sauter -Date: Wed Apr 28 12:06:25 2021 +0200 - - Update components - -38 0 src/components/FormFields.js -64 0 src/components/GeocoderSelector.js -42 108 src/components/Signup.js -0 30 src/components/TextField.tsx -20 0 src/components/ThreeColumnLayout.js -1 1 src/pages/Login.js -7 1 src/pages/Map.js -0 41 src/pages/SignupPage.js -20 13 src/pages/UserEdit.js -1 0 src/types.ts -2 9 src/util/firebase/chain.ts -24 30 src/util/theme.ts - -commit 2464226094c3ee0a9a7c7e4fd26a25c9ed549a9d -Author: Pim Sauter -Date: Tue Apr 27 15:29:08 2021 +0200 - - Fix routes - -2 1 src/App.tsx - -commit 664d3c1402ffce80a63dbeaff2e5fb22a35e2087 -Merge: 7c8f41b5 6f4e03f6 -Author: pim -Date: Tue Apr 27 15:19:50 2021 +0200 - - Merge pull request #55 from pim0223/styles-hook - - Styles hook - -commit 6f4e03f6c907e62c0b1e165b59c74b616b67f8f6 -Author: Pim Sauter -Date: Tue Apr 27 15:13:31 2021 +0200 - - Temporary disable map location saving - -1 0 package.json -34 24 src/components/Signup.js -469 7 yarn.lock - -commit a24ce8b4ef00d7b004dae688c305090f03a23aa9 -Author: Pim Sauter -Date: Mon Apr 26 17:58:45 2021 +0200 - - fix redirect - -22 23 src/components/Signup.js -1 1 src/pages/ExistingChainSignup.js -1 1 src/pages/NewChainSignup.js - -commit ebbe50a2fdf1bbe7259621d03e792ecba0cbf04b -Author: Pim Sauter -Date: Mon Apr 26 17:47:07 2021 +0200 - - Re use signup form for new and existing chain - -2 0 package.json -1 1 src/App.css -9 13 src/App.tsx -0 43 src/components/Chain.tsx -0 4 src/components/LanguageSwitcher.tsx -150 0 src/components/Signup.js -5 9 src/components/TextField.tsx -4 4 src/pages/{Chain => }/ChainMemberList.tsx -7 0 src/pages/ExistingChainSignup.js -0 41 src/pages/Home.tsx -16 58 src/pages/Login.js -1 2 src/{components => pages}/Map.js -1 3 src/pages/NewChainLocation.js -5 89 src/pages/NewChainSignup.js -0 158 src/pages/Signup.js -6 12 src/pages/UserEdit.js -0 13 src/util/AuthRoute.js -1 1 src/util/api.ts -0 4 src/util/firebase/chain.ts -1 1 src/util/firebase/user.ts -6 2 src/util/theme.ts -511 11 yarn.lock - -commit 7c8f41b5f0dab34cd2428bf87a353e590687dbcd -Merge: a8c1b47b 5aec88be -Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> -Date: Mon Apr 26 11:38:42 2021 +0100 - - Merge pull request #54 from pim0223/signup-address-update - - Implemented logic for Signup functionality - -commit 5aec88becf0099e12f807dac1ca8c3f58a4f776c -Author: Giulia Mummolo -Date: Fri Apr 23 15:43:23 2021 +0100 - - Implemented logic for Signup functionality - -3 5 src/App.tsx -1 1 src/components/Navbar.tsx -62 79 src/pages/Signup.js -41 0 src/pages/SignupPage.js - -commit a8c1b47bb5120c0913b0dec309c7fa21d8723cbf -Merge: fabc4a18 8f4c53cd -Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> -Date: Wed Apr 21 17:25:10 2021 +0100 - - Merge pull request #53 from pim0223/signup-address-update - - added geocoding functionality to signup form - -commit 8f4c53cd5aa511e0c5898f6161a543bbaddb5662 -Author: Giulia Mummolo -Date: Wed Apr 21 15:43:01 2021 +0100 - - code refactoring - -3 3 src/pages/Signup.js - -commit a302087b91555d660a2a3215b801a2ad825ecdd1 -Author: Giulia Mummolo -Date: Mon Apr 19 16:36:29 2021 +0100 - - removed unused script - -0 3 public/index.html - -commit b5c367183bfcdec1ebb758ec2592a5faef52ba16 -Author: Giulia Mummolo -Date: Mon Apr 19 16:13:21 2021 +0100 - - added geocoding functionality to signup form - -1 0 package.json -7 1 public/index.html -78 2 src/pages/Signup.js -9 1 yarn.lock - -commit fabc4a1894840de2080bf981a415cd03d5706e3c -Merge: 0bcd243c 3e754557 -Author: pim -Date: Sun Apr 18 15:13:40 2021 +0200 - - Merge pull request #52 from pim0223/edit-members - - Edit members - -commit 3e7545570d6698b6a2befc16bbe7c8c949fc9a4a -Author: Margot -Date: Sat Apr 17 16:39:24 2021 +0200 - - Add option for host to edit members - -1 0 package.json -6 1 public/locales/en/translation.json -6 1 public/locales/nl/translation.json -5 1 src/App.css -4 5 src/App.tsx -1 0 src/components/Map.js -7 2 src/pages/Chain/ChainMemberList.tsx -79 0 src/pages/UserEdit.js -10 1 src/util/firebase/user.ts -7 0 yarn.lock - -commit 2c0af33f8ed29a64498c90cd6496e0fe4da436a1 -Author: Margot -Date: Sun Apr 11 12:17:42 2021 +0200 - - Add TextField component - -34 0 src/components/TextField.tsx -5 19 src/pages/NewChainSignup.js -4 19 src/pages/Signup.js - -commit 0bcd243c97e5f429282359ddb11ef2b8ac8fc166 -Merge: 9f6ac6c7 1c1511fc -Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> -Date: Thu Apr 15 18:08:21 2021 +0100 - - Merge pull request #51 from pim0223/map-update - - rendering map on user location - -commit 1c1511fc98e7e2cfd79c8600064faa2c1cb962c6 -Author: Giulia Mummolo -Date: Thu Apr 15 18:04:34 2021 +0100 - - removed unecessary code - -0 3 src/util/api.ts - -commit d170638a3c08150bb584a43d08f3e444b87025b1 -Author: Giulia Mummolo -Date: Thu Apr 15 10:43:50 2021 +0100 - - rendering map on user location - -16 12 src/components/Map.js -11 21 src/pages/NewChainLocation.js -11 0 src/util/api.ts - -commit 9f6ac6c7e088f892a7ad131b3c5a6bd1c4aa9379 -Merge: c367eb7b 8254f514 -Author: pim -Date: Thu Apr 15 09:30:11 2021 +0200 - - Merge pull request #50 from pim0223/signup-email-check - - Validate phone and email, v1 of email check - -commit 8254f514415b6c75903afc7be3815da851d2e11b -Author: Pim Sauter -Date: Wed Apr 14 14:39:54 2021 +0200 - - Validate phone and email, v1 of email check - -4 0 package.json -0 1 src/components/Map.js -17 8 src/pages/Signup.js -18 5 src/util/firebase/user.ts -91 3 yarn.lock - -commit c367eb7bdc2d57206c093cd21e2fafcfb7895396 -Merge: 5c1ff3f3 26d15d1f -Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> -Date: Tue Apr 13 15:33:38 2021 +0100 - - Merge pull request #48 from pim0223/start-new-chain - - WIP - new chain map functionality - -commit 26d15d1faff1d0d5b0eaae6fee263fde7b217ea9 -Author: Giulia Mummolo -Date: Tue Apr 13 10:56:56 2021 +0100 - - WIP - new chain map functionality - -60 7 src/App.css -4 0 src/App.tsx -45 14 src/components/Map.js -153 91 src/pages/NewChainLocation.js -4 0 src/util/firebase/chain.ts -9 1 src/util/theme.ts - -commit 5c1ff3f3d508683da436b2256f471a2b1a4e355d -Merge: 569e9619 846d2434 -Author: Margot -Date: Thu Apr 8 09:01:29 2021 +0200 - - Merge pull request #41 from pim0223/ui-improvements - - UI improvements - -commit 846d2434b336a12c27eface54d31db7eb7e92766 -Author: Margot -Date: Sun Apr 4 21:43:51 2021 +0200 - - Add some simple styling to chain member list - -0 1 public/locales/en/translation.json -0 1 public/locales/nl/translation.json -9 0 src/App.css -2 3 src/pages/Chain/ChainMemberList.tsx - -commit 902cb3a289753e836db0e22b0eeab2b0ecf4dc22 -Author: Margot -Date: Wed Apr 7 12:44:44 2021 +0200 - - Make Home the first tab in the Navbar - -1 1 src/components/Navbar.tsx - -commit 31b4f04353bd08cddfc6d527958b3ab4c2511523 -Author: Margot -Date: Wed Apr 7 12:24:02 2021 +0200 - - Add signup translation to map marker - -3 1 src/components/Map.js - -commit e4db26aa770e37c75891412608bc5f62a05d249f -Author: Margot -Date: Wed Apr 7 12:19:58 2021 +0200 - - Add startNewChain translation - -2 1 public/locales/en/translation.json -2 1 public/locales/nl/translation.json -1 1 src/components/Navbar.tsx -2 2 src/pages/NewChainSignup.js - -commit 569e9619660059a611ecb951789b74d1702ceefc -Merge: 14819461 a480c5a7 -Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> -Date: Mon Apr 5 10:24:52 2021 +0100 - - Merge pull request #34 from pim0223/start-new-chain - - Start new chain - -commit a480c5a78f47f02538244d7f57e6221f57ba6b9a -Author: Giulia Mummolo -Date: Sun Apr 4 12:35:53 2021 +0100 - - removed logs - -2 6 src/pages/NewChainLocation.js -7 4 src/util/firebase/chain.ts - -commit 2b235442fd1a0a74ff0bef987c4ce39c79d709e7 -Author: Giulia Mummolo -Date: Fri Apr 2 14:08:39 2021 +0100 - - add new chain signup and map - -2 2 src/App.css -2 7 src/App.tsx -0 2 src/components/Map.js -1 2 src/components/Navbar.tsx -143 0 src/pages/NewChainLocation.js -105 0 src/pages/NewChainSignup.js -1 1 src/pages/Signup.js -2 1 tsconfig.json - -commit 8e3130259e60e9f8a27592660afdfb5da04f9b13 -Author: Giulia Mummolo -Date: Fri Apr 2 12:19:40 2021 +0100 - - WIP start new chain - -1 0 package.json -13 0 src/App.css -8 0 src/App.tsx -5 0 src/components/Map.js -3 0 src/components/Navbar.tsx -1 0 src/pages/Signup.js -15 2 src/util/firebase/chain.ts -1 1 src/util/theme.ts -34 0 yarn.lock - -commit 14819461cae5600ed974c62089a6b948efb5e7e8 -Merge: b756b18e 4adf7cf7 -Author: pim -Date: Thu Apr 1 16:18:21 2021 +0200 - - Merge pull request #33 from pim0223/user-signup - - Update user signup - -commit 4adf7cf7eb576d13df171b109a802794bcac71c9 -Author: Pim Sauter -Date: Thu Apr 1 16:16:12 2021 +0200 - - Update changes to components - -2 0 src/App.tsx -2 2 src/pages/Signup.js -2 2 src/pages/Thankyou.tsx -0 19 src/pages/thankyou.tsx - -commit 4f9ef6c0c18d7b80a8f7df201b5579b59be26ebe -Author: Pim Sauter -Date: Wed Mar 31 23:05:14 2021 +0200 - - Refactor to react hooks - -1 0 package.json -83 177 src/pages/Signup.js -19 0 src/pages/Thankyou.tsx -19 0 src/pages/thankyou.tsx -5 0 yarn.lock - -commit b756b18e849b7a615ac2c65c22ce374ad947f493 -Merge: 56176e94 fd4c8fb4 -Author: Margot -Date: Thu Apr 1 08:58:45 2021 +0200 - - Merge pull request #32 from pim0223/code-improvements - - Code improvements - -commit fd4c8fb4ee5d605f0457aa795fd4bd310b74fe00 -Author: Margot -Date: Wed Mar 31 22:00:46 2021 +0200 - - Rename Chain page to ChainMemberList for clarification - -2 2 src/App.tsx -0 0 src/pages/{Chains/Chain.tsx => Chain/ChainMemberList.tsx} - -commit 31624f2b31392e2adf5c8010f4f810f838d0a9ee -Author: Margot -Date: Wed Mar 31 21:52:46 2021 +0200 - - Use UpperCamelCase for React Components consistently - -10 10 src/App.tsx -0 0 src/components/{map.js => Map.js} -0 0 src/pages/{chains/chain.tsx => Chains/Chain.tsx} -1 1 src/pages/{home.tsx => Home.tsx} -0 0 src/pages/{login.js => Login.js} -3 3 src/pages/{signup.js => Signup.js} - -commit e20b2dcd40d2e34694f60d8b3f6fdbb0fc2b73ad -Author: Margot -Date: Wed Mar 31 21:37:49 2021 +0200 - - Order imports - -4 2 src/components/Chain.tsx -3 1 src/components/LanguageSwitcher.tsx -5 1 src/components/Navbar.tsx -6 2 src/components/map.js -6 2 src/pages/home.tsx -6 5 src/pages/login.js -5 5 src/pages/signup.js -0 1 src/util/firebase/chain.ts -0 1 src/util/firebase/user.ts - -commit 56176e947e5721bc0e68ce89394c731e2f9579e4 -Merge: 0040bdd1 258925ec -Author: Margot -Date: Tue Mar 30 15:33:34 2021 +0200 - - Merge pull request #19 from pim0223/feature/users-index - - Add chain details page with list of members - -commit 258925eca1fc0e8e275f5ed122c57aba33aca4ee -Author: Margot -Date: Thu Mar 25 20:42:27 2021 +0100 - - Add chain details page with list of members - -1 0 public/locales/en/translation.json -1 0 public/locales/nl/translation.json -2 0 src/App.tsx -1 1 src/components/map.js -68 0 src/pages/chains/chain.tsx -1 1 src/pages/home.tsx -2 2 src/pages/signup.js -2 1 src/types.ts -9 1 src/util/firebase/chain.ts -10 2 src/util/firebase/user.ts - -commit ad1720730fe6fe52c3c8b953aa5cfcf7b4ef7cb6 -Author: Margot -Date: Sun Mar 28 11:09:09 2021 +0200 - - Order translations alphabetically - -7 7 public/locales/en/translation.json -6 6 public/locales/nl/translation.json - -commit 1d1e66bc27a50b06437b0622286e0e7a9fb4040a -Author: Margot -Date: Sun Mar 28 11:04:40 2021 +0200 - - Change Dutch translations for login and home - - We commonly use 'login' and 'home'. - -3 3 public/locales/nl/translation.json - -commit c1d470328a6998b66d0bfae53f872a71ec1eeb67 -Author: Margot -Date: Wed Mar 24 22:24:17 2021 +0100 - - Fix content disappearing behind Navbar - -3 1 src/components/Navbar.tsx - -commit 2dd9faddc6b6db77b8207add68c49b478289ae32 -Author: Margot -Date: Sun Mar 7 16:54:51 2021 +0100 - - Use CamelCase for Component names - - As per React docs, see https://reactjs.org/docs/jsx-in-depth.html#user-defined-components-must-be-capitalized - -3 3 src/pages/login.js -3 3 src/pages/signup.js - -commit 0040bdd1ee6104431322a2fc3fead82b4f8fcbbd -Merge: 87d7eac4 6019514d -Author: Giulia Mummolo <52887737+giuliamml@users.noreply.github.com> -Date: Thu Mar 25 20:49:23 2021 +0000 - - Merge pull request #17 from pim0223/map-routing - - map routing / sign up update - -commit 6019514d5831813b30f1a8fcad1a011f2a44eb6b -Author: Giulia Mummolo -Date: Thu Mar 25 20:43:04 2021 +0000 - - updated variable name for better readability - -3 7 src/components/Navbar.tsx -3 3 src/components/map.js - -commit 441ff1f47f0cafceac1fce0e54c1090fe6ac4162 -Merge: 27b11caf 87d7eac4 -Author: Giulia Mummolo -Date: Thu Mar 25 20:32:29 2021 +0000 - - Merge branch 'main' into map-routing - -commit 87d7eac41ef39f5fe108ed1d06f8035ece151779 -Merge: d78cfc49 fb89f57b -Author: pim -Date: Thu Mar 25 21:07:37 2021 +0100 - - Merge pull request #18 from pim0223/i18n-setup - - Added internationalization with react-i18next - -commit fb89f57bacd1f44bdf10d0c4b213c829cc485988 -Author: Guvenc Bayraktar -Date: Thu Mar 25 19:39:12 2021 +0300 - - Added internationalization with react-i18next - -4 0 package.json -11 0 public/locales/en/translation.json -11 0 public/locales/nl/translation.json -18 0 src/components/LanguageSwitcher.tsx -8 3 src/components/Navbar.tsx -18 0 src/i18n.tsx -6 3 src/index.tsx -2 1 src/pages/home.tsx -6 4 src/pages/login.js -11 9 src/pages/signup.js -42 1 yarn.lock - -commit 27b11caf8f4fefbf163408e935d66af888e828b1 -Author: Giulia Mummolo -Date: Thu Mar 25 09:42:07 2021 +0000 - - map routing / sign up update - -8 1 src/App.css -2 2 src/App.tsx -7 4 src/components/Navbar.tsx -67 33 src/components/map.js -13 16 src/pages/signup.js -1 1 src/util/theme.ts - -commit d78cfc498beb4e988a28b7cc273e6a3a9d00ec9e -Merge: b3c94f08 c5a53d3f -Author: pim -Date: Tue Mar 23 16:59:06 2021 +0100 - - Merge pull request #13 from pim0223/map-chain-marker - - render chains from db - -commit c5a53d3f4d109db529574eac10b6a953a9ff695d -Author: Giulia Mummolo -Date: Tue Mar 23 14:57:10 2021 +0000 - - added popup to marker - -1 1 src/App.css -11 10 src/components/map.js - -commit 8abeddbc65dcea169e734e236aa78ddad4acfbbf -Author: Giulia Mummolo -Date: Mon Mar 22 17:11:15 2021 +0000 - - amended getChains structure - -2 17 src/components/map.js - -commit 54b6a657c6effa933c73761d9fe73852adc89544 -Merge: fa62d457 b759b86a -Author: Giulia Mummolo -Date: Mon Mar 22 17:09:45 2021 +0000 - - merged signup changes - -commit b3c94f081d35cca3582b90489c92f340ad0d495a -Merge: 1d72a5a8 b759b86a -Author: pim -Date: Mon Mar 22 17:52:00 2021 +0100 - - Merge pull request #12 from pim0223/signup-update - - Signup update - -commit fa62d4576581b8cbb14a63a55ddcb8b023f766ef -Author: Giulia Mummolo -Date: Mon Mar 22 16:16:18 2021 +0000 - - render chains from db - -5 0 src/App.css -35 8 src/components/map.js -1 0 src/pages/home.tsx - -commit b759b86ae4b1c09be6d7601f3d5a8c143354ed31 -Author: Pim Sauter -Date: Mon Mar 22 14:20:46 2021 +0100 - - Remove password textfield - -2 32 src/pages/login.js - -commit 9228a3a0e1f61e05c69133e3b7ba6131ce2c9213 -Author: Pim Sauter -Date: Mon Mar 22 14:18:30 2021 +0100 - - handle submit to firebase - -1 0 src/pages/login.js -3 21 src/pages/signup.js -7 0 src/types.ts -16 0 src/util/firebase/user.ts - -commit 6ccd0cd982ccea04ea76a2a884939c0f14a8ffce -Author: Pim Sauter -Date: Mon Mar 22 14:04:50 2021 +0100 - - Refactor getChains code - -5 12 src/pages/home.tsx -18 18 src/pages/login.js -25 26 src/pages/signup.js -16 0 src/util/firebase/chain.ts -0 0 src/util/{firebase.ts => firebase/firebaseConfig.ts} - -commit e5601c4f0002b0e344d54c770878b3d11c456011 -Author: Pim Sauter -Date: Mon Mar 22 13:18:47 2021 +0100 - - Remove API key - -0 1 src/pages/signup.js -1 1 src/util/firebase.ts - -commit 1d72a5a8fbcb3e4805370172e68b864facdd8b08 -Merge: 5e5bef21 a9005b36 -Author: pim -Date: Mon Mar 22 12:53:40 2021 +0100 - - Merge pull request #7 from pim0223/render-map - - first map render - -commit a9005b36074e22456d044443a3269ad7394495c1 -Author: Giulia Mummolo -Date: Mon Mar 22 11:34:48 2021 +0000 - - removed yarn.lock duplicate - -0 12469 yarn 2.lock - -commit 0dc9ba58f0ceef3961ec5649fccddcc91aa64985 -Author: Giulia Mummolo -Date: Sat Mar 20 13:11:47 2021 +0000 - - implemented map and added marker - -0 18993 package-lock.json -5 4 package.json -1 0 public/index.html -14 11 src/App.css -37 0 src/components/map.js -1 7 src/pages/home.tsx -0 38 src/util/map.js -12469 0 yarn 2.lock -2583 2256 yarn.lock - -commit 076713ff90132917b831dcc300c43f4d41c6cdea -Author: Giulia Mummolo -Date: Thu Mar 18 13:57:44 2021 +0000 - - added access token - -1 1 src/util/map.js - -commit ec2a21052d11ac0346f23e4ce53af13568522102 -Author: Giulia Mummolo -Date: Thu Mar 18 13:37:13 2021 +0000 - - first map render - -18993 0 package-lock.json -1 0 package.json -2 1 src/App.css -4 4 src/pages/home.tsx -38 0 src/util/map.js - -commit 5e5bef2159ef90905eaf78df44422bb43272a24c -Author: Tim Stokman <41363+timstokman@users.noreply.github.com> -Date: Sun Mar 14 23:04:28 2021 +0100 - - Typescript conversion (#5) - -0 37027 package-lock.json -13 6 package.json -0 0 src/{App.test.js => App.test.tsx} -1 19 src/{App.js => App.tsx} -0 40 src/components/Chain.js -41 0 src/components/Chain.tsx -0 24 src/components/Navbar.js -16 0 src/components/Navbar.tsx -0 0 src/{index.js => index.tsx} -16 8 src/pages/{home.js => home.tsx} -1 0 src/react-app-env.d.ts -3 1 src/{reportWebVitals.js => reportWebVitals.ts} -0 0 src/{setupTests.js => setupTests.ts} -5 0 src/types.ts -0 0 src/util/{firebase.js => firebase.ts} -3 1 src/util/{theme.js => theme.ts} -26 0 tsconfig.json -10532 10866 yarn.lock - -commit 970ac289adf26d1f0e2b0ea2175ac14d662ee253 -Author: Pim Sauter -Date: Sun Mar 14 10:56:27 2021 +0100 - - Small refactor - -1 1 src/pages/home.js - -commit 197ea8b6185db760448842eb5c302906de2d97d8 -Author: Pim Sauter -Date: Sun Mar 14 10:55:15 2021 +0100 - - Add dotenv - -1 0 .gitignore -1 0 package-lock.json -1 0 package.json -3 1 src/util/firebase.js -1 1 yarn.lock - -commit 04e90b4edad67be3a0aef4fe56008cfff84a2ebb -Author: Pim Sauter -Date: Sun Mar 14 10:49:43 2021 +0100 - - Refactor home to use firebase sdk - -1301 16 package-lock.json -2 2 package.json -14 10 src/pages/home.js -7 4 src/pages/signup.js -18 0 src/util/firebase.js -542 14 yarn.lock - -commit 28c6988bfe3b8d8d8792332eb7e63cf126a2c2c1 -Author: Pim Sauter -Date: Fri Mar 5 16:41:24 2021 +0100 - - Add neighbourhood select to sign up - -17 15 src/App.js -36 2 src/pages/signup.js - -commit 2a08899c3927c2e78f4ebdf1b6a3f25b922c0a09 -Author: Pim Sauter -Date: Thu Mar 4 15:17:34 2021 +0100 - - Add signup, AuthRoute - -11 0 package-lock.json -1 0 package.json -24 21 src/App.js -4 17 src/pages/login.js -175 5 src/pages/signup.js -13 0 src/util/AuthRoute.js -37 0 src/util/theme.js -5 0 yarn.lock - -commit 97695eb41b53890851416c562374d2004d6bb318 -Author: Pim Sauter -Date: Thu Feb 18 23:55:37 2021 +0100 - - Remove unused vars - -0 1 src/components/Chain.js -1 1 src/pages/login.js - -commit 4d9fef116f432616d7c3e6792fd43cd7ae25dedc -Author: Pim Sauter -Date: Thu Feb 18 23:53:17 2021 +0100 - - Remove signup - -0 1 src/pages/signup.js - -commit 7b6cd1d7d9c7fbeead60a9d282f1ce71c87c1e15 -Author: Pim Sauter -Date: Thu Feb 18 23:52:03 2021 +0100 - - Add login screen - -30 0 package-lock.json -2 0 package.json -5 1 src/App.css -34 6 src/components/Chain.js -- - src/images/sfm_logo.png -129 6 src/pages/login.js -14 1 yarn.lock - -commit 6c3e94f4d9af9ee4d73d46e17ededa3c26734b84 -Author: Pim Sauter -Date: Thu Feb 18 22:26:22 2021 +0100 - - Add chains to front page - -17 0 package-lock.json -3 1 package.json -5 1 src/App.js -13 0 src/components/Chain.js -1 0 src/components/Navbar.js -30 6 src/pages/home.js -8 1 yarn.lock - -commit 6bf394bfed0d9b8c1dccf8c16c90c550b3b85338 -Author: Pim Sauter -Date: Thu Feb 18 21:48:58 2021 +0100 - - Initial commit - -35683 0 package-lock.json -2 0 package.json -1 1 public/index.html -11 33 src/App.css -43 18 src/App.js -23 0 src/components/Navbar.js -0 13 src/index.css -0 1 src/index.js -0 1 src/logo.svg -13 0 src/pages/home.js -13 0 src/pages/login.js -13 0 src/pages/signup.js -10592 9921 yarn.lock - -commit aef450f34ce2211f1ded97452a36979b208dd0dc -Author: Pim Sauter -Date: Thu Feb 18 20:50:45 2021 +0100 - - Initialize project using Create React App - -23 0 .gitignore -70 0 README.md -38 0 package.json -- - public/favicon.ico -43 0 public/index.html -- - public/logo192.png -- - public/logo512.png -25 0 public/manifest.json -3 0 public/robots.txt -38 0 src/App.css -25 0 src/App.js -8 0 src/App.test.js -13 0 src/index.css -17 0 src/index.js -1 0 src/logo.svg -13 0 src/reportWebVitals.js -5 0 src/setupTests.js -11399 0 yarn.lock From 2fc42e9491f947361bc097bf56705922620b1b29 Mon Sep 17 00:00:00 2001 From: Natalie Date: Mon, 12 Feb 2024 08:14:46 -0800 Subject: [PATCH 03/24] Basic allow user to edit a header --- app/src/api.ts | 3 + app/src/components/EditHeaders.tsx | 125 +++++++++++++++++++++++++++ app/src/pages/BagsList.tsx | 27 +++++- frontend/src/api/chain.ts | 1 + frontend/src/api/types.ts | 1 + server/internal/controllers/chain.go | 12 +++ server/internal/models/chain.go | 2 + 7 files changed, 169 insertions(+), 2 deletions(-) create mode 100644 app/src/components/EditHeaders.tsx diff --git a/app/src/api.ts b/app/src/api.ts index e764d16d4..4ee25b3a0 100644 --- a/app/src/api.ts +++ b/app/src/api.ts @@ -78,6 +78,7 @@ export interface Chain { published: boolean; open_to_new_members: boolean; rules_override?: string; + headers_override?: string; theme?: string; is_app_disabled?: boolean; } @@ -154,6 +155,7 @@ export function userGetByUID(chainUID: string | undefined, userUID: string) { export function chainGet( chainUID: UID, addRules = false, + addHeaders = false, addTheme = false, addIsAppDisabled = false, ) { @@ -161,6 +163,7 @@ export function chainGet( params: { chain_uid: chainUID, add_rules: addRules, + add_headers: addHeaders, add_theme: addTheme, add_is_app_disabled: addIsAppDisabled, }, diff --git a/app/src/components/EditHeaders.tsx b/app/src/components/EditHeaders.tsx new file mode 100644 index 000000000..fc91e51ae --- /dev/null +++ b/app/src/components/EditHeaders.tsx @@ -0,0 +1,125 @@ +import { + IonButton, + IonButtons, + IonContent, + IonFabButton, + IonHeader, + IonIcon, + IonInput, + IonItem, + IonLabel, + IonList, + IonModal, + IonSelect, + IonSelectOption, + IonText, + IonTitle, + IonToolbar, + SelectChangeEventDetail, + useIonToast, +} from "@ionic/react"; + +import type { + IonSelectCustomEvent, + IonModalCustomEvent, + IonInputCustomEvent, +} from "@ionic/core"; +import { checkmarkCircle, ellipse } from "ionicons/icons"; +import { RefObject, useContext, useState } from "react"; +import { Bag, bagColors, bagPut, UID } from "../api"; +import { StoreContext } from "../Store"; +import { OverlayEventDetail } from "@ionic/react/dist/types/components/react-component-lib/interfaces"; +import toastError from "../../toastError"; +import { useTranslation } from "react-i18next"; +import { chainUpdate } from "../api"; + +export default function EditHeaders(props: { + initalHeader: string | null; + modal: RefObject; + didDismiss?: (e: IonModalCustomEvent>) => void; + }) { + const { t } = useTranslation(); + const [error, setError] = useState(""); + const { chain } = useContext(StoreContext); + + const [header, setHeader] = useState(props.initalHeader); + const [present] = useIonToast(); + + //const [subheader, setSubheader] = useState(""); + function modalInit() { + setError(""); + } + + function cancel() { + props.modal.current?.dismiss(); + } + async function updateHeader() { + + if (!chain?.uid) return; + + try { + await chainUpdate({ + uid: chain.uid, + headers_override: JSON.stringify(header), + }); + setError(""); + + props.modal.current?.dismiss("", "confirm"); + } catch (err: any) { + setError(err.status); + toastError(present, err); + } + } + + return ( + + + + + {t("cancel")} + + {t("updateHeaders")} + + + {t("save")} + + + + + + + + setHeader(e.detail.value + "")} + /> + + + + + + ); +} diff --git a/app/src/pages/BagsList.tsx b/app/src/pages/BagsList.tsx index 5dc59d953..1ba85073d 100644 --- a/app/src/pages/BagsList.tsx +++ b/app/src/pages/BagsList.tsx @@ -50,10 +50,12 @@ import { MouseEvent, RefObject, useMemo, + useEffect, } from "react"; import { useTranslation } from "react-i18next"; import { Bag, bagPut, bagRemove, UID, User } from "../api"; import CreateBag from "../components/CreateUpdateBag"; +import EditHeaders from "../components/EditHeaders" import { StoreContext } from "../Store"; import dayjs from "../dayjs"; import { Sleep } from "../utils/sleep"; @@ -83,6 +85,7 @@ export default function BagsList() { } = useContext(StoreContext); const modal = useRef(null); const sheetModal = useRef(null); + const headerSheetModal = useRef(null); const [presentAlert] = useIonAlert(); // -1: nothing is shown @@ -93,6 +96,16 @@ export default function BagsList() { const [sheetModalBagID, setSheetModalBagID] = useState(0); const [bagColor, setBagColor] = useState(""); + const header = useMemo(() => { + if (chain?.headers_override) { + return JSON.parse(chain.headers_override || "") as string; + } + return t("whereIsTheBag") + }, [chain]); + + useEffect(() => { + },[sheetModalUserUID]) + const [bagsCard, bagsList] = useMemo(() => { if (!authUser) return [[], []]; let authRouteIndex = authUser ? route.indexOf(authUser.uid) : -1; @@ -202,6 +215,10 @@ export default function BagsList() { if (isChainAdmin) setOpenCard(bagID); } + function handleClickChange() { + headerSheetModal.current?.present(); + } + return ( @@ -250,10 +267,11 @@ export default function BagsList() { - {t("whereIsTheBag")} + {header} {isChainAdmin ? ( + {t("change")} {t("create")} ) : null} @@ -263,7 +281,7 @@ export default function BagsList() { - {t("whereIsTheBag")} + {header} @@ -461,6 +479,11 @@ export default function BagsList() { bagID={sheetModalBagID} didDismiss={handleDidDismissSheetModal} /> +
{/* Background SVG */} ("/v2/chain/all", { params }); diff --git a/frontend/src/api/types.ts b/frontend/src/api/types.ts index 36c661565..4b59f59d2 100644 --- a/frontend/src/api/types.ts +++ b/frontend/src/api/types.ts @@ -49,6 +49,7 @@ export interface Chain { total_members?: number; total_hosts?: number; rules_override?: string; + headers_override?: string; theme?: string; is_app_disabled?: boolean; } diff --git a/server/internal/controllers/chain.go b/server/internal/controllers/chain.go index ee37c6fd1..8b6b80f2c 100644 --- a/server/internal/controllers/chain.go +++ b/server/internal/controllers/chain.go @@ -108,6 +108,7 @@ func ChainGet(c *gin.Context) { var query struct { ChainUID string `form:"chain_uid" binding:"required"` AddRules bool `form:"add_rules" binding:"omitempty"` + AddHeaders bool `form:"add_headers" binding:"omitempty"` AddTotals bool `form:"add_totals" binding:"omitempty"` AddTheme bool `form:"add_theme" binding:"omitempty"` AddIsAppDisabled bool `form:"add_is_app_disabled" binding:"omitempty"` @@ -123,6 +124,10 @@ func ChainGet(c *gin.Context) { sql += `, chains.rules_override` } + if query.AddHeaders { + sql += `, + chains.headers_override` + } if query.AddTheme { sql += `, chains.theme` @@ -155,6 +160,9 @@ func ChainGet(c *gin.Context) { if query.AddRules { body.RulesOverride = &chain.RulesOverride } + if query.AddHeaders { + body.HeadersOverride = &chain.HeadersOverride + } if query.AddTheme { body.Theme = &chain.Theme } @@ -327,6 +335,7 @@ func ChainUpdate(c *gin.Context) { Sizes *[]string `json:"sizes,omitempty"` Genders *[]string `json:"genders,omitempty"` RulesOverride *string `json:"rules_override,omitempty"` + HeadersOverride *string `json:"headers_override,omitempty"` Published *bool `json:"published,omitempty"` OpenToNewMembers *bool `json:"open_to_new_members,omitempty"` Theme *string `json:"theme,omitempty"` @@ -388,6 +397,9 @@ func ChainUpdate(c *gin.Context) { if body.RulesOverride != nil { valuesToUpdate["rules_override"] = *(body.RulesOverride) } + if body.HeadersOverride != nil { + valuesToUpdate["headers_override"] = *(body.HeadersOverride) + } if body.Published != nil { valuesToUpdate["published"] = *(body.Published) diff --git a/server/internal/models/chain.go b/server/internal/models/chain.go index 3314f25b7..7dd519aec 100644 --- a/server/internal/models/chain.go +++ b/server/internal/models/chain.go @@ -28,6 +28,7 @@ type Chain struct { Published bool OpenToNewMembers bool RulesOverride string + HeadersOverride string Sizes []string `gorm:"serializer:json"` Genders []string `gorm:"serializer:json"` UserChains []UserChain @@ -55,6 +56,7 @@ type ChainResponse struct { TotalMembers *int `json:"total_members,omitempty"` TotalHosts *int `json:"total_hosts,omitempty"` RulesOverride *string `json:"rules_override,omitempty"` + HeadersOverride *string `json:"headers_override,omitempty"` Theme *string `json:"theme,omitempty"` IsAppDisabled *bool `json:"is_app_disabled,omitempty"` } From 0ea8eb443037bd809771bb660ef8f77a8a29edfc Mon Sep 17 00:00:00 2001 From: Natalie Date: Sun, 18 Feb 2024 12:28:51 -0800 Subject: [PATCH 04/24] Edit headers works for multiple components --- app/src/components/EditHeaders.tsx | 51 ++++++++++++++++-------------- 1 file changed, 27 insertions(+), 24 deletions(-) diff --git a/app/src/components/EditHeaders.tsx b/app/src/components/EditHeaders.tsx index fc91e51ae..2c72a41cf 100644 --- a/app/src/components/EditHeaders.tsx +++ b/app/src/components/EditHeaders.tsx @@ -2,31 +2,18 @@ import { IonButton, IonButtons, IonContent, - IonFabButton, IonHeader, - IonIcon, IonInput, IonItem, - IonLabel, IonList, IonModal, - IonSelect, - IonSelectOption, - IonText, IonTitle, IonToolbar, - SelectChangeEventDetail, useIonToast, } from "@ionic/react"; -import type { - IonSelectCustomEvent, - IonModalCustomEvent, - IonInputCustomEvent, -} from "@ionic/core"; -import { checkmarkCircle, ellipse } from "ionicons/icons"; -import { RefObject, useContext, useState } from "react"; -import { Bag, bagColors, bagPut, UID } from "../api"; +import type { IonModalCustomEvent } from "@ionic/core"; +import { RefObject, useContext, useEffect, useState } from "react"; import { StoreContext } from "../Store"; import { OverlayEventDetail } from "@ionic/react/dist/types/components/react-component-lib/interfaces"; import toastError from "../../toastError"; @@ -34,33 +21,49 @@ import { useTranslation } from "react-i18next"; import { chainUpdate } from "../api"; export default function EditHeaders(props: { - initalHeader: string | null; - modal: RefObject; - didDismiss?: (e: IonModalCustomEvent>) => void; - }) { + initalHeader: string | null; + page: string; + modal: RefObject; + didDismiss?: (e: IonModalCustomEvent>) => void; +}) { const { t } = useTranslation(); const [error, setError] = useState(""); const { chain } = useContext(StoreContext); - const [header, setHeader] = useState(props.initalHeader); const [present] = useIonToast(); + const [header, setHeader] = useState(props.initalHeader); + const [headers, setHeaders] = useState({}); - //const [subheader, setSubheader] = useState(""); function modalInit() { setError(""); } + useEffect(() => { + updateHeader(); + }, [headers]); function cancel() { props.modal.current?.dismiss(); } - async function updateHeader() { + function handleSave() { + const page = props.page; + const prevHeaders = chain?.headers_override + ? JSON.parse(chain.headers_override) + : ""; + + setHeaders(() => ({ + ...prevHeaders, + [page]: header, + })); + } + + async function updateHeader() { if (!chain?.uid) return; try { await chainUpdate({ uid: chain.uid, - headers_override: JSON.stringify(header), + headers_override: JSON.stringify(headers), }); setError(""); @@ -87,7 +90,7 @@ export default function EditHeaders(props: { {t("updateHeaders")} {t("save")} From c1743d5dbe7fdc07b24208e8e902492890301fff Mon Sep 17 00:00:00 2001 From: Natalie Date: Sun, 18 Feb 2024 12:30:36 -0800 Subject: [PATCH 05/24] Update headers used in address list and bag list pages --- app/src/pages/AddressList.tsx | 32 +++++++++++++++++++++++++++++--- app/src/pages/BagsList.tsx | 13 ++++++------- 2 files changed, 35 insertions(+), 10 deletions(-) diff --git a/app/src/pages/AddressList.tsx b/app/src/pages/AddressList.tsx index 005ecc41c..c8f5c0d77 100644 --- a/app/src/pages/AddressList.tsx +++ b/app/src/pages/AddressList.tsx @@ -12,7 +12,7 @@ import { IonTitle, IonToolbar, } from "@ionic/react"; -import { useContext } from "react"; +import { useContext, useMemo, useRef } from "react"; import { useTranslation } from "react-i18next"; import { StoreContext } from "../Store"; import { @@ -25,10 +25,12 @@ import isPaused from "../utils/is_paused"; import IsPrivate from "../utils/is_private"; import OverlayPaused from "../components/OverlayPaused"; import OverlayAppDisabled from "../components/OverlayChainAppDisabled"; +import EditHeaders from "../components/EditHeaders"; export default function AddressList() { const { chain, + setChain, chainUsers, route, authUser, @@ -38,6 +40,22 @@ export default function AddressList() { shouldBlur, } = useContext(StoreContext); const { t } = useTranslation(); + const headerSheetModal = useRef(null); + + const header = useMemo(() => { + if (chain?.headers_override) { + const headers = JSON.parse(chain.headers_override).addressList; + return headers.addressList as string; + } + return t("addresses"); + }, [chain]); + + function updateChain() { + setChain(chain?.uid, authUser); + } + function handleClickChange() { + headerSheetModal.current?.present(); + } return ( @@ -45,7 +63,7 @@ export default function AddressList() { - {t("addresses")} + {header} {isChainAdmin ? ( + {" "} + {t("change")} - {t("addresses")} + {header} @@ -171,6 +191,12 @@ export default function AddressList() { ); })} +