Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | added simple data conversion for LDAP attributes | Marc Hefter | 2023-04-06 | 1 | -7/+19 | |
| * | | | | | | | handling, formatting of postalAddress attribute syntax | Marc Hefter | 2023-04-06 | 1 | -24/+39 | |
| * | | | | | | | nice up the code handling AccountManager | Marc Hefter | 2023-04-06 | 5 | -83/+66 | |
| * | | | | | | | refined code, to be independend from OCP\IUser | Marc Hefter | 2023-04-06 | 6 | -56/+51 | |
| * | | | | | | | fixing Psalm messages | Marc Hefter | 2023-04-06 | 1 | -8/+8 | |
| * | | | | | | | handling updateProfile with array of values | Marc Hefter | 2023-04-06 | 6 | -66/+79 | |
| * | | | | | | | CleanUp: removed redundant storing profile attributes in user settings | Marc Hefter | 2023-04-06 | 1 | -2/+0 | |
| * | | | | | | | CleanUp: removed redundant condition if block | Marc Hefter | 2023-04-06 | 1 | -4/+1 | |
| * | | | | | | | CleanUp: tidy checking for empty profileScope | Marc Hefter | 2023-04-06 | 1 | -1/+1 | |
| * | | | | | | | Fix: Parameter $scope has no provided type | Marc Hefter | 2023-04-06 | 1 | -4/+3 | |
| * | | | | | | | CleanUp: remove unneeded UNSET, to unclutter code | Marc Hefter | 2023-04-06 | 1 | -7/+0 | |
| * | | | | | | | cleanup: removed unnecessary imports of IAccountManager, AccountManager, IDBC... | Marc Hefter | 2023-04-06 | 1 | -4/+1 | |
| * | | | | | | | fixed error: Array to string conversion at user_ldap/lib/User/User.php#639 | Marc Hefter | 2023-04-06 | 1 | -1/+1 | |
| * | | | | | | | bugfix: changed forgotten userName, to getUsername | Marc Hefter | 2023-04-06 | 1 | -2/+2 | |
| * | | | | | | | added user profile scope setting | Marc Hefter | 2023-04-06 | 5 | -10/+33 | |
| * | | | | | | | feature addition: [user_ldap] update user profile from LDAP | Marc Hefter | 2023-04-06 | 1 | -20/+22 | |
| * | | | | | | | feature addition: [user_ldap] update user profile from LDAP; WIP; fixing some... | Marc Hefter | 2023-04-06 | 6 | -4/+64 | |
| * | | | | | | | feature addition: [user_ldap] update user profile from LDAP; WIP work-in-prog... | Marc Hefter | 2023-04-06 | 5 | -0/+226 | |
* | | | | | | | | feat(files): expose Files router | John Molakvoæ | 2023-04-20 | 4 | -13/+90 | |
* | | | | | | | | feat(files): add default action support | John Molakvoæ | 2023-04-20 | 7 | -34/+113 | |
* | | | | | | | | Merge pull request #37807 from nextcloud/fix/37373 | John Molakvoæ | 2023-04-20 | 1 | -1/+2 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | fix(files_external): Background color of external devices with errors should ... | Ferdinand Thiessen | 2023-04-20 | 1 | -1/+2 | |
* | | | | | | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-04-20 | 130 | -2/+376 | |
* | | | | | | | | | Remove legacy systemtags code | Christopher Ng | 2023-04-19 | 4 | -509/+0 | |
* | | | | | | | | | Add accessible system tags select | Christopher Ng | 2023-04-19 | 7 | -9/+566 | |
* | | | | | | | | | Merge pull request #37809 from nextcloud/fix/last-used | Pytal | 2023-04-19 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Dedupe last used tags | Christopher Ng | 2023-04-18 | 1 | -1/+1 | |
* | | | | | | | | | Merge pull request #37451 from Fenn-CS/fix/36437/deprecate-php-8.0 | Andy Scherzinger | 2023-04-19 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Deprecate PHP8.0 | fenn-cs | 2023-04-17 | 1 | -1/+1 | |
* | | | | | | | | | | Merge pull request #37817 from nextcloud/Jerome-Herbinet-theming-patch-1 | Simon L | 2023-04-19 | 1 | -0/+5 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Improvement of the theme selection UI | Jérôme Herbinet | 2023-04-19 | 1 | -0/+5 | |
* | | | | | | | | | | | fix(files): forward arguments to store creation | John Molakvoæ | 2023-04-19 | 5 | -18/+18 | |
* | | | | | | | | | | | fix(files): fix sorting mixin usage | John Molakvoæ | 2023-04-19 | 1 | -12/+8 | |
|/ / / / / / / / / / | ||||||
* | / / / / / / / / | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-04-19 | 212 | -224/+326 | |
| |/ / / / / / / / |/| | | | | | | | | ||||||
* | | | | | | | | | Merge pull request #33434 from Jerome-Herbinet/patch-2 | Simon L | 2023-04-18 | 1 | -0/+98 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Highlight selected file version (Nextcloud Office) | Jérôme Herbinet | 2023-04-18 | 1 | -0/+98 | |
* | | | | | | | | | | Merge pull request #36854 from nextcloud/feature/36852/allow-to-revert-automa... | Joas Schilling | 2023-04-18 | 14 | -33/+409 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | fix(status): Store locally status message when editing | Maksim Sukharev | 2023-04-18 | 1 | -7/+13 | |
| * | | | | | | | | | fix(status): Fix infinite loading of predefined statuses | Maksim Sukharev | 2023-04-18 | 2 | -12/+9 | |
| * | | | | | | | | | fix(status): Correctly set the message and predefined message using the store | Joas Schilling | 2023-04-18 | 2 | -11/+25 | |
| * | | | | | | | | | feat(status): Add a capability for the restore | Joas Schilling | 2023-04-18 | 2 | -0/+2 | |
| * | | | | | | | | | feat(user_status): Allow to manually revert an automated status | Joas Schilling | 2023-04-18 | 10 | -12/+369 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #37175 from nextcloud/rakekniven-patch-1 | Simon L | 2023-04-18 | 3 | -4/+4 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | fix(l10n):Aligned spelling of ScienceMesh | rakekniven | 2023-04-18 | 1 | -2/+2 | |
| * | | | | | | | | fix(l10n): Fixed grammar | rakekniven | 2023-04-18 | 1 | -1/+1 | |
| * | | | | | | | | Update apps/files_sharing/lib/Controller/ShareAPIController.php | rakekniven | 2023-04-18 | 1 | -1/+1 | |
| * | | | | | | | | fix(l10n): Fixed grammar | rakekniven | 2023-04-18 | 1 | -1/+1 | |
* | | | | | | | | | Merge pull request #37766 from nextcloud/enh/noid/add-db-file-locking-check | Simon L | 2023-04-18 | 2 | -0/+12 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | address review and fix tests | Simon L | 2023-04-18 | 1 | -1/+3 | |
| * | | | | | | | | | add an admin check for db file locking | Simon L | 2023-04-17 | 2 | -0/+10 |