summaryrefslogtreecommitdiffstats
path: root/lib/public
Commit message (Expand)AuthorAgeFilesLines
* fix share roots always being marked as writableRobin Appelman2023-08-011-2/+16
* feat: Add public event for missing indicesJulius Härtl2023-07-142-2/+62
* Merge pull request #39232 from nextcloud/backport/39202/stable26Julius Härtl2023-07-101-2/+3
|\
| * refactor: adjust to unexposed searchBySystemTagArthur Schiwon2023-07-071-1/+1
| * fix: include invisible tags for adminsArthur Schiwon2023-07-071-2/+3
* | display displayname on federated sharesMaxence Lange2023-07-101-0/+10
|/
* fix(ocp): Fix reference of dashboard IAPIWidget::getItems from WidgetItemChristoph Wurst2023-07-051-1/+1
* docs: adjust @since version to backportArthur Schiwon2023-06-261-2/+2
* refactor: declare getMount() and getMountsIn() at IRootFolderArthur Schiwon2023-06-231-0/+13
* adjust @since annotationArthur Schiwon2023-06-141-2/+2
* added @since tagArtur Neumann2023-05-191-0/+4
* public interface to invalidate tokens of userArtur Neumann2023-05-191-0/+37
* fix(ocp): Add deprecation version to ILogFactory::getCustomLoggerChristoph Wurst2023-05-041-1/+1
* fix: add workaround for oci and limit queriesDaniel Kesselberg2023-05-031-0/+1
* Make it clear that file sizes may be float on 32bitsCôme Chilliet2023-04-012-4/+4
* Add label for logo linkChristopher Ng2023-03-301-0/+9
* Reduce listJoas Schilling2023-03-151-1/+1
* Extend listJoas Schilling2023-03-151-0/+5
* Merge pull request #37072 from nextcloud/backport/36883/stable26Arthur Schiwon2023-03-151-7/+20
|\
| * dispatch BeforeUserLoggedInEventMaxence Lange2023-03-071-7/+20
* | Merge pull request #37141 from nextcloud/backport/37139/stable26Arthur Schiwon2023-03-091-0/+5
|\ \
| * | Add SHARE_TYPE_SCIENCEMESHMichiel de Jong2023-03-081-0/+5
| |/
* / feat(s3): Use multipart upload for chunked uploadingJulius Härtl2023-03-092-0/+129
|/
* Implement file reference wigetJulius Härtl2023-03-021-0/+6
* feat(translations): Add translation provider APIJulius Härtl2023-02-275-0/+229
* dispatch new BeforeGroupChangedEvent before setDisplayName on groupsJulien Veyssier2023-02-211-0/+94
* Change X-Robots-Tag header from "none" to "noindex, nofollow"MichaIng2023-02-151-1/+1
* Also copy bruteforce meta data when converting DataResponse to JSONResponseJoas Schilling2023-02-141-0/+3
* Merge pull request #36566 from nextcloud/mount-find-by-numeric-idJulius Härtl2023-02-081-2/+2
|\
| * fix testsRobin Appelman2023-02-071-2/+2
* | Merge pull request #36417 from nextcloud/fix/psr-containerJoas Schilling2023-02-072-1/+3
|\ \
| * | fix: Throw `NotFoundExceptionInterface` to fulfill PSR container interface if...Ferdinand Thiessen2023-02-062-1/+3
| |/
* | Move back typing to phpdoc to keep backward compatibility in OCPCôme Chilliet2023-02-072-2/+8
* | Removed catch of ValueError as we cannot know if it’s >2038 or <1970Côme Chilliet2023-02-071-1/+1
* | Type sizes as int|float throughout the code baseCôme Chilliet2023-02-073-3/+3
* | Allow float sizes in FileInfo for 32bitsCôme Chilliet2023-02-071-1/+1
* | Fix 32bits bigint support in Util/OC_HelperCôme Chilliet2023-02-071-13/+13
* | Add helper to cast to int|float, fix MemoryInfo on 32bitsCôme Chilliet2023-02-071-0/+11
* | Strong type filesize related methods to ease 32bits problem findingsCôme Chilliet2023-02-072-8/+2
|/
* Merge pull request #35736 from nextcloud/pluggable-share-displayblizzz2023-02-023-0/+87
|\
| * Pluggable share providerLouis Chemineau2023-02-023-0/+87
* | remove depraction of validateEmailAddressArthur Schiwon2023-02-021-2/+0
* | Migrate to Symfony MailerCôme Chilliet2023-02-021-1/+1
|/
* Use the default color and matching text color for the federation inviteJoas Schilling2023-01-301-0/+24
* Merge pull request #36363 from nextcloud/feat/app-framework/usesession-attributeChristoph Wurst2023-01-271-0/+37
|\
| * feat(app-framework): Add UseSession attribute to replace annotationChristoph Wurst2023-01-271-0/+37
* | style: Fix php-cs and psalmJulius Härtl2023-01-271-2/+1
* | handle and return touchProvider errorsJulien Veyssier2023-01-271-2/+2
* | ADiscoverableReferenceProvider implements JsonSerializableJulien Veyssier2023-01-271-1/+3
* | add 'last used timestamp' management for reference providersJulien Veyssier2023-01-271-1/+21