aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #35614 from nextcloud/fix/errorlog-array-to-string-conversionCôme Chilliet2022-12-195-9/+16
|\
| * fix(logging): Fix array to string conversion in errorlog writerChristoph Wurst2022-12-195-9/+16
* | Merge pull request #33709 from nextcloud/enh/displayname-cache-getStorageInfoVincent Petry2022-12-191-3/+3
|\ \
| * | Use display name cache on getStorageInfoJulius Härtl2022-12-161-3/+3
* | | Merge pull request #35496 from nextcloud/fix/strict-typing-in-baseJulius Härtl2022-12-193-146/+120
|\ \ \
| * | | 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-191-0/+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-194-22/+68
|\ \ \ \ | |/ / / |/| | |
| * | | 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
| * | | Throw instead of using a bogus value if name field is missingCôme Chilliet2022-11-291-3/+9
| * | | 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-172-2/+64
| |_|/ |/| |
* | | 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 #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 #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 #35780 from nextcloud/fix/http-dispatcher-double-parameter...Vincent Petry2022-12-161-1/+1
|\ \ \ \ \ \
| * | | | | | fix(app framework): Fix missing cast of double controller parametersChristoph Wurst2022-12-151-1/+1
* | | | | | | Merge pull request #35779 from nextcloud/catchTypeErrorVincent Petry2022-12-161-2/+1
|\ \ \ \ \ \ \
| * | | | | | | check if params given to API are really an arrayArtur Neumann2022-12-151-2/+1
| |/ / / / / /
* | | | | | | Merge pull request #35789 from nextcloud/fix/noid/rename-sabre-public-eventVincent Petry2022-12-163-1/+9
|\ \ \ \ \ \ \
| * | | | | | | rename SabrePublicPluginEvent to BeforeSabrePubliclyLoadedEvent, run build/au...Julien Veyssier2022-12-153-1/+9
| |/ / / / / /
* / / / / / / [tx-robot] updated from transifexNextcloud bot2022-12-162-2/+108
|/ / / / / /
* | | | | | use modern event dispatchJulien Veyssier2022-12-121-0/+25
* | | | | | Merge pull request #35689 from pulsejet/patch-heicrotateJohn Molakvoæ2022-12-111-0/+3
|\ \ \ \ \ \
| * | | | | | preview: fix HEIC orientationVarun Patil2022-12-081-0/+3
| |/ / / / /
* | | | | | [tx-robot] updated from transifexNextcloud bot2022-12-112-0/+4
* | | | | | [tx-robot] updated from transifexNextcloud bot2022-12-10146-394/+394
* | | | | | Improve email search resultsJoas Schilling2022-12-091-0/+6
* | | | | | Validate if the user part of a "cloud id" can even be a valid user idJoas Schilling2022-12-093-26/+55
* | | | | | Merge pull request #34477 from nextcloud/bugfix/noid/sharee-recommendations-s...Joas Schilling2022-12-091-0/+4
|\ \ \ \ \ \
| * | | | | | Show group name instead of group id as recommendationJoas Schilling2022-10-081-0/+4
* | | | | | | Update sensitive config list of TalkJoas Schilling2022-12-091-1/+4
| |/ / / / / |/| | | | |
* | | | | | Merge pull request #35071 from nextcloud/fix/384-missing_alt_text_for_logo_on...Julia Kirschenheuter2022-12-081-4/+5
|\ \ \ \ \ \
| * | | | | | Add alt to the logo, adapt css for logojulia.kirschenheuter2022-12-081-4/+5
* | | | | | | Merge pull request #35223 from nextcloud/perf/container-autoloadJulius Härtl2022-12-089-62/+66
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Drop 3rdparty root since it is unused and adjust testsJulius Härtl2022-12-073-9/+2