summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Fix repair step for oracle...Joas Schilling2017-08-021-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix last failures with oracleJoas Schilling2017-08-021-2/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix ILIKE regex for oracleJoas Schilling2017-08-021-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix auth providerJoas Schilling2017-08-021-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Use selectAlias()Joas Schilling2017-08-021-2/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Can not insert auto increment on oracleJoas Schilling2017-08-023-3/+5
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix clob comparisonJoas Schilling2017-08-021-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Quote aliases as wellJoas Schilling2017-08-022-10/+24
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Oracle does not support PDO::FETCH_KEY_PAIRJoas Schilling2017-08-022-7/+19
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2017-08-0256-110/+138
|
* Remove explicit type hints for ControllerLukas Reschke2017-08-017-19/+19
| | | | | | This is public API and breaks the middlewares of existing apps. Since this also requires maintaining two different code paths for 12 and 13 I'm at the moment voting for reverting this change. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Merge pull request #5907 from nextcloud/add-metadata-to-throttle-callMorris Jobke2017-08-012-2/+16
|\ | | | | Add metadata to \OCP\AppFramework\Http\Response::throttle
| * Add metadata to \OCP\AppFramework\Http\Response::throttleLukas Reschke2017-07-272-2/+16
| | | | | | | | | | | | Fixes https://github.com/nextcloud/server/issues/5891 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | Merge pull request #5877 from nextcloud/typehint_middlewareMorris Jobke2017-08-017-27/+30
|\ \ | | | | | | Prop argument type for Middleware
| * | Fix middleware implementations signaturesRoeland Jago Douma2017-07-316-23/+26
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | Prop argument type for MiddlewareRoeland Jago Douma2017-07-311-4/+4
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #5939 from nextcloud/dont-have-set-uid-as-displaynameMorris Jobke2017-08-011-12/+0
|\ \ \ | | | | | | | | Remove setUidAsDisplayName
| * | | Remove setUidAsDisplayNameLukas Reschke2017-07-311-12/+0
| | | | | | | | | | | | | | | | | | | | | | | | This code is a leftover from the old Shibboleth implementation from ownCloud days, nowadays it causes more issues than it does good (such as https://github.com/nextcloud/user_saml/pull/137). Let's remove it for the future thus. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | | Merge pull request #5897 from nextcloud/add-share-mail-for-user-shareRoeland Jago Douma2017-08-012-2/+104
|\ \ \ \ | | | | | | | | | | Send an email once a file/folder is shared with a user
| * | | | Send an email once a file/folder is shared with a userMorris Jobke2017-07-282-2/+104
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * only if user has set an email address * only for user shares (no group shares for now) Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | Fix OCS ExceptionRoeland Jago Douma2017-08-011-0/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | Fix L10N::tRoeland Jago Douma2017-08-015-9/+9
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | Some more invalid PHPDocs in legacy classesLukas Reschke2017-08-018-11/+21
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | | | Function also accepts intsLukas Reschke2017-08-012-2/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | | | Properly name variableLukas Reschke2017-08-011-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | | | null is a valid parameterLukas Reschke2017-08-011-2/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | | | Replace wrong PHPDocsLukas Reschke2017-08-0140-110/+132
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | | | Properly suppressLukas Reschke2017-08-011-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | | | Fix MigrationSchemaChecker and CryptoWrapperLukas Reschke2017-08-012-3/+11
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | | | Fix template functionsLukas Reschke2017-08-012-3/+22
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | | | Fix lib/public/User.phpLukas Reschke2017-08-011-2/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | | | AppData is no longer internalRoeland Jago Douma2017-08-014-4/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | Add |null to PHPDocLukas Reschke2017-08-016-6/+6
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | | | Fix \OCP\UtilLukas Reschke2017-08-012-4/+6
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | | | Suppress deprecated function in \OCP\JSONLukas Reschke2017-08-011-3/+14
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | | | Add proper PHPDocLukas Reschke2017-08-012-2/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | | | Take IUser instead of UserLukas Reschke2017-08-014-12/+13
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | | | Stricter phan config fixesLukas Reschke2017-08-013-3/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | | | [tx-robot] updated from transifexNextcloud bot2017-08-016-4/+8
| | | | |
* | | | | Merge pull request #5890 from nextcloud/fix-403-and-404-redirectRoeland Jago Douma2017-07-311-2/+2
|\ \ \ \ \ | |_|_|/ / |/| | | | Fix 403 and 404 redirect
| * | | | Fix 403 and 404 redirectMorris Jobke2017-07-261-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Nextcloud is not properly loaded in the standalone version (especially the theming) * it is already not listed anymore in the Nginx config (see nextcloud/documentation#392) * the index.php-free version doesn't support this Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | Merge pull request #5905 from nextcloud/ocp-configMorris Jobke2017-07-313-4/+5
|\ \ \ \ \ | | | | | | | | | | | | Use IConfig instead of static OCP\Config
| * | | | | Use IConfig instead of static OCP\ConfigMorris Jobke2017-07-273-4/+5
| | |_|_|/ | |/| | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | Merge pull request #5922 from nextcloud/master-add-brackets-on-concat-methodRoeland Jago Douma2017-07-312-2/+2
|\ \ \ \ \ | | | | | | | | | | | | [master]Add brackets around concat statements so comparing the result works as intended
| * | | | | Add brackets around concat statements so comparing the result works as intendedJoas Schilling2017-07-282-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | [tx-robot] updated from transifexNextcloud bot2017-07-312-0/+2
| |_|_|_|/ |/| | | |
* | | | | [tx-robot] updated from transifexNextcloud bot2017-07-302-20/+46
| | | | |
* | | | | [tx-robot] updated from transifexNextcloud bot2017-07-298-0/+22
|/ / / /
* | | | [tx-robot] updated from transifexNextcloud bot2017-07-2812-0/+12
| | | |
* | | | Merge pull request #5644 from nextcloud/add-occ-app-installMorris Jobke2017-07-272-0/+2
|\ \ \ \ | |/ / / |/| | | add occ app:install command