summaryrefslogtreecommitdiffstats
path: root/core/Db
Commit message (Collapse)AuthorAgeFilesLines
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-2/+2
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* fix(3rdparty): Don't use indirect dependency "Safe/" for functionsJoas Schilling2023-10-231-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix(profile): Directly migrate to OCP constantsJoas Schilling2023-10-231-41/+0
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* feat(profile): Add public interface for profile manager so apps can check configJoas Schilling2023-10-231-18/+11
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Uses PHP8's constructor property promotion.Faraz Samapoor2023-06-231-6/+9
| | | | Signed-off-by: Faraz Samapoor <fsa@adlas.at>
* Add type hints for mappersjld31032023-04-072-0/+6
| | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* composer run cs:fixCôme Chilliet2023-01-201-1/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Profile backendChristopher Ng2021-10-192-0/+220
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-042-4/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Update license headersChristoph Wurst2019-12-052-2/+6
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Login flow V2Roeland Jago Douma2019-02-252-0/+185
This adds the new login flow. The desktop client will open up a browser and poll a returned endpoint at regular intervals to check if the flow is done. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>