nextcloud/apps/files_sharing
Jamie McClelland d58fda7ff3 fix update to remove shares where file doesn't exist on postgres
Without patch, breaks with: Failed to upgrade "files_sharing".
Exception="SQLSTATE[22P02]: Invalid text representation: 7 ERROR:
invalid input syntax for integer: "5,179""

See: https://github.com/owncloud/core/issues/5758

removing unnecessary cruft - no parameter is set, none to pass.

https://github.com/owncloud/core/issues/5758

removing subquery, making more readable

See: https://github.com/owncloud/core/pull/6016#issuecomment-29510979

parameters to sql calls should be arrays

https://github.com/owncloud/core/pull/6016

boosting version to ensure fix gets executed

properly escaping the sql select statement

removing extraneous closing paren.
2014-03-13 13:09:31 +01:00
..
ajax don't urldecode get var, php does this automatically 2014-01-30 16:32:45 +01:00
appinfo fix update to remove shares where file doesn't exist on postgres 2014-03-13 13:09:31 +01:00
css Consolidate two sections, per code review. Issue #1648 2014-02-17 12:57:54 -05:00
js Improve jQuery element selector 2014-02-20 18:24:43 +01:00
l10n [tx-robot] updated from transifex 2014-03-13 01:55:50 -04:00
lib add 'received_from' info to the share, so that every share can have a different value 2014-03-11 12:59:37 +01:00
templates disable autocomplete for shared link password input, fix #7419 2014-02-26 14:48:15 +01:00
tests fix path creation for re-shares, issue #7662 2014-03-11 12:58:46 +01:00
public.php Fix svg icons for public shares and external/shared files 2014-02-19 15:08:05 +01:00