9815 Commits

Author SHA1 Message Date
Moriz Wahl
ae6fdd51e9 use camel case instead of snake case for edit creation field 2022-07-25 14:00:26 +02:00
Moriz Wahl
6bb5d3b5e7
Merge branch 'master' into fix-bibi-creation-seed 2022-07-25 13:46:33 +02:00
Moriz Wahl
c7393046b1
Merge branch 'master' into 1904-mirror-volume-for-backend-log-files-in-docker 2022-07-25 13:46:17 +02:00
Wolfgang Huß
d06d7c30cd
Merge pull request #2042 from gradido/2038-Community-contribution-site-and-form
feat: 🍰 Community Contribution Site And Form
2022-07-25 13:34:41 +02:00
Moriz Wahl
af9d874fea fix: Update contribution_date when Moved by Seed 2022-07-25 13:29:45 +02:00
Wolfgang Huß
46d87f499f
Merge branch 'master' into 2038-Community-contribution-site-and-form 2022-07-25 13:09:12 +02:00
Hannes Heine
8f7ad0ac39
Merge pull request #2082 from gradido/fix-move-memo-chars-size-in-const
[Refactor] Move MEMO_MIN_CHARS and MEMO_MAX_CHARS to const file
2022-07-25 12:52:39 +02:00
elweyn
8aa6bc540e Change CONTRIBUTIONLINK_MEMO_..._CHARS to MEMO_..._CHARS and using it on ContributionResolver, TransactionResolver and AdminResolver. 2022-07-25 12:41:11 +02:00
Hannes Heine
66f76956f3
Merge pull request #2080 from gradido/2076-test-memo-length
Fix: Test memo length on createContribution & updateContribution
2022-07-25 12:13:08 +02:00
elweyn
ae5ec300ff Fix linting. 2022-07-25 12:08:02 +02:00
elweyn
364901998c Add updateListAllContributions on create, update & delete Contribution now we see the result in AllContributions. 2022-07-25 12:07:48 +02:00
Hannes Heine
8edd4e88cb
Update frontend/src/pages/Community.vue
Co-authored-by: Wolfgang Huß <wolle.huss@pjannto.com>
2022-07-25 11:40:22 +02:00
Hannes Heine
7aee2baf4d
Update frontend/src/pages/Community.spec.js
Co-authored-by: Wolfgang Huß <wolle.huss@pjannto.com>
2022-07-25 11:39:41 +02:00
Hannes Heine
5dd96310ae
Update frontend/src/pages/Community.spec.js
Co-authored-by: Wolfgang Huß <wolle.huss@pjannto.com>
2022-07-25 11:39:17 +02:00
Hannes Heine
aefd696dc7
Update frontend/src/pages/Community.spec.js
Co-authored-by: Wolfgang Huß <wolle.huss@pjannto.com>
2022-07-25 11:38:36 +02:00
Hannes Heine
6cbc3b8419
Update frontend/src/components/Contributions/ContributionListItem.spec.js
Co-authored-by: Wolfgang Huß <wolle.huss@pjannto.com>
2022-07-25 11:37:16 +02:00
Hannes Heine
635f90abc8
Update frontend/src/components/Contributions/ContributionList.spec.js
Co-authored-by: Wolfgang Huß <wolle.huss@pjannto.com>
2022-07-25 11:36:38 +02:00
Hannes Heine
4d926ec498
Update frontend/src/components/Contributions/ContributionListItem.vue
Co-authored-by: Wolfgang Huß <wolle.huss@pjannto.com>
2022-07-25 11:36:03 +02:00
elweyn
6f5945f991 createContribution & updateContribution checks if memo length is correct. 2022-07-25 11:24:05 +02:00
elweyn
bcb0882a06 Add test to updateContribution check if error is thrown when memo length is smaller than 5 or greater than 255 characters. 2022-07-25 11:23:28 +02:00
elweyn
180e4ef27d Add test to createContribution that error is thrown when memo length smaller than 5 and greater than 255 2022-07-25 11:17:10 +02:00
ogerly
2f0780f6d5 change locales 2022-07-22 11:18:37 +02:00
ogerly
ce531a15a7 fix: update Contribution amount problem 2022-07-22 11:18:37 +02:00
Alexander Friedland
63efb7a056
Update frontend/src/components/Contributions/ContributionListItem.vue
Co-authored-by: Wolfgang Huß <wolle.huss@pjannto.com>
2022-07-22 10:16:31 +02:00
ogerly
dea07c2bcd fix: cancel delete contribution 2022-07-22 10:12:53 +02:00
ogerly
030e059b78 change test it text, fix locales 2022-07-22 09:59:25 +02:00
ogerly
c464ca7d8f add verifyLogin on created() 2022-07-22 09:34:43 +02:00
ogerly
ebc6530b12 change locales, disable form if no date 2022-07-22 09:09:08 +02:00
ogerly
85a88d685e change for test 2022-07-22 08:35:59 +02:00
Alexander Friedland
a0de1287b8
Update frontend/src/locales/en.json
Co-authored-by: Wolfgang Huß <wolle.huss@pjannto.com>
2022-07-22 08:04:14 +02:00
Alexander Friedland
c83d92e512
Update frontend/src/locales/de.json
Co-authored-by: Wolfgang Huß <wolle.huss@pjannto.com>
2022-07-22 08:04:04 +02:00
Alexander Friedland
5e0c971ab6
Update frontend/src/components/Contributions/ContributionList.vue
Co-authored-by: Wolfgang Huß <wolle.huss@pjannto.com>
2022-07-22 08:03:36 +02:00
Wolfgang Huß
bf407584fe Fix backend volume for logs in docker-compose file 2022-07-22 06:37:59 +02:00
ogerly
71a1ab0d7c change formText identifier, change variable spelling 2022-07-21 16:23:44 +02:00
ogerly
d0c29a1059 Merge branch 'master' into 2038-Community-contribution-site-and-form 2022-07-21 16:03:13 +02:00
ogerly
4080a216e4 change alert identifier 2022-07-21 16:02:29 +02:00
ogerly
cd5f90205b math addition if edit contribution 2022-07-21 15:50:37 +02:00
Wolfgang Huß
5ee5aa0ab5 Remove the volumes we don't need and some comments 2022-07-21 15:20:02 +02:00
Wolfgang Huß
7ead21ca69 Add a comment for volume mount in Docker Compose database app 2022-07-21 13:42:48 +02:00
Wolfgang Huß
2d61025e29 Merge branch 'master' of github.com:gradido/gradido into 1904-mirror-volume-for-backend-log-files-in-docker 2022-07-21 13:38:55 +02:00
Wolfgang Huß
3e3770e5a9 Provide volume for database log-file in Docker 2022-07-21 13:33:10 +02:00
Wolfgang Huß
4e5b100b44
Merge pull request #2050 from gradido/2049-remove-image-entries-in-docker-compose-files
chore: 🍰 Change `image` Entries In Docker Compose Files And Get Apple M1 Running
2022-07-21 11:47:56 +02:00
Wolfgang Huß
3e259b049a
Merge branch 'master' into 2049-remove-image-entries-in-docker-compose-files 2022-07-21 11:35:10 +02:00
Wolfgang Huß
08d6cf77eb Provide volume for mariadb log-files in Docker 2022-07-21 11:21:49 +02:00
Moriz Wahl
9ba51a813a Merge branch 'master' into insert-missing-contributions-migration 2022-07-21 11:18:29 +02:00
Wolfgang Huß
213b670f68 Provide volume for backend log-files in Docker, move the ones of nginx from dev Docker Compose to main 2022-07-21 11:04:19 +02:00
Moriz Wahl
47fb530725
Merge pull request #2064 from gradido/fix-windows-line-breaks
fix: Windows 0D 0A Linebreaks to Unix 0A
2022-07-21 09:11:21 +02:00
ogerly
4abac7a3c1 fix locales 2022-07-21 08:36:46 +02:00
ogerly
4e6c9fe07d add info text on the tabs 2022-07-21 08:35:26 +02:00
ogerly
29fd5dfcd2 fix locales 2022-07-21 07:45:25 +02:00