summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* using the createIndex from FullTextSearchManagerMaxence Lange2018-12-201-1/+1
* Merge pull request #13116 from nextcloud/fix/only_trust_xforwardedhost_for_tr...Roeland Jago Douma2018-12-191-2/+8
|\
| * Only trust the X-FORWARDED-HOST header for trusted proxiesRoeland Jago Douma2018-12-171-2/+8
* | Merge pull request #12766 from stalker314314/streaming-optionsJohn Molakvoæ2018-12-181-0/+4
|\ \ | |/ |/|
| * Addressing comments, array() to []Branko Kokanovic2018-12-171-1/+1
| * Addressing comments, count to emptyBranko Kokanovic2018-12-171-1/+1
| * Expose Swift Mailer streaming options in config, fixes #12702Branko Kokanovic2018-11-301-0/+4
* | Merge pull request #12883 from nextcloud/appdata-performanceJoas Schilling2018-12-172-26/+69
|\ \
| * | try to grab the appdata folder directly without going trough the whole treeRobin Appelman2018-12-062-26/+69
| |/
* | Merge pull request #12896 from nextcloud/bugfix/12894-use-version-doclinkRoeland Jago Douma2018-12-101-4/+3
|\ \
| * | Use OC_Util::getVersion instead of getSystemValueDaniel Kesselberg2018-12-071-1/+1
| * | Use version to generate docversionDaniel Kesselberg2018-12-071-4/+3
* | | Remove deprecated functions from SecureRandomRoeland Jago Douma2018-12-071-28/+0
|/ /
* | Merge pull request #12891 from nextcloud/theming-cachingRoeland Jago Douma2018-12-071-2/+13
|\ \
| * | more caching for themingRobin Appelman2018-12-071-2/+13
| |/
* | Read openssl error and logDaniel Kesselberg2018-12-061-1/+11
* | Merge pull request #12865 from nextcloud/fix/do_not_propogate_in_appdataMorris Jobke2018-12-062-4/+14
|\ \
| * | No need to propogate changes in appdataRoeland Jago Douma2018-12-052-4/+14
* | | Merge pull request #12857 from nextcloud/fix/emit_write_update_once_on_touchMorris Jobke2018-12-051-1/+1
|\ \ \
| * | | Emit write update only once on touchRoeland Jago Douma2018-12-051-1/+1
| |/ /
* | | Merge pull request #12854 from nextcloud/vcard-repair-uid-fixMorris Jobke2018-12-052-10/+23
|\ \ \
| * | | Log and continue on Dav reader failureJohn Molakvoæ (skjnldsv)2018-12-052-10/+23
| |/ /
* / / Only execute query in propagateChange onceRoeland Jago Douma2018-12-051-2/+2
|/ /
* | Merge pull request #12831 from nextcloud/fix/do_not_update_all_child_sharesMorris Jobke2018-12-041-0/+1
|\ \
| * | Do not update child all child shares on group share updateRoeland Jago Douma2018-12-041-0/+1
* | | Merge pull request #12624 from nextcloud/bugfix/noid/validate-all-rich-objectsMorris Jobke2018-12-041-2/+8
|\ \ \ | |/ / |/| |
| * | Validate all rich objects not only the used onesJoas Schilling2018-11-231-2/+8
* | | PHP module is named mbstringMorris Jobke2018-12-041-1/+1
| |/ |/|
* | Merge pull request #12691 from nextcloud/storage-no-encryption-interfaceMorris Jobke2018-11-291-3/+1
|\ \
| * | Add interface to allow storages from opting out of encryptionRobin Appelman2018-11-291-3/+1
* | | Merge pull request #12690 from peterkraume/bug-12689Morris Jobke2018-11-291-0/+1
|\ \ \
| * | | Set Referrer-Policy also in addSecurityHeaders()Peter Kraume2018-11-271-0/+1
| | |/ | |/|
* | | Add sendmailmode to guiDaniel Kesselberg2018-11-291-0/+1
* | | Apply patch from @cwiedmann but drop -oi option for pipeCarsten Wiedmann2018-11-291-1/+10
| |/ |/|
* | Fix folder path containing leading slash when getting mount root by idRobin Appelman2018-11-281-1/+1
|/
* Allow empty strings in getAbsoluteURLJoas Schilling2018-11-201-2/+2
* Merge pull request #12543 from nextcloud/fix/12498/bearer_tokens_are_apptokensMorris Jobke2018-11-201-0/+4
|\
| * Bearer tokens are app tokenRoeland Jago Douma2018-11-201-0/+4
* | Merge pull request #12494 from nextcloud/cache-notfound-idMorris Jobke2018-11-201-0/+2
|\ \
| * | return the correct value when trying to get a non existing item from cache by idRobin Appelman2018-11-161-0/+2
* | | Merge pull request #12500 from nextcloud/swift-object-not-foundMorris Jobke2018-11-202-6/+24
|\ \ \ | |_|/ |/| |
| * | Add PHPDoc for thrown exceptionMorris Jobke2018-11-191-0/+1
| * | forward object not found error in switch as dav 404Robin Appelman2018-11-192-6/+23
| |/
* / Fix loading of .woff2 files in .htaccessJulius Härtl2018-11-181-1/+1
|/
* Fix string doc type casingChristoph Wurst2018-11-153-3/+3
* Merge pull request #12455 from nextcloud/twofactor-backup-settingsRoeland Jago Douma2018-11-141-1/+1
|\
| * Log invalid settings classRobin Appelman2018-11-141-1/+1
* | Throw exception if decryption failsRoeland Jago Douma2018-11-141-4/+10
|/
* Fix SetVcardDatabaseUID when using postgresqlRobin Appelman2018-11-131-1/+5
* Merge pull request #12418 from nextcloud/bugfix/noid/do-not-show-integrity-wa...Morris Jobke2018-11-121-6/+0
|\