summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* fix selection of share providerBjoern Schiessle2018-07-121-1/+1
* Correctly init empty arraysJoas Schilling2018-07-122-2/+2
* Merge pull request #9895 from nextcloud/fed-group-sharesMorris Jobke2018-07-117-3/+101
|\
| * start to get fed group shares into the share dialogBjoern Schiessle2018-07-112-0/+80
| * translate nextcloud share types to OCM share typesBjoern Schiessle2018-07-111-1/+5
| * log error messgageBjoern Schiessle2018-07-111-0/+1
| * implement federated group sharesBjoern Schiessle2018-07-113-2/+15
* | Merge pull request #10179 from nextcloud/mount-filterMorris Jobke2018-07-111-1/+22
|\ \
| * | Add the option to filter mounts for a userRobin Appelman2018-07-101-1/+22
| |/
* | Sanitize parameters in createSessionToken() while loggingMorris Jobke2018-07-111-0/+1
* | Separate fopen into read and write methodsJulius Härtl2018-07-111-3/+15
* | Add fopen method to ISimpleFileJulius Härtl2018-07-111-0/+11
* | Add repair stepRoeland Jago Douma2018-07-101-0/+17
|/
* Suppress potential SQL injection warning as they are false positivesMorris Jobke2018-07-092-0/+4
* Add repair job for pending cron jobsMorris Jobke2018-07-092-0/+76
* Only wait for cron if fix for endless wait is includedMorris Jobke2018-07-091-2/+6
* Unlock failed cron jobs and set a high "last_checked" value to avoid continou...Morris Jobke2018-07-091-0/+9
* Merge pull request #10120 from nextcloud/allow-to-disable-encryptionMorris Jobke2018-07-091-2/+6
|\
| * allow to disable encryptionBjoern Schiessle2018-07-051-2/+6
* | Add visio mimetypesJoas Schilling2018-07-061-0/+17
* | Merge pull request #10116 from nextcloud/lock-negativeMorris Jobke2018-07-061-2/+8
|\ \
| * | prevent lock values from going negative with memcache backendRobin Appelman2018-07-051-2/+8
* | | Merge pull request #9791 from nextcloud/3rdparty/noid/bump_swiftmailerJoas Schilling2018-07-062-33/+24
|\ \ \ | |_|/ |/| |
| * | Swift to \Swift_Mailer as abstractionRoeland Jago Douma2018-07-041-12/+9
| * | Make swift 6 compatibleRoeland Jago Douma2018-07-041-26/+16
| * | Kill php mail from settingsRoeland Jago Douma2018-07-041-0/+4
* | | getDeletedSharedWith methodJohn Molakvoæ (skjnldsv)2018-07-051-0/+19
* | | Add API to undelete delete group sharesRoeland Jago Douma2018-07-052-0/+45
| |/ |/|
* | Merge pull request #9345 from nextcloud/federation20Morris Jobke2018-07-036-3/+767
|\ \
| * | cache results from ocm end-point discoveryBjoern Schiessle2018-07-021-0/+11
| * | fix return type from send shareBjoern Schiessle2018-07-021-1/+2
| * | look for correct OCM permissionsBjoern Schiessle2018-07-021-1/+1
| * | cleanup variable naming, it is actually a resource typeBjoern Schiessle2018-07-021-12/+10
| * | some minor fixes and clode cleanupBjoern Schiessle2018-07-022-1/+8
| * | send reshare over OCM APIBjoern Schiessle2018-07-021-3/+4
| * | detect correctly if a share was send successfulBjoern Schiessle2018-07-021-1/+1
| * | adjust to latest api versionBjoern Schiessle2018-07-024-22/+41
| * | check API VersionBjoern Schiessle2018-07-021-1/+5
| * | send accept share notification (WIP)Bjoern Schiessle2018-07-023-15/+56
| * | use new API to send a federated share if possibleBjoern Schiessle2018-07-024-7/+78
| * | check if cloud federation api is readyBjoern Schiessle2018-07-022-2/+16
| * | start implementing federated sharing 2.0Bjoern Schiessle2018-07-026-2/+599
* | | Revert "Fix undeclared method warning in phan"Morris Jobke2018-07-031-1/+0
| |/ |/|
* | Merge pull request #10080 from nextcloud/bugfix/noid/fix-phan-warningMorris Jobke2018-07-021-0/+1
|\ \
| * | Fix undeclared method warning in phanMorris Jobke2018-07-021-0/+1
* | | Merge pull request #10079 from nextcloud/search-double-slashMorris Jobke2018-07-021-1/+1
|\ \ \ | |/ / |/| |
| * | fix double slash in search result path when the result is in a submountRobin Appelman2018-07-021-1/+1
* | | Disables the maintenance warning for the maintenance command itself.Michael Weimann2018-07-011-6/+29
| |/ |/|
* | Merge pull request #10048 from nextcloud/feature/9760/systemd-loggerblizzz2018-06-304-4/+97
|\ \
| * | Try to not run into the white page of death and still log something in the we...Morris Jobke2018-06-291-3/+15