aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | 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
| * | | | | | | | | | Move to str_starts_withJulius Härtl2022-12-072-4/+4
| * | | | | | | | | | Cache available languages locallyJulius Härtl2022-12-072-1/+13
| * | | | | | | | | | Set apcu prefix for composerJulius Härtl2022-12-071-0/+1
| * | | | | | | | | | Use single resource locator instanceJulius Härtl2022-12-074-45/+29
| * | | | | | | | | | Take some shortcut when setting up the application classJulius Härtl2022-12-071-4/+7
| * | | | | | | | | | Skip querying the app container for server namespaceJulius Härtl2022-12-071-0/+6
| * | | | | | | | | | Avoid container dance for appNameJulius Härtl2022-12-071-4/+9
* | | | | | | | | | | [tx-robot] updated from transifexNextcloud bot2022-12-082-0/+4
* | | | | | | | | | | Merge pull request #35586 from J0WI/public.systemvalueSimon L2022-12-071-3/+3
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Replace getSystemValue with getSystemValueStringJ0WI2022-12-051-3/+3
* | | | | | | | | | | Merge pull request #35649 from nextcloud/bugfix/object-storage-master-key-encJulius Härtl2022-12-071-1/+2
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Also update the unencrypted size of files when creating them with empty contentJulius Härtl2022-12-071-0/+1
| * | | | | | | | | | | Update the unencrypted file size when closing streamsJulius Härtl2022-12-071-1/+1
* | | | | | | | | | | | Merge pull request #35176 from bjornfor/add-asciidoc-mime-typeCarl Schwan2022-12-071-0/+13
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Add text/asciidoc mimetypeBjørn Forsman2022-11-151-0/+13
| | |_|_|_|/ / / / / / | |/| | | | | | | | |
* | | | | | | | | | | use bruteforce protection on all methods wrapped by PublicShareMiddlewareJulien Veyssier2022-12-072-2/+23
* | | | | | | | | | | [tx-robot] updated from transifexNextcloud bot2022-12-072-2/+2
* | | | | | | | | | | Merge pull request #35576 from nextcloud/handle-possible-null-value-in-new-si...Simon L2022-12-061-0/+4
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Handle possible null value for file in OC\Files\SimpleFS\NewSimpleFileThomas Citharel2022-12-031-0/+4
* | | | | | | | | | | | Merge pull request #35618 from nextcloud/fix/migration-step-inherit-generic-c...Julius Härtl2022-12-062-16/+27
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | fix(database): Explicitly inherit stricly typed database schema closureChristoph Wurst2022-12-062-16/+27
* | | | | | | | | | | | | Merge pull request #35596 from nextcloud/fix/move-to-ocp-timedjobCôme Chilliet2022-12-061-3/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | Use TimedJob from OCP instead of OCCôme Chilliet2022-12-051-3/+5
| | |_|/ / / / / / / / / | |/| | | | | | | | | |