Uh oh!
There was an error while loading. Please reload this page.
Status Feature - #21186
Conversation
5d9711b to
a6b64d7CompareUh oh!
There was an error while loading. Please reload this page.
fe1abbd to
777f9f6CompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
7df82f8 to
e6d8b70CompareUh oh!
There was an error while loading. Please reload this page.
845afe9 to
32dd658Compare84a8b47 to
ab8cdbcCompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
| */ | ||
| return [ | ||
| 'ocs' => [ |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
ab8cdbc to
f333dd1Compareeae589a to
ae2b0c9CompareSome first quick design review @georgehrke just pasting here since I’m about to leave the office (and internet connection with that ;)
|
2173ec1 to
b91967eCompare
This comment has been minimized.
This comment has been minimized.
Uh oh!
There was an error while loading. Please reload this page.
6c551a5 to
a42234aCompare
juliusknorr
left a comment
There was a problem hiding this comment.
Did some quick tests and the code looks sane 👍
4711dde to
6e444bbComparegeorgehrke
commented
Jul 31, 2020
Rebased to fix merge conflicts. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
nickvergessen
left a comment
There was a problem hiding this comment.
Autoloader check and commit missing for the app
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
| icon="icon-rename" | ||
| :close-after-click="true" | ||
| @click.prevent.stop="openModal"> | ||
| {{ $t('user_status', 'Set custom status') }} |
There was a problem hiding this comment.
we use:
| {{ $t('user_status', 'Set custom status') }} | |
| {{ t('user_status', 'Set custom status') }} |
everywhere. why is this different in this app?
There was a problem hiding this comment.
Because we are doing it wrong everywhere.
If you add properties to the prototype, you are supposed to prefix them with $ to avoid conflicts.
There was a problem hiding this comment.
There is also an issue about it here: nextcloud-libraries/nextcloud-vue#586
There was a problem hiding this comment.
Bothers me to have it "fixed" in one app. For the sake of maintainability I would prefer to have t for now until we update all usages at once.
There was a problem hiding this comment.
Plenty of apps are doing it correctly already. Calendar, Tasks, Privacy, ...
nickvergessen
commented
Jul 31, 2020
The invisible icon is black on dark background when dark theme is used. |
georgehrke
commented
Jul 31, 2020
Added to follow up list in PR description. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
6e444bb to
f2b5ef0Comparegeorgehrke
commented
Jul 31, 2020
/compile amend / |
🤖 beep boop beep 🤖 Here are the logs for the failed build: Status of 31276: failuremariadb10.4-php7.3Show full logintegration-provisioning-v1
Show full log |
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
f2b5ef0 to
0fad921Comparejancborchardt
commented
Jul 31, 2020
Wooohooo congrats @georgehrke! :))) @juliushaertl we can continue with the Status integration in Dashboard. ;) |
* LoadAdditionalScripts (@rullzer) - nextcloud/server#16641 * LoadViewerEvent (@skjnldsv) - nextcloud/viewer#271 * RegisterDirectEditorEvent (@juliushaertl) - nextcloud/server#17625 * typed events for files scanner (@ChristophWurst) - nextcloud/server#18351 * typed events for group mangement (@ChristophWurst) - nextcloud/server#18350 * AddContentSecurityPolicyEvent (@rullzer) - nextcloud/server#15730 * UserLiveStatusEvent (@georgehrke) - nextcloud/server#21186 * password_policy events (@ChristophWurst) - nextcloud/server#18019 * AddFeaturePolicyEvent (@rullzer) - nextcloud/server#16613 * ShareCreatedEvent (@rullzer) - nextcloud/server#18384 * LoadSettingsScriptsEvent (@blizzz) - nextcloud/server#21475 * flow events (@rullzer) - nextcloud/server#18535 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* LoadAdditionalScripts (@rullzer) - nextcloud/server#16641 * LoadViewerEvent (@skjnldsv) - nextcloud/viewer#271 * RegisterDirectEditorEvent (@juliushaertl) - nextcloud/server#17625 * typed events for files scanner (@ChristophWurst) - nextcloud/server#18351 * typed events for group mangement (@ChristophWurst) - nextcloud/server#18350 * AddContentSecurityPolicyEvent (@rullzer) - nextcloud/server#15730 * UserLiveStatusEvent (@georgehrke) - nextcloud/server#21186 * password_policy events (@ChristophWurst) - nextcloud/server#18019 * AddFeaturePolicyEvent (@rullzer) - nextcloud/server#16613 * ShareCreatedEvent (@rullzer) - nextcloud/server#18384 * LoadSettingsScriptsEvent (@blizzz) - nextcloud/server#21475 * flow events (@rullzer) - nextcloud/server#18535 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* LoadAdditionalScripts (@rullzer) - nextcloud/server#16641 * LoadViewerEvent (@skjnldsv) - nextcloud/viewer#271 * RegisterDirectEditorEvent (@juliushaertl) - nextcloud/server#17625 * typed events for files scanner (@ChristophWurst) - nextcloud/server#18351 * typed events for group mangement (@ChristophWurst) - nextcloud/server#18350 * AddContentSecurityPolicyEvent (@rullzer) - nextcloud/server#15730 * UserLiveStatusEvent (@georgehrke) - nextcloud/server#21186 * password_policy events (@ChristophWurst) - nextcloud/server#18019 * AddFeaturePolicyEvent (@rullzer) - nextcloud/server#16613 * ShareCreatedEvent (@rullzer) - nextcloud/server#18384 * LoadSettingsScriptsEvent (@blizzz) - nextcloud/server#21475 * flow events (@rullzer) - nextcloud/server#18535 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* LoadAdditionalScripts (@rullzer) - nextcloud/server#16641 * LoadViewerEvent (@skjnldsv) - nextcloud/viewer#271 * RegisterDirectEditorEvent (@juliushaertl) - nextcloud/server#17625 * typed events for files scanner (@ChristophWurst) - nextcloud/server#18351 * typed events for group mangement (@ChristophWurst) - nextcloud/server#18350 * AddContentSecurityPolicyEvent (@rullzer) - nextcloud/server#15730 * UserLiveStatusEvent (@georgehrke) - nextcloud/server#21186 * password_policy events (@ChristophWurst) - nextcloud/server#18019 * AddFeaturePolicyEvent (@rullzer) - nextcloud/server#16613 * ShareCreatedEvent (@rullzer) - nextcloud/server#18384 * LoadSettingsScriptsEvent (@blizzz) - nextcloud/server#21475 * flow events (@rullzer) - nextcloud/server#18535 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
fixes#20931
Known issues:
Current check for emoji uses mb_strlen and hence does not support Emoji Modifier Sequences nor Zero Width Joiner. Need to dig into the standard to find a better way to check if it's exactly one emoji.Fixed in 777f9f6
Blocked by: