summaryrefslogtreecommitdiffstats
path: root/lib/public
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | Make it clear that file sizes may be float on 32bitsCôme Chilliet2023-04-012-4/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | Merge pull request #37425 from ↵Julius Härtl2023-03-301-4/+4
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | nextcloud/fix/fix-since-version-number-for-app-loading
| * | | | Fix version number in phpdoc for app loading refactorCôme Chilliet2023-03-271-4/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | Add label for logo linkChristopher Ng2023-03-291-0/+9
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | | Merge pull request #36667 from nextcloud/fix/ocm-validation-errorsKate2023-03-291-2/+5
|\ \ \ \ \ | |/ / / / |/| | | | Fix OCM validation errors
| * | | | Fix OCM validation errorsjld31032023-02-101-2/+5
| | | | | | | | | | | | | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* | | | | Merge pull request #36665 from nextcloud/fix/36539Julien Veyssier2023-03-221-0/+2
|\ \ \ \ \ | | | | | | | | | | | | Always set displayname and display-name for user data
| * | | | | Always set displayname and display-name for user datajld31032023-02-101-0/+2
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* | | | | Small cleanups for AppManagerCôme Chilliet2023-03-201-0/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | Move loadApps to the AppManagerCôme Chilliet2023-03-201-0/+14
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | Move isType to AppManagerCôme Chilliet2023-03-201-0/+6
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | Move loadApp function to the AppManagerCôme Chilliet2023-03-201-0/+14
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | Merge pull request #36928 from ↵Joas Schilling2023-03-162-1/+53
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | nextcloud/techdebt/noid/bruteforce-protection-attribute feat(middleware): Migrate BruteForceProtection annotation to PHP Attribute and allow multiple
| * | | | feat(middleware): Migrate BruteForceProtection annotation to PHP Attribute ↵Joas Schilling2023-03-082-1/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and allow multiple Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Reduce listJoas Schilling2023-03-151-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Extend listJoas Schilling2023-03-151-0/+5
| |_|/ / |/| | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | added @since tagArtur Neumann2023-03-141-0/+4
| | | | | | | | | | | | | | | | Signed-off-by: Artur Neumann <artur@jankaritech.com>
* | | | public interface to invalidate tokens of userArtur Neumann2023-03-141-0/+37
| | | | | | | | | | | | | | | | Signed-off-by: Artur Neumann <artur@jankaritech.com>
* | | | Introduced app enable/disable/update typed eventsThomas Citharel2023-03-133-0/+164
| | | | | | | | | | | | | | | | | | | | | | | | OCP\App\ManagerEvent is depreciated since 22 without a replacement Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | | Merge pull request #27034 from nextcloud/enh/s3-multipart-upload-apiArthur Schiwon2023-03-092-0/+129
|\ \ \ \ | | | | | | | | | | Use MultipartUpload for uploading chunks to s3
| * | | | feat(s3): Use multipart upload for chunked uploadingJulius Härtl2023-03-082-0/+129
| |/ / / | | | | | | | | | | | | | | | | | | | | This allows to stream file chunks directly to S3 during upload. Signed-off-by: Julius Härtl <jus@bitgrid.net>
* / / / Add SHARE_TYPE_SCIENCEMESHMichiel de Jong2023-03-081-0/+5
|/ / / | | | | | | | | | Signed-off-by: Michiel de Jong <michiel@unhosted.org>
* | | Merge pull request #36883 from nextcloud/fix/noid/gs-saml-pre-login-eventMaxence Lange2023-03-071-7/+20
|\ \ \ | | | | | | | | dispatch BeforeUserLoggedInEvent
| * | | dispatch BeforeUserLoggedInEventMaxence Lange2023-03-011-7/+20
| | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | | Merge pull request #35872 from nextcloud/feature/noid/psr-clock-interfaceJoas Schilling2023-03-061-3/+19
|\ \ \ \ | | | | | | | | | | feat(appframework): ⌚ Make ITimeFactory extend \PSR\Clock\ClockInterface
| * | | | feat(appframework): ⌚ Make ITimeFactory extend \PSR\Clock\ClockInterfaceJoas Schilling2023-03-031-3/+19
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | techdebt(workflowengine): Remove transition event classesJoas Schilling2023-03-032-97/+0
|/ / / / | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* / / / Implement file reference wigetJulius Härtl2023-03-021-0/+6
|/ / / | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | feat(translations): Add translation provider APIJulius Härtl2023-02-275-0/+229
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | dispatch new BeforeGroupChangedEvent before setDisplayName on groupsJulien Veyssier2023-02-211-0/+94
| |/ |/| | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* | Change X-Robots-Tag header from "none" to "noindex, nofollow"MichaIng2023-02-151-1/+1
| | | | | | | | | | | | | | | | | | | | While "none" is indeed equivalent to "noindex, nofollow" for Google, but seems to be not supported by Bing and probably other search engines. https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta/name#other_metadata_names https://developers.google.com/search/docs/crawling-indexing/robots-meta-tag?hl=de#comma-separated-list https://www.bing.com/webmasters/help/which-robots-metatags-does-bing-support-5198d240 Signed-off-by: MichaIng <micha@dietpi.com>
* | Also copy bruteforce meta data when converting DataResponse to JSONResponseJoas Schilling2023-02-141-0/+3
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #36566 from nextcloud/mount-find-by-numeric-idJulius Härtl2023-02-081-2/+2
|\
| * fix testsRobin Appelman2023-02-071-2/+2
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #36417 from nextcloud/fix/psr-containerJoas Schilling2023-02-072-1/+3
|\ \ | | | | | | Make the container fully fulfill PSR container interface
| * | fix: Throw `NotFoundExceptionInterface` to fulfill PSR container interface ↵Ferdinand Thiessen2023-02-062-1/+3
| |/ | | | | | | | | | | if class not found Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>
* | Move back typing to phpdoc to keep backward compatibility in OCPCôme Chilliet2023-02-072-2/+8
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Removed catch of ValueError as we cannot know if it’s >2038 or <1970Côme Chilliet2023-02-071-1/+1
| | | | | | | | | | | | Also fixed numericToString to correctly convert float to int if it fits Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Type sizes as int|float throughout the code baseCôme Chilliet2023-02-073-3/+3
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Allow float sizes in FileInfo for 32bitsCôme Chilliet2023-02-071-1/+1
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Fix 32bits bigint support in Util/OC_HelperCôme Chilliet2023-02-071-13/+13
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Add helper to cast to int|float, fix MemoryInfo on 32bitsCôme Chilliet2023-02-071-0/+11
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Strong type filesize related methods to ease 32bits problem findingsCôme Chilliet2023-02-072-8/+2
|/ | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Merge pull request #35736 from nextcloud/pluggable-share-displayblizzz2023-02-023-0/+87
|\ | | | | Allow to register public share template provider
| * Pluggable share providerLouis Chemineau2023-02-023-0/+87
| | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> Signed-off-by: Louis Chemineau <louis@chmn.me>
* | remove depraction of validateEmailAddressArthur Schiwon2023-02-021-2/+0
| | | | | | | | | | | | | | for there are legit use cases to validate an email address without sending there to Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Migrate to Symfony MailerCôme Chilliet2023-02-021-1/+1
|/ | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Use the default color and matching text color for the federation inviteJoas Schilling2023-01-301-0/+24
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #36363 from nextcloud/feat/app-framework/usesession-attributeChristoph Wurst2023-01-271-0/+37
|\ | | | | feat(app-framework): Add UseSession attribute to replace annotation
| * feat(app-framework): Add UseSession attribute to replace annotationChristoph Wurst2023-01-271-0/+37
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>