nextcloud/core
Julius Härtl 095b43f396
feat: Add occ user:sync-account-data for updating oc_accounts information from user backends
This can be useful in cases where the state between user backend and
oc_accounts has become inconsistent.

Usually the account data is updated once the change on the user backend
is detected. Potential leftovers from older bugs
(https://github.com/nextcloud/user_saml/pull/582) might though never get
updated. This could lead to the contacts menu never showing the correct
display name. The contacts menu is read from the system address book,
which is only updated from oc_accounts.

Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-06-09 17:30:24 +02:00
..
ajax Merge pull request #38602 from fsamapoor/replace_strpos_calls_in_core 2023-06-04 17:11:51 +01:00
BackgroundJobs also use updatedir for cleanup of backups 2022-10-01 17:01:28 +02:00
Command feat: Add occ user:sync-account-data for updating oc_accounts information from user backends 2023-06-09 17:30:24 +02:00
Controller Refactors "strpos" calls in /core to improve code readability. 2023-06-02 13:13:19 +03:30
css npm run sass 2023-06-06 10:04:48 +02:00
Data composer run cs:fix 2023-01-20 11:45:08 +01:00
Db Add type hints for mappers 2023-04-07 09:49:42 +02:00
doc changed to nextcloud 2016-06-22 08:20:23 +02:00
Events Add password reset typed events 2022-06-10 16:41:41 +02:00
Exception Update php licenses 2021-06-04 22:02:41 +02:00
fonts Include additional scripts in Noto fonts 2021-03-01 19:15:01 +01:00
img fix(files): Add border around favorite marker to ensure contrast requirements are met 2023-06-06 11:29:43 +02:00
js feat: Add setup check warning if instance is in debug mode 2023-05-09 07:34:03 +02:00
l10n Fix(l10n): Update translations from Transifex 2023-06-07 00:17:55 +00:00
Listener Only check unsupported browsers on user rendering 2022-10-28 12:23:02 +02:00
Middleware composer run cs:fix 2023-01-20 11:45:08 +01:00
Migrations add new index in repair step instead of on-migrate 2023-04-28 15:08:08 +02:00
Notification update notifications for one-click instances 2022-10-24 18:28:00 +02:00
Service Update core to PHP 7.4 standard 2022-05-20 22:18:06 +02:00
skeleton ownCloud -> Nextcloud 2016-07-28 15:47:04 +02:00
src fix(files): Add border around favorite marker to ensure contrast requirements are met 2023-06-06 11:29:43 +02:00
templates chore(404): Extend 404 error message to mention possibly missing permissions 2023-04-26 11:21:56 +02:00
vendor Remove jstz usage from server 2023-01-04 17:40:40 +00:00
.l10nignore Add core/js/dist/ to l10nignore 2019-06-13 13:55:22 +02:00
Application.php add new index in repair step instead of on-migrate 2023-04-28 15:08:08 +02:00
openapi.json Fix OpenAPI core paths 2023-06-06 06:28:48 +02:00
register_command.php feat: Add occ user:sync-account-data for updating oc_accounts information from user backends 2023-06-09 17:30:24 +02:00
routes.php feat(translations): Add translation provider API 2023-02-27 16:52:03 +01:00
shipped.json set theming app to alwaysEnabled 2022-10-17 17:51:39 +02:00
strings.php core: add more strict_types 2021-04-26 12:44:37 +02:00