aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* rename SabrePublicPluginEvent to BeforeSabrePubliclyLoadedEvent, run ↵Julien Veyssier2022-12-153-1/+9
| | | | | | build/autoloaderchecker.sh Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* use modern event dispatchJulien Veyssier2022-12-121-0/+25
| | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* Merge pull request #35689 from pulsejet/patch-heicrotateJohn Molakvoæ2022-12-111-0/+3
|\ | | | | preview: fix HEIC orientation
| * preview: fix HEIC orientationVarun Patil2022-12-081-0/+3
| | | | | | | | Signed-off-by: Varun Patil <varunpatil@ucla.edu>
* | [tx-robot] updated from transifexNextcloud bot2022-12-112-0/+4
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-12-10146-394/+394
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Improve email search resultsJoas Schilling2022-12-091-0/+6
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Validate if the user part of a "cloud id" can even be a valid user idJoas Schilling2022-12-093-26/+55
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #34477 from ↵Joas Schilling2022-12-091-0/+4
|\ \ | | | | | | | | | | | | nextcloud/bugfix/noid/sharee-recommendations-show-group-id Show group name instead of group id as recommendation
| * | Show group name instead of group id as recommendationJoas Schilling2022-10-081-0/+4
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Update sensitive config list of TalkJoas Schilling2022-12-091-1/+4
| |/ |/| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #35071 from ↵Julia Kirschenheuter2022-12-081-4/+5
|\ \ | | | | | | | | | | | | nextcloud/fix/384-missing_alt_text_for_logo_on_multiple_pages Add alt to the logo, adapt css for logo
| * | Add alt to the logo, adapt css for logojulia.kirschenheuter2022-12-081-4/+5
| | | | | | | | | | | | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | Merge pull request #35223 from nextcloud/perf/container-autoloadJulius Härtl2022-12-089-62/+66
|\ \ \ | |/ / |/| | Smaller performance optimizations
| * | Drop 3rdparty root since it is unused and adjust testsJulius Härtl2022-12-073-9/+2
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | Move to str_starts_withJulius Härtl2022-12-072-4/+4
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | Cache available languages locallyJulius Härtl2022-12-072-1/+13
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | Set apcu prefix for composerJulius Härtl2022-12-071-0/+1
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | Use single resource locator instanceJulius Härtl2022-12-074-45/+29
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | Take some shortcut when setting up the application classJulius Härtl2022-12-071-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | When getting the application class we can ask the app container directly and skip the server container as it won't find a match and fallback to the app container anyways Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | Skip querying the app container for server namespaceJulius Härtl2022-12-071-0/+6
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | Avoid container dance for appNameJulius Härtl2022-12-071-4/+9
| | | | | | | | | | | | | | | | | | | | | Sicne the appName is always passed for the DIContainer we can avoid using the container query logic and instead store and use a property Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | [tx-robot] updated from transifexNextcloud bot2022-12-082-0/+4
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #35586 from J0WI/public.systemvalueSimon L2022-12-071-3/+3
|\ \ \ | |/ / |/| | Replace getSystemValue with getSystemValueString in Util.php
| * | Replace getSystemValue with getSystemValueStringJ0WI2022-12-051-3/+3
| | | | | | | | | | | | Signed-off-by: J0WI <J0WI@users.noreply.github.com>
* | | Merge pull request #35649 from nextcloud/bugfix/object-storage-master-key-encJulius Härtl2022-12-071-1/+2
|\ \ \ | | | | | | | | Update the unencrypted file size when closing streams
| * | | Also update the unencrypted size of files when creating them with empty contentJulius Härtl2022-12-071-0/+1
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | Update the unencrypted file size when closing streamsJulius Härtl2022-12-071-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | Merge pull request #35176 from bjornfor/add-asciidoc-mime-typeCarl Schwan2022-12-071-0/+13
|\ \ \ \ | |/ / / |/| | | Add text/asciidoc mimetype
| * | | Add text/asciidoc mimetypeBjørn Forsman2022-11-151-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ref https://docs.asciidoctor.org/asciidoc/latest/faq/#whats-the-media-type-aka-mime-type-for-asciidoc This is step 1 towards allowing editing of AsciiDoc files in Nextcloud. Step 2 is adding support in https://github.com/nextcloud/text. Signed-off-by: Bjørn Forsman <bjorn.forsman@gmail.com>
* | | | use bruteforce protection on all methods wrapped by PublicShareMiddlewareJulien Veyssier2022-12-072-2/+23
| | | | | | | | | | | | | | | | | | | | | | | | if an invalid token is provided or when share password is wrong Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* | | | [tx-robot] updated from transifexNextcloud bot2022-12-072-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #35576 from ↵Simon L2022-12-061-0/+4
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/handle-possible-null-value-in-new-simple-file Handle possible null value for file in OC\Files\SimpleFS\NewSimpleFile
| * | | | Handle possible null value for file in OC\Files\SimpleFS\NewSimpleFileThomas Citharel2022-12-031-0/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | | | Merge pull request #35618 from ↵Julius Härtl2022-12-062-16/+27
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/fix/migration-step-inherit-generic-closure-types Explicitly inherit stricly typed database schema closure of migrations
| * | | | | fix(database): Explicitly inherit stricly typed database schema closureChristoph Wurst2022-12-062-16/+27
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | Merge pull request #35596 from nextcloud/fix/move-to-ocp-timedjobCôme Chilliet2022-12-061-3/+5
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Use TimedJob from OCP instead of OC
| * | | | | Use TimedJob from OCP instead of OCCôme Chilliet2022-12-051-3/+5
| | |_|/ / | |/| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | Merge pull request #35612 from nextcloud/chore/errorlog-rebrandingChristoph Wurst2022-12-061-1/+4
|\ \ \ \ \ | | | | | | | | | | | | Adjust branding of errorlog log messages
| * | | | | chore(logging): Fix branding of errorlog log messagesChristoph Wurst2022-12-051-1/+4
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* / / / / [tx-robot] updated from transifexNextcloud bot2022-12-062-0/+2
|/ / / / | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | [tx-robot] updated from transifexNextcloud bot2022-12-052-62/+76
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Allow empty mimeTypeJ0WI2022-12-043-13/+12
| | | | | | | | | | | | | | | | Signed-off-by: J0WI <J0WI@users.noreply.github.com>
* | | | Add type hintsJ0WI2022-12-043-101/+90
| | | | | | | | | | | | | | | | Signed-off-by: J0WI <J0WI@users.noreply.github.com>
* | | | Fix redundant conditionJ0WI2022-12-041-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: J0WI <J0WI@users.noreply.github.com>
* | | | Remove obsolete GD function overwritesJ0WI2022-12-041-281/+1
| | | | | | | | | | | | | | | | Signed-off-by: J0WI <J0WI@users.noreply.github.com>
* | | | [tx-robot] updated from transifexNextcloud bot2022-12-042-0/+2
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #35345 from nextcloud/feat/add_event_for_failed_loginsSimon L2022-12-037-6/+78
|\ \ \ \ | | | | | | | | | | feat: add event for failed logins
| * | | | feat: add event for failed loginsRoeland Jago Douma2022-11-247-6/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Apps might also like to know about failed logins. This adds that event. The private interface changes are backwards compatible so all should be fine. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | Merge pull request #34232 from nextcloud/fix/noid/refresh-filesize-on-conflictSimon L2022-12-033-4/+25
|\ \ \ \ \ | | | | | | | | | | | | compare cached filesize on download