summaryrefslogtreecommitdiffstats
path: root/lib/public
Commit message (Collapse)AuthorAgeFilesLines
...
* Initialize \OCP\AppFramework\Http\ZipResponse::$resourcesChristoph Wurst2021-02-171-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Make whole Template class finalJulius Härtl2021-01-281-10/+16
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Move TemplateProvider registration to boot context and make template type ↵Julius Härtl2021-01-283-8/+18
| | | | | | registration lazy Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Skip template picker if none availableJohn Molakvoæ (skjnldsv)2021-01-282-3/+20
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Add templatedirectory config value to let admins have their custom templates ↵Julius Härtl2021-01-282-2/+18
| | | | | | by default Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add ratio to template creatorsJulius Härtl2021-01-281-1/+29
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add template pickerJohn Molakvoæ (skjnldsv)2021-01-281-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* files: Create files from template APIJulius Härtl2021-01-285-0/+350
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Merge pull request #25273 from ↵Morris Jobke2021-01-221-1/+1
|\ | | | | | | | | nextcloud/enhancement/hide-two-factor-settings-if-no-providers Do not show 2FA settings if the user has no providers available
| * Do not show 2FA settings if the user has no providers availableChristoph Wurst2021-01-221-1/+1
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Fully deprecate the old initial state interface, not just the methodsChristoph Wurst2021-01-221-0/+4
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #25128 from nextcloud/ldapprovider-get-propertyblizzz2021-01-221-7/+17
|\ \ | |/ |/| extend ILDAPProvider to allow reading arbitrairy ldap attributes for users
| * adjust since blizzz2021-01-221-1/+1
| | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> Co-authored-by: Morris Jobke <hey@morrisjobke.de>
| * extend ILDAPProvider to allow reading arbitrairy ldap attributes for usersRobin Appelman2021-01-191-7/+17
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Compare and store the login name via the eventJoas Schilling2021-01-201-1/+12
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #25141 from nextcloud/bugfix/noid/add-a-hint-about-priorityMorris Jobke2021-01-152-3/+6
|\ \ | |/ |/| Add a hint about the direction of priority
| * Add a hint about the direction of priorityJoas Schilling2021-01-152-3/+6
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #25091 from ↵Christoph Wurst2021-01-143-3/+163
|\ \ | |/ |/| | | | | nextcloud/enhancement/ocp-db-exception-abstraction Add our own DB exception abstraction
| * Add our own DB exception abstractionChristoph Wurst2021-01-123-3/+163
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Right now our API exports the Doctrine/dbal exception. As we've seen with the dbal 3 upgrade, the leakage of 3rdparty types is problematic as a dependency update means lots of work in apps, due to the direct dependency of what Nextcloud ships. This breaks this dependency so that apps only need to depend on our public API. That API can then be vendor (db lib) agnostic and we can work around future deprecations/removals in dbal more easily. Right now the type of exception thrown is transported as "reason". For the more popular types of errors we can extend the new exception class and allow apps to catch specific errors only. Right now they have to catch-check-rethrow. This is not ideal, but better than the dependnecy on dbal. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #25089 from nextcloud/enhancement/ocp-db-typesblizzz2021-01-121-0/+113
|\ \ | | | | | | Add our own db column types via the public API
| * | Add our own constants for db column typesChristoph Wurst2021-01-121-0/+113
| |/ | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* / Fix option in the client code itself as wellRoeland Jago Douma2021-01-121-6/+6
|/ | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Deck Rich-Object-String definitions for deck boards and cardsJoas Schilling2021-01-111-0/+62
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst2021-01-084-30/+258
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update license headersChristoph Wurst2020-12-3012-17/+30
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Bump icewind/streams from 0.7.1 to 0.7.2Christoph Wurst2020-12-293-28/+28
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move to single share event. Just emit more if neededRoeland Jago Douma2020-12-231-21/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* cs fixMaxence Lange2020-12-231-3/+3
| | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* +ShareDeletedEventMaxence Lange2020-12-231-0/+80
| | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* Merge pull request #22916 from J0WI/unifiy-links-to-php.netRoeland Jago Douma2020-12-224-40/+40
|\ | | | | Unify links to php.net
| * Unify links to php.netJ0WI2020-09-174-40/+40
| | | | | | | | | | | | Update all links to https://www.php.net/ Signed-off-by: J0WI <J0WI@users.noreply.github.com>
* | Merge pull request #24594 from kofemann/dcacheJulius Härtl2020-12-222-4/+4
|\ \
| * | storage: update IStorage#file_put_contents docs to match usageTigran Mkrtchyan2020-12-212-4/+4
| | | | | | | | | | | | | | | | | | | | | The current phpdoc of IStorage#file_put_contents doesnt corresponds to it's actual usage in code, e.g. Signed-off-by: Tigran Mkrtchyan <tigran.mkrtchyan@desy.de>
* | | Merge pull request #24702 from nextcloud/enhancement/well-known-handler-apiChristoph Wurst2020-12-186-0/+368
|\ \ \ | | | | | | | | Add well known handlers API
| * | | Add well known handlers APIChristoph Wurst2020-12-166-0/+368
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | Update all license headers for Nextcloud 21Christoph Wurst2020-12-1648-31/+60
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | Merge pull request #24659 from ↵Roeland Jago Douma2020-12-161-0/+6
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/enh/noid/dav-honour-sharing.maxAutocompleteResults dav principal search to honour sharing.maxAutocompleteResults setting
| * | | | use a consistent default value for sharing.maxAutocompleteResultsArthur Schiwon2020-12-151-0/+6
| |/ / / | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* / / / Log an error when setting a custom header on "Not Modified" responsesJoas Schilling2020-12-151-0/+14
|/ / / | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Update comment to reflect current CSP policyThomas Citharel2020-12-121-1/+1
| | | | | | | | | JS unsafe-eval was removed a long time ago in https://github.com/nextcloud/server/pull/11028
* | | Address minor commentsJulius Härtl2020-12-091-1/+2
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Add internal DECK_USER type to allow unsharing for individual usersJulius Härtl2020-12-091-0/+5
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Add share type for deckJulius Härtl2020-12-091-0/+5
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Allow apps to register their share providers from outsideJulius Härtl2020-12-092-0/+12
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Add an endpoint to search for accounts based on phone numberJoas Schilling2020-12-071-0/+11
|/ / | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Allow unified search results to have attributesChristoph Wurst2020-12-031-0/+21
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #24113 from nextcloud/extend-cache-eventsRoeland Jago Douma2020-12-026-6/+112
|\ \ | | | | | | extend cache events
| * | code style and dispatchTypedRobin Appelman2020-12-022-2/+0
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | rename cache event to follow new naming standardsRobin Appelman2020-11-265-7/+75
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | extend cache eventsRobin Appelman2020-11-262-0/+40
| | | | | | | | | | | | | | | | | | | | | | | | - adds cache remove event - expose storage id in event - emit events during cache move Signed-off-by: Robin Appelman <robin@icewind.nl>