nextcloud/lib/private/share
Vincent Petry 65b3d293ce Added ORDER BY to enforce share entry order
Sometimes MySQL decides to return the shares in the wrong order, but
some parts of the code seem to require the order to be known, at least
so that the parent shares come before the children shares.

This fix adds an ORDER BY clause to force the order by id.
2014-06-11 14:28:30 +02:00
..
constants.php add some action items 2014-04-23 12:54:24 +02:00
helper.php only expire link shares 2014-06-06 15:47:37 +02:00
hooks.php Fix all PHPDoc types and variable names, in /lib 2014-05-13 19:08:14 +01:00
mailnotifications.php Remove all occurences of @brief and @returns from PHPDoc 2014-05-19 17:50:53 +02:00
searchresultsorter.php Fix all PHPDoc types and variable names, in /lib 2014-05-13 19:08:14 +01:00
share.php Added ORDER BY to enforce share entry order 2014-06-11 14:28:30 +02:00