| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Allow the expiration date to be set to null | Morris Jobke | 2017-08-28 | 1 | -2/+2 |
* | Add meta information to emails for better customisation | Joas Schilling | 2017-08-28 | 2 | -2/+27 |
* | using CircleProvider on token | Maxence Lange | 2017-08-23 | 1 | -0/+9 |
* | Merge pull request #6148 from nextcloud/backport-6047-select-indexed-columns | Roeland Jago Douma | 2017-08-23 | 1 | -2/+2 |
|\ |
|
| * | Use indexed column path_hash to find the parent | Joas Schilling | 2017-08-16 | 1 | -2/+2 |
* | | Ensure log message is UTF-8 encoded | Lukas Reschke | 2017-08-21 | 1 | -1/+12 |
|/ |
|
* | Fix copy from jailed storage | Roeland Jago Douma | 2017-08-10 | 1 | -0/+6 |
* | Merge pull request #5946 from nextcloud/12-5897 | Morris Jobke | 2017-08-08 | 2 | -2/+104 |
|\ |
|
| * | Disable default activity email for incoming shares | Morris Jobke | 2017-08-02 | 1 | -1/+1 |
| * | Send an email once a file/folder is shared with a user | Morris Jobke | 2017-08-01 | 2 | -2/+104 |
* | | Merge pull request #5966 from nextcloud/backport-oracle | Morris Jobke | 2017-08-08 | 10 | -25/+97 |
|\ \ |
|
| * | | Add a method to compare empty strings with an expression | Joas Schilling | 2017-08-03 | 3 | -1/+46 |
| * | | Fix repair step for oracle... | Joas Schilling | 2017-08-03 | 1 | -1/+1 |
| * | | Fix last failures with oracle | Joas Schilling | 2017-08-03 | 1 | -2/+4 |
| * | | Fix ILIKE regex for oracle | Joas Schilling | 2017-08-03 | 1 | -1/+1 |
| * | | Fix auth provider | Joas Schilling | 2017-08-03 | 1 | -1/+1 |
| * | | Use selectAlias() | Joas Schilling | 2017-08-03 | 1 | -2/+4 |
| * | | Can not insert auto increment on oracle | Joas Schilling | 2017-08-03 | 3 | -3/+5 |
| * | | Fix clob comparison | Joas Schilling | 2017-08-03 | 1 | -1/+1 |
| * | | Quote aliases as well | Joas Schilling | 2017-08-03 | 2 | -10/+24 |
| * | | Oracle does not support PDO::FETCH_KEY_PAIR | Joas Schilling | 2017-08-03 | 1 | -6/+13 |
| |/ |
|
* | | Merge pull request #5945 from nextcloud/stable12_5836 | Morris Jobke | 2017-08-08 | 1 | -1/+7 |
|\ \ |
|
| * | | Empty search no longer works | Roeland Jago Douma | 2017-08-01 | 1 | -1/+7 |
| |/ |
|
* | | Merge pull request #5925 from derkostka/patch-1 | Morris Jobke | 2017-08-08 | 1 | -1/+1 |
|\ \ |
|
| * | | [Stable 12] Removed cast to integer in getSize | Sebastian Kostka | 2017-07-29 | 1 | -1/+1 |
| |/ |
|
* / | Don't throw an error when the table doesn't exist | Joas Schilling | 2017-08-07 | 1 | -0/+3 |
|/ |
|
* | Merge pull request #5919 from nextcloud/add-brackets-on-concat-method | Lukas Reschke | 2017-07-28 | 2 | -2/+2 |
|\ |
|
| * | Add brackets around concat statements so comparing the result works as intended | Joas Schilling | 2017-07-28 | 2 | -2/+2 |
* | | Use the existing array of OC versions | Joas Schilling | 2017-07-27 | 1 | -3/+1 |
* | | Add a repair step to drop the account_terms table on oc migration | Joas Schilling | 2017-07-27 | 2 | -0/+62 |
|/ |
|
* | Add new bundle | Lukas Reschke | 2017-07-26 | 2 | -0/+51 |
* | Remove unneeded styles | Morris Jobke | 2017-07-24 | 1 | -1/+1 |
* | Adjust to height=120 | Lukas Reschke | 2017-07-24 | 1 | -1/+1 |
* | Fix for mb strlen | Artem Kochnev | 2017-07-22 | 1 | -1/+1 |
* | Merge pull request #5826 from nextcloud/12-backport-5821 | Morris Jobke | 2017-07-21 | 1 | -1/+1 |
|\ |
|
| * | Fix error message on untrusted domain error page | Morris Jobke | 2017-07-21 | 1 | -1/+1 |
* | | Merge pull request #5757 from nextcloud/mount-rename-12 | Morris Jobke | 2017-07-21 | 1 | -8/+12 |
|\ \ |
|
| * | | non movable mounts can not be moved | Robin Appelman | 2017-07-17 | 1 | -8/+12 |
* | | | Merge pull request #5786 from nextcloud/path-repair-steps-storage-12 | Morris Jobke | 2017-07-21 | 2 | -5/+7 |
|\ \ \
| |_|/
|/| | |
|
| * | | Also repair storage id's when repairing invalid entries | Robin Appelman | 2017-07-19 | 2 | -5/+7 |
* | | | Allow to overwrite the email template again | Joas Schilling | 2017-07-19 | 1 | -0/+10 |
* | | | Fix emitting of legacy hook post_unshare | Pauli Järvinen | 2017-07-19 | 1 | -1/+1 |
|/ / |
|
* / | Fix invalid path repair step not getting all invalid entries | Robin Appelman | 2017-07-18 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #5711 from nextcloud/null-user-exist-12 | blizzz | 2017-07-14 | 1 | -0/+3 |
|\ |
|
| * | null users dont exist | Robin Appelman | 2017-07-13 | 1 | -0/+3 |
* | | Merge pull request #5710 from nextcloud/nested-permissions-mask-12 | Morris Jobke | 2017-07-13 | 1 | -1/+1 |
|\ \ |
|
| * | | Fix scan permissions with nested permissions masks | Robin Appelman | 2017-07-13 | 1 | -1/+1 |
| |/ |
|
* | | Merge pull request #5655 from nextcloud/moveFromCache-from-shared-12 | Morris Jobke | 2017-07-13 | 3 | -3/+185 |
|\ \ |
|
| * | | chunk getting invalid paths and reuse queries | Robin Appelman | 2017-07-13 | 1 | -27/+61 |
| * | | use a generator instead of fetching all rows at once | Robin Appelman | 2017-07-13 | 1 | -2/+9 |