summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #6563 from nextcloud/bigint-idsMorris Jobke2017-09-295-0/+170
|\ | | | | Migrate ID columns to bigint
| * Update autoloadingJoas Schilling2017-09-292-2/+4
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Fix bigint handling on postgresJoas Schilling2017-09-292-0/+98
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Migrate all core id columns to bigintJoas Schilling2017-09-292-0/+2
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Add a base migration for easy updating to bigintsJoas Schilling2017-09-293-0/+68
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2017-09-2916-0/+16
| |
* | Use full percentages in quota bar percentagesMorris Jobke2017-09-281-1/+1
|/ | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* [tx-robot] updated from transifexNextcloud bot2017-09-284-2/+4
|
* Merge pull request #6599 from nextcloud/fix_2523Morris Jobke2017-09-271-0/+6
|\ | | | | Add direct preview link
| * Allow requesting the max previewRoeland Jago Douma2017-09-251-0/+6
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #6586 from nextcloud/fix/app-install-extract-checkRoeland Jago Douma2017-09-271-1/+8
|\ \ | | | | | | Check whether an app archive can be extracted
| * | Check whether an app archive can be extractedChristoph Wurst2017-09-201-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-ipv6Morris Jobke2017-09-271-48/+63
|\ \ \ | | | | | | | | Only allow colons in db host for IPv6 addresses
| * | | Code clean upJoas Schilling2017-09-261-48/+47
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Only allow colons in db host for IPv6 addressesJoas Schilling2017-09-261-0/+16
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #6660 from nextcloud/remove_saml_hackMorris Jobke2017-09-271-16/+1
|\ \ \ \ | | | | | | | | | | Remove SAML hack from base.php
| * | | | Remove SAML hack from base.phpRoeland Jago Douma2017-09-271-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 transifexNextcloud bot2017-09-272-2/+2
|/ / / /
* | | | Merge pull request #6647 from nextcloud/scss-no-take-only-throwJohn Molakvoæ2017-09-261-0/+2
|\ \ \ \ | | | | | | | | | | Do not stop on scss compilation failure
| * | | | Do not stop on scss compilation failureJohn Molakvoæ (skjnldsv)2017-09-261-0/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | | Improve exception handlingMorris Jobke2017-09-261-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-tokenMorris Jobke2017-09-251-0/+1
|\ \ \ \ | |/ / / |/| | | Fix duplicate session token after remembered login
| * | | Fix duplicate session token after remembered loginChristoph Wurst2017-09-201-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_hyphenRoeland Jago Douma2017-09-251-1/+1
|\ \ \ \ | |_|_|/ |/| | | Do not show hyphen
| * | | do not show hyphen after instance name in emails if slogan does not existStephan Müller2017-09-251-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Handle SameSiteCookie check for index.php in AppFramework MiddlewareRoeland Jago Douma2017-09-247-16/+168
|/ / / | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Fixed webroot detectionJohn Molakvoæ (skjnldsv)2017-09-221-1/+1
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | Merge pull request #6605 from nextcloud/oc_ocs_response_is_depMorris Jobke2017-09-213-36/+8
|\ \ \ | | | | | | | | OC_OCS_Response is deprecated
| * | | Remove private legacy OC_OCS_ResponseRoeland Jago Douma2017-09-211-28/+0
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | OC_OCS_Response is deprecatedRoeland Jago Douma2017-09-212-8/+8
| |/ / | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* / / Avoid error undefined index classes in logJohn Molakvoæ (skjnldsv)2017-09-211-0/+3
|/ / | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Merge pull request #6573 from nextcloud/nonfound-webroot-empty-stringRoeland Jago Douma2017-09-202-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 webserverRobin Appelman2017-09-202-4/+4
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #6571 from nextcloud/cachefactory-local-lockingMorris Jobke2017-09-201-1/+29
|\ \ \ | |_|/ |/| | expose local and locking memcaches trough public interfaces
| * | expose local and locking memcaches trough public interfacesRobin Appelman2017-09-201-1/+29
| |/ | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #6564 from nextcloud/fix-missing-unsignedRoeland Jago Douma2017-09-192-0/+2
|\ \ | | | | | | Fix missing "unsigned" on integer columns
| * | Fix autoloadingJoas Schilling2017-09-192-0/+2
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Read appinfo from a local cacheRoeland Jago Douma2017-09-191-1/+1
|/ / | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* / [tx-robot] updated from transifexNextcloud bot2017-09-194-12/+18
|/
* update autoloaderRobin Appelman2017-09-182-0/+2
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* fix path styleRobin Appelman2017-09-181-3/+1
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* reuse object read/write/delete logic in s3 implementationsRobin Appelman2017-09-182-49/+83
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* update aws sdk and move it to 3rdpartyRobin Appelman2017-09-182-41/+21
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Merge pull request #6490 from nextcloud/share_pagination_queryRoeland Jago Douma2017-09-181-0/+5
|\ | | | | Improve sharing pagination
| * Improve sharing paginationRoeland Jago Douma2017-09-151-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-6534Morris Jobke2017-09-181-1/+2
|\ \ | | | | | | don't pass User object when uid string is expected
| * | don't pass User object when uid string is expectedArthur Schiwon2017-09-181-1/+2
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | Merge pull request #5462 from nextcloud/add-frameancestor-supportLukas Reschke2017-09-183-0/+48
|\ \ \ | | | | | | | | Add CSP frame-ancestors support
| * | | fix typo and set @since properlyThomas Citharel2017-09-152-6/+6
| | | | | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| * | | Add CSP frame-ancestors supportThomas Citharel2017-09-153-0/+48
| | |/ | |/| | | | | | | | | | | | | Didn't set the @since annotation yet. Signed-off-by: Thomas Citharel <tcit@tcit.fr>