Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-08-15 | 2 | -0/+2 |
| | |||||
* | Merge pull request #6097 from nextcloud/issue-6078-accounts-table-missing | Morris Jobke | 2017-08-14 | 2 | -0/+2 |
|\ | | | | | Make sure the accounts table exists | ||||
| * | Update autoloader | Morris Jobke | 2017-08-14 | 2 | -0/+2 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-08-12 | 2 | -0/+14 |
| | | |||||
* | | Merge pull request #6004 from ↵ | Roeland Jago Douma | 2017-08-10 | 5 | -3/+65 |
|\ \ | | | | | | | | | | | | | nextcloud/forward-5902-repair-drop-account-terms-on-oc-migration [13] Repair step: drop account terms on oc migration | ||||
| * | | Use the existing array of OC versions | Joas Schilling | 2017-08-07 | 1 | -3/+1 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | Add a repair step to drop the account_terms table on oc migration | Joas Schilling | 2017-08-07 | 4 | -0/+64 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | Merge pull request #6052 from nextcloud/fix_jail_copy | Morris Jobke | 2017-08-10 | 1 | -0/+6 |
|\ \ \ | |_|/ |/| | | Fix copy from jailed storage | ||||
| * | | Fix copy from jailed storage | Roeland Jago Douma | 2017-08-09 | 1 | -0/+6 |
| |/ | | | | | | | | | | | | | If we have a jailed storage we must also fix the internal path on copy. Else we pass in the wrong path. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Fix require once for actionInclude | Morris Jobke | 2017-08-09 | 1 | -1/+1 |
| | | | | | | | | | | | | * regression from #5791 Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | If there is no content don't error | Roeland Jago Douma | 2017-08-09 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | User proper anonymous function | Roeland Jago Douma | 2017-08-09 | 1 | -5/+6 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Use non-deprecated INTL_IDNA_VARIANT_UTS46 | Lukas Reschke | 2017-08-09 | 2 | -3/+3 |
| | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | | Make definition compatible | Lukas Reschke | 2017-08-09 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | | Make declaration compatible | Lukas Reschke | 2017-08-09 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | | Merge pull request #6047 from nextcloud/fix-6017-select-indexed-columns | Morris Jobke | 2017-08-09 | 1 | -2/+2 |
|\ \ | | | | | | | Use indexed column path_hash to find the parent | ||||
| * | | Use indexed column path_hash to find the parent | Joas Schilling | 2017-08-09 | 1 | -2/+2 |
| |/ | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Merge pull request #6009 from nextcloud/symfony_translations | Morris Jobke | 2017-08-09 | 2 | -10/+6 |
|\ \ | | | | | | | Use symfony/translation for L10N plurals | ||||
| * | | Use symfony/translation for L10N plurals | Roeland Jago Douma | 2017-08-07 | 2 | -10/+6 |
| |/ | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* / | [tx-robot] updated from transifex | Nextcloud bot | 2017-08-09 | 2 | -0/+8 |
|/ | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-08-06 | 2 | -0/+6 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-08-05 | 4 | -0/+12 |
| | |||||
* | Move pre_shared and post_shared events to EventDispatcher | Roeland Jago Douma | 2017-08-03 | 2 | -38/+65 |
| | | | | | | | | * Now listeners for those events get proper share objects. * Legacy hooks still fired * Updated tests Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Merge pull request #5959 from nextcloud/drop-logo-claim | Morris Jobke | 2017-08-03 | 3 | -9/+5 |
|\ | | | | | Logo claim is not used anymore | ||||
| * | Logo claim is not used anymore | Morris Jobke | 2017-08-02 | 3 | -9/+5 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-08-03 | 16 | -0/+48 |
|/ | |||||
* | Merge pull request #5816 from nextcloud/fix-oracle | Morris Jobke | 2017-08-02 | 12 | -26/+121 |
|\ | | | | | Fix oracle | ||||
| * | Add a method to compare empty strings with an expression | Joas Schilling | 2017-08-02 | 4 | -1/+64 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | Fix repair step for oracle... | Joas Schilling | 2017-08-02 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | Fix last failures with oracle | Joas Schilling | 2017-08-02 | 1 | -2/+4 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | Fix ILIKE regex for oracle | Joas Schilling | 2017-08-02 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | Fix auth provider | Joas Schilling | 2017-08-02 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | Use selectAlias() | Joas Schilling | 2017-08-02 | 1 | -2/+4 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | Can not insert auto increment on oracle | Joas Schilling | 2017-08-02 | 3 | -3/+5 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | Fix clob comparison | Joas Schilling | 2017-08-02 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | Quote aliases as well | Joas Schilling | 2017-08-02 | 2 | -10/+24 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | Oracle does not support PDO::FETCH_KEY_PAIR | Joas Schilling | 2017-08-02 | 2 | -7/+19 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Merge pull request #5952 from nextcloud/appmanager-isshipped | Morris Jobke | 2017-08-02 | 3 | -23/+15 |
|\ \ | | | | | | | Use public methods for OC_App::isShipped | ||||
| * | | Use public methods for OC_App::isShipped | Morris Jobke | 2017-08-01 | 3 | -23/+15 |
| | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | | Use IUser | Lukas Reschke | 2017-08-02 | 1 | -0/+1 |
| |/ |/| | | | | | | | | | | | | | This is broken and will never work as the phan CI step pointed out. Pro-tip of the day: Check why CI fails before merging :see_no_evil: Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-08-02 | 56 | -110/+138 |
| | | |||||
* | | Remove explicit type hints for Controller | Lukas Reschke | 2017-08-01 | 7 | -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-call | Morris Jobke | 2017-08-01 | 2 | -2/+16 |
|\ | | | | | Add metadata to \OCP\AppFramework\Http\Response::throttle | ||||
| * | Add metadata to \OCP\AppFramework\Http\Response::throttle | Lukas Reschke | 2017-07-27 | 2 | -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_middleware | Morris Jobke | 2017-08-01 | 7 | -27/+30 |
|\ \ | | | | | | | Prop argument type for Middleware | ||||
| * | | Fix middleware implementations signatures | Roeland Jago Douma | 2017-07-31 | 6 | -23/+26 |
| | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | | Prop argument type for Middleware | Roeland Jago Douma | 2017-07-31 | 1 | -4/+4 |
| | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | Merge pull request #5939 from nextcloud/dont-have-set-uid-as-displayname | Morris Jobke | 2017-08-01 | 1 | -12/+0 |
|\ \ \ | | | | | | | | | Remove setUidAsDisplayName | ||||
| * | | | Remove setUidAsDisplayName | Lukas Reschke | 2017-07-31 | 1 | -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-share | Roeland Jago Douma | 2017-08-01 | 2 | -2/+104 |
|\ \ \ \ | | | | | | | | | | | Send an email once a file/folder is shared with a user |