summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
...
* Allow the expiration date to be set to nullMorris Jobke2017-08-281-2/+2
* Add meta information to emails for better customisationJoas Schilling2017-08-282-2/+27
* using CircleProvider on tokenMaxence Lange2017-08-231-0/+9
* Merge pull request #6148 from nextcloud/backport-6047-select-indexed-columnsRoeland Jago Douma2017-08-231-2/+2
|\
| * Use indexed column path_hash to find the parentJoas Schilling2017-08-161-2/+2
* | Ensure log message is UTF-8 encodedLukas Reschke2017-08-211-1/+12
|/
* Fix copy from jailed storageRoeland Jago Douma2017-08-101-0/+6
* Merge pull request #5946 from nextcloud/12-5897Morris Jobke2017-08-082-2/+104
|\
| * Disable default activity email for incoming sharesMorris Jobke2017-08-021-1/+1
| * Send an email once a file/folder is shared with a userMorris Jobke2017-08-012-2/+104
* | Merge pull request #5966 from nextcloud/backport-oracleMorris Jobke2017-08-0810-25/+97
|\ \
| * | Add a method to compare empty strings with an expressionJoas Schilling2017-08-033-1/+46
| * | Fix repair step for oracle...Joas Schilling2017-08-031-1/+1
| * | Fix last failures with oracleJoas Schilling2017-08-031-2/+4
| * | Fix ILIKE regex for oracleJoas Schilling2017-08-031-1/+1
| * | Fix auth providerJoas Schilling2017-08-031-1/+1
| * | Use selectAlias()Joas Schilling2017-08-031-2/+4
| * | Can not insert auto increment on oracleJoas Schilling2017-08-033-3/+5
| * | Fix clob comparisonJoas Schilling2017-08-031-1/+1
| * | Quote aliases as wellJoas Schilling2017-08-032-10/+24
| * | Oracle does not support PDO::FETCH_KEY_PAIRJoas Schilling2017-08-031-6/+13
| |/
* | Merge pull request #5945 from nextcloud/stable12_5836Morris Jobke2017-08-081-1/+7
|\ \
| * | Empty search no longer worksRoeland Jago Douma2017-08-011-1/+7
| |/
* | Merge pull request #5925 from derkostka/patch-1Morris Jobke2017-08-081-1/+1
|\ \
| * | [Stable 12] Removed cast to integer in getSizeSebastian Kostka2017-07-291-1/+1
| |/
* / Don't throw an error when the table doesn't existJoas Schilling2017-08-071-0/+3
|/
* Merge pull request #5919 from nextcloud/add-brackets-on-concat-methodLukas Reschke2017-07-282-2/+2
|\
| * Add brackets around concat statements so comparing the result works as intendedJoas Schilling2017-07-282-2/+2
* | Use the existing array of OC versionsJoas Schilling2017-07-271-3/+1
* | Add a repair step to drop the account_terms table on oc migrationJoas Schilling2017-07-272-0/+62
|/
* Add new bundleLukas Reschke2017-07-262-0/+51
* Remove unneeded stylesMorris Jobke2017-07-241-1/+1
* Adjust to height=120Lukas Reschke2017-07-241-1/+1
* Fix for mb strlenArtem Kochnev2017-07-221-1/+1
* Merge pull request #5826 from nextcloud/12-backport-5821Morris Jobke2017-07-211-1/+1
|\
| * Fix error message on untrusted domain error pageMorris Jobke2017-07-211-1/+1
* | Merge pull request #5757 from nextcloud/mount-rename-12Morris Jobke2017-07-211-8/+12
|\ \
| * | non movable mounts can not be movedRobin Appelman2017-07-171-8/+12
* | | Merge pull request #5786 from nextcloud/path-repair-steps-storage-12Morris Jobke2017-07-212-5/+7
|\ \ \ | |_|/ |/| |
| * | Also repair storage id's when repairing invalid entriesRobin Appelman2017-07-192-5/+7
* | | Allow to overwrite the email template againJoas Schilling2017-07-191-0/+10
* | | Fix emitting of legacy hook post_unsharePauli Järvinen2017-07-191-1/+1
|/ /
* / Fix invalid path repair step not getting all invalid entriesRobin Appelman2017-07-181-1/+1
|/
* Merge pull request #5711 from nextcloud/null-user-exist-12blizzz2017-07-141-0/+3
|\
| * null users dont existRobin Appelman2017-07-131-0/+3
* | Merge pull request #5710 from nextcloud/nested-permissions-mask-12Morris Jobke2017-07-131-1/+1
|\ \
| * | Fix scan permissions with nested permissions masksRobin Appelman2017-07-131-1/+1
| |/
* | Merge pull request #5655 from nextcloud/moveFromCache-from-shared-12Morris Jobke2017-07-133-3/+185
|\ \
| * | chunk getting invalid paths and reuse queriesRobin Appelman2017-07-131-27/+61
| * | use a generator instead of fetching all rows at onceRobin Appelman2017-07-131-2/+9