summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* Add shareWith to email template metadataMorris Jobke2017-08-291-0/+1
* Allow the expiration date to be set to nullMorris Jobke2017-08-281-2/+2
* unlock file when an exception occurs during scanningRobin Appelman2017-08-261-69/+87
* Dont swallow exception when inserting mimetypes if we're inside a transactionRobin Appelman2017-08-261-0/+4
* Merge pull request #6255 from nextcloud/email-meta-dataMorris Jobke2017-08-262-2/+27
|\
| * Add meta information to emails for better customisationJoas Schilling2017-08-242-2/+27
* | Merge pull request #6177 from nextcloud/properly-add-slo-urlMorris Jobke2017-08-262-20/+19
|\ \
| * | Inject \OCP\IURLGenerator to make tests workLukas Reschke2017-08-182-3/+4
| * | Properly allow \OCP\Authentication\IApacheBackend to specify logout URLLukas Reschke2017-08-182-19/+17
* | | Merge pull request #6189 from nextcloud/circle-tokenMorris Jobke2017-08-261-0/+9
|\ \ \
| * | | link to getShareByTokenMaxence Lange2017-08-201-0/+9
| |/ /
* | | Merge pull request #5870 from nextcloud/generate-system-wide-key-pairBjörn Schießle2017-08-244-13/+161
|\ \ \ | |_|/ |/| |
| * | add prefix to user and system keys to avoid name collisionsBjoern Schiessle2017-08-103-3/+117
| * | extend the identity proof manager to allow system wide key pairsBjoern Schiessle2017-08-102-12/+46
* | | Merge pull request #6164 from nextcloud/dont-show-error-message-when-sql-failedRoeland Jago Douma2017-08-232-2/+9
|\ \ \
| * | | Prevent SQL error message in case of errorLukas Reschke2017-08-172-2/+9
* | | | Ensure log message is UTF-8 encodedLukas Reschke2017-08-171-1/+12
| |_|/ |/| |
* | | Always log cron executionMorris Jobke2017-08-171-1/+0
|/ /
* | Merge pull request #6123 from nextcloud/cleanup-shareItemMorris Jobke2017-08-151-2/+3
|\ \
| * | Cleanup usage of shareItem in internal code baseMorris Jobke2017-08-151-2/+3
* | | Use proper methods for checkPasswordProtectedShareMorris Jobke2017-08-151-1/+1
|/ /
* | Cleanup unused methodsMorris Jobke2017-08-152-676/+3
* | Merge pull request #6004 from nextcloud/forward-5902-repair-drop-account-term...Roeland Jago Douma2017-08-103-3/+63
|\ \
| * | Use the existing array of OC versionsJoas Schilling2017-08-071-3/+1
| * | Add a repair step to drop the account_terms table on oc migrationJoas Schilling2017-08-072-0/+62
* | | Merge pull request #6052 from nextcloud/fix_jail_copyMorris Jobke2017-08-101-0/+6
|\ \ \ | |_|/ |/| |
| * | Fix copy from jailed storageRoeland Jago Douma2017-08-091-0/+6
| |/
* | Fix require once for actionIncludeMorris Jobke2017-08-091-1/+1
* | If there is no content don't errorRoeland Jago Douma2017-08-091-1/+1
* | User proper anonymous functionRoeland Jago Douma2017-08-091-5/+6
* | Use non-deprecated INTL_IDNA_VARIANT_UTS46Lukas Reschke2017-08-092-3/+3
* | Make definition compatibleLukas Reschke2017-08-091-1/+1
* | Make declaration compatibleLukas Reschke2017-08-091-1/+1
* | Merge pull request #6047 from nextcloud/fix-6017-select-indexed-columnsMorris Jobke2017-08-091-2/+2
|\ \
| * | Use indexed column path_hash to find the parentJoas Schilling2017-08-091-2/+2
| |/
* / Use symfony/translation for L10N pluralsRoeland Jago Douma2017-08-071-1/+6
|/
* Move pre_shared and post_shared events to EventDispatcherRoeland Jago Douma2017-08-032-38/+65
* Logo claim is not used anymoreMorris Jobke2017-08-022-8/+3
* Merge pull request #5816 from nextcloud/fix-oracleMorris Jobke2017-08-0211-26/+103
|\
| * Add a method to compare empty strings with an expressionJoas Schilling2017-08-023-1/+46
| * Fix repair step for oracle...Joas Schilling2017-08-021-1/+1
| * Fix last failures with oracleJoas Schilling2017-08-021-2/+4
| * Fix ILIKE regex for oracleJoas Schilling2017-08-021-1/+1
| * Fix auth providerJoas Schilling2017-08-021-1/+1
| * Use selectAlias()Joas Schilling2017-08-021-2/+4
| * Can not insert auto increment on oracleJoas Schilling2017-08-023-3/+5
| * Fix clob comparisonJoas Schilling2017-08-021-1/+1
| * Quote aliases as wellJoas Schilling2017-08-022-10/+24
| * Oracle does not support PDO::FETCH_KEY_PAIRJoas Schilling2017-08-022-7/+19
* | Merge pull request #5952 from nextcloud/appmanager-isshippedMorris Jobke2017-08-023-23/+15
|\ \