Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | | fix(npm): lockfile | John Molakvoæ | 2023-04-20 | 1 | -3/+6 | |
* | | | | | | | | | | | Merge pull request #36565 from march42/feature/ldap_update_profile | Simon L | 2023-04-20 | 6 | -1/+343 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | optimized handling of user profile data change | Marc Hefter | 2023-04-14 | 1 | -1/+23 | |
| * | | | | | | | | | | | error handling in update profile from LDAP | Marc Hefter | 2023-04-11 | 1 | -1/+7 | |
| * | | | | | | | | | | | trying to make github-code-scanning bot happy | Marc Hefter | 2023-04-06 | 1 | -2/+3 | |
| * | | | | | | | | | | | 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 | |
| * | | | | | | | | | | | undoing the additions to OC\IUser | Marc Hefter | 2023-04-06 | 3 | -163/+0 | |
| * | | | | | | | | | | | 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: correct version to 27 and return value specification | Marc Hefter | 2023-04-06 | 2 | -7/+7 | |
| * | | | | | | | | | | | 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 | 8 | -18/+130 | |
| * | | | | | | | | | | | feature addition: [user_ldap] update user profile from LDAP | Marc Hefter | 2023-04-06 | 4 | -20/+96 | |
| * | | | | | | | | | | | 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 | |
* | | | | | | | | | | | | Merge pull request #37824 from nextcloud/feat/groupfolders | John Molakvoæ | 2023-04-20 | 13 | -52/+207 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | feat(files): expose Files router | John Molakvoæ | 2023-04-20 | 8 | -18/+95 | |
| * | | | | | | | | | | | feat(files): add default action support | John Molakvoæ | 2023-04-20 | 8 | -36/+114 | |
|/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | 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 | 152 | -2/+408 | |
* | | | | | | | | | | | | Merge pull request #37065 from nextcloud/enh/a11y-system-tags | Pytal | 2023-04-19 | 32 | -569/+631 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Remove legacy systemtags code | Christopher Ng | 2023-04-19 | 12 | -544/+8 | |
| * | | | | | | | | | | | | Add accessible system tags select | Christopher Ng | 2023-04-19 | 13 | -15/+597 | |
| * | | | | | | | | | | | | Fix Vue TypeScript build errors | Christopher Ng | 2023-04-19 | 7 | -10/+26 | |
|/ / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Merge pull request #37804 from nextcloud/deps/nextcloud/vue-7.10.0 | Pytal | 2023-04-19 | 4 | -8/+11 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Bump @nextcloud/vue from 7.9.0 to 7.10.0 | Christopher Ng | 2023-04-19 | 4 | -8/+11 | |
| | |_|_|/ / / / / / / / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | 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 #37674 from nextcloud/feature/speech-to-text | Joas Schilling | 2023-04-19 | 12 | -0/+578 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | fix(autoloader): Rebuild | Joas Schilling | 2023-04-19 | 2 | -2/+6 | |
| * | | | | | | | | | | | | Fix(docs): Fix parameter type in doc block | Joas Schilling | 2023-04-19 | 1 | -3/+3 | |
| * | | | | | | | | | | | | Context params: Make userId nullable | Marcel Klehr | 2023-04-19 | 5 | -6/+6 | |
| * | | | | | | | | | | | | SpeechToTextManager#scheduleFileTranscription: Take context params and expose... | Marcel Klehr | 2023-04-19 | 6 | -7/+43 | |
| * | | | | | | | | | | | | TranscriptionJob: Add owner argument to simplify filesystem setup | Marcel Klehr | 2023-04-19 | 2 | -53/+7 | |
| * | | | | | | | | | | | | TranscriptionJob: Ensure filesystem is setup before trying to retrieve file | Marcel Klehr | 2023-04-18 | 1 | -2/+54 | |
| * | | | | | | | | | | | | Run cs:fix | Marcel Klehr | 2023-04-18 | 2 | -2/+0 | |
| * | | | | | | | | | | | | Update lib/private/SpeechToText/SpeechToTextManager.php | Marcel Klehr | 2023-04-18 | 1 | -2/+2 | |
| * | | | | | | | | | | | | Fix missing import | Joas Schilling | 2023-04-18 | 1 | -1/+2 | |
| * | | | | | | | | | | | | SpeechToTextManager#transcribeFile: Try next provider if one fails | Marcel Klehr | 2023-04-17 | 1 | -7/+9 |