summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Mutualize expireDate handling when creating and updating a shareLouis Chemineau2023-04-271-30/+19
* Merge pull request #37948 from nextcloud/artonge/fix/dont_show_tags_action_wh...Simon L2023-04-271-6/+8
|\
| * Do not show Tags action when systemtag is disabledLouis Chemineau2023-04-271-6/+8
* | Merge pull request #37846 from nextcloud/bump/guzzle-psr7/masterJoas Schilling2023-04-271-0/+0
|\ \
| * | sec(deps): Update guzzlehttp/psr7Joas Schilling2023-04-261-0/+0
* | | Merge pull request #37929 from nextcloud/enh/a11y-create-new-labelJulius Härtl2023-04-278-10/+40
|\ \ \
| * | | Create new file/folder labelsChristopher Ng2023-04-278-10/+40
|/ / /
* | / Fix(l10n): Update translations from TransifexNextcloud bot2023-04-2772-136/+150
| |/ |/|
* | Merge pull request #37806 from nextcloud/fix/37410Simon L2023-04-263-5/+10
|\ \
| * | Compile assetsnextcloud-command2023-04-262-3/+3
| * | fix(core): Fix profile view edit button overlapping status textFerdinand Thiessen2023-04-261-2/+7
* | | Merge pull request #37206 from nextcloud/fix-skip-recommended-apps-wrong-urlChristoph Wurst2023-04-263-11/+6
|\ \ \ | |_|/ |/| |
| * | fix: wrong redirect when skipping recommended appsDaniel Kesselberg2023-04-233-11/+6
* | | Merge pull request #37935 from nextcloud/bugfix/noid/fix-title-of-federation-...Joas Schilling2023-04-263-4/+4
|\ \ \
| * | | chore(assets): Recompile JSJoas Schilling2023-04-262-3/+3
| * | | fix(settings): Fix title of profile scope optionsJoas Schilling2023-04-261-1/+1
* | | | Merge pull request #37932 from nextcloud/fix/404-pageMarcel Klehr2023-04-261-1/+1
|\ \ \ \
| * | | | chore(404): Extend 404 error message to mention possibly missing permissionsMarcel Klehr2023-04-261-1/+1
* | | | | Merge pull request #37925 from nextcloud/feat-update-maintenance-mode-hintDaniel2023-04-261-7/+3
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | fix: change maintenance mode info wordingDaniel Kesselberg2023-04-261-7/+3
| |/ / /
* | | | Merge pull request #37480 from nextcloud/fix/ocp/ilogfactor-getcustomlogger-d...Christoph Wurst2023-04-261-1/+1
|\ \ \ \
| * | | | fix(ocp): Add deprecation version to ILogFactory::getCustomLoggerChristoph Wurst2023-03-301-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-263-4/+4
|\ \ \ \ \
| * | | | | fix: Use proper link for navigating to files on click handlerJulius Härtl2023-04-253-4/+4
* | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-04-2634-2/+168
* | | | | | 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 #37905 from nextcloud/techdebt/noid/add-attributes-for-rem...Joas Schilling2023-04-2524-278/+1278
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | feat(security): Add PHP \Attribute for remaining security annotationsJoas Schilling2023-04-2524-278/+1278
* | | | | | Merge pull request #37818 from nextcloud/dav-ext-storage-logRobin Appelman2023-04-251-0/+18
|\ \ \ \ \ \
| * | | | | | debug log requests made by dav external storage/sharesRobin Appelman2023-04-241-0/+18
* | | | | | | Merge pull request #37835 from nextcloud/feat/background-allow-parallel-runsCôme Chilliet2023-04-2511-13/+217
|\ \ \ \ \ \ \
| * | | | | | | JobListTest: Fix JobList constructor callMarcel Klehr2023-04-241-1/+3
| * | | | | | | JobList: add debug log when hasReservedJob query failsMarcel Klehr2023-04-241-1/+5
| * | | | | | | Update tests/lib/BackgroundJob/DummyJobList.phpMarcel Klehr2023-04-241-2/+2
| * | | | | | | Update autoloadersMarcel Klehr2023-04-232-0/+2
| * | | | | | | JobList#hasReservedJobs: Close cursorMarcel Klehr2023-04-231-1/+3
| * | | | | | | Run cs:FixMarcel Klehr2023-04-231-4/+4
| * | | | | | | Fix BackgroundJob testsMarcel Klehr2023-04-234-14/+26
| * | | | | | | IParallelAwareJob: Add missing boilerplateMarcel Klehr2023-04-231-0/+27
| * | | | | | | JobListTest: clearJobsList before testHasReservedJobsMarcel Klehr2023-04-231-0/+1
| * | | | | | | Add IParallelAwareJob interfaceMarcel Klehr2023-04-232-2/+22
| * | | | | | | Update lib/private/BackgroundJob/JobList.phpMarcel Klehr2023-04-231-1/+2
| * | | | | | | fix(tests): Remove duplicated methodMarcel Klehr2023-04-231-21/+0
| * | | | | | | test(BackgroundJobs): Add tests for allowParallelRuns and hasReservedJobsMarcel Klehr2023-04-235-5/+106
| * | | | | | | fix(SpeechToText): Prevent parallel runs of TranscriptionJobMarcel Klehr2023-04-231-0/+1
| * | | | | | | feat(BackgroundJobs): Allow preventing parallel runs for a job classMarcel Klehr2023-04-233-0/+52
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge pull request #37868 from nextcloud/bugfix/noid/fix-phpunit-version-checkJoas Schilling2023-04-252-3/+3
|\ \ \ \ \ \ \