summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* [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
| |
* | [tx-robot] updated from transifexNextcloud bot2018-11-252-4/+4
|/
* [tx-robot] updated from transifexNextcloud bot2018-11-23106-984/+162
|
* Allow empty strings in getAbsoluteURLJoas Schilling2018-11-201-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #12543 from nextcloud/fix/12498/bearer_tokens_are_apptokensMorris Jobke2018-11-201-0/+4
|\ | | | | Bearer tokens are app token
| * Bearer tokens are app tokenRoeland Jago Douma2018-11-201-0/+4
| | | | | | | | | | | | | | | | | | | | Fixes #12498 This means that we set that it is a proper app token once it is validated. This will allow the 2FA middleware to just run the same check. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | 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 id
| * | return the correct value when trying to get a non existing item from cache by idRobin Appelman2018-11-161-0/+2
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #12500 from nextcloud/swift-object-not-foundMorris Jobke2018-11-203-6/+27
|\ \ \ | |_|/ |/| | forward object not found error in swift as dav 404
| * | Add PHPDoc for thrown exceptionMorris Jobke2018-11-192-0/+4
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | forward object not found error in switch as dav 404Robin Appelman2018-11-192-6/+23
| |/ | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>