aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | setup filesystem wrappers before we mark the root as setupRobin Appelman2023-09-121-2/+3
| * | | | | add more checks to ensure mounts aren't emptyRobin Appelman2023-09-122-1/+15
* | | | | | Merge pull request #41061 from nextcloud/bugfix/noid/dont-use-indirect-depend...Joas Schilling2023-10-242-2/+2
|\ \ \ \ \ \
| * | | | | | fix(3rdparty): Don't use indirect dependency "Safe/" for functionsJoas Schilling2023-10-232-2/+2
* | | | | | | enh(IMountManager): Add method to get MountPoint from CachedMountInfoJonas2023-10-232-1/+20
* | | | | | | Merge pull request #41017 from nextcloud/fix/move-token-iprovider-to-ocpCôme Chilliet2023-10-235-135/+37
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Allow passing null to PublicKeyToken::setScope, fixes testsCôme Chilliet2023-10-231-2/+2
| * | | | | | Improve docblock annotations for tokens and their exceptionsCôme Chilliet2023-10-233-2/+5
| * | | | | | Use more precise typing for setScope method parameterCôme Chilliet2023-10-231-2/+2
| * | | | | | Make sure that OC interfaces returns OC interfaces for backward compatibilityCôme Chilliet2023-10-232-0/+26
| * | | | | | Move Exceptions used in OCP to OCPCôme Chilliet2023-10-233-33/+12
| * | | | | | Align PublicKeyToken with interface changesCôme Chilliet2023-10-231-10/+6
| * | | | | | Move IToken and IProvider::getToken to OCPCôme Chilliet2023-10-201-104/+2
* | | | | | | fix(profile): Directly migrate to OCP constantsJoas Schilling2023-10-231-4/+4
* | | | | | | feat(profile): Add public interface for profile manager so apps can check configJoas Schilling2023-10-232-13/+19
|/ / / / / /
* | | | | | feat(NavigationManager): Always sort the default app firstFerdinand Thiessen2023-10-192-10/+44
* | | | | | feat(IAppManager): Allow to set the (user) default apps and get all global de...Ferdinand Thiessen2023-10-191-0/+16
* | | | | | Small code style fix in SetupCheckManagerCôme Chilliet2023-10-191-3/+1
* | | | | | Add debug logging when running setup checks to help with debugging slow resultsCôme Chilliet2023-10-191-4/+6
* | | | | | Add OCP interface for SetupCheckManagerCôme Chilliet2023-10-192-1/+6
* | | | | | Add missing licences and copyright in SetupCheckCôme Chilliet2023-10-191-0/+24
* | | | | | Add api to register setup checksCarl Schwan2023-10-192-3/+58
| |/ / / / |/| | | |
* | | | | Merge pull request #40959 from nextcloud/bugfix/noid/fix-types-in-querybuilderJoas Schilling2023-10-181-2/+2
|\ \ \ \ \
| * | | | | fix(dbal): Fix types in query builder methods for parametersJoas Schilling2023-10-181-2/+2
* | | | | | Merge pull request #40478 from nextcloud/node-from-entryJohn Molakvoæ2023-10-183-1/+34
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | add method to create a node from cache entry + mountpointRobin Appelman2023-09-193-1/+34
* | | | | | Merge pull request #40808 from c39cfbb3/patch-3Ferdinand Thiessen2023-10-181-0/+4
|\ \ \ \ \ \
| * | | | | | Update lib/private/L10N/Factory.phpc39cfbb32023-10-181-1/+1
| * | | | | | L10N/Factory: Support "Accept-Language: zh-Hans-CN" and alikec39cfbb32023-10-181-0/+4
* | | | | | | Merge pull request #39852 from nextcloud/pragmaHeaderFerdinand Thiessen2023-10-181-1/+0
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Stop sending deprecated Pragma headerGit'Fellow2023-08-281-1/+0
* | | | | | | feat(files): migrate template pickerJohn Molakvoæ2023-10-171-1/+2
* | | | | | | Merge pull request #40865 from nextcloud/bugfix/noid/fix-version-commentJoas Schilling2023-10-161-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Fix version number in ITimeFactory after it was delayedJoas Schilling2023-10-111-1/+1
* | | | | | | | Merge pull request #40900 from nextcloud/bugfix/noid/fix-parameter-types-in-docsJoas Schilling2023-10-161-8/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | fix(docs): Fix parameter types in docsJoas Schilling2023-10-131-8/+2
* | | | | | | | | Merge pull request #40868 from nextcloud/feat/in-memory-cache-factoryChristoph Wurst2023-10-131-0/+5
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | feat: Add factory method for in-memory cachesChristoph Wurst2023-10-111-0/+5
| |/ / / / / / /
* | | | | | | | feat(OCM): Dispatch an event so apps can register resourcesJoas Schilling2023-10-131-0/+15
* | | | | | | | feat(OCM): Add a way for apps to create a new IOCMResourceJoas Schilling2023-10-131-0/+8
* | | | | | | | fix(OCM): Make the OCM provider stateful so apps can add resourcesJoas Schilling2023-10-132-9/+12
* | | | | | | | fix(OCM): Make the public API only rely on OCPJoas Schilling2023-10-132-27/+25
| |_|_|_|/ / / |/| | | | | |
* | | | | | | fix(session): Log when crypto session data is lostChristoph Wurst2023-10-111-1/+7
|/ / / / / /
* | | | | / chore: Drop unused \OC\Memcache\Factory::createLowLatencyChristoph Wurst2023-10-111-9/+0
| |_|_|_|/ |/| | | |
* | | | | Merge pull request #39756 from nextcloud/enh/add-disabled-users-endpointCôme Chilliet2023-10-101-0/+30
|\ \ \ \ \
| * | | | | Add endpoint for getting disabled user listCôme Chilliet2023-10-091-0/+30
* | | | | | fix: Log critical session renewal and logout pathsChristoph Wurst2023-10-091-5/+33
* | | | | | Merge pull request #40737 from nextcloud/cors-app_apiAlexander Piskun2023-10-091-0/+5
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Merge branch 'master' into cors-app_apiAlexander Piskun2023-10-0922-627/+200
| |\ \ \ \ \
| * | | | | | fixed Drone testAlexander Piskun2023-10-061-1/+2