aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #38978 from fsamapoor/refactor_lib_private_accountsArthur Schiwon2023-07-055-144/+50
|\
| * Renames the property to improve the code readbility/clarity.Faraz Samapoor2023-07-051-2/+2
| * Fixes testcase errors.Faraz Samapoor2023-07-021-8/+9
| * Fixes Psalm error.Faraz Samapoor2023-07-011-4/+1
| * Refactors lib/private/Accounts.Faraz Samapoor2023-07-015-138/+46
* | Merge pull request #38955 from nextcloud/bugfix/noid/dont-use-orJoas Schilling2023-07-051-1/+1
|\ \
| * | fix(eventdispatcher): Don't use all evaluating "or"Joas Schilling2023-06-231-1/+1
* | | Merge pull request #39043 from nextcloud/fix/ocp/dashboard-widgetitems-see-wi...Christoph Wurst2023-07-051-1/+1
|\ \ \
| * | | fix(ocp): Fix reference of dashboard IAPIWidget::getItems from WidgetItemChristoph Wurst2023-06-281-1/+1
* | | | Merge pull request #39086 from nextcloud/bugfix/noid/migrate-admin_audit-to-I...Arthur Schiwon2023-07-051-5/+7
|\ \ \ \
| * | | | feat(admin_audit): Migrate to non-deprecated IEventDispatcherJoas Schilling2023-07-041-5/+7
* | | | | Merge pull request #39012 from fsamapoor/refactor_lib_private_security_part2Arthur Schiwon2023-07-059-180/+107
|\ \ \ \ \
| * | | | | Refactors lib/private/Security.Faraz Samapoor2023-06-269-180/+107
* | | | | | Merge pull request #38910 from nextcloud/fix/nullish-trim-deprecation-warningJoas Schilling2023-07-051-1/+1
|\ \ \ \ \ \
| * | | | | | fixed quotesdartcafe2023-06-201-1/+1
| * | | | | | add type #38909dartcafe2023-06-201-1/+1
| * | | | | | Throw if creation date is read before inserting into databaseCôme Chilliet2023-06-202-2/+8
| * | | | | | Improve typing in ICommentsManagerCarl Schwan2023-06-201-4/+2
| * | | | | | Cleanup comments codeCarl Schwan2023-06-203-164/+83
* | | | | | | fix(sse): don't update uncached filesRichard Steinmetz2023-07-041-13/+21
| |_|/ / / / |/| | | | |
* | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-042-8/+8
* | | | | | Merge pull request #39089 from nextcloud/bugfix/39087/fix-2fa-event-namesJoas Schilling2023-07-0315-7/+327
|\ \ \ \ \ \
| * | | | | | Fix event names of 2FA related typed eventsJoas Schilling2023-07-0315-7/+327
* | | | | | | Merge pull request #39057 from nextcloud/feat/ocp/type-icapabilitiesChristoph Wurst2023-07-032-8/+15
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | doc(ocp): Upgrade capability registration recommendationChristoph Wurst2023-07-031-5/+2
| * | | | | | feat(ocp): More specific type for ICapabilities::getCapabilitiesChristoph Wurst2023-07-032-3/+13
* | | | | | | Merge pull request #34443 from nextcloud/feat/add-enabled-user-backendCôme Chilliet2023-07-034-9/+89
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Add method to list disabled users to IProvideEnabledStateBackendCôme Chilliet2023-06-291-0/+9
| * | | | | | Fix since annotations and add boolean return type for setUserEnabledCôme Chilliet2023-06-202-7/+7
| * | | | | | Fix autoloadersCôme Chilliet2023-05-252-0/+2
| * | | | | | Fix user tests, avoid setting enabled state to the same valueCôme Chilliet2023-05-231-3/+4
| * | | | | | Add user enabled state backend featureCôme Chilliet2023-05-232-9/+77
* | | | | | | Silent imagecreatefromstring() errorsGit'Fellow2023-06-301-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Add template types to responsesjld31032023-06-3020-95/+225
* | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-302-0/+182
* | | | | | Merge pull request #35915 from nextcloud/enh/noid/display-name-federated-sharesArthur Schiwon2023-06-292-4/+15
|\ \ \ \ \ \
| * | | | | | displayname on federated sharesMaxence Lange2023-06-282-4/+15
* | | | | | | Merge pull request #39042 from nextcloud/fix/ocp/timed-job-joblist-typeChristoph Wurst2023-06-281-5/+4
|\ \ \ \ \ \ \
| * | | | | | | fix(ocp): TimedJob can't have a more specific argument than JobChristoph Wurst2023-06-281-5/+4
| | |_|_|_|/ / | |/| | | | |
* / | | | | | feat: replace id3parser with mp3infoDaniel Kesselberg2023-06-281-11/+6
|/ / / / / /
* | | | | | Merge pull request #38613 from nextcloud/feat/35959/async-guzzle-requestsJoas Schilling2023-06-288-66/+690
|\ \ \ \ \ \
| * | | | | | feat(HTTPClient): Provide wrapped access to Guzzle's asyncRequest()Joas Schilling2023-06-278-66/+690
| |/ / / / /
* | | | | | Merge pull request #37969 from nextcloud/poc/noid/systemtags-perf-tag-endpointJulius Härtl2023-06-288-36/+80
|\ \ \ \ \ \
| * | | | | | fix: cominbation of small fixesArthur Schiwon2023-06-211-2/+2
| * | | | | | fix: include invisible tags for adminsArthur Schiwon2023-06-214-45/+46
| * | | | | | feat: add searchBySystemTag as PHP APIArthur Schiwon2023-06-212-0/+14
| * | | | | | fix: favorites view and universal search against tagsArthur Schiwon2023-06-211-17/+30
| * | | | | | fix: change if with conditionless else to switch; and a parameter valueArthur Schiwon2023-06-212-20/+25
| * | | | | | use efficient tag retrieval on DAV report requestArthur Schiwon2023-06-213-17/+28
* | | | | | | Merge pull request #39020 from fsamapoor/refactor_lib_private_mailPytal2023-06-272-0/+24
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |