summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2018-12-304-2/+10
|
* [tx-robot] updated from transifexNextcloud bot2018-12-282-2/+12
|
* [tx-robot] updated from transifexNextcloud bot2018-12-272-2/+2
|
* SCSS cache buster is a combination of apps/theming/scc_varsRoeland Jago Douma2018-12-211-1/+8
| | | | | | | Else on scss files we'd get <file>?v=<hash>?v=<hash2> This is of course not valid. Now it becomes <file>?v=<hash>-<hash2> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Use a case insensitive search for emailRoeland Jago Douma2018-12-202-1/+33
| | | | | | | | Fixes #7084 Now entering wrongly cased email (roeland@ instead of Roeland@) for password reset etc. Will also work. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #13155 from nextcloud/fulltextsearc-createindexChristoph Wurst2018-12-202-1/+15
|\ | | | | [15.0.1] allow content provider to generate new Index
| * using the createIndex from FullTextSearchManagerMaxence Lange2018-12-191-1/+1
| | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
| * allow content provide to generate new IndexMaxence Lange2018-12-191-0/+14
| | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | Only trust the X-FORWARDED-HOST header for trusted proxiesRoeland Jago Douma2018-12-191-2/+8
|/ | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.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
|
* Change doc link for 15Daniel Kesselberg2018-12-101-1/+1
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* [tx-robot] updated from transifexNextcloud bot2018-12-062-2/+2
|
* Merge pull request #12868 from nextcloud/backport/12857/stable15Morris Jobke2018-12-061-1/+1
|\ | | | | [stable15] 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 #12867 from nextcloud/backport/12854/stable15Morris Jobke2018-12-062-10/+23
|\ \ | | | | | | [stable15] 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>
* | Merge pull request #12861 from nextcloud/backport/12855/stable15Morris Jobke2018-12-051-2/+2
|\ \ | |/ |/| [stable15] Only execute query in propagateChange once
| * 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>
* | Validate all rich objects not only the used onesJoas Schilling2018-12-051-2/+8
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #12833 from nextcloud/backport/12831/stable15Morris Jobke2018-12-051-0/+1
|\ | | | | [stable15] 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>
* | [tx-robot] updated from transifexNextcloud bot2018-12-052-2/+2
|/
* 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-042-2/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* [tx-robot] updated from transifexNextcloud bot2018-11-302-2/+48
|
* Merge pull request #12692 from nextcloud/storage-no-encryption-interface-15Morris Jobke2018-11-294-3/+34
|\ | | | | [15] Add interface to allow storages from opting out of encryption
| * Update autoloader classmapChristoph Wurst2018-11-292-0/+2
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * Add interface to allow storages from opting out of encryptionRobin Appelman2018-11-272-3/+32
| | | | | | | | | | | | As opposed to hard-coding a list of excluded storages Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #12736 from nextcloud/backport/12424/stable15Roeland Jago Douma2018-11-292-1/+11
|\ \ | | | | | | [stable15] 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>
* | | Set Referrer-Policy also in addSecurityHeaders()Peter Kraume2018-11-291-0/+1
|/ / | | | | | | | | Fix: #12689 Signed-off-by: Peter Kraume <peter.kraume@gmx.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>
* | Fix loading of .woff2 files in .htaccessJulius Härtl2018-11-181-1/+1
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | [tx-robot] updated from transifexNextcloud bot2018-11-162-0/+10
|/
* Fix string doc type casingChristoph Wurst2018-11-154-4/+4
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>