summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* using the createIndex from FullTextSearchManagerMaxence Lange2018-12-201-1/+1
| | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* allow content provide to generate new IndexMaxence Lange2018-12-201-0/+14
| | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* Merge pull request #13116 from ↵Roeland Jago Douma2018-12-191-2/+8
|\ | | | | | | | | nextcloud/fix/only_trust_xforwardedhost_for_trusted_proxies Only trust the X-FORWARDED-HOST header for trusted proxies
| * Only trust the X-FORWARDED-HOST header for trusted proxiesRoeland Jago Douma2018-12-171-2/+8
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #12766 from stalker314314/streaming-optionsJohn Molakvoæ2018-12-181-0/+4
|\ \ | |/ |/| Expose Swift Mailer streaming options in config, fixes #12702
| * Addressing comments, array() to []Branko Kokanovic2018-12-171-1/+1
| | | | | | | | Signed-off-by: Branko Kokanovic <branko@kokanovic.org>
| * Addressing comments, count to emptyBranko Kokanovic2018-12-171-1/+1
| | | | | | | | Signed-off-by: Branko Kokanovic <branko@kokanovic.org>
| * Expose Swift Mailer streaming options in config, fixes #12702Branko Kokanovic2018-11-301-0/+4
| | | | | | | | Signed-off-by: Branko Kokanovic <branko@kokanovic.org>
* | 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 tree
| * | try to grab the appdata folder directly without going trough the whole treeRobin Appelman2018-12-062-26/+69
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | [tx-robot] updated from transifexNextcloud bot2018-12-172-0/+18
| | |
* | | [tx-robot] updated from transifexNextcloud bot2018-12-162-2/+6
| | |
* | | [tx-robot] updated from transifexNextcloud bot2018-12-152-2/+2
| | |
* | | Merge pull request #12896 from nextcloud/bugfix/12894-use-version-doclinkRoeland Jago Douma2018-12-101-4/+3
|\ \ \ | | | | | | | | Use version from config to generate doclink
| * | | Use OC_Util::getVersion instead of getSystemValueDaniel Kesselberg2018-12-071-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | | Use version to generate docversionDaniel Kesselberg2018-12-071-4/+3
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | Remove deprecated functions from SecureRandomRoeland Jago Douma2018-12-072-54/+0
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Add optional locale parameter to interface as wellJulius Härtl2018-12-071-1/+2
|/ / / | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Merge pull request #12891 from nextcloud/theming-cachingRoeland Jago Douma2018-12-071-2/+13
|\ \ \ | | | | | | | | more caching for theming
| * | | more caching for themingRobin Appelman2018-12-071-2/+13
| |/ / | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #12895 from nextcloud/bugfix/12890/log-openssl-errorsRoeland Jago Douma2018-12-071-1/+11
|\ \ \ | | | | | | | | Read openssl error and log
| * | | Read openssl error and logDaniel Kesselberg2018-12-061-1/+11
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | Add IMapperExceptionRoeland Jago Douma2018-12-065-2/+36
|/ / / | | | | | | | | | | | | | | | | | | This way code using the DB mappers can have try catch blocks on this type of exceptions if they do not care if there was non or to many. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #12865 from nextcloud/fix/do_not_propogate_in_appdataMorris Jobke2018-12-062-4/+14
|\ \ \ | | | | | | | | No need to propogate changes in appdata
| * | | No need to propogate changes in appdataRoeland Jago Douma2018-12-052-4/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Right now we propogate a lof of changes in appdata. So for example we propogate each and every preview that is added to the system. This has no real added value as far as I can tell. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | [tx-robot] updated from transifexNextcloud bot2018-12-062-2/+2
| | | |
* | | | Merge pull request #12857 from nextcloud/fix/emit_write_update_once_on_touchMorris Jobke2018-12-051-1/+1
|\ \ \ \ | | | | | | | | | | Emit write update only once on touch
| * | | | Emit write update only once on touchRoeland Jago Douma2018-12-051-1/+1
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | When a touch is done (i.e. when creating a new file in the node API) The hooks contain 'write' and 'touch' (and the operation is touch as well). This would cause a double write update. Which doesn't make sense. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #12854 from nextcloud/vcard-repair-uid-fixMorris Jobke2018-12-052-10/+23
|\ \ \ \ | | | | | | | | | | Log and continue on Dav reader failure (repair uid)
| * | | | Log and continue on Dav reader failureJohn Molakvoæ (skjnldsv)2018-12-052-10/+23
| |/ / / | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* / / / Only execute query in propagateChange onceRoeland Jago Douma2018-12-051-2/+2
|/ / / | | | | | | | | | | | | | | | | | | The second execute statement should be inside the if block. Else it gets executed twice which makes no sense. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | [tx-robot] updated from transifexNextcloud bot2018-12-052-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 update
| * | | Do not update child all child shares on group share updateRoeland Jago Douma2018-12-041-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Else we overwrite the whole share for link shares. Basically breaking them. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #12624 from nextcloud/bugfix/noid/validate-all-rich-objectsMorris Jobke2018-12-041-2/+8
|\ \ \ \ | |/ / / |/| | | Validate all rich objects
| * | | Validate all rich objects not only the used onesJoas Schilling2018-11-231-2/+8
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | PHP module is named mbstringMorris Jobke2018-12-041-1/+1
| |/ / |/| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Fix activatable/deactivatable 2fa provider interface typosChristoph Wurst2018-12-032-2/+2
| |/ |/| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | [tx-robot] updated from transifexNextcloud bot2018-11-302-2/+48
| |
* | Merge pull request #12691 from nextcloud/storage-no-encryption-interfaceMorris Jobke2018-11-294-3/+34
|\ \ | | | | | | Add interface to allow storages from opting out of encryption
| * | update autoloadaerRobin Appelman2018-11-292-0/+2
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | Add interface to allow storages from opting out of encryptionRobin Appelman2018-11-292-3/+32
| | | | | | | | | | | | | | | | | | As opposed to hard-coding a list of excluded storages Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #12690 from peterkraume/bug-12689Morris Jobke2018-11-291-0/+1
|\ \ \ | | | | | | | | Set Referrer-Policy also in addSecurityHeaders()
| * | | Set Referrer-Policy also in addSecurityHeaders()Peter Kraume2018-11-271-0/+1
| | | | | | | | | | | | | | | | | | | | Fix: #12689 Signed-off-by: Peter Kraume <peter.kraume@gmx.de>
* | | | Merge pull request #12424 from nextcloud/feature/add-pipe-mode-for-sendmailMorris Jobke2018-11-292-1/+11
|\ \ \ \ | |_|/ / |/| | | Add pipe mode for sendmail
| * | | Add sendmailmode to guiDaniel Kesselberg2018-11-291-0/+1
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | | Apply patch from @cwiedmann but drop -oi option for pipeCarsten Wiedmann2018-11-291-1/+10
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | [tx-robot] updated from transifexNextcloud bot2018-11-292-0/+412
|/ / /
* / / Fix folder path containing leading slash when getting mount root by idRobin Appelman2018-11-281-1/+1
|/ / | | | | | | | | | | | | | | This fixes collabora on public link shared groupfolders Fixes https://github.com/nextcloud/groupfolders/issues/225 Signed-off-by: Robin Appelman <robin@icewind.nl>
* | [tx-robot] updated from transifexNextcloud bot2018-11-272-0/+14
| |