summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #33709 from nextcloud/enh/displayname-cache-getStorageInfoVincent Petry2022-12-192-3/+18
|\
| * Use display name cache on getStorageInfoJulius Härtl2022-12-162-3/+18
* | Merge pull request #35496 from nextcloud/fix/strict-typing-in-baseJulius Härtl2022-12-194-149/+120
|\ \
| * | Put back baseline for the enableAppForGroups type mismatchCôme Chilliet2022-12-191-0/+3
| * | Revert "Just use string for groups in enableAppForGroups"Côme Chilliet2022-12-193-16/+28
| * | Just use string for groups in enableAppForGroupsCôme Chilliet2022-12-193-28/+16
| * | Silence false-positive from psalm in lib/public/Log/functions.phpCôme Chilliet2022-12-192-6/+1
| * | Strong type singletons from lib/base.phpCôme Chilliet2022-12-191-12/+4
| * | Migrate lib/base.php to LoggerInterfaceCôme Chilliet2022-12-191-6/+5
| * | Put back cast to string now that timelimit is an intCôme Chilliet2022-12-191-1/+1
| * | Fixing more psalm errors from lib/base.phpCôme Chilliet2022-12-191-32/+31
| * | Use Server::get some moreCôme Chilliet2022-12-191-39/+38
| * | Use strict typing in base.phpCôme Chilliet2022-12-192-66/+50
* | | Merge pull request #34807 from nextcloud/fix/compute-notification-parsed-subjectCôme Chilliet2022-12-1921-284/+133
|\ \ \ | |/ / |/| |
| * | Fix comments and dav tests with Notifications and Activity changesCôme Chilliet2022-12-192-24/+10
| * | Throw on missing type of rich subject parameterCôme Chilliet2022-12-082-10/+14
| * | Apply the same changes to richToParsed in NotificationCôme Chilliet2022-11-291-3/+9
| * | Revert changes to systemtags applicationCôme Chilliet2022-11-291-32/+101
| * | Throw instead of using a bogus value if name field is missingCôme Chilliet2022-11-291-3/+9
| * | Get rid of all useless calls to setParsedSubject now that setRichSubject is a...Côme Chilliet2022-11-2915-339/+87
| * | Same thing for ActivityCôme Chilliet2022-11-292-11/+26
| * | Compute parsed from rich subject and message in NotificationCôme Chilliet2022-11-292-11/+26
* | | Merge pull request #35177 from nextcloud/fix/noid/bringing-clear-config-backJulius Härtl2022-12-191-0/+9
|\ \ \
| * | | restoring clearCachedConfig()Maxence Lange2022-11-151-0/+9
* | | | [tx-robot] updated from transifexNextcloud bot2022-12-192-0/+4
* | | | [tx-robot] updated from transifexNextcloud bot2022-12-186-12/+12
* | | | [tx-robot] updated from transifexNextcloud bot2022-12-1720-14/+428
* | | | Merge pull request #34629 from nextcloud/fix/case-sensitivity-email-ldapVincent Petry2022-12-162-2/+10
|\ \ \ \ | |_|_|/ |/| | |
| * | | Add unit test for case insensitive email savingVincent Petry2022-12-161-1/+9
| * | | Fix case sensitivity of email when saving settingsCarl Schwan2022-12-161-1/+1
|/ / /
* | | Merge pull request #34924 from nextcloud/cache-jail-path-prefixVincent Petry2022-12-163-7/+8
|\ \ \
| * | | escape path prefix when doing cache jail searchRobin Appelman2022-11-023-7/+8
* | | | Merge pull request #35108 from nextcloud/encryption-fix-versions-allVincent Petry2022-12-162-14/+39
|\ \ \ \
| * | | | allow running encryption:fix-encrypted-version for all usersRobin Appelman2022-11-292-14/+39
| | |_|/ | |/| |
* | | | Merge pull request #35537 from nextcloud/fix/dependency-injection-errorVincent Petry2022-12-161-1/+1
|\ \ \ \
| * | | | Improve dependency injection error messageCarl Schwan2022-12-011-1/+1
* | | | | Merge pull request #35609 from nextcloud/add-data-section-idVincent Petry2022-12-162-4/+4
|\ \ \ \ \
| * | | | | Add section-id and section-type data attributes to settings <li> navigation i...Thomas Citharel2022-12-052-4/+4
* | | | | | Merge pull request #35679 from nextcloud/catch-not-found-exception-in-jscombinerVincent Petry2022-12-161-1/+1
|\ \ \ \ \ \
| * | | | | | Catch NotFoundException as well in JSCombinerThomas Citharel2022-12-081-1/+1
* | | | | | | Merge pull request #35718 from nextcloud/dependabot/npm_and_yarn/testing-libr...Vincent Petry2022-12-162-88/+22
|\ \ \ \ \ \ \
| * | | | | | | Bump @testing-library/jest-dom from 5.16.4 to 5.16.5dependabot[bot]2022-12-102-88/+22
* | | | | | | | Merge pull request #35780 from nextcloud/fix/http-dispatcher-double-parameter...Vincent Petry2022-12-162-8/+15
|\ \ \ \ \ \ \ \
| * | | | | | | | fix(app framework): Fix missing cast of double controller parametersChristoph Wurst2022-12-152-8/+15
* | | | | | | | | Merge pull request #35784 from nextcloud/chore/strict-login-controllerVincent Petry2022-12-162-5/+21
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | chore: Make the LoginController strictChristoph Wurst2022-12-152-5/+21
| |/ / / / / / / /
* | | | | | | | | Merge pull request #35779 from nextcloud/catchTypeErrorVincent Petry2022-12-162-4/+14
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | check if params given to API are really an arrayArtur Neumann2022-12-152-4/+14
| |/ / / / / / / /
* | | | | | | | | Merge pull request #35789 from nextcloud/fix/noid/rename-sabre-public-eventVincent Petry2022-12-1628-51/+59
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | rename SabrePublicPluginEvent to BeforeSabrePubliclyLoadedEvent, run build/au...Julien Veyssier2022-12-1528-51/+59