Moriz Wahl
f1346b595a
Merge pull request #3928 from Ocelot-Social-Community/allow-only-supported-file-formats
...
feat: 🍰 Allow Only Supported Image File Formats
2021-02-04 15:22:02 +01:00
Moriz Wahl
5cfb73572e
further rebranding
2020-11-16 09:43:15 +01:00
Moriz Wahl
bd962bbfcc
merging rebranding branch from /
2020-11-10 10:28:20 +01:00
Wolfgang Huß
66f1758c2d
Add German language
...
- Correct some spacing and punctuation.
2020-11-03 15:10:20 +01:00
dasari810
f784f25192
changes made for portugal translation
2020-10-26 23:02:35 +05:30
dasari810
df4347f07c
added translations for text
2020-10-26 19:13:51 +05:30
roschaefer
650b3cef43
Remove "Human Connection" from translations
2020-06-16 14:19:07 +02:00
roschaefer
77b031083e
Make four static pages
...
* imprint
* data privacy
* terms of service
* code of conduct
2020-06-15 14:08:45 +02:00
roschaefer
36679da84d
refactor: Avoid html in translation files
...
I removed it. We cannot parameterize localizations with absolute urls
properly.
2020-06-05 18:13:07 +02:00
roschaefer
193f977863
fix: Remove broken moreInfoURL
...
The links specified in the locales were pointing to the English site and
were mostly broken anyways.
2020-06-05 17:19:58 +02:00
mattwr18
771fe49da6
chore: Fix locales sorting
2020-03-25 11:02:28 +01:00
mattwr18
0f03d09723
refactor: Extract FollowingFilter as own component
...
Co-authored-by: Alina Beck <alina.beck@mail.com>
2020-03-25 11:02:28 +01:00
Alina Beck
1ffde6bf10
refactor: CategoriesFilter to not use ds-flex
...
Co-authored-by: mattwr18 <mattwr18@gmail.com>
- introduce LabeledButton component
- rename FilterMenu to HashtagsFilter and FilterPosts to FilterMenu
2020-03-25 11:02:00 +01:00
Mogge
f17cf9db14
Merge branch 'master' into lokalise-2020-02-19_20-53-55
2020-03-02 23:14:57 +01:00
lokalise-bot
e1c8b7a666
Lokalise: update of webapp/locales/pt.json
2020-02-19 20:54:00 +01:00
Alina Beck
6aecbd6c6d
Merge branch 'master' into migrate-styleguide-card
2020-02-19 10:25:37 +01:00
Moriz Wahl
934c9906cc
sorting keys, comparing de and en locales, yarn run locales
2020-02-18 18:07:57 +01:00
Moriz Wahl
fa906efb1f
locales sorted.
2020-02-18 18:07:57 +01:00
Alina Beck
509892b6ca
refactor DeleteData template and CSS
2020-02-10 12:40:38 +01:00
mattwr18
8fe6ad77e0
Merge pull request #2686 from Human-Connection/279-blacklist-users-content
...
feat: Convert block/unblock to mute/unmute
2020-01-21 17:05:09 +01:00
Robert Schäfer
d3473050c4
Merge pull request #2725 from Human-Connection/2229_remove_obsolete_translation
...
fix(translations): Remove duplicate and mistranslated item from code of conduct
2020-01-17 22:28:10 +01:00
roschaefer
c22a6330aa
refactor(translations): Fix keys for muting
...
Provide the correct German translation. Remove "" and use `null` for
Italian. @mattwr18 we really have to make sure not to add empty strings
to our translations because we disable the fallback in that case. Also,
if we want, we could replace the other translations with `null` in order
to make sure that we have the better (though untranslated) explanation.
@mattwr18 I had a look into `notificationsMiddleware.js`. I think that
we can still keep the tests and the behaviour although there is no
`BLOCKED` relationship anymore, right?
2020-01-16 20:56:12 +01:00
roschaefer
4631db0a1b
feat(webapp): Display deployed version in footer
...
Remove VERSION file in favour of version entry in `package.json`. Parse
this version in our build server scripts.
This commit also introduces `standard-version` which we can use to
generate our `CHANGELOG.md` with `yarn run release`.
close #1831
2020-01-16 19:24:55 +01:00
roschaefer
966cdc9574
fix #2229
...
I have to agree with @vbelolapotkov here. First of all the translation
for German an English does not match and second it does not make an awful
lot of sense to have "Report these actions" twice in the list. The
English translation "Advocacy or encouragement to these behaviors."
probably belongs into the section before.
2020-01-12 17:35:31 +01:00
mattwr18
ba3e9e1025
Rename blacklist/whitelist to mute/unmute
...
- Follow @roschaefer suggestion in issue
- This can be reverted if we decide otherwise
2020-01-08 18:04:26 +01:00
mattwr18
c297b83f87
Convert block/unblock to blacklist/whitelist
...
- at the moment, we have implemented blocked like we want the
blacklist/whitelistUserContent to be, with the exception that is should
not be both ways. If I blacklist a user's content, they still see my
content in their news feed.
2020-01-07 18:57:35 +01:00
lokalise-bot
8a812aaaee
Lokalise: update of webapp/locales/pt.json
2019-11-29 11:04:08 +01:00
lokalise-bot
bcd9f0ec93
Lokalise: update of webapp/locales/pt.json
2019-11-22 12:55:32 +01:00
mattwr18
5ed54c220a
Add portuguese translations
2019-11-14 11:11:04 +01:00
mattwr18
8b5cd48d3c
Translate success message, guard clause for no Donations
2019-11-12 15:33:21 +01:00
mattwr18
ce3867a717
Merge pull request #2192 from Human-Connection/fix-invalid-json
...
Remove unintended comma
2019-11-11 19:21:37 +01:00
mattwr18
bf87291879
Remove unintended comma
2019-11-11 11:55:18 +01:00
mattwr18
542647f418
Add NotificationsDropdownFilter story, refactor
...
- rename incorrectly named varaibles
- use filterOptions to remove unneccessary computed routes
Co-authored-by: @alina-beck
2019-11-11 08:52:04 +01:00
mattwr18
b916c9fe83
Add portuguese translations
...
Co-authored-by: ppelegrin <56610168+ppelegrin@users.noreply.github.com>
2019-11-11 08:50:35 +01:00
ppelegrin
09064c57fa
Manting portuguese translation
2019-11-07 11:37:10 +01:00
ppelegrin
15c671c4a8
Finish portuguese translations
2019-11-05 19:24:20 +01:00
ppelegrin
7e070208e0
Continue portuguese translations
2019-11-04 20:49:50 +01:00
ppelegrin
c275a3ee00
Continue with translations
2019-10-30 22:23:52 +01:00
ppelegrin
33eb000ee3
Start adding missing portuguese translation
2019-10-15 23:33:50 +02:00
Brent Vardy
227db5f13a
refactored tranformImage to remove dupication
...
- styled confirm button
- added locale translations
- added dropzoneDrop method to handle scenario where users drag and drop an image whilst in the cropper interface.
- co-authored-by: mattwr18 <mattwr18@gmail.com>
2019-10-14 16:42:11 +02:00
mattwr18
a5e3c52e1d
Show that a Post/Comment has been edited
2019-10-03 12:01:04 +02:00
mattwr18
fa3053dca7
Tidy up, follow @roschaefer , @Tirokk PR suggestions
...
- Fix tests by stubbing LocaleSwitch/client-only
- Add portuguese translations
- Add back to login link
- Use span over   following @alina-becks PR review on another PR
2019-09-11 16:40:39 +02:00
Robert Schäfer
a6f5fe8ea3
Rename privacy->data-privacy
2019-08-05 23:19:20 +02:00
senderfm
f2d0cd1f6a
footer created, new pages, imprint, terms and conditions, history, privacy policy, imprint created and languages adapted
2019-07-09 10:00:45 +02:00
c70e6227ba
first implementation - unclear if specifications are correct
2019-04-10 13:35:24 +02:00
Robert Schäfer
c91a61af89
Merging webapp to master
2019-03-20 21:06:17 +01:00