Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #6563 from nextcloud/bigint-ids | Morris Jobke | 2017-09-29 | 5 | -0/+170 |
|\ | | | | | Migrate ID columns to bigint | ||||
| * | Update autoloading | Joas Schilling | 2017-09-29 | 2 | -2/+4 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | Fix bigint handling on postgres | Joas Schilling | 2017-09-29 | 2 | -0/+98 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | Migrate all core id columns to bigint | Joas Schilling | 2017-09-29 | 2 | -0/+2 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | Add a base migration for easy updating to bigints | Joas Schilling | 2017-09-29 | 3 | -0/+68 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-09-29 | 16 | -0/+16 |
| | | |||||
* | | Use full percentages in quota bar percentages | Morris Jobke | 2017-09-28 | 1 | -1/+1 |
|/ | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-09-28 | 4 | -2/+4 |
| | |||||
* | Merge pull request #6599 from nextcloud/fix_2523 | Morris Jobke | 2017-09-27 | 1 | -0/+6 |
|\ | | | | | Add direct preview link | ||||
| * | Allow requesting the max preview | Roeland Jago Douma | 2017-09-25 | 1 | -0/+6 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Merge pull request #6586 from nextcloud/fix/app-install-extract-check | Roeland Jago Douma | 2017-09-27 | 1 | -1/+8 |
|\ \ | | | | | | | Check whether an app archive can be extracted | ||||
| * | | Check whether an app archive can be extracted | Christoph Wurst | 2017-09-20 | 1 | -1/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | If extraction fails we should not continue the installation/update process as the info.xml cannot be loaded and an unrelated error occurs. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | | Merge pull request #6645 from nextcloud/fix-6642-only-colons-for-ipv6 | Morris Jobke | 2017-09-27 | 1 | -48/+63 |
|\ \ \ | | | | | | | | | Only allow colons in db host for IPv6 addresses | ||||
| * | | | Code clean up | Joas Schilling | 2017-09-26 | 1 | -48/+47 |
| | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | | Only allow colons in db host for IPv6 addresses | Joas Schilling | 2017-09-26 | 1 | -0/+16 |
| | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | | Merge pull request #6660 from nextcloud/remove_saml_hack | Morris Jobke | 2017-09-27 | 1 | -16/+1 |
|\ \ \ \ | | | | | | | | | | | Remove SAML hack from base.php | ||||
| * | | | | Remove SAML hack from base.php | Roeland Jago Douma | 2017-09-27 | 1 | -16/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is no longer required now that https://github.com/nextcloud/user_saml/pull/159 is in Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-09-27 | 2 | -2/+2 |
|/ / / / | |||||
* | | | | Merge pull request #6647 from nextcloud/scss-no-take-only-throw | John Molakvoæ | 2017-09-26 | 1 | -0/+2 |
|\ \ \ \ | | | | | | | | | | | Do not stop on scss compilation failure | ||||
| * | | | | Do not stop on scss compilation failure | John Molakvoæ (skjnldsv) | 2017-09-26 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | | | | Improve exception handling | Morris Jobke | 2017-09-26 | 1 | -0/+3 |
| |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If there is an exception in the template handling then a white page is shown. This improves the handling of this and shows text only about the internal error. To test this just setup redis as cache and then disable the php-redis module. Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | | | Merge pull request #6544 from nextcloud/fix/duplicate-session-token | Morris Jobke | 2017-09-25 | 1 | -0/+1 |
|\ \ \ \ | |/ / / |/| | | | Fix duplicate session token after remembered login | ||||
| * | | | Fix duplicate session token after remembered login | Christoph Wurst | 2017-09-20 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On a remembered login session, we create a new session token in the database with the values of the old one. As we actually don't need the old session token anymore, we can delete it right away. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | | | Merge pull request #6632 from nextcloud/do_not_show_hyphen | Roeland Jago Douma | 2017-09-25 | 1 | -1/+1 |
|\ \ \ \ | |_|_|/ |/| | | | Do not show hyphen | ||||
| * | | | do not show hyphen after instance name in emails if slogan does not exist | Stephan Müller | 2017-09-25 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | | Handle SameSiteCookie check for index.php in AppFramework Middleware | Roeland Jago Douma | 2017-09-24 | 7 | -16/+168 |
|/ / / | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | Fixed webroot detection | John Molakvoæ (skjnldsv) | 2017-09-22 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | | Merge pull request #6605 from nextcloud/oc_ocs_response_is_dep | Morris Jobke | 2017-09-21 | 3 | -36/+8 |
|\ \ \ | | | | | | | | | OC_OCS_Response is deprecated | ||||
| * | | | Remove private legacy OC_OCS_Response | Roeland Jago Douma | 2017-09-21 | 1 | -28/+0 |
| | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | | | OC_OCS_Response is deprecated | Roeland Jago Douma | 2017-09-21 | 2 | -8/+8 |
| |/ / | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* / / | Avoid error undefined index classes in log | John Molakvoæ (skjnldsv) | 2017-09-21 | 1 | -0/+3 |
|/ / | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | Merge pull request #6573 from nextcloud/nonfound-webroot-empty-string | Roeland Jago Douma | 2017-09-20 | 2 | -4/+4 |
|\ \ | | | | | | | Fix "webroot not found" when installed to the root of the webserver | ||||
| * | | Fix "webroot not found" when installed to the root of the webserver | Robin Appelman | 2017-09-20 | 2 | -4/+4 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | Merge pull request #6571 from nextcloud/cachefactory-local-locking | Morris Jobke | 2017-09-20 | 1 | -1/+29 |
|\ \ \ | |_|/ |/| | | expose local and locking memcaches trough public interfaces | ||||
| * | | expose local and locking memcaches trough public interfaces | Robin Appelman | 2017-09-20 | 1 | -1/+29 |
| |/ | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Merge pull request #6564 from nextcloud/fix-missing-unsigned | Roeland Jago Douma | 2017-09-19 | 2 | -0/+2 |
|\ \ | | | | | | | Fix missing "unsigned" on integer columns | ||||
| * | | Fix autoloading | Joas Schilling | 2017-09-19 | 2 | -0/+2 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | Read appinfo from a local cache | Roeland Jago Douma | 2017-09-19 | 1 | -1/+1 |
|/ / | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* / | [tx-robot] updated from transifex | Nextcloud bot | 2017-09-19 | 4 | -12/+18 |
|/ | |||||
* | update autoloader | Robin Appelman | 2017-09-18 | 2 | -0/+2 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | fix path style | Robin Appelman | 2017-09-18 | 1 | -3/+1 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | reuse object read/write/delete logic in s3 implementations | Robin Appelman | 2017-09-18 | 2 | -49/+83 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | update aws sdk and move it to 3rdparty | Robin Appelman | 2017-09-18 | 2 | -41/+21 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Merge pull request #6490 from nextcloud/share_pagination_query | Roeland Jago Douma | 2017-09-18 | 1 | -0/+5 |
|\ | | | | | Improve sharing pagination | ||||
| * | Improve sharing pagination | Roeland Jago Douma | 2017-09-15 | 1 | -0/+5 |
| | | | | | | | | | | | | | | Basically we did in almost all cases did a query to much. This resulted in an extra query for each share type. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Merge pull request #6549 from nextcloud/fix-6534 | Morris Jobke | 2017-09-18 | 1 | -1/+2 |
|\ \ | | | | | | | don't pass User object when uid string is expected | ||||
| * | | don't pass User object when uid string is expected | Arthur Schiwon | 2017-09-18 | 1 | -1/+2 |
| | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | | Merge pull request #5462 from nextcloud/add-frameancestor-support | Lukas Reschke | 2017-09-18 | 3 | -0/+48 |
|\ \ \ | | | | | | | | | Add CSP frame-ancestors support | ||||
| * | | | fix typo and set @since properly | Thomas Citharel | 2017-09-15 | 2 | -6/+6 |
| | | | | | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
| * | | | Add CSP frame-ancestors support | Thomas Citharel | 2017-09-15 | 3 | -0/+48 |
| | |/ | |/| | | | | | | | | | | | | | Didn't set the @since annotation yet. Signed-off-by: Thomas Citharel <tcit@tcit.fr> |