summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Fix(l10n): Update translations from TransifexNextcloud bot2023-04-274-0/+14
* fix(settings): Fix title of profile scope optionsJoas Schilling2023-04-261-1/+1
* Merge pull request #35121 from nextcloud/feat/dav-wrap-app-calendarsChristoph Wurst2023-04-2612-19/+758
|\
| * Feature: Provide access to app generated calendars through CalDAVFerdinand Thiessen2023-04-2512-19/+758
* | Merge pull request #37904 from nextcloud/bugfix/noid/file-widget-clickSimon L2023-04-261-1/+1
|\ \
| * | fix: Use proper link for navigating to files on click handlerJulius Härtl2023-04-251-1/+1
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-04-2622-0/+138
* | | Merge pull request #33161 from vincentdh/masterSimon L2023-04-261-2/+2
|\ \ \ | |_|/ |/| |
| * | Fix: External storage - exception thrown for the handler whenSelectAuthMechanismVincent Handfield2023-04-171-2/+2
* | | Merge pull request #36378 from nextcloud/fix/improve-taint-analysisJoas Schilling2023-04-251-1/+1
|\ \ \
| * | | Add missing taint analysis docblock comments, and improve escaping in some me...Carl Schwan2023-04-241-1/+1
| | |/ | |/|
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-04-2528-8/+266
* | | Merge pull request #36784 from nextcloud/fix/user_ldap-update-groups-fail-getDaniel2023-04-241-1/+12
|\ \ \ | |/ / |/| |
| * | Properly test and log when a group is not foundCôme Chilliet2023-02-201-1/+12
* | | Merge pull request #37856 from march42/bugfix/ldap_profiledata_removedCôme Chilliet2023-04-241-12/+18
|\ \ \
| * | | code stylingMarc Hefter2023-04-241-5/+5
| * | | Update apps/user_ldap/lib/User/User.phpMarc Hefter2023-04-241-1/+1
| * | | removed profile data from LDAP will get removedMarc Hefter2023-04-211-12/+18
* | | | Merge pull request #37763 from nextcloud/techdebt/36014/require-scour-0.38.2-...Joas Schilling2023-04-2488-143/+76
|\ \ \ \
| * | | | fix(assets): Optimize JPGs with jpegoptim 1.4.7Joas Schilling2023-04-249-0/+0
| * | | | fix(assets): Optimize PNGs with optipng 0.7.7Joas Schilling2023-04-243-0/+0
| * | | | fix(assets): Optimize SVGs with scour 0.38.2Joas Schilling2023-04-2476-143/+76
* | | | | Merge pull request #37895 from nextcloud/fix-make-grid-toggle-stickySimon L2023-04-245-7/+8
|\ \ \ \ \
| * | | | | fix: make grid view button stickyDaniel Kesselberg2023-04-235-7/+8
* | | | | | Merge pull request #37717 from nextcloud/artonge/fix/dont_override_stored_cre...Louis2023-04-242-2/+177
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Test StorePasswordListenerLouis Chemineau2023-04-191-0/+175
| * | | | | Do not override stored credentials when login in with SAMLLouis Chemineau2023-04-131-2/+2
* | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-04-244-0/+76
| |/ / / / |/| | | |
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-04-2320-36/+102
* | | | | chore(deps): Bump query-string from 7.1.1 to 8.1.0John Molakvoæ2023-04-221-2/+2
* | | | | 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
| * | | | | fix(files): favorite marker cssJohn Molakvoæ2023-04-211-4/+13
| * | | | | fix(files): fileid attributeJohn Molakvoæ2023-04-213-6/+6
| * | | | | feat(files): allow navigation entry removalJohn Molakvoæ2023-04-211-0/+7
| * | | | | fix(files): paths store reactivityJohn Molakvoæ2023-04-213-12/+18
| * | | | | feat(files): add dir file action parameterJohn Molakvoæ2023-04-214-8/+14
| * | | | | feat(files): add sidebar actionJohn Molakvoæ2023-04-213-3/+68
| * | | | | fix(files): always force menuJohn Molakvoæ2023-04-211-0/+1
* | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-04-2210-6/+120
* | | | | | chore(autoloader): Update autoloaders with composer 2.5.5Joas Schilling2023-04-2182-299/+596
|/ / / / /
* | | | | Merge pull request #37858 from nextcloud/fix/lockJohn Molakvoæ2023-04-212-20/+21
|\ \ \ \ \
| * | | | | chore(npm): fix warning and buildJohn Molakvoæ2023-04-212-20/+21
| | |/ / / | |/| | |
* | | | | Merge pull request #37525 from nextcloud/file-debug-infoRobin Appelman2023-04-212-0/+11
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | add command for getting fileinfo for debuggingRobin Appelman2023-04-172-0/+11
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-04-2134-0/+214
* | | | | 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 controllerJoas Schilling2023-04-192-16/+9
* | | | | | Merge pull request #37428 from nextcloud/enh/ignore-non-numeric-versionsCôme Chilliet2023-04-201-1/+7
|\ \ \ \ \ \
| * | | | | | Check for non-numeric versions, not non-integerCôme Chilliet2023-04-051-2/+2