summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #6097 from nextcloud/issue-6078-accounts-table-missingMorris Jobke2017-08-142-0/+2
|\
| * Update autoloaderMorris Jobke2017-08-142-0/+2
* | [tx-robot] updated from transifexNextcloud bot2017-08-122-0/+14
* | Merge pull request #6004 from nextcloud/forward-5902-repair-drop-account-term...Roeland Jago Douma2017-08-105-3/+65
|\ \
| * | Use the existing array of OC versionsJoas Schilling2017-08-071-3/+1
| * | Add a repair step to drop the account_terms table on oc migrationJoas Schilling2017-08-074-0/+64
* | | Merge pull request #6052 from nextcloud/fix_jail_copyMorris Jobke2017-08-101-0/+6
|\ \ \ | |_|/ |/| |
| * | Fix copy from jailed storageRoeland Jago Douma2017-08-091-0/+6
| |/
* | Fix require once for actionIncludeMorris Jobke2017-08-091-1/+1
* | If there is no content don't errorRoeland Jago Douma2017-08-091-1/+1
* | User proper anonymous functionRoeland Jago Douma2017-08-091-5/+6
* | Use non-deprecated INTL_IDNA_VARIANT_UTS46Lukas Reschke2017-08-092-3/+3
* | Make definition compatibleLukas Reschke2017-08-091-1/+1
* | Make declaration compatibleLukas Reschke2017-08-091-1/+1
* | Merge pull request #6047 from nextcloud/fix-6017-select-indexed-columnsMorris Jobke2017-08-091-2/+2
|\ \
| * | Use indexed column path_hash to find the parentJoas Schilling2017-08-091-2/+2
| |/
* | Merge pull request #6009 from nextcloud/symfony_translationsMorris Jobke2017-08-092-10/+6
|\ \
| * | Use symfony/translation for L10N pluralsRoeland Jago Douma2017-08-072-10/+6
| |/
* / [tx-robot] updated from transifexNextcloud bot2017-08-092-0/+8
|/
* [tx-robot] updated from transifexNextcloud bot2017-08-062-0/+6
* [tx-robot] updated from transifexNextcloud bot2017-08-054-0/+12
* Move pre_shared and post_shared events to EventDispatcherRoeland Jago Douma2017-08-032-38/+65
* Merge pull request #5959 from nextcloud/drop-logo-claimMorris Jobke2017-08-033-9/+5
|\
| * Logo claim is not used anymoreMorris Jobke2017-08-023-9/+5
* | [tx-robot] updated from transifexNextcloud bot2017-08-0316-0/+48
|/
* Merge pull request #5816 from nextcloud/fix-oracleMorris Jobke2017-08-0212-26/+121
|\
| * Add a method to compare empty strings with an expressionJoas Schilling2017-08-024-1/+64
| * Fix repair step for oracle...Joas Schilling2017-08-021-1/+1
| * Fix last failures with oracleJoas Schilling2017-08-021-2/+4
| * Fix ILIKE regex for oracleJoas Schilling2017-08-021-1/+1
| * Fix auth providerJoas Schilling2017-08-021-1/+1
| * Use selectAlias()Joas Schilling2017-08-021-2/+4
| * Can not insert auto increment on oracleJoas Schilling2017-08-023-3/+5
| * Fix clob comparisonJoas Schilling2017-08-021-1/+1
| * Quote aliases as wellJoas Schilling2017-08-022-10/+24
| * Oracle does not support PDO::FETCH_KEY_PAIRJoas Schilling2017-08-022-7/+19
* | Merge pull request #5952 from nextcloud/appmanager-isshippedMorris Jobke2017-08-023-23/+15
|\ \
| * | Use public methods for OC_App::isShippedMorris Jobke2017-08-013-23/+15
* | | Use IUserLukas Reschke2017-08-021-0/+1
| |/ |/|
* | [tx-robot] updated from transifexNextcloud bot2017-08-0256-110/+138
* | Remove explicit type hints for ControllerLukas Reschke2017-08-017-19/+19
|/
* Merge pull request #5907 from nextcloud/add-metadata-to-throttle-callMorris Jobke2017-08-012-2/+16
|\
| * Add metadata to \OCP\AppFramework\Http\Response::throttleLukas Reschke2017-07-272-2/+16
* | Merge pull request #5877 from nextcloud/typehint_middlewareMorris Jobke2017-08-017-27/+30
|\ \
| * | Fix middleware implementations signaturesRoeland Jago Douma2017-07-316-23/+26
| * | Prop argument type for MiddlewareRoeland Jago Douma2017-07-311-4/+4
* | | Merge pull request #5939 from nextcloud/dont-have-set-uid-as-displaynameMorris Jobke2017-08-011-12/+0
|\ \ \
| * | | Remove setUidAsDisplayNameLukas Reschke2017-07-311-12/+0
* | | | 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 userMorris Jobke2017-07-282-2/+104