summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Fix(l10n): Update translations from TransifexNextcloud bot2023-04-2320-36/+102
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* chore(deps): Bump query-string from 7.1.1 to 8.1.0John Molakvoæ2023-04-221-2/+2
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Merge pull request #37866 from nextcloud/fix/files-vueJohn Molakvoæ2023-04-2214-41/+141
|\
| * fix(files): do not execute the default action on foldersJohn Molakvoæ2023-04-211-8/+14
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * fix(files): favorite marker cssJohn Molakvoæ2023-04-211-4/+13
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * fix(files): fileid attributeJohn Molakvoæ2023-04-213-6/+6
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * feat(files): allow navigation entry removalJohn Molakvoæ2023-04-211-0/+7
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * fix(files): paths store reactivityJohn Molakvoæ2023-04-213-12/+18
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * feat(files): add dir file action parameterJohn Molakvoæ2023-04-214-8/+14
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * feat(files): add sidebar actionJohn Molakvoæ2023-04-213-3/+68
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * fix(files): always force menuJohn Molakvoæ2023-04-211-0/+1
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-04-2210-6/+120
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | chore(autoloader): Update autoloaders with composer 2.5.5Joas Schilling2023-04-2182-299/+596
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #37858 from nextcloud/fix/lockJohn Molakvoæ2023-04-212-20/+21
|\ | | | | Fix lockfile and update cypress
| * chore(npm): fix warning and buildJohn Molakvoæ2023-04-212-20/+21
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | Merge pull request #37525 from nextcloud/file-debug-infoRobin Appelman2023-04-212-0/+11
|\ \ | |/ |/| add command for getting fileinfo for debugging
| * add command for getting fileinfo for debuggingRobin Appelman2023-04-172-0/+11
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-04-2134-0/+214
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #37826 from nextcloud/bugfix/noid/no-error-for-guestsJoas Schilling2023-04-202-16/+9
|\ \ | | | | | | fix(files): Don't throw an error when guests access the controller
| * | fix(files): Don't throw an error when guests access the controllerJoas Schilling2023-04-192-16/+9
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #37428 from nextcloud/enh/ignore-non-numeric-versionsCôme Chilliet2023-04-201-1/+7
|\ \ \ | | | | | | | | Ignore and log non integer versions
| * | | Check for non-numeric versions, not non-integerCôme Chilliet2023-04-051-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | All versions are string Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | Ignore and log non integer versionsCôme Chilliet2023-04-051-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This avoids being stuck when there is one buggy file version with a non-integer version. It allows the expiration process to not crash and continue with the other ones. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | Merge pull request #36565 from march42/feature/ldap_update_profileSimon L2023-04-206-1/+343
|\ \ \ \ | | | | | | | | | | [user_ldap] Update profile from LDAP fields
| * | | | optimized handling of user profile data changeMarc Hefter2023-04-141-1/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Check profile data checksum before updating user profile, to ensure data has changed. Write checksum to user settings and cache. Signed-off-by: Marc Hefter <marchefter@gmail.com>
| * | | | error handling in update profile from LDAPMarc Hefter2023-04-111-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | added error message on InvalidArgumentException Signed-off-by: Marc Hefter <marchefter@gmail.com>
| * | | | trying to make github-code-scanning bot happyMarc Hefter2023-04-061-2/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Marc Hefter <marchefter@gmail.com>
| * | | | added simple data conversion for LDAP attributesMarc Hefter2023-04-061-7/+19
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Marc Hefter <marchefter@gmail.com>
| * | | | handling, formatting of postalAddress attribute syntaxMarc Hefter2023-04-061-24/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | replace '$' with ', ' delimiter for address property reformatted some code to 80 column early check and return, if wasRefreshed('profile') removed FIXMEs after digging and double checking Signed-off-by: Marc Hefter <marchefter@gmail.com>
| * | | | nice up the code handling AccountManagerMarc Hefter2023-04-065-83/+66
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | merging defaultScopes from DEFAULT_SCOPES and account_manager.default_property_scope removing unneccessary profileScope setting (using config.php instead) honoring admin choice 'profile.enabled'=>false in config.php moved checking for empty array to updateProfile function corrected some typos and cleaned some comments Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Marc Hefter <marchefter@gmail.com>
| * | | | refined code, to be independend from OCP\IUserMarc Hefter2023-04-066-56/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rework updateProfile in user_ldap/lib/User/User.php some cleanup at processAttributes in user_ldap/lib/User/User.php rearranged Fediverse attribute, to match profile layout Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Marc Hefter <marchefter@gmail.com>
| * | | | fixing Psalm messagesMarc Hefter2023-04-061-8/+8
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Marc Hefter <marchefter@gmail.com>
| * | | | handling updateProfile with array of valuesMarc Hefter2023-04-066-66/+79
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | using an array to buffer profile updates, like suggested by @come-nc clean some code and remove unneccessary redundancy added the Fediverse profile property Co-Authored-By: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Marc Hefter <marchefter@gmail.com>
| * | | | CleanUp: removed redundant storing profile attributes in user settingsMarc Hefter2023-04-061-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com Signed-off-by: Marc Hefter <marchefter@gmail.com>
| * | | | CleanUp: removed redundant condition if blockMarc Hefter2023-04-061-4/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Marc Hefter <marchefter@gmail.com>
| * | | | CleanUp: tidy checking for empty profileScopeMarc Hefter2023-04-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Marc Hefter <marchefter@gmail.com>
| * | | | Fix: Parameter $scope has no provided typeMarc Hefter2023-04-061-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Marc Hefter <marchefter@march42.net> Signed-off-by: Marc Hefter <marchefter@gmail.com>
| * | | | CleanUp: remove unneeded UNSET, to unclutter codeMarc Hefter2023-04-061-7/+0
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: march42 <marchefter@gmail.com> Signed-off-by: Marc Hefter <marchefter@gmail.com>
| * | | | cleanup: removed unnecessary imports of IAccountManager, AccountManager, ↵Marc Hefter2023-04-061-4/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | IDBConnection Signed-off-by: Marc Hefter <marchefter@march42.net> Signed-off-by: Marc Hefter <marchefter@gmail.com>
| * | | | fixed error: Array to string conversion at user_ldap/lib/User/User.php#639Marc Hefter2023-04-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marc Hefter <marchefter@march42.net> Signed-off-by: Marc Hefter <marchefter@gmail.com>
| * | | | bugfix: changed forgotten userName, to getUsernameMarc Hefter2023-04-061-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marc Hefter <marchefter@march42.net> Signed-off-by: Marc Hefter <marchefter@gmail.com>
| * | | | added user profile scope settingMarc Hefter2023-04-065-10/+33
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marc Hefter <marchefter@march42.net> Signed-off-by: Marc Hefter <marchefter@gmail.com>
| * | | | feature addition: [user_ldap] update user profile from LDAPMarc Hefter2023-04-061-20/+22
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marc Hefter <marchefter@march42.net> Signed-off-by: Marc Hefter <marchefter@gmail.com>
| * | | | feature addition: [user_ldap] update user profile from LDAP; WIP; fixing ↵Marc Hefter2023-04-066-4/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | some uggly copy-and-paste errors; testing functionality; preparing and editing the documentation Signed-off-by: Marc Hefter <marchefter@march42.net> Signed-off-by: Marc Hefter <marchefter@gmail.com>
| * | | | feature addition: [user_ldap] update user profile from LDAP; WIP ↵Marc Hefter2023-04-065-0/+226
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | work-in-progress; TODO update profile Signed-off-by: Marc Hefter <marchefter@march42.net>
* | | | | feat(files): expose Files routerJohn Molakvoæ2023-04-204-13/+90
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | | | feat(files): add default action supportJohn Molakvoæ2023-04-207-34/+113
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | | | Merge pull request #37807 from nextcloud/fix/37373John Molakvoæ2023-04-201-1/+2
|\ \ \ \ \
| * | | | | fix(files_external): Background color of external devices with errors should ↵Ferdinand Thiessen2023-04-201-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | respect color theme Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-04-20130-2/+376
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>