aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #38577 from nextcloud/enh/noid/improve-oauth-migration-fro...Julien Veyssier2023-06-061-0/+55
|\
| * shorten oauth2 client names before resizing the columnJulien Veyssier2023-06-061-0/+21
| * drop the oauth2_clients trusted column, delete unsupported clients and their ...Julien Veyssier2023-06-061-0/+34
* | Merge pull request #38648 from nextcloud/fix/caldav/reminder-index-int-id-castChristoph Wurst2023-06-061-1/+1
|\ \ | |/ |/|
| * fix(caldav): Cast calendar objects id to int when building indexChristoph Wurst2023-06-061-1/+1
* | Merge pull request #38590 from nextcloud/chore/sass-no-external-appsChristoph Wurst2023-06-061-2/+2
|\ \
| * | chore: Do not sass-compile external appsChristoph Wurst2023-06-011-2/+2
* | | Merge pull request #38370 from nextcloud/fix/a11y-files-favoriteFerdinand Thiessen2023-06-068-14/+46
|\ \ \
| * | | fix(files): Add border around favorite marker to ensure contrast requirements...Ferdinand Thiessen2023-06-068-12/+43
| * | | fix: Adjust color of `icon-starred-yellow` to fulfill A11Y contrast requirementsFerdinand Thiessen2023-06-062-2/+3
* | | | Merge pull request #38652 from nextcloud/chore/dead-private-methodsChristoph Wurst2023-06-064-43/+0
|\ \ \ \ | |/ / / |/| | |
| * | | chore: Drop dead private methods in /libChristoph Wurst2023-06-064-43/+0
|/ / /
* | | Merge pull request #38519 from nextcloud/fix/36967-increase-contrast-of-inact...Ferdinand Thiessen2023-06-063-4/+3
|\ \ \ | |_|/ |/| |
| * | Fix contrast for inactive elements of the main navigationjulia.kirschenheuter2023-06-053-4/+3
* | | Merge pull request #38649 from nextcloud/fix/caldav/close-reminder-index-job-...Richard Steinmetz2023-06-061-2/+4
|\ \ \
| * | | fix(caldav): Close DB cursor in reminder index background jobChristoph Wurst2023-06-051-2/+4
* | | | Merge pull request #38322 from nextcloud/bugfix/noid/throw-early-app-containerJulius Härtl2023-06-061-2/+4
|\ \ \ \
| * | | | fix: Throw early when a service cannot be found in the app containerJulius Härtl2023-05-161-2/+4
* | | | | Merge pull request #38656 from nextcloud/fix/openapi-core-pathsAndy Scherzinger2023-06-061-11/+11
|\ \ \ \ \
| * | | | | Fix OpenAPI core pathsjld31032023-06-061-11/+11
|/ / / / /
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-062-2/+2
* | | | | Merge pull request #38478 from nextcloud/backport/38440/masterSimon L2023-06-051-2/+2
|\ \ \ \ \
| * | | | | fix: execute throws docrine exceptions not our wrapped onesJulius Härtl2023-05-261-2/+2
* | | | | | Merge pull request #38635 from nextcloud/remove-check-openssl-versionDaniel2023-06-052-48/+0
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | feat: remove check for OpenSSL 1.0.1d and 1.0.2bDaniel Kesselberg2023-06-042-48/+0
* | | | | | Merge pull request #38524 from nextcloud/chore/app/clear-unused-cache-keyArthur Schiwon2023-06-052-12/+0
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | chore(app): Do not clear unused cache keyChristoph Wurst2023-05-302-12/+0
* | | | | | Merge pull request #38611 from fsamapoor/replace_strpos_calls_in_theming_appCôme Chilliet2023-06-054-8/+8
|\ \ \ \ \ \
| * | | | | | Refactors "strpos" calls in /apps/theming to improve code readability.Faraz Samapoor2023-06-024-8/+8
* | | | | | | Merge pull request #38260 from fsamapoor/replace_strpos_calls_in_lib_publicCôme Chilliet2023-06-052-5/+5
|\ \ \ \ \ \ \
| * | | | | | | Refactors "strpos" calls in lib/public to improve code readability.Faraz Samapoor2023-06-052-5/+5
* | | | | | | | Merge pull request #38627 from nextcloud/dependabot/npm_and_yarn/marked-5.0.4Louis2023-06-056-12/+35
|\ \ \ \ \ \ \ \
| * | | | | | | | bump marked from 4.3.0 to 5.0.4dependabot[bot]2023-06-056-12/+35
|/ / / / / / / /
* | | | | | | | Merge pull request #38620 from fsamapoor/replace_strpos_calls_in_files_sharin...Côme Chilliet2023-06-054-4/+4
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Refactors "strpos" calls in /apps/files_sharing to improve code readability.Faraz Samapoor2023-06-024-4/+4
* | | | | | | | Merge pull request #38608 from fsamapoor/replace_strcalls_in_user_ldap_appCôme Chilliet2023-06-0513-23/+23
|\ \ \ \ \ \ \ \
| * | | | | | | | Refactors "strpos" calls in /apps/user_ldap to improve code readability.Faraz Samapoor2023-06-0213-23/+23
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #38640 from nextcloud/fix/openapi-ocs-wrapAndy Scherzinger2023-06-056-1034/+54
|\ \ \ \ \ \ \ \
| * | | | | | | | openapi: Fix wrapping OCS responses that are not DataResponsejld31032023-06-056-1034/+54
|/ / / / / / / /
* | | | / / / / Fix(l10n): Update translations from TransifexNextcloud bot2023-06-0510-8/+74
| |_|_|/ / / / |/| | | | | |
* | | | | | | Merge pull request #38602 from fsamapoor/replace_strpos_calls_in_coreF. E Noel Nfebe2023-06-047-10/+10
|\ \ \ \ \ \ \
| * | | | | | | Refactors "strpos" calls in /core to improve code readability.Faraz Samapoor2023-06-027-10/+10
| |/ / / / / /
* | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-044-0/+8
* | | | | | | Merge pull request #38386 from nextcloud/dept-use-di-for-event-sourceRobin Appelman2023-06-0310-28/+144
|\ \ \ \ \ \ \
| * | | | | | | refactor: migrate OC_EventSource to dependency injectionDaniel Kesselberg2023-06-0310-28/+144
|/ / / / / / /
* | | | | | | Merge pull request #38497 from nextcloud/automated/noid/master-fix-npm-auditSimon L2023-06-031-3/+6
|\ \ \ \ \ \ \
| * | | | | | | chore(deps): fix npm auditnextcloud-command2023-06-021-3/+6
| |/ / / / / /
* | / / / / / Fix(l10n): Update translations from TransifexNextcloud bot2023-06-0314-4/+52
| |/ / / / / |/| | | | |
* | | | | | Merge pull request #38595 from nextcloud/remove-suhosin-checkDaniel2023-06-021-5/+0
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | chore: remove check for suhosin.executor.func.blacklistDaniel Kesselberg2023-06-021-5/+0
|/ / / / /